@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

.modal {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    outline: auto;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.popup {
    display: none;
}

@keyframes circleAnime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;
    padding: 30px 0 0;
}

.kv__bg {
    width: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
}

.kv__img {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 0 auto;

    & img {
        width: 100%;
        /* object-fit: cover;
        min-height: 220px;
        object-position: right top; */
    }
}


.kv__copy {
    position: absolute;
    width: fit-content;
    top: 70%;
    left: 3%;
    transform: translate(0, -50%);
    z-index: 99;
    white-space: nowrap;

    .font-en {
        font-size: min(7.4rem, 7vw);
        display: block;
        font-weight: 600;
        letter-spacing: .075em;
        line-height: 1;
    }

    .txt {
        font-weight: 500;
        letter-spacing: .1em;
        display: block;
        margin-top: .5em;
        font-size: min(2.7rem, 2.6vw);
    }
}

.kv__ill {
    max-width: 366px;
    width: calc((366/1920)*150%);
    bottom: -20px;
    left: 85%;
    transform: translate(-50%);
    z-index: 9;
    animation: kvAnime 2s infinite;
}

@keyframes kvAnime {
    0% {
        transform: translate(-50%) rotate(0);
    }

    50% {
        transform: translate(-50%) rotate(5deg);
    }

    100% {
        transform: translate(-50%) rotate(0);
    }

}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    bottom: 20px;
    right: 5%;
    z-index: 9;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

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


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

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


