@charset "UTF-8";

body {
    opacity: .1;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


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

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

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;
}

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

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
    }
}


.kv__copy {
    width: fit-content;
    z-index: 99;
    white-space: nowrap;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    .font-en {
        font-size: 3rem;
        display: block;
        letter-spacing: .15em;
        text-shadow: 0 0 .8em rgba(255, 255, 255, .75);
    }

    .txt {
        letter-spacing: .1em;
        display: block;
        text-shadow: 0 0 .8em rgba(255, 255, 255, .75);
    }
}

.kv__btn {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);

}

.kv__scroll {
    position: absolute;
    max-width: 25px;
    min-width: 15px;
    width: calc((25/1920)*100%);
    left: 5%;
    top: 100%;
    transform: translate(-50%, -50%);

}

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



/* 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;
    }

    .kv__item {
        width: 50%;
    }


    .kv__copy {
        top: 50%;
        left: 50%;

        .font-en {
            font-size: 3.6rem;
        }

        .txt {
            display: block;
        }
    }

    .kv__btn {
        left: 50%;
        top: 70%;

    }

    .kv__scroll {
        min-width: 15px;
        width: calc((25/1920)*100%);
        left: 5%;
        top: 100%;

    }

}



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

    .kv__item {
        width: 50%;
    }


    .kv__copy {
        top: 40%;
        left: 50%;

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

        .txt {
            font-size: 2rem;
            line-height: 1;
        }
    }

    .kv__btn {
        left: 50%;
        top: 55%;

    }

    .kv__scroll {
        min-width: 15px;
        width: calc((25/1920)*100%);
        left: 5%;
        top: 100%;

    }

}

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

.conc__box {
    padding: 40px 0 30px;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        background: #efe8dd;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

.conc__txtwrap {
    padding: 30px 5% 30px 0;
}

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

    .dot {
        margin: 0 .5em 0 0;
    }
}

.conc__h3 {
    font-size: 1.6rem;
}

.conc__h4 {
    max-width: 394px;
    width: 200px;
    margin-bottom: 30px;
}

.conc__item {
    max-width: 317px;
    margin: 0 auto;
    display: block;

    & img {
        filter: brightness(50%);
    }
}

.conc__h5 {
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

.conc__x {
    text-align: center;
    margin: 0;
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

.conc__items:nth-child(2) {
    .conc__h4 {
        max-width: 375px;
        width: 180px;
        margin: 0 5% 30px auto;
    }

}

/* popup */
.conc__popup {
    display: none;
}

.pop__left {
    margin-bottom: 30px;
    color: #4a321c;
}

.modaal-content-container {
    padding: 30px 5%;
}

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

    .dot {
        margin: 0 .5em 0 0;
    }
}

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

    .conc__box {
        padding: 60px 0 40px;
    }

    .conc__txtwrap {
        padding: 40px 5% 30px 0;
    }

    .conc__ttl {

        .dot {
            margin: 0 .5em 0 0;
        }
    }

    .conc__h3 {
        font-size: 1.8rem;
    }

    .conc__items {
        align-items: center;
        padding: 0 1% 0 0;
        position: relative;
    }

    .conc__h4 {
        max-width: 394px;
        width: 22%;
        margin-bottom: 0;
    }

    .conc__itemwrap {
        width: 75%;
        align-items: center;
    }

    .conc__item {
        width: 30%;
        margin: 0;

        & img {
            filter: brightness(50%);
        }
    }

    .conc__h5 {
        top: 50%;
        left: 50%;
        width: 90%;
        font-size: min(1.6rem, 1.6vw);
        letter-spacing: 0;
    }

    .conc__x {
        margin: 0;
        font-size: 3rem;
    }

    .conc__items:nth-child(2) {

        .conc__h4 {
            max-width: 375px;
            width: 22%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            margin: 0;
        }

    }

    .pop__left {
        margin-bottom: 30px;
        color: #4a321c;
    }

    .modaal-content-container {
        padding: 30px 5%;
    }

    .pop__left {
        width: 48%;
    }

    .pop__img {
        width: 48%;
    }

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

        .dot {
            margin: 0 .5em 0 0;
        }
    }
}

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

    .conc__box {
        padding: 120px 0 50px;
    }

    .conc__txtwrap {
        padding: 100px 5% 50px 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    .conc__ttl {

        .dot {
            margin: 0 .5em 0 0;
        }
    }

    .conc__h3 {
        font-size: 2.2rem;
    }

    .conc__txt {
        max-width: 48em;
    }

    .conc__items {
        padding: 0 3% 0 0;
    }

    .conc__h4 {
        max-width: 394px;
        width: 22%;
    }

    .conc__itemwrap {
        width: 75%;
    }

    .conc__item {
        width: 30%;
        margin: 0;

        & img {
            filter: brightness(100%);
            transition: .3s;
        }

        &:hover {
            & img {
                filter: brightness(50%);
            }

            .conc__h5 {
                opacity: 1;
            }
        }

    }

    .conc__h5 {
        top: 50%;
        left: 50%;
        width: 90%;
        font-size: min(2.2rem, 1.6vw);
        opacity: 0;
        transition: .3s;
    }

    .conc__x {
        margin: 0;
        font-size: 4rem;
    }

    .conc__items:nth-child(2) {
        .conc__h4 {
            max-width: 375px;
            width: 22%;
            right: 2%;
        }

    }

    .pop__left {
        margin-bottom: 30px;
    }

    .modaal-content-container {
        max-width: 1100px;
        padding: 60px 5%;
    }

    .pop__left {
        width: 48%;
    }

    .pop__img {
        width: 48%;
    }

}

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

