/******************************/
/* 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;
}
.p-category-list__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@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;
  margin: 80px 80px 0;
  padding: 40px 20px 0;
  border-top: 2px solid #f49da8;
}

@media screen and (max-width: 767px) {
  .p-item-list-head {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
}
.p-item-list-num {
  padding: 12px 20px 6px;
  text-align: center;
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  align-items: flex-end;
}

.p-item-sort-list__item {
  margin-left: 30px;
  line-height: 2.5;
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  display: block;
  border-bottom: 3px solid #e8334a;
}

@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.m-product-list {
  position: relative;
  padding: 190px 0 70px;
}
.m-product-list .c-item-list__item {
  margin: 50px 0 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 485px;
}
.m-product-list .c-item-list__item::after {
  display: none;
}
.m-product-list .c-item-list__img {
  margin-bottom: 10px;
}
.m-product-list .c-item-list__ttl {
  font-size: 23px;
  font-weight: 600;
}
.m-product-list .c-item-list__expl {
  margin-top: 5px;
  color: #808080;
  line-height: 2;
}
.m-product-list .c-item-list__price {
  margin: 10px -.5em 0 0;
  color: #e8334a;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .m-product-list > .c-ttl-main > img {
    height: auto;
  }
}
.product_list {
  position: relative;
}
.product_list > .m-img-st {
  bottom: -85px;
  left: calc(50% - 540px);
  z-index: 10;
}
.product_list .l-bottom {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .product_list .l-bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-product-list {
    padding: 90px 0 35px;
  }

  .product_list > .m-img-st {
    bottom: -40px;
    left: 0;
    z-index: 10;
  }
}

