@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 {
    position: relative;
    z-index: 9;

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


.kv__copy {
    max-width: 1064px;
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.kv__circle {
    max-width: 550px;
    width: calc((550/1920)*100%);
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    z-index: 1;
}

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


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    display: none;
    z-index: 9;
}



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


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

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

    background: #666666;
}



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

    .kv {
        margin-top: 62px;
    }


    .kv__copy {
        width: calc((1064/1920)*100%);

        top: 55%;
        left: 50%;
    }

    .kv__circle {
        width: calc((550/1920)*100%);
        left: 50%;
        top: 55%;
    }


}


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

    .kv {
        margin-top: 0;
    }

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

    .kv__circle {
        width: calc((550/1920)*100%);
        left: 50%;
        top: 55%;
    }

}



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

    color: #fff;

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

.conc__obj01 {
    max-width: 836px;
    width: calc((836/1920)*100%);
    left: 0;
    top: 95%;
    transform: translate(0, -50%);

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

.conc__circle {
    max-width: 637px;
    width: calc((637/1920)*100%);
    top: 100%;
    left: 20%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    display: block;
}

.conc__yuge {
    max-width: 367px;
    width: calc((367/1920)*100%);
    top: 86%;
    left: 10%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;

}

.conc__obj02 {
    max-width: 477px;
    width: calc((477/1920)*100%);
    right: 0;
    top: 92%;
    transform: translate(0, -50%);
}

.conc__copywrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.conc__copy01 {
    max-width: 255px;
    width: 30%;
}

.conc__copy02 {
    max-width: 392px;
    width: 200px;
    width: 40%;
}

.conc__ttl {
    font-size: 2rem;
    line-height: 1.5;
}

.conc__txt {
    position: relative;
    text-shadow: 1px 1px #111;
}

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

        color: #fff;

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

    .conc__obj01 {
        width: calc((836/1920)*100%);
        left: 0;
        top: 95%;

    }

    .conc__circle {
        width: calc((637/1920)*100%);
        top: 110%;
        left: 20%;
    }

    .conc__yuge {
        width: calc((367/1920)*100%);
        top: 65%;
        left: 5%;

    }

    .conc__obj02 {
        width: calc((477/1920)*100%);
        right: 0;
        top: 85%;
    }

    .conc__txtwrap {
        width: 60%;
        margin: 0 auto;
    }

    .conc__copywrap {
        display: block;
        margin-bottom: 0;
    }

    .conc__copy01 {
        max-width: 255px;
        width: calc((255/1400)*100%);
        left: 1%;
        top: 40%;
        transform: translate(0, -50%);
        position: absolute;
    }

    .conc__copy02 {
        max-width: 392px;
        width: calc((392/1400)*100%);
        right: 1%;
        top: 35%;
        transform: translate(0, -50%);
        position: absolute;
    }

    .conc__ttl {
        font-size: 3rem;
    }

    .conc__txt {
        text-align: center;

    }
}


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

    }

    .conc__obj01 {
        width: calc((836/1920)*100%);
        left: 0;
        top: 95%;

    }

    .conc__circle {
        width: calc((637/1920)*100%);
        top: 110%;
        left: 20%;
    }

    .conc__yuge {
        width: calc((367/1920)*100%);
        top: 55%;
        left: 5%;

    }


    .conc__obj02 {
        width: calc((477/1920)*100%);
        right: 0;
        top: 65%;
    }

    .conc__txtwrap {
        width: 60%;
        margin: 0 auto;
    }

    .conc__copywrap {
        display: block;
        margin-bottom: 0;
    }

    .conc__copy01 {
        max-width: 255px;
        width: calc((255/1400)*100%);
        left: 1%;
        top: 40%;
        transform: translate(0, -50%);
        position: absolute;
    }

    .conc__copy02 {
        max-width: 392px;
        width: calc((392/1400)*100%);
        right: 1%;
        top: 35%;
        transform: translate(0, -50%);
        position: absolute;
    }

    .conc__ttl {
        font-size: 3rem;
    }

    .conc__txt {
        text-align: center;

    }
}

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

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

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

}

.seat__flex {
    display: flex;
}

.seat__ttl {
    max-width: 100px;
    width: 50px;
}

.seat__right {
    width: calc(100% - 50px);
    padding-left: 5%;
}

