@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: url(../images/kv_bd.jpg) no-repeat center center/cover;
    padding: 5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);

}

.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: 968px;
    width: 95%;
    z-index: 99;
    transform: translate(-50%, -50%);
    top: 70%;
    left: 50%;
}

.kv__obj {
    max-width: 420px;
    width: calc((420/1920)*200%);
    transform: translate(-50%, -50%);
    top: 70%;
    left: 50%;
    z-index: 1;
    mix-blend-mode: overlay;
}

.kv__scroll {
    max-width: 98px;
    width: 50px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    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: .5;

}

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




@media screen and (min-width:768px) {
    .kv {
        margin-top: 60px;
        padding-top: 5%;
        background: url(../images/kv_bg.png) no-repeat center center/cover;

    }

    .kv__swiper {
        width: calc((1420/1920) * 120%);
        padding: 5px;
        margin: 0 2% 0 auto;
    }


    .kv__copy {
        max-width: 968px;
        width: calc((968/1920)*100%);
        z-index: 99;
        transform: translate(-50%, -50%);
        top: 75%;
        left: 50%;
    }

    .kv .swiper-pagination {
        left: 50%;
        bottom: 5%;
    }


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

    }
}



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

    .kv__swiper {
        width: calc((1420/1920) * 100%);
        padding: 5px;
        margin: 0 2% 0 auto;
    }


    .kv__copy {
        width: calc((968/1920)*100%);
        top: 70%;
        left: 52%;
    }

    .kv .swiper-pagination {
        left: 50%;
        bottom: 5%;
    }


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

    }

}



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

.about__top {
    width: 100%;
    left: 0;
    bottom: 100%;
}

.about__btm {
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
}

.about__ttl {
    max-width: 698px;
    width: 350px;
    display: block;
    margin: 0 auto 40px;
    position: relative;
    z-index: 9;
}

.about__obj {
    max-width: 412px;
    max-width: 80px;
    width: calc((412/1920)*100%);
    right: 0;
    top: 40px;
    transform: translate(0, -50%);
}

.about__h2 {
    width: 80px;
    margin: 0 auto 20px;

    .txt {
        line-height: 2;
    }

    .obj {
        max-width: 480px;
        width: calc((480/135)*100%);
        top: 30%;
        left: 40%;
        transform: translate(-50%, -50%);

    }

}

