.animation_top_left_corner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4500;
    display: block;
    width: 492px;
    pointer-events: none;
}
@media (max-width: 599px) {
    .animation_top_left_corner {
        width: 376px;
    }
}

@media (max-width: 376px) {
    .animation_top_left_corner {
        width: calc((276 / 376) * 100vw);
    }
}


.animation_top_left_logo {
    position: fixed;
    top: 15.18px;
    left: 14.57px;
    width: 182.54px;
    z-index: 4500;
    opacity: 1;
    transition: .5s ease;
}
@media (max-width: 599px) {
    .animation_top_left_logo {
        width: calc((105.82 / 376) * 100vw);
        top: 18px;
        left: 14px;
    }
}


.main_contents_store {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 120px;
}
@media (max-width: 599px) {
    .main_contents_store {
        padding-bottom: calc((176 / 376) * 100vw);
    }
}

.main_content_store p {
    text-align: center;
    padding-top: 200px;
    font-size: 36px;
    margin-bottom: 200px;
    position: relative;
    color: #921E1C;
}
@media (max-width: 599px) {
    .main_content_store p {
        padding-top: calc((150 / 376) * 100vw);
        margin-bottom: calc((150 / 376) * 100vw);
        font-size: calc((32 / 376) * 100vw);
    }
}

.main_content_store p::after {
    content: '';
    width: 55.44px;
    height: 1px;
    display: inline-block;
    background-color: #921E1C;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 599px) {
    .main_content_store p::after {
        width: calc((55.44 / 376) * 100vw);
        bottom: calc((-26 / 376) * 100vw);
    }
}

.main_content_store_pagelink {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 100px;
}
@media (max-width: 599px) {
    .main_content_store_pagelink {
        gap: calc((10 / 376) * 100vw);
        margin-bottom: calc((74 / 376) * 100vw);
    }
}

.main_content_store_pagelink_online,
.main_content_store_pagelink_offline {
    width: 358px;
    height: 36px;
    border: 1px solid #921E1C;
}
@media (max-width: 599px) {
    .main_content_store_pagelink_online,
    .main_content_store_pagelink_offline {
        width: calc((170 / 376) * 100vw);
        height: calc((36 / 376) * 100vw);
    }
}

.main_content_store_pagelink_online a,
.main_content_store_pagelink_offline a {
    font-size: 16px;
    color: #921E1C;
    text-align: center;
    line-height: 36px;
}
@media (max-width: 599px) {
    .main_content_store_pagelink_online a,
    .main_content_store_pagelink_offline a {
        font-size: calc((16 / 376) * 100vw);
        line-height: calc((36 / 376) * 100vw);
    }
}

.main_content_store_link_title_online {
    text-align: center;
    margin-bottom: 80px;
}
@media (max-width: 599px) {
    .main_content_store_link_title_online {
        margin-bottom: calc((80 / 376) * 100vw);
    }
}

.main_content_store_link_title_online p {
    font-size: 26px;
    color: #921E1C;
}
@media (max-width: 599px) {
    .main_content_store_link_title_online p {
        font-size: calc((22 / 376) * 100vw);
    }
}

.main_content_store_link {
    display: grid;
    align-items: end;
    grid-template-columns: 200px 200px;
    grid-template-rows: 70px 70px 70px 70px;
    justify-content: center;
    align-items: center;
    gap: 100px 50px;
    /* margin-bottom: 100px; */
}
@media (max-width: 599px) {
    .main_content_store_link {
        grid-template-columns: calc((130 / 376) * 100vw) calc((130 / 376) * 100vw);
        grid-template-rows: calc((50 / 376) * 100vw) calc((50 / 376) * 100vw) calc((50 / 376) * 100vw) calc((50 / 376) * 100vw);
        gap: calc((80 / 376) * 100vw) calc((30 / 376) * 100vw);
        /* margin-bottom: calc((144 / 376) * 100vw); */
    }
}

.main_content_store_link_item {
    text-align: center;
    height: 100%;
}

