html{
    background-color: #EDF2FA;
}

.mv img, video
 {
  width: 100vw;
  height: auto;
  border: 0;
  margin: -8px auto 0 -8px;
}

.cta img{
  width: 88vw;
  height: auto;
  margin: 12px auto;
}

.cta{
  text-align: center;
}

.animation {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.footer {
  text-align: center;
  font-size: 14px;
}

.l-footer__link__list li{
    list-style:none;
}

.l-footer__link__list{
    padding: 0px !important;
}

.l-footer__link__list__item a {
    text-decoration: none;
}

@media only screen and (min-width: 767px) {

  .mv img, video {
      width: 50vw;
      height: auto;
    }

  .spmv{
    text-align: center;
  }

}