.product-list{
  text-align:center;
}
.item_list li{
  text-align: center;
    margin-bottom: 45px;
    width: calc(100% / 4 - 20px);
    width: -webkit-calc(100% / 4 - 20px);

}
.sort__section{    -webkit-justify-content: flex-start;
    justify-content: right;}
.sp-arrow{
  background-size:30px auto;
  background-repeat:no-repeat;
  height:40px!important;
  width:30px!important;
}
.rec{
  width:1200px;
  max-width:100%;
  margin:auto;
}
.sp-previous-arrow{
  background-image:url("https://file002.shop-pro.jp/PA01392/553/js/slider/css/images/btn_left_arrow.png");
}

.sp-next-arrow{
  background-image:url("https://file002.shop-pro.jp/PA01392/553/js/slider/css/images/btn_left_arrow.png");
}
.sp-arrow:before,.sp-arrow:after{
  display:none!important;
 background-color: transparent!important;
}
.title_area_page h2:after{display:none;}
@media (max-width:640px) {
.item_list li{
  text-align: center;
    margin-bottom: 45px;
    width: calc(100% / 2);
    width: -webkit-calc(100% / 2);
}
}
.product-list__freespace-top p {
  margin-top: 1.5em;
}