@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


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

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

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


.kv {
    margin-top: 52px;
}



.kv__swiper-area {
    position: relative;
    z-index: 99;
}

.kv__img01 {
    width: 85%;

    & img {
        width: 100%;
    }
}

.kv__img02 {
    width: 70%;
    margin: 0 0 0 auto;

    & img {
        width: 100%;
    }
}

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

.kv__copy {
    position: relative;
    max-width: 784px;
    width: calc((784/1560)*170%);
    width: 90%;
    margin: 5% auto;
    white-space: nowrap;
}

.kv__copy02 {
    position: relative;
    max-width: 784px;
    width: calc((784/1560)*170%);
    width: 90%;
    margin: 5% auto;
    white-space: nowrap;
}


.kv__scroll {
    max-width: 98px;
    width: 50px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    display: block;
}



@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: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

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

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

    & span {
        font-size: 1.8rem;
    }
}



@media screen and (min-width:768px) {
    .kv {
        margin-top: 62px;
    }

    .kv__flex {
        align-items: flex-end;
    }

    .kv__img01 {
        width: calc((829/1560)*100%);

    }

    .kv__img02 {
        width: calc((550/1560)*100%);
        margin: 0 8% 0 0;

    }

    .kv__copy {
        position: absolute;
        max-width: 784px;
        width: calc((784/1560)*100%);
        margin: 0;
        transform: translate(-50%, -50%);
        top: 23%;
        left: 65%;
    }

      .kv__copy02 {
        position: absolute;
        max-width: 1000px;
        width: calc((1000/1560)*100%);
        margin: 0;
        transform: translate(-50%, -50%);
        top: 18%;
        left: 55%;
    }

    .kv__scroll {
        max-width: 98px;
        min-width: 50px;
        width: calc((98/1560)*100%);
        bottom: -10%;
        left: 50%;
    }


}



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

    .kv__flex {
        width: 82%;
        margin: 0 0 0 auto;
    }

    .kv__img01 {
        width: calc((829/1560)*100%);

    }

    .kv__img02 {
        width: calc((550/1560)*100%);
        margin: 0 8% 0 0;
    }

    .kv__copy {
        width: calc((500/1560)*100%);
        top: 29%;
        left: 73%;
    }


    .kv__scroll {
        max-width: 98px;
        min-width: 50px;
        width: calc((98/1560)*100%);
        bottom: -10%;
        left: 50%;
    }

}


/*============================
   concept
============================*/
.concept {
    padding: 80px 0 0;
}

.conc__bg {
    max-width: 610px;
    width: calc((610/1920)*150%);
    left: 0;
    top: 15%;
    transform: translate(0, -50%);
    z-index: -1;
}

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

.conc__right {
    margin-bottom: 30px;
}

.conc__ttl {
    width: 120px;
}

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

    .conc__bg {
        width: calc((610/1920)*100%);
        left: 0;
        top: 15%;
    }

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

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

    .conc__img {
        width: 45%;
    }

    .conc__ttl {
        width: 120px;
    }

}

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

    .conc__bg {
        width: calc((610/1920)*100%);
        left: 0;
        top: 15%;
    }

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

    .conc__right {
        width: 50%;
    }

    .conc__img {
        width: 45%;
    }

    .conc__ttl {
        width: auto;
    }
}

/*============================
   improve
============================*/
.improve {
    padding: 80px 0 0;
}

.imp__bg {
    max-width: 1109px;
    width: calc((1109/1920)*150%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.imp__ttl {
    .txt {
        margin-top: .75em;
    }
}

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

    .imp__bg {
        width: calc((1109/1920)*100%);
        right: 0;
        top: 50%;
    }



    .imp__left {
        width: 48%;
    }

    .imp__img {
        width: 48%;
    }
}

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

    .imp__bg {
        width: calc((1109/1920)*100%);
        right: 0;
        top: 50%;
    }

    .imp__left {
        width: 48%;
    }

    .imp__img {
        width: 48%;
    }
}

