@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 {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}


.kv__copy {
    width: 90%;


    margin: 10% auto 0;
    z-index: 99;
    position: relative;
}

.kv__reserve {
    display: block;
    max-width: 232px;
    min-width: 100px;
    width: calc((232/1920)*100%);
    z-index: 99;
    transition: .5s;
    left: 3%;
    top: 90%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}




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

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

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


.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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: auto !important;
    right: 5%;
    bottom: 20px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    margin: 0 5px !important;
    background: #fff;
    opacity: 1;
    border-radius: 0 !important;
    width: 15px;
    height: 3px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: 1;

}

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



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

    .kv {
        margin-top: 62px;

    }

    .kv__swiper {
        width: calc((1600/1920)*100%);
        margin: 0 0 0 auto;
    }


    .kv__copy {
        width: calc((566/1920)*100%);
        left: 20%;
        top: 50%;
        transform: translate(-50%, -50%);

        margin: 0;
        position: absolute;
    }

    .kv__reserve {
        width: calc((232/1920)*100%);
        left: 10%;
        top: 95%;
    }


    .kv .swiper-pagination {
        left: 10% !important;
        top: 75%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
    }


    .kv .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 15px;
        height: 3px;
    }

    .kv__scroll {
        max-width: 10px;
        width: 8px;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        display: block;
    }


}



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

    .kv {
        margin-top: 90px;

    }

    .kv__swiper {
        width: calc((1600/1920)*100%);
        margin: 0 0 0 auto;
    }


    .kv__copy {
        width: calc((566/1920)*100%);
        left: 20%;
        top: 50%;

    }

    .kv__reserve {
        width: calc((232/1920)*100%);
        left: 5%;
        top: 95%;
    }


    .kv .swiper-pagination {
        left: 8% !important;
        top: 75%;
    }


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

    .kv__scroll {
        max-width: 10px;
        width: 10px;
        top: 90%;
        left: 50%;
    }



}


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

.conc__obj01 {
    width: calc((400/1920)*150%);
    left: 1%;
    bottom: 0;
}

.conc__obj02 {
    width: calc((743/1920)*100%);
    right: 1%;
    top: 30px;
}

.conc__left {
    margin-bottom: 30px;
}

