@charset "UTF-8";

/*MV調整_260507*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg > div {
    width: 40%;
    max-width: 530px;
    min-width: 180px;
}
#mv .mv_textimg img {
    max-width: initial;
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
}