@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;
    background: #fff;
}

.kv__img {
    width: 100%;

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

.kv__copy {
    max-width: 770px;
    width: calc((770/1920)*100%);
    width: 90%;
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

}


.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

.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: 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: #bc1212;
}


.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;
    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;
    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 {
        width: calc((770/1920)*100%);
        top: 50%;
        left: 30%;

    }


}



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

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


}


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

.conc__img {
    width: 95%;
}

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

.conc__ttl {
    max-width: 770px;
    width: 300px;
}

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

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

    .conc__img {
        width: 50%;
    }

    .conc__right {
        width: 45%;
        padding: 0 3% 0 0;
    }

    .conc__ttl {
        max-width: 770px;
        width: 250px;
    }
}

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

    .conc__img {
        width: 50%;
    }

    .conc__right {
        width: 45%;
        padding: 0 1% 0 0;
    }

    .conc__ttl {
        max-width: 770px;
        width: fit-content;
    }

    .conc__txt {
        max-width: 36em;
    }
}


/*============================
   commitment
============================*/

.commitment {
    padding: 60px 0;
}

.comm__obj {
    max-width: 454px;
    width: calc((454/1920)*200%);
    left: 1%;
    top: 0;
}

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

.comm__ttl {
    .txt {
        display: inline;
        line-height: 1.6;
    }
}

.comm__img {
    width: 80%;
    max-width: 890px;
    margin: 0 0 0 auto;

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

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

    .comm__obj {
        width: calc((454/1920)*100%);
        left: 1%;
        top: 0;
    }

    .comm__left {
        width: 45%;
        padding: 0 0 0 3%;
    }

    .comm__ttl {
        .txt {
            display: inline;
            line-height: 1.6;
        }
    }

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

        .obj {
            width: calc((543/890)*100%);
            top: 75%;
            left: -5%;
        }
    }

}

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

    .comm__obj {
        width: calc((454/1920)*100%);
        left: 1%;
        top: 0;
    }

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

    .comm__left {
        width: 42%;
        padding: 0 0 0 1%;
    }


    .comm__img {
        width: 45%;

        .obj {
            width: calc((543/890)*100%);
            top: 85%;
            left: -5%;
        }
    }
}

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

.recom__flex {
    display: flex;
}

.recom__left {
    margin-bottom: 30px;
    width: 100px;
}

.recom__right {
    width: calc(100% - 100px);
}

.recom__ttl {
    font-size: 3rem;
    margin-bottom: 20px;
}

.recom__btn {
    max-width: 192px;
    width: 80px;
    display: block;
    margin: 0;
}

.recom__img {
    width: fit-content;
    margin-bottom: 20px;
}

.recom__txt {
    width: calc(100% + 100px);
    margin-left: -100px;
}

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

    .recom__left {
        margin-bottom: 30px;
        width: 150px;
    }

    .recom__right {
        width: calc(100% - 150px);
    }

    .recom__ttl {
        font-size: 4rem;
        margin-bottom: 30px;
    }

    .recom__btn {
        max-width: 192px;
        width: 100px;
        display: block;
        margin: 0;
    }

    .recom__img {
        width: 49%;
        margin-bottom: 20px;
    }

    .recom__txt {
        width: 100%;
        margin-left: 0;
    }

}

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

    .recom__left {
        margin-bottom: 80px;
        width: 300px;
    }

    .recom__right {
        max-width: 1100px;
        width: calc(100% - 300px);
    }

    .recom__ttl {
        font-size: 7.2rem;
        margin-bottom: 80px;
    }

    .recom__btn {
        max-width: 192px;
        width: fit-content;
        transition: .3s;

        &:hover {
            opacity: 1;
            transform: rotate(-10deg);
        }
    }

    .recom__img {
        width: 49%;
        margin-bottom: 20px;
    }


}

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

.menu__item {
    position: relative;
    margin-bottom: 60px;
}

.food__obj {
    max-width: 254px;
    width: calc((254/1920)*150%);
    right: 0;
    top: 80%;
    transform: translate(0, -50%);
}

.menu__img {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
}

.menu__txtwrap {
    padding: 0 5%;
}

.menu__ttl {
    padding-bottom: 1em;
    border-bottom: solid 1px #920000;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #920000;
        bottom: -4px;
        left: 0;

    }

    .fs-34 {
        font-weight: bold;
        display: block;
        margin-bottom: .5em;
    }

    .txt {
        line-height: 1.4;
    }
}

