@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__img {
    width: 100%;

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



.kv__copy {
    max-width: 165px;
    max-width: 100px;
    width: calc((165/1920)*250%);
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);

}


.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

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

@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 6s 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: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

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


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


    .kv__copy {
        max-width: 165px;
        width: calc((165/1920)*100%);
        top: 55%;
        left: 75%;

    }


}



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

    .kv {
        margin-top: 0;
    }

    .kv__copy {
        max-width: 165px;
        width: calc((165/1920)*100%);
        top: 55%;
        left: 75%;

    }


}


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

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

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

.conc__right {
    margin-bottom: 30px;
}

.conc__ttl {
    max-width: 56px;
    width: 30px;
    display: block;
    margin: 0 auto 30px;
}

.conc__txtxwrap {
    padding: 0 5%;
}

.conc__omoi {
    max-width: 295px;
    width: 160px;
    top: 75%;
    right: 0;
    transform: translate(0, -50%);
}

.conc__img {
    width: 95%;
    margin: 0 auto 0 0;
}

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

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

    .conc__flex {
        display: flex;
        flex-direction: row;
    }

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

    .conc__ttl {
        max-width: 56px;
        width: 30px;
        display: block;
        margin: 0 5% 0 0;
    }

    .conc__txtxwrap {
        padding: 30px 3% 0 0;
    }

    .conc__copy {
        font-size: 2.4rem;
    }

    .conc__omoi {
        max-width: 295px;
        width: 160px;
        top: 75%;
        right: 0;
        transform: translate(0, -50%);
    }

    .conc__img {
        width: 45%;
        margin: 0;
    }
}

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

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

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

    .conc__right {
        width: 50%;
    }

    .conc__ttl {
        max-width: 56px;
        width: 56px;
        display: block;
        margin: 0 5% 0 0;
    }

    .conc__txtxwrap {
        padding: 100px 1% 0 0;
    }

    .conc__copy {
        font-size: 4rem;
        white-space: nowrap;
    }

    .conc__omoi {
        max-width: 295px;
        width: 295px;
        top: 75%;
        right: 0;

    }

    .conc__txt {
        max-width: 36em;
    }

    .conc__img {
        width: 45%;
        margin: 0;
    }
}

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

.scene__left {
    margin-bottom: 30px;
}

.scene__ttl {
    margin-bottom: 20px;
    padding-left: 2em;

    &::before {
        content: "";
        position: absolute;
        width: 3em;
        height: 1px;
        background: #fff;
        left: -1.5em;
        top: 50%;
        transform: translate(0, -50%);
    }

}

.scene__items {
    display: flex;
    flex-wrap: wrap;

    & img {
        width: 50%;

        &:last-child {
            margin: -40px auto 0;
        }
    }
}

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

.scene__btn {
    width: 48%;
    left: 0;
    bottom: 0;
    position: absolute;

    &:last-child {
        left: auto;
        right: 0;
    }
}

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

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

    .scene__ttl {
        margin-bottom: 20px;
        padding-left: 2em;

        &::before {
            width: 3em;
            height: 1px;
            left: -1.5em;
            top: 50%;
        }

    }

    .scene__items {
        display: flex;
        flex-wrap: nowrap;

        & img {
            width: 35%;

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

    .scene__img {
        width: 45%;
        margin: 0;
    }

    .scene__btn {
        width: 48%;
        left: 0;
        bottom: 0;

        &:last-child {
            left: auto;
            right: 0;
        }
    }

}

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

    .scene__left {
        width: 50%;
        padding-left: 5%;
    }

    .scene__ttl {
        margin-bottom: 40px;
        padding-left: 0;

        &::before {
            width: 3em;
            height: 1px;
            left: -3.5em;
            top: 50%;
        }

    }

    .scene__items {
        width: 110%;
        margin-left: -10%;

        & img {
            width: 35%;
        }
    }

    .scene__img {
        width: 45%;
        margin: 0;
    }

    .scene__btn {
        width: 48%;
        left: 0;
        bottom: 0;

        &:last-child {
            left: auto;
            right: 0;
        }
    }

}


/*============================
   menu
============================*/
.menu {
    padding: 60px 0 0;
    overflow: hidden;
}

.menu__obj {
    position: absolute;
    max-width: 1348px;
    width: calc((1348/1920)*100%);
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.menu__ttl {
    margin-bottom: 20px;
    padding-left: 2em;

    &::before {
        content: "";
        position: absolute;
        width: 3em;
        height: 1px;
        background: #111;
        left: -1.5em;
        top: 50%;
        transform: translate(0, -50%);
    }

}

.menu__atc {
    display: flex;
    align-items: flex-start;
    margin: 0 auto 40px;
position: relative;
    &:last-child {
        margin-bottom: 0;
    }
}

.menu__h3 {
    display: flex;
    align-items: flex-start;
    margin-right: 5%;

    .font-en {
        transform: rotate(180deg);
        margin-right: .5em;

        &::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 4em;
            background: #990000;
            left: 50%;
            bottom: 6em;
            transform: translate(-50%);
        }
    }

    .txt {
        font-size: 3rem;
    }
}