.main_content_store_link_item a {
    font-size: 16px;
    color: #921E1C;
    border-bottom: 1px solid #921E1C;
}
@media (max-width: 599px) {
    .main_content_store_link_item a {
        font-size: calc((16 / 376) * 100vw);
    }
}





.main_content_store_link_title_offline {
    position: sticky;
    top: 0px;
    will-change: top;
    background-color: #ffffff;
    z-index: 1000;
    color: #921E1C;
}


.offline_title {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .offline_title {
        padding-top: calc((160 / 376) * 100vw);
        margin-bottom: calc((30 / 376) * 100vw);
    }
}

.offline_title p {
    font-size: 26px;
    color: #921E1C;
}

@media (max-width: 599px) {
    .offline_title p {
        font-size: calc((22 / 376) * 100vw);
    }
}


.eria-stickey {
    /* position: sticky;
    top: 0px; */
    /* padding-top: 80px; */
    z-index: 300;
    /* background-color: #ffffff; */
    padding-left: 120px;
    padding-right: 120px;
}

@media (max-width: 1024px) {
    .eria-stickey {
        /* position: sticky;
        top: 0; */
        /* padding-top: 110px; */
    }
}

@media (max-width: 599px) {
    .eria-stickey {
        padding-left: calc((80 / 780) * 100vw);
        padding-right: calc((80 / 780) * 100vw);
        /* position: sticky;
        top: 0; */
        /* padding-top: calc((110 / 780) * 100vw); */
    }
}

.new-store-eria-select {
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .new-store-eria-select {
        margin-bottom: calc((20 / 780) * 100vw);
    }
}

.new-store-eria-select p {
    font-size: 20px;
    position: relative;
}

@media (max-width: 599px) {
    .new-store-eria-select p {
        font-size: calc((34 / 780) * 100vw);
    }
}

.new-store-eria-select p {
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 600;
    font-style: normal;
}

.new-store-eria-select-eria {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-bottom: 120px;

}

/* @media (max-width: 1024px) {
    .new-store-eria-select-eria {
        margin-bottom: 82px;
        
    }
} */

@media (max-width: 599px) {
    .new-store-eria-select-eria {
        margin-bottom: calc((82 / 780) * 100vw);
        /* justify-content: center; */
    }
}

.new-store-eria-select-eria a {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 500;
    font-style: normal;
    /* text-align: center; */
    width: 150px !important;
}


@media (max-width: 599px) {
    .new-store-eria-select-eria a {
        font-size: calc((28 / 780) * 100vw);
        margin-bottom: calc((20 / 780) * 100vw);
    }
}

.new-store-eria-select-eria a:hover {
    color: #D08980;
}


.new-store-local-eria-select-eria {
    display: flex;
    margin-bottom: 120px;
    /* justify-content: center; */
    flex-wrap: wrap;
}

@media (max-width: 599px) {
    .new-store-local-eria-select-eria {
        margin-bottom: calc((82 / 780) * 100vw);
    }
}

.new-store-local-eria-select-eria a {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 500;
    font-style: normal;
    /* text-align: center; */
    width: 150px !important;
}

@media (max-width: 599px) {
    .new-store-local-eria-select-eria a {
        font-size: calc((28 / 780) * 100vw);
        margin-bottom: calc((20 / 780) * 100vw);
    }
}

.new-store-local-eria-select-eria a:hover {
    color: #c9c4c1;
}




/* 
.eria-plus:first-child {
    padding-left: 0 !important
}

.eria-plus:last-child {
    padding-right: 0 !important
}

.eria-plus {
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .eria-plus {
        padding-right: 15px;
    }
}

@media (max-width: 599px) {
    .eria-plus {
        padding-right: calc((15 / 780) * 100vw);
    }
} */








/* 
.main_content_store_link_title_commingsoon {
    text-align: center;
}

.main_content_store_link_title_commingsoon p {
    display: inline-block;
    font-size: 16px;
    color: #921E1C;
    border-bottom: 1px solid #921E1C;
    padding-bottom: 10px;
}
@media (max-width: 599px) {
    .main_content_store_link_title_commingsoon p {
        font-size: calc((16 / 376) * 100vw);
        padding-bottom: calc((8 / 376) * 100vw);
    }
} */


