#cate_txt{
margin: 0 0 100px 0;
}
#cate_txt h2{
text-align: center;
font-size: 1.88em;
margin: 0 0 60px 0;
}
#cate_txt p{
margin: 0 0 1em 0 ;
}
#cate_txt p.center{
text-align: center;
}
#cate_txt a{
color: #d3080a;
}
#contents .clist{
justify-content: space-between;
margin: 0 0 50px 0;
}
#contents .clist ul{
display: flex;
}
#contents .clist ul li{
margin: 0 0 0 1em;
font-weight: bold;
}
#contents .clist ul li a{
font-weight: normal;
text-decoration: underline;
}

#contents .item_list{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#contents .item_list li{
width: 280px;
margin: 0 0 40px  0;
text-align: center;
font-size: 1.13em;
font-weight: bold;
}
#contents .item_list li figure{
margin: 0 0 20px 0;
}
#contents .item_list li a{
display: table;
margin: 0 auto;
font-size: 0.89em;
font-weight: normal;
}

#contents .item_pager{
display: flex;
justify-content: center;
}
#contents .item_pager li{
margin: 0 20px; 
}
#contents .item_pager li a{
color: #999;
}
#contents .item_pager li.now a,
#contents .item_pager li.prev a,
#contents .item_pager li.next a{
font-weight: bold;
color: #333;
}

@media screen and (max-width: 1030px) {

#cate_txt{
margin: 0 5vw 10vw 5vw;
}
#cate_txt h2{
font-size: 1.5em;
margin: 0 0 5vw 0;
}

#contents .clist{
margin: 0 5vw 10vw 5vw;
font-size: 0.8em;
}

#contents .item_list{
margin: 0 5vw;
}
#contents .item_list li{
width: 30%;
margin: 0 0 3vw  0;
font-size: 0.8em;
}
#contents .item_list li figure{
margin: 0 0 2vw 0;
}
#contents .item_list li a{
font-size: 1em;
}
#contents .item_pager li{
margin: 0 2vw; 
}


}


@media screen and (max-width: 750px) {
#contents .item_list li{
width: 45%;
}

}

/******************************/
/* category */
/******************************/
.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-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: 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;
}
