@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


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

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

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

.kv {
    margin-top: 52px;
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__imgwrap {
    position: relative;
}

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 300px;
        object-position: 75% center;
    }
}


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

    .txt {
        font-size: 2rem;
        line-height: 2;
        color: #fff;
        padding: 1em;
        text-shadow: 2px 2px 1em rgba(65, 38, 23, .5);
    }
}


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

.kv__scroll {
    display: none;
}




/* 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 6s linear 0s 1 normal both;
}

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

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


.kv .swiper-pagination {
    left: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #efe9e7;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bda791;
}


.k-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.k-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}


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


    .kv__imgwrap {
        position: unset;
    }

    .kv__img {

        & img {
            object-position: center center;
        }
    }


    .kv__copy {
        top: 50%;
        left: 50%;

        .txt {
            font-size: min(6rem, 4vw);
        }
    }


}



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


    .kv__copy {
        top: 50%;
        left: 50%;

        .txt {
            font-size: min(6rem, 4vw);
            text-shadow: 10px 10px .3em rgba(65, 38, 23, .5);
        }

    }



}

/*============================
   news
============================*/
.news {
    padding: 30px 0;

}

.news__ttl {
    margin-bottom: 20px;
}

.news__atc {

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

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

.news__info {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.news__date {
    margin-right: 1em;
}

.news__cat {
    width: fit-content;

}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;

}

.news__btn {
    width: fit-content;
    max-width: 50px;
    margin: 1em 0 0 auto;
    display: block;

}

@media screen and (min-width:768px) {
    .news {
        position: absolute;
        padding: 0;
        width: 80%;
        top: 100%;
        right: 0;
        transform: translate(0, -50%);
        z-index: 99;
    }

    .news__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        border-radius: 30px 0 0 30px;
        padding: 0 0 0 5%;
        background: #fff;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 100%;
            background: #fff;
        }
    }

    .news__ttl {
        margin: 0;
        width: 65px;
    }

    .news__atcwrap {
        width: calc(100% - 160px);
    }

    .news__atc {

        & a {
            display: flex;
        }

    }


    .news__info {
        min-width: 150px;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__atc--ttl {
        margin-top: 0;
        max-width: calc(100% - 100px);

    }

    .news__btn {
        min-width: 50px;
        margin: 0 0 0 1em;

    }

}

@media screen and (min-width:1025px) {
    .news {
        width: 80%;
        max-width: 1200px;

    }

    .news__box {
        height: 100px;
        border-radius: 50px 0 0 50px;
    }

    .news__ttl {
        margin: 0;
        width: 100px;
    }

    .news__atcwrap {
        width: calc(100% - 250px);
        padding-left: 1em;
    }



    .news__info {
        min-width: 200px;
    }

    .news__atc--ttl {
        margin-top: 0;
        max-width: calc(100% - 100px);

    }

    .news__btn {
        min-width: 76px;
        margin: 0 0 0 1em;

    }

}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0;
    background: url(../images/concept_bg.jpg) no-repeat center center/cover;
    color: #fff;
}

.conc__txtwrap {
    padding: 0 5%;

}

.conc__ttl {
    font-weight: 500;
}


.conc__imgwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 2%;
}

.conc__img01 {
    width: 50%;
}

.conc__img02 {
    width: 45%;
}

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

    .conc__txtwrap {
        padding: 0 3%;
        text-align: center;

    }

    .conc__imgwrap {
        padding: 0;
    }

    .conc__img01 {
        position: absolute;
        max-width: 505px;
        width: calc((505/1920)*100%);
        top: 75%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .conc__img02 {
        position: absolute;
        max-width: 394px;
        width: calc((394/1920)*100%);
        top: 75%;
        left: 90%;
        transform: translate(-50%, -50%);
    }
}

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

    .conc__inner {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
    }

    .conc__txtwrap {
        padding: 0 15%;
        position: relative;
        z-index: 1;
    }

    .conc__img01 {

        width: calc((505/1920)*100%);
        top: 40%;
        left: 10%;
    }

    .conc__img02 {
        width: calc((394/1920)*100%);
        top: 50%;
        left: 90%;
    }
}

/*============================
   about
============================*/
.about {
    padding: 60px 0 0;

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

}

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

