<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper--wrapper {
  /* wrapper縺ｮ繧ｵ繧､繧ｺ繧定ｪｿ謨ｴ */
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* 繧ｹ繝ｩ繧､繝峨�繧ｵ繧､繧ｺ繧定ｪｿ謨ｴ縲∽ｸｭ霄ｫ縺ｮ繝�く繧ｹ繝磯�鄂ｮ隱ｿ謨ｴ縲∬レ譎ｯ濶ｲ */
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
}

.swiper-slide:nth-child(3n + 1) {
  background-color: #aaa;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #999;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #888;
}

.mySwiper2 {
  height: auto;
  width: 100%;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: calc(20% - 8px)!important;
  height: auto;
  opacity: 0.4;
}
.mySwiper .swiper-slide:last-of-type {
	margin-right: 0!important;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}</pre></body></html>