@charset "utf-8";
/* CSS Document */
.mv-title {
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-80%);
 width: 41.466854725%;
 z-index: 999;
}
.spOnly {
 display: none;
}
.m-hdg-ctg-lv1 .m-hdg-img[data-type="mileage"] {
 background-image: url(/resource_int/img/main_mileage_2025.jpg);
}
@media screen and (max-width: 767px) {
 .mv-title {
  position: absolute;
  top: 20%;
  left: -10px;
  transform: translateY(-90%);
  width: 77.368421053%;
  max-width: 294px;
 }
 .pcOnly {
  display: none !important;
 }
 .spOnly {
  display: block;
 }
}