@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: #fff;
}

.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: 668px;
    width: calc((668/1920)*200%);
    width: 80%;
    z-index: 99;
    transform: translate(-50%, -50%);
    top: 70%;
    left: 50%;
}

.kv__copy img {
    filter:drop-shadow(2px 2px 10px #713100);
}

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


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

}

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




@media screen and (min-width:768px) {
    .kv {
        margin-top: 60px;

    }

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

    .kv__obj {
        width: calc((420/1920)*100%);
        top: 70%;
        left: 73%;
    }


}



@media screen and (min-width:1025px) {
    .kv {
        margin-top: 0;
        background: url(../images/hd_bg.png);

    }

    .kv__swiper {
        width: 76%;
        margin: 0 0 0 auto;
    }

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

    .kv__obj {
        width: calc((420/1920)*100%);
        top: 70%;
        left: 73%;
    }


}



/*============================
   news
============================*/

.news {
    padding: 60px 0;
    background: url(../images/news_bg.jpg) no-repeat center top/cover;
    color: #fff;
}

.news__ttl {
    margin-bottom: 30px;

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

.news__atc {

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

    &:last-child a {
        border: none;
    }

}

.news__date {
    white-space: nowrap;
}


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

}

.news__btn {
    color: #fff;
    text-decoration: underline;
    margin: 1.5em 0 0 auto;
    width: fit-content;
    display: block;
    &:hover{
         color: #fff;
    }

}


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

    .news__ttl {
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;

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

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }
    }

    .news__atcwrap {
        width: 80%;
    }

    .news__atc {

        & a {
            display: flex;
            align-items: center;
            padding: 1em 0;
            border-bottom: dashed 1.5px #fff;
        }

    }

    .news__date {
        margin-right: 1.5em;
    }


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

    }

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


}

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

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

    .news__atcwrap {
        width: 80%;
    }

    .news__atc {

        & a {
            padding: 1em 0;
        }

    }

    .news__date {
        margin-right: 2em;
    }



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

}


/*============================
   concept
============================*/
.concept {
    padding: 60px 0;
    overflow: hidden;
    background: url(../images/concept_bg.jpg) no-repeat center center/cover;

}

.conc__obj {
    max-width: 654px;
    width: calc((654/1920)*200%);
    top: 10%;
    left: 75%;
    transform: translate(-50%, -50%);
    mix-blend-mode: color-burn;
}

.conc__img {
    max-width: 787px;
    width: 110%;
    margin: 0 auto 30px -5%;
}

.conc__ttl {
    line-height: 1.4;
}

.conc__btn .txt {
    width: 300px;
}

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

    .conc__obj {
        width: calc((654/1920)*100%);
        top: 10%;
        left: 75%;
    }

    .conc__img {
        width: 50%;
        margin: 0 0 0 -3%;
    }

    .conc__right {
        width: 50%;
    }

    .conc__btn .txt {
        width: 350px;
    }
}

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

    .conc__obj {
        width: calc((654/1920)*100%);
        top: 15%;
        left: 75%;
    }

    .conc__img {
        width: 50%;
        margin: 0 0 0 -2%;
    }

    .conc__right {
        width: 50%;
    }

    .conc__txt {
        max-width: 41em;
    }

    .conc__btn .txt {
        width: 400px;
    }
}

/*============================
   scene
============================*/
.scene {
    padding: 60px 0;
    background:
        url(../images/scene_line.jpg) repeat-x center top/1200px,
        url(../images/scene_line.jpg) repeat-x center bottom/1200px,
        url(../images/scene_bg.jpg) no-repeat center center/cover;
    color: #fff;

}

.scene__box {
    padding: 30px 5%;
    background: rgba(17, 17, 17, .8);
}

.scene__ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

    .fs-30 {
        height: fit-content;
        border: solid 1px #fff;
        padding: .5em;
        margin-right: .5em;
    }

    .fs-38 {
        line-height: 2;
    }
}

.scene__txt {
    padding: 1em 5%;
    border: solid .5px #fff;
    width: 100%;
    line-height: 2;
    text-orientation: upright;
}

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

