@charset "UTF-8";

/*キャッチ画像位置調整*/
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        top: 10%;
    }
}