/***** 商品件数・ソート *****/
.p-category__ttl {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #aaa;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
  font-family: var(--mogusa-font-family-serif);
}
.p-item-list-head {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 40px;
}
.p-category-free {
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .p-item-list-head {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
.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: 20px;
}
.p-item-sort-list__item:first-child {
    margin-left: 0;
}
.p-item-sort-list__item span {
    text-decoration: underline;
}
