@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap');

/* CSS Document */



body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
}

a:hover {
    opacity: 0.8;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top.fixed {
    position: fixed !important;
}
#page-top img {
    width: 100%;
    height: auto;
}

/* mv */








/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    background: #969696;
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    background: #969696;
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}




/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    background: #EEECEB;
}
.main-sns.alter .ttl-sns{
    background: #EEECEB;
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}
.main-sns.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);

}

.main-channel.alter{
        padding: 8% 0;
    background: #EEECEB;
}
.main-channel.alter .ttl-channel{
    background: #EEECEB;
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}


#site-notice{
	padding: 40px 5.333%;
    font-size: .75rem;
}


/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
	margin-top: 4em;
}
#sns-footer svg {
	width: 100%;
}
#sns-footer img {
	width: 100%;
}
#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/
#container {
    margin: auto;
    width: 100%;
    max-width: 750px;
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
}
#contents {
    margin: auto;
    font-family: 'Shippori Mincho','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    color: #545454;
    font-size: 26px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
    font-feature-settings: "palt";
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
:where(#contents) img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

[data-animate="fadeup"] {
    opacity: 0;
    translate: 0 20px;
    transition: opacity .7s ease-in,translate .7s ease-out;
}
.js-animate--active[data-animate="fadeup"] {
    opacity: 1;
    translate: 0;
}

.hbg-btn {
    all: unset;
    display: block;
    width: 35px;
    height: 19px;
    position: fixed;
    top: 51px;
    right: 21px;
    z-index: 101;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    &.is-active {
        .hbg-btn__lines {
            translate: -200% -50%;
            opacity: 0;
            .hbg-btn__border {
                &:first-child {
                    translate: -50% 4px;
                }
                &:last-child {
                    translate: -50% -4px;
                }
            }
        }
        .hbg-btn__close {
            translate: -50% -50%;
            opacity: 1;
            .hbg-btn__border {
                &:first-child {
                    rotate: 25deg;
                }
                &:last-child {
                    rotate: -25deg;
                }
            }
        }
    }
}
.hbg-btn__lines,
.hbg-btn__close {
    display: block;
    width: 27px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: translate 1s ease, opacity .8s linear;
}
.hbg-btn__lines {
    translate: -50% -50%;
    opacity: 1;
    .hbg-btn__border {
        &:first-child {
            top: 5px;
        }
        &:last-child {
            bottom: 5px;
        }
    }
}
.hbg-btn__close {
    translate: 100% -50%;
    opacity: 0;
    .hbg-btn__border {
        top: 50%;
        translate: -50% -50%;
    }
}
.hbg-btn__border {
    display: block;
    width: 27px;
    height: 1px;
    background: #545454;
    position: absolute;
    left: 50%;
    translate: -50%;
    transition: translate 1s ease, rotate 1s ease;
}
.hbg {
    --hbg-blur: 10px;
    --hbg-opacity: 0;
    --hbg-pos-ttl: 96px;
    --hbg-pos: 64px;
    --hbg-delay-ttl: .15s;
    --hbg-delay: 0s;
    width: 100%;
    max-width: 749px;
    height: calc(100dvh - 43px);
    background: #fff;
    position: fixed;
    top: 43px;
    left: 50%;
    translate: -50%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: clip-path .7s ease;
}
.hbg.is-open {
    --hbg-blur: 0px;
    --hbg-opacity: 1;
    --hbg-pos-ttl: 0px;
    --hbg-pos: 0px;
    --hbg-delay-ttl: .3s;
    --hbg-delay: .4s;
    pointer-events: auto;
    clip-path: inset(0);
}
.hbg__inner {
    width: 92.4%;
    margin-inline: auto;
    padding-block: 94px 40px;
}
.hbg__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hbg__head > *,
.hbg__nav-ttl {
    opacity: var(--hbg-opacity);
    filter: blur(var(--hbg-blur));
    translate: var(--hbg-pos-ttl);
    transition: opacity .7s linear,
                filter .7s linear,
                translate .7s ease;
    transition-delay: var(--hbg-delay-ttl);
}
.hbg__head__img {
    width: 77px;
}
.hbg__head__btn {
    width: 121px;
}
.hbg__nav-wrapper {
    margin-top: 32px;
}
.hbg__nav-ttl {
    color: #9b9148;
    font-size: .75rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .1em;
    padding-left: 8px;
}
.hbg__nav {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
.hbg__nav__item {
    border-bottom: 1px solid #ccc;
    opacity: var(--hbg-opacity);
    filter: blur(var(--hbg-blur));
    translate: var(--hbg-pos);
    transition: opacity .7s linear,
                filter .7s linear,
                translate .7s ease;
    transition-delay: var(--hbg-delay);
    &:nth-child(1) { transition-delay: calc(.035s + var(--hbg-delay)); }
    &:nth-child(2) { transition-delay: calc(.07s + var(--hbg-delay)); }
    &:nth-child(3) { transition-delay: calc(.105s + var(--hbg-delay)); }
    &:nth-child(4) { transition-delay: calc(.14s + var(--hbg-delay)); }
    &:nth-child(5) { transition-delay: calc(.175s + var(--hbg-delay)); }
    &:nth-child(6) { transition-delay: calc(.21s + var(--hbg-delay)); }
    &:nth-child(7) { transition-delay: calc(.245s + var(--hbg-delay)); }
    &:nth-child(8) { transition-delay: calc(.28s + var(--hbg-delay)); }
    &:nth-child(9) { transition-delay: calc(.315s + var(--hbg-delay)); }
}
.hbg__nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 13px 14px 10px;
}
.hbg__nav__link__txt {
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: .1em;
    span {
        font-size: .625rem;
        letter-spacing: .1em;
        margin-left: .5em;
    }
}
.hbg__nav__link__ico {
    width: 18px;
}
.is-scroll {
    .hbg-btn {
        top: 10px;
        transition: .3s;
    }
    .hbg {
        height: 100dvh;
        top: 0;
    }
}

.mv {
    background: url(../img/260902/common/bg_mv01.webp) no-repeat top center/100% auto;
    padding-top: 16%;
}
.mv__ttl {
    width: 180px;
    margin-inline: auto;
}
.mv__img-wrapper {
    position: relative;
    aspect-ratio: 1504/927;
    overflow: hidden;
    margin-top: 28px;
}
.mv__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    will-change: opacity, transform;
    animation: mvKenBurns 30s linear infinite both;
}
.mv__img:nth-child(1) { animation-delay: 0; }
.mv__img:nth-child(2) { animation-delay: 5s; }
.mv__img:nth-child(3) { animation-delay: 10s; }
.mv__img:nth-child(4) { animation-delay: 15s; }
.mv__img:nth-child(5) { animation-delay: 20s; }
.mv__img:nth-child(6) { animation-delay: 25s; }
@keyframes mvKenBurns {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    3% {
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    20% {
        opacity: 0;
        transform: scale(1.12);
    }
    20.0001% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.mv__txt {
    font-size: .8125rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: .1em;
    margin-top: 40px;
}
.mv__txt__img {
    display: block;
    width: 120px;
    margin: 8px auto 0;
}

.sec--lead {
    display: grid;
    grid-template-columns: 69px 1fr;
    margin-top: 45px;
    position: relative;
    &::before,
    &::after {
        content: '';
        display: block;
        width: 168px;
        height: 1px;
        background: #000000;
        position: absolute;
    }
    &::before {
        top: 0;
        left: 0;
    }
    &::after {
        bottom: 0;
        right: 0;
    }
}
.sec--lead__ttl {
    display: grid;
    justify-content: center;
    border-right: 3px solid #edede9;
    padding-top: 48px;
}
.sec--lead__ttl__img {
    width: 24px;
}
.sec--lead__txt {
    font-size: .75rem;
    font-weight: 600;
    line-height: 2;
    padding: 48px 0 75px 29px;
}

.sec--lead-pass {
    margin-top: 36px;
}
.sec--lead-pass__ttl {
    width: 77.867%;
    margin-left: 5.067%;
}
.sec--lead-pass__txt {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
}
.sec--lead-pass__btn {
    display: block;
    width: 80.8%;
    margin: 22px auto 0;
    filter: drop-shadow(7px 7px 3px rgb(234 234 234/.75));
}

.sec--store01 {
    margin-top: 80px;
    .sec--store__ttl-wrapper::before {
        content: '';
        display: block;
        width: 305px;
        height: 100%;
        border-inline: 1px solid #000;
        position: absolute;
        inset: 0;
        margin: auto;
        pointer-events: none;
    }
}
.sec--store__ttl-wrapper {
    background: #9b91484d;
    border-block: 1px solid #000;
    padding-block: 20px 15px;
    text-align: center;
    position: relative;
}
.sec--store__ttl-en {
    width: 249px;
    line-height: 1;
    margin-inline: auto;
}
.sec--store__ttl {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 11px;
}
.sec--store01__inner {
    width: 81.867%;
    margin-inline: auto;
}
.sec--store01__list {
    display: grid;
    gap: 40px;
    margin-top: 50px;
}
.sec--store01__list__ttl {
    width: 134px;
    margin-inline: auto;
    border-block: 1px solid #9b9148;
    padding-block: 2px;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    &::before {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #9b9148;
        position: absolute;
        top: 100%;
        left: 50%;
    }
}
.sec--store01__list__ttl__col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 24px;
}
.sec--store01__list__btn {
    position: relative;
    &::before {
        content: '';
        display: block;
        width: 100%;
        min-height: 47px;
        align-content: center;
        background: #9b914899;
        mix-blend-mode: multiply;
        position: absolute;
        top: 50%;
        translate: 0 -50%;
    }
}
.sec--store01__list__btn__txt {
    color: #fff;
    font-size: .8125rem;
    font-weight: 900;
    text-align: center;
    align-content: center;
    position: absolute;
    inset: 0;
    margin: auto;
    span {
        display: block;
        font-size: .625rem;
    }
}

.sec--offer {
    margin-top: 83px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000;
    position: relative;
    &::after {
        content: '';
        display: block;
        width: 81.067%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50%;
        border-inline: 1px solid #000;
        pointer-events: none;
    }
}
.sec--offer__ttl {
    background: #9b91484d;
    border-block: 1px solid #000;
    padding-block: 18px 14px;
    line-height: 1;
    text-align: center;
    position: relative;
}
.sec--offer__ttl__img {
    width: 154px;
    margin-inline: auto;
}
.sec--offer__lead {
    width: 225px;
    margin: 35px auto 0;
}
.sec--offer__img {
    display: block;
    width: 47.467%;
    margin-inline: auto;
}
.sec--offer__txt {
    margin-top: 30px;
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.76;
    text-align: center;
    span {
        display: block;
        text-align: center;
        font-size: .625rem;
        line-height: 1.5;
        text-align: center;
        margin-top: 1lh;
    }
}

.sec--pass {
    margin-top: 48px;
    background: #9b91484d;
    padding-block: 19px 44px;
}
.sec--pass__inner {
    width: 74.9334%;
    margin-inline: auto;
    position: relative;
}
.sec--pass__txt {
    width: 84.3417%;
    font-size: 3.46667vw;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    padding-block: 35px;
    border-block: 1px solid #000;
    position: absolute;
    bottom: 10.2763%;
    left: 50%;
    translate: -50%;
}

.sec--store02 {
    margin-top: 52px;
    padding-block: 40px 110px;
    border-top: 1px solid #000;
    position: relative;
    &::after {
        content: '';
        display: block;
        width: 81.067%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50%;
        border-inline: 1px solid #000;
        pointer-events: none;
    }
}
.sec--store02__item {
    margin-top: 32px;
    + & {
        margin-top: 55px;
    }
}
.sec--store02__item__ttl {
    border-block: 1px solid #000;
}
.sec--store02__btn {
    display: block;
    width: 90.667%;
}
.sec--store02__inner {
    width: 81.067%;
    margin-inline: auto;
}
.sec--store02__txt {
    margin-top: 27px;
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    padding-left: 11px;
    + .sec--store02__list {
        margin-top: 30px;
    }
}
.sec--store02__inner__floor {
    margin-top: 30px;
}
.sec--store02__list__ttl {
    line-height: 1;
    background: linear-gradient(to right,#545454 0%,#545454 100%) no-repeat center right 5px/calc(100% - 5px) 1px;
}
.sec--store02__list__ttl__img {
    width: 119px;
    background: #fff;
    padding-inline: 12px 14px;
}
.sec--store02__list__ttl--wide .sec--store02__list__ttl__img {
    width: 204px;
}
.sec--store02__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 11px;
    margin-top: 11px;
}
.sec--store02__list__txt {
    min-height: 35px;
    align-content: center;
    background: #edede9;
    color: #9b9148;
    font-size: .625rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}

/* -----------------------------------------
  STORES PAGE
----------------------------------------- */
.stores-inner {
    width: 81.067%;
    margin-inline: auto;
}
.stores-group {
    overflow: hidden;
}
.stores-mv {
    padding-block: 16.534% 59px;
    background: url(../img/260902/common/bg_mv01.webp) no-repeat center top/100%,
                linear-gradient(to bottom,#edede8 0%,#edede8 50%,#fff 50%,#fff 100%);
}
.stores-mv__ttl-img {
    width: 191px;
    margin-inline: auto;
}
.stores-mv__ttl {
    margin-top: 28px;
    color: #a19340;
    font-size: 1.3125rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -.04em;
    span {
        display: block;
        font-size: 1.0625rem;
        text-align: center;
        margin-top: 8px;
    }
}
.stores-mv__img {
    display: block;
    width: 54.277%;
    margin: 30px auto 0;
}
.stores-mv__img--02 {
    width: calc(100% + 30px);
    max-width: none;
    margin-inline: -15px;
}
.stores-mv__splide {
    margin: 30px -26px 0;
    .splide__pagination {
        display: flex;
        width: fit-content;
        gap: 44px;
        margin: 15px auto 0;
    }
    .splide__pagination__page {
        all: unset;
        display: block;
        width: 6px;
        height: 6px;
        background: #c8c9cb;
        border-radius: 50%;
        &.is-active {
            background: #000;
        }
    }
}
.stores-mv__txt {
    margin-top: 22px;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.8;
}
.sec--stores-mv__access {
    margin-top: 24px;
}
.sec--stores-mv__access__img {
    +.sec--stores-mv__access__list {
        margin-top: 24px;
    }
}
.sec--stores-mv__access__item {
    font-size: .6875rem;
    font-family: "Noto Sans JP", sans-serif;
}
.sec--stores-mv__access__btn-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
}
.sec--stores-mv__access__btn {
    display: block;
    width: fit-content;
    padding: 0 20px 4px 0;
    border-bottom: 1px solid #717171;
    position: relative;
}
.sec--stores-mv__access__btn__txt {
    color: #717171;
    font-size: .75rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.1em;
}
.sec--stores-mv__access__btn__ico {
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.sec--stores-mv__access__btn__note {
    font-size: .625rem;
    line-height: 1;
}

.stores-nav {
    display: grid;
    gap: 26px;
}
.stores-nav__ttl {
    color: #a19340;
    font-size: .9375rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .05em;
}
.stores-nav__list-wrapper {
    margin-top: 15px;
}
.stores-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 23px;
}
.stores-nav__link {
    display: grid;
    align-items: end;
    min-height: 100%;
    padding: 0 0 6px 11px;
    border-bottom: 1px solid #777;
    position: relative;
}
.stores-nav__link__txt {
    font-size: .75rem;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
    span {
        font-size: .6875rem;
    }
}
.contents-stores05 .stores-nav__link__txt {
    display: flex;
    min-height: 2lh;
    align-items: end;
}
.stores-nav__link__ico {
    width: 13px;
    position: absolute;
    bottom: 8px;
    right: 4px;
    rotate: 90deg;
}
.stores-to-website {
    margin-block: 45px 125px;
}
.stores-to-website__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 8px 7px 38px;
    background: #9b9148;
    border-radius: 10vh;
    box-shadow: 7px 7px 3px rgb(234 234 234/.75);
    color: #fff;
    font-size: 1rem;
}
.stores-to-website__btn__ico {
    width: 39px;
}
.stores-to-website__note {
    margin-top: 7px;
    font-size: .625rem;
    text-align: center;
}

