@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__img img {
    object-fit: cover;
    min-height: 260px;
    object-position: center bottom;
}

.kv__copy {
    width: fit-content;
    pointer-events: none;
    top: 50%;
    left: 5%;
    max-width: 90%;
    line-height: 1;
    z-index: 99;
    white-space: nowrap;
    transform: translate(0, -50%);

    .txt {
        font-size: min(3rem, 5vw);
        line-height: 2;
        font-weight: 500;
        display: block;
        letter-spacing: .1em;
    }

    .font-en {
        font-size: 0.9em;
        line-height: 1.4;
        font-weight: 400;
        color: #ceafa2;
        display: block;
        white-space: normal;
        letter-spacing: 0;
    }
}

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



.kv__scroll {
    max-width: 112px; 
/*    min-width: 60px; */
	  min-width: 80px;
    width: 5.83%;

    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    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: 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__copy {
        top: 40%;
        left: 25%;
        transform: translate(-50%, -50%);

        .txt {
            font-size: min(3rem, 2.4vw);
        }

        .font-en {
            font-size: min(1.3rem, 1.2vw);
        }
    }

    .kv__scroll {
        width: 5.83%;
		min-width:150px;
        bottom: -40px;
        left: 50%;
    }

}



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

    }


    .kv__copy {
        top: 42%;
        left: 23%;

        .txt {
            font-size: min(3rem, 2.4vw);
        }

        .font-en {
            letter-spacing: .1em;
            margin-top: 1em;
            font-size: min(1.3rem, 1.2vw);
        }
    }

    .kv__scroll {
        width: 5.83%;

        bottom: -80px;
        left: 50%;
    }

}



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

.conc__txtwrap {
    margin-bottom: 30px;
    padding: 0 5%;
}

.conc__ttl {
    margin-bottom: 20px;

    .txt {
        margin-top: .3em;
        line-height: 1.6;
    }
}

.conc__img {
    width: 90%;
    margin: 0 auto;
}

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

    .conc__flex {
        padding: 0 3%;
        max-width: 1920px;
        margin: 0 auto;
    }

    .conc__txtwrap {
        width: 62%;
        margin-bottom: 0;
        padding: 0;
    }

    .conc__ttl {
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
      	margin-right:10px;

        .txt {

            margin: 0 .3em 0;
            -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;
        }
    }

    .conc__txtwrap--inner {
        padding: 0 0 0 5%;
        max-width: 880px;
        margin: 0 0 0 auto;
    }

    .conc__img {
        width: 35%;
        margin: 0;
    }
}

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

    .conc__flex {
        padding: 0 1%;
        max-width: 1800px;
    }

    .conc__txtwrap {
        width: 62%;
        margin-bottom: 0;
        padding: 0;
    }

    .conc__ttl {
        margin-bottom: 0;

        .txt {

            margin: 0 .3em 0;
        }
    }

    .conc__txt--container {
        padding: 0 0 0 5%;
    }

    .conc__txt {
        padding-left: 0;
        max-width: 600px;
    }

    .conc__img {
        width: 35%;
        margin: 0;
    }
}


/*============================
   salon
============================*/

.salon {
    padding: 60px 0 0;
}

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


.salon__txtwrap {
    padding: 0 5%;
    margin-bottom: 30px;
}

.salon__ttl {
    .font-en {
        margin-bottom: .3em;
        width: fit-content;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #cea699;
            top: 50%;
            right: -105%;
            transform: translate(0, -50%);
        }
    }

}


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

    .salon__flex {
        flex-direction: row;
        align-items: center;
    }

    .salon__img {
        width: 52%;
    }

    .salon__txtwrap {
        width: 46%;
        padding: 0 4% 0 0;
        margin-bottom: 0;
    }


}

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

    .salon__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .salon__img {
        width: 52%;
    }

    .salon__txtwrap {
        width: 43%;
        padding: 0 4% 0 0;
        margin-bottom: 0;
    }


}

/*============================
   menu
============================*/

.menu {
    padding: 60px 0 0;
}
.menu .txt_cen{text-align:center;}