.guide__ttl {
    .font-en {
        padding: 0 1em;
        width: fit-content;
        background: #fffcf5;
        margin: 0 auto;

    }

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #7e6d58;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .2;
    }

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

}

.guide__item {
    margin-bottom: 60px;

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

.guide__txtwrap {
    margin-bottom: 30px;
}

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

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

.gal__img {
    max-width: 462px;
    width: 200px;
    margin: 0 10px;
}

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

    .guide__ttl {
        .font-en {
            padding: 0 1em;

        }

        &::before {
            top: 30%;
            left: 50%;
        }

    }

    .guide__item {
        margin-bottom: 60px;

        &:last-child {
            flex-direction: row-reverse;

        }
    }

    .guide__txtwrap {
        margin-bottom: 0;
    }

    .guide__txtwrap {
        width: 45%;
    }

    .guide__img {
        width: 50%;
    }

    .gal__img {
        max-width: 462px;
        width: 260px;
        margin: 0 10px;
    }

}

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

    .guide__ttl {
        .font-en {
            padding: 0 .5em;

        }

        &::before {
            top: 30%;
            left: 50%;
        }

    }

    .guide__item {
        margin-bottom: 100px;

    }

    .guide__txtwrap {
        width: 45%;
    }

    .guide__img {
        width: 50%;
    }

    .gal__img {
        max-width: 462px;
        width: 462px;
        margin: 0 10px;
    }
}


