@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 {
    padding: 1em 5%;

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

    .txt01 {
        font-size: min(2rem, 3vw);
        width: fit-content;
        padding: 0 1em;
        background: #cde6c7;
        border-radius: 10px;
        line-height: 20px;
        margin-bottom: 1em;
    }

    .txt02 {
        font-size: min(7rem, 7vw);
    }
}

.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;
        padding-bottom: 5%;
    }

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

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

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

        .txt01 {
            font-size: min(2rem, 1.4vw);
            padding: 0 1em;
            border-radius: 15px;
            line-height: 30px;
            margin-bottom: 1em;
        }

        .txt02 {
            font-size: min(7rem, 4vw);
            line-height: 1.4;
        }
    }


}



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

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

    .kv__right {
        width: 55.46%;
    }

    .kv__copy {
        padding: 0;
        top: 23%;
        left: 25%;

        .txt01 {
            font-size: min(2rem, 1.4vw);
            padding: 0 1em;
            border-radius: 15px;
            line-height: 30px;
            margin-bottom: 1em;
        }

        .txt02 {
            font-size: min(7rem, 4.8vw);
        }
    }

}

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


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


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

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

.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;
        border-radius: 30px 0 0 30px;
    }


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

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

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

    .news__date {
        width: 100px;
    }

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

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

}

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

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


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

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

    .news__date {
        width: 100px;
    }

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

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


}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0;
    background: url(../images/concept_pt.png);
}

.conc__ttl {
    padding-left: 2em;


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

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



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

    .conc__ttl {
        padding-left: 2em;


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

            &::before {
                width: 1em;
                height: 1px;
                left: -1.2em;
            }
        }
    }

    .conc__h3 {
        white-space: nowrap;
    }

    .conc__txt {
        padding-left: 1em;
    }

    .conc__btn {
        margin: -50px auto 0 0;
    }
}

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

    .conc__ttl {
        padding-left: 2em;


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

            &::before {
                width: 1em;
                height: 1px;
                left: -1.2em;
            }
        }
    }

    .conc__h3 {
        white-space: nowrap;
    }

    .conc__txt {
        padding-left: 1em;
        max-width: 50%;
    }

    .conc__btn {
        margin: -50px auto 0 0;
    }

}

/*============================
   ranking
============================*/
.ranking {
    padding: 100px 0 0;
    background: url(../images/ranking_bg.png) no-repeat center top/100%;
}

.rank__obj01 {
    max-width: 347px;
    width: 18.07%;
    top: 0;
    left: 15%;
    transform: translate(-50%);
}

.rank__obj02 {
    max-width: 310px;
    width: 16.14%;
    top: 0;
    left: 85%;
    transform: translate(-50%);
}

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

    .font-en {
        font-size: 2.6rem;
        margin-bottom: .3em;
    }
}

.rank__atc {
    max-width: 440px;
    margin: 0 auto 30px;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 3px 3px 50px rgba(0, 0, 0, .1);
    }
}

.rank__img {
    position: relative;

    .ico {
        position: absolute;
        max-width: 135px;
        width: 80px;
        top: 105%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.rank__txtwrap {
    padding: 40px 5% 20px;
}

.rank__h3 {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.rank__price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}

.rank__btn {
    margin: 0 auto;
}

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

    .rank__obj01 {
        width: 18.07%;
        top: 0;
        left: 15%;
    }

    .rank__obj02 {
        width: 16.14%;
        top: 0;
        left: 85%;
    }

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

        .font-en {
            font-size: 3.6rem;
            margin-bottom: .3em;
        }
    }

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

    }

    .rank__img {

        .ico {
            max-width: 135px;
            width: 80px;
            top: 105%;
            left: 50%;
        }
    }

    .rank__txtwrap {
        padding: 40px 5% 20px;
    }

    .rank__h3 {
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .rank__price {
        margin-bottom: 10px;
    }



}

@media screen and (min-width:1025px) {
    .ranking {
        padding: 220px 0 0;
        background-position: center top -20px;
    }

    .rank__obj01 {
        width: 18.07%;
        top: 0;
        left: 15%;
    }

    .rank__obj02 {
        width: 16.14%;
        top: 0;
        left: 85%;
    }

    .rank__ttl {
        & img {
            max-width: 76px;
            width: 76px;
            margin: 0 auto 10px;
        }

        .font-en {
            font-size: 4.4rem;
            margin-bottom: .3em;
        }
    }

    .rank__atc {
        width: 32%;
    }

    .rank__img {
        .ico {
            max-width: 135px;
            width: 135px;
            top: 105%;
            left: 50%;
        }
    }

    .rank__txtwrap {
        padding: 50px 5% 20px;
    }

    .rank__h3 {
        margin-bottom: 5px;
    }

    .rank__price {
        margin-bottom: 10px;
    }

}

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


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

