@charset "UTF-8";

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

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

    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__img {
    width: 100%;

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

.kv__side {
    display: none;
}

.kv__copy {
    max-width: 1025px;
    width: 90%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    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;
}

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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 6s linear 0s 1 normal both;
}

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

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


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


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

}

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


.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 .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        margin: 0 10px !important;
    }



}



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


    .kv .swiper-pagination-bullet {
        width: 80px;
        height: 2px;
        margin: 0 10px !important;
    }

    .kv__side {
        display: block;
        max-width: 270px;
        width: calc((270/1920)*100%);
        top: 40%;
        left: 5%;
        z-index: 99;
        transform: translate(0, -50%);
    }

    .kv__logo {
        display: block;
        max-width: 105px;
        width: calc((105/270)*100%);
        margin-bottom: 10%;
    }

    .kv__tel {
        display: block;
        margin-bottom: 5%;
    }

    .kv__btn {
        display: block;
        margin-bottom: 5%;
    }

    .kv__sns {
        display: flex;
        align-items: center;
        max-width: 190px;
        width: calc((190/270)*100%);

        & a {
            display: block;
            margin-right: 5%;
        }
    }
}

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

}

.news__box {
    padding: 60px 0 60px 5%;

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

.news__ttl {

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

.news__atc {
    margin-bottom: 1em;

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

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

.news__date {
    white-space: nowrap;
}

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

.news__btn {
    margin: 0 auto;
}

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

    }

    .news__box {
        padding: 60px 0 60px 5%;

        &::before {
            width: 150%;
        }
    }

    .news__atc {
        margin-bottom: 1.5em;

        & a {
            display: flex;
        }
    }

    .news__atc--ttl {
        margin-left: 2em;
    }

}

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

    }

    .news__box {
        padding: 120px 5%;

        &::before {
            width: 150%;
        }
    }

    .news__atc {
        margin-bottom: 1.5em;
    }

    .news__atc--ttl {
        margin-left: 2em;
    }

}


/*============================
   about
============================*/
.about__flex {
    display: flex;
    flex-direction: column-reverse;
}

