@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;
    background: #0c0c0c;
}

.kv__item {
    margin: 0 auto;
    position: relative;
}

.kv__img {
    width: 100%;

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

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

}

.kv__arw {
    max-width: 64px;
    width: calc((64/960)*100%);
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kv__txtwrap {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
    z-index: 99;
}

.kv__item:nth-child(2) {
    .kv__copy {
        max-width: 389px;
        width: calc((389/960)*100%);
    }
}

.kv__links {
    padding: 30px 5%;

    & a {
        display: block;
        width: fit-content;
        margin: 0 auto 15px;

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

.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;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    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;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    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: 60px;
    }

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


    .kv__copy {
        width: calc((382/960)*100%);
        top: 50%;
        left: 50%;
    }

    .kv__arw {
        width: calc((64/960)*100%);
        top: 90%;
        left: 50%;
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((389/960)*100%);
        }
    }

    .kv__links {
        padding: 30px 3%;

        & a {
            width: 47%;
            margin: 0;
        }
    }

}



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

    .kv__item {
        width: 50%;
    }


    .kv__copy {
        width: calc((382/960)*100%);
        top: 50%;
        left: 50%;
    }

    .kv__arw {
        width: calc((64/960)*100%);
        top: 90%;
        left: 50%;
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((389/960)*100%);
        }
    }

    .kv__links {
        max-width: 1520px;
        margin: 0 auto;
        padding: 100px 3% 80px;

        & a {
            width: 47%;
        }
    }


}


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

.about__img {
    width: 95%;
    margin-bottom: 30px;
}

.about__right {
    padding: 0 5%;
}

.about__ttl {
    margin-bottom: 20px;
    font-size: 2rem;
}

.about__txt {
    margin-bottom: 30px;
}

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

.about__btn {
    max-width: 49%;
    background: #937a1b;
    border-color: #937a1b;

    &:hover {
        color: #937a1b;
        background: #fff;
    }

    &::before {
        display: none;
    }
}

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

    .about__flex {
        align-items: flex-end;
    }

    .about__img {
        width: 46%;
        margin-bottom: 0;

        & img {
            object-fit: cover;
            min-height: 315px;
        }
    }

    .about__right {
        width: 50%;
        padding: 0 3% 0 0;
    }

    .about__right--inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;

    }

    .about__ttl {
        margin-bottom: 0;
        font-size: 2.8rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin-left: 1em;
    }

    .about__txt {
        margin-bottom: 0;
        max-height: 24em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
    }

    .about__btnwrap {
        margin-top: 30px;
        display: flex;
        justify-content: flex-start;
    }

    .about__btn {
        max-width: 47%;

        &:first-child {
            margin-right: 5%;
        }
    }
}

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

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

    .about__img {
        width: 46%;
        margin-bottom: 0;

        & img {
            object-fit: cover;
            min-height: 315px;
        }
    }

    .about__right {
        width: 50%;
        padding: 0 3% 0 0;
    }

    .about__right--inner {
        max-width: 660px;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-end;

    }

    .about__ttl {
        font-size: 3.8rem;
        margin-left: 1.5em;
        letter-spacing: .3em;
    }

    .about__txt {
        letter-spacing: .14em;
        max-height: 24em;
        line-height: 2;
    }

    .about__btnwrap {
        max-width: 660px;
        margin-top: 60px;
        justify-content: space-between;
    }

    .about__btn {
        max-width: 47%;
        width: 300px;

        &:first-child {
            margin-right: 0;
        }
    }
}


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

.comm__ttl {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    width: fit-content;
    padding-left: 1em;

    & img {
        position: absolute;
        bottom: -.5em;
        width: 100%;
        left: 0;

        &.spnone {
            display: none;
        }


    }
}

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

.comm__btn {
    max-width: 49%;
    background: none;
    border-color: #937a1b;

    &:hover {
        color: #fff;
        background: #937a1b;
    }

    &::before {
        display: none;
    }
}


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

    .comm__ttl {
        font-size: 3rem;
        line-height: 1.6;
        margin-bottom: 30px;
        width: fit-content;
        padding-left: 1em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        letter-spacing: .2em;

        & img {
            position: absolute;
            bottom: auto;
            top: -.5em;
            width: 6px;
            left: auto;
            right: -.5em;

            &.spnone {
                display: block;
            }


            &.sponly {
                display: none;
            }


        }
    }

    .comm__right {
        width: 65%;
    }

    .comm__btnwrap {
        max-width: 630px;
        margin: 0 0 0 auto;
        width: 80%;
    }

    .comm__btn {
        max-width: 49%;
    }

}

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

    .comm__ttl {
        font-size: 6.2rem;
        margin-bottom: 0;
        padding: 0 1em;
        margin: 0 auto;
        width: fit-content;

        & img {
            top: -.5em;
            width: 12px;
            left: calc(50% + 1.75em);
            right: auto;
            transform: translate(-50%);


        }
    }

    .comm__right {
        width: 60%;
    }

    .comm__btnwrap {
        max-width: 630px;
        margin: 0 0 0 auto;
        width: 80%;
    }

    .comm__btn {
        width: 300px;
        max-width: 49%;
    }

}


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

