@charset "UTF-8";

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

/* MV調整(2026/08/05) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	max-height: calc(100vh - 76px) !important;
}
#mv:after {
    background: rgb(0 0 0 / 30%);
}
#mv .mv_mp4 video {
    aspect-ratio: 5 / 4;
}