@charset "UTF-8";

/* MV調整(2026/07/27) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:after {
    background: rgba(0, 0, 0, 0.2);
}
#mv .mv_mp4 video {
    aspect-ratio: 4 / 3;
}
#mv .mv_textimg {
    top: 0;
    height: 100%;
    padding: 0;
}
#mv .mv_textimg > div {
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg .mv_textimg_pc {
    width: 45%;
    max-width: initial;
    min-width: initial;
}
#mv .mv_textimg a,
#mv .mv_textimg .mv_textimg_sp a {
    left: 5%;
    width: 36%;
}
#mv .mv_textimg .mv_textimg_sp {
    width: 55%;
    max-width: initial;
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 5 / 4;
    }
    #mv .mv_textimg > div {
        width: 65%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}