.about__right {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 30px 5% 30px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;

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

.about__obj {
    max-width: 577px;
    width: calc((577/960)*100%);
    right: 0;
    top: 0;
}

.about__ttl {
    position: relative;
    max-width: 183px;
    width: 30%;
}

.about__txt {
    width: 100%;
    padding: 5em 0 0 0;
    font-size:14px;
}

.about__img {
    width: 90%;
    position: relative;
    z-index: 1;
}

@media screen and (min-width:768px) {
   .about__flex {
        flex-direction: row;
        align-items: flex-start;
        max-width: 1920px;
        margin: 0 auto;
    }

    .about__right {
        width: 58%;
        margin: 0;
        padding: 60px 3% 20px 0;


        &::before {
            width: 170%;
            height: 100%;
            left: auto;
            right: 0;
        }
    }

    .about__txtwrap {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .about__obj {
        width: calc((577/960)*100%);
        right: 0;
        top: 0;
    }

    .about__ttl {
        width: 30%;
    }

    .about__txt {
        width: 100%;
        padding: 1em 1em 0 0;
      font-size:15px;
    }

    .about__img {
        width: 40%;
        margin-top: 50px;

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

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

    .about__right {
        width: 45%;
        margin: 0;
        padding: 200px 5% 200px 0;

        &::before {
            width: 170%;
            right: 0;
        }
    }

    .about__obj {
        width: calc((577/960)*100%);
        right: 0;
        top: 0;
    }

    .about__txtwrap {
        max-width: 630px;
    }

    .about__ttl {
        width: 30%;
    }

    .about__txt {
        width: 100%;
        padding: 15em 0 0 0;
        -ms-writing-mode: tb-rl;
        writing-mode:inherit;
        font-feature-settings: initial;
            font-size:16px;
    }

    .about__img {
        width: 52%;
        margin-top: 150px;

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

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

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

.comm__ttl {
    max-width: 200px;
    margin-bottom: 20px;
    position: relative;

    .obj {
        max-width: 766px;
        width: calc((766/363)*100%);
        left: 75%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
}

.comm__btn {
    margin: 0 0 0 auto;
}

.comm__img {
    width: 90%;
    margin: 0 0 0 auto;
}

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

    .comm__left {
        width: 50%;
        padding: 50px 5% 20px;
    }

    .comm__ttl {
        max-width: 250px;
        margin-bottom: 30px;

        .obj {
            width: calc((766/363)*100%);
            left: 50%;
            top: 60%;
        }
    }

    .comm__txt {
        width: fit-content;
        margin: 0 0 20px auto;
    }

    .comm__btn {
        margin: 0 0 0 auto;
    }

    .comm__img {
        width: 40%;
        margin: -50px 0 0;

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

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

    .comm__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .comm__left {
        width: 50%;
        padding: 200px 5% 50px 1%;
    }

    .comm__txtwrap {
        max-width: 610px;
        margin: 0 0 0 auto;
    }

    .comm__ttl {
        max-width: none;
        width: fit-content;
        margin-bottom: 50px;

        .obj {
            width: calc((766/363)*100%);
            left: 40%;
            top: 60%;
        }
    }

    .comm__txt {
        width: fit-content;
        max-width: 27em;
        margin: 0 auto 60px;
    }

    .comm__btn {
        margin: 0 0 0 auto;
    }

    .comm__img {
        width: 45%;
        margin: -120px 0 0;

        & img {
            height: 970px;
        }
    }
}

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

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

.food__right {
    padding: 40px 5%;
    width: 95%;
    margin: 0 0 0 auto;
    color: #fff;

    &::before {
        content: "";
        position: absolute;
        width: 110%;
        height: 120%;
        background: url(../images/food_bg.png) no-repeat center center/cover;
        left: 0;
        top: 0;

    }
}

.food__ttl {
    margin-bottom: 20px;

    .txt {
        display: block;
    }

    .fs-40 {
        margin: .5em;
    }
}

.food__txt {
    position: relative;
    margin-bottom: 20px;
}

.food__btn {
    margin: 0 0 0 auto;
    background: #fff;
    border-color: #fff;
    color: #ac2d18;

    &::before {
        background-color: #ac2d18;
    }
}

.food__img {
    position: relative;
    z-index: 9;
    width: 95%;
}

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

    .food__flex {
        flex-direction: row;
        max-width: 1920px;
        margin: 0 auto;
    }


    .food__right {
        padding: 60px 5% 60px 0;
        width: 45%;
        margin: 50px 0 0;

        &::before {
            content: "";
            position: absolute;
            width: 210%;
            height: 100%;
            left: auto;
            right: 0;

        }
    }

    .food__ttl {
        margin-bottom: 20px;

        .fs-40 {
            margin: .5em;
        }
    }

    .food__txt {
        margin-bottom: 20px;
    }

    .food__btn {
        margin: 0 0 0 auto;
    }

    .food__img {
        width: 53%;

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

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

    .food__right {
        padding: 150px 0 450px 0;
        width: 45%;
        min-width: 600px;
        margin: 120px 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row-reverse;

        &::before {
            width: 210%;
            height: 100%;
        }
    }

    .food__ttl {
        margin-bottom: 20px;
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 10em;

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            display: block;
        }

        .fs-40 {
            margin: 0 0 0 .5em;
        }
    }

    .food__txt {
        margin: 0 1em 0 3em;
        -ms-writing-mode: tb-rl;
        writing-mode: inherit;
        font-feature-settings: initial;
        margin-top: 0;
        max-height: 23em;

    }

    .food__btn {
        margin: 0;
        width: 64px;
        height: 230px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;

        &::before {
            width: 1px;
            height: 2.5em;
            right: auto;
            left: 50%;
            top: auto;
            bottom: 0;
            transform: translate(-50%);
        }

        &:hover {

            background: #ac2d18;
            color: #fff;

            &::before {
                width: 1px;
                height: 1.5em;
                background: #fff;
            }
        }
    }

    .food__img {
        width: 53%;

        & img {
            height: 986px;
        }
    }
}

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

.drink__mv {
    width: 90%;
    margin: 0 0 0 auto;
    max-width: 1665px;

    .obj {
        max-width: 632px;
        width: calc((632/1665)*100%);
        position: absolute;
        top: 80%;
        left: 0;
        transform: translate(-50%, -50%);
    }
}

.drink__left {

    padding: 40px 0;
}

.drink__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.drink__img {
    width: 95%;
    margin: 0 -6% 0 auto;
    max-width: 745px;

    .obj {
        position: absolute;
        max-width: 867px;
        width: calc((867/745)*100%);
        left: 40%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

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

    .drink__mv {
        width: 90%;
        margin: 0 0 0 auto;

        .obj {
            width: calc((632/1665)*100%);
            top: 80%;
            left: 0;
        }
    }

    .drink__left {
        width: 53%;
        padding: 60px 0 0;
    }

    .drink__ttl {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .drink__img {
        width: 40%;
        margin: 0 -4% 0 auto;

        .img {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .obj {
            width: calc((867/745)*100%);
            left: 40%;
            top: 50%;
        }
    }
}

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

    .drink__mv {
        width: 90%;
        margin: 0 0 0 auto;

        .obj {
            width: calc((632/1665)*100%);
            top: 75%;
            left: 0;
        }
    }

    .drink__left {
        width: 53%;
        padding: 120px 0 0;
    }

    .drink__ttl {
        margin-bottom: 50px;
    }

    .drink__img {
        width: 40%;
        margin: 0;
        position: relative;

        .img {
            width: 150%;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            max-width: none;
        }

        .obj {
            width: calc((867/745)*100%);
            left: 40%;
            top: 50%;
        }
    }
}


/*============================
   pairing
============================*/
.pairing {
    padding: 60px 0 0;

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

    }
}

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

.pair__right {
    margin-bottom: 30px;
    display: flex;

}

.pair__ttl {
    max-width: 60px;
    position: relative;
    margin-right: 5%;

    .obj {
        position: absolute;
        max-width: 42px;
        width: calc((42/62)*100%);
        top: 75%;
        left: 75%;
        transform: translate(-50%, -50%);
    }


}

.pair__txt {
    margin-top: 4em;
    margin-bottom: 2em;
    margin-left:20px;
}

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

        &::before {
            height: 180%;
            top: 20%;
        }
    }

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

    .pair__img {
        width: 55%;
    }

    .pair__right {
        width: 40%;
        margin-bottom: 0;
    }

    .pair__ttl {
        margin-right: 5%;

        .obj {
            top: 60%;
            left: 75%;
        }

    }

    .pair__txt {
        margin-top: 8em;
        margin-bottom: 2em;
    }
}

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

        &::before {
            height: 120%;
            top: 20%;
        }
    }

    .pair__img {
        width: 55%;

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

    .pair__right {
        width: 40%;
        margin-bottom: 0;
    }

    .pair__ttl {
        margin-right: 5%;

        .obj {
            top: 60%;
            left: 75%;
        }

    }

    .pair__txt {
        margin-top: 20em;
        max-width: 25em;
        margin-bottom: 3em;
        margin-left:50px;
    }
}

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

.gallery__swiper {
    overflow: visible;

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

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

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

    .gallery__img {
        max-width: 477px;
        width: 300px;
        margin: 0 15px;
    }
}

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

    .gallery__img {
        max-width: 477px;
        width: fit-content;
        margin: 0 20px;
    }
}

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

.scene__ttlwrap {
    height: 200px;
    background: url(../images/scene_bg.jpg) no-repeat center center/cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scene__ttl {
    width: fit-content;

    .obj01 {
        position: absolute;
        max-width: 180px;
        width: calc((180/368)*100%);
        left: -2em;
        bottom: -2em;

    }

    .obj02 {
        position: absolute;
        max-width: 180px;
        width: calc((180/368)*100%);
        right: -2em;
        top: -2em;

    }

    .txt {
        font-size: 2rem;
    }

}

.scene__btm {
    padding: 60px 0 0;
}

.scene__obj {
    max-width: 1250px;
    width: calc((1250/960)*100%);
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scene__img01 {
    display: none;
    width: 80%;
    margin-left: -6%;
    margin-bottom: 30px;
}

.scene__txtwrap {
    margin-bottom: 30px;
}

.scene__ttl {
    max-width: 250px;
    margin-bottom: 20px;
}

.scene__img02 {
    width: 100%;
    margin: 0 -6% 0 auto;
}

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

    .scene__ttlwrap {
        height: 250px;

    }

    .scene__ttl {

        .obj01 {
            width: calc((180/368)*100%);
            left: -2em;
            bottom: -2.5em;

        }

        .obj02 {
            width: calc((180/368)*100%);
            right: -2em;
            top: -2.5em;

        }

        .txt {
            font-size: 3rem;
        }

    }

    .scene__btm {
        padding: 80px 0 0;
    }

    .scene__obj {
        width: calc((1250/1920)*100%);
        top: 130px;
        left: 25%;
    }

    .scene__img01 {
        display: none;
        width: 70%;
        margin-left: -6%;
        margin-bottom: 0;
    }

    .scene__txtwrap {
        width: 55%;
        margin-bottom: 30px;
    }

    .scene__ttl {
        max-width: 250px;
        margin-bottom: 20px;
    }

    .scene__img02 {
        width: 45%;
        margin: 0 -4% 0 auto;
    }

}

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

    .scene__ttlwrap {
        height: 475px;

    }

    .scene__ttl {

        .obj01 {
            width: calc((180/368)*100%);
            left: -5em;
            bottom: -3em;

        }

        .obj02 {
            width: calc((180/368)*100%);
            right: -5em;
            top: -3em;

        }

        .txt {
            font-size: 5.5rem;
        }

    }

    .scene__btm {
        padding: 120px 0 0;
    }

    .scene__obj {
        width: calc((1250/1920)*100%);
        top: 300px;
        left: 30%;
    }

    .scene__img01 {
        display: block;
        position: absolute;
        width: 30%;
        left: -30%;
        top: 50%;
        transform: translate(0, -50%);
        margin-left: 0;
        margin-bottom: 0;
    }

    .scene__txtwrap {
        width: 55%;
        margin-bottom: 0;
        padding: 0 0 0 5%;
    }

    .scene__ttl {
        max-width: 436px;
        margin-bottom: 50px;
    }

    .scene__img02 {
        width: 65%;
        margin: 0 -20% 0 auto;
        & img{
            object-fit: cover;
            width: 100%;
            height: 676px;
        }
    }
}