@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__img img {
    object-fit: cover;
    height: 340px;
}

.kv__copy {
    max-width: 612px;
    width: 31.87%;
    width: 50%;
    pointer-events: none;
    position: absolute;
    top: 70%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 99;
}

.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: 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% !important;
    top: 95%;
    transform: translate(0, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


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

}

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


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

    .kv {
        margin-top: 62px;
        padding: 0 0 0 16.77%
    }


    .kv__img img {
        height: auto;
    }

    .kv__copy {
        max-width: 612px;
        width: 31.87%;
        top: 50%;
        left: 5%;
    }


    .kv__scroll {
        display: block;
        position: absolute;
        max-width: 10px;
        width: .52%;
        min-width: 6px;
        bottom: 0;
        left: 2%;
    }



    .kv .swiper-pagination {
        left: 5% !important;
        top: 75%;
    }


    .kv .swiper-pagination-bullet {
        width: 15px;
        height: 2px;
        margin: 0 8px !important;

    }


}



@media screen and (min-width:1100px) {
    .kv {
        margin-top: 150px;
        padding: 0 0 0 16.77%
    }


    .kv__img img {
        height: auto;
    }

    .kv__copy {
        max-width: 612px;
        width: 31.87%;
        top: 50%;
        left: 5%;
    }


    .kv__scroll {
        max-width: 10px;
        width: .52%;
        min-width: 6px;
        bottom: 0;
        left: 5%;
    }



    .kv .swiper-pagination {
        left: 5% !important;
        top: 70%;
    }


    .kv .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        margin: 0 10px !important;

    }

}


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

.conc__top {
    margin-bottom: 60px;
}

.conc__ttlwrap {
    margin-bottom: 30px;
}

.conc__ttl {
    margin-left: 1em;
}

.conc__img {
    max-width: 710px;

    .obj {
        position: absolute;
        max-width: 126px;
        width: 17.77%;
        bottom: 0;
        left: 95%;
        transform: translate(-50%);
    }
}

.conc__btm {
    display: flex;
    flex-direction: column-reverse;
}

.conc__txtwrap {
    margin-bottom: 30px;
}

.conc__btn {
    margin: 0 0 0 auto;
}

.conc__img02 {
    max-width: 760px;
    position: relative;

    .obj {
        position: absolute;
        max-width: 183px;
        width: 24.07%;
        left: 0;
        top: 100%;
        transform: translate(0, -50%);
        z-index: 9;
    }

    .obj02 {
        position: absolute;
        max-width: 362px;
        width: 47.63%;
        left: 100%0;
        top: 100%;
        transform: translate(-50%, -50%);
        mix-blend-mode: soft-light;
        z-index: 1;
    }
}

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

    .conc__top {
        margin-bottom: 60px;
    }

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

    .conc__ttl {
        margin-left: 1em;
    }

    .conc__img {
        width: 50%;

        .obj {
            width: 17.77%;
            bottom: 0;
            left: 95%;
        }
    }

    .conc__btm {
        display: flex;
        flex-direction: row;
    }

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


    .conc__img02 {
        width: 45%;

        .obj {
            width: 24.07%;
            left: 0;
            top: 100%;
        }
    }
}

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

    .conc__top {
        max-width: 1400px;
        margin: 0 auto 60px;
    }

    .conc__ttlwrap {
        width: 50%;
    }

    .conc__ttlwrap--inner {
        max-width: 640px;
        margin: 0 0 0 auto;
    }

    .conc__ttl {
        margin-left: 1em;
    }

    .conc__img {
        width: 50%;

        .obj {
            width: 17.77%;
            bottom: 0;
            left: 100%;
        }
    }

    .conc__txtwrap {
        width: 50%;
    }

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

    .conc__img02 {
        width: 45%;

        .obj {
            width: 24.07%;
            left: 0;
            top: 100%;
        }
    }
}


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

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

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

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

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

.menu__img {
    width: 95%;
    max-width: 380px;
}

.menu__box {
    width: fit-content;
    min-width: 60%;
    background: #e3e0da;
    margin: -80px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 20px 5% 30px;
    min-height: 140px;
    text-align: center;
    position: relative;
    border-radius: 6px;
}

.menu__h3 {
    .font-en {
        display: block;
    }

    .txt {
        line-height: 1.2;
    }
}

