/*TO DO LIST
- REPLACE FONT LINK
- ADD PRIMARY COLOR
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@media(max-width:767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media(min-width:768px) {
    .show-for-small {
        display: none !important;
    }
}


/*LOADING*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#loading .loading-inner {
    display: none;
}


/*BASE*/

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}


/*GO TOP BUTTON*/

#go-top {
    position: fixed;
    bottom: -120px;
    right: 33px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
    border-radius: 50%;
    right: 30px;
    border-radius: 20px 0 0 20px;
}

#go-top.show {
    opacity: 1;
    /*bottom: 160px;*/
    bottom: 30px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a img {
    margin: 0 auto;
}

#tripla-chat-circle-icon {
    bottom: 150px !important;
    right: -3030px !important;
    display: none;
}

/*FONT*/

.ff-noto {
    font-family: "Noto Sans JP", sans-serif;
}


/*ANIMATION*/

.anim {
    opacity: 1;
}

.anim.blur {
    opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
    /* animation-name: blurAnime; */
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }

    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.anim.fade {
    opacity: 1;
}

.anim.fade.is-animated {
    opacity: 1;
    /* animation-name: fade; */
    animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
    opacity: 1;
    /* animation-name: slideinBottom; */
    animation-duration: 0.5s;
}

@keyframes slideinBottom {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.anim.faderight.is-animated {
    opacity: 1;
    /* animation-name: faderight; */
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    /* animation-name: fadeleft; */
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    /* animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
    opacity: 1;
}

.anim.fadeup-2.is-animated {
    opacity: 1;
    /* animation-name: fadeup-2; */
    animation-duration: 0.5s;
}

.home .anim.fadedown.is-animated {
    opacity: 1;
    /* animation-name: fadedown; */
    animation-duration: 0.5s;
}

.anim.zoomin.is-animated {
    /* animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards; */
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup-2 {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim.effectfade {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
    opacity: 1;
    transform: translate(0, 0);
}


/*HEADER*/

.header-main .logo-left .logo {
    margin-right: 0px;
    width: 172px;
    line-height: 1;
    padding: 0;
    position: relative;
}

.header-inner {
    position: static;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
}

.header-main .main-menu .nav {
    position: static;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: .3s;
    padding-bottom: 0px;
    margin-right: 30px;
}

.header-main .main-menu .nav>li:last-child {
    margin-right: 0px;
}

.header-main .main-menu .nav>li>a {
    font-weight: 400;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    transition: .3s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", sans-serif;
}

.header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
    transform: scale(0, 1);
}


/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */

.header-main .main-menu .nav>li:nth-last-child(1) {
    border-right: none;
}

.box-main-menu {
    position: static;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
}

@media (min-width: 768px) {

    .header-main .main-menu .nav>li.current>a::after,
    .header-main .main-menu .nav>li:hover>a::after {
        opacity: 1;
        width: 100%;
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }
}

.main-menu li.nav-item:hover>a span::after,
.main-menu li.nav-item.current>a span::after {
    left: 50%;
    opacity: 1;
}

body.loading-active {
    background-color: black;
}

.loading-active main {
    opacity: 0;
}

.loading-active header {
    opacity: 0;
}

.loading-active footer {
    opacity: 0;
}


/*MEGA MENU*/

.mega-menu {
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    visibility: hidden;
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
}

.header-main .main-menu .nav>li.nav-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 135px;
    z-index: 12;
}

a.menu-btn {
    width: 48px;
    min-height: 48px;
    position: absolute;
    border: none;
    top: 0px;
    left: 0;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 23px;
    top: 18px;
    background-color: #fff;
    left: 13px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 23px;
    display: none;
}

a.menu-btn span:nth-child(3) {
    top: 28px;
}


/* a.menu-btn::after {
        content: 'MENU';
        left: calc(50%);
        transform: translateX(-50%);
        top: 38px;
        position: absolute;
        color: #756522;
        width: max-content;
        font-size: 1rem;
        text-align: center;
        font-family: "Shippori Mincho B1", serif;
        font-weight: 400;
        padding-left: 2px;
    }
    a.menu-btn.open:after {
        content: "CLOSE";
    } */

body.menu-open header:before {
    display: none;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 26px;
    left: 13px;
    background-image: unset;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

a.nolink {
    pointer-events: none;
    cursor: default;
    opacity: 1 !important;
}

/* ===== Modal: Salon Price ===== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow-y: auto;
    padding: 40px 20px;
}

.modal-overlay.is-active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.modal-container {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 56px 50px 44px;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background: #111;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    padding: 0;
}

.modal-close:hover {
    background: #444;
}

.modal-title {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #333;
    text-align: left;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #333;
    line-height: 1.4;
}

.modal-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 44px;
}

.modal-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.modal-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.modal-section-name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 22px;
    position: relative;
}

.modal-section-name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-color: #333333;
}

.modal-section-name--gold {
    color: #333333;
}

.modal-section-sub {
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: 8px;
    color: #555;
}

.modal-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-price-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.modal-price-list li:last-child {
    border-bottom: none;
}

.modal-item-name {
    color: #333;
}

.modal-item-price {
    flex-shrink: 0;
    color: #333;
    margin-left: 16px;
    white-space: nowrap;
}

.modal-item-note {
    display: block;
    width: 100%;
}

@media screen and (max-width: 860px) {
    .modal-columns {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .modal-overlay {
        padding: 20px 12px;
    }

    .modal-container {
        padding: 50px 20px 28px;
    }

    .modal-title {
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .modal-section-name {
        font-size: 1.3rem;
    }

    .modal-price-list li {
        font-size: 1.2rem;
    }

    .modal-item-note {
        font-size: 1.05rem;
    }
}

.box-img-spa .text-image {
    position: absolute;
    right: calc(-50vw + 50px + 100%);
    bottom: -25px;
}

/* ===== PC Overlay Menu ===== */
@media (min-width: 768px) {
    html.menu-open {
        overflow: hidden;
    }

    .menu-pc-cont {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9000;
        visibility: hidden;
        pointer-events: none;
    }

    .menu-pc-cont.open {
        visibility: visible;
        pointer-events: auto;
    }

    .menu-pc-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.5s;
        cursor: pointer;
    }

    .menu-pc-cont.open .menu-pc-overlay {
        opacity: 1;
    }

    .menu-pc-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background-color: #000;
        transform: translateX(-100%);
        transition: transform 0.5s;
        overflow-y: auto;
        padding-top: 70px;
        padding-bottom: 40px;
        z-index: 1;
    }

    .menu-pc-cont.open .menu-pc-inner {
        transform: translateX(0);
    }

    .menu-pc-inner .btn-close-menu-icon {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        box-shadow: none;
        background: transparent;
    }

    .menu-pc-inner .btn-close-menu-icon img {
        width: 20px;
        height: 20px;
    }

    .menu-pc-inner .btn-close-menu-icon span {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        color: #fff;
    }

    .nav-pc-list {
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .nav-pc-list li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 28px;
        text-align: center;
    }

    .nav-pc-list li a {
        color: #fff;
        font-size: 1.5rem;
        letter-spacing: 0.15em;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        line-height: 1.3;
    }

    .nav-pc-list li a:hover {
        opacity: 0.7;
    }

    .menu-pc-booking {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 0 15px 20px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .menu-pc-language {
        padding: 0 15px;
        margin-top: 10px;
    }

    .menu-pc-language select {
        width: 100%;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.4);
        color: #fff;
        padding: 8px 12px;
        font-size: 1.3rem;
        cursor: pointer;
    }

    .menu-pc-language select option {
        color: #000;
    }
}

.box-header-top-right.menu-pc-booking {
    flex-wrap: wrap;
}

.box-header-top-right.menu-pc-booking a {
    width: 100% !important;
    text-align: center;
    background-color: #4d403b;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    header.UpMove .header-wrapper {
        /* animation: UpAnime 0.5s forwards; */
        background-color: #000;
    }

    header {
        height: 130px;
    }

    @keyframes UpAnime {
        from {
            opacity: 1;
            /*transform: translateY(0);*/
        }

        to {
            opacity: 0;
            /*transform: translateY(-100px);*/
        }
    }

    @keyframes DownAnime {
        from {
            opacity: 0;
            /*transform: translateY(-100px);
        }

        to {
            opacity: 1;
            /*transform: translateY(0);*/
        }
    }

    header.DownMove .header-wrapper {
        /* animation: DownAnime 0.5s forwards; */
        background-color: #fff9f0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .header-wrapper {
        width: 100%;
        z-index: 99;
    }

    body.admin-bar .header-wrapper {
        top: 32px;
    }

    body.home:before {
        width: 100%;
        height: 100vh;
        background: black;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.box-slide-day-spa img {
    width: 100%;
    height: auto;
}