.menu__item:nth-child(2) {
    margin-bottom: 0;

    .menu__img {
        width: 100%;
        max-width: 1042px;
        margin: 0 auto;
    }
}

.drink__obj {
    max-width: 424px;
    width: calc((424/1920)*150%);
    top: 100%;
    left: 0;
    transform: translate(0, -50%);
    mix-blend-mode: color-burn;
}

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

    .menu__item {
        margin-bottom: 80px;
    }

    .food__obj {
        width: calc((254/1920)*100%);
        right: 0;
        top: 80%;
    }

    .menu__img {
        width: 55%;
        margin: 0;
    }

    .menu__txtwrap {
        width: 50%;
        padding: 0 3% 0 5%;
    }


    .menu__item:nth-child(2) {
        flex-direction: row-reverse;

        .menu__txtwrap {
            width: 50%;
            padding: 0 0 0 3%;
        }

        .menu__img {
            width: 55%;
            max-width: 1042px;
            margin: 0 0 0 -5%;
        }
    }

    .drink__obj {
        width: calc((424/1920)*100%);
        top: 100%;
        left: 0;


    }
}

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

    .menu__item {
        margin-bottom: 50px;
        max-width: 1920px;
        margin: 0 auto;
    }

    .food__obj {
        width: calc((254/1920)*100%);
        right: 0;
        top: 80%;
    }

    .menu__img {
        width: 55%;
        margin: 0;
    }

    .menu__txtwrap {
        width: 50%;
        padding: 0 1% 0 0;
    }

    .menu__txtwrap--inner {
        max-width: 750px;
        padding: 0 0 0 5%;
    }

    .menu__txt {
        max-width: 32em;
    }

    .menu__item:nth-child(2) {

        .menu__txtwrap {
            width: 50%;
            padding: 0 0 0 1%;
        }

        .menu__txtwrap--inner {
            max-width: 660px;
            padding: 0;
            margin: 0 0 0 auto;
        }

        .menu__img {
            width: 55%;
            margin: 0 0 0 -5%;
        }
    }

    .drink__obj {
        width: calc((424/1920)*100%);
        top: 80%;
        left: 0;


    }
}

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

    color: #fff;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 30px);
        background: url(../images/info_bg.jpg) no-repeat center center/cover;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.info__logo {
    max-width: 160px;
    width: 100px;
    margin: 0 auto 20px;
    display: block;
}

.info__imgwrap {
    display: flex;
}

.info__img {
    width: 48%;

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

.info__ul {
    max-width: 795px;
    margin: 0 auto 30px;
}

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

.info__th {
    width: 6em;
    white-space: nowrap;
    text-align: center;
}

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

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

    .info__logo {
        max-width: 160px;
        width: 120px;
        margin: 0 auto 30px;
    }

    .info__img {
        width: 32%;
        max-width: 335px;

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

    .info__ul {
        width: 80%;
        margin: 0 auto 30px;
    }

    .info__li {
        padding: 1em 1em;
    }

    .info__th {
        width: 8em;
        text-align: center;
    }

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

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

    .info__logo {
        max-width: 160px;
        width: fit-content;
        margin: 0 auto 30px;
    }

    .info__imgwrap {
        max-width: 1100px;
        margin: 0 auto 50px;
    }

    .info__img {
        width: 32%;
    }

    .info__ul {
        width: 80%;
        margin: 0 auto 50px;
    }

    .info__li {
        padding: 1em 1em;
    }

    .info__th {
        width: 10em;
    }

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


/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: url(../images/news_bg.png) no-repeat center top/cover;

}

.news__ttl {
    max-width: 360px;
    width: 240px;
    margin: 0 auto 30px;
}

.news__atc {
    width: 100%;

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


}


.news__date {
    white-space: nowrap;
}

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

}

.news__btn {
    width: 110px;
    height: 32px;
    border-radius: 16px;
    font-size: 1.4rem;

    &::before {
        display: none;
    }
}


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

    .news__ttl {
        max-width: 360px;
        width: 240px;
        margin: 0 auto 30px;
    }

    .news__atc {
        & a {
            display: flex;
            padding: 1em 0;
            border-bottom: dashed 1.5px #d9d8c6;
        }


    }

    .news__date {
        white-space: nowrap;
        width: 120px;
    }

    .news__atc--ttl {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 0;
        width: calc(100% - 120px);

    }


}

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

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

    .news__atc {
        & a {
            padding: 1em 0;
        }


    }

    .news__date {

        width: 150px;
    }

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

    }

}