@charset "UTF-8";

/* 左上・左：上基準のまま */
@media screen and (min-width: 769px) {
  #mv .mv_textimg:has(.mv_textimg_pc.pos_lt),
  #mv .mv_textimg:has(.mv_textimg_pc.pos_l) {
    left: 1rem !important;
    top:6rem !important;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg:has(.mv_textimg_pc.pos_lt),
  #mv .mv_textimg:has(.mv_textimg_pc.pos_l) {
    left: 1rem !important;
    top: -2rem !important;
  }
}

