@charset "UTF-8";
/* .wrapper {
    width: 80.5vw;
    margin-right: 3.33vw;
    margin-left: 16.1vw;
} */

/* sp768px以下 */
@media screen and (max-width:768px) {
    .wrapper {
        width:100vw;
        margin: 0 auto;
    }
}

.menu__detail {
    width: 74vw;
    margin: 0 auto;
    max-width: 1450px;
}
/* sp768px以下 */
@media screen and (max-width:768px) {
    .menu__detail {
        width:89.3vw;
        margin: 120px auto 0;
    }
}
section {
    margin-top: 96px;
}

/* ===========
menu__fv
=============*/
.menu__fv {
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 1450px;
}

.menu__fv::before {
    content: '';
    display: block;
    background-image: url(../images/japanese-paper.webp);
    background-size: contain;
    background-repeat: repeat;
    width: 100vw;
    height: 1600px;
    position: fixed;
    /* aspect-ratio: 1160/1529; */
    z-index: -1000;
    left: 16.1vw;
}

.menu__fv-ttl {
    writing-mode: vertical-rl;
    white-space: nowrap;
    width: 100%;
    position: relative;
    display: inline-block;
    width: 28px;
    margin: 205px 0 381px;
}

.menu__fv-img {
    width: 41.8vw;
    position: absolute;
    bottom: 106px;
    right: 60px;
    max-width: 700px;
    z-index: -100;
}
.nav__btn {
    display: none;
}
/* sp1000px以下 */
@media screen and (max-width:1000px) {
    .menu__fv-img {
        margin: 16px auto 0;
        position: static;
        width: 61%;
    }

    .menu__fv-ttl {
        margin: 205px 0 0;
    }
}


/* sp768px以下 */
@media screen and (max-width:768px) {
    .menu__fv::before {
        left: auto;
    }


    .nav__btn {
    display: block;
    width: 48px;
    height: 20px;
    position: fixed;
    top: 48px;
    right: 28px;
    z-index: 1000;
    }

    .nav__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-text);
    position: absolute;
    }

    .nav__btn span:nth-child(1) {
        top: 0;
    }
    .nav__btn span:nth-child(2) {
        top: 50%;
    }
    .nav__btn span:nth-child(3) {
        top: 100%;
    }
    /* ======
    メニューボタン開閉
    =========*/
    .nav__btn.active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background: var(--color-text);
    }
    .nav__btn.active span:nth-child(2) {
        display: none;
    }
    .nav__btn.active span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        background: var(--color-text);
    }
}

/* ============
ジェルネイル
===============*/
.menu__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px,1fr));
    gap: 80px 4.5%;
    margin-top: 21px;
}