/*============================
   rankikng
============================*/
.rankikng {
    padding: 60px 0 0;
    background: linear-gradient(#efe8dd 0, #efe8dd 60%, transparent 60%, transparent 100%);
}

.rank__ttl {
    margin-bottom: 20px;

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

.rank__btn {
    margin-bottom: 30px;
}

.rank__tabs {
    display: flex;
    justify-content: flex-start;
}

.rank__tab {
    width: fit-content;
    padding: 0 3em;
    background: #fff;
    text-align: center;
    color: #af8c13;
    line-height: 30px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: .3s;

    &::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 10px;
        background: #af8c13;
        left: 50%;
        bottom: -9px;
        transform: translate(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        opacity: 0;
        transition: .3s;
    }

    &:first-child {
        margin-right: 1em;
    }

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

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

.filter__item {
    display: none;

    &:first-child {
        display: block;
    }
}

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

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

.rank__mark {
    display: block;
    max-width: 180px;
    width: 100px;
    margin: 0 auto -15px;
    position: relative;
    z-index: 9;
}

.rank__price {
    position: absolute;
    width: fit-content;
    padding: 0 1em;
    background: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #af8c13;

    .txt {
        font-size: 1.2rem;
    }

    .fs-30 {
        font-size: 2rem;
    }
}

.rank__h3 {
    margin: .5em 0;
    font-weight: 600;
}

.rank__btn02 {
    margin: 0 auto;
}

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

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

    .rank__ttl {
        margin-bottom: 0;

    }

    .rank__btn {
        margin: 0 0 20px auto;
    }

    .rank__tabs {
        display: flex;
        justify-content: flex-end;
    }

    .rank__tab {
        padding: 0 4em;
        line-height: 40px;
        border-radius: 20px;

        &::before {
            width: 20px;
            height: 15px;
            bottom: -14px;
        }

        &:first-child {
            margin-right: 1em;
        }

    }

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

    .rank__mark {
        max-width: 180px;
        width: 100px;
        margin: 0 auto -15px;
    }

    .rank__price {
        padding: 0 1em;

        .txt {
            font-size: 1.2rem;
        }

        .fs-30 {
            font-size: 2rem;
        }
    }

    .rank__h3 {
        margin: .5em 0;
    }
}

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

    .rank__btn {
        margin: 0 0 50px auto;
    }


    .rank__tab {
        padding: 0 4em;
        line-height: 50px;
        border-radius: 25px;

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

        &:first-child {
            margin-right: 1em;
        }

    }

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

    .rank__mark {
        max-width: 180px;
        width: fit-content;
        margin: 0 auto -25px;
    }

    .rank__price {
        padding: 0 1em;

        .txt {
            font-size: 1.6rem;
        }

        .fs-30 {
            font-size: 3rem;
        }
    }

    .rank__h3 {
        margin: .5em 0;
    }
}

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

.cont__item {
    margin: 0 auto 30px;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    & img {
        display: block;
        width: 95%;
    }

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

.cont__ttl {
    position: absolute;
    right: 0;
    top: 75%;
    transform: translate(0, -50%);
    padding: 1em;
    background-color: #7b5c3f;
    color: #fff;
    max-width: 270px;
    width: fit-content;
    min-width: 50%;

    .txt {

        margin-top: .5em;
    }

    &::before {
        content: "";
        position: absolute;
        width: 10%;
        height: 1px;
        background-color: #fff;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

}

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

    .cont__items {
        align-items: flex-start;
    }

    .cont__item {
        width: 32%;
        max-width: 550px;
        margin: 0;

        & img {
            width: 95%;
        }

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

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

    .cont__ttl {
        right: 0;
        top: 75%;
        padding: 1em;
        max-width: 270px;
        min-width: 50%;

        &::before {
            width: 10%;
        }

    }

}

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

    .cont__item {
        width: 32%;

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

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

}


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

.info__left {
    margin-bottom: 30px;
}


.info__ttl {

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

.info__ul {
    margin-bottom: 30px;
}

.info__li {
    padding: .5em 0 .5em;
    display: flex;

    &:last-child {
        .info__th {
            border: none;
        }

        .info__td {
            border: none;
        }
    }

}

.info__th {
    width: 5em;
    border-bottom: solid 1.5px #4a321c;
    color: #4a321c;
    white-space: nowrap;
    padding-bottom: .5em;
}

.info__td {
    width: calc((100% - 5rem));
    padding-left: 1em;
    padding-bottom: .3em;
    border-bottom: solid 1px #cccccc;
}

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

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

    .info__img {
        width: 50%;
    }

    .info__ul {
        margin-bottom: 30px;
    }

    .info__li {
        padding: .5em 0 .5em;


    }

    .info__th {
        width: 5em;
        padding-bottom: .5em;
    }

    .info__td {
        width: calc((100% - 5rem));
        padding-left: 1.5em;
        padding-bottom: .3em;
    }
}

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

    .info__left {
        width: 50%;
    }

    .info__img {
        width: 52%;
        margin-left: -2%;
    }

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

    .info__ul {
        margin-bottom: 30px;
    }

    .info__li {
        padding: .5em 0 .5em;


    }

    .info__th {
        width: 5em;
        padding-bottom: .5em;
    }

    .info__td {
        width: calc((100% - 5rem));
        padding-left: 1.5em;
        padding-bottom: .3em;
    }
}

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

}


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

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


.news__atcwrap {
    width: 100%;
    margin: 0 0 30px;
}

.news__atc {
    margin-bottom: 1.5em;

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

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

}

.news__img {
    width: 100px;
}

.news__txtwrap {
    width: calc((100% - 100px));
    padding-left: 1em;
}

.news__date {
    white-space: nowrap;
}


.news__atc--ttl {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

}

.news__btn {
    margin: 0 auto;
}

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

    }


    .news__ttl {
        margin: 0 auto 40px;

    }


    .news__atcwrap {
        margin: 0 0 40px;
    }

    .news__atc {
        margin-bottom: 1.5em;
    }

    .news__img {
        width: 120px;
    }

    .news__txtwrap {
        width: calc((100% - 120px));
        padding-left: 2em;
    }

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


}

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

    }


    .news__ttl {
        margin: 0 auto 60px;

    }


    .news__atcwrap {
        margin: 0 0 40px;
    }

    .news__atc {
        margin-bottom: 1.5em;
    }

    .news__img {
        width: 150px;
    }

    .news__txtwrap {
        width: calc((100% - 150px));
        padding-left: 2em;
    }

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

}