.animation_top_left_sns {
    position: fixed;
    top: 288px;
    right: 22px;
    z-index: 3000;
    opacity: 1;
    transition: .5s ease;
}
@media (max-width: 599px) {
    .animation_top_left_sns {
        display: none;
    }
}

.animation_top_left_sns_moji {
    writing-mode: vertical-rl;
    color: #AA342E;
    font-size: 13px;
    margin: 0 auto 12px;
}

.animation_top_left_sns_tate {
    width: 1px;
    margin: 0 auto 23px;
}

.animation_top_left_sns_insta {
    width: 18.03px;
    margin-bottom: 23px;
}

.animation_top_left_sns_x {
    width: 20px;
}


@media (max-width: 599px) {

    .sp_coverblend {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #921E1C;
        mix-blend-mode: multiply;
        opacity: 0;
        z-index: 3000;
        visibility: hidden;
        /* 初期状態で非表示 */
        transition: opacity 0.5s ease, visibility 0s 0.5s;
    }

    .sp_coverblend.active {
        opacity: 1;
        visibility: visible;
        /* activeクラスがついたら表示 */
        transition: opacity 0.5s ease;
    }
}

.br-sp {
    display: none;
}

@media (max-width: 599px) {
    .br-sp {
        display: block;
    }
}









/* .store-top-wrapper {
    width: 100%;
    height: 506px;
}

@media (max-width: 1024px) {
    .store-top-wrapper {
        height: 746px;
    }
}

@media (max-width: 599px) {
    .store-top-wrapper {
        height: calc((746 / 780) * 100vw);
    }
} */

/* .store-top-contents {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    position: relative;
}

.store-top-content {
    position: absolute;
    top: 180px;
    left: 160px;
}

@media (max-width: 1024px) {
    .store-top-content {
        top: 278px;
        left: 80px;
    }
}

@media (max-width: 599px) {
    .store-top-content {
        top: calc((278 / 780) * 100vw);
        left: calc((80 / 780) * 100vw);
    }
} */
/* 
.store-top-content h1 {
    font-size: 64px;
    letter-spacing: 34px;
}

@media (max-width: 1024px) {
    .store-top-content h1 {
        font-size: 90px;
        letter-spacing: 40px;
    }
}

@media (max-width: 599px) {
    .store-top-content h1 {
        font-size: calc((90 / 780) * 100vw);
        letter-spacing: calc((40 / 780) * 100vw);
    }
} */


/* .line .hr {
    border: 1px solid #231815;
    width: 56px;
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .line .hr {
        width: 112px;
        margin-top: 100px;
    }
}

@media (max-width: 599px) {
    .line .hr {
        width: calc((112 / 780) * 100vw);
        margin-top: calc((100 / 780) * 100vw);
    }
} */




/*all*/
.store-wrapper {
    padding-top: 30px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 240px;
    color: #921E1C;
}

/* @media (max-width: 1024px) {
    .store-wrapper {
        padding-top: 240px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 240px;
    }
} */

@media (max-width: 599px) {
    .store-wrapper {
        padding-top: calc((30 / 780) * 100vw);
        padding-left: calc((80 / 780) * 100vw);
        padding-right: calc((80 / 780) * 100vw);
        padding-bottom: calc((240 / 780) * 100vw);
    }
}


/*online*/

.store-online-wrapper {
    width: 100%;
    margin-bottom: 240px;
}

/* @media (max-width: 1024px) {
    .store-online-wrapper {
        margin-bottom: 240px;
    }
} */

@media (max-width: 599px) {
    .store-online-wrapper {
        margin-bottom: calc((240 / 780) * 100vw);
    }
}

.store-online-contents h2 {
    font-size: 44px;
    margin-bottom: 60px;
    color: #000000;
    letter-spacing: 9px;
    position: relative;
}

/* @media (max-width: 1024px) {
    .store-online-contents h2 {
        font-size: 56px;
        margin-bottom: 80px;
    }
} */

@media (max-width: 599px) {
    .store-online-contents h2 {
        font-size: calc((56 / 780) * 100vw);
        margin-bottom: calc((80 / 780) * 100vw);
    }
}

