@charset "UTF-8";

/* MV調整(2026/03/03) */
#mv_outer {
    padding-top: 133px;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 35%;
    left: 1%;
    bottom: 2%;
}
#mv .mv_textimg a {
    top: initial;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: auto;
    aspect-ratio: 20 / 5;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    min-width: initial;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media only screen and (max-width: 900px) {
    #mv_outer {
        padding-top: 53px;
    }
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}