@charset "UTF-8";
html{scroll-behavior: smooth;}
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: 20px 0 0;
}

.kv__swiper-area {
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    ;
}

.kv__img {
    position: relative;
    z-index: 9;


    & img {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}

.kv__bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.kv__obj {
    width: calc((1300/1920)*100%);
    left: 60%;
    top: 105%;
    transform: translate(-50%, -50%);
}

.kv__copy {
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(0, -50%);

    .txt {
        display: block;
        line-height: 1;
        white-space: nowrap;
    }

    .txt01 {
        font-size: min(3.6rem, 3vw);
        line-height: 1.5;
        letter-spacing: .1em;
    }


}

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

.kv__copy02 {
    width: fit-content;
    position: absolute;
    font-size: min(25rem, 16vw);
    color: #fff;
    letter-spacing: .2em;
    font-weight: 400;
    mix-blend-mode: overlay;
    transform: translate(0, -50%);
    left: 5%;
    top: 65%;


}

.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    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 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;
        padding: 20px 0 0;
    }

    .kv__swiper-area {
        width: 93.75%;
        margin: 0 auto;
        border-radius: 20px;
    }


    .kv__obj {
        width: calc((1300/1920)*100%);
        left: 60%;
        top: 105%;
    }

}



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

    .kv__swiper-area {
        width: 93.75%;
        border-radius: 20px;
    }


    .kv__obj {
        width: calc((1300/1920)*100%);
        left: 62%;
        top: 105%;
    }
}

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

