@charset "UTF-8";

#mv::after {
    background: transparent !important;
}
@media screen and (max-width: 650px) {
  body.index.fixedmv #mv_outer,
  body.index.fixedmv #mv {
    height: 50vw !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.index.fixedmv main {
    transform: translateY(50vw) !important;
  }

  body.index.fixedmv footer {
    margin-top: 50vw !important;
  }
}