@charset "UTF-8";

#mv .mv_img{
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px){
  #mv .mv_img{
    width: 100%;
  }
}