@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;
    padding: 30px 0 0;
}



.kv__copy {
    pointer-events: none;
    z-index: 99;
    white-space: nowrap;
    padding: 2em 5% 0;

    .font-en {
        display: block;
        line-height: 1;
        font-size: min(6rem, 8vw);
        margin-bottom: .5em;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 1.4;
       	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

    .txt {
        display: block;
        line-height: 1;
        font-size: min(4rem, 6vw);
        background: #fff;
        padding: .5em;
        width: fit-content;
    }
}

.kv__copy02 {
    max-width: 574px;
    width: calc((574/1920) * 150%);
    bottom: 0;
    right: 5%;
    z-index: 99;
    mix-blend-mode: darken;

    & img {
        opacity: 0;
        display: block;
        animation: copyAnime 1s 1s forwards;
    }
}


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

.kv__scroll {
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(20px);
    }

    100% {
        opacity: 1;
        transform: translate(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 6s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 50%;
    bottom: 3%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

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


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

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


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

        .font-en {
            font-size: min(6rem, 3.4vw);
            margin-bottom: .5em;
        }

        .txt {
            font-size: min(4rem, 2.6vw);
            padding: .5em;
        }
    }

    .kv__copy02 {
        width: calc((574/1920) * 100%);
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        left: 76%;
        top: 90%;
    }

}



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

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

    .kv__img img {
        object-fit: cover;
        height: calc(100vh - 100px);
    }

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

        .font-en {
            font-size: min(6rem, 3.4vw);
            margin-bottom: .5em;
        }

        .txt {
            font-size: min(4rem, 2.6vw);
            padding: .5em;
        }
    }

    .kv__copy02 {
        width: calc((574/1920) * 100%);

    }

}


/*============================
   concept
============================*/

.concept {
    padding: 60px 0;
    background: #fcf9f4;
}

.conc__flex {
    margin-bottom: 60px;
}

.conc__left {
    margin-bottom: 30px;
}

