/********/
/* category */
/********/
.p-category {
  overflow: hidden;
}
.p-category__ttl {
  margin-top: 0;
  margin-bottom: 23px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
  color: #663220;
  word-break: break-all;
  border-bottom:1px solid #eee7e0;
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
    margin-bottom: 13px;
    font-size: 18px;
  }
}
.p-category-free {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-category-free {
    margin-bottom: 45px;
  }
}
.p-category-search {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-search {
    margin-bottom: 20px;
    text-align: center;
  }
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-category-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.p-category-list__link {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0px 8px 0px 10px;
  min-height: 50px;
  font-size: 13px;
  background: #fffaf0;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    min-height: 40px;
    font-size: 13px;
  }
}
.p-category-list__link:hover {
  background: #ffefcc;
  text-decoration: none;
}
.p-category-list__img {
  display: block;
  margin-right: 20px;
  width: 80px;
}
@media screen and (max-width: 1023px) {
  .p-category-list__img {
    width: 50px;
  }
}
.p-category-list__name {
  display: block;
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    font-size: 16px;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    display: block;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    margin-bottom: 15px;
    text-align: center;
  }
}
.p-item-sort {
  display: flex;
  align-items: center;
}
.p-item-sort__ttl {
  white-space: nowrap;
  margin-right: 10px;
}
.p-item-sort__select {
  padding: 10px;
  border: 1px solid #b3b2b2;
  border-radius: 3px;
  height: auto;
  min-width: 180px;
  line-height: 1.4;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .p-item-sort__select {
    flex: 1;
  }
}
.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;
}
