@charset "UTF-8";
@import url(reset.css);
html, body {
    font-size: 10px;
    width: 100%;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #1B1B1B;
    font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
    background-color: #F8F8F3;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .2em;
    font-feature-settings: "palt";
    animation: fadein 3s forwards;
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
a {
    color: #1B1B1B;
    text-decoration: none;
    transition: all .6s;
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}
.block {
    display: none;
}
@media screen and (max-width: 896px) {
    .block {
        display: block;
    }
}
.Bilo {
    font-family: "bilo", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.gsap-fade-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    filter: blur(10px);
    will-change: transform, opacity, filter;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* 背景を少し暗く */
    backdrop-filter: blur(5px);
    display: none; /* 初期状態 */
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    max-width: 700px;
    width: 100%;
    max-height: 100%; 
    position: relative;
    padding: 70px 20px 20px !important;
    animation: modalFadeUp 0.4s ease-out;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 20px;
    background: none;
    border: none;
    font-size: 6rem;
    color: #C81A5D;
    cursor: pointer;
    line-height: 1;
}
.modal-inner {
    background-color: #FFF;
    text-align: left;
    padding: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#modal-title {
    margin: 10px 0 30px;
     font-weight: bold;
    text-align: left;
}
@keyframes modalFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
#modal-body {
    margin-top: 20px;
}
#modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px 0;
    display: block;
}
#modal-body p {
    margin-bottom: 1.5em;
    line-height: 1.8;
}
@media screen and (max-width: 896px) {
    .modal-overlay {
        padding: 0;
    }
}

.fv-section {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: url(../img/bg-wall.svg) center top / cover no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.parallax-container {
    position: relative;
}
.parallax-layer {
    opacity: 0;
    filter: blur(10px);
    will-change: transform, opacity, filter;
}
.inner-container {
    height: 100%;
    margin: auto;
    max-width: 1680px;
    position: relative;
}
.visual-main {
    position: absolute;
    bottom: 0;
    left: 47%;
    transform: translateX(-50%);
    width: 45%;
    z-index: 1;
    line-height: 0;
}
.inner-container img {
    width: 100vh;
    height: auto;
    vertical-align: bottom;
}
.element-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 40%;
    z-index: 3;
}
.element-vertical-text {
    position: absolute;
    bottom: 40%;
    right: 20%;
    width: 5%;
    z-index: 2;
}
.element-info {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 30%;
    z-index: 3;
}
@media screen and (max-width: 896px) {
  .fv-section {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 20px 5%;
    box-sizing: border-box;
  }
  .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
  }
  .element-title {
    position: relative;
    bottom: auto;
    left: 0;
    width: 80%;
    max-width: 500px;
    margin: 0 auto 10px 0;
    order: 1;
  }
  .visual-main {
    position: relative;
    bottom: auto;
    left: 40%;
    transform: translateX(-50%);
    width: 80%;
    margin: 0 auto 30px;
    order: 2;
  }
  .inner-container .side-left img {
    width: 100% !important;
    height: auto !important;
  }
  .element-vertical-text {
    top: 40%;
    left: 5%;
    width: 46px;
    height: auto;
    z-index: 10;
  }
  .element-vertical-text img {
    width: 100% !important;
    height: auto !important;
  }
  .element-info {
    position: relative;
    bottom: auto;
    right: auto;
    width: 90%;
    max-width: 520px;
    margin-bottom: 30px;
    order: 3;
  }
  .element-banner {
    width: 80%;
    order: 4;
  }
}

.fixed-bg-wall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: url(../img/bg-wall.svg) center top / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}

