.root .c-mv::before {
  background-image: url(../../img/general/bg_mv_root_pc.webp);
}
@media screen and (max-width: 767px) {
  .root .c-mv::before {
    background-image: url(../../img/general/bg_mv_root_sp.webp);
  }
}