@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;
    padding: 30px 0 0;
}

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

.kv__bg01 {
    max-width: 660px;
    width: calc((660/1920)*180%);
    position: absolute;
    top: 20%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.kv__bg02 {
    max-width: 687px;
    width: calc((870/1920)*150%);
    position: absolute;
    top: 75%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.kv__img01 {
    width: 80%;
    margin-bottom: 5%;
}

.kv__img02 {
    width: 80%;
    margin: 0 0 0 auto;
}



.kv__copy {
    max-width: 533px;
    width: calc((533/1920)*200%);
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%);
}

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

.kv__scroll {
    display: none;
}



@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 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;
        padding: 50px 0 0;
    }

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

    .kv__bg01 {
        width: calc((660/1920)*100%);
        top: 37%;
        left: 28%;
    }

    .kv__bg02 {
        width: calc((687/1920)*100%);
        top: 54%;
        left: 72%;
    }

    .kv__item {
        display: flex;
        justify-content: center;
    }

    .kv__img01 {
        width: 35.2%;
        margin: 0 3% 0 auto;
    }

    .kv__img02 {
        width: 37.6%;
        margin: 3% auto 0 3%;
    }


    .kv__copy {
        width: calc((533/1920)*100%);
        top: 85%;
        left: 58%;
    }




    /* swiper */

    .kv .swiper-pagination {
        left: 18%;
        top: 85%;
    }


    .kv .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px !important;

    }


}



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

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

    .kv__bg01 {
        width: calc((660/1920)*100%);
        top: 37%;
        left: 28%;
    }

    .kv__bg02 {
        width: calc((687/1920)*100%);
        top: 54%;
        left: 72%;
    }

    .kv__item {
        display: flex;
        justify-content: center;
    }

    .kv__img01 {
        width: 35.2%;
        margin: 0 3% 0 auto;
    }

    .kv__img02 {
        width: 37.6%;
        margin: 3% auto 0 3%;
    }


    .kv__copy {
        width: calc((533/1920)*100%);
        top: 85%;
        left: 58%;
    }




    /* swiper */

    .kv .swiper-pagination {
        left: 18%;
        top: 82%;
    }


    .kv .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px !important;

    }
}



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

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

.news__ttl {

    padding-left: 1em;

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

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

.news__btn {
    max-width: 150px;
    width: 120px;
    height: 30px;

    &::before {
        display: none;
    }
}

.news__atc {
    display: block;
    margin-bottom: 1.5em;
}

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

.news__cat {
    width: fit-content;
    padding: 0 1em;
    color: #c9bda6;
    border: solid 1px #c9bda6;
    line-height: 1.5;
    margin-left: 1em;
}

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

}


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

    .news {
        padding: 60px 0 0;
    }

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

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 30px;
        padding-left: 1em;

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

            &::before {
                width: 1em;
                left: -1.5em;
            }
        }
    }

    .news__btn {
        max-width: 150px;
        width: 120px;
        height: 30px;

    }

    .news__atc {
        margin-bottom: 1.5em;

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

    .news__info {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        width: 200px;
    }

    .news__cat {
        white-space: nowrap;
    }

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

    }


}

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

    .news {
        padding: 100px 0 0;
    }

    .news__ttlwrap {
        width: 25%;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 30px;
        padding-left: 0;

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

            &::before {
                width: 1em;
                left: -1.5em;
            }
        }
    }

    .news__btn {
        max-width: 150px;
        width: 150px;
        height: 40px;

    }

    .news__atc {
        margin-bottom: 1.5em;

    }

    .news__info {
        width: 230px;
    }

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

    }


}

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

.conc__txtwrap {
    margin-bottom: 30px;


}

.conc__ttl {
    width: fit-content;

    .txt {
        text-align: right;
        margin-bottom: -.5em;
    }
.font-en{
    display: flex;
    align-items: baseline;
}
    .fs-100 {
        font-size: 4rem;
    }
}