.sec--stores-offer {
    margin-top: 59px;
    padding-bottom: 40px;
    border-bottom: 1px solid #777;
    position: relative;
    &::after {
        content: '';
        display: block;
        width: 81.067%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        translate: -50%;
        border-inline: 1px solid #000;
        pointer-events: none;
    }
}
.sec--stores-offer__ttl {
    background: #9f91414d;
    padding-block: 18px 13px;
    border-block: 1px solid #777;
    line-height: 1;
    text-align: center;
}
.sec--stores-offer__ttl__img {
    width: 153px;
}
.sec--stores-offer__content {
    margin-top: 22px;
}
.sec--stores-offer__subttl {
    color: #9f9141;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .1em;
    text-align: center;
}
.sec--stores-offer__dtl {
    margin-top: 15px;
}
.sec--stores-offer__txt {
    font-size: .875rem;
    line-height: 1.78;
    letter-spacing: -.04em;
    text-align: center;
    span {
        display: block;
        font-size: .75rem;
    }
}
.sec--stores-offer__txt--highlight {
    color: #9f9141;
    letter-spacing: .05em;
    margin-bottom: 1lh;
}
.sec--stores-offer__dtl__howto {
    margin-top: 15px;
}
.sec--stores-offer__dtl__howto > * {
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.78;
    text-align: center;
}
.sec--stores-offer__dtl__img {
    display: block;
    width: 178px;
    margin: 20px auto 0;
}

