@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 
============================*/
.hd__bg {
    display: none;
}

.kv {
    margin-top: 60px;

}

.kv__item {
    position: relative;
}

.kv__img {

    & img {
        width: 100%;
    }
}

.kv__logo {
    width: calc((260/960)*100%);
    top: -.5%;
    left: 2%;
}

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

    & img {
        width: 100%;
    }
}

.kv__btn {
    width: calc((265/960)*100%);
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;

    & img {
        width: 100%;
    }
}

.kv__item:nth-child(2) {
    .kv__logo {
        width: calc((224/960)*100%);
        left: 2%;
    }

    .kv__copy {
        width: calc((545/960)*100%);

        top: 30%;
        left: 55%;
    }

}


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

.kv__scroll {
    display: none;
}




/* 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: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


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

}

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


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

    }

    .kv__item {
        width: 50%;
    }

    .kv__logo {
        width: calc((260/960)*100%);
        top: -.5%;
        left: 2%;
    }

    .kv__copy {
        width: calc((579/960)*100%);
        top: 35%;
        left: 60%;
    }

    .kv__btn {
        width: calc((265/960)*100%);
    }

    .kv__item:nth-child(2) {
        .kv__logo {
            width: calc((224/960)*100%);
            left: 2%;
        }

        .kv__copy {
            width: calc((545/960)*100%);
            top: 30%;
            left: 55%;
        }

    }

}



@media screen and (min-width:1025px) {
    .hd__bg {
        display: block;
        height: 100px;
        background: #000;
        z-index: -1;
    }

    .kv {
        margin-top: 0;

    }


    .kv__logo {
        width: calc((260/960)*100%);
        top: -1%;
        left: 2%;
    }

    .kv__copy {
        width: calc((579/960)*100%);
        top: 35%;
        left: 60%;
    }

    .kv__btn {
        width: calc((265/960)*100%);
    }

    .kv__item:nth-child(2) {
        .kv__logo {
            width: calc((224/960)*100%);
            left: 2%;
        }

        .kv__copy {
            width: calc((545/960)*100%);
            top: 30%;
            left: 55%;
        }

    }
}




/*============================
   concept
============================*/
.concept {
    background: url(../images/bg.jpg);
    padding: 0 0 60px;
}


.conc__item {
    margin-bottom: 40px;
}

.conc__top {
    .logo {
        display: block;
        width: calc((370/1920)*100%);
        top: 60%;
        left: 85%;
        transform: translate(-50%, -50%);
    }
}

.conc__flex {
    margin: -30px 0 0;
}

.conc__obj {
    width: calc((465/1920)*100%);
    right: 0;
    top: 20px;
}

.conc__img {
    width: 80%;
}

.conc__right {
    padding: 30px 5%;
}

.conc__ttl {
    .txt {
        display: block;
        background: #b80000;
        color: #fff;
        width: fit-content;
        padding: .5em .5em;

        &:nth-child(2) {
            margin: .5em 0 0 7em;
        }
    }
}

.conc__item:nth-child(2) {
    margin: 0;

    .conc__top {
        .logo {
            width: calc((321/1920)*100%);
            top: 55%;
            left: 20%;
        }
    }


    .conc__obj {
        width: calc((373/1920)*100%);
        left: 0;
        top: 105%;
        transform: translate(0, -50%);
    }

    .conc__img {
        margin: 0 0 0 auto;
    }

    .conc__ttl {
        .txt {
            background: #ffc600;
            color: #34200d;

            &:nth-child(2) {
                margin: .5em 0 0;
            }
        }
    }

}

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


    .conc__item {
        margin-bottom: 60px;
    }

    .conc__flex {
        margin: -50px 0 0;
    }

    .conc__obj {
        width: calc((465/1920)*100%);
        right: 0;
        top: 20px;
    }

    .conc__img {
        width: 48%;
    }

    .conc__right {
        width: 50%;
        padding: 0 3% 0 0;
        z-index: 1;
        position: relative;
    }

    .conc__ttl {
        .txt {
            padding: .5em .5em;
            font-size: min(2.8rem, 2.8vw);

            &:nth-child(2) {
                margin: .5em 0 0 7em;
            }
        }
    }

    .conc__h3 {
        text-shadow: 1px 1px #fff;
    }

    .conc__txt {
        text-shadow: 1px 1px #fff;
    }

    .conc__item:nth-child(2) {
        .conc__top {
            .logo {
                width: calc((321/1920)*100%);
                top: 50%;
                left: 20%;
            }
        }

        .conc__obj {
            width: calc((373/1920)*100%);
            left: 0;
            top: 110%;
        }

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

        .conc__right {
            padding: 0 0 0 3%;
        }

        .conc__img {
            margin: 0;
        }

        .conc__txtwrap {
            max-width: 700px;
            margin: 0 0 0 auto;
        }

        .conc__ttl {
            .txt {
                &:nth-child(2) {
                    margin: .5em 0 0;
                }
            }
        }

    }
}

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

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

    .conc__flex {
        margin: -120px 0 0;
    }

    .conc__obj {
        width: calc((465/1920)*100%);
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .conc__img {
        width: 48%;
    }

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

    .conc__ttl {
        .txt {
            padding: .5em .5em;
            font-size: min(3.8rem, 2.8vw);

            &:nth-child(2) {
                margin: .5em 0 0 7em;
            }
        }
    }

    .conc__txt {
        max-width: 708px;
    }

    .conc__item:nth-child(2) {
        margin: 0 auto;

        .conc__top {
            .logo {
                width: calc((321/1920)*100%);
                top: 50%;
                left: 12%;
            }
        }

        .conc__obj {
            width: calc((373/1920)*100%);
            left: 0;
            top: 110%;
        }


        .conc__right {
            padding: 0 0 0 1%;
        }


    }
}