.menu__ttl {
    .font-en {
        margin-bottom: .3em;
    }
}

.menu__tab {
    width: 100%;
    margin: 0 auto 10px;
    cursor: pointer;
    ;

    &.active {
        background: #5e5c5c;
        color: #fff;

        &::before {
            background: url(../images/btn_arw_wh.png) no-repeat center center/contain;
        }
    }
}

.menu__li {
          display: flex;
        justify-content: space-between;
        align-items: center;
    padding-bottom: .5em;
    border-bottom: solid 1px #5e5c5c;
    margin-bottom: 1em;

    &:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
    }
}

.menu__atc {
    display: none;
}

.menu__atc:first-child {
    display: block;
}

.menu__btn {
    max-width: 184px;
    width: 120px;
    margin: 0 auto;
    display: block;
}

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

    .menu {
        padding: 80px 0 0;
    }


    .menu__tab {
        width: 32%;
        max-width:170px;
        margin: 0;

    }

    .menu__li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1em;
        margin-bottom: 1em;

    }


    .menu__btn {
        max-width: 184px;
        width: 140px;


    }
}

@media screen and (min-width:1024px) {
  
      .menu__tab {
        width: 33%;
        max-width:190px;

    }
  
}

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

    .menu__tabs {
        max-width: 800px;
        margin: 0 auto 60px;
    }

    .menu__tab {
        width: 32%;

    }

    .menu__items {
        max-width: 800px;
        margin: 0 auto 100px;
    }

    .menu__li {

        padding-bottom: 1em;
        margin-bottom: 1.5em;

    }


    .menu__btn {
        max-width: 184px;
        width: 184px;


    }
}

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

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

.gal__swiper {
    overflow: visible;
}

.gal__img {
    max-width: 503px;
    width: 300px;
    margin-right: 20px;
}

.gal__ttl {
    max-width: 265px;
    width: 120px;
    left: 20%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;

    & img {
        display: block;
        animation: circleAnime 10s infinite linear;
    }

}

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

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

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

    .gal__img {
        max-width: 503px;
        width: 400px;
        margin-right: 20px;
    }

    .gal__ttl {
        max-width: 265px;
        width: 180px;
        left: 20%;
        top: 0;
    }

}

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

    .gal__img {
        max-width: 503px;
        width: 500px;
        margin-right: 30px;
    }
    .gal__img img{
      border-radius:100px 0px 100px 0px;
  }
    .gal__ttl {
        max-width: 265px;
        width: 265px;
        left: 20%;
        top: 0;
    }

}

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

.staff__ttl {
    margin-bottom: 20px;

    .font-en {
        margin-bottom: .3em;
    }
}

.staff__atc {
    max-width: 370px;
    margin: 0 auto 30px;


}

.staff__img {
    margin-bottom: 15px;
}

.staff__btn {
    margin: 0 auto;
}

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

    .staff__ttl {
        margin-bottom: 0;

        .font-en {
            margin-bottom: .3em;
        }
    }

    .staff__atc {
        margin: 0 1% 30px;
        width: 31.33%;

    }

    .staff__img {
        margin-bottom: 15px;
    }


}

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

    .staff__ttl {

        .font-en {
            margin-bottom: .2em;
        }
    }

    .staff__atc {
        margin: 0 1% 60px;
        width: 31.33%;

    }

    .staff__img {
        margin-bottom: 15px;
    }

}