.scene__img {
    width: 48%;
    margin: 0;
    max-width: 355px;

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

.scene__btn {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .scene {
        padding: 80px 0;
        background:
            url(../images/scene_line.jpg) repeat-x center top/1200px,
            url(../images/scene_line.jpg) repeat-x center bottom/1200px,
            url(../images/scene_bg.jpg) no-repeat center center/cover;

    }

    .scene__box {
        padding: 50px 5%;
    }

    .scene__ttl {
        margin-bottom: 0;

        .fs-30 {
            padding: .5em;
            margin-right: .5em;
        }

        .fs-38 {
            line-height: 2;
        }
    }

    .scene__txt {
        width: fit-content;
        padding: 1em 5%;
        border: solid .5px #fff;
        line-height: 2.5;
    }

    .scene__img {
        width: 32%;

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

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

@media screen and (min-width:1025px) {
    .scene {
        padding: 80px 0 100px;
        background:
            url(../images/scene_line.jpg) repeat-x center top,
            url(../images/scene_line.jpg) repeat-x center bottom,
            url(../images/scene_bg.jpg) no-repeat center center/cover;

    }

    .scene__box {
        padding: 100px 5%;
        max-width: 1300px;
    }

    .scene__ttl {

        .fs-30 {
            padding: .5em;
            margin-right: .5em;
        }

        .fs-38 {
            line-height: 2;
        }
    }

    .scene__txt {
        padding: 2em 5%;
        border: solid .5px #fff;
        line-height: 3;
    }

    .scene__img {
        width: 32%;

    }

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


/*============================
   menu
============================*/
.menu__item {
    padding: 80px 0;
    background: url(../images/menu_bg01.jpg) no-repeat center center/cover;

    &:nth-child(2) {
        background: url(../images/menu_bg02.jpg) no-repeat center center/cover;
    }

    &:nth-child(3) {
        background: url(../images/menu_bg03.jpg) no-repeat center center/cover;
    }
}

.menu__box {
    max-width: 350px;
    margin: 0 auto;
}

.mene__txtwrap {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);

}

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

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

@media screen and (min-width:768px) {
    .menu__item {
        padding: 80px 0;
        height: 500px;
        display: flex;
        align-items: center;

        .inner {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-end;


        }

        &:nth-child(even) .inner {
            justify-content: flex-start;
        }
    }

    .menu__box {
        max-width: 350px;
        margin: 0;

    }

    .mene__txtwrap {
        top: 40%;
        left: 50%;
        width: 90%;

    }

    .menu__btn {
        top: 85%;
        left: 50%;
    }


}

@media screen and (min-width:1025px) {
    .menu__item {
        padding: 80px 0;
        height: 780px;

    }

    .menu__box {
        max-width: 473px;
        margin: 0;
    }

    .mene__txtwrap {
        top: 40%;
        left: 50%;
        width: 90%;

    }

    .menu__btn {
        top: 85%;
        left: 50%;
    }

}

/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background: url(../images/info_bg.jpg);

}

.info__box {
    padding: 30px 5%;
    background: rgba(255, 255, 255, .7);
}

.info__left {
    margin-bottom: 30px;
}

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

    & img {
        max-width: 57px;
        width: 40px;
        margin-right: 1em;
    }
}



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

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

.info__th {
    width: 7em;
    white-space: nowrap;
    position: relative;
    padding-left: 1em;

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

}

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

.info__img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 15px;

}

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

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

    .info__box {
        padding: 50px 5%;
    }

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

    .info__right {
        width: 45%;
    }

    .info__ttl {


        & img {
            max-width: 57px;
            width: 40px;
            margin-right: 1em;
        }
    }



    .info__li {
        margin-bottom: 1.5em;
    }

    .info__th {
        width: 7em;
        padding-left: 1em;

        &::before {
            width: .5em;
        }

    }

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

    .info__img {
        max-width: 550px;
        width: 100%;
        margin: 0 auto 20px;

    }

    .info__right {
        & iframe {
            height: 240px;
        }
    }

}

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

    .info__box {
        padding: 80px 5%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .info__left {
        width: 50%;
    }

    .info__right {
        width: 45%;
        max-width: 550px;
    }

    .info__ttl {


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

    .info__li {
        margin-bottom: 1.5em;
    }

    .info__th {
        width: 9em;
        padding-left: 2.5em;

        &::before {
            width: 1.5em;
        }
    }

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

    .info__img {
        max-width: 550px;
        width: 100%;
        margin: 0 auto 20px;

    }

    .info__right {
        & iframe {
            height: 310px;
        }
    }


}

/* hd__pd */

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