/* メインサムネイル */
.ItemImageSlider-main {
  width: 100%;
}

.ItemImageSlider-mainImage {
  width: 100%;
  aspect-ratio: 518 / 690;
  height: auto;
  object-fit: cover;
  display: block;
}

/* サムネイル一覧 */
.ItemImageSlider-thumbs {
  margin-top: 2rem /* 32px (基準16px) */;
}

.s .ItemImageSlider-thumbs {
  width: 90%;
}

.ItemImageSlider-thumbs .swiper-slide {
  width: min(4.375rem /* 70px (基準16px) */, 4.861vw /* 70px (基準1440px) */) !important;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.2s;
}

.s .ItemImageSlider-thumbs .swiper-slide {
  width: min(4rem /* 64px (基準16px) */, 16.4vw /* 64px (基準390px) */) !important;
}

.ItemImageSlider-thumbs .swiper-wrapper {
  justify-content: flex-start;
  column-gap: 1.125rem /* 18px (基準16px) */;
}

.s .ItemImageSlider-thumbs .swiper-wrapper {
  justify-content: flex-start;
  column-gap: min(1rem /* 16px (基準16px) */, 4.103vw /* 16px (基準390px) */);
}

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

.ItemImageSlider-thumbImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