.menu__btn {
    margin: 1em 0 0 auto;
}

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

    .menu__h3 {
        flex-direction: row-reverse;
        margin: 0 0 0 5%;

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

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

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

    .menu__ttl {
        margin-bottom: 40px;
        padding-left: 2em;

        &::before {
            width: 3em;

            left: -1.5em;
        }

    }

    .menu__atc {
        display: flex;
        align-items: flex-start;
        margin: 0;
        width: 48%;

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

    .menu__h3 {
        margin-right: 5%;

        .font-en {
            margin-right: .5em;

            &::before {
                height: 4em;
                left: 50%;
                bottom: 6em;
            }
        }

        .txt {
            font-size: 3rem;
        }
    }

    .menu__btn {
        margin: 1em 0 0 auto;
    }

    .menu__atc:nth-child(even) {
        margin: -100px 0 0 auto;

        .menu__h3 {
            margin: 0 0 0 5%;

            .font-en {
                margin: 0 0 0 .5em;
            }
        }
    }
    .menu__atc:nth-child(3){
        margin-top: -100px;
    }

}

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

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

    .menu__ttl {
        margin-bottom: 60px;
        padding-left: 5.5em;

        &::before {
            width: 5em;

            left: 0;
        }

    }

    .menu__atc {
        width: 48%;
    }

    .menu__h3 {
        margin-right: 5%;

        .font-en {
            margin-right: .5em;

            &::before {
                height: 4em;
                left: 50%;
                bottom: 6em;
            }
        }

        .txt {
            font-size: 10rem;
        }
    }

    .menu__btn {
        margin: 1.5em 0 0 auto;
    }

    .menu__atc:nth-child(even) {
        margin: -180px 0 0 auto;

        .menu__h3 {
            margin: 0 0 0 5%;

            .font-en {
                margin: 0 0 0 .5em;
            }
        }
    }
    .menu__atc:nth-child(3){
        margin-top: -300px;
    }
}



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


.cont__item {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;

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

.cont__img {
    width: 95%;
    margin: 0 0 0 auto;
}

.cont__ttl {
    background: #000000;
    width: 200px;
    margin: -50px auto 0 0;
    position: relative;
    color: #fff;
    padding: 20px 5%;

    & img {
        display: block;
        margin: 0 auto 5px;
        transform: scale(.75);

    }
}

.cont__txt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 1em;

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

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


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

    }

    .cont__img {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .cont__ttl {
        width: 250px;
        margin: -80px auto 0 0;
        padding: 30px 5%;

        & img {
            margin: 0 auto 5px;
            transform: scale(.75);

        }
    }

    .cont__txt {
        margin-top: 1em;

        & img {
            max-width: 60px;
            width: 50px;
        }
    }

}

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


    .cont__item {
        width: 48%;

    }

    .cont__img {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .cont__ttl {
        width: 265px;
        max-width: 44%;
        margin: -120px auto 0 0;
        padding: 40px 5% 40px;

        & img {
            margin: 0 auto 20px;
            transform: scale(.8);

        }
    }

    .cont__txt {
        width: 55%;
        margin: -1em 0 0 auto;

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

}

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

}

.news__box {
    padding: 40px 0;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.news__left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news__ttl {
    margin-bottom: 0;

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

.news__atc {
    margin-bottom: 2em;

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

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


.news__date {
    white-space: nowrap;
}

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

}


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

    }

    .news__box {
        padding: 60px 0;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
    }

    .news__left {
        display: block;
        margin-bottom: 0;
        width: 30%;
    }

    .news__ttl {
        margin-bottom: 40px;

    }

    .news__atcwrap {
        width: 65%;
    }

    .news__atc {
        margin-bottom: 2em;

        & a {
            display: flex;
            align-items: center;
        }

    }


    .news__date {
        margin-right: 1.5em;
    }

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

    }


}

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

    }

    .news__box {
        padding: 100px 5%;
    }

    .news__left {
        width: 30%;
    }

    .news__ttl {
        margin-bottom: 60px;

    }

    .news__atcwrap {
        width: 65%;
    }

    .news__atc {
        margin-bottom: 2em;

    }


    .news__date {
        margin-right: 1.5em;
    }


}




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

.info__left {
    margin-bottom: 30px;

}

.info__ttl {
    margin-bottom: 20px;
    padding-left: 2em;

    &::before {
        content: "";
        position: absolute;
        width: 3em;
        height: 1px;
        background: #111;
        left: -1.5em;
        top: 50%;
        transform: translate(0, -50%);
    }

}



.info__li {

    margin-bottom: 2em;
    display: flex;
    align-items: flex-start;

}

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

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

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


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

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

    }

    .info__ttl {
        margin-bottom: 30px;
        padding-left: 2em;

        &::before {
            width: 3em;
            height: 1px;
            left: -1.5em;
        }

    }

    .info__li {

        margin-bottom: 2em;
    }

    .info__th {
        width: 6em;
    }

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

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

}

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

    .info__left {
        width: 50%;
    }

    .info__txtwrap {
        max-width: 540px;
        margin: 0 0 0 auto;
        padding: 0 10% 0 0;
    }

    .info__ttl {
        margin-bottom: 40px;
        padding-left: 0;

        &::before {
            width: 5em;
            left: -5.5em;
        }

    }

    .info__li {

        margin-bottom: 2em;
    }

    .info__th {
        width: 7em;
    }

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

    .info__img {
        width: 55%;
        margin-left: -5%;
    }


}