@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 {
    margin-top: 52px;
    padding: 60px 0;
}


.kv__ill {
    max-width: 405px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 9;

    & img {
        animation: copyAnime 3s 2s infinite linear;
    }
}


.kv__copy {
    width: fit-content;
    z-index: 99;
    color: #d20000;
    white-space: nowrap;
    position: relative;
    margin: 1em auto 0;

    .txt {
        display: block;
        line-height: 1.8;
        font-size: min(3rem, 6vw);
        font-weight: bold;
        letter-spacing: .15em;
        width: fit-content;
        margin: 0 auto;
    }
}

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


.kv__scroll {
    max-width: 123px;
    min-width: 60px;
    width: calc((123/1920)*100%);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}



@keyframes copyAnime {
    0% {

        transform: rotate(0);
    }

    5% {
        transform: rotate(-3deg);
    }

    10% {

        transform: rotate(0);
    }

    15% {

        transform: rotate(-3deg);
    }

    20% {

        transform: rotate(0);
    }


    100% {
        transform: rotate(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: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

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

    & span {
        font-size: 1.8rem;
    }
}



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

    .kv {
        margin-top: 62px;
        padding: 15% 0;

        .inner__mid {
            padding: 0 5%;
        }
    }


    .kv__ill {
        max-width: 405px;
        width: 28.9%;
        margin: 0;

    }


    .kv__copy {
        margin: 0;

        .txt {
            font-size: min(7rem, 4vw);
            margin: 0 auto;
        }
    }


    .kv__scroll {
        min-width: 60px;
        width: calc((123/1920)*100%);
        bottom: 5%;
        left: 50%;
    }

}


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

    .kv {
        margin-top: 0;
        padding: 15% 0;

        .inner__mid {
            padding: 0 5%;
        }
    }


    .kv__ill {
        width: 28.9%;
    }


    .kv__copy {


        .txt {
            font-size: min(7rem, 4vw);
            margin: 0 auto;
        }
    }


    .kv__scroll {
        min-width: 60px;
        width: calc((123/1920)*100%);
        bottom: 5%;
        left: 50%;
    }
}

/*============================
   about
============================*/
.about {
    padding: 30px 0 0;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 260px);
        top: 300px;
        left: 0;
        background: #d20000;
        z-index: -1;
    }
}

.about__txtwrap {
    padding: 30px 0;
    color: #fff;
}

.about__ttl {
    font-weight: bold;
}

.about__btn {
    margin: 0 0 0 auto;
}
.about__img01 img{
    border-radius:0px 70px 0px 70px;
}

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

        &::before {

            width: 100%;
            height: calc(100% - 250px);
            top: 150px;
        }
    }

    .about__txtwrap {
        padding: 60px 0;
    }

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

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

        &::before {

            width: 100%;
            height: calc(100% - 500px);
            top: 620px;
        }
    }

    .about__img01 {
        width: 95%;
    }

    .about__txtwrap {
        width: fit-content;
                padding: 70px 0 120px;
        margin: 0 auto;
    }

    .about__txt {
        max-width: 38em;
    }

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


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

.seat__ttl {
    display: flex;
    align-items: self-end;
    margin-bottom: 20px;

    .font-en {
        font-size: 6rem;
    }

    .txt {
        line-height: 1.4;
        margin-left: 1em;
    }
}

.seat__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seat__atc {
    display: block;
    max-width:600px;
    width: 31%;
    margin: 0 0 20px;
}
.seat__atc img{
    border-radius:10px;
}
.seat__h3 {
    white-space: nowrap;
    color: #d20000;
    background-color: #fff;
    padding: 1em .5em;
    bottom: 0;
    left: 10%;
}

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

    .seat__ttl {
        margin-bottom: 0;
        align-items: center;

        .font-en {
            font-size: 6rem;
        }

        .txt {
            margin-left: .5em;
        }
    }

    .seat__txt {
        padding-left: 5%;
    }

    .seat__items {
        display: flex;
    }

    .seat__atc {
        width: 24%;
        margin: 0;
    }

    .seat__h3 {
        padding: 1em .5em;
        bottom: 0;
        left: 10%;
    }
}

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

    .seat__ttlwrap {
        flex-wrap: wrap;
    }

    .seat__ttl {
        margin-bottom: 0;
        align-items: self-end;
        width: 55%;
        min-width: 700px;

        .font-en {
            font-size: 18rem;
        }

        .txt {
            margin-left: 30px;
        }
    }

    .seat__txt {
        flex: 0 1 auto;
        max-width: 40%;
        padding-left: 1em;
        padding-top: 1em;
    }


    .seat__atc {
        width: 32%;
    }
    .seat__atc img{
        width:100%;
    }

    .seat__h3 {
        padding: 1em .5em;
        bottom: 0;
        left: 10%;
    }
}

/*============================
   scene
============================*/
.scene {
    padding: 60px 0;
    color: #fff;
    background: #d20000;
}

.scene__btm {
    width: 100%;
    top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%);
}

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

.scene__tags {
    display: flex;
}

.scene__tag {
    font-weight: bold;
    margin-right: 1em;
}

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

    .scene__ttl {
        max-width: 450px;
        margin: 0 auto 50px;
    }


    .scene__tag {
        margin-right: 1em;
    }

    .scene__txt {
        width: fit-content;
        margin: 0 auto 40px;
    }
}

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

    .scene__ttl {
        max-width: 100%;
        width: fit-content;
        margin: 0 auto 60px;
    }

    .scene__tag {
        margin-right: 1em;
    }

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

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