.conc__ttl {
    padding-left: 2em;

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

.conc__btn {
    margin: 0 0 0 auto;
}


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

    .conc__obj01 {
        width: calc((400/1920)*100%);
        left: 1%;
        bottom: 0;
    }

    .conc__obj02 {
        width: calc((743/1920)*100%);
        right: 1%;
        top: 0;
    }

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

    .conc__ttl {
        padding-left: 2em;

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

    .conc__txt {
        width: 50%;
    }


}

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

    .conc__obj01 {
        width: calc((400/1920)*100%);
        left: 1%;
        bottom: 0;
    }

    .conc__obj02 {
        width: calc((743/1920)*100%);
        right: 1%;
        top: 0;
    }

    .conc__left {
        width: 40%;
    }

    .conc__ttl {
        padding-left: 7em;

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

    .conc__txt {
        width: 50%;
    }



}

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


.comm__obj01 {
    width: calc((339/1920)*150%);
    bottom: 0%;
    left: 1%;
}

.comm__obj02 {
    width: calc((308/1920)*150%);
    bottom: 0%;
    right: 1%;
}

.comm__ttl.-bd {
    padding-left: 2em;

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

    .font-ex {
        &::before {
            background-color: #fff;
        }
    }
}

.comm__lead {
    margin: 1em 0 3em;
}

.comm__atc {
    max-width: 422px;
    margin: 0 auto 30px;

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

.comm__img {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid 1px #86511d;
        border-radius: 10px;
        top: -5px;
        left: 5px;
    }
}

.comm__h3 {
    margin-top: 1em;
}

.comm__btn {
    color: #fff;
    justify-content: center;

    &:hover {
        color: #fff;
    }
}

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


    .comm__obj01 {
        width: calc((339/1920)*100%);
        bottom: 0%;
        left: 1%;
    }

    .comm__obj02 {
        width: calc((308/1920)*100%);
        bottom: 0%;
        right: 1%;
    }

    .comm__ttl.-bd {
        padding-left: 2em;

    }

    .comm__lead {
        width: fit-content;
        margin: 1em 0 1em auto;
    }

    .comm__atc {
        width: 31%;
        margin: 0;

        &:nth-child(2) {
            margin-top: 40px;
        }

        &:nth-child(3) {
            margin-top: 80px;
        }
    }

    .comm__img {

        &::before {
            top: -5px;
            left: 5px;
        }
    }

}

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


    .comm__obj01 {
        max-width: 339px;
        width: calc((339/1920)*100%);
        bottom: 0%;
        left: 1%;
    }

    .comm__obj02 {
        max-width: 308px;
        width: calc((308/1920)*100%);
        bottom: 0%;
        right: 1%;
    }

    .comm__ttl.-bd {
        padding-left: 0;

    }

    .comm__lead {
        width: fit-content;
        max-width: 60%;
        margin: -2em 0 1em auto;
    }

    .comm__atc {
        width: 32%;

        &:nth-child(2) {
            margin-top: 60px;
        }

        &:nth-child(3) {
            margin-top: 120px;
        }
    }

    .comm__img {

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


/*============================
   menu
============================*/
.menu {
    padding: 100px 0 60px;

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

.menu__box {
    padding: 30px 5% 0;
    background: #f4f1e9;
    border-radius: 20px 20px 0 0;
}

.menu__ttl {
    width: fit-content;
    margin: 0 auto 30px;
}

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

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

.menu__h3 {
    margin-top: 1em;

    .font-ex {
        margin-top: 0.5em;
    }
}

.menu__btn {
    margin: 0 0 0 auto;
}

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

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

    .menu__box {
        padding: 30px 5% 0;
        border-radius: 20px 20px 0 0;
    }

    .menu__ttl {
        margin: 0 auto 60px;
    }

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

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

    }

    .menu__h3 {
        margin-top: 1em;
        display: flex;
        align-items: center;

        .font-ex {
            margin: 0 0 0 .5em;
        }
    }
}

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

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

    .menu__box {
        padding: 80px 5% 0;
        border-radius: 20px 20px 0 0;
    }

    .menu__ttl {
        margin: 0 auto 30px;
    }

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

    }

    .menu__h3 {
        margin-top: 1em;
        display: flex;
        align-items: center;

        .font-ex {
            margin: 0 0 0 1em;
        }
    }

    .menu__txt {
        margin-bottom: 1em;
    }
}

/*============================
   products
============================*/
.pro__box {
    padding: 30px 5%;
    border-radius: 10px;
    background: url(../images/products_bg.png) no-repeat center center/cover;
    color: #fff;
}

.pro__ttl {
    margin-bottom: 20px;

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

.pro__btn {
    margin: 1em 0 0 auto;
    color: #fff;

    &:hover {
        color: #fff;
    }
}

@media screen and (min-width:768px) {
    .pro__box {
        padding: 40px 5%;
    }

    .pro__left {
        width: 55%;
    }


    .pro__ttl {
        margin-bottom: 20px;

    }

    .pro__btn {
        margin: 0;

    }
}

@media screen and (min-width:1025px) {
    .pro__box {
        padding: 40px 5% 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .pro__left {
        width: 55%;
    }


    .pro__ttl {
        margin-bottom: 20px;

    }

}

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

.case__ttl {
    width: fit-content;
    margin: 0 0 30px auto;
    text-align: center;

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

.case__atc {
    max-width: 300px;
    margin: 0 auto 30px;
    border-radius: 10px;

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

    & a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 10px;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(134, 81, 29, .7);
            top: 0;
            left: 0;
            z-index: 1;
            opacity: .5;
            transition: .3s;
            border-radius: 10px;
        }
    }

}

.case__img {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid 1px #86511d;
        border-radius: 10px;
        top: 5px;
        left: 5px;
    }
}

