#sp, #pc {
  overflow-x: hidden;
}

.swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0 ;
  width: 100%;
}
@media (max-width: 800px) {
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: -90px;
}
}

.swiper-pagination-bullet {
  background-color: #333;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}
/* PC表示用 */

@media screen and (min-width : -15px ){

  .swiper-container {
    padding: 60px 0 60px 0 ;
    width: 100%;
  }

  .swiper-pagination {
    margin: 0 0 68px 0 ;
  }


/*
  .swiper-button-next,.swiper-button-prev {
    background: 0 0;
    height: 47px;
    margin-top: 0;
    width: 47px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color:transparent;
  }

  .swiper-button-next:after,.swiper-button-prev:after {
    content: "";
    height: inherit;
    width: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
	color:transparent;
  }

  .swiper-button-prev {
    left: 50px;
	color:transparent;
  }

  .swiper-button-prev:after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
	color:transparent;
  }

  .swiper-button-next {
    right: 50px;
	color:transparent;
  }

  .swiper-button-next:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
	color:transparent;
  }
}
/*

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
 
/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
 
/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/swiper_arrow_l.png);
}
/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/swiper_arrow_r.png);
}
