@charset "UTF-8";

@media screen and (max-width:500px){
    #mv_outer{
	display:none !important;
    }
    .mv_top{
        display:block !important;
	width:100%;
	height:95vh;
	top:0;
	position:relative;
    margin-bottom:3rem;
    }
    #mv_outer_sp video{
	 display:block !important;
    }
    .mv_top video{
        display:block !important;
	width:100%;
    }
}