/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 0 0 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
}
.p-category-free {
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 700;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  font-weight: 700;
  border-top: 1px solid #004828;
  border-bottom: 1px solid #004828;
  margin-top: 20px;
  gap: 5%;
  row-gap: 5px;
}
@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;
  width: 30%;
  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 #004828;
    border-bottom: 1px solid #004828;
    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;
  font-weight: 700;
}
@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;
}

.l-contents-main-upper {
  background: url('https://img07.shop-pro.jp/PA01435/472/etc_base64/Ymdfd29vZA.jpg?cmsp_timestamp=20240924173439');
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-contents-main-upper {
    padding: 10px;
  }
}

.l-contents-main .return-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 54px;
  border-radius: 27px;
  margin: 0 auto 20px;
  color: white;
  background: #004828;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  text-decoration: none;
}
.l-contents-main .return-top:hover {
  border: 1px solid #004828;
  color: #004828;
  background: white;
}

