@charset "UTF-8";

/*MV調整*/
@media screen and (max-width: 768px) {
   #mv .mv_textimg img {
       max-width: 80%;
       margin: 0 auto;
   }
}