@charset "UTF-8";

/* MV調整(2026/04/07) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
}
#mv .mv_textimg > div {
    width: 40%;
    right: 1%;
    bottom: 1%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg {
        height: 100%;
    }
    #mv .mv_textimg > div {
        width: 50%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}

/* MVに動画アップ後に下記は削除(2026/04/07) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: 85vh;
}