@charset "UTF-8";

/*--MV調整--*/
mv .mv_img li img {
    height: auto; 
    object-fit: contain;
}
#mv {
    height: 100%;
    min-height: 100% !important;
    aspect-ratio: 128 / 61;
}
@media screen and (max-width: 900px){
    #mv {
        aspect-ratio: 954 / 1157;
    }
}