@charset "UTF-8";

/*----------sp mv video----------*/
#mv_outer_sp{
    display:none;
}
#mv_outer{
    display:block !important;
    position:relative;
}


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

@media screen and (max-width:500px){
    #mv_outer{
	display:none !important;
    }
    .mv_else{
    display:none !important;
    }
    #mv_outer_sp video{
	display:none !important;
    }
}


