@media only screen and (max-width: 959px) {
  /* SP用 */
}

@media only screen and (min-width: 960px) {
  /* PC用 */
}

.top .mv .mv__contentes:after {
    background: none;
}