@charset "UTF-8";

@media screen and ( max-width : 768px ) {
#mv .mv_img li img {
    max-width: none;
    object-position: 40% 50%;
}

@media screen and ( max-width : 768px ) {
#mv .mv_img li.pos_c img {
    object-position: 80% 50%;
}
}

