@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 {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.kv__img {
    & img {
        width: 100%;

        object-fit: cover;
        min-height: 400px;
    }
}


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


.kv__copy {
    position: absolute;
    max-width: 1093px;
    width: calc((1093/1560)*100%);
    z-index: 99;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 55%;
    mix-blend-mode: multiply;
}

.kv__copy img{
    filter:drop-shadow(3px 3px 10px #fff) drop-shadow(3px 3px 10px #fff) drop-shadow(3px 3px 20px #fff) drop-shadow(3px 3px 20px #fff);
}


.kv__scroll {
    max-width: 14px;
    min-width: 10px;
    width: calc((14/1920)*100%);
    position: absolute;
    top: calc(100% + 20px);
    right: 3%;
    z-index: 9;
    display: block;
}

.kv.onetime {

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


@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 10s 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: 10px;
    height: 10px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 10px !important;
    opacity: 1;

}

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




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

    .kv {
        margin-top: 60px;
    }

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

    .kv__copy {
        width: calc((1093/1920)*100%);
        top: 75%;
        left: 55%;
    }


    .kv__scroll {
        max-width: 14px;
        min-width: 10px;
        width: calc((14/1920)*100%);
        top: calc(100% + 20px);
        right: 3%;
    }

}



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

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

    .kv__copy {
        width: calc((1093/1920)*100%);
        top: 75%;
        left: 65%;
    }


    .kv__scroll {
        max-width: 14px;
        min-width: 10px;
        width: calc((14/1920)*100%);
        top: calc(100% + 50px);
        right: 2%;
    }

}



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

.commitment {
    padding: 60px 0 0;
}

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

.comm__right {
    padding: 0 1%;
    margin-bottom: 30px;
}

.cmm__img {
    width: 95%;
    margin: 0 auto 30px 0;
}

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

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

.comm__txt--en {
    padding: 0 5%;
    position: relative;
    z-index: 9;
}

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

    .commitment {
        padding: 80px 0 0;
    }

    .comm__flex {
        flex-direction: row;
    }

    .comm__right {
        width: 50%;
        padding: 1em 2% 1em 5%;
        margin-bottom: 0;
    }

    .cmm__img {
        width: 50%;
        margin: -100px -5% 0 0;
    }

    .comm__ttl {
        margin-bottom: 30px;
    }

    .comm__h3 {
        margin: 0 auto 30px;
    }

    .comm__txt--en {
        text-align: right;
        padding: 0 3%;
    }

}

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

    .commitment {
        padding: 120px 0 0;
    }


    .comm__right {
        width: 50%;
        padding: 1em 1% 1em 5%;
        margin-bottom: 0;
    }

    .cmm__img {
        width: 53%;
        margin: 0 -3% 0 0;
    }

    .comm__txtwrap {
        width: fit-content;
        margin: 0 auto;
    }

    .comm__ttl {
        margin-bottom: 50px;
    }

    .comm__h3 {
        margin: 0 auto 40px;
    }

    .comm__txt--en {
        text-align: right;
        padding: 0 3%;
    }

}


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

.scene__obj01 {
    max-width: 490px;
    width: calc((490/1920)*120%);
    left: 0;
    top: 60px;
    transform: translate(0, -50%);
}

.scene__txtwrap {
    padding: 0 5%;
    display: flex;
    justify-content: center;
}

.scene__ttl {
    margin-right: 1em;
    line-height: 1.8;
}

.scene__txt {
    padding-top: 1em;
}

.scene__btn {
    max-width: 240px;
    width: 140px;
    display: block;
    margin: -80px auto 0 5%;
    z-index: 99;
    position: relative;
}

.scene__img01 {
    width: 95%;
    margin: -30px auto 0 0;
    position: relative;
    z-index: 3;
}

.scene__img02 {
    width: 95%;
    max-width: 974px;
    margin: -50px 0 0 auto;
    z-index: 2;

    .yuge {
        position: absolute;
        max-width: 419px;
        width: calc((419/974)*100%);
        top: 38%;
        right: 0;
        mix-blend-mode: screen;
    }
}

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

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

    .scene__flex {
        align-items: center;
    }

    .scene__left {
        width: 50%;
    }

    .scene__txtwrap {
        padding: 0 0 0 2%;
        justify-content: flex-end;
    }

    .scene__ttl {
        margin-right: 1em;
        line-height: 1.8;
    }

    .scene__txt {
        padding-top: 1em;
    }

    .scene__btn {
        max-width: 240px;
        width: 140px;
        margin: -100px auto 0 5%;
    }

    .scene__img01 {
        width: 100%;
        margin: -30px auto 0 0;
    }

    .scene__img02 {
        width: 47%;
        margin: 0;

    }

}

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

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

    .scene__flex {
        align-items: flex-start;
    }

    .scene__left {
        width: 50%;
    }

    .scene__txtwrap {
        padding: 0 0 0 1%;
    }

    .scene__ttl {
        margin-right: 1.2em;
    }

    .scene__txt {
        padding-top: 1.5em;
        line-height: 2.5;
    }

    .scene__btn {
        max-width: 240px;
        min-width: 150px;
        width: fit-content;
        margin: -100px 350px 0 auto;
    }

    .scene__img01 {
        width: 100%;
        margin: -50px auto 0 0;
    }

    .scene__img02 {
        width: 47%;
        margin: 0;

    }
}