/*============================
   recruit
============================*/
.recruit .color-ma02.glay{color:#999; font-weight:bold;}
.recruit {
    padding: 60px 0 0;
}

.rec__img {
    margin-bottom: 40px;
    position: relative;
    max-width: 600px;

    .obj {
        max-width: 264px;
        width: 44%;
        position: absolute;
        top: 25%;
        left: 0;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

.rec__ttl {
    font-size: 8rem;
    letter-spacing: 0;
    right: -3%;
    top: 100%;
    transform: translate(0, -50%);
}

.rec__btn {
    margin: 0 0 0 auto;
}

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

    .recruit {
        padding: 80px 0 0;
    }

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

    .rec__img {
        width: 40%;
        max-width: 600px;
        margin-bottom: 0;
    }

    .rec__txtwrap {
        width: 55%;
    }

    .rec__ttl {
        font-size: 12rem;
        letter-spacing: 0;
        right: auto;
        left: 100%;
        top: 100%;
        transform: translate(-50%, -50%);
    }

    .rec__btn {
        margin: 0 0 0 auto;
    }
}

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

    .recruit {
        padding: 200px 0 0;
    }

    .rec__flex {
        align-items: center;
    }

    .rec__img {
        width: 40%;
    }

    .rec__txtwrap {
        width: 55%;
        position: relative;
        z-index: 1;
    }

    .rec__ttl {
        font-size: 25rem;
        left: 100%;
        top: 100%;
    }

    .rec__btn {
        margin: 0 0 0 auto;
    }
}

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

.guide__box {
    height: 160px;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 30px 0;
        background: url(../images/guide_bg.png) no-repeat center center/cover;
        color: #fff;
    }
}

.guide__ttl {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 2em;

    &::before {
        content: "";
        position: absolute;
        background: #fff;
        height: 1px;
        width: 1.5em;
        top: 25%;
        left: 0;
        transform: translate(0, -50%);
    }

    .font-en {
        font-size: 3rem;
        margin-bottom: .5em;


    }
}

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

    .guide__box {
        height: 200px;

        & a {
            border-radius: 40px 0;
        }
    }

    .guide__ttl {
        left: 5%;
        top: 50%;
        padding-left: 3em;

        &::before {
            width: 2.5em;
            top: 30%;
            left: 0;
        }

        .font-en {
            font-size: 4rem;
            margin-bottom: .5em;


        }
    }
}

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

    .guide__box {
        height: 410px;

        & a {
            border-radius: 100px 0;
        }
    }

    .guide__ttl {
        left: 5%;
        top: 50%;
        padding-left: 4em;

        &::before {
            width: 3em;
            top: 30%;
            left: 0;
        }

        .font-en {
            font-size: 6.5rem;
            margin-bottom: .5em;


        }
    }
}



/*============================
   news
============================*/

.news {
    padding: 60px 0;
}

.news__ttlwrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news__ttl {
    .font-en {
        margin-bottom: .5em;
    }
}

.news__btn {
    display: block;
    max-width: 148px;
    width: 100px;
}

.news__atc {
    margin-bottom: 1em;

    & a {
        display: block;
    }

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

.news__info {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    white-space: nowrap;
}

.news__cat {
    padding: 0 1em;
    color: #111;
    background: #e5d6d1;
    width: fit-content;

}

.news__date {
    color: #e5d6d1;
    margin-right: 1em;
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.top_recruit_btn {
    position: absolute;
    bottom: 24px;
    left: 16px;
    z-index: 10;
}


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

    .news__ttlwrap {
        margin-bottom: 0;
        width: 25%;
        display: block;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 40px;

        .font-en {
            margin-bottom: .3em;
        }
    }

    .news__btn {
        max-width: 148px;
        width: 100px;
    }

    .news__atc {
        margin-bottom: 1em;

        & a {
            display: flex;
            align-items: center;
        }

    }

    .news__info {
        margin-bottom: 0;
        width: 200px;
    }

    .news__cat {
        padding: 0 1em;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__atc--ttl {
        max-width: calc(100% - 200px);

    }

    .top_recruit_btn {
        bottom: 120px;
        left: 72px;
    }

}


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

    .news__ttlwrap {
        width: 25%;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 50px;

        .font-en {
            margin-bottom: .3em;
        }
    }

    .news__btn {
        max-width: 148px;
        width: 148px;
    }

    .news__atc {
        margin-bottom: 1em;


    }

    .news__info {
        width: 270px;
    }

    .news__cat {
        padding: 0 1em;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__atc--ttl {
        max-width: calc(100% - 240px);

    }

    .top_recruit_btn {
        bottom: 180px;
        left: 96px;
    }

}

@media screen and (min-width:1439px) {
    .top_recruit_btn {
        bottom: 19vw;
        left: 12vw;
    }
}

/* hd__pd */

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