/* swipercss */
.swiperSlide {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiperSlide .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-android .swiper-slide,
.swiper-ios
.swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  /* box-sizing: content-box; */
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-horizontal {
  touch-action: pan-y;
}
/* ここまで */

.slider {

}
.slider .main-list .swiper-wrapper {
  /* height: 100px; */
  height: auto;
}
.slider .thumbnail-list .swiper-wrapper {
}
.main-list,.single-list,.thumbnail-list .swiper-slide{
  border: 1px solid #e9e9e9;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img{
  width: 100%;
  cursor: pointer;
}
.thumbnail-list .swiper-wrapper{
  flex-wrap: wrap;
}
.thumbnail-list .swiper-slide{
  width: calc(100% / 4 - 4px) !important;
  margin: 1px;
}
.thumbnail-list.rakuten-thumbnail-list .swiper-slide{
  width: calc(100% / 5 - 4px)!important;
}
.single-list img{
  width: 100%;
  height: auto;
}