/*============================================================================

	.kv

============================================================================*/

.kv {
    width: 100%;
    height: calc(100vh - 170px);
    max-height: 940px;
    margin: auto;
    padding-top: 100px;
    background-color: transparent;
}

.kv_slide {
    width: inherit;
    height: inherit;
    max-height: inherit;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    overflow: hidden;
}

.kv_slide .active {
    transform: scale(1.2, 1.2);
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
}


/* ｽﾗｲﾄﾞｼｮｰ */

.kv_slide_inner,
.kv_slide_inner::before {
    width: 100% !important;
    height: 100% !important;
    height: inherit !important;
    max-height: inherit !important;
}

.kv_slide_inner {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0%);
    margin: auto;
    */ background-size: cover;
    background-position: center;
}

.kv_slide_inner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: inherit;
    right: 0;
    top: 0;
    z-index: 10;
}

/* フェードイン */

.kv_slide_inner,
.top_information {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .85s;
    transition-timing-function: ease-in-out;
}

.contents {
    overflow: hidden;
}



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


@media screen and (max-width:1440px) {}

@media screen and (max-width:1330px) {

    .kv::after,
    .kv::before {
        display: none;
    }

    .kv_slide {
        width: 100%;
    }
}

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

    .kv {
        height: calc(100vh - 160px);
        max-height: 708px;
    }

    .kv {
        height: calc(100vh - 160px);
        max-height: 708px;
        padding-top: 60px;
        overflow: hidden;
        min-height: 600px;
    }

    .kv_slide {
        height: calc(100vh - 160px);
        min-height: inherit;
        top: 60px;
    }

    .kv_slide_inner,
    .kv_slide_inner::before {
        min-height: inherit !important;
    }


}

@media screen and (max-width:640px) {

    /* スマホ */
    .kv {
        width: 100%;
        height: 100vh;
        max-height: none;
        padding-top: 0;
    }

    .android .kv,
    .ios .kv {
        height: 100vh;
    }

    .kv::before {
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 15, 79, .2);
    }

    .kv_slide {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .kv_slide_inner {
        background-position: 76% 50%;
    }

    .sp_navi_list li.sp_navi_list_home a.active {
        border-bottom: 1px solid #fff;
    }

    .vegas-slide div {}


}