
@charset "UTF-8";

@media screen and (max-width: 500px) {
  #mv .mv_img img {
    height: 100%;
    object-fit: cover;
  }
}