.about__box {
    padding: 30px 5%;
    background: #faf7ee;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.about__item {
    margin-bottom: 30px;

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

.about__img {
    margin-bottom: 20px;

    .obj {
        max-width: 173px;
        width: calc((173/660)*100%);
        left: 0;
        top: 75%;
        transform: translate(-50%, -50%);
    }
}

.about__ttl {
    display: flex;
    align-items: center;

    .font-en {
        margin-left: 1em;
    }
}

.about__h3 {
    padding-left: .5em;
    border-left: solid 4px #60611d;
}

.about__info--item {
    margin-bottom: 2em;

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

.about__li {
    display: flex;
    margin-bottom: .5em;
}

.about__th {
    white-space: nowrap;
    width: 5em;
}

.about__td {
    width: calc(100% - 5em);
}

.about__btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    & img {
        max-width: 50px;
        margin-left: 1em;
    }
}

.about__item:nth-child(2) {
    .about__img {
        .obj {
            max-width: 127px;
            width: calc((127/660)*100%);
            left: 100%;
            top: 25%;
        }
    }

    .about__h3 {
        border-color: #317d10;
    }
}

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

        &::before {
            height: 55%;
        }

    }

    .about__obj {
        width: calc((530/1920)*100%);
        right: 0;
        top: 60%;
    }

    .about__box {
        padding: 30px 3% 0;
        background: linear-gradient(#faf7ee 0, #faf7ee 50%, transparent 50%, transparent 100%);
        border-radius: 30px 30px 0 0;
    }

    .about__item {
        margin-bottom: 0;

        width: 48%;
    }

    .about__img {
        margin-bottom: 20px;

        .obj {
            width: calc((173/660)*100%);
            left: 0;
            top: 75%;
        }
    }

    .about__h3 {
        border-left: solid 4px #60611d;
    }

    .about__info--item {
        margin-bottom: 2em;

    }

    .about__li {
        margin-bottom: .5em;
    }

    .about__th {
        width: 6em;
    }

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

    .about__btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        & img {
            max-width: 50px;
            margin-left: 1em;
        }
    }

    .about__item:nth-child(2) {
        .about__img {
            .obj {
                width: calc((127/660)*100%);
                left: 100%;
                top: 25%;
            }
        }

    }
}

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

        &::before {
            height: 55%;
        }

    }

    .about__obj {
        width: calc((530/1920)*100%);
        right: 0;
        top: 60%;
    }

    .about__box {
        padding: 100px 5% 0;
        background: linear-gradient(#faf7ee 0, #faf7ee 50%, transparent 50%, transparent 100%);
        border-radius: 60px 60px 0 0;
    }

    .about__item {

        width: 48%;
    }

    .about__img {
        margin-bottom: 20px;

    }

    .about__txt {
        min-height: 120px;
    }

    .about__info--item {
        margin-bottom: 2em;

    }


    .about__th {
        width: 6em;
    }

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

    .about__btn {

        & img {
            max-width: none;
            margin-left: 1em;
        }
    }
}

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

.salon__box {
    padding: 30px 0 0;

}

.salon__bg {
    width: 110%;
    max-width: none;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.salon__obj {
    max-width: 635px;
    width: calc((635/1920)*100%);
    left: -10%;
    top: 5%;
    transform: translate(-50%, -50%);

}

.salon__ttl {
    & img {
        max-width: 40px;
        margin-bottom: .5em;
    }

    .font-en {
        margin-top: .5em;
    }
}

.salon__h3 {
    position: relative;

    .txt {
        display: block;
        padding: 0 1em;
        background: #60611d;
        line-height: 30px;
        border-radius: 15px;
        color: #fff;
        width: fit-content;
        min-width: 14em;
        margin-bottom: .5em;
    }
}

.salon__txt {
    position: relative;
}

.salon__img {
    margin: 20px auto 0;
}

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

    .salon__box {
        padding: 60px 0 40px;

    }

    .salon__bg {
        width: 110%;
        top: 50%;
        left: 45%;
    }

    .salon__obj {
        width: calc((635/1920)*100%);
        left: -10%;
        top: 20%;

    }

    .salon__txtwrap {
        width: 60%;
    }

    .salon__img {
        width: 40%;
        margin: 0;
    }

    .salon__ttl {
        & img {
            max-width: 40px;
        }

    }

    .salon__h3 {

        .txt {
            line-height: 40px;
            border-radius: 20px;
            min-width: 14em;
            margin-bottom: .5em;
        }
    }


}

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

        .inner__large {
            max-width: 1920px;
        }
    }

    .salon__box {
        padding: 150px 0 100px;

    }

    .salon__bg {
        width: 90%;
        /* max-width: 1472px; */
        top: 50%;
        left: 45%;
    }


    .salon__obj {
        width: calc((635/1920)*100%);
        left: -10%;
        top: 20%;

    }

    .salon__txtwrap {
        width: 60%;
    }

    .salon__txtwarp--inner {
        max-width: 720px;
        margin: 0 0 0 auto;
    }

    .salon__img {
        width: 40%;
        padding-top: 10%;
    }

    .salon__ttl {
        & img {
            max-width: none;
        }

    }

    .salon__h3 {

        .txt {
            line-height: 40px;
            border-radius: 20px;
            min-width: 14em;
            margin-bottom: .5em;
        }
    }

}