.menu__arw {

    max-width: 41px;
    width: 30px;
    bottom: 10px;
    right: 5%;
}

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

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

    .menu__atc {
        width: 25%;
        margin: 0 0 60px;

        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6) {
            margin-bottom: 0;
        }
    }

    .menu__img {
        width: 95%;
    }

    .menu__box {
        min-width: 65%;

        margin: -80px 0 0 auto;
        padding: 20px 5% 30px;
        min-height: 140px;
    }


    .menu__arw {

        max-width: 41px;
        width: 30px;
        bottom: 10px;
        right: 5%;
    }
}

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

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

    .menu__items {
        max-width: 1280px;
        margin: 0 auto;
    }

    .menu__atc {
        width: 25%;
        margin: 0 0 150px;

        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6) {
            margin-bottom: 0;
        }
    }

    .menu__img {
        width: 95%;
    }

    .menu__box {
        min-width: 65%;

        margin: -100px 0 0 auto;
        padding: 20px 5% 30px;
        min-height: 145px;
    }


    .menu__arw {

        max-width: 41px;
        width: 40px;
        bottom: 10px;
        right: 5%;
    }
}


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

.guide__box {
    background: #e3e0da;
    padding: 20px 5%;
    width: 95%;
    margin: -80px 0 0 auto;
    position: relative;
    border-radius: 6px;
}

.guide__ttl {
    margin-bottom: 20px;

    .font-en::before {
        display: none;
    }
}

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

    .guide__box {
        padding: 30px 5%;
        width: 70%;
        max-width: 738px;
        margin: -200px 0 0 auto;
    }

    .guide__ttl {
        margin-bottom: 0;
    }
}

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

    .guide__box {
        padding: 50px 5% 40px;
        width: 70%;
        max-width: 738px;
        margin: -350px 0 0 auto;
    }

}


/*============================
   ranking
============================*/
.rank__flex {
    display: block !important;
}
.ranking {
    padding: 60px 0 0;
}

.rank__ttl {
    margin-bottom: 20px;
}

.rank__tabs {
    display: flex;
    flex-wrap: wrap;
}

.rank__tab {
    width: 48%;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .06);
    margin-bottom: 20px;
    position: relative;
    transition: .3s ease-out;

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

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

    &.active {
        background: #4e1c00;
        color: #fff;

        &::before {
            opacity: 1;
        }
    }

}

.rank__atc {
    display: none;

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

.rank__item {
    max-width: 422px;
    margin: 0 auto 40px;

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

.rank__mark {
    max-width: 180px;
    width: 120px;
    margin: 0 auto -30px;
    position: relative;
    z-index: 9;
}

.rank__img {
    margin-bottom: 10px;

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

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

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

.rank__h3 {
    font-size: 1.6rem;
}

.rank__btn {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .rank__flex {
        display: flex !important;
    }
    .ranking {
        padding: 100px 0 0;
    }

    .rank__ttlwrap {
        margin-bottom: 20px;
    }

    .rank__ttl {
        margin-bottom: 0;
    }

    .rank__tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .rank__tab {
        width: 30%;
        max-width: 200px;
        line-height: 40px;
        border-radius: 20px;
        margin: 0 0 0 3%;

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

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

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

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

    .rank__mark {
        max-width: 180px;
        width: 120px;
        margin: 0 auto -30px;
    }

    .rank__img {
        margin-bottom: 15px;

        &::before {
            top: -10px;
            right: -10px;
        }
    }

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

    .rank__h3 {
        font-size: 1.6rem;
    }
}

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

    .rank__ttlwrap {
        margin-bottom: 30px;
    }

    .rank__tab {
        width: 30%;
        max-width: 250px;
        line-height: 50px;
        border-radius: 25px;
        margin: 0 0 0 3%;

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

    .rank__item {
        width: 31%;

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

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

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

    .rank__img {
        margin-bottom: 15px;

        &::before {
            top: -10px;
            right: -10px;
        }
    }

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

    .rank__h3 {
        font-size: 1.6rem;
    }
}


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

.set__bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1024px;
    pointer-events: none;
    z-index: 1;
}
.set__flex{
    position: relative;
    z-index: 9;
}

.set__atc {
    max-width: 660px;
    margin: 0 auto 60px;
}

.set__txtwrap {
    padding: 20px 0;
    display: flex;
}

.set__ttl {
    display: flex;
    width: 60px;
    white-space: nowrap;
    border-right: solid 1.5px #4e1c00;
    position: relative;

    .font-en {
        line-height: 1;
        margin-right: .5em;
    }

    .txt {
        line-height: 1;
    }

    &::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #4e1c00;
        right: 1px;
        top: 0;
    }
}

.set__txt--right {
    width: calc(100% - 60px);
    padding: 0 0 0 5%;
}

.set__link {
    display: block;
    max-width: 208px;
    width: 140px;
    margin: 0 0 0 auto;
}

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

    }

    .set__bg {
        min-width: 1024px;
    }

    .set__atc {
        width: 48%;
        margin: 0;
    }

    .set__txtwrap {
        padding: 20px 0;
    }

    .set__ttl {
        width: 80px;
        border-right: solid 1.5px #4e1c00;

        .font-en {
            margin-right: .25em;
        }

        &::before {
            width: 1px;
            height: 100%;
            right: 2px;
        }
    }

    .set__txt--right {
        width: calc(100% - 80px);
        padding: 0 0 0 5%;
    }

    .set__link {
        max-width: 208px;
        width: 140px;
        margin: 0 0 0 auto;
    }
}

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

    .set__bg {
        min-width: 1920px;
        top: 60%;
    }


    .set__atc {
        width: 48%;
    }

    .set__txtwrap {
        padding: 20px 0 30px;
    }

    .set__ttl {
        width: 90px;
        border-right: solid 1.5px #4e1c00;

        .font-en {
            margin-right: .25em;
        }

        &::before {
            width: 1px;
            height: 100%;
            right: 2px;
        }
    }

    .set__txt--right {
        width: calc(100% - 90px);
        padding: 0 0 0 5%;
    }

    .set__link {
        max-width: 208px;
        width: 208px;
        margin: 0 0 0 auto;
    }
}