.kv .swiper-pagination {
    left: 1%;
    top: 60px;
    z-index: 99;
    display: block;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 auto 10px !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #001211;
    text-align: center;
    color: #001211;
    transition: .3s ease-out;
    position: relative;
    opacity: .2;
    font-weight: 300;
    font-family: "Noto Sans JP", 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'MS PMincho', serif;

    &::before {
        display: none;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

}



@media screen and (min-width:768px) {
.kv__bg {
    width: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
}

    .kv {
        margin-top: 62px;
        padding: 40px 0 0;
    }

    .kv__img {
        z-index: 1;
        width: calc((1440/1920)*100%);

        margin: 0 5% 0 auto;

    }


    .kv__copy {
        position: absolute;
        top: 55%;
        left: 28%;
        transform: translate(-50%, -50%);

        .font-en {
            font-size: min(7.4rem, 4vw);
        }

        .txt {
            font-size: min(2.7rem, 1.6vw);
        }
    }

    .kv__ill {
        width: calc((366/1920)*100%);
        bottom: 0;
        left: 20%;
    }


}


@media screen and (min-width:1025px) {
    .kv {
        margin-top: 0;
        padding: 150px 0 0;
    }

    .kv__img {
        width: calc((1440/1920)*100%);

        margin: 0 5% 0 auto;

    }


    .kv__copy {
        top: 55%;
        left: 28%;

        .font-en {
            font-size: min(7.4rem, 4vw);
        }

        .txt {
            font-size: min(2.7rem, 1.6vw);
        }
    }

    .kv__ill {
        width: calc((366/1920)*100%);
        bottom: 0;
        left: 20%;
    }


}

/*============================
   concept
============================*/
.concept {
    padding: 100px 0 0;
    background: url(../images/concept_bg.png) no-repeat center 75%/100%;
}

.conc__ttl {
    .txt {
        margin-bottom: .5em;
    }

    .font-en {
        width: fit-content;
        margin: 0 auto;
    }
}

.conc__flex {
    display: flex;
    flex-direction: column-reverse;
}

.conc__right {
    margin-bottom: 30px;
}

.conc__img {
    width: 110%;
}

.conc__ill {
    max-width: 173px;
    width: calc((173/1920)*150%);
    top: 55%;
    right: 5%;
    transform: translate(0, -50%);
    z-index: 1;
    animation: concAnime 2s infinite;
}
.conc__ill02 {
    max-width: 173px;
    width: calc((173/1920)*150%);
    top: -15%;
    right: -65%;
    transform: translate(0, -50%);
    z-index: 1;
    animation: concAnime 2s infinite;
}
@keyframes concAnime {
    0% {
        transform: translate(0, -50%) rotate(0);
    }

    50% {
        transform: translate(0, -50%) rotate(5deg);
    }

    100% {
        transform: translate(0, -50%) rotate(0);
    }

}
@media screen and (min-width:414px) {

.conc__ill02 {
    max-width: 173px;
    width: calc((173/1920)*150%);
        top: 15%;
        right: -72%;
    transform: translate(0, -50%);
    z-index: 1;
    animation: concAnime 2s infinite;
}
}
@media screen and (min-width:768px) {
    .concept {
        padding: 150px 0 0;
        background: url(../images/concept_bg.png) no-repeat center 70%/100%;
    }

    .conc__ttl {
        .txt {
            margin-bottom: .5em;
        }

    }

    .conc__flex {
        display: flex;
        flex-direction: row;
    }

    .conc__right {
        width: 45%;
        margin-bottom: 0;
    }

    .conc__img {
        width: 50%;
    }

    .conc__ill {
        width: calc((173/1920)*100%);
        top: 35%;
        right: auto;
        left: 75%;
        transform: translate(-50%, -50%);
    }
    .conc__ill02 {
        width: calc((173/1920)*100%);
        top: -30%;
        right: auto;
        left: 85%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width:900px) {

    .conc__ill02 {
        width: calc((173/1920)*100%);
        top: 50%;
        right: auto;
        left: 100%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width:1025px) {
    .concept {
        padding: 340px 0 30px;
        background: url(../images/concept_bg.png) no-repeat center 75%/100%;
    }

    .conc__flex {
        display: flex;
        flex-direction: row;
    }

    .conc__right {
        width: 45%;
    }

    .conc__img {
        width: 50%;
    }

    .conc__ill {
        width: calc((173/1920)*100%);
        top: 45%;
        right: auto;
        left: 70%;
    }
        .conc__ill02 {
        width: calc((173/1920)*100%);
        top: 45%;
        right: auto;
        left: 105%;
    }
}



/*============================
   commitment
============================*/

.commitment {
    padding: 240px 0 60px;
    background: url(../images/commit_bg.png) no-repeat 70% top/cover;
    color: #fff;
}

.comm__left {
    margin-bottom: 20px;
}

.comm__btn {
    color: #fff;
    border-color: #fff;
}

.comm__ttl {
    .txt {
        margin-bottom: .5em;
    }
}

@media screen and (min-width:768px) {
    .commitment {
        padding: 200px 0 60px;
        background: url(../images/commit_bg.png) no-repeat center top/cover;
    }

    .comm__left {
        width: 50%;
        margin-bottom: 0;
    }

    .comm__img {
        width: 50%;
    }

    .comm__txt {
        max-width: 438px;
        padding-right: 5%;
    }
}

@media screen and (min-width:1025px) {
    .commitment {
        padding: 300px 0 60px;
    }

    .comm__left {
        width: 50%;
    }

    .comm__img {
        width: 53%;
        margin-left: -3%;
    }

    .comm__txtwrap {
        max-width: 600px;
        margin: 0 0 0 auto;
    }

    .comm__txt {
        max-width: 438px;
        padding-right: 5%;
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0 0;
    background: url(../images/menu_bg.png) no-repeat center top/100%;
}

.menu__ttl {
    .txt {
        margin-bottom: .5em;
    }
}

.menu__img {
    position: relative;

    .ill {
        position: absolute;
        max-width: 156px;
        width: calc((156/1200)*100%);
        top: 0;
        left: 5%;
        transform: translate(0, -50%);
        animation: menuAnime 2s infinite;
    }
}

@keyframes menuAnime {
    0% {
        transform: translate(0, -50%) rotate(0);
    }

    50% {
        transform: translate(0, -50%) rotate(5deg);
    }

    100% {
        transform: translate(0, -50%) rotate(0);
    }

}

.menu__li {
    padding: .5em 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px #a5a2a2;
}


.menu__price {
    white-space: nowrap;
}

@media screen and (min-width:768px) {
    .menu {
        padding: 80px 0 0;
    }


    .menu__img {
        width: fit-content;

        .ill {
            width: calc((156/1200)*100%);
            top: 0;
            left: 5%;
        }
    }

    .menu__ul {
        justify-content: space-between;

        .menu__li {
            width: 48%;
            padding: .5em 0;

        }
    }

}

@media screen and (min-width:1025px) {
    .menu {
        padding: 150px 0 0;
    }


    .menu__img {

        .ill {
            width: calc((156/1200)*100%);
            top: 0;
            left: 5%;
        }
    }

    .menu__ul {

        .menu__li {
            width: 48%;
            padding: .5em 0;

        }
    }
}

/*============================
   treatment
============================*/
.treatment {
    padding: 60px 0 20px;


}

.tre__bg {
    width: 100%;
    top: 0;
    left: 0;
}

.tre__ill {
    max-width: 94px;
    width: calc((94/1920)*150%);
    top: 10px;
    right: 10%;
    animation: treatmentAnime 2s infinite;
}

@keyframes treatmentAnime {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0);
    }

}

.treat__img {
    margin-bottom: 30px;
}

.treat__ttl {
    .txt {
        margin-bottom: .5em;
    }
}

@media screen and (min-width:768px) {
    .treatment {
        padding: 80px 0 20px;


    }

    .tre__bg {
        width: 95%;
        top: 0;
        left: 0;
    }

    .tre__ill {
        max-width: 94px;
        width: calc((94/1920)*100%);
        top: 30px;
        right: 15%;
    }

    .treat__img {
        margin-bottom: 0;
        width: 45%;
    }

    .trat__right {
        width: 50%;
    }

    .treat__ttl {
        .txt {
            margin-bottom: .5em;
        }
    }
}

@media screen and (min-width:1025px) {
    .treatment {
        padding: 240px 0 20px;


    }

    .tre__bg {
        width: 95%;
        top: 0;
        left: 0;
    }

    .tre__ill {
        max-width: 94px;
        width: calc((94/1920)*100%);
        top: 15%;
        right: 20%;
    }

    .treat__img {
        margin-bottom: 0;
        width: 45%;
    }

    .trat__right {
        width: 50%;
    }

    .treat__ttl {
        .txt {
            margin-bottom: .5em;
        }
    }
}

/*============================
   headspa
============================*/
.bg_illust02 {
position: relative;
}
.bg_illust02::before {
    content: "";
    position: absolute;
    width: 375px;
    height: 100px;
    bottom: -16%;
    left: -10%;
    background: url(../images/sub_con_illust06.png) repeat top center;
}
.bg_illust {
position: relative;
}
.bg_illust::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    top: -5%;
    left: 5px;
    background: url(../images/sub_con_illust08.png) repeat top center;
    animation: concAnime 2s infinite;
}
.head__btn {
    color: #fff;
    border-color: #fff;
}
.reverse{
  display:flex !important;
   flex-direction: column-reverse;
}
.headspa {
    padding: 40px 0 60px;
position: relative;background: url(../images/sub_headspa_bg_test.png) no-repeat center top;background-size:cover;color:#fff;}

.head__left {
    margin-bottom: 0;
}

.head__ttl {
    .txt {
        margin-bottom: .5em;
    }
}

@media screen and (min-width:768px) {
    .bg_illust02::before {
display: none;
}
.reverse{
  display:flex !important;
  flex-direction: row;
}
    .headspa {
        padding: 40px 0 60px;
        background: url(../images/spa_bg.png) no-repeat center bottom/100%;
                /* background-size: cover; */
    }

    .head__left {
        width: 60%;
    }

    .head__img {
        width: 38%;
    }

    .head__ttl {
        .txt {
            margin-bottom: .5em;
            text-shadow: 1px 1px #fff;
        }

        .font-en {
            text-shadow: 1px 1px #000;
        }
    }

    .head__txt {
        text-shadow: 1px 1px #000;
    }

    .head__btn {
        border-color: #fff;
        color: #fff;
    }
}

@media screen and (min-width:1025px) {
  .bg_illust::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    top: 30%;
    left: 55px;
    background: url(../images/sub_con_illust08.png) repeat top center;
    animation: concAnime 2s infinite;
}
    .headspa {
        padding: 200px 0 160px;
        background: url(../images/spa_bg.png) no-repeat center bottom/1920px;
    }

    .head__left {
        width: 60%;
    }

    .head__img {
        width: 38%;
    }

    .head__txtwrap {
        max-width: 780px;
        margin: 0 0 0 auto;
    }

    .head__ttl {
        color: #fff;

        .txt {
            margin-bottom: .5em;
            text-shadow: 1px 1px #111;
        }

        .font-en {
            text-shadow: 1px 1px #111;
        }
    }

    .head__txt {
        color: #fff;
        text-shadow: 1px 1px #111;
    }

}

/*============================
   infomation
============================*/

.infomation {
    padding: 90px 0;
}

.info__left {
    max-width: 378px;
    width: calc((378/1920)*100%);
    left: 0;
    top: 20px;
    z-index: -1;
}

.info__right {
    max-width: 447px;
    width: calc((447/1920)*100%);
    right: 0;
    top: 50px;
    z-index: -1;
}

.info__ttl {
    .txt {
        margin-bottom: .5em;
    }
}

.info__ul {
    .info__li {
        padding: .5em 0;
        border-bottom: solid 1px #a5a2a2;
        display: flex;
        align-items: flex-start;
    }
}

.info__th {
    white-space: nowrap;
    width: 6em;
}

.info__td {
    width: calc(100% - 6em);
}

.gallery__swiper {
    margin-top: 60px;

    .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.gallery__img {
    max-width: 400px;
    width: 260px;
    margin: 0 5px;
}

@media screen and (min-width:768px) {
    .infomation {
        padding: 80px 0;
    }

    .info__left {
        width: calc((378/1920)*100%);
        left: 0;
        top: 220px;
    }

    .info__right {
        width: calc((447/1920)*100%);
        right: 0;
        top: 100px;
    }

    .info__ul {
        max-width: 825px;
        max-width: 500px;
        width: 80%;
        margin: 0 auto 30px;

        .info__li {
            padding: .5em 0;
        }
    }

    .info__th {
        width: 7em;
    }

    .info__td {
        width: calc(100% - 7em);
    }

    .gallery__swiper {
        margin-top: 80px;

    }

    .gallery__img {
        max-width: 400px;
        width: 260px;
        margin: 0 5px;
    }
}

@media screen and (min-width:1025px) {
    .infomation {
        padding: 120px 0;
    }

    .info__left {
        width: calc((378/1920)*100%);
        left: 0;
        top: 60px;
    }

    .info__right {
        width: calc((447/1920)*100%);
        right: 0;
        top: 150px;
    }

    .info__ul {
        max-width: 825px;
        width: 80%;
        margin: 0 auto 50px;

        .info__li {
            padding: .5em 0;
        }
    }

    .info__th {
        width: 7em;
    }

    .info__td {
        width: calc(100% - 7em);
    }

    .gallery__swiper {
        margin-top: 100px;

    }

    .gallery__img {
        max-width: 400px;
        width: 400px;
        margin: 0 5px;
    }
}