@charset "utf-8";

/* ========================================
   SwiperCSS上書き
=========================================== */

/* ページネーション */
.swiper-pagination {
  position: relative;
  margin-top: 8px;
}


/* ========================================
商品詳細ページ スライド 商品画像パーツ代用
=========================================== */

/* 商品詳細スライド */
.gg-productMainCarousel .swiper-wrapper {
  width: 100%;
  height: auto;
}
.gg-productMainCarousel .swiper-slide {
  width: 100%;
  height: auto;
}

/* 商品詳細スライド メイン画像 */
.swiperProductMainImage {
  width: 100%;
  height: auto;
}

/* 商品詳細スライド サムネイル画像 */
.swiperProductMainThumb {
  height: auto;
  box-sizing: border-box;
  padding: 8px 0;
}

/* 商品詳細スライド サムネイル画像 サイズ */
.swiperProductMainThumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 1;
}

/* 商品詳細スライド サムネイル画像 枠線 */
.swiperProductMainThumb .swiper-slide img {
  border: 2px solid #fff;
}
.swiperProductMainThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.swiperProductMainThumb .swiper-slide-thumb-active img {
  border: 2px solid #555;
}
