@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 {
    width: 90%;
    z-index: 99;
    white-space: nowrap;
    margin: -40% auto 0;

    & img {
        width: 100%;
    }
}


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

.kv__scroll {
    display: none;
}




/* 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: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


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

}

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


.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: 62px;

    }



    .kv__copy {
        width: calc((896/1920)*100%);
        z-index: 99;
        position: absolute;
        margin: 0;
        left: 50%;
        top: 42%;
        transform: translate(-50%, -50%);
    }

}



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

    .kv {
        margin-top: 150px;
    }


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

}




/*============================
   concept
============================*/
.concept {
    padding: 30px 0 60px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        top: -30%;
        background: url(../images/concept_bg.png) no-repeat center center/cover;
        right: 0;
        z-index: -1;
    }
}

/* .conc__flex {
    display: flex;
    flex-direction: column-reverse;
} */

.conc__left {
    margin-bottom: 30px;
}

.conc__ttl {
    width: 80%;
    max-width: 403px;
    max-width: 200px;
    margin: 0 auto 20px;
}

.conc__img {
    max-width: 964px;

    .yuge {
        width: calc((507/964)*100%);
        position: absolute;
        top: 20%;
        left: 30%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
    }

    .btn {
        position: absolute;
        width: calc((324/964)*150%);
        bottom: 0;
        left: 1%;
    }
}

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

        &::before {
            width: 100%;
            height: 140%;
            top: -40%;
        }
    }

    .conc__flex {
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 90%;
            height: 90%;
            background: rgba(0, 0, 0, .5);
            left: 0;
            bottom: 0;
        }

    }

    .conc__left {
        position: relative;
        width: 45%;
        margin: 0;
    }

    .conc__ttl {
        width: 50%;
        max-width: 403px;
        max-width: 300px;
        margin: 0;
    }

    .conc__txt {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        max-height: 26em;
        margin: 5em 0 0 .5em;
    }

    .conc__img {
        position: relative;
        width: 53%;

        .yuge {
            width: calc((507/964)*100%);
            top: 20%;
            left: 30%;
        }

        .btn {
            width: calc((324/964)*100%);
            bottom: 0;
            left: 1%;
        }
    }

}

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

        &::before {
            width: 100%;
            height: 140%;
            top: -40%;
        }
    }

    .conc__flex {

        &::before {
            width: 90%;
            height: 75%;
            left: 0;
            bottom: 5%;
        }

    }

    .conc__left {
        width: 45%;
    }

    .conc__ttl {
        width: 50%;
        max-width: 403px;
        margin: 0;
    }

    .conc__txt {
        max-height: 26em;
        margin: 7em 0 0 2em;
    }

    .conc__img {
        width: 53%;

        .yuge {
            width: calc((507/964)*100%);
            top: 20%;
            left: 30%;
        }

        .btn {
            width: calc((324/964)*100%);
            bottom: 0;
            left: 1%;
        }
    }
}

/*============================
   commitment
============================*/
.comm__bg {
    object-fit: cover;
    min-height: 200px;
    object-position: right top;
}

.comm__ttl {
    width: 90%;
    max-width: 1188px;
    margin: -100px auto 0;
}

