@charset "UTF-8";

/* 2026/07/02 MVtext変更 */
#mv .mv_textimg {
    top: inherit !important;
    left: 20px !important;
    bottom: 20px !important;
}
mv .mv_textimg img {
    width: clamp(250px, 45vw, 550px);
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: 290px !important;
        width: auto;
    }
}

/* MV調整(2026/08/10) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0 !important;
    bottom: 0 !important;
}
#mv .mv_textimg > div {
    width: 25%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    max-height: initial !important;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
    }
    #mv .mv_textimg > div {
        width: 40%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}