.p-layout-container.max-width {
  max-width: 1130px;
  margin: 0 auto;
}
.c-product-list.product_list_area {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.product_photo_area {
  position: relative;
}
.c-product-list__fav-item {
  position: absolute;
  top: 3px;
  right: 5px;
}
span.icon-new {
  position: absolute;
  top: 8px;
  left: 10px;
}
.product_li.c-product-list__item {
  margin-bottom: 40px;
  margin-right: 2%;
  width: 32%;
}
.product_li.c-product-list__item:nth-child(3),
.product_li.c-product-list__item:nth-child(6),
.product_li.c-product-list__item:nth-child(9),
.product_li.c-product-list__item:last-child {
  margin-right: 0;
}
.c-product-list__item {
  border-right: none;
  border-bottom: none;
  padding: 0;
}
.c-product-list {
  border-top: 0;
}
.c-product-list__image-wrap {
  max-width: none;
  border: none;
}
.c-image-box__image {
  width: 100%;
}
.c-product-list__fav-item svg {
  width: 25px;
  height: 25px;
}
.c-product-list__price {
  font-weight: normal;
  font-size: 14px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-top: 5px;
}
.c-section__heading--title::after {
  content: none;
}
.c-section__heading--title span {
  background: none;
}
.p-page-content.product_srh {
  padding-bottom: 50px;
}
.c-product-list::before {
  height: 0;
}
.c-section__heading--sub-title {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 30px;
}
.c-image-box:hover {
  opacity: .8;
}
.c-product-list__name:hover {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .c-product-list__item {
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-product-list__image-wrap {
    border-width: 0;
  }
  .c-product-list__image-wrap {
    border-width: 0;
  }
}


/* レスポンシブ */
@media screen and (max-width: 600px) {
  .c-product-list.product_list_area {
    width: 95%;
    margin: 10px auto;
  }
  .product_li.c-product-list__item {
    width: 47%;
  }
  span.icon-new {
    left: 6px;
  }
  span.icon-new img {
    width: 90%;
  }
  .product_li.c-product-list__item:nth-child(2),
  .product_li.c-product-list__item:nth-child(4),
  .product_li.c-product-list__item:nth-child(6),
  .product_li.c-product-list__item:nth-child(8),
  .product_li.c-product-list__item:last-child {
    margin-right: 0;
  }
  .product_li.c-product-list__item:nth-child(3),
  .product_li.c-product-list__item:nth-child(6),
  .product_li.c-product-list__item:nth-child(9),
  .product_li.c-product-list__item:last-child {
    margin-right: 2%;
  }
}