@charset "UTF-8";

/*----------mv----------*/
#mv .mv_textimg img {
    max-width: 500px;
}

@media screen and (min-width: 769px) {
    #mv .mv_textimg:has(.mv_textimg_pc.pos_ct), #mv .mv_textimg:has(.mv_textimg_pc.pos_c), #mv .mv_textimg:has(.mv_textimg_pc.pos_cb)
 {
        justify-content: unset !important;
        top: 196px !important;
        width: 60% !important;
left: 1% !important;
        align-items: flex-end;
        bottom: 1%;
        top: auto !important;
    }
}


@media screen and (max-width: 768px) {
    #mv .mv_textimg:has(.mv_textimg_sp.pos_ct), #mv .mv_textimg:has(.mv_textimg_sp.pos_c), #mv .mv_textimg:has(.mv_textimg_sp.pos_cb) {
        justify-content: unset !important;
        top: 280px !important;
        width: 70% !important;
        left: 1% !important;
        top: 0 !important;
        justify-content: center !important;
        align-items: flex-end;
        width: 100% !important;
        left: auto !important;
        height: 99%;
    }
    #mv .mv_textimg img {
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    #mv .mv_textimg:has(.mv_textimg_sp.pos_ct), #mv .mv_textimg:has(.mv_textimg_sp.pos_c), #mv .mv_textimg:has(.mv_textimg_sp.pos_cb) {
        /*top: 190px !important;*/
    }
}
