/******************************/
/* category */
/******************************/
.p-category__main > .u-container {
  position: relative;
}
.p-category__main h2 {
  position: absolute;
  margin: 0; left: 5vw; top: 5vw;
}
@media screen and (max-width: 1200px) {
  .p-category__main h2 {
    left: calc( 5vw + 20px );
  }
}
.p-category__main h2 > small {
  display: block;
}
.p-category__main .bg_white {
  text-align: center;
  padding: 15px 20px 35px;
}
.p-category__main .bg_white > p {
  display: inline-block;
  text-align: left;
}
.p-category__ttl {
  font-size: 30px;
}
.p-category-free {
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    margin-bottom: 30px;
  }
}
.p-category-list__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #ccc;
}
.p-category-list__item > * {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-category-list__item:not(.type2) {
    width: 200px;
  }
}
.p-category-list__item:not(.type2) a {
  display: block;
  padding: 5px 27px 5px 7px;
}
.p-category-list__item.type2 {
  display: flex;
  width: calc( 50% - 15px );
}
.p-category-list__item.type2 > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35%;
  background: #fff;
  color: #f167ad;
  padding: 10px 20px 10px 13px;
}
.p-category-list__item:not(.type2) a:after,
.p-category-list__item.type2 > div:first-child:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentCOlor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-category-list__item:not(.type2) a:hover:after {
  right: 10px;
}
.p-category-list__item.type2 > div:first-child a {
  color: #fff;
}
.p-category-list__item.type2 > div:first-child a:hover {
  text-decoration: underline;
}
.p-category-list__item2 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 5px;
  width: 65%;
}
.p-category-list__item2 > * {
  width: 50%;
}
.p-category-list__link {
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-category-list__item,
  .p-category-list__item.type2 {
    width: 100%;
  }
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list .p-category-list__link:hover {
  text-decoration: none;
  background: #fff;
  color: #f167ad;
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@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;
}
