@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__left {
    width: 80%;
}

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

.kv__copy {
    width: fit-content;
    margin: 20px auto 20px 15%;

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

    .txt01 {
        font-size: min(5rem, 5vw);
        margin-bottom: .3em;
    }

    .txt02 {
        font-size: min(9.5rem, 10vw);
        margin-bottom: .2em;
    }

    .txt03 {
        font-size: min(2rem, 3vw);
    }
}

.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: 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__left {
        width: 36.97%;
        margin: 20% 0 0;
    }

    .kv__right {
        width: 55.46%;
        margin: 0;
    }

    .kv__copy {
        position: absolute;
        margin: 0;
        transform: translate(-50%, -50%);
        top: 17%;
        left: 25%;

        .txt01 {
            font-size: min(5rem, 2.4vw);
            margin-bottom: .3em;
        }

        .txt02 {
            font-size: min(9.5rem, 5vw);
            margin-bottom: .2em;
        }

        .txt03 {
            font-size: min(2rem, 1.2vw);
        }
    }

    .kv__scroll {
        max-width: 10px;
        min-width: 5px;
        width: .52%;
        position: absolute;
        top: 75%;
        left: 41%;
        transform: translate(-50%, -50%);
        z-index: 9;
        display: block;
    }

}



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

    .kv__left {
        width: 36.97%;
        margin: 20% 0 0;
    }

    .kv__right {
        width: 55.46%;
    }

    .kv__copy {
        top: 20%;
        left: 27%;

        .txt01 {
            font-size: min(5rem, 2.4vw);
            margin-bottom: .3em;
        }

        .txt02 {
            font-size: min(9.5rem, 5vw);
            margin-bottom: .2em;
        }

        .txt03 {
            font-size: min(2rem, 1.2vw);
        }
    }

    .kv__scroll {
        max-width: 10px;
        min-width: 5px;
        width: .52%;
        top: 75%;
        left: 41%;
    }

}

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


.news__box {
    max-width: 1353px;
    margin: 0 0 0 auto;
    height: auto;
    background: #fff;
    padding: 20px 5% 20px 5%;
    position: relative;
    z-index: 9;
}


.news__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
}

.news__atc {
    display: block;
    width: 100%;
}

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

.news__cat {
    width: fit-content;
    margin-left: 1em;
    ;
    padding: 0 1em;
    border: solid 1px #4e1c00;
    display: block;
    white-space: nowrap;
}

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

.news__btn {
    max-width: 76px;
    width: 50px;
    margin: 10px 0 0 auto;
    display: block;
}

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

    .news__box {
        width: 90%;
        margin: 0 0 0 auto;
        height: 60px;
        padding: 0 5%;
        position: relative;
        display: flex;
        align-items: center;
    }


    .news__ttl {
        font-size: 2rem;
        width: 80px;
        margin-bottom: 0;
    }

    .news__atc a {
        display: flex;
        align-items: center;
    }

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


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

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

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

}

@media screen and (min-width:1025px) {
    .news {
        top: 90%;
        right: 0;
    }

    .news__box {
        width: 90%;
        margin: 0 0 0 auto;
        height: 100px;
        padding: 0 5%;
    }


    .news__ttl {
        font-size: 3.6rem;
        width: 140px;
    }

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

    .news__info {
        width: 250px;
    }

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

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


}

/*============================
   concept
============================*/
.concept {
    padding: 20px 0 60px;
    background: #f6efe5;
}

.conc__swiper {
    margin-bottom: 20px;
    pointer-events: none;
}

.conc__swtxt {
    font-size: 6rem;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: bold;
    width: fit-content;
    white-space: nowrap;
    margin-right: .5em;
}

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

.conc__top {
    position: relative;
    z-index: 1;
}

.conc__txtwrap {
    margin-bottom: 30px;
}

.conc__ttl.-bd {
    .font-en {
        &::before {
            width: calc(100% - 160px);
            left: 160px;
        }

        &::after {

            left: 160px;
        }
    }

}

.conc__mid {
    padding: 30px 0;
}

.conc__bg {
    width: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: luminosity;
}

.conc__copy {
    position: relative;

    & img {
        max-width: 1550px;
    }

    .txt {
        display: block;
        margin-top: 1em;
    }
}

.conc__img02 {
    margin-bottom: 20px;
}

