@charset "UTF-8";
.contents_width, .section_popular_prduct .item_list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.contents_ttl {
  margin-bottom: 20px;
  color: #2A68B0;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
}
.contents_ttl span {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

/* Swiper navigation */
.swiper-button-prev,
.swiper-button-next {
  background: #2A68B0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px;
  }
}

/* =============================================== 
  .section_popular_prduct お問い合わせの多い商品
=============================================== */
.swiper-button-next:after {
  padding-left: 2px;
}

.swiper-button-prev:after {
  padding-right: 2px;
}

@media screen and (max-width: 768px) {
  .sp_swiper {
    opacity: 0;
  }
  .sp_swiper.swiper-initialized {
    opacity: 1;
  }
}
.section_popular_prduct {
  width: 1030px;
  max-width: 100%;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_popular_prduct {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section_popular_prduct .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.section_popular_prduct .item_list .swiper-slide {
  width: calc(20% - 24px);
}
@media screen and (max-width: 768px) {
  .section_popular_prduct .item_list {
    grid-template-columns: inherit;
    gap: 0;
  }
  .section_popular_prduct .item_list .swiper-slide {
    width: 100%;
  }
}
.section_popular_prduct .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .section_popular_prduct .sp_swiper {
    margin-left: 60px;
    overflow: hidden;
    position: relative;
  }
  .section_popular_prduct .sp_swiper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 37vw;
    right: 6.2%;
  }
}
.section_popular_prduct .btn_more {
  margin: 43px auto 0;
}
@media screen and (max-width: 768px) {
  .section_popular_prduct .btn_more {
    margin-top: 30px;
  }
}