@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


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

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

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

.kv {
    padding: 20% 0 5%;
    background: #f5e6a7;
}

.kv__bg {
    width: 100%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kv__img {
    width: 120%;
    margin-left: -10%;
    position: relative;

    .yuge {
        width: calc((850/1492)*100%);
        position: absolute;
        display: block;
        left: 50%;
        top: 15%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;

    }
}

.kv__copy {
    position: absolute;
    max-width: 237px;
    width: calc((237/1920)*150%);
    transform: translate(0, -50%);
    top: 50%;
    left: 12%;
    z-index: 99;
}

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


.kv__copy02 {
    position: absolute;
    max-width: 336px;
    width: calc((336/1920)*200%);
    transform: translate(-50%, -50%);
    top: 70%;
    left: 75%;
    z-index: 99;

    & img {
        display: block;
        opacity: 0;
        animation: copyAnime 1s 1s forwards;
    }
}

.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@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 {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 99;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1em;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    margin: 0 5px !important;
    opacity: 1;
    width: 10px;
    height: 2px;
    line-height: 1;
    border-radius: 0 !important;
    transition: .3s ease-out;
    position: relative;
    opacity: 1;
    background: #fff;

}

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

}



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

    .kv__bg {
        width: 100%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__img {
        width: calc((1492/1920)*100%);
        margin: 0 auto;

        .yuge {
            left: 50%;
            top: 15%;

        }
    }

    .kv__copy {
        width: calc((237/1920)*100%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 35%;
    }

    .kv__copy02 {
        width: calc((336/1920)*100%);
        top: 70%;
        left: 70%;
    }
}



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

    .kv__bg {
        width: 100%;
        top: 80%;
        left: 50%;
    }

    .kv__img {
        width: calc((1492/1920)*100%);
        margin: 0 auto;

        .yuge {
            left: 50%;
            top: 15%;

        }
    }

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

    .kv__copy02 {
        width: calc((336/1920)*100%);
        top: 65%;
        left: 70%;
    }

}

/*============================
   concept
============================*/
.concept {
    padding: 40px 5% 60px;
    background: #fff;

}

.conc__obj01 {
    width: calc((627/1920)*100%);
    left: 10%;
    top: 95%;
    transform: translate(-50%, -50%);

    .yuge {
        position: absolute;
        max-width: 515px;
        width: calc((515/627)*100%);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        display: none;
        opacity: .8;
    }
}

.conc__obj02 {
    width: calc((595/1920)*100%);
    left: 90%;
    top: 95%;
    transform: translate(-50%, -50%);

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

.conc__ttl {
    font-size: 2rem;
}

@media screen and (min-width:768px) {
    .concept {
        padding: 60px 3% 100px;
    }

    .conc__obj01 {
        width: calc((627/1920)*100%);
        left: 10%;
        top: 95%;
    }

    .conc__obj02 {
        width: calc((595/1920)*100%);
        left: 90%;
        top: 95%;
    }

    .conc__ttl {
        font-size: 3rem;
    }

    .conc__txt {
        text-align: center;
    }
}

@media screen and (min-width:1025px) {
    .concept {
        padding: 60px 1% 130px;
    }

    .conc__obj01 {
        width: calc((627/1920)*100%);
        left: 10%;
        top: 95%;
    }

    .conc__obj02 {
        width: calc((595/1920)*100%);
        left: 90%;
        top: 95%;
    }

    .conc__ttl {
        font-size: 5.6rem;
    }

}

/*============================
   drink
============================*/
.drink {
    padding: 100px 0 100px;

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

}

.drink__ill {
    position: absolute;
    max-width: 220px;
    max-width: 60px;
    width: calc((220/1920)*150%);
    bottom: 0;
    right: 1%;

}

.drink__atc {
    width: fit-content;
    margin: 0 auto 80px;
    max-width: 600px;

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

.drink__ttl {
    max-width: 300px;
    width: 50%;
    left: 20%;
    top: 10%;
    transform: translate(-50%, -50%);
}

.drink__txt {
    margin: 1em 0;
}

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


    }

    .drink__ill {
        width: calc((220/1920)*100%);
        bottom: 0;
        right: 1%;
        max-width: 220px;

    }

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

    .drink__ttl {
        width: 50%;
        left: 15%;
        top: 10%;
    }

    .drink__txt {
        margin: 1em 0;
    }
}

