@charset "UTF-8";

/*-----MV画像調整-----*/
#mv {
    min-height: 400px !important;
}
#mv .mv_img li:nth-of-type(2) img {
    object-position: 40% 90%;
}
@media screen and (max-width: 700px) and (min-height: 400px) {
    #mv {
        min-height: 350px !important;
    }
}