.store-online-contents h2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #000000;
    transform: rotate(-60deg);
}

/* @media (max-width: 1024px) {
    .store-online-contents h2::after {
        width: 44px;
    }
} */

@media (max-width: 599px) {
    .store-online-contents h2::after {
        height: 1px;
        width: calc((50 / 780) * 100vw);
    }
}

.store-online-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 42px;
}

/* @media (max-width: 1024px) {
    .store-online-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
} */

@media (max-width: 599px) {
    .store-online-content {
        gap: calc((40 / 780) * 100vw);
    }
}

.store-online-content-address {
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    height: 60px;
    width: 100%;
}

/* @media (max-width: 1024px) {
    .store-online-content-address {
        height: 110px;
    }
} */

@media (max-width: 599px) {
    .store-online-content-address {
        height: calc((110 / 780) * 100vw);
    }
}

.store-online-content-address a {
    font-size: 16px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* @media (max-width: 1024px) {
    .store-online-content-address a {
        font-size: 32px;
        line-height: 1.3;
        text-align: center;
    }
} */

@media (max-width: 599px) {
    .store-online-content-address a {
        font-size: calc((32 / 780) * 100vw);
    }
}

.br-sp {
    display: none;
}

/* @media (max-width: 1024px) {
    .br-sp {
        display: block;
    }
} */



/*stores*/

.store-stores-wrapper {
    width: 100%;
}

.store-stores-wrapper:last-child {
    margin-bottom: 0;
}

.store-stores-contents h2 {
    font-size: 38px;
    margin-bottom: 84px;
    color: #000000;
    letter-spacing: 11px;
    position: relative;
}

/* @media (max-width: 1024px) {
    .store-stores-contents h2 {
        font-size: 56px;
        margin-bottom: 102px;
        color: #000000;
        letter-spacing: 9px;
    }
} */

@media (max-width: 599px) {
    .store-stores-contents h2 {
        font-size: calc((56 / 780) * 100vw);
        margin-bottom: calc((102 / 780) * 100vw);
        letter-spacing: calc((9 / 780) * 100vw);
    }
}

.store-stores-contents h2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #000000;
    transform: rotate(-60deg);
}

/* @media (max-width: 1024px) {
    .store-stores-contents h2::after {
        width: 44px;
    }
} */

@media (max-width: 599px) {
    .store-stores-contents h2::after {
        height: 1px;
        width: calc((50 / 780) * 100vw);
    }
}


.store-stores-content {
    margin-bottom: 120px;
}

/* @media (max-width: 1024px) {
    .store-stores-content {
        margin-bottom: 82px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content {
        margin-bottom: calc((82 / 780) * 100vw);
    }
}

.store-stores-content-prefectures {
    margin-bottom: 20px;
}

/* @media (max-width: 1024px) {
    .store-stores-content-prefectures {
        margin-bottom: 20px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-prefectures {
        margin-bottom: calc((20 / 780) * 100vw);
    }
}

.store-stores-content-prefectures p {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}

/* @media (max-width: 1024px) {
    .store-stores-content-prefectures p {
        font-size: 34px;
        padding-left: 20px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-prefectures p {
        font-size: calc((34 / 780) * 100vw);
        padding-left: calc((20 / 780) * 100vw);
    }
}

.store-stores-content-prefectures p::after {
    background: #921E1C;
    content: "";
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: opacity .3s ease-in-out;
    width: 7px;
}

/* @media (max-width: 1024px) {

    .store-stores-content-prefectures p::after {
        width: 10px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-prefectures p::after {
        width: calc((10 / 780) * 100vw);
    }
}


.store-stores-content-prefectures p.open::after {
    opacity: 0;
}



.store-stores-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

@media (max-width: 599px) {
    .store-stores-content-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* @media (max-width: 1024px) {
    .store-stores-content-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
} */

.store-stores-content-address {
    display: inline-block;
    padding-bottom: 24px;
    cursor: pointer;
    /* user-select: none; */
    vertical-align: middle;
    text-decoration: none;
}