.conc__ttl {

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

.conc__img {
    max-width: 670px;

    .obj {
        width: calc((411/670)*100%);
        top: 35%;
        left: 100%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

.conc__img02 {
    max-width: 760px;
    margin-bottom: 30px;

    .obj {
        width: calc((438/760)*100%);
        top: 5%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .obj02 {
        width: calc((362/760)*100%);
        top: 100%;
        left: 100%;
        mix-blend-mode: soft-light;
        transform: translate(-50%, -50%);
    }
}

.conc__btn {
    margin: 0 0 0 auto;
}

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

    .concept {
        padding: 80px 0;
    }

    .conc__flex {
        margin-bottom: 80px;
    }

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

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

    .conc__ttl {

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

    .conc__img {
        width: 50%;
        max-width: none;

        & img {
            display: block;
            width: 100%;
            max-width: 670px;
        }


        .obj {
            width: calc((411/670)*100%);
            top: 35%;
            left: 100%;

        }
    }

    .conc__img02 {
        max-width: 760px;
        margin-bottom: 0;
        width: 45%;

        .obj {
            width: calc((438/760)*100%);
            top: 5%;
            left: 5%;
            transform: translate(-50%, -50%);
        }

    }

    .conc__right {
        width: 50%;
        padding: 0 0 0 5%;
    }

    .conc__txt {
        max-width: 623px;
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

}

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

    .conc__flex {
        margin-bottom: 60px;
    }

    .conc__left {
        width: 50%;
    }

    .conc__txtwrap {
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }


    .conc__img {
        width: 50%;

        & img {

            max-width: 670px;
        }


        .obj {
            width: calc((411/670)*100%);
            top: 35%;
            left: 100%;

        }
    }

    .conc__img02 {
        width: 45%;

        .obj {
            width: calc((438/760)*100%);
            top: 5%;
            left: 5%;
        }
    }

    .conc__right {
        width: 50%;
        padding: 0 0 0 5%;
    }


}

/*============================
   step
============================*/
.step__flex {
    display: flex;
    flex-direction: column-reverse;
}

.step__right {
    margin-bottom: 0;
}

.step__txtwrap {
    margin-top: -50px;
    position: relative;

    z-index: 1;
}

.step__ttl {
    text-align: right;

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

.step__img {
    max-width: 933px;

    .obj {
        width: calc((658 /933)*100%);
        margin: -5% auto 0 0;
    }

}

.step__bnr {
    max-width: 510px;
    margin: 20px auto 20px 0;
    display: block;
}

.step__btn {
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .step__flex {
        flex-direction: row;
    }

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

    .step__left {
        width: 50%;
    }

    .step__txtwrap {
        max-width: 700px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .step__img {
        .obj {
            position: absolute;
            transform: translate(-50%, -50%);
            width: calc((658 /933)*100%);
            margin: 0;
            top: 140%;
            left: 35%;
        }

    }

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

@media screen and (min-width:1025px) {
    .step {
        .inner__large {
            max-width: 1920px;
        }
    }


    .step__right {
        width: 50%;
    }

    .step__left {
        width: 50%;
    }

    .step__txtwrap {
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .step__img {
        .obj {
            width: calc((658 /933)*100%);
            margin: 0;
            top: 140%;
            left: 35%;
        }
    }

    .step__txt {
        max-width: 523px;
    }

}

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

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

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


}

.rank__num {
    max-width: 180px;
    width: 120px;
    margin: 0 auto -30px;
    position: relative;
    z-index: 1;
    display: block;
}

.rank__price {
    bottom: 0;
    left: 0;
    display: flex;
    align-items: baseline;
    padding: 0 1em;
    background: #fff;

    .fs-15 {
        margin-left: .5em;
        font-size: 1rem;
    }
}

.rank__h3 {
    margin: 1em 0 .5em;
    font-size: 1.5rem;
}

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

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

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

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

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

    .rank__num {
        max-width: 180px;
        width: 100px;
        margin: 0 auto -30px;
    }

    .rank__price {

        .fs-15 {
            margin-left: .5em;
            font-size: 1.2rem;
        }
    }

    .rank__h3 {
        margin: 1em 0 .5em;
        font-size: 1.5rem;
    }

}

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

        .inner__large {
            max-width: 1500px;
        }
    }

    .rank__atc {
        width: 31%;

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

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

    .rank__num {
        max-width: 180px;
        width: 180px;
        margin: 0 auto -60px;
    }

    .rank__price {

        .fs-15 {
            margin-left: .5em;
            font-size: 1.2rem;
        }
    }

    .rank__h3 {
        margin: 1em 0 .5em;
        font-size: 1.5rem;
    }
}

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

.cont__obj {
    width: calc((1411/1920)*100%);
    top: 60px;
    left: 35%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.cont__item {
    margin: 0 auto 30px;
    max-width: 740px;

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

}

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

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

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

    .cont__obj {
        width: calc((1411/1920)*100%);
        top: 20%;
        left: 35%;

    }

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

        &:first-child {
            margin-top: 60px;
        }

    }

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

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

    .cont__obj {
        width: calc((1411/1920)*100%);
        top: 30%;
        left: 35%;

    }

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

        &:first-child {
            margin-top: 60px;
        }

    }

    .cont__btn {
        margin: 30px 0 0 auto;
    }
}


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

.infomation {
    padding: 60px 0 0;
}

.info__img {
    margin: 0 auto 60px;
    max-width: 720px;

    .obj {
        position: absolute;
        width: calc((354/720)*100%);
        top: 100%;
        left: 0;
        transform: translate(-50%, -50%);
    }
}


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


.info__li {
    padding-bottom: 1em;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    border-bottom: solid 1px #f3eeec;

    &:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }
}

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

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

.info__btn {
    margin: 0 0 0 auto;
}

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

    .infomation {
        padding: 100px 0 0;
    }

    .info__img {
        margin: 0;
        width: 50%;

        .obj {
            width: calc((354/720)*100%);
            top: 100%;
            left: 0;
        }
    }

    .info__txtwrap {
        width: 45%;
    }


    .info__ttl {
        .font-en {
            font-size: 2.8rem;
        }

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

    .info__ul {
        margin-bottom: 0;
    }

    .info__li {
        padding-bottom: 1em;
        margin-bottom: 1em;

    }

    .info__li--ttl {
        width: 6em;
    }

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

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


}

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

    .infomation {
        padding: 150px 0 0;
    }

    .info__img {
        width: 50%;

        .obj {
            width: calc((354/720)*100%);
            top: 100%;
            left: 0;
        }
    }

    .info__txtwrap {
        width: 45%;
    }


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

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


    .info__li {
        padding-bottom: 1em;
        margin-bottom: 1em;

    }

    .info__li--ttl {
        width: 6em;
    }

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

}



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

.news__obj {
    width: calc((515/1400)*100%);
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

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

.news__ttl {

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


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

.news__btn {
    display: block;
    max-width: 212px;
    width: 120px;
}

.news__atc {
    margin-bottom: 1.5em;

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

.news__date {
    margin-bottom: 0;
}


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



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

    .news__obj {
        width: calc((515/1400)*100%);
        top: 50%;
        left: 80%;
    }

    .news__left {
        width: 30%;
        margin-bottom: 0;
        display: block;
    }

    .news__ttl {
        margin-bottom: 40px;

        & img {
            max-width: 57px;
            width: 40px;
            top: 0;
            left: 0;
        }
    }

    .news__btn {

        max-width: 212px;
        width: 150px;
    }

    .news__atcwrap {
        width: 65%;
    }

    .news__atc {
        margin-bottom: 1.5em;

    }


}

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

    .news__obj {
        max-width: 515px;
        width: calc((515/1400)*100%);
        top: 50%;
        left: 80%;
    }

    .news__left {
        width: 30%;
    }

    .news__ttl {
        margin-bottom: 80px;

        & img {
            max-width: 57px;
            width: 40px;
            top: 0;
            left: 0;
        }
    }

    .news__btn {

        max-width: 212px;
        width: 100%;
    }

    .news__atcwrap {
        width: 65%;
    }

    .news__atc {
        margin-bottom: 1.5em;

    }

}