.stores-bg {
    background: #edede9;
    margin-top: 36px;
    padding-block: 128px 80px;
    .stores-inner {
        width: 89.067%;
    }
    &:has(.stores-bg__ttl) {
        padding-top: 0;
    }
}
.contents-stores03 .stores-bg {
    padding-top: 75px;
}
.contents-stores04 .stores-bg {
    padding-top: 90px;
}
.sec--stores-item-wrapper + .sec--stores-item-wrapper {
    margin-top: 127px;
}
.stores-bg__ttl {
    padding-block: 14px 17px;
    background: #fff;
    border-block: 1px solid #9b9148;
    color: #a19340;
    font-size: 1.3125rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    &::after {
        content: "";
        display: block;
        width: 1px;
        height: 37px;
        background: #9b9148;
        position: absolute;
        top: 100%;
        left: 50%;
    }
}
.sec--stores-item + .sec--stores-item {
    margin-top: 80px;
}
.sec--stores-item__subttl {
    padding-bottom: 12px;
    border-bottom: 1px solid #9b9148;
    color: #a19340;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
    position: relative;
    &::before {
        content: "";
        display: block;
        width: 92px;
        height: 92px;
        border: 1px solid #9b9148;
        border-radius: 50%;
        position: absolute;
        bottom: -21px;
        left: -64px;
    }
}
.sec--stores-item__box {
    background: #fff;
    padding: 32px 28px 43px;
    margin-top: 26px;
    position: relative;
    &::before {
        content: "";
        display: block;
        width: 91.018%;
        height: 100%;
        position: absolute;
        left: 50%;
        translate: -50%;
        top: 0;
        border-inline: 1px solid #000;
        pointer-events: none;
    }
}
.sec--stores-item__ttl-wrapper {
    background: linear-gradient(to right,#fff 0%, #fff 4.49102%, #9f91414d 4.49102%,#9f91414d calc(100% - 4.49102%),#fff calc(100% - 4.49102%),#fff 100%);
    padding-block: 11px;
    border-block: 1px solid #777;
    margin-inline: -28px;
    text-align: center;
    position: relative;
}
.sec--stores-item__ttl-floor {
    font-size: .6875rem;
    line-height: 1;
}
.sec--stores-item__ttl {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 8px;
    span {
        font-size: .8125rem;
    }
}
.sec--stores-item__txt {
    margin-top: 26px;
    font-size: .8125rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    letter-spacing: .08em;
    text-align: justify;
}
.sec--stores-item__splide {
    margin: 45px -28px 0;
    .splide__controls {
        width: 122px;
        margin: 10px auto 0;
        position: relative;
    }
    .splide__counter {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        span {
            line-height: 1;
            letter-spacing: .01em;
            font-size: .875rem;
            &:last-child {
                padding-left: 7px;
                margin-left: 7px;
                border-left: 1px solid #777;
            }
        }
    }
    .splide__arrows {
        display: flex;
        justify-content: space-between;
    }
    .splide__arrow {
        all: unset;
        display: block;
        width: 16px;
        height: 16px;
        background: url(../img/260902/common/ico_arrow02.webp) no-repeat center/cover;
        cursor: pointer;
        svg {
            display: none;
        }
        &[disabled] {
            opacity: .5;
            cursor: default;
        }
    }
    .splide__arrow--prev {
        scale: -1 1;
    }
}
.sec--stores-item-menu {
    margin-top: 32px;
    .sec--stores-item-subttl-en {
        width: 126px;
    }
    .sec--stores-item-subttl-en--benefit {
        width: 67px;
    }
}
section[class*="sec--stores-item-"]:has(>.sec--stores-item-subttl-wrapper) {
    +&:not(.sec--stores-item-menu--02) {
        margin-top: 35px;
        padding-top: 32px;
        position: relative;
        &::before {
            content: "";
            display: block;
            width: 89.9281%;
            height: 1px;
            background: #777;
            position: absolute;
            top: 0;
            left: 50%;
            translate: -50%;
        }
    }
}
.sec--stores-item-separator {
    width: 10px;
    height: 10px;
    background: #9b9148;
    rotate: 45deg;
    border: 0;
    margin-top: 26px;
}
.sec--stores-item-subttl-wrapper {
    display: flex;
    gap: 10px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
.sec--stores-item-subttl-en {
    font-size: .625rem;
    line-height: 1;
}
.sec--stores-item-subttl {
    color: #9b9148;
    font-size: .75rem;
    font-weight: 400;
}
.sec--stores-item-menu__highlight {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125;
    text-align: center;
    letter-spacing: -.02em;
    margin-top: 18px;
}
.sec--stores-item-menu__txt {
    font-size: .8125rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 18px;
}
.sec--stores-item-menu__txt--02 {
    margin-top: 6px;
}
.sec--stores-item-menu__txt__block {
    display: block;
    margin-top: .5em;
}
.sec--stores-item-reserve  {
    .sec--stores-item-subttl-en {
        width: 115px;
    }
}
.sec--stores-item-reserve__txt {
    margin-top: 17px;
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
    letter-spacing: .05em;
    text-align: center;
}
.sec--stores-item-reserve__web-btn {
    display: block;
    width: fit-content;
    padding: 6px 33px 6px 16px;
    border: 1px solid #9b9148;
    background: url(../img/260902/common/ico_arrow01.webp) no-repeat center right 9px/13px;
    border-radius: 10vh;
    color: #9b9148;
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    margin: 13px auto 0;
}
.sec--stores-item-reserve__btn {
    display: block;
    width: fit-content;
    min-width: 150px;
    margin: 14px auto 0;
    padding: 6px 14px;
    background: #9b91484d;
    border-radius: 10vh;
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    letter-spacing: .1em;
    text-align: center;
}
.sec--stores-item-reserve__note {
    font-size: .75rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-top: 9px;
}

.stores-to-index {
    margin-top: 15px;
    text-align: center;
}
.stores-to-index__img {
    width: 150px;
}
.stores-to-index__btn {
    display: block;
    width: 220px;
    margin: 10px auto 0;
}

#site-notice {
    font-family: "Noto Sans JP", sans-serif;
}

@media (min-width:751px) {
    #contents {
        border-inline: 1px solid #000;
    }

    .hbg-btn {
        width: 70px;
        height: 38px;
        right: auto;
        left: calc(50% + 283px);
    }
    .hbg-btn__lines,
    .hbg-btn__close {
        width: 54px;
        height: 22px;
    }
    .hbg-btn__border {
        width: 54px;
    }
    .hbg__head__img {
        width: 115px;
    }
    .hbg__head__btn {
        width: 182px;
    }
    .hbg__nav-wrapper {
        margin-top: 48px;
    }
    .hbg__nav-ttl {
        font-size: 1.125rem;
    }
    .hbg__nav {
        margin-top: 22px;
    }
    .hbg__nav__link {
        padding: 18px 20px 21px 15px;
    }
    .hbg__nav__link__txt {
        font-size: 1.125rem;
        span {
            font-size: .875rem;
        }
    }
    .hbg__nav__link__ico {
        width: 27px;
    }

    .mv {
        padding-top: 90px;
    }
    .mv__ttl {
        width: 270px;
    }
    .mv__img-wrapper {
        position: relative;
        aspect-ratio: 1504/927;
        overflow: hidden;
        margin-top: 42px;
    }
    .mv__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        will-change: opacity, transform;
        animation: mvKenBurns 30s linear infinite both;
    }
    .mv__txt {
        font-size: 1.125rem;
        margin-top: 60px;
    }
    .mv__txt__img {
        width: 180px;
        margin-top: 12px;
    }

    .sec--lead {
        grid-template-columns: 104px 1fr;
        margin-top: 68px;
        &::before,
        &::after {
            width: 252px;
        }
    }
    .sec--lead__ttl {
        padding-top: 72px;
    }
    .sec--lead__ttl__img {
        width: 36px;
    }
    .sec--lead__txt {
        font-size: 1.125rem;
        padding: 72px 0 112px 44px;
    }
    
    .sec--lead-pass {
        margin-top: 36px;
    }
    .sec--lead-pass__txt {
        font-size: 1.125rem;
    }
    .sec--lead-pass__btn {
        max-width: 400px;
        margin-top: 33px;
    }

    .sec--store01 {
        margin-top: 120px;
        .sec--store__ttl-wrapper::before {
            width: 608px;
        }
    }
    .sec--store__ttl-wrapper {
        padding-block: 30px 22px;
    }
    .sec--store__ttl-en {
        width: 374px;
        line-height: 1;
        margin-inline: auto;
    }
    .sec--store__ttl {
        font-size: 1.25rem;
        margin-top: 16px;
    }
    .sec--store01__list {
        gap: 60px;
        margin-top: 75px;
    }
    .sec--store01__list__ttl {
        width: 200px;
        padding-block: 4px;
        font-size: 1.25rem;
    }
    .sec--store01__list__ttl__col {
        margin-top: 36px;
    }
    .sec--store01__list__btn::before {
        min-height: 70px;
    }
    .sec--store01__list__btn__txt {
        font-size: 1.125rem;
        span {
            font-size: .875rem;
        }
    }

    .sec--offer {
        margin-top: 186px;
        padding-bottom: 52px;
    }
    .sec--offer__ttl {
        padding-block: 27px 12px;
    }
    .sec--offer__ttl__img {
        width: 226px;
    }
    .sec--offer__lead {
        width: 338px;
        margin-top: 52px;
    }
    .sec--offer__img {
        display: block;
        width: 47.467%;
        margin-inline: auto;
    }
    .sec--offer__txt {
        margin-top: 45px;
        font-size: 1.125rem;
        span {
            font-size: .875rem;
        }
    }

    .sec--pass {
        margin-top: 72px;
        padding-block: 28px 66px;
    }
    .sec--pass__txt {
        font-size: 1.375rem;
        line-height: 2;
        padding-block: 52px;
        bottom: 125px;
    }

    .sec--store02 {
        margin-top: 78px;
        padding-block: 60px 165px;
        position: relative;
    }
    .sec--store02__item {
        margin-top: 32px;
    }
    .sec--store02__item__ttl {
        border-block: 1px solid #000;
    }
    .sec--store02__txt {
        margin-top: 40px;
        font-size: 1.125rem;
        padding-left: 16px;
        + .sec--store02__list {
            margin-top: 45px;
        }
    }
    .sec--store02__inner__floor {
        margin-top: 45px;
    }
    .sec--store02__list__ttl__img {
        width: 178px;
        padding-inline: 16px 21px;
    }
    .sec--store02__list__ttl--wide .sec--store02__list__ttl__img {
        width: 306px;
    }
    .sec--store02__list {
        gap: 21px 16px;
        margin-top: 16px;
    }
    .sec--store02__list__txt {
        min-height: 52px;
        font-size: 1rem;
    }

    /* -----------------------------------------
    STORES PAGE
    ----------------------------------------- */
    .stores-mv {
        padding-block: 93px 88px;
    }
    .stores-mv__ttl-img {
        width: 286px;
    }
    .stores-mv__ttl {
        margin-top: 42px;
        font-size: 2rem;
    }
    .stores-mv__txt {
        margin-top: 33px;
        font-size: 1.25rem;
    }
    .sec--stores-mv__access {
        margin-top: 36px;
    }
    .sec--stores-mv__access__item {
        font-size: 1rem;
    }
    .sec--stores-mv__access__btn-wrapper {
        gap: 20px;
        margin-top: 33px;
    }
    .sec--stores-mv__access__btn {
        padding: 0 30px 6px 0;
    }
    .sec--stores-mv__access__btn__txt {
        font-size: 1.125rem;
    }
    .sec--stores-mv__access__btn__ico {
        width: 20px;
        height: 20px;
        bottom: 6px;
    }
    .sec--stores-mv__access__btn__note {
        font-size: .9375rem;
    }
    .stores-nav {
        display: grid;
        gap: 26px;
    }
    .stores-nav__ttl {
        font-size: 1.375rem;
    }
    .stores-nav__list-wrapper {
        margin-top: 22px;
    }
    .stores-nav__list {
        gap: 12px 34px;
    }
    .stores-nav__link {
        padding: 0 0 9px 16px;
    }
    .stores-nav__link__txt {
        font-size: 1.125rem;
        span {
          font-size: .875rem;  
        }
    }
    .stores-nav__link__ico {
        width: 20px;
        bottom: 12px;
        right: 6px;
    }
    .stores-to-website {
        margin-block: 68px 188px;
    }
    .stores-to-website__btn {
        max-width: 480px;
        margin-inline: auto;
        padding: 10px 12px 10px 57px;
        font-size: 1.5rem;
    }
    .stores-to-website__btn__ico {
        width: 58px;
    }
    .stores-to-website__note {
        margin-top: 10px;
        font-size: .9375rem;
    }
    

    .sec--stores-offer {
        margin-top: 88px;
        padding-bottom: 60px;
    }
    .sec--stores-offer__ttl {
        font-size: 1rem;
        padding-block: 27px 20px;
    }
    .sec--stores-offer__ttl__img {
        width: 230px;
    }
    .sec--stores-offer__content {
        margin-top: 33px;
    }
    .sec--stores-offer__subttl {
        font-size: 1.6875rem;
    }
    .sec--stores-offer__dtl {
        margin-top: 22px;
    }
    .sec--stores-offer__txt {
        font-size: 1.3125rem;
        span {
            font-size: 1rem;
        }
    }
    .sec--stores-offer__dtl__howto {
        margin-top: 22px;
    }
    .sec--stores-offer__dtl__howto > * {
        font-size: 1.125rem;
    }
    .sec--stores-offer__dtl__img {
        width: 267px;
        margin-top: 30px;
    }

    .stores-bg {
        margin-top: 54px;
    }
    .stores-bg__ttl {
        padding-block: 21px 24px;
        font-size: 2rem;
        margin-bottom: 128px;
        &::after {
            height: 56px;
        }
    }
    .sec--stores-item + .sec--stores-item {
        margin-top: 120px;
    }
    .sec--stores-item-separator {
        width: 15px;
        height: 15px;
        margin-top: 39px;
    }
    .sec--stores-item__subttl {
        padding-bottom: 18px;
        font-size: 1.625rem;
        &::before {
            width: 138px;
            height: 138px;
            bottom: -32px;
            left: -96px;
        }
    }
    .sec--stores-item__box {
        padding: 48px 42px 64px;
        margin-top: 39px;
        &::before {
            width: calc(100% - 44px);
        }
    }
    .sec--stores-item__ttl-wrapper {
        background: linear-gradient(to right,#fff 0%, #fff 22px, #9f91414d 22px,#9f91414d calc(100% - 22px),#fff calc(100% - 22px),#fff 100%);
        padding-block: 16px;
        margin-inline: -42px;
    }
    .sec--stores-item__ttl-floor {
        font-size: 1rem;
    }
    .sec--stores-item__ttl {
        font-size: 1.6875rem;
        margin-top: 12px;
        span {
            font-size: 1.25rem;
        }
    }
    .sec--stores-item__txt {
        margin-top: 39px;
        font-size: 1.125rem;
    }
    .sec--stores-item__splide {
        margin: 68px -42px 0;
        .splide__controls {
            width: 183px;
            margin: 15px auto 0;
            position: relative;
        }
        .splide__counter {
            span {
                font-size: 1.125rem;
                &:last-child {
                    padding-left: 10px;
                    margin-left: 10px;
                }
            }
        }
        .splide__arrow {
            width: 24px;
            height: 24px;
        }
    }
    .sec--stores-item-menu {
        margin-top: 48px;
        .sec--stores-item-subttl-en {
            width: 189px;
        }
        .sec--stores-item-subttl-en--benefit {
            width: 100px;
        }
    }
    .sec--stores-item-subttl-wrapper {
        gap: 15px;
    }
    .sec--stores-item-subttl {
        font-size: 1.125rem;
    }
    .sec--stores-item-menu__highlight {
        font-size: 1.5rem;
        margin-top: 27px;
    }
    .sec--stores-item-menu__txt {
        font-size: 1.125rem;
        margin-top: 27px;
    }
    .sec--stores-item-menu__txt--02 {
        margin-top: 9px;
    }
    .sec--stores-item-reserve {
        margin-top: 52px;
        padding-top: 48px;
        .sec--stores-item-subttl-en {
            width: 172px;
        }
    }
    .sec--stores-item-reserve__txt {
        margin-top: 26px;
        font-size: 1rem;
    }
    .sec--stores-item-reserve__web-btn {
        padding: 9px 50px 10px 24px;
        background-size: 20px;
        font-size: 1.125rem;
        margin-top: 20px;
    }
    .sec--stores-item-reserve__btn {
        margin-top: 21px;
        padding: 9px 21px;
        font-size: 1.125rem;
    }

    .stores-to-index {
        margin-top: 22px;
    }
    .stores-to-index__img {
        width: 225px;
    }
    .stores-to-index__btn {
        width: 330px;
        margin-top: 15px;
    }

    #site-notice {
        font-size: 1.125rem;
        padding: 60px 5.333%;
    }
}