/*============================
   lunch
============================*/
.lunch {
    margin-top: -60px;
}

.lunch__img {
    width: 95%;
    margin: 0 auto 0 -6%;
}

.lunch__box {
    width: 95%;
    padding: 30px 5%;
    background: #fff;
    position: relative;
    margin: -30px auto 0 0;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #033900;
        opacity: .8;
        top: -30px;
        right: -100px;
        z-index: -1;
    }
}

.lunch__copy {
    display: block;
    max-width: 200px;
    width: 60px;
    top: -30px;
    right: -50px;
}

.lunch__ttl {
    line-height: 1.5;
}

.lunch__btn {
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .lunch {
        margin-top: -60px;

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

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

    .lunch__img {
        width: 60%;
        margin: 0 -10% 0 0;

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

    .lunch__rigth {
        width: 55%;
        margin-left: -5%;
    }

    .lunch__box {
        width: 98%;
        padding: 30px 3%;
        margin: 0;

        &::before {
            top: -30px;
            right: -100px;
            z-index: -1;
        }
    }

    .lunch__copy {
        max-width: 200px;
        width: 60px;
        top: -30px;
        right: -50px;
    }

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

@media screen and (min-width:1025px) {
    .lunch {
        margin-top: -150px;

    }

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

    .lunch__img {
        width: 60%;
        margin: 0 -10% 0 0;

        & img {
            min-height: 550px;
        }
    }

    .lunch__rigth {
        width: 55%;
        margin-left: -5%;
    }

    .lunch__box {
        width: 95%;
        padding: 80px 5%;
        margin: 0;

        &::before {
            top: -80px;
            right: -120px;
        }
    }

    .lunch__copy {
        max-width: 200px;
        width: 200px;
        top: -80px;
        right: -160px;
    }

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


/*============================
   dinner
============================*/
.dinner {
    padding: 60px 0;
    background: url(../images/bg_paper.jpg);
}

.din__img {
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;

    .img {
        object-fit: cover;
        width: 100%;
        min-height: 160px;
    }

    .copy {
        max-width: 920px;
        width: calc((920/1500)*100%);
        top: 0;
        left: -10%;
        transform: translate(0, -50%);
        mix-blend-mode: color-burn;
    }
}

.din__txtwrap {
    padding: 2em 5%;
    width: 95%;
    color: #fff;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 80px);
        bottom: 0;
        right: 0;
        background: #033900;
    }

}

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

    .din__img {
        width: 78%;
        margin: 0 0 0 auto;

        .copy {
            width: calc((920/1500)*100%);
            top: 0;
            left: -15%;
        }
    }

    .din__txtwrap {
        padding: 2em 5% 2em 10%;
        width: 90%;

        &::before {
            height: calc(100% + 120px);
        }

    }
}

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

    .din__img {
        width: 78%;
        margin: 0 0 0 auto;

        .copy {
            width: calc((920/1500)*100%);
            top: 0;
            left: -15%;
        }

        .img {
            min-height: 250px;
        }

    }

    .din__txtwrap {
        padding: 2em 5% 60px 10%;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;

        &::before {
            height: calc(100% + 250px);
        }

    }
}


/*============================
   info
============================*/

.info {

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
        background-color: #033900;
        z-index: -1;
    }

    & iframe {
        display: block;
        width: 100%;
        height: 200px;
    }
}

.info__ttl {
    height: 200px;
    background: url(../images/info_bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: .2em;
    margin-bottom: 30px;
}

.info__logo {
    max-width: 232px;
    width: 120px;
    margin: 0 auto 30px;
    display: block;
}

.info__li {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;

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

.info__th {
    width: 6em;
    position: relative;
    display: flex;
    align-items: center;

    &::before {
        content: "";
        position: relative;
        background-color: #033900;
        width: .5em;
        height: .5em;
        margin-right: .5em;
        border-radius: 50%;
    }

    &::after {
        content: "";
        position: absolute;
        background-color: #cccccc;
        width: 1.5em;
        height: 1px;
        right: .5em;
        top: 50%;
        transform: translate(0, -50%);
        display:none;
    }
}

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


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

        &::before {
            height: 120px;
        }

        & iframe {
            height: 240px;
        }
    }

    .info__ttl {
        height: 260px;
        margin-bottom: 60px;
    }

    .info__logo {
        max-width: 232px;
        width: 160px;
        margin: 0 auto 40px;
    }

    .info__ul {
        width: fit-content;
        margin: 0 auto 60px;
    }

    .info__li {
        margin-bottom: 1.5em;
    }

    .info__th {
        width: 12em;

        &::before {
            width: .5em;
            height: .5em;
            margin-right: .5em;
        }

        &::after {
            width: 5em;
            right: 1em;
          display:block;
        }
    }

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


}

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

        &::before {
            height: 160px;
        }

        & iframe {
            height: 340px;
        }
    }

    .info__ttl {
        height: 420px;
        margin-bottom: 60px;
    }

    .info__logo {
        max-width: 232px;
        width: fit-content;
        margin: 0 auto 60px;
    }

    .info__ul {
        margin: 0 auto 80px;
    }

    .info__li {
        margin-bottom: 1.5em;
    }

    .info__th {
        width: 15em;

        &::before {
            width: .5em;
            height: .5em;
            margin-right: .5em;
        }

        &::after {
            width: 8em;
            right: 1em;
             display:block;
        }
    }

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

}

/* hd__pd */

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