@media screen and (min-width:768px) {
    .comm__bg {
        object-position: center top;
    }

    .comm__ttl {
        width: calc((1188/1920)*100%);
        margin: 0;
        position: absolute;
        top: 75%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
}

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

    .comm__bg {
        object-position: center top;
    }

    .comm__ttl {

        width: calc((1188/1920)*100%);
        margin: 0;
        position: absolute;
        top: 75%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
}


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

.shop__item {
    margin-bottom: 40px;
}

.shop__txtwrap {
    padding: 0 5%;

}

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

.shop__img {
    width: 95%;
    margin: 20px 0 0 auto;
}

.shop__item:nth-child(even) {
    .shop__img {
        margin: 20px auto 0 0;

        .yuge {
            width: calc((924/957)/1920);
            position: absolute;
            transform: translate(-50%, -50%);
            top: 5%;
            left: 50%;
            mix-blend-mode: screen;
            pointer-events: none;
        }
    }


}

.shop__btn {
    position: relative;
    z-index: 1;
}

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

    .shop__item {
        margin-bottom: 40px;
    }

    .shop__txtwrap {
        width: 50%;
        padding: 0 0 0 3%;

    }

    .shop__ttl {
        width: 120%;
        position: relative;
        z-index: 9;
        margin-bottom: 20px;
    }

    .shop__img {
        width: 50%;
        margin: 0;
    }

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

        .shop__ttl {
            width: 100%;
        }

        .shop__img {
            margin: 0;

            .yuge {
                width: calc((924/957)/1920);
                position: absolute;
                transform: translate(-50%, -50%);
                top: 5%;
                left: 50%;
                mix-blend-mode: screen;
                pointer-events: none;
            }
        }


    }

    .shop__btn {
        max-width: 95%;
    }
}

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

    .shop__item {
        margin-bottom: 40px;
    }

    .shop__txtwrap {
        width: 50%;
        padding: 0 0 0 1%;

    }

    .shop__txtwarp--inner {
        max-width: 700px;
        margin: 0 0 0 auto;
    }

    .shop__ttl {
        width: 130%;
        margin-bottom: 20px;
    }

    .shop__img {
        width: 50%;
    }

    .shop__item:nth-child(even) {

        .shop__ttl {
            width: 100%;
        }

        .shop__txtwarp--inner {
            margin: 0;
        }

        .shop__img {
            margin: 0;

            .yuge {
                width: calc((924/957)/1920);

                top: 5%;
                left: 50%;
            }
        }


    }

    .shop__btn {
        max-width: 95%;
    }
}

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

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

.menu__item {
    position: relative;
    margin-bottom: 20px;

    .img {
        display: block;
        width: calc((776/960)*100%);
        margin: 0 0 0 auto;
    }

    .txt {
        display: block;
        width: calc((544/960)*160%);
        margin: -50px auto 0 0;
    }

    &:nth-child(2) {
        .img {
            width: calc((450/960)*100%);
            margin: 0 0 0 auto;
        }

        .txt {
            margin: -160px auto 0 0;
        }
    }

    &:nth-child(3) {
        .img {
            width: calc((690/960)*100%);
            margin: 0 0 0 auto;
        }

        .txt {
            margin: -60px auto 0 0;
        }
    }

    &:nth-child(4) {
        .img {
            width: calc((600/960)*100%);
            margin: 0 0 0 auto;
        }

        .txt {
            margin: -60px auto 0 0;
        }
    }

    &:nth-child(5) {
        .img {
            width: calc((630/960)*100%);
            margin: 0 0 0 auto;
        }

        .txt {
            margin: -60px auto 0 0;
        }
    }
}

.menu__ttl {
    line-height: 1.4;
    padding: 0 5%;
}

