@charset "utf-8";
html, body {
  margin: 0;
  height: 100%;
}

.fv-swiper {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-picture,
.slide-picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-picture img {
  object-fit: cover;
  object-position: center;
}