.about_txtwrap {
    margin-bottom: 30px;
}

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

    .about__ttl {
        max-width: 698px;
        width: 450px;
        margin: 0 auto 40px;
    }

    .about__obj {
        max-width: 412px;
        width: calc((412/1920)*100%);
        right: 0;
        top: 120px;
    }

    .about__h2 {

        margin: 0;
        min-width: 100px;
        .txt {
            line-height: 2;
        }

        .obj {
            width: calc((480/135)*100%);
            top: 30%;
            left: 40%;
        }

    }

    .about_txtwrap {
        margin-bottom: 0;
        padding: 0 3%;
        width: 40%;
    }

    .about__img {
        width: 40%;
        max-width: 600px;
    }
}

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

    .about__ttl {
        max-width: 698px;
        width: fit-content;
        margin: 0 auto 50px;
    }

    .about__obj {
        max-width: 412px;
        width: calc((412/1920)*100%);
        right: 0;
        top: 230px;
    }

    .about__h2 {
        min-width: 140px;
        .obj {
            width: calc((480/135)*100%);
            top: 30%;
            left: 40%;
        }

    }

    .about_txtwrap {
        padding: 0 3%;
        width: 40%;
    }

    .about__img {
        width: 40%;

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

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

.menu__mv {
    .img {
        object-fit: cover;
        width: 100%;
        min-height: 250px;

    }

    .obj {
        max-width: 473px;
        width: calc((473/1920)*100%);
        top: 85%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

.menu__main {
    background: url(../images/menu_bg.jpg) no-repeat center center/cover;
    padding: 100px 0 100px;
    color: #fff;
    z-index: 1;
}

.menu__obj {
    max-width: 653px;
    width: calc((653/1920)*100%);
    top: 0px;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.menu__ttl {
    position: relative;

    .obj {
        position: absolute;
        max-width: 244px;
        width: 120px;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .ttl {
        max-width: 596px;
        max-width: 400px;
        width: 100%;
        display: block;
    }

}

.menu__txt {
    line-height: 3;
}

.menu__btn {
    max-width: 184px;
    width: 120px;
    display: block;
    margin: 20px auto 0;
    transition: .3s;

    &:hover {
        transform: rotate(5deg);
    }
}

.menu__imgwarp {
    position: relative;
    z-index: 9;
}

.menu__img01 {
    max-width: 540px;
    width: calc((540/1920)*100%);
    position: absolute;
    left: 0;
    top: 100%;
    transform: translate(0, -50%);
    display: block;

    mix-blend-mode: screen;
    z-index: 1;

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


.menu__img02 {
    max-width: 660px;
    width: calc((660/1920)*100%);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
}


.menu__img03 {
    max-width: 490px;
    width: calc((490/1920)*100%);
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(0, -50%);
    display: block;
    z-index: 1;
}

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

    .menu__mv {


        .obj {
            width: calc((473/1920)*100%);
            top: 85%;
            left: 15%;
        }
    }

    .menu__main {
        padding: 120px 0 200px;
    }

    .menu__obj {
        width: calc((653/1920)*100%);
        top: 100px;
        right: 0;
    }

    .menu__txtwrap {
        width: 75%;
    }

    .menu__ttl {

        .obj {
            max-width: 244px;
            width: 160px;
            top: 50%;
            left: 5%;
        }

        .ttl {
            max-width: 596px;
            max-width: 450px;
        }

    }

    .menu__flex {
        align-items: center;
    }

    .menu__txt {
        padding-right: 1em;
        position: relative;
        z-index: 1;
    }

    .menu__btn {
        max-width: 184px;
        width: 120px;
        min-width: 120px;
        margin: 0;
    }


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


    .menu__img02 {
        width: calc((660/1920)*100%);
        left: 50%;
        top: 100%;

    }


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

}

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

    .menu__mv {
        .obj {
            width: calc((473/1920)*100%);
            top: 85%;
            left: 15%;
        }
    }

    .menu__main {
        padding: 170px 0 220px;
    }

    .menu__obj {
        width: calc((653/1920)*100%);
        top: 200px;
        right: 0;
    }

    .menu__txtwrap {
        width: 70%;
    }

    .menu__ttl {

        .obj {
            max-width: 244px;
            width: fit-content;
            top: 50%;
            left: 5%;
        }

        .ttl {
            max-width: 596px;
        }

    }

    .menu__txt {
        padding-right: 5%;
        position: relative;
        z-index: 1;
    }

    .menu__btn {
        max-width: 184px;
        width: fit-content;
        min-width: 184px;
    }


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


    .menu__img02 {
        width: calc((660/1920)*100%);
        left: 50%;
        top: 100%;

    }


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

/*============================
   plan
============================*/

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

.plan__ttl {
    max-width: 175px;
    width: 80px;
    display: block;
    margin: 0 auto 30px;
}

.plan__atc {
    position: relative;
    margin-bottom: 60px;

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

.plan__txtwrap {
    margin-bottom: 30px;
}

.plan__h3 {
    position: relative;

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

    }
}

.plan__btn {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 1em 0 0 auto;

    & img {
        max-width: 55px;
        width: 40px;
        margin-left: 1em;
        transition: .3s;
    }

    &:hover {
        color: #930e00;

        & img {
            transform: translate(10px);
        }
    }
}

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

    .plan__flex {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .plan__ttl {
        max-width: 175px;
        width: 100px;
        min-width: 100px;
        display: block;
        margin: 20px 0 0;
    }

    .plan__items {
        padding-right: 5%;
    }

    .plan__atc {
        margin-bottom: 30px;

        &:last-child {
            flex-direction: row-reverse;
        }
    }

    .plan__txtwrap {
        margin-bottom: 0;
        width: 48%;
    }

    .plan__img {
        width: 48%;
    }

    .plan__h3 {

        & img {
            max-width: 244px;
            width: 120px;
            top: 30%;
            left: 15%;

        }
    }

    .plan__btn {
        margin: 1em 0 0 auto;

        & img {
            max-width: 55px;
            width: 40px;
            margin-left: 1em;
        }
    }
}

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


    .plan__ttl {
        max-width: none;
        width: 15%;
        display: flex;
        justify-content: center;
        min-width: auto;
        margin: 40px 0 0;

        & img {
            max-width: 175px;
            display: block;
            width: 100%;
        }
    }

    .plan__items {
        width: 85%;
        padding-right: 5%;
    }

    .plan__atc {
        margin-bottom: 30px;

        &:last-child {
            flex-direction: row-reverse;
        }
    }

    .plan__txtwrap {
        margin-bottom: 0;
        width: 48%;
        max-width: 550px;
    }

    .plan__img {
        width: 48%;
        max-width: 564px;
    }

    .plan__h3 {

        & img {
            max-width: 244px;
            width: fit-content;
            top: 30%;
            left: 10%;

        }
    }

    .plan__btn {
        margin: 1em 0 0 auto;

        & img {
            max-width: 55px;
            width: 55px;
            margin-left: 1em;
        }
    }
}

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

.scene__obj {
    max-width: 515px;
    width: calc((515/1920)*100%);
    top: 30px;
    right: 1%;
    transform: translate(0, -50%);
}

.scene__ttl {
    max-width: 504px;
    width: 300px;
    margin: 0 auto 30px;
    display: block;
}

.scene__copy {
    line-height: 2;
    font-size: 1.8rem;
}

.scene__txt {
    margin-bottom: 30px;
}

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

    .scene__obj {
        width: calc((515/1920)*100%);
        top: 50px;
        right: 1%;
    }

    .scene__ttl {
        max-width: 504px;
        width: 400px;
        margin: 0 auto 30px;
    }

    .scene__copy {
        font-size: 2rem;
    }

    .scene__txt {
        max-width: 45em;
        margin: 0 auto 30px;
    }

}

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

    .scene__obj {
        width: calc((515/1920)*100%);
        top: 100px;
        right: 2%;
    }

    .scene__ttl {
        max-width: 504px;
        width: fit-content;
        margin: 0 auto 40px;
    }

    .scene__copy {
        font-size: 2.4rem;
    }

    .scene__txt {
        max-width: 45em;
        margin: 0 auto 50px;
    }
}


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

.but__flex {
    padding: 40px 5% 40px 0;

    &::before {
        content: "";
        position: absolute;
        width: 95%;
        height: 100%;
        background: url(../images/shop_box.jpg) no-repeat center center/cover;
        top: 0;
        right: 0;
    }
}

.but__img {
    position: relative;
    margin-bottom: 30px;
}

.but__obj {
    max-width: 868px;
    width: calc((868/790)*100%);
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.but__ttl {
    line-height: 2;
    position: relative;
}

.but__txt {
    position: relative;
}

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

    .but__flex {
        padding: 60px 3% 60px 0;

        &::before {
            width: 95%;
        }
    }

    .but__img {
        width: 48%;
        margin-bottom: 0;
    }

    .but__right {
        width: 48%;
    }

    .but__obj {
        max-width: 868px;
        width: calc((868/790)*100%);
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .but__ttl {
        font-size: 2rem;
    }

}

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

    .but__flex {
        padding: 120px 3% 120px 0;

        &::before {
            width: 95%;
        }
    }

    .but__img {
        width: 48%;
        margin-bottom: 0;
    }

    .but__right {
        width: 45%;
    }

    .but__obj {
        max-width: 868px;
        width: calc((868/700)*100%);
        top: 35%;
        left: 35%;
    }

    .but__ttl {
        font-size: 3.4rem;
    }

    .but__txt {
        max-width: 37em;
    }
}

/*============================
   contents
============================*/

.cont__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cont__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    width: 100%;
    height: 250px;

}

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

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

    .cont__bg {

        height: 350px;

    }

    .cont__btn {
        max-width: 330px;
        width: 200px;
    }

}

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

        height: 590px;

    }

    .cont__btn {
        max-width: 330px;
        width: 300px;
    }
}


