@charset "UTF-8";
.cpbnr{
  max-width: 100%;
  margin: 0 auto;
}
.swiper-block .bnr-slider-single{
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cpbnr{
    width: 390px;
    max-width: 100%;
  }
  .swiper-slide{
    width:100% !important;
  }
  .bnr-slider-single-wrapper{
    overflow: hidden;
  }
  .swiper-block{
    width: calc(100% - 30px);
    min-height: 266px;
  }
}

.swiper-pagination {
    bottom: -20px;
}

/* 20250411 */
.swiper-pagination span:nth-child(4),
.swiper-pagination span:nth-child(5),
.swiper-pagination span:nth-child(6){
  border-radius: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}