@charset "UTF-8";

header nav ul.nav_2nd>li {
	background: var(--i_main_color);
}

#mv .mv_mp4 {
 height:calc(100vh - 201px);
 min-height: 500px;
}

#mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
object-fit: contain;
}

@media screen and (max-width: 900px) {
       #mv {
   height: unset !important;
min-height: unset !important;
}
#mv .mv_mp4 {
    height: unset !important;
    min-height: unset !important;
}
#mv_outer {
padding-bottom: 0 !important; 

}

}

@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: unset !important;
    }

}

@media (min-width: 900px) and (max-width: 1103px) {
 #mv .mv_mp4 {
 height:  unset !important;
}

}

#mv_outer {
    padding-bottom: 0;
}