.conc__img01 {
    display: none;
}

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

    .conc__flex {
        align-items: center;
    }

    .conc__left {
        width: 52%;
    }

    .conc__txtwrap {
        margin-bottom: 0;


    }

    .conc__ttl {

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

        .fs-100 {
            font-size: 5rem;
        }
    }

    .conc__img01 {
        display: none;
    }

    .conc__img02 {
        width: 45%;
        max-width: 810px;
    }

}

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

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

    .conc__left {
        width: 52%;
        padding: 0 0 0 5%;
    }

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

    .conc__ttl {

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

        .fs-100 {
            font-size: 10rem;
        }
    }

    .conc__txt {
        margin-bottom: 0;
    }

    .conc__btn {
        position: absolute;
        bottom: -100px;
        left: 0;
    }

    .conc__img01 {
        display: block;
        position: absolute;
        max-width: 340px;
        width: calc((340/1780)*100%);
        left: -10%;
        top: 40%;
        transform: translate(0, -50%);
    }

    .conc__img02 {
        width: 45%;
        max-width: 810px;
    }

}

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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 300px;
        background: #f8e8ca;
        z-index: -1;
        opacity: .4;
        top: 0;
        left: 0;
    }
}

.comm__ttl--en {
    max-width: 420px;
    max-width: 200px;
    width: 40%;
    right: 1%;
    top: -80px;
}

.comm__atc {
    max-width: 360px;
    margin: 0 auto 20px;
    background: #837365;
    padding: 20px 5% 30px;
    color: #fff;
    position: relative;

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

    &::before {
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: solid 1px #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        pointer-events: none;
    }
}

.comm__num {
    font-size: 4rem;
    line-height: 1;
}

.comm__h3 {
    position: relative;

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

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

        &::before {
            width: 100%;
            height: 300px;
            top: 0;
            left: 0;
        }
    }

    .comm__ttl--en {
        max-width: 420px;
        max-width: 300px;
        width: calc((420/1720)*100%);
        right: 3%;
        top: -60px;
    }

    .comm__atc {
        width: 32%;
        margin: 0;
        padding: 30px 3% 40px;


        &::before {
            width: calc(100% - 10px);
            height: calc(100% - 10px);
        }
    }

    .comm__num {
        font-size: 4rem;
        line-height: 1;
    }

    .comm__h3 {

        &::before {
            left: 50%;
            bottom: -1em;
        }
    }
}

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

        &::before {
            width: 100%;
            max-width: 1720px;
            height: 500px;
            top: 0;
            left: 50%;
            transform: translate(-50%);
        }
    }

    .comm__ttl--en {
        max-width: 420px;
        width: calc((420/1720)*100%);
        right: 5%;
        top: -100px;
    }

    .comm__items {
        max-width: 1200px;
        margin: 0 auto 80px;
    }

    .comm__atc {
        width: 32%;
        margin: 0;
        padding: 30px 3% 40px;


        &::before {
            width: calc(100% - 15px);
            height: calc(100% - 15px);
        }
    }

    .comm__num {
        font-size: 4rem;
        line-height: 1;
    }

    .comm__h3 {

        &::before {
            left: 50%;
            bottom: -1em;
        }
    }
}

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

.menu {
    padding: 60px 0 0;
}

.menu__ttl {
    & img {
        max-width: 63px;
        width: 40px;
        margin: 0 auto 10px;
    }
}

.menu__atc {
    max-width: 550px;
    margin: 0 auto 30px;

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

.menu__h3 {
    max-width: 124px;
    width: 80px;
    margin: -40px auto 0;

}

.menu__btn {
    margin: 20px auto 0;
}

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

    .menu__ttl {
        & img {
            max-width: 63px;
            width: 50px;
            margin: 0 auto 10px;
        }
    }

    .menu .menu__atc {
        width: 32%;
        margin:0 50px auto;
        padding-bottom: 70px;
        position: relative;
    }

    .menu__h3 {
        max-width: 124px;
        width: 80px;
        margin: -40px auto 0;

    }

    .menu__btn {
        margin: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
    }
}

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

    .menu__ttl {
        & img {
            max-width: 63px;
            width: 63px;
            margin: 0 auto 10px;
        }
    }

    .menu__atc {
        width: 32%;
        padding-bottom: 100px;
    }

    .menu__h3 {
        max-width: 124px;
        width: 124px;
        margin: -60px auto 0;

    }

    .menu__txt {
        text-align: center;
        font-size: 1.8rem;
    }

    .menu__btn {
        left: 50%;
        bottom: 0;
    }
}

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

.pro__img {
    width: 95%;
}

.pro__box {
    width: 95%;
    padding: 30px 5% 30px 10%;
    background: #fff;
    margin: -30px 0 0 auto;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        background: #fff;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: -1;
    }

    &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid 1px #c9bda6;
        left: 10px;
        top: -10px;
        pointer-events: none;
    }
}