.seat__copy {
    position: relative;
    color: #4f2f18;
    margin-bottom: 20px;

    .pop {
        display: block;
        position: absolute;
        max-width: 495px;
        width: 220px;
        left: 50%;
        top: -80px;
        transform: translate(-50%);
    }
}

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

        &::after {
            width: 100%;
            height: 300px;
            top: 300px;
        }

    }


    .seat__ttl {
        width: 20%;
        max-width: none;

        & img {
            display: block;
            max-width: 100px;
            width: 70px;
            margin: 0 auto;
        }

    }

    .seat__right {
        width: 80%;
        padding-left: 5%;
    }

    .seat__copy {
        margin-bottom: 30px;

        .pop {
            max-width: 495px;
            width: 300px;
            left: 50%;
            top: -110px;
        }
    }
}


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

        &::after {
            width: 100%;
            height: 497px;
            top: 440px;
        }

    }


    .seat__ttl {
        width: 20%;
        padding: 80px 0 0;

        & img {
            display: block;
            max-width: 100px;
            width: 100px;
            margin: 0 auto;
        }

    }

    .seat__right {
        width: 80%;
        padding-left: 5%;
    }

    .seat__copy {
        margin-bottom: 30px;

        .pop {
            max-width: 495px;
            width: fit-content;
            left: 50%;
            top: -180px;
        }
    }
}

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

.scene__img {
    width: 95%;
}

.scene__right {
    padding: 30px 5% 0;
}

.scene__right--inner {
    display: flex;
    flex-direction: row-reverse
}

.scene__ttl {
    mix-blend-mode: overlay;
    font-size: 4rem;
    margin-left: 5%;
}

.scene__h3 {
    margin-bottom: 20px;
}

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

    .scene__flex {
        align-items: center;
    }

    .scene__img {
        width: 50%;
    }

    .scene__right {
        width: 45%;
        padding: 0 3% 0 0;
    }

    .scene__ttl {
        font-size: 6rem;
        margin-left: 5%;
    }

    .scene__h3 {
        margin-left: -30%;
        max-width: 563px;
        width: 120%;
        margin-bottom: 20px;
    }
}


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

    .scene__flex {
        max-width: 1920px;
        margin: 0 auto;
        align-items: flex-end;
    }

    .scene__img {
        width: 50%;

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

    .scene__right {
        width: 50%;
        padding: 0 1% 0 0;
    }

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

    .scene__ttl {
        font-size: 10rem;
        margin-left: 5%;
    }

    .scene__txtwrap {
        padding-top: 100px;
    }

    .scene__h3 {
        margin-left: -30%;
        max-width: 563px;
        width: 120%;
        margin-bottom: 20px;
    }
}



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

.menu__ttl {
    max-width: 370px;
    width: 200px;
    margin: 0 5% 0 auto;
    z-index: 9;
    position: relative;
}

.menu__left {
    margin-bottom: 60px;
}

.menu__item:first-child {
    padding: 5% 0 0 10%;

    .img {
        max-width: 542px;
        max-width: 260px;
        width: calc((542/960)*120%);
        position: absolute;
        left: 0;
        top: -104px;
    }
}

.menu__btn {
    max-width: 200px;
    width: 120px;
    display: block;
    z-index: 9;
}

.menu__item:nth-child(2) {
    max-width: 538px;
    max-width: 260px;
    width: calc((536/960)*120%);
    display: block;
    margin: 0 0 0 auto;


    .obj {
        position: absolute;
        max-width: 1014px;
        width: calc((1014/538)*100%);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: overlay;
    }

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

    .img {
        position: relative;
    }

    .menu__btn {
        position: absolute;
        top: 100%;
        left: 65%;
        transform: translate(-50%, -50%);
    }
}

