/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/* -----------------------------------------------
mv
----------------------------------------------- */
.mv {
  padding: 120px 0;
  background: url(../images/index-bg-mv.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 17.6% 0;
    background: url(../images/index-bg-mv-sp.png) no-repeat center center;
    background-size: cover;
  }
}
.mv h1 {
  width: 417px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    width: 59.4666666667%;
  }
}