@media screen and (min-width:1025px) {
    .drink {
        padding: 250px 0 180px;


    }

    .drink__ill {
        width: calc((220/1920)*100%);
        bottom: 0;
        right: .5%;

    }

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

    .drink__ttl {
        width: 50%;
        left: 15%;
        top: 10%;
    }

    .drink__txt {
        margin: 1em 0 2em;
    }
}

/*============================
   menu
============================*/

.menu {
    padding: 100px 0;
    background:
        url(../images/menu_obj.png) no-repeat center 30px/100%,
        url(../images/menu_obj.png) no-repeat center bottom 30px/100%,
        #fff;
}


.menu__atc {
    margin-bottom: 50px;

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

.menu__img {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;

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

    .ttl {
        max-width: 300px;
        width: calc((300/900)*100%);
        right: 0;
        top: 0;
    }
}

.menu__txtwrap {
    padding: 10px 5% 0;
}

.menu__copy {
    font-size: 2.4rem;
    text-align: center;
}

.menu__btn {
    margin: 0 auto;
}

.menu__atc:nth-child(even) {
    .menu__img {
        width: 90%;
        max-width: 1146px;
        margin: 0 auto;

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

        .ttl {
            max-width: 300px;
            width: calc((300/900)*100%);
            right: auto;
            left: 0;
            top: 0;
        }
    }
}

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

    .menu {
        padding: 150px 0;
        background:
            url(../images/menu_obj.png) no-repeat center 50px/100%,
            url(../images/menu_obj.png) no-repeat center bottom 50px/100%,
            #fff;
    }


    .menu__atc {
        margin-bottom: 50px;
    }

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

        .ttl {
            width: calc((300/900)*100%);
            right: 0;
            top: 0;
        }
    }

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

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

    .menu__copy {
        font-size: 2.4rem;
        text-align: left;
    }

    .menu__btn {
        margin: 0;
    }

    .menu__atc:nth-child(even) {
        flex-direction: row-reverse;

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

            .ttl {
                width: calc((300/900)*100%);
                left: 0;
                top: 0;
            }
        }
    }
}

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

    .menu {
        padding: 250px 0;
        background:
            url(../images/menu_obj.png) repeat-x center 80px/100%,
            url(../images/menu_obj.png) repeat-x center bottom 80px/100%,
            #fff;
    }


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

    .menu__img {
        width: 50%;

        .ttl {
            width: calc((300/900)*100%);
            right: 0;
            top: 0;
        }
    }

    .menu__txtwrap {
        width: 50%;
    }

    .menu__txtwrap--inner {
        max-width: 700px;
        padding: 0 1% 0 10%;
    }

    .menu__copy {
        font-size: 6.4rem;
        line-height: 1.4;
    }

    .menu__atc:nth-child(even) {
        .menu__txtwrap--inner {
            max-width: 700px;
            margin: 0 0 0 auto;
            padding: 0 10% 0 1%;
        }

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

            .ttl {
                width: calc((300/900)*100%);
                left: 0;
                top: 0;
            }
        }
    }
}



/*============================
   scene
============================*/
.scene__atc {
    padding: 40px 5%;
    background: url(../images/scene_bg01.jpg) no-repeat center center/cover;
    color: #fff;

    &:nth-child(2) {
        background: url(../images/scene_bg02.jpg) no-repeat center center/cover;
    }

    &:nth-child(3) {
        background: url(../images/scene_bg03.jpg) no-repeat center center/cover;
    }
}

.scene__ttl {
    white-space: nowrap;
    margin-bottom: 1em;

    .num {
        display: block;
        margin-bottom: 1em;
    }

    .txt {
        min-height: 13em;
        width: fit-content;
        margin: 0 auto;
        display: block;
    }
}

.scens__btn {
    margin: 20px auto 0;
}

@media screen and (min-width:768px) {
    .scene__atc {
        padding: 60px 2% 120px;
        width: 33.33%;
        position: relative;
    }

    .scene__ttl {
        margin-bottom: 1em;

        .num {
            margin-bottom: 1em;
        }

        .txt {
            min-height: 13em;
        }
    }

    .scens__btn {
        position: absolute;
        margin: 0;
        left: 50%;
        bottom: 30px;
        transform: translate(-50%);
        min-width: 200px;
    }
}