.case__arw {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 140px;
    width: 100px;
    position: absolute;
    z-index: 1;
    opacity: 1;
}

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

    .case__ttl {
        margin: 0 0 40px auto;
    }

    .case__atc {
        width: 23%;
        margin: 0;

        & a {
            &::before {
                opacity: .5;
            }
        }

    }

    .case__img {
        position: relative;

        &::before {
            top: 5px;
            left: 5px;
        }
    }

    .case__arw {
        max-width: 140px;
        width: 100px;
    }

}

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

    .case__ttl {
        margin: 0 0 60px auto;
    }

    .case__atc {
        width: 23%;


        & a {
            &::before {
                opacity: 0;
            }

            &:hover {
                &::before {
                    opacity: 1;
                }

                .case__arw {
                    opacity: 1;
                }
            }

        }

    }

    .case__img {

        &::before {
            top: 10px;
            left: 10px;
        }
    }

    .case__arw {
        max-width: 140px;
        width: 140px;
        opacity: 0;
    }
}

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

.info__obj01 {
    max-width: 89px;
    width: calc((89/1920)*150%);
    right: 0;
    bottom: 0;
}

.info__obj02 {
    max-width: 140px;
    width: calc((140/1920)*150%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
}

.info__img {
    margin-bottom: 30px;
}

.info__ttl {
    padding-left: 2em;

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

.info__li {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
}

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

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

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

    .info__obj01 {
        width: calc((89/1920)*150%);
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
    }

    .info__obj02 {
        width: calc((140/1920)*150%);
        right: 0;
        top: 15%;
    }

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

    .info__right {
        width: 45%;
    }

    .info__ttl {
        padding-left: 0;

    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

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

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

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

    .info__obj01 {
        width: calc((89/1920)*150%);
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
    }

    .info__obj02 {
        width: calc((140/1920)*150%);
        right: 5%;
        top: 15%;
    }

    .info__img {
        width: 45%;
    }

    .info__right {
        width: 50%;
        padding-left: 5%;
    }

    .info__txtwrap {
        max-width: 640px;
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 7em;
    }

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

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


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

.news__obj {
    max-width: 100px;
    top: 0;
    left: 1%;
    width: calc((198/1920)*100%);

}

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

.news__ttl {
    padding-left: 3em;

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

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

.news__atc {
    display: block;
    margin-bottom: 1em;
    width: 100%;

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

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

.news__date {
    white-space: nowrap;
}

.news__atc--ttl {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



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

    .news__obj {
        display: none;
        top: 0;
        left: 1%;
        width: calc((198/1920)*100%);

    }

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

    .news__ttl {
        margin-bottom: 30px;
    }

    .news__btn {
        max-width: 148px;
        width: 120px;
        margin: 0 auto;
    }

    .news__atcwrap {
        width: 75%;
        padding: 0 0 0 2em;
    }

    .news__atc {
        margin-bottom: 1em;

        & a {
            display: flex;
        }
    }

    .news__date {
        width: 100px;
    }

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

    }



}

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

    .news__obj {
        display: block;
        max-width: 198px;
        top: 0;
        left: 1%;
        width: calc((198/1920)*100%);

    }

    .news__ttlwrap {
        width: 25%;
    }

    .news__ttl {
        margin-bottom: 60px;

    }

    .news__btn {
        max-width: 140px;
        width: 140px;
        margin: 0 0 0 50px;
    }

    .news__atcwrap {
        width: 70%;
        padding: 0 0 0 1em;
    }

    .news__atc {
        margin-bottom: 1em;

    }

    .news__date {
        width: 148px;
    }

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

    }


}