/******************************/
/* category */
/******************************/
.p-category__ttl {
    text-align: center;
    font: normal normal bold 30px/44px Noto Sans JP;
    color: #000000;
    margin: 0 0 18px;
}
.p-category-free {
    margin-bottom: 60px;
    line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}
@media screen and (max-width: 767px) {
    .p-category-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}
.p-category-list__item {
    box-sizing: border-box;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-category-list__item {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: left;
    }
}
.p-category-list__link {
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-category-list__link {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
.p-category-list__link:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .p-category-list__link:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -6px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        transform: rotate(-45deg);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}
.p-category-list__img {
    display: block;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-category-list__img {
        margin-right: 10px;
        margin-bottom: 0;
        width: 75px;
    }
}
.p-category-list__name:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .p-category-list__name:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .p-category-list__name {
        flex: 1;
    }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    flex-wrap: wrap;
}
.p-item-list-num {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .p-item-list-num {
        font-size: 14px;
    }
}
select#sort-select {
    min-width: 200px;
}
.p-item-sort-list {
    display: flex;
    align-items: center;
}
.p-item-sort-list label {
    white-space: nowrap;
    margin: 0 12px 0 0;
}
.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;
}
.l-contents-wrap {
    display: block;
}
.cat_navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ABABAB;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.cat_navi_box {
    width: calc(25% - 9px);
    min-width: 180px;
    background-color: #363636;
    margin-bottom: 12px;
    padding: 12px 6px;
    box-sizing: border-box;
    font: normal normal bold 20px/27px Noto Sans JP;
}
@media screen and (max-width: 1200px){
.cat_navi_box {
    font: normal normal bold 16px/23px Noto Sans JP;
}
}
@media screen and (max-width: 960px){
.cat_navi_box {
        font: normal normal bold 14px/21px Noto Sans JP;
}
}
.cat_navi_contents {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
}
/* 特定グループ */
.brand_fig {
    margin-bottom: 35px;
}
