@charset "utf-8";
/*swiper*/
.top_swiper{
	height: auto;
	position: relative;	
  width: 100%;
}
.swiper{width: 100%;}
.swiper-slide a:hover{
  opacity: 1 !important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-pagination{
	bottom: -46px !important;
}
.swiper-button-prev,.swiper-button-next{opacity: 0;}
/* デフォルトのページネーション bullets の色 */
.swiper-pagination-bullet {
  background-color: #fadae0 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 8px !important;
  opacity: 1 !important;
}
/* 選択（アクティブ）されている bullet の色 */
.swiper-pagination-bullet-active {
  background-color: #E75297 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 8px !important;
  opacity: 1 !important;
}