.conc__btn {
    margin: 0 0 0 auto;
}

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

    .conc__swiper {
        margin-bottom: 30px;
    }

    .conc__swtxt {
        font-size: 8rem;
    }

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

    .conc__top .conc__txtwrap--inner {
        padding: 0 10% 0 0;
        max-width: 700px;
        margin: 0 0 0 auto;
    }

    .conc__img {
        width: 53%;
        max-width: 1035px;
    }

    .conc__ttl.-bd {
        .font-en {
            &::before {
                width: calc(100% - 220px);
                left: 220px;
            }

            &::after {

                left: 220px;
            }
        }

    }

    .conc__mid {
        padding: 40px 0;
    }

    .conc__bg {
        width: 120%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: luminosity;
    }

    .conc__copy {
        position: relative;

        & img {
            width: 90%;
            max-width: 1550px;
        }

        .txt {
            position: absolute;
            margin-top: 0;
            width: 45%;
            top: 45%;
            right: 0;
            font-size: min(1.4rem, 1vw);
            transform: translate(0, -50%);
        }
    }

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

    .conc__btm .conc__txtwrap--inner {
        max-width: 700px;
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

}

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

    .conc__swiper {
        margin-bottom: 60px;
    }

    .conc__swtxt {
        font-size: 15rem;
    }

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

    .conc__top .conc__txtwrap--inner {
        padding: 0 10% 0 0;
        max-width: 700px;
        margin: 0 0 0 auto;
    }

    .conc__img {
        width: 53%;
    }

    .conc__ttl.-bd {
        .font-en {
            &::before {
                width: calc(100% - 360px);
                left: 360px;
            }

            &::after {

                left: 360px;
            }
        }

    }

    .conc__mid {
        padding: 60px 0;
    }

    .conc__bg {
        width: 120%;
    }

    .conc__copy {

        & img {
            width: 90%;
        }

        .txt {
            width: 45%;
            top: 45%;
            right: 0;
            font-size: min(1.4rem, 1vw);
        }
    }

    .conc__img02 {
        width: 45%;
    }


}

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

.menu__img {
    max-width: 960px;

    & a {
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}

.menu__img:nth-child(1) {
    .link1-1 {
        max-width: 274px;
        width: 28.54%;
        top: 24%;
        left: 20%;
    }

    .link1-2 {
        max-width: 225px;
        width: 23.43%;
        top: 60%;
        left: 30%;
    }

    .link1-3 {
        max-width: 319px;
        width: 33.22%;
        top: 20%;
        left: 82%;
    }

    .link1-4 {
        max-width: 290px;
        width: 30.2%;
        top: 52%;
        left: 79%;
    }

    .link1-5 {
        max-width: 200px;
        width: 20.83%;
        top: 70%;
        left: 70%;
    }
}

.menu__img:nth-child(2) {
    .link2-1 {
        max-width: 273px;
        width: 28.54%;
        top: 24%;
        left: 20%;
    }

    .link2-2 {
        max-width: 225px;
        width: 23.43%;
        top: 60%;
        left: 20%;
    }

    .link2-3 {
        max-width: 319px;
        width: 33.22%;
        top: 20%;
        left: 82%;
    }

    .link2-4 {
        max-width: 310px;
        width: 32.29%;
        top: 52%;
        left: 79%;
    }

    .link2-5 {
        max-width: 298px;
        width: 31.04%;
        top: 70%;
        left: 70%;
    }
}

.menu__ttl.-bd {
    margin-bottom: 20px;

    .font-en {
        &::before {
            width: calc(100% - 100px);
            left: 100px;
        }

        &::after {

            left: 100px;
        }
    }

}

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

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

.menu__h3 {
    margin: 1em 0 .5em;
    font-size: 1.6rem;
    padding-left: 1em;
    position: relative;

    &::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        color: #e8905d;
        font-size: 1.2rem;
    }
}

.menu__btn {
    margin: 1em 0 0 auto;
}

.menu__ill {
    max-width: 395px;
    width: 20.57%;
    bottom: 100%;
    left: 5%;
}

.menu__btm--atc {
    padding: 40px 5%;
    background: url(../images/menu_bg01.jpg) no-repeat center center/cover;

    &:nth-child(2) {
        background: url(../images/menu_bg02.jpg) no-repeat center center/cover;
    }

    &:nth-child(3) {
        background: url(../images/menu_bg03.jpg) no-repeat center center/cover;
    }
}

.menu__btm--h3 {
    .font-en {
        margin-bottom: .5em;
        font-weight: 500;
    }
}

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

    .menu__li {
        width: fit-content;
        padding: .25em .5em;
        white-space: nowrap;
        background: #4e1c00;
        color: #fff;
        margin: 0 .5em .5em 0;
    }
}

