@charset "UTF-8";

/*--MV調整--*/
@media screen and (min-width: 769px) {
    #mv {
        width: 100%;
    }
    #mv .mv_textimg {
        height: 97%;
        top: auto;
        width: 100%;
        bottom: 3%;
        right: 3%;
    }
    #mv .mv_textimg img {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        top: auto;
        bottom: 3%;
        left: auto;
        right: 3%;
    }
    #mv .mv_textimg .mv_textimg_sp {
        width: max(30%, 220px);
    }
}