/*============================
   gallery
============================*/
.gallery {
    padding: 60px 0 0;
}

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

.gallery__img {
    max-width: 430px;
    width: 220px;
    margin-right: 20px;
}

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

    .gallery__img {
        max-width: 430px;
        width: 300px;
        margin-right: 20px;
    }

}

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

    .gallery__img {
        max-width: 430px;
        width: 430px;
        margin-right: 50px;
    }

}



/*============================
   service
============================*/
.service {
    padding: 60px 0;
}

.ser__bg {
    max-width: 820px;
    width: calc((820/1920)*150%);
    left: 0;
    top: 85%;
    transform: translate(0, -50%);
    z-index: -1;
}

.ser__atc {
    max-width: 660px;
    margin: 0 auto 40px;

    &:last-child {
        margin-bottom: 0;
    }
}

.ser__txtwrap {
    padding: 20px 0 0;
}

.ser__ttl {
    margin-bottom: 20px;
    padding-bottom: 1em;
    border-bottom: solid 1.5px #452f0d;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #452f0d;
        left: 0;
        bottom: 2px;

    }

    .container {
        display: flex;
        align-items: center;
        margin: 0 0 .75em;
        padding: 0;
    }

    .dot {
        margin: 0 1em 0 0;
    }

    .vt-dot {
        display: none;
    }
}

.ser__arw {
    width: 120px;
    margin: 1em 0 0 auto;
    display: block;
}

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

    .ser__bg {
        width: calc((820/1920)*100%);
        left: 0;
        top: 60%;
    }

    .ser__atc {
        width: 48%;
        margin: 0;
    }

    .ser__txtwrap {
        padding: 20px 0 0;
    }

    .ser__ttl {
        margin-bottom: 0;
        padding: 0 1em 0 0;
        border: none;
        border-right: solid 1.5px #452f0d;
        display: flex;
        flex-direction: row-reverse;

        &::before {
            width: 1px;
            height: 100%;
            left: auto;
            right: 2px;
            bottom: 0;

        }

        .container {
            display: block;
            margin: 0 0 0 .75em;
        }

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }

        .font-en {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }

        .dot {
            display: none;
            margin: 0 1em 0 0;
        }

        .vt-dot {
            display: block;
            margin: 0 auto 1em;
        }
    }

    .ser__right {
        padding-left: 1em;
    }

    .ser__arw {
        width: 120px;
        margin: 1em 0 0 auto;
        display: block;
    }

}

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

    .ser__bg {
        width: calc((820/1920)*100%);
        left: 0;
        top: 70%;
    }

    .ser__atc {
        width: 48%;
        margin: 0;
    }

    .ser__txtwrap {
        padding: 30px 0 0;
    }

    .ser__ttl {
        padding: 0 1em 0 0;
        border-right: solid 1.5px #452f0d;

        .container {
            margin: 0 0 0 .75em;
        }

        .vt-dot {
            margin: 0 auto 1em;
        }
    }

    .ser__right {
        padding-left: 1em;
    }

    .ser__arw {
        width: auto;
        margin: 1.5em 0 0 auto;
        display: block;
    }

}

/*============================
   health
============================*/
.health {
    padding: 80px 0 0;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 120px;
        background: url(../images/health_img.jpg) no-repeat center center/cover;
        top: 0;
        left: 0;
    }
}

.heal__box {
    position: relative;
    padding: 30px 5% 20px;
    background: rgba(255, 255, 255, .85);
}

.heal__ttl {
    .txt {
        margin-top: .75em;
    }
}

