/******************************/
/* category */
/******************************/
.shohinCo{
background: #333 url(https://img.shop-pro.jp/PA01471/525/etc/bg_br.png) repeat;
}

#menuL{
width: 240px;
text-align: left;
padding: 2em 0 6em;
}
#menuL h3{
text-align: center;
padding: .6em 0;
background:rgba(0,0,0,.4);
}

#menuL li a{
border-bottom:var(--lineW);
display:block;
padding: .8em 0 .8em 2.4em;
position:relative;
}
#menuL li a::after{
content:"";
position:absolute;
left:.6em;
top: 1.4em;
width: 6px;
 height: 6px;
 border-top: 2px solid #ccc;
 border-right: 2px solid #ccc;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
#rightCo{
width: 920px;
}
.shohinCo .Inner{
display:flex;
/* flex-direction:row-reverse; */
justify-content:space-between;

}
.shohinCo .items ul{
justify-content:flex-start;
}
.shohinCo .items li{
margin-right:15px;
}
}
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}

p.c-not-found{
padding: 5em 0;
font-size:150%;
}

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 767px) {
#menuL{
width:100%;
padding: 1em 0 0;
}
#menuL h3{
position:relative;
text-align: left;
padding-left: .8em;
border:var(--lineW);
}
#menuL h3::after{
position:absolute;
font-weight:normal;
content:"[＋] 開く";
right: 1.4em;
font-size: .75em;
}
#menuL h3.minus::after{
content:"[−] 閉じる";
}


#menuL ul{
display:none;
}
.p-item-list-head{
padding: 1.4em 0;
}  .p-item-list-num,.p-item-sort-list li{
    font-size: .75em;
  }
}

.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;
}
