@charset "utf-8";
/*swiper*/
.top_swiper{
	height: auto;
	position: relative;	
  width: 100%;
}
.swiper{
  width: 100%;
  overflow-y: auto;
  padding-bottom: 60px;
}
.swiper-slide a:hover{
  opacity: 1 !important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-pagination{
	
}
.swiper-button-prev,.swiper-button-next{opacity: 0;}
/* デフォルトのページネーション bullets の色 */
.swiper-pagination-bullet {
margin: 0 10px !important;
}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;    
    background-image: url(sw_hreat.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border-radius: unset;
    opacity: 1;
}
/* 選択（アクティブ）されている bullet の色 */
.swiper-pagination-bullet-active {
  background-image: url(sw_hreat_act.webp);
}

@media screen and (max-width: 1025px) {

}
@media screen and (max-width: 767px) {
  .l-h1_img{
    padding-top: 8px;
  }
  #top_swiper{
    margin-bottom: 30px;
  }
}