/* for Zettai Reach */
/* ver.1.0 20200214 */

/* Base style */

.l-gnav{
    margin-left: 130px;
}
.c-hero-inner-top{
    height: auto;
}
.zettai-top-banner{
    display: block;
    padding-top: 64px;
}
.zettai-top-banner.sp{
    display: none;
}
.c-hero-ttl-top,
.c-hero-copy-top{
    display: none;
}
.l-header-logo {
    margin-top: -10px;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.l-header-logo{
    background: url("../../asset/img/zettai/AICROSS-250-95pix.png") no-repeat;
    background-size: 100%;
    width: 125px;
}
.l-header-logo > a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../../asset/img/zettai/AICROSS-250-95pix.png") no-repeat;
    background-size: 100%;
    display: block;
}
.l-header-logo > a{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-header-logo > a:hover{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* video thumbnail */
.kv .movie {
    z-index: 1;
    opacity: 0;
    position: absolute;
    width: 300px;
    height: 169px;
    top: 350px;
    left: 120px;
    background: rgba(255,243,105,0.5);
    transform: translateY(50px);
}
.kv .movie::after {
    content: "";
    display: block;
    z-index: 1;
    opacity: 1;
    position: absolute;
    width: 300px;
    height: 169px;
    top: -10px;
    left: -10px;
    background-image: url(../../asset/img/zettai/img_KV_movie-thumbnail@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.kv .movie .movie-btn {
    position: absolute;
    width: 25%;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    z-index: 5;
    cursor: pointer
}
.kv .movie .movie-btn:hover {
    opacity: 0.9;
    transition: all 0.3s
}
.slide-in {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1),transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1),transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) !important
}

/* video player */
#modal-overlay {
    position: relative;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 9998
}
#modal_content {
    width: 80%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 99999
}
#modal_content .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}
#modal_content .inner #player {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}
.closebtn {
    display: none;
    position: absolute;
    top: 70px;
    right: -70px;
    width: 40px;
    height: 40px;
    z-index: 99999;
    cursor: pointer
}
.closebtn .closebar {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 3px;
    height: 30px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99999
}
.closebtn .closebar::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    width: 30px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
    z-index: 99999
}

/* breakpoint #1 */
@media screen and (min-width: 1200px){

    .kv .movie {
        width: 300px;
        height: 169px;
        top: 0;
        left: 0;
        margin-top: 458px;
        margin-left: 180px;
    }
}

/* breakpoint #2 */
@media screen and (min-width: 768px) and (max-width: 1199px){

    .c-hero-inner-top{
        justify-content: flex-start;
    }

    .kv .movie {
        width: 300px;
        height: 169px;
        top: 0;
        left: 0;
        margin-top: 38vw;
        margin-left: 15vw;
    }
}

/* breakpoint #3 */
@media screen and (max-width: 767px){

    .zettai-top-banner.pc{
        display: none;
    }
    .zettai-top-banner.sp{
      display: block;
      padding-top: 0;
      order: 3;
    }
	.c-hero-ttl-top,
	.c-hero-copy-top{
    	display: block;
    }
    .c-hero-ttl-top{
        order: 1;
        margin-top: 100px;
    }
    .c-hero-copy-top{
        order: 2;
    }
    .l-header-logo{
        background: url("../../asset/img/logo_on.png") no-repeat;
        background-size: 100%;
        width: 44px;
        margin-top: 0;
    }
    .l-header-logo > a {
        background: url("../../asset/img/logo.png") no-repeat;
        background-size: 100%;
        width: 44px;
    }

    .kv .movie {
        position: relative;
        width: 300px;
        height: 169px;
        top: unset;
        left: unset;
        margin: 0 auto;
    }
    .closebtn {
        top: -50px;
        right: -8px;
    }
}