.menu__ttl {
    font-family: var(--font-serif);
    font-size: var(--fs20);
    letter-spacing: 0.3em;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.menu__price {
    font-family: var(--font-serif);
    font-size: var(--fs20);
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: end;
    margin-top: 8px;
}

.menu__desc {
    margin-top: 8px;
}

.menu__suggest {
    margin-top: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6%;
}

.menu__guidance-txt {
    margin-top: 48px;
}

.menu__reservation-btn {
    width: 75.2%;
    max-width: 252px;
    text-align: center;
}

.spOnly-menu__list {
        display: none;
    }

/* sp810px以下 */
@media screen and (max-width:810px) {
    .menu__list {
        grid-template-columns: repeat(auto-fill, minmax(208px,1fr));
    }

    .menu__ttl {
        font-size: var(--fs18);
    }
    .flashnail__span {
        display: none;
    }
}

/* sp487px以下 */
@media screen and (max-width:487px) {
    .spOnly-menu__list {
        margin-top: 48px;
        display: block;
    }

    .spOnly-menu__name a{
        font-family: var(--font-serif);
        font-size: var(--fs18);
        position: relative;
        margin-top: 24px;
        display: block;
    }

    .spOnly-menu__name a::before {
        content: '';
        display: block;
        width: 100%;
        height: 0.75px;
        background-color: var(--color-text);
        position: absolute;
        bottom: 0;
    }

    .spOnly-menu__name a::after {
        content: '';
        display: block;
        width: 2.93vw;
        aspect-ratio: 11/5;
        background-image: url(../images/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .menu__list {
        margin-top: 64px;
        gap: 56px;
    }

    .menu__price {
        margin-top: 4px;
    }

    .menu__desc {
        margin-top: 4px;
    }

    .menu__suggest {
        margin-top: 68px;
        flex-direction: column;
    }

    .menu__suggest .menu__reservation-btn {
        margin-top: 63px;
    }
}

/* ============
その他
===============*/
.menu-other__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 37px;
    gap: 48px 4.5%;
}

.menu-other__card {
    display: flex;
    align-items: center;
}

.menu-other__img {
    width: 29.5%;
    flex-shrink: 0;
}

.menu-other__card--stack {
    width: 63.6%;
    margin-left: 4.7%;
}

.menu-other__name {
    font-family: var(--font-serif);
    font-size: var(--fs20);
    line-height: 1.2;
    letter-spacing: 0.3em;
    display: flex;
    flex-direction: column;
}

.menu-other__name--en {
    font-family: var(--font-en);
    line-height: 1.2;
    letter-spacing: 0;
}

.other-priceList__row {
    display: flex;
    justify-content: space-between;
}

.other-priceList__price {
    font-size: var(--fs20);
    font-family: var(--font-sans-serif);
}

.menu-other__price {
    font-size: var(--fs20);
    font-family: var(--font-sans-serif);
    margin-top: 24px;
    line-height: 1;
}
/* sp1000px以下 */
@media screen and (max-width:1000px) {
    .menu-other__card {
        flex-direction: column;
    }

    .menu-other__img {
        width: 100%;
        aspect-ratio: 1;
    }

    .menu-other__img img {
        width: 100%;
    }

    .menu-other__card--stack {
        width: 100%;
        margin: 24px auto 0;
    }

    .menu-other__name {
    font-size: var(--fs18);
    line-height: 1.5;
    letter-spacing: 0.2em;
    }
}
/* sp450px以下 */
@media screen and (max-width:450px) {
    .other-priceList {
        margin-top: 24px;
    }

    .other-priceList__row {
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }

    .other-priceList__price {
        align-self: flex-end;
        line-height: 1;
    }

    .other .menu__desc {
        margin-top: 18px;
    }

    .menu-other__name {
        gap: 24px;
    }

    .menu-other__price {
        text-align: end;
    }

}

/* ============
オフ
===============*/
.off__inner {
    margin-top: 37px;
    font-size: var(--fs20);
    line-height: 1.2;
    letter-spacing: 0.3em;

}

.off-price__row {
    display: flex;
}

.off-only {
    margin-top: 24px;
}

.off-priceList__name {
    font-family: var(--font-serif);
    width: 488px;
}

.off-priceList__price {
    margin-left: 7.5%;
}

/* sp1300px以下 */
@media screen and (max-width:1300px) {
    .off-priceList__name {
        display: flex;
        flex-direction: column;
        width: 370px;
    }

    .off-priceList__price {
        margin-left: 0;
        align-self: flex-end;
    }
}
/* sp768px以下 */
@media screen and (max-width:768px) {
    .off-price__row {
        width: 100%;
    }

    .off-priceList__name {
        font-size: var(--fs18);
        line-height: 1.5;
        letter-spacing: 0.2em;
        width: auto;
    }

    .off-only {
        margin-top: 48px;
    }
}

/* sp528px以下 */
@media screen and (max-width:528px) {
    .off-price__row {
        flex-direction: column;
    }
}
/* ============
オプション
===============*/
.option__inner {
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.option-price__row {
    display: flex;
    gap: 7.5%;
    font-size: var(--fs20);
    line-height: 1.2;
    letter-spacing: 0.3em;
}

.option-priceList__name {
    width: 156px;
    flex-shrink: 0;
    font-family: var(--font-serif);
}

.option-priceList__price {
    font-family: var(--font-sans-serif);
}

.option__paragel {
    gap: 0;
}

.option__paragel .option-priceList__price {
    margin-left: 7.5%;
}

.option__paragel--inner {
    display: none;
}

/* sp1150px以下 */
@media screen and (max-width:1150px) {
    .option__paragel--pcOnly {
        display: none;
    }
    
    .option__paragel--inner {
        display: flex;
    }

    .option__paragel {
        flex-direction: column;
    }

    .option-priceList__counseling {
        font-size: var(--fs14);
    }
}

/* sp768px以下 */
@media screen and (max-width:768px) {
    .option__inner {
        width: 100%;
        gap: 32px;
    }

    .option-price__row {
        font-size: var(--fs18);
        line-height: 1.5;
        letter-spacing: 0.2em;
    }
}

/* ============
注釈
===============*/
.menu-note {
    margin-top: 96px;
}
.menu-note__tax, .menu-note__parts {
    display: flex;
    gap: 0.4%;
}

.menu-note__tax::before,
.menu-note__parts::before {
    content: '※';
    width: 16px;
    height: 16px;
    display: block;
}

.menu-note__parts {
    margin-top: 32px;
}

/* sp768px以下 */
@media screen and (max-width:768px) {
    .pcOnly {
        display: none;
    }
}
/* ============
ボタン
===============*/
.menu__reservation-btn {
    margin: 96px auto 0;
    display: block;
}