.heal__copy {
    max-width: 300px;
    top: 0;
    left: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.heal__btn {
    z-index: 1;
}

@media screen and (min-width:768px) {
    .health {
        padding: 100px 0 0;

        &::before {
            height: 200px;
        }
    }

    .heal__box {
        max-width: 728px;
        width: 60%;
        padding: 30px 5% 20px;
    }

    .heal__copy {
        max-width: 500px;
        width: calc((747/728)*100%);
        top: 80%;
        left: 130%;
    }

}

@media screen and (min-width:1025px) {
    .health {
        padding: 160px 0 0;

        &::before {
            height: 400px;
        }
    }

    .heal__box {
        width: 60%;
        padding: 30px 5% 20px;
    }

    .heal__copy {
        max-width: 747px;
        width: calc((747/728)*100%);
        top: 80%;
        left: 130%;
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 80px 0 0;
}

.menu__bg {
    max-width: 820px;
    width: calc((820/1920)*150%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.menu__ttl {
    .txt {
        margin-top: .75em;
    }
}

.menu__items {
    display: flex;
    flex-wrap: wrap;

}

.menu__atc {
    width: 48%;
    margin-bottom: 30px;
}

.menu__img {
    width: 95%;
}

.menu__h3 {
    width: 90%;
    margin: -20px 0 0 auto;
    padding: 1em 1em;
    background: #fff;
    text-align: center;
transition: .3s ease-out;
    .font-en {
        margin-top: .5em;
    }

    .menu__arw {
        display: block;
        width: 30px;
        margin: .5em 0 0 auto;
    }
}

.menu__atc a:hover {
    .menu__h3 {
        background: #e1d6c4;
    }
}

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

    .menu__bg {
        width: calc((820/1920)*100%);
        right: 0;
        top: 50%;
    }

    .menu__items {
        flex-wrap: nowrap;

    }

    .menu__atc {
        width: 24%;
        margin-bottom: 0;
    }

    .menu__img {
        width: 95%;
    }

    .menu__h3 {
        width: 90%;
        max-width: 250px;
        margin: -40px 0 0 auto;
        padding: 1em 1em;

        .menu__arw {
            width: 30px;
            margin: .5em 0 0 auto;
        }
    }

}

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

    .menu__bg {
        width: calc((820/1920)*100%);
        right: 0;
        top: 55%;
    }

    .menu__atc {
        width: 24%;
    }

    .menu__img {
        width: 95%;
    }

    .menu__h3 {
        width: 90%;
        margin: -80px 0 0 auto;
        padding: 2em 1em 1.5em;

        .menu__arw {
            width: auto;
            margin: .5em 0 0 auto;
        }
    }
}


/*============================
   salon
============================*/
.salon {
    padding: 80px 0 80px;
}

.salon__img {
    max-width: 677px;
    width: fit-content;
    margin: 0 auto 30px;

    .copy {
        display: block;
        position: absolute;
        max-width: 505px;
        width: calc((505 /677)*100%);
        top: -5%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
}

.salon__ttl {
    padding-left: 50px;

    .dot {
        position: absolute;
        left: 0;
        top: 25%;
        transform: translate(0, -50%);
    }

    .txt {
        margin-top: .75em;
    }

}

.salon__li {
    display: flex;
    padding: .75em 0;
    border-bottom: solid 1px #f3eeec;

    &:last-child {
        border: none;
    }
}

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

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


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

    .salon__img {
        width: 48%;
        margin: 0;

        .copy {
            width: calc((505 /677)*100%);
            top: -5%;
            left: 30%;
        }
    }

    .salon__right {
        width: 50%;
        padding-left: 70px;
    }

    .salon__ttl {
        padding-left: 0;

        .dot {
            left: -50px;
            top: 25%;
        }
    }

    .salon__li {
        padding: .75em 0;
    }

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

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

}

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

    .salon__img {
        width: 48%;

        .copy {
            width: calc((505 /677)*100%);
            top: -5%;
            left: 15%;
        }
    }

    .salon__right {
        width: 50%;
        padding-left: 60px;
    }

    .salon__ttl {
        padding-left: 0;

        .dot {
            left: -60px;
            top: 25%;
        }
    }

    .salon__li {
        padding: .75em 0;
    }

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

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

}


/* hd__pd */

@media screen and (min-width:1025px) {
    .hd__pd {
        padding-left: 260px;
    }
}