body.index main .mv .catch {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  body.index main .mv .catch {
    width: 91.4%;
  }
}