.menu__ttl {
    & img {
        width: 100px;
        margin: 0 auto;
    }

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

.menu__atc {
    max-width: 615px;
    margin: 0 auto 60px;
    background: url(../images/menu_img01.png) no-repeat center center/contain;
    padding: 30px 5%;
    min-height: 440px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 95%;
        height: 90%;
        border: solid 1px #937a1b;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        pointer-events: none;
    }

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

    &:nth-child(2) {
        background: url(../images/menu_img02.png) no-repeat center center/contain;
    }

    &:nth-child(3) {
        background: url(../images/menu_img03.png) no-repeat center center/contain;
    }

    &:nth-child(4) {
        background: url(../images/menu_img04.png) no-repeat center center/contain;
    }
}

.menu__h3 {
    .font-min {
        display: block;
        margin: 0 auto;
        font-size: 2.4rem;
    }

    .fs-12 {
        font-size: 1.2rem;
    }
}

.menu__txt {
    text-align: center;
}

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

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

    .menu__ttl {
        & img {
            width: 120px;
            margin: 0 auto;
        }
    }

    .menu__atc {
        width: 48%;
        max-width: 615px;
        margin: 0 0 60px;
        padding: 30px 5%;
        min-height: 450px;

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

        &:nth-child(3) {
            margin-bottom: 0;
        }
    }

    .menu__h3 {
        .font-min {
            font-size: 2.4rem;
        }
    }

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

}

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

    .menu__ttl {
        & img {
            width: 200px;
            margin: 0 auto;
        }
    }

    .menu__atc {
        width: 48%;
        margin: 0 0 100px;
        padding: 30px 5%;
        min-height: 600px;

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

    }

    .menu__h3 {
        .font-min {
            font-size: 3.6rem;
        }
    }

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


/*============================
   news
============================*/
.news {
    padding: 60px 0;
    color: #fff;
    background: url(../images/kv_line.png) no-repeat center top/150%, #0c0c0c;

}

.news__main {
    margin-bottom: 60px;
}

.news__ttl {
    margin-bottom: 30px;
    display: flex;
    align-items: center;

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

    .txt {
        letter-spacing: .2em;
    }
}

.news__atc {
    margin-bottom: 1.5em;

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

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


.news__date {
    white-space: nowrap;
}

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

}

.news__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    background: url(../images/news_bg01.jpg) no-repeat center center/cover;
    color: #fff;
    margin: 0 auto 10px;

    &:last-child {
        margin-bottom: 0;
        background: url(../images/news_bg02.jpg) no-repeat center center/cover;

    }
}

.gallery__swiper {
    overflow: visible;

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

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

@media screen and (min-width:768px) {
    .news {
        padding: 80px 0;
        background: url(../images/kv_line.png) no-repeat center top/100%, #0c0c0c;
    }

    .news__main {
        width: 45%;
        margin-bottom: 0;
    }

    .news__links {
        width: 50%;
    }

    .news__ttl {
        margin-bottom: 0;
        width: 100px;
        flex-direction: column;

        & img {
            width: 60px;
            margin: 0 auto 1em;
        }


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

    .news__right {
        width: calc(100% - 100px);
    }

    .news__atc {
        margin-bottom: 1.5em;

    }

    .news__atc--ttl {

        margin-top: .25em;

    }

    .news__links a {
        height: 200px;
        margin: 0 auto 10px;
    }

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

}

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

    .news__main {
        width: 45%;
    }

    .news__links {
        width: 50%;
    }

    .news__ttl {
        width: 120px;

        & img {
            width: 100px;
            margin: 0 auto 1em;
        }
    }

    .news__right {
        width: calc(100% - 120px);
    }

    .news__atc {
        margin-bottom: 2em;

    }

    .news__links a {
        height: 200px;
        margin: 0 auto 10px;
    }

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


}