.menu__link {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
    max-width: 480px;

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

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

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 90%;
            left: 0;
            top: 0;
            z-index: -1;
        }
    }

    .menu__items {
        align-items: center;
    }

    .menu__item {
        width: 50%;
        margin-bottom: 100px;
        position: relative;

        .img {
            width: calc((776/960)*100%);
            margin: 0;
        }

        .txt {
            width: calc((544/960)*100%);
            margin: 0;
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 80%;
        }

        &:nth-child(2) {
            .img {
                width: calc((450/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                margin: 0;
                top: 80%;
                left: 40%;
            }
        }

        &:nth-child(3) {
            .img {
                width: calc((690/960)*100%);
                margin: 0 -5% 0 auto;
            }

            .txt {
                margin: 0;
                top: 50%;
                left: 30%;
            }
        }

        &:nth-child(4) {
            .img {
                width: calc((600/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                margin: 0;
                top: 90%;
                left: 30%;
            }
        }

        &:nth-child(5) {
            margin: 0 auto;

            .img {
                width: calc((630/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                margin: 0;
                top: 30%;
                left: 20%;
            }
        }
    }

    .menu__link {
        width: 31%;
        margin: 0 1%;
        max-width: 480px;
    }

}

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

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

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

    .menu__item {
        width: 50%;
        margin-bottom: 250px;

        .img {
            width: calc((776/960)*100%);
        }

        .txt {
            width: calc((544/960)*100%);
            top: 50%;
            left: 80%;
        }

        &:nth-child(2) {
            .img {
                width: calc((450/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                top: 80%;
                left: 40%;
            }
        }

        &:nth-child(3) {
            .img {
                width: calc((690/960)*100%);
                margin: 0 -5% 0 auto;
            }

            .txt {
                top: 50%;
                left: 30%;
            }
        }

        &:nth-child(4) {
            .img {
                width: calc((600/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                top: 90%;
                left: 30%;
            }
        }

        &:nth-child(5) {
            margin: 0 auto;

            .img {
                width: calc((630/960)*100%);
                margin: 0 0 0 auto;
            }

            .txt {
                top: 30%;
                left: 20%;
            }
        }
    }

    .menu__link {
        width: 31%;
        margin: 0 1%;
    }
}

/*============================
   recruit
============================*/
.rec__txtwrap {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
}

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

    .rec__ttl {
        position: absolute;
        width: calc((147/1920)*100%);
        top: 45%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .rec__btn {
        position: absolute;
        display: block;
        width: calc((562/1920)*100%);
        top: 55%;
        left: 82%;
        transform: translate(-50%, -50%);
    }
}

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

    .rec__ttl {
        width: calc((147/1920)*100%);
        top: 45%;
        left: 15%;
    }

    .rec__btn {
        width: calc((562/1920)*100%);
        top: 55%;
        left: 82%;
    }
}


/*============================
   infomation
============================*/

.infomation {
    padding: 60px 0 80px;
    background: url(../images/info_top.png) no-repeat center top/100%, #000;
}

.info__obj01 {
    width: calc((287/1920)* 100%);
    bottom: 0;
    left: 1%;
}

.info__obj02 {
    width: calc((273/1920)* 100%);
    bottom: 0;
    right: 1%;
    mix-blend-mode: hard-light;
}

.info__ttl {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    & img {
        max-width: 66px;
        width: 30px;
    }

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

.info__item {
    margin-bottom: 60px;
}

.info__img {
    margin: 0 auto 20px;
}

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

}

.finfo__th {
    width: 6em;
    position: relative;
    white-space: nowrap;
}

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

.info__btn {
    width: 200px;
    height: 50px;

    & img {
        width: 20px;
        margin-right: 1em;
    }

    &::before {
        display: none;
    }

    &.hp {
        & img {
            width: 16px;
        }
    }
    &:hover{
        background: #d81416;
        color: #fff;
        opacity: .8;
    }
}

.gallary__swiper .swiper-wrapper {

    transition-timing-function: linear;
}

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

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

    .infomation {
        padding: 60px 0;
    }

    .info__obj01 {
        width: calc((287/1920)* 100%);
        bottom: 30px;
        left: 1%;
    }

    .info__obj02 {
        width: calc((273/1920)* 100%);
        bottom: 30px;
        right: 1%;
    }

    .info__ttl {

        & img {
            max-width: 66px;
            width: 40px;
        }

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

    .info__item {
        margin-bottom: 60px;
    }

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

    .info__right {
        width: 45%;
    }

    .info__li {
        margin-bottom: 1.5em;

    }

    .finfo__th {
        width: 6em;
    }

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

    .info__btn {
        width: 200px;
        height: 50px;

        & img {
            width: 20px;
            margin-right: 1em;
        }

        &::before {
            display: none;
        }

        &.hp {
            & img {
                width: 16px;
            }
        }
    }

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

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

    .infomation {
        padding: 60px 0;
    }

    .info__obj01 {
        width: calc((287/1920)* 100%);
        bottom: auto;
        top: 85%;
        left: 1%;
        transform: translate(0, -50%);
    }

    .info__obj02 {
        width: calc((273/1920)* 100%);
        bottom: auto;
        top: 55%;
        right: 1%;
        transform: translate(0, -50%);
    }

    .info__ttl {

        & img {
            max-width: 66px;
            width: 66px;
        }

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

    .info__item {
        margin-bottom: 100px;
    }

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

    .info__right {
        width: 45%;
    }

    .info__li {
        margin-bottom: 1.5em;

    }

    .finfo__th {
        width: 6em;
    }

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

    .info__btn {
        width: 250px;
        height: 60px;
        font-size: 1.8rem;

        & img {
            width: 29px;
            margin-right: .5em;
        }

        &::before {
            display: none;
        }

        &.hp {
            & img {
                width: 16px;
            }
        }
    }

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