[class*='swiper']:focus {
  outline: none;
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

.swiper-slide {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    height: 50vh;
  }
}

@media screen and (min-width: 1080px) {
  .swiper-slide {
    height: 60vh;
  }
}

@media screen and (min-width: 1280px) {
  .swiper-slide {
    height: 70vh;
  }
}

.swiper-slide.slide1 {
  background-image: url(../img/top-hd_01.jpg);
}

.swiper-slide.slide2 {
  background-image: url(../img/top-hd_02.jpg);
}

.swiper-slide.slide3 {
  background-image: url(../img/top-hd_03.jpg);
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
