
/* メインスライダー */

.main_slider{
	overflow: hidden;
	    position: relative;
	    max-width: 1100px;
	    margin: 0 auto;
}

.main_slider .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.main_slider .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /* line-height: 300px; */
}

/* .main_slider .swiper-button-next::before{
}

.main_slider .swiper-button-prev::before{
} */

.main_slider .swiper-button-next::after{
	content:url(https://akmec.itembox.design/item/image/parts/mainslide_prev.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.main_slider .swiper-button-prev::after{
	content:url(https://akmec.itembox.design/item/image/parts/mainslide_next.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.swiper-slide:nth-child(3n + 1) {
  /*1、4、7、3n+1枚目の背景色 */
  /* background-color: #de4439; */
}

.swiper-slide:nth-child(3n + 2) {
  /*2、5、8、3n+2枚目の背景色 */
  /* background-color: #fcd500; */
}

.swiper-slide:nth-child(3n + 3) {
  /*3、6、9、3n+3枚目の背景色 */
  /* background-color: #53c638; */
}

.main_thumbnail{
	max-width: 1100px;
  margin: 30px auto 0 auto;
}

.main_thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.main_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


/* メインスライダー */

/* 新商品スライダー */


.newitem_slider{
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}

.newitem_slider .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.newitem_slider .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /* line-height: 300px; */
}

/* 新商品スライダー */


/* コーディネートスライダー */


.coordinate_slider_wrap{
	overflow: hidden;
	max-width: 1100px;
	margin: 75px auto;
}

.coordinate_slider_wrap .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.coordinate_slider_wrap .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /* line-height: 300px; */
}

/* コーディネートスライダー */