/*============================
   commitment
============================*/
.commitment {
    background:
        url(../images/comm_line.png) repeat-x center top/100%,
        url(../images/comm_line.png) repeat-x center bottom/100%,
        url(../images/commit_bg.jpg) no-repeat center center/cover;
}

.comm__obj {
    width: calc((540/1920)*200%);
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.com__box {
    padding: 80px 5% 60px;
    background: rgba(21, 11, 1, .85);
    color: #fff;
}
.comm__copy em{
display:block;
  font-style:normal;
}
.comm__ttl {
    font-size: 2rem;
}

.comm__btn {
    color: #fff;
    width: fit-content;
    padding: 0 1em .5em;
    border-bottom: solid 1px #fff;
    margin: 0 auto;
    display: block;
    transition: .3s;

    &:hover {
        color: #fff;
        border-color: #b80000;
    }
}

@media screen and (min-width:768px) {
  .comm__copy em{
display:inline;
  font-style:normal;
}

    .comm__obj {
        width: calc((540/1920)*100%);
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .com__box {
        width: 86%;
        max-width: 820px;
        margin: 0 auto;
        padding: 100px 5% 80px;

    }

    .comm__ttl {
        font-size: 3rem;
    }

    .comm__txt {
        text-align: center;
    }

}

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

    .comm__obj {
        max-width: 540px;
        width: 540px;
    }

    .com__box {
        width: 80%;
        margin: 0 auto;
        padding: 200px 5% 80px;

    }

    .comm__ttl {
        font-size: 4.6rem;
    }

    .comm__btn {
        border-width: 2px;
    }
}


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

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

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

.menu__item {
    position: relative;
    margin-bottom: 60px;
    padding: 40px 1% 40px 1%;
    background: rgba(17, 15, 14, .5);
    color: #fff;

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

    }
}

.menu__ttl {
    position: absolute;
    max-width: 100px;
    left: 1%;
    top: -5px;
}
.menu__h3{
    font-size: 1.6rem;
}
.menu__h3,
.menu__txt {
    padding-left: 100px;
}

.menu__img {
    margin: 50px auto 0;
    max-width: 565px;

    .yuge {
        position: absolute;
        width: calc((424/565)*100%);
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
        pointer-events: none;
    }

    & a {
        display: block;
        position: absolute;
        width: calc((198/565)*100%);
        left: 15%;
        top: 80%;
        transform: translate(-50%, -50%);
    }
}