.conc__obj01 {
    width: calc((300/1920)*100%);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.conc__copy {
    .copy01 {
        display: block;
        max-width: 638px;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .copy02 {
        max-width: 462px;
        max-width: 260px;
        display: block;
    }
}

.conc__box {
    padding: 30px 5%;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.conc__leaf01 {
    width: calc((217/1500)* 100%);
    top: -20px;
    left: 5%;
    transform: translate(-50%);
  	display:none;
}

.conc__leaf02 {
    width: calc((174/1500)* 100%);
    top: 100%;
    left: 10%;
    transform: translate(-50%);
    z-index: 9;
}

.conc__txtwrap {
    margin-bottom: 30px;
}

.conc__ttl {
    padding-left: 50px;

    & img {
        max-width: 63px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

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

.conc__img {
    margin: 0 auto;
}

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

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

    .conc__copy {
        max-width: 1200px;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        .copy01 {
            max-width: 638px;
            margin-bottom: 0;
            width: 50%;
        }

        .copy02 {
            width: 40%;
            max-width: 462px;
        }
    }

    .conc__box {
        padding: 50px 5%;
        border-radius: 20px;
    }

    .conc__leaf01 {
        width: calc((217/1500)* 100%);
        top: -30px;
        left: 5%;
    }

    .conc__leaf02 {
        width: calc((174/1500)* 100%);
        top: 100%;
        left: 5%;
    }

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

    .conc__ttl {
        padding-left: 60px;

        & img {
            max-width: 63px;
            width: 40px;
        }
    }

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

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

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

    .conc__copy {
        margin: 0 auto 100px;

        .copy01 {
            max-width: 638px;
            width: 50%;
        }

        .copy02 {
            width: 40%;
            max-width: 462px;
        }
    }

    .conc__box {
        padding: 80px 5% 100px;
        border-radius: 20px;
    }

    .conc__leaf01 {
        width: calc((217/1500)* 100%);
        top: -100px;
        left: 3%;
    }

    .conc__leaf02 {
        width: calc((174/1500)* 100%);
        top: 100%;
        left: 5%;
    }

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

    .conc__txtwrap {
        width: 55%;
    }

    .conc__ttl {
        padding-left: 80px;

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

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

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

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

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

.menu__item {
    margin-bottom: 60px;

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

.menu__box {
    width: 100%;
    background: #fff;
    position: relative;
    margin: 20px auto 0;
    padding: 20px 5%;
    z-index: 9;
}

.menu__ttl {
    margin-bottom: 10px;

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

.menu__btn {
    margin: 20px 5% 0 auto;
}

/* swiper */
.menu__swbox {
    background: rgba(98, 53, 21, .8);
    color: #fff;
    border-radius: 20px 0 0;
    width: 95%;
    color: #fff;
    margin: -20px 0 0 auto;
    position: relative;
    padding: 20px 5%;
}

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

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



.m-swiper-pagination {
    left: auto !important;
    right: 0;
    top: -20px !important;
    bottom: auto !important;
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
}


.menu .swiper-pagination-bullet {
    display: block;
    margin: 0 5px !important;
    background: #e4e1bf;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: 1;
}

.menu .swiper-pagination-bullet-active {
    opacity: 1;
    background: #623515;
}

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

    .menu__obj01 {
        width: calc((510 /1920)*100%);
        top: 0;
        right: 0;
    }

    .menu__obj02 {
        width: calc((360 /1920)*100%);
        top: 100%;
        right: 0;
    }

    .menu__img {
        width: 75%;
    }

    .menu__item {
        margin-bottom: 60px;
        display: block;

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

    .menu__box {
        width: 60%;
        margin: -50px 0 0 auto;
        padding: 20px 3%;
    }

    .menu__txtwrap {
        flex: 0 1 auto;
        max-width: calc(100% - 130px);
        padding-right: 1em;
    }

    .menu__ttl {
        margin-bottom: 10px;

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

    .menu__btn {
        margin: 0 5% 0 0;
    }


    .menu__item:nth-child(2) {


        .menu__img {
            margin: 0 0 0 auto;
        }

        .menu__box {
            margin: -20px auto 0 0;
        }
    }

    /* swiper */
    .menu__swbox {
        position: absolute;
        max-width: 452px;
        bottom: 0;
        right: 0;
        border-radius: 20px 0 0;
        width: 80%;
        margin: 0;
        padding: 20px 5%;
    }

    .menu__h3 {

        & img {
            max-width: 63px;
            width: 40px;
        }
    }



    .m-swiper-pagination {
        right: 0;
        top: -20px !important;
    }


    .menu .swiper-pagination-bullet {

        margin: 0 5px !important;

        width: 10px;
        height: 10px;
    }

}

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

    .menu__obj01 {
        width: calc((510 /1920)*100%);
        top: 0;
        right: 0;
    }

    .menu__obj02 {
        width: calc((360 /1920)*100%);
        top: 90%;
        right: 0;
    }

    .menu__img {
        width: 55%;
        margin-right: -5%;
    }

    .menu__item {
        margin-bottom: 60px;
        display: flex;
        ;

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

    .menu__box {
        width: 50%;
        margin: 0;
        padding: 50px 3%;
        justify-content: space-between;
    }

    .menu__txtwrap {
        max-width: calc(100% - 200px);
        padding-right: 1em;
    }

    .menu__ttl {
        margin-bottom: 20px;

    }

    .menu__btn {
        margin: 0 5% 0 0;
    }


    .menu__item:nth-child(2) {
        flex-direction: row-reverse;

        .menu__img {
            margin: 0 auto 0 -5%;

        }

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

    /* swiper */
    .menu__swbox {
        max-width: 452px;
        bottom: 0;
        right: 0;
        border-radius: 30px 0 0;
        width: 80%;
        margin: 0;
        padding: 40px 5%;
    }

    .menu__h3 {

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



    .m-swiper-pagination {
        right: auto;
        left: 50% !important;
        top: auto !important;
        bottom: -30px !important;
        transform: translate(-50%);
    }


    .menu .swiper-pagination-bullet {

        margin: 0 10px !important;

        width: 10px;
        height: 10px;
    }
}



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

.voice__obj01 {
    width: calc((426/1920)*100%);
    left: 1%;
    top: 0;
    z-index: -1;
}

.voice__obj02 {
    width: calc((233/1920)*100%);
    left: 0;
    top: 75%;
    transform: translate(0, -50%);
    z-index: -1;
}

.voice__ttl {

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

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

    .txt {
        text-decoration: underline 1px;
        text-underline-offset: .2em;
    }


}

.voice__tabs {
    display: flex;
}

.voice__tab {
    width: 45%;
    margin: 0 1%;
    text-align: center;
    max-width: 217px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5e3c0;
    position: relative;
    transition: .3s;
    cursor: pointer;

    &::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        bottom: -11px;
        left: 50%;
        transform: translate(-50%);
        background-color: #623515;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        opacity: 0;
    }

    &.active {
        background: #623515;
        color: #fff;

        &::before {
            opacity: 1;

        }
    }
}

.voice__atc {
    margin: 0 auto 30px;
    position: relative;

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

.voice__img {
    width: fit-content;
    margin: 0 auto;
    max-width: 50%;
}

.voice__box {
    background: #fff;
    padding: 1em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.voice__item:nth-child(2) .voice__box {
    position: relative;
    bottom: auto;
    left: auto;
    background: none;
    padding: 0;
    margin-top: 1.5em;
}

.voice__h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.voice__item {
    display: none;
}

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

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

    .voice__obj01 {
        width: calc((426/1920)*100%);
        left: 1%;
        top: 0;
    }

    .voice__obj02 {
        width: calc((233/1920)*100%);
        left: 0;
        top: 75%;

    }

    .voice__ttl {

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

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


    }

    .voice__tab {
        width: 45%;
        margin: 0 1%;
        max-width: 217px;
        height: 50px;
        border-radius: 25px;

        &::before {
            width: 12px;
            height: 12px;
            bottom: -11px;
        }

    }

    .voice__flex {
        justify-content: center;
        width: 102%;
        margin-left: -1%;
    }

    .voice__atc {
        margin: 0;
        width: 31%;
        margin: 0 1%;
    }

    .voice__item:nth-child(2) .voice__atc {
        width: 23%;
        margin: 0 1%;
    }

    .voice__img {
        margin: 0 auto;
        max-width: 70%;
    }

    .voice__box {
        padding: 1em 1em;

    }

}

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

    .voice__obj01 {
        width: calc((426/1920)*100%);
        left: 1%;
        top: -120px;
    }

    .voice__obj02 {
        width: calc((233/1920)*100%);
        left: 0;
        top: 75%;

    }

    .voice__ttl {

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

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


    }

    .voice__tab {
        width: 45%;
        margin: 0 1%;
        max-width: 217px;
        height: 60px;
        border-radius: 30px;

        &::before {
            width: 12px;
            height: 12px;
            bottom: -11px;
        }

    }

    .voice__flex {
        width: 102%;
        margin-left: -1%;
    }

    .voice__atc {
        width: 31%;
        margin: 0 1%;
    }

    .voice__img {
        margin: 0 auto;
        max-width: 70%;
    }

    .voice__box {
        padding: 1.5em 1em;

    }

}


/*============================
   shop
============================*/

.shop {
    padding: 60px 0;
}

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

.shop__box {
    padding: 30px 5%;
    border: solid 1px #acd486;
    border-radius: 10px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: #f3f8d0;
        top: -10px;
        left: 10px;
        z-index: -1;
    }
}

.shop__txtwarp {
    margin-bottom: 30px;
}

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

.shop__logo {
    max-width: 212px;
    width: 50%;
    margin: 0 auto;
}

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

    .shop__obj01 {
        width: calc((233/1920)*100%);
        right: 0;
        top: 70%;

    }

    .shop__box {
        padding: 40px 5%;

    }

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



    .shop__logo {
        max-width: 212px;
        max-width: 160px;
        width: 50%;
        margin: 0 auto;
    }
}

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

    .shop__obj01 {
        width: calc((233/1920)*100%);
        right: 0;
        top: 70%;

    }

    .shop__box {
        padding: 50px 5%;

    }

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



    .shop__logo {
        max-width: 212px;
        width: 50%;
        margin: 0 5% 0 auto;
    }
}

/*============================
   info
============================*/
.info__box {
    padding: 40px 3% 40px 0;


    &::before {
        content: "";
        position: absolute;
        width: 200%;
        height: calc(100% + 100px);
        background: #fff;
        top: 0;
        right: 0;
        z-index: -1;
        border-radius: 0 20px 0 0;
    }
}

.info__ttl {
    .font-en {
        font-size: 3.4rem;
        color: #faf6ef;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

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

.info__th {
    position: relative;
    width: 6em;
}

.info__td {
    max-width: calc(100% - 6em);
    flex: 0 1 auto
}

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

.info iframe {
    display: block;
    width: 106%;
    height: 240px;
}

@media screen and (min-width:768px) {
    .info__box {
        padding: 60px 3% 40px 0;


        &::before {
            width: 200%;
            height: calc(100% + 150px);

            border-radius: 0 60px 0 0;
        }
    }

    .info__ttl {
        .font-en {
            font-size: 6rem;

        }
    }

    .info__ul {
        width: fit-content;
        margin: 0 auto
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        max-width: calc(100% - 6em);
        flex: 0 1 auto
    }

    .info__btn {
        margin: 0;
        position: absolute;
        right: 10%;
        top: 75%;
        transform: translate(0, -50%);
    }

    .info iframe {
        width: 106%;
        height: 260px;
    }

}

@media screen and (min-width:1025px) {
    .info__box {
        padding: 120px 3% 60px 0;


        &::before {
            width: 200%;
            height: calc(100% + 150px);

            border-radius: 0 60px 0 0;
        }
    }

    .info__ttl {
        .font-en {
            font-size: 12rem;

        }
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 7em;
    }

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

    .info__btn {
        right: 10%;
        top: 45%;
    }

    .info iframe {
        width: 110%;
        height: 350px;
    }
}

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

.news__obj01 {
    width: calc((168/1920)*150%);
    left: 0;
    top: 85%;
    transform: translate(0, -50%);
}

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

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

.news__btn {
    margin-right: 20px;
}

.news__atc {
    display: block;
    margin-bottom: 1.5em;
    font-size: 1.2rem;

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

.news__img {
    max-width: 260px;
    width: 140px;
}

.news__txtwrap {
    flex: 0 1 auto;
    max-width: calc(100% - 140px);
    padding-left: 1em;
}

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


.news__atc--ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

}


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

    .news {
        padding: 80px 0;
    }

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

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

    .news__atcwrap {
        width: 70%;
    }

    .news__ttl {
        margin-bottom: 30px;

    }

    .news__btn {
        margin-right: 0;
    }

    .news__atc {
        margin-bottom: 1.5em;
        font-size: 1.4rem;

    }

    .news__img {
        max-width: 260px;
        width: 180px;
    }

    .news__txtwrap {
        flex: 0 1 auto;
        max-width: calc(100% - 180px);
        padding-left: 1em;
    }

}

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

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

    .news__ttlwrap {
        width: 25%;
    }

    .news__atcwrap {
        width: 70%;
    }

    .news__ttl {
        margin-bottom: 30px;

    }

    .news__atc {
        margin-bottom: 2em;
        font-size: 1.6rem;

    }

    .news__img {
        max-width: 260px;
        width: 260px;
    }

    .news__txtwrap {
        flex: 0 1 auto;
        max-width: calc(100% - 260px);
        padding-left: 1.5em;
    }


}