.gallery__swiper {
    overflow: visible;
}

.gallery__img {
    max-width: 420px;
    width: 260px;
    margin: 0 5px;
}



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

    .gallery__img {
        max-width: 420px;
        width: 300px;
        margin: 0 10px;
    }

}

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

    .gallery__img {
        max-width: 420px;
        width: 420px;
        margin: 0 10px;
    }

}

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

.staff__obj {
    max-width: 1037px;
    width: 54.01%;
    top: 0;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.staff__img {
    max-width: 648px;
    margin: 0 auto 30px;
}

.staff__ttl {
    padding-left: 2em;


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

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

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

    .staff__obj {
        width: 54.01%;
        top: 0;
        left: 75%;
    }

    .staff__img {
        width: 47%;
        margin: 0;
    }

    .staff__txtwrap {
        width: 47%;
    }

    .staff__ttl {
        padding-left: 2em;

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

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

}

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

    .staff__obj {
        width: 54.01%;
        top: 0;
        left: 75%;
    }

    .staff__img {
        width: 47%;
        margin: 0;
    }

    .staff__txtwrap {
        width: 47%;
    }

    .staff__ttl {
        padding-left: 80px;

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

            &::before {
                width: 70px;
                left: -80px;
            }
        }
    }

}

/*============================
   infomation
============================*/

.info__main {
    padding: 60px 0 0;

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

}

.info__box {
    padding: 30px 5%;
    background-color: #fffef8;
    border-radius: 10px 10px 0 0;
}

.info__obj {
    max-width: 205px;
    width: 10.67%;
    bottom: 0;
    right: 1%;
    z-index: 1;
    pointer-events: none;

}

.info__ttl {
    .txt::before {
        content: "";
        position: absolute;
        width: 1em;
        height: 1px;
        background: #665241;
        left: 0;
        top: -.5em;
    }

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


.info__txtwrap {
    margin-bottom: 30px;
}



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

.info__li--ttl {
    width: 6em;
    position: relative;
    white-space: nowrap;

    &::before {
        content: "";
        position: absolute;
        width: 1em;
        height: 1em;
        border-bottom: dotted 2px #877a6d;
        right: 0;
        top: 30%;
        transform: translate(0, -50%);
        opacity: .4;
    }
}

.info__li--txt {
    width: calc(100% - 6em);
    padding-left: .5em;
}

.infomation iframe {
    display: block;
    width: 100%;
    height: 240px;
}



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

    .info__main {
        padding: 80px 0 0;


    }

    .info__box {
        padding: 40px 5%;
        border-radius: 20px 20px 0 0;
    }

    .info__obj {
        width: 10.67%;
        bottom: 0;
        right: 1%;

    }

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

    .info__img {
        width: 47%;
    }

    .info__ttl {
        .txt::before {
            top: -.5em;
        }
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__li--ttl {
        width: 6em;

        &::before {
            width: 1em;
            height: 1em;
            border-bottom: dotted 2px #877a6d;
            right: 0;
            top: 30%;
        }
    }

    .info__li--txt {
        width: calc(100% - 6em);
        padding-left: .5em;
    }

    .infomation iframe {
        height: 300px;
    }



}

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

    .info__main {
        padding: 150px 0 0;


    }

    .info__box {
        padding: 120px 4% 60px;
        border-radius: 20px 20px 0 0;
    }

    .info__obj {
        width: 10.67%;
        bottom: 0;
        right: 1%;

    }

    .info__txtwrap {
        width: 50%;
    }

    .info__img {
        width: 47%;
    }


    .info__li {
        margin-bottom: 1em;
    }

    .info__li--ttl {
        width: 10em;

        &::before {
            width: 4em;
            height: 1em;
            border-bottom: dotted 2px #877a6d;
            right: 0;
            top: 30%;
        }
    }

    .info__li--txt {
        width: calc(100% - 10em);
        padding-left: 1em;
    }

    .infomation iframe {
        height: 450px;
    }



}