/***** 商品件数・ソート *****/
.category_about {
  margin-top: 30px;
  margin-bottom: 60px;
}
.p-category__ttl {
  color: #00B844;
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.p-category-free {
  border-bottom: 1px solid #7d7d7d;
}
.p-item-list-head {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 25px;
}
.p-item-list-num {
  font-size: 15px;
  font-weight: 600;
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 35px;
  font-size: 12px;
  font-weight: 600;
}
.p-item-sort-list__item {
  margin-left: 15px;
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item a {
  opacity: 0.5;
}
.p-item-sort-list__item span {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .category_about {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .p-category__ttl {
    font-size: 18px;
    text-align: center;
  }
  .p-category-free {
    text-align: center;
    font-size: 13px;
  }
  .p-item-list-head {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .p-item-sort-list {
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
  }
}