@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


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

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

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

.kv {
    margin-top: 52px;
}

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

.kv__copy {
    position: absolute;
    transform: translate(0, -50%);
    top: 70%;
    right: 5%;
    z-index: 99;
    max-width: 820px;
    width: 75%;
}

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


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



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-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 {
        margin-top: 62px;
    }

    .kv .swiper-pagination {
        padding: 1em;
    }


    .kv .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 15px;
        height: 3px;

    }
}



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

    .kv .swiper-pagination {
        padding: 1em;
    }


    .kv .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 25px;
        height: 5px;

    }

}

/*============================
   commit
============================*/
.comm__top {
    padding: 60px 0;
    background: url(../images/commit_bg.jpg) no-repeat center center/cover;
}

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

.comm__obj {
    max-width: 420px;
    width: calc((420/1920)*150%);
    top: 95%;
    left: 1%;
    transform: translate(0, -50%);
    mix-blend-mode: screen;
}

.comm__left {
    margin-bottom: 30px;
}

.comm__ttl {
    width: 200px;
}

.comm__copy {
    color: #fff;
}

.comm__copy02 {
    width: 200px;
    margin: 0 auto;
}

.comm__btm {
    padding: 60px 0;
    position: relative;
    color: #fff;
    background: url(../images/commit_bg02.png) no-repeat center center/cover;
}

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

    .comm__bg {
        top: 100%;
        left: 50%;
    }

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

    .comm__left {
        margin-bottom: 0;
    }

    .comm__ttl {
        width: 300px;
    }

    .comm__copy02 {
        width: 30%;
        max-width: 300px;
        margin: 0;
    }

    .comm__btm {
        padding: 80px 0;
    }
}

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

    .comm__bg {
        top: 103%;
        left: 50%;
    }

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

    .comm__ttl {
        width: auto;
    }

    .comm__copy02 {
        width: 30%;
        max-width: none;
        margin: 0;
    }

    .comm__copy {
        padding-left: 2em;
        white-space: nowrap;
    }

    .comm__btm {
        padding: 150px 0 200px;
    }
}

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

.menu {
    padding: 60px 0;
}

.menu__btm {
    width: 100%;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.menu__ttl {
    color: #fff;
    padding-left: 45px;

    .ico {
        position: absolute;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
        width: 160px;
    }

    .box {
        white-space: nowrap;
        position: absolute;
        top: -60px;
        left: 0;
        background: #a37140;
        color: #111;
        padding: 1em 0;
        font-size: 1.8rem;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 1em;
        font-size: 1.4rem;
        white-space: nowrap;

        & img {
            width: 20px;
        }

        .txt {
            margin: 0 .5em;
        }
    }

    .copy {
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }
}

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


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

.menu__btn {
    margin: 0 auto 15px;

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

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

    .menu {
        padding: 80px 0;
    }

    .menu__btm {
        top: 100%;
        left: 50%;
    }

    .menu__ttl {
        padding-left: 0;

        .ico {
            top: 50%;
            left: 50%;
            width: 200px;
        }

        .box {
            top: -80px;
            left: calc(50% - 250px);
            padding: 1em 0;
            font-size: 2rem;
            transform: translate(-50%);
        }

        .container {
            margin-bottom: 1em;
            font-size: 1.8rem;

            & img {
                width: 30px;
            }

            .txt {
                margin: 0 1em;
            }
        }

        .copy {
            max-width: 350px;
            margin: 0 auto;
        }
    }

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

    .menu__btn {
        margin: 0 2%;

    }

}

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

    .menu__btm {
        top: 100%;
        left: 50%;
    }

    .menu__ttl {
        padding-left: 0;

        .ico {
            top: 50%;
            left: 50%;
            width: fit-content;
        }

        .box {
            top: -120px;
            left: calc(50% - 500px);
            padding: 1em 0;
            font-size: 4.2rem;
        }

        .container {
            margin-bottom: 1em;
            font-size: 2.8rem;

            & img {
                width: auto;
            }

            .txt {
                margin: 0 2em;
            }
        }

        .copy {
            max-width: none;
            width: fit-content;
            margin: 0 auto;
        }
    }

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

    .menu__btn {
        margin: 0 2%;

    }

}

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

.drink__obj {
    max-width: 433px;
    width: calc((433/1920)*100%);
    bottom: 0;
    left: 0;
}

.drink__left {
    margin-bottom: 30px;
}

.drink__copy {
    width: 160px;
    display: block;
    margin: 0 auto 20px;
}

.drink__txtwrap {
    .font-en {
        margin-bottom: 1em;
    }
}

.drink__img {
    width: 105%;
    margin-right: -5%;
}

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

    .drink__obj {
        width: calc((433/1920)*100%);
        bottom: 0;
        left: 0;
    }

    .drink__left {
        margin-bottom: 0;
        width: 50%;
        align-items: flex-start;
    }

    .drink__copy {
        width: 160px;
        margin: 0;
    }

    .drink__txtwrap {
        padding-left: 1em;
    }

    .drink__txtwrap {
        .font-en {
            margin-bottom: 1em;
        }
    }

    .drink__img {
        width: 45%;
        margin-right: -5%;
    }
}

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

    .drink__obj {
        width: calc((433/1920)*100%);
        bottom: 0;
        left: 0;
    }

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

    .drink__left {
        width: 50%;
    }

    .drink__copy {
        width: auto;
        margin: 0;
    }

    .drink__txtwrap {
        padding: 100px 0 0 3%;
    }

    .drink__txtwrap {
        .font-en {
            margin-bottom: 1em;
        }
    }

    .drink__img {
        width: 45%;
        margin-right: -3%;
    }
}


