@charset "UTF-8";

/*15秒動画調整_260518*/
#mv::after {
    background-color: rgba(0, 0, 0, 0.3);
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_text {
    align-items: flex-end;
    padding-bottom: 100px;
}
@media screen and (max-width: 900px){
    .mv_nav {
        display:none;
    } 
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
    #mv .mv_mp4 video {
        aspect-ratio: 6/5;
    }
    #mv .mv_text {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}