/* @media (max-width: 1024px) {
    .store-stores-content-address {
        padding-bottom: 48px;
        margin-bottom: 80px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-address {
        padding-bottom: calc((48 / 780) * 100vw);
        margin-bottom: calc((80 / 780) * 100vw);
    }
}

.underline {
    position: relative;
}

.underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #921E1C;
}

.underline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #D08980;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.underline:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.store-stores-content-address p:first-child {
    margin-bottom: 16px;
    line-height: 1.5em;
    font-size: 16px;
}

/* @media (max-width: 1024px) {
    .store-stores-content-address p:first-child {
        margin-bottom: 46px;
        font-size: 28px;
        line-height: 1.5;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-address p:first-child {
        margin-bottom: calc((46 / 780) * 100vw);
        font-size: calc((28 / 780) * 100vw);
    }
}

.store-stores-content-address p:nth-child(2) {
    margin-bottom: 14px;
    font-size: 12px;
}

/* @media (max-width: 1024px) {
    .store-stores-content-address p:nth-child(2) {
        margin-bottom: 16px;
        font-size: 24px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-address p:nth-child(2) {
        margin-bottom: calc((16 / 780) * 100vw);
        font-size: calc((24 / 780) * 100vw);
    }
}

.store-stores-content-address p:nth-child(3) {
    margin-bottom: 28px;
    font-size: 12px;
}

/* @media (max-width: 1024px) {
    .store-stores-content-address p:nth-child(3) {
        font-size: 24px;
        margin-bottom: 40px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-address p:nth-child(3) {
        font-size: calc((24 / 780) * 100vw);
        margin-bottom: calc((40 / 780) * 100vw);
    }
}

.store-stores-content-address p:nth-child(4) {
    font-size: 12px;
}
/* 
@media (max-width: 1024px) {
    .store-stores-content-address p:nth-child(4) {
        font-size: 24px;
    }
} */

@media (max-width: 599px) {
    .store-stores-content-address p:nth-child(4) {
        font-size: calc((24 / 780) * 100vw);
    }
}


/* @media (max-width: 1024px) {

    .store-stores-content-wrapper .store-stores-content-address:last-child {
        margin-bottom: 40px !important;
    }

} */

@media (max-width: 599px) {

    .store-stores-content-wrapper .store-stores-content-address:last-child {
        margin-bottom: calc((40 / 780) * 100vw) !important;
    }

}



.chuui {

    text-align: center;
    font-size: 10px;
    padding-bottom: 50px;
}

/* @media (max-width: 1024px) {
    .store-stores-contents .chuui {
        font-size: 20px;
        line-height: 1.5;
    }
} */

@media (max-width: 599px) {
    .chuui {
        font-size: calc((20 / 780) * 100vw);
        padding-bottom: calc((50 / 780) * 100vw);
    }
}

.br-sp {
    display: none;
}

@media (max-width: 599px) {
    .br-sp {
        display: block;
    }
}




.store-stores-content-prefectures p {
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 600;
    font-style: normal;
}

.store-stores-content-address a p:first-child {
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 500;
    font-style: normal;
}

.store-stores-content-address a p:nth-child(2),
.store-stores-content-address a p:nth-child(3),
.store-stores-content-address a p:nth-child(4) {
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 400;
    font-style: normal;
}







.new-store-local-eria-select {
    margin-bottom: 20px;
}

/* @media (max-width: 1024px) {
    .new-store-local-eria-select {
        margin-bottom: 20px;
    }
} */

@media (max-width: 599px) {
    .new-store-local-eria-select {
        margin-bottom: calc((20 / 780) * 100vw);
    }
}

.new-store-local-eria-select p {
    font-size: 20px;
    position: relative;
}

/* @media (max-width: 1024px) {
    .new-store-local-eria-select p {
        font-size: 34px;
    }
} */

@media (max-width: 599px) {
    .new-store-local-eria-select p {
        font-size: calc((34 / 780) * 100vw);
    }
}

.new-store-local-eria-select p {
    /* font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", "MS Pゴシック", sans-serif; */
    font-weight: 600;
    font-style: normal;
}





.comingsoon {
    color: #D08980 !important;
}