.pro__ttl--en {
    max-width: 396px;
    width: 40%;
    bottom: 0;
    right: 1%;
}
.pro__ttl {

    padding-left: 1em;

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

        &::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 1px;
            background: #c9bda6;
            left: -1.5em;
            top: 50%;
            transform: translate(0, -50%);
        }
    }
}
.pro__btn {
    max-width: 166px;
    width: 120px;
    display: block;
}

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

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

    .pro__img {
        width: 65%;
        margin-right: -15%;
        margin-bottom: -20px;
        & img {
            height: 280px;
        }
    }

    .pro__right {
        width: 62.5%;
        margin-left: -12.5%;
    }

    .pro__box {
        width: 100%;
        padding: 20px 5% 30px 10%;
        margin: 0;

        &::after {
            left: 10px;
            top: -10px;
        }
    }

    .pro__ttl--en {
        max-width: 396px;
        width: 40%;
        bottom: 0;
        right: 1%;
    }
    .pro__ttl {

        padding-left: 1em;
    
        .font-en {
            margin-bottom: .5em;
    
            &::before {
                left: -1.5em;
            }
        }
    }
    .pro__btn {
        max-width: 166px;
        width: 120px;
    }
}

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

    .pro__img {
        width: 65%;
        margin-right: -15%;
        margin-bottom: -40px;

        & img {
            object-fit: cover;
            height: 500px;
        }
    }

    .pro__right {
        width: 62.5%;
        margin-left: -12.5%;
    }

    .pro__box {
        width: 100%;
        padding: 70px 2% 80px 10%;
        min-height: 480px;
        margin: 0;
        position: relative;

        &::after {
            left: 30px;
            top: -30px;
        }
    }

    .pro__ttl--en {
        max-width: 396px;
        width: calc((396/1200)* 100%);
        width: 40%;
        bottom: 0;
        right: 3%;
    }
    .pro__ttl {

        padding-left: 0;
    
        .font-en {
            margin-bottom: .3em;
    
            &::before {
                left: -1.5em;
            }
        }
    }
    .pro__btn {
        max-width: 166px;
        width: 166px;
    }
}

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

.shop__txtwrap {
    margin-bottom: 30px;
}

.shop__ttl {
    display: flex;
    align-items: flex-end;

    .txt {
        margin-left: 1em;
    }
}

.shop__li {
    padding: .5em 1em;
    display: flex;

    &:nth-child(even) {
        background: #faf4e8;
    }
}

.shop__th {
    width: 5em;
}

.shop__td {
    flex: 0 1 auto;
}

.shop__img01 {
    display: none;
}

.shop__img02 {
    width: 95%;
    margin: 0 0 0 auto;
}

.shop__ttl--en {
    font-size: 6rem;
    color: #ebdfc6;
    line-height: 1;
    bottom: 0;
    left: 0;
    transform: translate(-50%);
}

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

    .shop__left {
        width: 52%;
    }


    .shop__txtwrap {
        margin-bottom: 0;
    }

    .shop__ttl {

        .txt {
            margin-left: 1em;
        }
    }

    .shop__li {
        padding: .5em 1em;
    }

    .shop__th {
        width: 6em;
    }

    .shop__img01 {
        display: none;
    }

    .shop__img02 {
        width: 45%;
        max-width: 646px;
        margin: 0 0 0 auto;
    }

    .shop__ttl--en {
        font-size: 8rem;
        bottom: 0;
        left: 0;
    }
}

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

    .shop__left {
        width: 52%;
        padding: 0 0 0 5%;
    }


    .shop__txtwrap {
        max-width: 578px;
        margin: 0 0 0 auto;
    }

    .shop__ttl {

        .txt {
            margin-left: 1em;
        }
    }

    .shop__li {
        padding: .5em 1em;
    }

    .shop__th {
        width: 6em;
    }

    .shop__img01 {
        display: block;
        position: absolute;
        max-width: 292px;
        width: calc((292/1780)*100%);
        left: -5%;
        top: 45%;
        transform: translate(0, -50%);
    }

    .shop__img02 {
        width: 45%;
        max-width: 646px;
        margin: 0 0 0 auto;
    }

    .shop__ttl--en {
        font-size: 12rem;
        bottom: -.3em;
        left: 0;
    }

}


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

.cont__item {
    max-width: 530px;
    margin: 0 auto 20px;
    box-shadow: 8px 8px 28px rgba(0, 0, 0, .04);

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

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

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

    }

}

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

    .cont__item {
        width: 48%;
    }
}