/* ページジャンプをなめらかに */
html {
    scroll-behavior: smooth;
}
h2 {
    scroll-margin-top: 160px;
}

.main {
    background-image: url(../images/main_contens_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

.main .page_width {
    padding: 200px 0;
}
p.title-sub {
    font-size: 18px;
    text-align: center;
}

.caption {
    text-align: right;
    margin-top: -50px;
}
.main img {
    margin-top: -30px;
    margin-bottom: 60px;
}

.title-wrap h1.title {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 70px;
}
.title-wrap p.lead {
    line-height: 2.8;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 40px;
}

.link-wrap {
    /* max-width: 900px; */
    margin-top: 80px;
}
.link-wrap li {
    border-bottom: solid 0.5px #fff;
    position: relative;
}
.link-wrap li a {
    display: block;
    padding: 33px 35px 35px 25px;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
:root {
	--icon-width: 1.5px;
	--icon-color: #fff;
}
.link-wrap li a .arrow {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 8px;
    margin: auto 0;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: var(--icon-width) var(--icon-width) 0 0;
	border-color: var(--icon-color);
	transform: rotate(45deg);
    transform: rotate(135deg);
}

.text-area {
    margin-top: 150px;
}
.text-area h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 150px 0 80px;
    color: rgb(212, 197, 148);
}
.text-wrap {
    margin-bottom: 100px;
}
.text-wrap h3 {
    font-size: 22px;
    margin-bottom: 50px;
}
.text-wrap h3 span {
    display: block;
    font-size: 22px;
    margin-top: 15px;
    letter-spacing: 0.1em;
}
.text-wrap h3 span::before {
    content: '';
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin: 6px 8px 6px 0;
}
.text-wrap p {
    /* font-family: "Noto Sans JP", sans-serif; */
    line-height: 2.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
}
.text-wrap p sup {
    font-size: 10px;
    /* color: #ffa1a1; */
}
.text-wrap span.sup {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}
.AIcm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.AIcm li {
    width: 49%;
}
.AIcm li:nth-child(-n+2) img {
    margin-bottom: 42px;
}

.shop-area {
    padding: 50px;
    background: rgb(34, 51, 96);
    margin-top: 60px;
    line-height: 1.5;
}


@media screen and (max-width:1200px) {
    .page_width {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .main .page_width {
        padding: 150px 0;
    }
    .link-wrap li a {
        padding-left: 15px;
        font-size: 19px;
        letter-spacing: 0;
    }
    .link-wrap li a .arrow {
        right: 15px;
        bottom: 6px;
        width: 13px;
        height: 13px;
    }
}

@media screen and (min-width: 581px) {
    .br_581 {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    /* ページジャンプをなめらかに */
    h2 {
        scroll-margin-top: 120px;
    }

    .main .page_width {
        padding: 130px 0;
    }
    .main img {
        margin-bottom: 40px;
    }
    p.title-sub {
        font-size: 16px;
    }
    .title-wrap h1.title {
        font-size: 26px;
        line-height: 1.7;
        margin-top: 25px;
        margin-bottom: 70px;
    }
    .caption {
        font-size: 14px;
        margin-top: -30px;
    }
    .title-wrap p.lead {
        font-size: 14px;
        margin-top: 30px;
    }

    .link-wrap {
        margin-top: 30px;
    }
    .link-wrap li a {
        padding-left: 10px;
        font-size: 17px;
    }
    .link-wrap li a .arrow {
        right: 15px;
        bottom: 8px;
        width: 10px;
        height: 10px;
    }

    .text-area {
        margin-top: 80px;
    }
    .text-area h2 {
        font-size: 23px;
        margin: -10px 0 55px;
    }
    .text-wrap h3,  .text-wrap h3 span {
        font-size: 18px;
        line-height: 1.5;
    }
    .text-wrap h3 {
        margin-bottom: 30px;
    }
    .text-wrap h3 span {
        margin-top: 8px;
    }
    .text-wrap h3 span::before {
        width: 20px;
    }
    .text-wrap p {
        font-size: 14px;
    }
    .text-wrap .uchiawase {
        margin-top: 55px;
    }
    .shop-area {
        font-size: 14px;
        padding: 40px 50px;
    }
}

@media screen and (min-width: 481px) {
    .br_481 {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .shop-area span {
        display: none;
    }
    .link-wrap li a {
        line-height: 1.5;
        padding: 26px 35px 28px 10px;
    }
}