.menu__right {
    padding: 0 5%;
}

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

    .menu__ttl {
        max-width: 370px;
        width: 240px;
        margin: 0 auto 50px;
    }

    .menu__left {
        width: 50%;
        margin-bottom: 0;
    }

    .menu__item:first-child {
        padding: 0 0 0 15%;

        .img {
            max-width: none;
            width: calc((542/960)*100%);
            left: 0;
            top: -182px;
        }
    }

    .menu__btn {
        max-width: 200px;
        width: 150px;
    }

    .menu__item:nth-child(2) {
        max-width: 538px;
        width: calc((536/960)*100%);
        margin: 0 0 0 auto;

        .menu__btn {
            top: 100%;
            left: 65%;
        }
    }

    .menu__right {
        width: 45%;
        padding: 0 3% 0 0;
    }
}


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

    .menu__ttl {
        max-width: 370px;
        width: fit-content;
        margin: 0 auto 80px;
    }

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

    .menu__left {
        width: 50%;
    }

    .menu__item:first-child {
        padding: 5% 0 0 20%;

        .img {
            width: calc((542/960)*100%);
            left: 0;
            top: -280px;
        }
    }

    .menu__btn {
        max-width: 200px;
        width: 200px;
    }

    .menu__item:nth-child(2) {
        max-width: 538px;
        width: calc((538/960)*100%);
        margin: 0 0 0 auto;

        .menu__btn {
            top: 100%;
            left: 65%;
        }
    }

    .menu__right {
        width: 45%;
        padding: 0 3% 0 0;
    }
}




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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 60px);
        background: url(../images/news_bg.jpg) no-repeat center center/cover;
        top: 0;
        left: 0;
    }

    & a {
        color: #fff;
    }

}

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

.news__obj02 {
    max-width: 499px;
    width: calc((499/1920)*150%);
    top: 0;
    right: 0;
}

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

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

    & img {
        display: block;
        max-width: 50px;
        width: 30px;
        margin-right: .5em;
    }

}

.news__btn {
    display: block;
    text-decoration: underline;
    color: #fff;
    position: relative;
}

.news__atcwrap .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news__atc {
    width: 48%;
    margin-bottom: 20px;

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

}

.news__img img {
    width: 100%;
    display: block;
}

.news__date {
    margin: 1em 0;
}


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

.news__atc--txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 1.2rem;
}


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

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

    }

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

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

    .news__ttlwrap {
        align-items: baseline;
    }

    .news__ttl {
        & img {
            max-width: 50px;
            width: 40px;
            margin-right: .5em;
        }

    }

    .news__atcwrap .webgene-blog {
        justify-content: flex-start;
        width: 102%;
        margin-left: -1%;
    }

    .news__atc {
        width: 23%;
        margin: 0 1%;
        margin-bottom: 0;


    }


    .news__date {
        margin: 1em 0 .5em;
    }


    .news__atc--ttl {
        margin-bottom: .5em;
    }

    .news__atc--txt {
        font-size: 1.3rem;
    }

}

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

        &::before {
            width: 100%;
            height: calc(100% + 180px);
        }

    }

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

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


    .news__ttl {
        & img {
            max-width: 50px;
            width: 50px;
            margin-right: 1em;
        }

    }

    .news__atcwrap .webgene-blog {
        width: 102%;
        margin-left: -1%;
    }

    .news__atc {
        width: 23%;
        margin: 0 1%;
    }


    .news__date {
        margin: 1em 0 .5em;
    }


    .news__atc--ttl {
        margin-bottom: .5em;
    }

    .news__atc--txt {
        font-size: 1.4rem;
    }


}


/*============================
   information
============================*/

.information {
    padding: 0 0 60px;

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

.info__box {
    padding: 30px 5% 60px;
    background: #fff;
    position: relative;


}

.info__left {
    width: 100%;
    margin-bottom: 20px;

    & iframe {
        display: block;
        width: 100%;
        height: 200px;
    }
}

.info__ttl {
    max-width: 385px;
    width: 200px;
    margin: 0 auto 30px;
}


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

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

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

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

.info__btn {
    max-width: 160px;
    width: 100px;
    right: 5%;
    top: 100%;
    transform: translate(0, -50%);
}

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


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


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

        &::before {

            height: calc((100% - 180px));
        }
    }

    .info__box {
        padding: 80px 5%;

    }

    .info__left {
        width: 48%;
        margin-bottom: 0;

        & iframe {
            height: 250px;
        }
    }

    .info__right {
        width: 48%;
    }

    .info__ttl {
        max-width: 385px;
        width: 260px;
        margin: 0 auto 30px;
    }


    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

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

    .info__btn {
        max-width: 160px;
        width: 120px;
        right: 5%;
        top: 100%;
    }

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

}

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

        &::before {

            height: calc((100% - 100px));
        }
    }

    .info__box {
        padding: 40px 5% 60px;

    }

    .info__left {
        width: 48%;
        margin-bottom: 0;

        & iframe {
            height: 310px;
        }
    }

    .info__right {
        width: 48%;
    }

    .info__ttl {
        max-width: 385px;
        width: fit-content;
        margin: 0 auto 50px;
    }


    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

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

    .info__btn {
        max-width: 160px;
        width: fit-content;
        right: 5%;
        top: 100%;
    }

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