.menu__item:nth-child(2) {
    .menu__ttl {
        left: auto;
        right: 1%;
        top: -5px;
    }

    .menu__h3,
    .menu__txt {
        padding: 0 100px 0 0;
    }

    .menu__img {
        max-width: 540px;

        .yuge {
            width: calc((424/540)*100%);
        }

        & a {
            width: calc((198/540)*100%);
            left: 85%;
            top: 80%;
        }
    }
}

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

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

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

    .menu__item {
        margin-bottom: 60px;
        padding: 60px 40% 60px 20%;
    }

    .menu__ttl {
        max-width: 223px;
        width: 140px;
        left: 1%;
        top: -5px;
    }
    .menu__h3{
        font-size: 2.0rem;
    }
    .menu__h3,
    .menu__txt {
        padding-left: 0;
    }

    .menu__img {
        margin: 0;
        position: absolute;
        top: 50%;
        right: -3%;
        transform: translate(0, -50%);
        max-width: 565px;
        width: calc((565/1440)*100%);

        .yuge {
            mix-blend-mode: screen;

            opacity: .1;
        }

    }

    .menu__item:nth-child(2) {
        padding: 60px 20% 60px 40%;

        .menu__ttl {
            right: 1%;
            top: -5px;
        }

        .menu__h3,
        .menu__txt {
            padding: 0;
        }

        .menu__img {
            top: 50%;
            right: auto;
            left: -3%;

        }
    }

}
@media screen and (min-width:768px) {
.menu__h3{
    font-size: 1.8rem;
}
  }
@media screen and (min-width:1025px) {
    .menu {
        padding: 200px 0 150px;
    }

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

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

    .menu__item {
        margin-bottom: 120px;
        padding: 120px 40% 120px 20%;
    }

    .menu__ttl {
        max-width: 223px;
        width: 223px;
        left: 1%;
        top: -5px;
    }
    .menu__h3{
        font-size: 5rem;
    }
    .menu__img {
        top: 50%;
        right: -5%;
        width: calc((565/1440)*100%);

        .yuge {
            mix-blend-mode: screen;

            opacity: .1;
        }

    }

    .menu__item:nth-child(2) {
        padding: 120px 20% 120px 40%;

        .menu__ttl {
            right: 1%;
            top: -5px;
        }


        .menu__img {
            top: 50%;
            right: auto;
            left: -3%;

        }
    }

}

/*============================
   infomation
============================*/

.infomation {
    padding: 60px 0;
    background: url(../images/bg.jpg) no-repeat center top/cover;
}

.info__item {
    margin-bottom: 60px;

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

.info__logo {
    max-width: 444px;
    width: 260px;
    margin-bottom: 20px;
}

.info__item {
    margin-bottom: 60px;
}


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

}

.info__th {
    padding-left: 1.5em;
    width: 7em;
    position: relative;
    white-space: nowrap;
    font-weight: bold;

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

.info__td {
    width: calc(100% - 7em);
}
.info__right{
    display: flex;
    flex-direction: column-reverse;
}
.info__img01{
    margin-bottom: 10px;
}
.info__img02{
    margin-bottom: 10px;
}
.infomation iframe{
    display: block;
    width: 100%;
    height: 200px;
}
@media screen and (min-width:768px) {


    .infomation {
        padding: 80px 0;
    }
    
    .info__item {
        margin-bottom: 60px;

    }
    .info__left{
        width: 40%;
    }
    .info__right{
        width: 55%;
    }
    .info__logo {
        max-width: 444px;
        width: 260px;
        margin-bottom: 20px;
    }
    
    .info__item {
        margin-bottom: 60px;
        align-items: center;
    }

    .info__li {
        margin-bottom: 1.5em;
    
    }
    
    .info__th {
        padding-left: 1.5em;
        width: 7em;
    
        &::before {
            width: 1em;
            height: 1px;
        }
    }
    
    .info__td {
        width: calc(100% - 7em);
    }
    .info__right{
        flex-direction: row;
        justify-content: space-between;
    }
    .info__r-left{
        width: 49%;
    }
    .info__img01{
        margin-bottom: 10px;
    }
    .info__img02{
        width: 49%;
        margin-bottom: 0;
    }
    .infomation iframe{
        height: 150px;
    }
}

@media screen and (min-width:1025px) {
    .infomation {
        padding: 150px 0;
    }
    
    .info__item {
        margin-bottom: 60px;

    }
    .info__left{
        width: 40%;
    }
    .info__right{
        width: 55%;
    }
    .info__logo {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .info__item {
        margin-bottom: 140px;
        align-items: center;
    }

    .info__li {
        margin-bottom: 1.5em;
    
    }
    
    .info__th {
        padding-left: 2.5em;
        width: 9em;
    
        &::before {
            width: 2em;
            height: 1.5px;
        }
    }
    
    .info__td {
        width: calc(100% - 9em);
    }

    .info__r-left{
        width: 51%;
    }
    .info__img01{
        margin-bottom: 10px;
    }
    .info__img02{
        width: 47%;
        margin-bottom: 0;
    }
    .infomation iframe{
        height: 275px;
    }
}