.menu__btnwrap {
    margin-top: 1em;
    display: flex;

    .menu__btn {
        margin: 0 1.5em 0 0;
    }
}

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

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

    .menu__main {
        padding: 80px 0 80px;
    }

    .menu__ttl.-bd {
        margin-bottom: 0;
        width: 200px;

        .font-en {
            &::before {
                width: calc(100% - 140px);
                left: 140px;
            }

            &::after {

                left: 140px;
            }
        }

    }

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

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

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

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

    }

    .menu__h3 {
        margin: 1em 0 .5em;
        font-size: 1.6rem;
        padding-left: 1em;
    }

    .menu__btn {
        margin: 1em 0 0 auto;
    }

    .menu__ill {
        width: 20.57%;
        bottom: 100%;
        left: 5%;
    }

    .menu__btm--atc {
        padding: 60px 5%;

    }

    .menu__btm--txtwrap {
        width: 65%;
        max-width: 700px;
    }

    .menu__btm--atc:nth-child(2) {
        .menu__btm--txtwrap {
            margin: 0 0 0 auto;
        }
    }

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


    .menu__btnwrap {
        margin-top: 1em;

        .menu__btn {
            margin: 0 1.5em 0 0;
        }
    }
}

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


    .menu__main {
        padding: 120px 0;
    }

    .menu__ttl.-bd {
        margin-bottom: 0;
        width: 40%;

        .font-en {
            &::before {
                width: calc(100% - 230px);
                left: 230px;
            }

            &::after {

                left: 230px;
            }
        }

    }

    .menu__lead {
        max-width: none;
        width: 60%;
        flex: 0 1 auto;
        padding-left: 1em;
    }

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

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

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

    .menu__h3 {
        margin: 1em 0 .5em;
        font-size: 1.6rem;
        padding-left: 1em;
    }

    .menu__btn {
        margin: 1em 0 0 auto;
    }

    .menu__ill {
        width: 20.57%;
        bottom: 99.8%;
        left: 5%;
    }

    .menu__btm--atc {
        padding: 100px 0;
    }

    .menu__btm--txtwrap {
        width: 65%;
        max-width: 700px;
    }

    .menu__btm--atc:nth-child(2) {
        .menu__btm--txtwrap {
            margin: 0 0 0 auto;
        }
    }

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


    .menu__btnwrap {
        margin-top: 1.5em;

        .menu__btn {
            margin: 0 2em 0 0;
        }
    }
}

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

.gre__img {
    margin-bottom: 30px;
}

.gre__ttl.-bd {

    .font-en {
        &::before {
            width: calc(100% - 160px);
            left: 160px;
        }

        &::after {

            left: 160px;
        }
    }

}

.gre__li {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
    border-bottom: solid 1px #cebca2;
    padding-bottom: .5em;
}

.gre__li--ttl {
    width: 5em;
    position: relative;
    white-space: nowrap;

}

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

.gre__btn {
    margin: 0 0 0 auto;
}

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

}

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

}

.g-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;
}

.g-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;

}

.greeting iframe {
    width: 100%;
    height: 250px;
    display: block;
}

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

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

    .gre__txtwrap {
        width: 50%;
    }

    .gre__txtwrap--inner {
        max-width: 700px;
    }

    .gre__ttl.-bd {

        .font-en {
            &::before {
                width: calc(100% - 220px);
                left: 220px;
            }

            &::after {

                left: 220px;
            }
        }

    }

    .gre__li {
        margin-bottom: 1em;
        padding-bottom: .5em;
    }

    .gre__li--ttl {
        width: 5em;

    }

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


    .g-swiper-button-prev {
        width: 100px;
        height: 50px;
        left: 5%;
        top: 50%;

    }

    .g-swiper-button-next {
        width: 100px;
        height: 50px;
        left: 95%;
        top: 50%;

    }


    .greeting iframe {
        height: 300px;
    }

}

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

    .gre__img {
        width: 45%;
    }

    .gre__txtwrap {
        width: 50%;
    }


    .gre__ttl.-bd {

        .font-en {
            &::before {
                width: calc(100% - 360px);
                left: 360px;
            }

            &::after {

                left: 360px;
            }
        }

    }

    .gre__li {
        margin-bottom: 1em;
        padding-bottom: .5em;
    }

    .gre__li--ttl {
        width: 6em;

    }

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


    .g-swiper-button-prev {
        width: 200px;
        height: 100px;
        left: 5%;
        top: 50%;

    }

    .g-swiper-button-next {
        width: 200px;
        height: 100px;
        left: 95%;
        top: 50%;

    }


    .greeting iframe {
        height: 500px;
    }
}