@media screen and (min-width:1025px) {
    .scene__items {
        max-width: 1920px;
        margin: 0 auto;
    }

    .scene__atc {
        padding: 80px 5% 220px;
        width: 33.33%;

    }

    .scene__ttl {
        margin-bottom: 1em;

        .num {
            margin-bottom: 1em;
        }

        .txt {
            min-height: 13em;
        }
    }

    .scens__btn {
        left: 50%;
        bottom: 60px;
        min-width: 280px;
    }
}

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

.rec__ttl {
    max-width: 360px;
    width: 150px;
    margin: 0 5% 20px auto;
}

.rec__box {
    padding: 30px 5%;
    background: #f30100;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: solid 1px #fff;
        pointer-events: none;
    }
}

.rec__img01 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 80%;
    z-index: -1;
    display: block;
}

.rec__img02 {
    width: 90%;
    margin: -20px 0 0 auto;
    z-index: -1;
    display: block;
}

.rec__ill {
    max-width: 323px;
    width: calc((323/1920)*150%);
    left: 1%;
    bottom: 0;
}

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

    .rec__ttl {
        max-width: 360px;
        width: 23%;
        margin: 0 5% 0 auto;
    }

    .rec__box {
        padding: 30px 3% 40px;
        width: 65%;
        margin: -70px auto 0 5%;

        &::before {
            width: calc(100% - 10px);
            height: calc(100% - 10px);
        }
    }

    .rec__img01 {
        top: 30px;
        left: 3%;
        top: 50%;
        width: 43%;
        transform: translate(0, -50%);
    }

    .rec__img02 {
        position: absolute;
        width: 52%;
        margin: 0;
        right: 0;
        top: 70%;
        transform: translate(0, -50%);
    }

    .rec__ill {
        max-width: 323px;
        width: calc((323/1920)*100%);
        left: 1%;
        bottom: 0;
        pointer-events: none;
    }

}

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

    .rec__inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1%;
    }

    .rec__ttl {
        max-width: 360px;
        width: 23%;
        margin: 0 0 0 auto;
    }

    .rec__box {
        padding: 60px 5%;
        width: 65%;
        margin: -200px auto 0 0;

        &::before {
            width: calc(100% - 10px);
            height: calc(100% - 10px);
        }
    }

    .rec__img01 {
        top: 30px;
        left: 3%;
        top: 50%;
        width: 43%;
        transform: translate(0, -50%);
    }

    .rec__img02 {
        position: absolute;
        width: 52%;
        margin: 0;
        right: 0;
        top: 70%;
        transform: translate(0, -50%);
    }

    .rec__ill {
        max-width: 323px;
        width: calc((323/1920)*100%);
        left: 1%;
        bottom: 0;
        pointer-events: none;
    }

}

/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background:
        url(../images/access_obj01.png) no-repeat left center/30.4%,
        url(../images/access_obj02.png) no-repeat right 60%/20%,
        #f5e6a7;
}

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

    .ttl {
        max-width: 300px;
        width: calc((300/697)*100%);
        position: absolute;
        top: 15%;
        left: 25%;
        transform: translate(-50%, -50%);
    }
}


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

    & a {
        color: #f30100;
    }
}

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

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

}



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


.gallery__img {
    max-width: 375px;
    width: 240px;
    margin: 0 10px;
}

@media screen and (min-width:768px) {
    .info {
        padding: 80px 0;
        background:
            url(../images/access_obj01.png) no-repeat left center/30.4%,
            url(../images/access_obj02.png) no-repeat right 60%/20%,
            #f5e6a7;
    }

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

        .ttl {
            top: 15%;
            left: 25%;
        }
    }

    .info__right {
        width: 45%;
    }

    .info__li {
        margin-bottom: 1em;

    }

    .info__th {
        width: 6em;
    }

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



    .gallery__img {
        max-width: 375px;
        width: 240px;
        margin: 0 10px;
    }
}

@media screen and (min-width:1025px) {
    .info {
        padding: 150px 0 100px;
        background:
            url(../images/access_obj01.png) no-repeat left center/30.4%,
            url(../images/access_obj02.png) no-repeat right 60%/20%,
            #f5e6a7;
    }

    .info__img {
        width: 50%;


        .ttl {
            top: 15%;
            left: 25%;
        }
    }

    .info__right {
        width: 45%;
    }

    .info__li {
        margin-bottom: 1em;

    }

    .info__th {
        width: 7em;
    }

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


    .info__btn {
        min-width: 400px;
    }

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