/*============================
   recruit
============================*/
.recruit {
    padding: 60px 0 0;
    background: #fbf9f3;
}

.rec__img {
    max-width: 720px;
    margin: 0 auto 30px;
    position: relative;

    .obj {
        position: absolute;
        max-width: 354px;
        width: 49.166%;
        top: 100%;
        left: 0;
        transform: translate(-50%, -50%);
        mix-blend-mode: color-burn;
        z-index: 9;
    }
}

.rec__ttl {
    margin-left: 1em;
}

.rec__btn {
    margin: 0 0 0 auto;
}

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

    .rec__img {
        width: 45%;
        margin: 0;

        .obj {
            width: 49.166%;
            top: 100%;
            left: 0;
        }
    }

    .rec__txtwrap {
        width: 50%;
    }

    .rec__ttl {
        margin-left: 0;
    }

    .rec__txt {
        margin-bottom: 20px;
    }
}

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

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

    .rec__img {
        width: 45%;

        .obj {
            width: 49.166%;
            top: 100%;
            left: 0;
        }
    }

    .rec__txtwrap {
        width: 50%;
    }

    .rec__ttl {
        margin-left: 0;
    }

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

    .rec__txt {
        margin-bottom: 100px;
        max-width: 33em;
    }
}


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

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

.news__ttl {
    margin-left: 1em;
}

.news__link {
    display: block;
    max-width: 148px;
    width: 90px;
}

.news__atc {
    margin-bottom: 1.5em;

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

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

.news__cat {
    margin-left: 1em;
    padding: .2em 1em;
    font-size: 1.2rem;
    background: #e3e0da;
    white-space: nowrap;
    text-align: center;
}

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



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

    .news__ttlwrap {
        display: block;
        margin-bottom: 0;
        width: 25%;
        padding-left: 20px;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .news__link {
        max-width: 148px;
        width: 120px;
    }

    .news__atc {
        margin-bottom: 1.5em;

    }

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

    .news__cat {
        margin-left: 1em;
        padding: .2em 1em;
        font-size: 1.2rem;
        white-space: nowrap;
        min-width: 80px;
    }

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

}

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

    .news__ttlwrap {
        display: block;
        margin-bottom: 0;
        width: 25%;
        padding-left: 20px;
    }

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .news__link {
        max-width: 148px;
        width: 100%;
    }

    .news__atc {
        margin-bottom: 1.5em;

    }

    .news__info {
        width: 280px;
    }

    .news__cat {
        margin-left: 1em;
        padding: .2em 1em;
        font-size: 1.6rem;
        min-width: 140px;
    }

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

/*============================
    contact  
============================*/
.contact__box {
    padding: 40px 5%;
    background: #e3e0da;
}


.contact__btn {
    max-width: 380px;
    width: 260px;
    margin: 0 auto 10px;

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


@media screen and (min-width:768px) {
    .contact__box {
        padding: 50px 5%;
    }


    .contact__btn {
        max-width: 380px;
        width: 32%;
        margin: 0;

        &:nth-child(2) {
            margin: 0 2%;
        }
    }

}

@media screen and (min-width:1025px) {
    .contact__box {
        padding: 60px 5%;
    }


    .contact__btn {
        max-width: 380px;
        width: 32%;
        margin: 0;

        &:nth-child(2) {
            margin: 0 2%;
        }
    }

}