.main-content-section {
    position: relative;
    z-index: 2 !important;
    min-height: 100vh; 
    background: transparent;
}
.inner-container.sticky-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.side-content {
    width: 31%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 100px 2% 0;
}
.center-scroll-content {
    width: 30%;
    padding: 100px 0 0;
}
.white-glass-box {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    min-height: 1500px;
    box-sizing: border-box;
}
.side-content.side-left .side-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}
.side-content.side-left img[alt="Title"] {
    width: 100%;
    height: auto;
}
.side-content.side-left img[alt="Illustration"] {
    width: 100%;
    height: auto;
}
.side-content.side-right .side-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80%;
}
.nav-menu {
    margin-bottom: 40px;
}
.nav-menu ul {
    display: flex;
    flex-flow: wrap;
    gap: 20px 0;
    max-width: 330px; 
    width: 100%;
}
.nav-menu ul li {
    width: 110px;
    text-align: left;
}
.nav-menu ul li:last-child {
    width: 180px;
}

.nav-menu li a {
    display: inline-block;
    color: #C81A5D;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 8px;
    background-image: linear-gradient(#C81A5D, #C81A5D);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}

.nav-menu li a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
}
.side-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.banner-area {
    width: 100%;
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.banner-area img {
    transition: transform 0.3s;
}
.banner-area img:hover {
    transform: scale(1.04);
}
.sns-link img {
    width: 36px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s;
}
.sns-link img:hover {
    transform: scale(1.05);
}
@media screen and (max-width: 1279px) {
    .inner-container.sticky-wrapper {
        flex-flow: column-reverse;
        align-items: center;
        gap: 0;
    }
    .side-content {
        width: 80%;
        position: relative;
        height: auto;
        padding: 60px 0 0;
    }
    .center-scroll-content {
        width: 80%;
        padding: 60px 0 0;
    }
    .banner-area {
        width: 60%;
        margin-bottom: 0;
    }
    .side-content.side-left {
        display: none;
    }
    .nav-menu, .side-inner .sns-link {
        display: none;
    }
}
@media screen and (max-width: 896px) {
    .inner-container.sticky-wrapper {
        gap: 0;
    }
    .side-content {
        display: none;
    }
    .center-scroll-content {
        width: 90%;
        padding: 60px 5% 0;
    }
}

/* 導入セクション全体の調整 */
.intro-section {
    padding: 60px 50px 120px;
}
/* センタータイトルの画像 */
.center-title-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
/* リード文（h3） */
.intro-lead {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 20px;
}
/* 説明文（p） */
.intro-description {
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (max-width: 1279px) {
    .intro-section {
        padding: 60px 10% 120px;
    }
    .intro-header {
        width: 80%;
    }
}
@media screen and (max-width: 896px) {
    .intro-section {
        padding: 60px 10% 60px;
    }
    .center-title-img {
        margin-bottom: 20px;
    }
}
.common-title {
    text-align: center;
    color: #C81A5D;
    font-size: 4rem;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.common-title::before, .common-title::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 8px;
    height: 8px;
    background-image: url("../img/news-star.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 896px) {
    .common-title {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }
}
.news-section {
    padding: 0 20px 120px;
}
.news-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-card {
    background: #FFF;
    border-radius: 25px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.news-thumb {
    width: 100px;
    flex-shrink: 0;
}
.news-thumb img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}
.news-body {
    text-align: left;
}
.news-date {
    font-size: 1.2rem;
    color: #AAA;
    margin-bottom: 5px;
}
.news-text {
    font-size: 1.2rem;
    line-height: 1.5;
}
.news-badge {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: #C81A5D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s;
}
.news-badge img {
    width: 15px;
    height: auto;
}
.news-card:hover .news-badge {
    transform: translateX(5px);
}
.news-more {
    text-align: center;
    margin-top: 30px;
}
.btn-and-more {
    display: inline-block;
    color: #C81A5D;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 8px;
    background-image: linear-gradient(#C81A5D, #C81A5D);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 0.3s;
}
.btn-and-more:hover {
    background-position: bottom right;
    background-size: 0 1px;
}
.news-item {
    display: none;
}
.news-item.is-visible {
    display: block;
    animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 1279px) {
    .news-section {
        padding: 0 10% 60px;
    }
}
@media screen and (max-width: 896px) {
    .news-section {
        padding: 0 5% 60px;
    }
    .news-list {
        gap: 15px;
    }
    .news-card {
        border-radius: 20px;
        padding: 20px 15px;
        display: flex;
        align-items: flex-start;
    }
    .news-badge img {
        width: 10px!important;
    }
}
/* INFORMATION */
.info-section {
    padding: 0 20px 40px;
}
.info-list {
    border-top: 1px solid #B9E2E8;
}
.info-row {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #B9E2E8;
    text-align: left;
}
.info-row dt {
    width: 110px;
    color: #C81A5D;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: .1em;
    flex-shrink: 0;
}
.info-row dd {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
    .info-section {
        padding: 0 10% 40px;
    }
}
@media screen and (max-width: 897px) {
    .info-section {
        padding: 0 5% 40px;
    }
}
/* ACCESS */
.access-section {
    padding-bottom: 40px;
}
.access-title {
    text-align: center;
    color: #C81A5D;
    font-size: 3rem;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.map-wrapper {
    padding: 0 20px;
}
.map-canvas iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.map-link-area {
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0;
}
.map-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #A2A5A8;
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    transition: transform 0.3s;
}
.map-link:hover {
    transform: translatex(5px);
}
.icon-circle-arrow {
    width: 30px;
    height: 30px;
    background-color: #BDE2E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle-arrow img {
    width: 15px;
    height: auto;
}
@media screen and (max-width: 1279px) {
    .map-wrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 897px) {
    .map-wrapper {
        padding: 0 5%;
    }
}
/* SHOP */
.shop-section {
    padding-bottom: 120px;
}
.shop-lead {
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 10%;
    padding: 0 5% 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #C81A5D;
}
.shop-category-list {
    margin: 0 20px;
}
.shop-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #C81A5D;
    cursor: pointer;
    transition: background-color 0.3s;
}
.shop-category-item .category-name {
    color: #C81A5D;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
.shop-category-item .category-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #C81A5D;
    background-image: url("../img/icon-arrow-white.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.shop-category-item:hover .category-arrow {
    transform: translateX(5px);
}
.shop-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
}
.shop-modal-content {
    max-width: 600px;
    width: 100%;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    position: relative;
    padding: 70px 0 0 !important;
    animation: modalFadeUp 0.4s ease-out;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.shop-modal-close {
    position: absolute;
    top: 0;
    right: 0px;
    background: none;
    border: none;
    font-size: 6rem;
    color: #C81A5D;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}
.shop-modal-inner {
    background-color: #FFF;
    padding: 70px 40px 40px;
    border-radius: 30px;
    box-sizing: border-box;
    overflow-y: auto;
    flex-grow: 1;
    -webkit-overflow-scrolling: touch;
}
.shop-modal-main-title {
    color: #C81A5D;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 40px;
    z-index: 5;
}
.shop-modal-category-intro {
    text-align: center;
    padding-bottom: 50px;
}
.shop-modal-category-subtitle {
    color: #C81A5D;
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.shop-modal-category-description {
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.shop-modal-posts-loop {
    display: flex;
    flex-direction: column;
}
.shop-modal-post-block {
    border-top: 1px solid #C81A5D;
    padding: 50px 0;
}
.shop-modal-post-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.shop-modal-post-title {
    color: #C81A5D;
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-align: left;
}
.shop-modal-slider-container {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.shop-swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.shop-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.shop-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0 !important;
    transition: opacity 1.2s ease-in-out !important;
    pointer-events: none;
}
.shop-swiper .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto;
}
.shop-modal-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    box-sizing: border-box;
}
.shop-modal-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-swiper-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    bottom: 20px!important;
    right: 20px!important;
    left: auto!important;
    z-index: 10;
}
.shop-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.shop-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #C81A5D !important;
}
.shop-modal-post-description {
    color: #1B1B1B;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.shop-modal-sns-links {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
}
.shop-modal-sns-links a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.shop-modal-sns-links a:hover {
    opacity: 1;
}
.icon-instagram { background-image: url(../img/icon-instagram.svg); }
.icon-website { background-image: url(../img/icon-link.svg); }

.no-shop-message { text-align: center;font-size: 1.3rem;}
@media screen and (max-width: 1279px) {
.shop-category-list {
    margin: 0 10%;
}
}
@media screen and (max-width: 896px) {
    .shop-section {
        padding-bottom: 60px;
    }
    .shop-lead {
        margin: 0 5%;
        padding: 0 5% 40px;
    }
    .shop-category-list {
        margin: 0 5%;
    }
    .shop-modal-inner {
        padding: 50px 20px 20px;
    }
    .shop-modal-main-title {
        font-size: 3.2rem;
    }
    .shop-modal-category-subtitle {
        font-size: 1.8rem;
    }
    .shop-modal-post-title {
        font-size: 2rem;
    }
}
/* CONTENTS */
.contents-section {
    padding-bottom: 80px;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contents-container {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 40px;
}
.contents-header {
    margin-bottom: 20px;
}

.contents-main-title {
    color: #C81A5D;
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.contents-datetime {
    color: #C81A5D;
    font-size: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.contents-lead-title {
    color: #C81A5D;
    font-size: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.contents-description {
    font-size: 1.3rem;
    line-height: 2.4;
    text-align: justify;
    text-justify: inter-ideograph;
    max-width: 580px;
    margin: 0 auto 10px;
    letter-spacing: 0.1em;
}
.contents-media-block {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.contents-media-inner {
    width: 100%;
    aspect-ratio: 16 / 9; 
    background-color: #D6D6D6;
    border-radius: 30px; 
    overflow: hidden;
    position: relative;
}
.contents-media-inner img,
.contents-media-inner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
@media screen and (max-width: 896px) {
    .contents-section {
        padding-bottom: 20px;
    }
    .contents-container {
        padding: 0;
    }
}
footer {
    text-align: center;
    padding: 60px 0 20px;
}
footer p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: .1em;
    margin-top: 40px;
}
footer small {
    display: block;
    font-size: 1rem;
    margin-top: 40px;
    letter-spacing: .1em;
}

/* PC時は完全に非表示 */
.burger-btn,
.sp-nav-wrapper, 
.site-header {
  display: none;
}

@media screen and (max-width: 1279px) {
  .site-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-header.is-show {
    transform: translateY(0);
  }
  .header-inner {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-logo img {
    height: 35px;
    width: auto;
  }
    
  .burger-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 99999;
  }
  .burger-btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C81A5D;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }

  /* 各線の初期位置 */
  .burger-btn span:nth-child(1) { top: 0; }
  .burger-btn span:nth-child(2) { top: 6px; }
  .burger-btn span:nth-child(3) { top: 12px; }
  .burger-btn.is-active span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .burger-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .burger-btn.is-active span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .sp-nav-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(220, 240, 243, 0.95);
    backdrop-filter: blur(10px);
    z-index: 99998;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .sp-nav-menu li {
    margin: 40px 0;
    opacity: 0;
    transform: translateY(20px);
  }
  .sp-nav-menu li a {
    color: #C81A5D;
    font-size: 2.8rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    display: inline-block;
  }
}

.modal-inner,
.shop-modal-inner {
    clip-path: inset(0 round 30px); 
}
.modal-inner::-webkit-scrollbar,
.shop-modal-inner::-webkit-scrollbar {
    width: 6px; 
}
.modal-inner::-webkit-scrollbar-track,
.shop-modal-inner::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px; 
}
.modal-inner::-webkit-scrollbar-thumb,
.shop-modal-inner::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; 
    border-radius: 10px;       
}
.modal-inner::-webkit-scrollbar-thumb:hover,
.shop-modal-inner::-webkit-scrollbar-thumb:hover {
    background-color: #A3124A; 
}
@supports (scrollbar-width: thin) {
    .modal-inner,
    .shop-modal-inner {
        scrollbar-width: thin;       
        scrollbar-color: #D9D9D9 transparent; 
    }
}