.product-list__section a {
  color: #000000 !important
}

.recommend__section a {
  color: #000000 !important
}

.product-list__unit {
  margin-right: 23px;
}

/* 商品一覧 */
.popular-seed {
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #333132;
  text-align: center;
  font-size: 33px;
  margin-bottom: 40px;
}

.recommend__section {
  padding: 0 15px;
}

/* カルーセル */
.recommend__section .bx-wrapper {
  width: 1270px !important;
  max-width: 1270px !important;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
}

.recommend__section .bx-wrapper .bx-viewport {
  margin: 0 !important;
  border: none !important;
  left: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-bottom: 0px !important;
}

.recommend__section .bx-wrapper .bx-controls-direction .bx-prev {
  top: 16px !important;
  background: none;
  background: url("https://img21.shop-pro.jp/PA01459/843/etc/arrow_left.png?cmsp_timestamp=20201209132702") no-repeat;
  background-size: 30px;
  background-position: center !important;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0 !important;
  height: 300px !important;
  content: "" !important;
  border-radius: 8px 0 0 8px;
}

.recommend__section .bx-wrapper .bx-controls-direction .bx-next {
  top: 16px !important;
  background: none;
  background: url("https://img21.shop-pro.jp/PA01459/843/etc/arrow_right.png?cmsp_timestamp=20201209134315") no-repeat;
  background-size: 30px;
  background-position: center !important;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0 !important;
  height: 300px !important;
  content: "" !important;
  border-radius: 0 8px 8px 0;
}

.product-list_slider .product-list__unit .product-list__link .product-list__image {
  border-radius: 8px !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}


.productlist-list .product-list__unit {
  margin-right: 33px;
}
.productlist-list .product-list__unit:nth-of-type(4n) {
  margin-right: 0;
}

.productlist-list .product-list__image {
  border-radius: 8px !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1300px) {
  .section__block.product-list__section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .productlist-list .product-list__unit {
    margin-right: 23px;
  }
  .sort__section {
    right: 15px;
  }
}