.js-fv-swiper .swiper-slide {
  overflow: hidden;
}
.js-fv-swiper .swiper-slide a {
  pointer-events: none;
  position: relative;
}
.js-fv-swiper .swiper-slide {
  position: relative;
}
.js-fv-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.js-fv-swiper .swiper-slide-active a {
  pointer-events: auto;
}
.js-fv-swiper .swiper-slide-active::before {
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 0;
}
.js-fv-swiper img {
  width: 100%;
}
.js-fv-swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  bottom: 4rem !important;
}
@media screen and not (min-width: 960px) {
  .js-fv-swiper-pagination {
    height: 0.8rem;
  }
}
@media screen and not (min-width: 960px) {
  .js-fv-swiper .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.js-fv-swiper .swiper-pagination-bullet-active {
  background-color: #3c3c3c;
}

.fv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.fv--body {
  max-width: 960px;
  margin-inline: auto;
}
.fv--body .swiper {
  overflow: visible;
  padding-bottom: 8rem;
}
@media screen and not (min-width: 960px) {
  .fv--body .swiper {
    padding-bottom: 6.4rem;
  }
}