@charset "utf-8";

.swiper__content {
  position: relative;
  padding: 0;
  width: min(100%, 700px);
  margin: 0 auto 50px;
}

.swiper {
  display: flex;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-thumb {
  margin-top: 5px;
  overflow: hidden;
}

.swiper-thumb .swiper-slide {
  width: calc(100% / 4);
}

/* .swiper-thumb img {
  width: 175px;
  height: auto;
} */

.swiper-thumb .swiper-slide {
  opacity: .5;
  transition: opacity .5s ease;
  cursor: pointer;
}

.swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
