.product-list__price--delete:after {
  top:9px;
}
.pagenation__container {
  padding-top: 50px;
  border-top: 1px solid #dedede;
}
.pagenation {
  max-width: 330px;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.pagenation-prev {
  position: absolute;
  left: 0;
}
.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
}
.pagenation-next {
  position: absolute;
  right: 0;
}
.pagenation .disabled {
  color: inherit;
  opacity: 0.3;
}
.pagenation-prev,
.pagenation-next {
  top: 50%;
  transform: translateY(-50%);
  font-size:0;
}
.pagenation-prev > *:before {
  margin-right: 5px;
  content:"";
  display: inline-block;
  background-image:url('https://img07.shop-pro.jp/PA01392/659/etc/renew_arrow_prev.png?cmsp_timestamp=20220504103455');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 4px;
}
.pagenation-prev > *:after {
  font-size: 14px;
  content:'Prev';
}
.pagenation-next > *:before {
  font-size: 14px;
  content:'Next';
}
.pagenation-next > *:after {
  margin-left: 5px;
  content:"";
  display: inline-block;
  background-image:url('https://img07.shop-pro.jp/PA01392/659/etc/renew_arrow_next.png?cmsp_timestamp=20220504103446');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 4px;
}
@media only screen and (max-width:600px){
  .breadcrumb__section {
    margin-bottom: 10px;
  }
  .product-list__expl {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-list__name {
    margin: 1.5px 0 0;
    font-size: 12px;
  }
  .product-list__prices {
    font-size: 10px;
    margin-top: 5px;
  }
  .pagenation {
    max-width: 240px;
    padding-top: 0;
  }
  .pagenation__container {
    padding-top: 40px;
  }
}
