@charset "UTF-8";
.soba a{background:#fff; padding:10px 50px; border-radius:10px;}

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

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

    100% {
        opacity: 1;
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

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

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

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

.kv {
    margin-top: 60px;
}

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

.kv__imgwrap {
    position: relative;
}

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 400px;
    }
}


.kv__copy {
    max-width: 382px;
    max-width: 200px;
    width: calc((382/1920)*200%);
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);

}


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

.kv__scroll {
    display: none;
}




/* 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: 60px;

    }

    .kv__copy {
        max-width: 382px;
        width: calc((382/1920)*100%);
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);

    }


}



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

    }

    .kv__copy {
        width: calc((382/1920)*100%);
        top: 50%;
        left: 23%;
    }

}


/*============================
   concept
============================*/
.concept {
    padding: 60px 0;
    background: url(../images/concept_bg.png) no-repeat center center/cover;
    color: #fff;
}

.conc__left {
    margin-bottom: 30px;
}

.conc__ttl {
    .font-en {
        font-size: 5rem;
    }
}

.conc__btn {
    margin: 0 0 0 auto;
}

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

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

    .conc__img {
        width: 50%;
        margin-right: -3%;
    }

    .conc__ttl {
        .font-en {
            font-size: 5rem;
        }
    }

    .conc__h3 {
        font-size: 3rem;
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

}

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

    .conc__left {
        width: 50%;
    }

    .conc__img {
        width: 65%;
        margin-right: -20%;
    }

    .conc__ttl {
        .font-en {
            font-size: 14rem;
            margin-left: -.75em;
        }
    }

    .conc__h3 {
        font-size: 4.8rem;
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    color: #fff;
    background: url(../images/menu_bg.png) no-repeat center center/cover;
}

.menu__obj01 {
    max-width: 698px;
    width: calc((698/1920)*100%);
    left: 0;
    top: 0;
}

.menu__obj02 {
    max-width: 546px;
    width: calc((546/1920)*100%);
    right: 0;
    top: 0;
}

.menu__left {
    margin-bottom: 40px;
}

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

.menu__btn {
    margin: 0 0 0 auto;
}

.menu__img {
    max-width: 620px;
    margin: 0 auto;

    .yuge {
        position: absolute;
        max-width: 725px;
        width: calc((725/620)*100%);
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
    }

    .copy {
        position: absolute;
        max-width: 408px;
        width: calc((408/620)*75%);
        top: 75%;
        left: 80%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
}

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

    .menu__obj01 {
        width: calc((698/1920)*100%);
        left: 0;
        top: 0;
    }

    .menu__obj02 {
        width: calc((546/1920)*100%);
        right: 0;
        top: 0;
    }

    .menu__obj03 {
        max-width: 300px;
        width: calc((300/1920)*100%);
        left: 1%;
        top: 80%;
        transform: translate(0, -50%);
    }

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


    .menu__h3 {
        font-size: 3rem;
    }

    .menu__btn {
        margin: 0 0 0 auto;
    }

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

        .yuge {
            position: absolute;
            max-width: 725px;
            width: calc((725/620)*100%);
            top: 20%;
            left: 50%;
            transform: translate(-50%, -50%);
            mix-blend-mode: screen;
        }

        .copy {
            position: absolute;
            max-width: 408px;
            width: calc((408/620)*75%);
            top: 75%;
            left: 80%;
            transform: translate(-50%, -50%);
        }
    }
}

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

    .menu__obj01 {
        width: calc((698/1920)*100%);
        left: 0;
        top: 0;
    }

    .menu__obj02 {
        width: calc((546/1920)*100%);
        right: 0;
        top: 0;
    }

    .menu__obj03 {
        width: calc((300/1920)*100%);
        left: 1%;
        top: 75%;
    }

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


    .menu__h3 {
        font-size: 6rem;
        letter-spacing: .025em;
        white-space: nowrap;
    }

    .menu__btn {
        margin: 0 0 0 auto;
    }

    .menu__img {
        width: 50%;

        .yuge {
            width: calc((725/620)*100%);
            top: 20%;
            left: 50%;
        }

        .copy {

            width: calc((408/620)*100%);
            top: 75%;
            left: 105%;
        }
    }
}


/*============================
   soba
============================*/
.soba {
    padding: 10px 0 160px;
    background: url(../images/soba_bg.png) no-repeat center center/cover;
    z-index: 1;
    margin-top: -30px;
}

.soba__obj01 {
    max-width: 720px;
    width: 300px;
    display: block;
    margin: 0 auto;

}

.soba__obj02 {
    max-width: 313px;
    width: calc((313/1920)*100%);
    left: 10%;
    top: 20px;
    transform: translate(-50%, -50%);
}