/*============================
   guide
============================*/

.guide {
    padding: 60px 0;
    background: url(../images/guide_bg.png) no-repeat center center/cover;
}

.guide__box {
    padding: 30px 5%;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 20px;
}

.guide__ttl {
    white-space: nowrap;
    position: absolute;
    top: -1em;
    left: -.5em;
    background: #a37140;
    color: #111;
    padding: 1em .5em;
    font-size: 1.8rem;
}

.guide__copy {
    width: 180px;
    margin: 0 auto -30px;
    position: relative;
    top: -50px;
}

.guide__pop {
    width: 250px;
    margin: 0 auto 20px;
}

.guide__img {
    width: fit-content;
    margin: 0 auto 15px;

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

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

    .guide {
        padding: 80px 0;
    }

    .guide__box {
        padding: 30px 5% 30px 8%;
        width: 70%;
        margin-bottom: 0;
        display: flex;
        align-items: flex-start;
    }

    .guide__ttl {
        top: -1em;
        left: -.5em;
        padding: 1em .5em;
        font-size: 2rem;
    }

    .guide__copy {
        width: 180px;
        margin: 0 auto -30px;
        position: relative;
        top: -50px;
    }

    .guide__txtwarp {
        padding-left: 2em;
    }
  
    .guide__copy02.fs-34{
        font-size: 1.9rem;
    }

    .guide__pop {
        width: 25%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .guide__img {
        width: 32%;
        margin: 40px 0 0;
        max-width: 420px;
    }

}

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

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

    .guide__box {
        padding: 40px 5% 40px 8%;
        width: 70%;
    }

    .guide__ttl {
        top: -2em;
        left: -1em;
        padding: 1em .5em;
        font-size: 4.2rem;
    }

    .guide__copy {
        width: auto;
        margin: 0;
        top: -80px;
    }

    .guide__txtwarp {
        padding-left: 2em;
    }
  
    .guide__copy02.fs-34{
        font-size: 3.4rem;
    }

    .guide__pop {
        width: 25%;
        max-width: 420px;
        margin: 0;
    }

    .guide__img {
        width: 32%;
        margin: 40px 0 0;
        max-width: 420px;
    }

}

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

.info__left {
    margin-bottom: 30px;
}

.info__ttl {
    width: fit-content;

    & img {
        width: 120px;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }
}

.info__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    & a{
        color: #fff;
    }
}

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

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

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

    & a {
        display: block;
        width: 100px;
        position: absolute;
        top: 95%;
        left: 5%;
        transform: translate(-50%, -50%);
    }
}

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

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

    .info__ttl {

        & img {
            width: 140px;

        }
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

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

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

        & a {
            width: 120px;
            top: 95%;
            left: 5%;
        }
    }
}

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

    .info__left {
        width: 50%;
    }

    .info__txtwrap {
        max-width: 550px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .info__ttl {

        & img {
            width: auto;

        }
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 7em;
    }

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

    .info__img {
        width: 48%;

        & a {
            width: auto;
            top: 95%;
            left: 5%;
        }
    }
}


/*============================
   recruit
============================*/
.rec__box {
    & a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        color: #fff;
        border: solid 1px #9f6e3e;
        background: url(../images/recruit_bg.jpg ) no-repeat center center/cover;
    }
}

.rec__ttl {
    width: 60px;
}

.rec__txtwarp {
    padding-left: 1em;
}

.rec__copy {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: solid 1px #fff;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        bottom: 2px;
        background: #fff;
        left: 0;
    }
}

@media screen and (min-width:768px) {
    .rec__box {
        & a {
            padding: 30px 5%;
        }
    }
    
    .rec__ttl {
        width: 80px;
    }
    
    .rec__txtwarp {
        padding-left: 5%;
        flex: 1 1  auto;
    }
    
    .rec__copy {
        padding-bottom: .5em;
        margin-bottom: 1em;
    
        &::before {
            height: 1.5px;
            bottom: 2px;
        }
    }
    .rec__txt{
        text-align: center;
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1025px) {
    .rec__box {
        & a {
            padding: 30px 5%;
        }
    }
    
    .rec__ttl {
        width: auto;
    }
    
    .rec__txtwarp {
        padding-left: 5%;
        flex: 1 1  auto;
    }
    
    .rec__copy {
        padding-bottom: .5em;
        margin-bottom:.5em;
    
        &::before {
            height: 1.5px;
            bottom: 3px;
        }
    }
    .rec__txt{
        font-size: 2rem;
    }
}




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

.news {
    padding: 60px 0;
    color: #fff;
}

.news__bg {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.news__ttl {

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

.news__atc {

    padding: 1em 0;
    border-bottom: dashed 1px #fff;

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

    & a {
        align-items: center;
        color: #fff;
    }
}

.news__info {
    display: flex;
    align-items: center;
}

.news__cat {
    width: fit-content;
    margin-left: 1em;
    padding: 0 1em;
    background: #9b1d21;
    color: #fff;
    text-align: center;
    display: block;
    white-space: nowrap;
}

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


}

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

    .news {
        padding: 80px 0;
    }

    .news__ttl {

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

    .news__atc {
        & a {
            display: flex;
        }
    }

    .news__info {
        display: flex;
        align-items: center;
    }

    .news__cat {

        margin-left: 1em;
        padding: 0 1em;
        min-width: 10em;
    }

    .news__atc--ttl {
        margin: 0;
        padding-left: 1em;
    }

}

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


    .news__atc {
        & a {
            display: flex;
        }
    }

    .news__cat {

        margin-left: 1em;

        min-width: 10em;
    }

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


}