.menu__atc {
    margin-bottom: 50px;

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

.menu__img {
    width: fit-content;
    margin: 0 auto;
}
.menu__img img{
    border-radius:20px;
}

.menu__txtwarp {
    padding: 30px 0 0;
}

.menu__h3 {
    display: flex;
    align-items: baseline;
    .fs-46 {
        font-size: 2.4rem;
    }
}

.menu__obj {
    position: absolute;
    transform: translate(-50%, -50%) scale(.4);
}

.menu__atc:nth-child(1) {
    .menu__obj {
        left: 85%;
        top: 15%;
    }
}

.menu__atc:nth-child(2) {
    .menu__obj {
        left: 85%;
        top: 90%;
    }
}

.menu__atc:nth-child(3) {
    .menu__obj {
        left: 90%;
        top: 30%;
    }
}

.menu__atc:nth-child(4) {
    .menu__obj {
        left: 90%;
        top: 15%;
    }
}




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

    .menu__atc {
        margin-bottom: 50px;

    }

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

    .menu__txtwarp {
        width: fit-content;
        padding: 0 5%;
        flex: 1 1 auto;
    }

    .menu__h3 {
        .fs-46 {
            font-size: 3rem;
        }
    }

    .menu__obj {
        transform: translate(-50%, -50%) scale(.5);
    }

    .menu__atc:nth-child(1) {
        .menu__obj {
            left: 85%;
            top: 5%;
        }
    }

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

        .menu__obj {
            left: 85%;
            top: 100%;
        }

        .menu__img {
            width: 35%;
        }
    }

    .menu__atc:nth-child(3) {
        .menu__obj {
            left: 90%;
            top: 50%;
        }

        .menu__img {
            width: 40%;
        }
    }

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

        .menu__obj {
            left: 90%;
            top: 10%;
        }

        .menu__img {
            width: 48%;
        }

        .menu__txtwarp {
            width: 40%;
            padding: 0 5% 0 0;
        }
    }

}

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

    .menu__atc {
        margin-bottom: 50px;

    }

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

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

    .menu__txtwarp {
        width: fit-content;
        padding: 0 5%;
        flex: 1 1 auto;
    }

    .menu__h3 {
        .fs-46 {
            font-size: 4.6rem;
        }
    }

    .menu__obj {
        transform: translate(-50%, -50%) scale(1);
    }

    .menu__atc:nth-child(1) {
        .menu__obj {
            left: 45%;
            top: -20%;
        }
    }

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

        .menu__obj {
            left: 85%;
            top: 60%;
        }

        .menu__img {
            width: 35%;
        }
    }

    .menu__atc:nth-child(3) {
        margin: -100px 0 0 60px;
        .menu__obj {
            left: 75%;
            top: 50%;
        }

        .menu__img {
            width: 40%;

            & img {
                height: 580px;
            }
        }
    }

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

        .menu__obj {
            left: 80%;
            top: 15%;
        }

        .menu__img {
            width: 48%;

            & img {
                height: 620px;
            }
        }

        .menu__txtwarp {
            width: 40%;
            padding: 0 5% 0 0;
        }
    }
}

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

.info__ttl {
    .txt {
        margin-top: .5em;
    }
}

.info__li {
    margin-bottom: 1em;


}

.info__th {
    position: relative;
    font-weight: bold;

    &::before {
        content: "";
        position: absolute;
        width: calc(100% - 5em);
        height: 1px;
        border-bottom: dashed 1px #aaaaaa;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

}

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

    .info__ttl {
        .txt {
            margin-top: .75em;
        }
    }

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

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


    }

    .info__th {
        width: 15em;

        &::before {
            width: calc(100% - 6em);
        }

    }

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

}

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

    .info__li {
        margin-bottom: 1.5em;


    }

    .info__th {
        width: 15em;

        &::before {
            width: calc(100% - 6em);
        }

    }

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


/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: #d20000;
    color: #fff;

}

.news__ttl {
    display: flex;
    align-items: baseline;

    .txt {
        margin-left: 1em;
    }
}

.news__atc {

    & a {
        color: #fff;
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1em 0;
        border-bottom: dashed 1px #fff;
    }


}

.news__date {
    white-space: nowrap;
}


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

}

.news__btn {
    margin: 0 0 0 auto;
}

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

    }

    .news__atc {

        & a {
            display: flex;

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


    }

    .news__date {
        white-space: nowrap;
        margin-right: 1em;
    }


    .news__atc--ttl {
        margin-top: 0;

    }

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

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

    }

    .news__date {
        margin-right: 1.5em;
    }

}

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

.rec__box {
    padding: 30px 5%;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #fff;
        top: 0;
        left: 0;
    }
}

.rec__ttl {
    font-weight: bold;
    letter-spacing: .2em;
}

.rec__item {
    display: block;
    max-width: 588px;
    margin: 0 auto 50px;

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

.rec__h3 {
    white-space: nowrap;
    background: #fff;
    padding: 1em .25em 1em;
    top: -1.5em;
    left: 5%;
}

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

    .rec__box {
        padding: 50px 5% 0;

        &::before {
            height: 65%;
        }
    }

    .rec__item {
        width: 48%;
        margin: 0;

    }

    .rec__h3 {
        padding: 1em .25em 1em;
        top: -1.5em;
        left: 5%;
    }

}

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

    .rec__box {
        padding: 60px 5% 0;

        &::before {
            height: 65%;
        }
    }

    .rec__item {
        width: 48%;

    }

    .rec__h3 {
        padding: 1em .25em 1em;
        top: -2em;
        left: 5%;
    }
}

.recommend_slider{
height:220px !important;
}

@media screen and (min-width:768px) {
.recommend_slider{
height:540px !important;
}
}