.soba__img {
    max-width: 588px;
    width: 90%;
    margin: 0 auto;

    .yuge {
        position: absolute;
        max-width: 672px;
        width: calc((672/1920)*100%);
        left: 35%;
        top: 0;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
    }
}

.soba__btn {
    margin: 0 0 0 auto;
}

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

    .soba__obj01 {
        max-width: 720px;
        width: 400px;

    }

    .soba__obj02 {
        width: calc((313/1920)*100%);
        left: 10%;
        top: 0;

    }

    .soba__img {
        width: 45%;
        margin: 0;
    }

    .soba__right {
        width: 50%;
    }

    .soba__btn {
        margin: 0 0 0 auto;
    }

}

@media screen and (min-width:1025px) {
    .soba {
        padding: 0 0 10px;
        margin-top: -100px;
        background-position: center top;
    }

    .soba__obj01 {
        width: 720px;
        position: relative;
        top: -20px;
    }

    .soba__obj02 {
        width: calc((313/1920)*100%);
        left: 20%;
        top: 0;

    }

    .soba__img {
        width: 50%;
        margin: 0 0 0 -5%;
    }

    .soba__right {
        width: 50%;
    }

    .soba__ttl {
        margin-left: -.5em;
    }

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


/*============================
   recommend
============================*/
.recommend {
    padding: 60px 0;
    background: url(../images/recommend_bg.png) repeat-y center bottom/cover;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        background: url(../images/recommend_mv.jpg) no-repeat center center/cover;
        top: -100px;
        left: 50%;
        transform: translate(-50%);
    }
}

.recom__obj {
    max-width: 342px;
    width: calc((342/1920)*100%);
    right: .5%;
    top: 50%;
    transform: translate(0, -50%);
}

.recom__img {
    margin-bottom: 30px;
}

.recom__ttl {
    max-width: 296px;
    width: 180px;
    margin: 0 auto 50px;
}

.recom__txt {
    color: #fff;
}

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

        &::before {
            height: 300px;
            top: -100px;
        }
    }

    .recom__obj {
        width: calc((342/1920)*100%);
        right: .5%;
        top: 50%;
    }

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

    .recom__right {
        width: 45%;
    }

    .recom__ttl {
        max-width: 296px;
        width: 180px;
        margin: 0 auto 80px;
    }

}

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

        &::before {
            height: 570px;
            top: -120px;
        }
    }

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

    .recom__obj {
        width: calc((342/1920)*100%);
        right: .5%;
        top: 45%;
    }

    .recom__img {
        width: 50%;
    }

    .recom__right {
        width: 45%;
    }

    .recom__ttl {
        max-width: 296px;
        width: fit-content;
        margin: 0 auto 120px;
    }

}

/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background: url(../images/info_bg.png) no-repeat center center/cover;
}

.info__access {
    margin-bottom: 60px;
}


.info__ttl {
    padding-left: 60px;

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

    img {
        position: absolute;
        max-width: 68px;
        width: 45px;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.info__li {
    display: flex;
    align-items: flex-start;
    padding: 1em 0;
    border-bottom: solid 1px #9a6641;

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

.info__th {
    padding-left: 1em;
    width: 8em;
    position: relative;
    white-space: nowrap;

    &::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #a59087;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.info__td {
    width: calc(100% - 8em);
}

.info__btn {
    margin: 0 0 0 auto;
}

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

    .info__access {
        margin-bottom: 0;
        width: 47%;
    }

    .info__news {
        width: 47%;
    }

    .info__ttl {
        padding-left: 60px;


        img {
            max-width: 68px;
            width: 45px;
        }
    }

    .info__li {
        padding: 1em 0;
    }

    .info__th {
        padding-left: 1em;
        width: 8em;
    }

    .info__td {
        width: calc(100% - 8em);
    }

}

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

    .info__access {
        width: 47%;
    }

    .info__news {
        width: 47%;
    }

    .info__ttl {
        padding-left: 100px;


        img {
            max-width: none;
            width: fit-content;
        }
    }

    .info__li {
        padding: 1em 0;
    }

    .info__th {
        padding-left: 1em;
        width: 8em;
    }

    .info__td {
        width: calc(100% - 8em);
    }

}

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

.news__atc {

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1em 0;
        border-bottom: dashed 1.5px #f6ebeb;
    }

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


.news__date {
    white-space: nowrap;
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;

}

.news__btn {
    margin: 0 0 0 auto;
}

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


    .news__atc--ttl {
        margin-top: .5em;

    }


}

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


    .news__atc--ttl {
        margin-top: .5em;

    }


}