@charset "UTF-8";

/*MV調整_260217*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 100%;
}
#mv .mv_textimg > div{
    width: 40%;
    max-width: 700px;
    min-width: 180px;
    margin: 2%;
}
#mv .mv_textimg img {
    max-width: initial;
    width: 100%;
}
#mv .mv_textimg a {
    width: 61.5%;
    height: auto;
    aspect-ratio: 49 / 10;
    left: 48%;
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
}