/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: .5em auto 1em;
  padding: 0 0 .2em;
  background-image: repeating-linear-gradient(45deg, #666  0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #666;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