/*============================
   recruit
============================*/
.recruit {
    background-color: #e0e7bf;
}

.rec__top {
    width: 100%;
    bottom: calc(100% - 1px);
    left: 0;
    z-index: -1;
}

.rec__ttl {
    & img {
        max-width: 100px;
        margin: 0 auto .5em;
    }

    .font-en {
        opacity: .65;
        font-size: 6rem;
        font-weight: bold;
        mix-blend-mode: color-dodge;
    }

    .txt {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.rec__obj {
    max-width: 682px;
    width: calc((682/1920)*100%);
    left: 0;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;

}

.rec__img {
    width: 110%;
}

.rec__box {
    padding: 20px 5% 0;
    background-color: #e0e7bf;
    border-radius: 0 20px 0 0;
    position: relative;
    margin: -20px 0 0;

}

.rec__h3wrap {
    display: flex;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.rec__btn {
    display: flex;
    align-items: center;

    & img {
        max-width: 60px;
        margin-left: 1em;
    }
}

.rec__h3 {
    .txt {
        margin-top: .5em;
    }
}

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

    & img {
        width: 48%;

        &:last-child {
            margin: 10px auto 0;
        }
    }
}

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


    .rec__ttl {
        & img {
            max-width: 120px;
            margin: 0 auto .5em;
        }

        .font-en {
            font-size: 8rem;
        }

        .txt {
            top: 75%;
        }
    }

    .rec__obj {
        width: calc((682/1920)*100%);
        left: 0;
        top: 50%;
    }

    .rec__img {
        width: 110%;
    }

    .rec__box {
        width: 75%;
        max-width: 750px;
        padding: 30px 5% 0;
        border-radius: 0 20px 0 0;
        margin: -140px 0 0;

    }

    .rec__h3wrap {
        margin-bottom: 20px;
    }

    .rec__btn {

        & img {
            max-width: 100px;
        }
    }


    .rec__data {
        & img {
            width: 32%;

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

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

    .rec__ttl {
        & img {
            max-width: none;
            margin: 0 auto .5em;
        }

        .font-en {
            font-size: 15rem;
        }

        .txt {
            top: 70%;
        }
    }

    .rec__obj {
        width: calc((682/1920)*100%);
        left: -10%;
        top: 70%;
    }

    .rec__img {
        width: 118%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 550px;
            border-radius: 30px 0 0;
        }
    }

    .rec__box {
        width: 75%;
        padding: 60px 5% 0;
        border-radius: 0 30px 0 0;
        margin: -250px 0 0;

    }

    .rec__h3wrap {
        margin-bottom: 20px;
    }

    .rec__btn {

        & img {
            max-width: none;
        }
    }


    .rec__data {

        & img {
            width: 32%;
            max-width: 388px;
        }
    }
}

/*============================
   contents
============================*/
.contents {
    padding: 60px 0;
    background-color: #e0e7bf;
}

.cont__item {
    margin-bottom: 60px;

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

.cont__img {
    margin-bottom: 20px;
}

.cont__ttl {
    .txt {
        margin-top: .5em;
    }
}

.voice__obj {
    max-width: 283px;
    width: calc((283/1920)*150%);
    right: 0;
    top: 20%;
    transform: translate(0, -50%);

    z-index: 1;
}

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

    .cont__item {
        margin-bottom: 60px;

    }

    .cont__img {
        width: 60%;
        margin: 0 -10% 0 0;
    }

    .cont__txtwrap {
        width: 50%;
    }

    .cont__txtwrap--inner {
        padding: 0 0 0 5%;
    }

    .voice__obj {
        width: calc((283/1920)*100%);
        right: 0;
        top: 60%;

    }

    .cont__item:nth-child(2) {
        .cont__flex {
            flex-direction: row-reverse;
        }


        .cont__img {
            width: 55%;
            margin: 0 0 0 -5%;
        }

        .cont__txtwrap--inner {
            padding: 0 15% 0 0;
        }

    }
}

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

        .inner__large {
            max-width: 1920px;
        }
    }

    .cont__item {
        margin-bottom: 60px;

    }

    .cont__img {
        width: 60%;
        margin: 0 -10% 0 0;
    }

    .cont__txtwrap {
        width: 50%;
    }

    .cont__txtwrap--inner {
        padding: 0 0 0 10%;
        max-width: 700px;
    }

    .voice__obj {
        width: calc((283/1920)*100%);
        right: 0;
        top: 60%;

    }

    .cont__item:nth-child(2) {


        .cont__img {
            width: 55%;
            margin: 0 0 0 -5%;
        }

        .cont__txtwrap--inner {
            padding: 0 10% 0 0;
            margin: 0 0 0 auto;
        }

    }
}