@charset "UTF-8";

#none + div .widget_staff01 .cotents_hide .hidetgl{
    display: none!important;
}

/* MV調整(2026/06/03) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_mp4 video {
    aspect-ratio: 4 / 3;
}
#mv:after {
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 700px) {
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}