/******************************/
/* 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;
}
@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 #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;
  padding: 30px 0;
  border-top: 1px solid #7d7d7d;
}
@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;
}

/* 追加 */
.archive_sidebar {
  width: 300px;
  max-width: 100%;
}
.archive_sidebar_title {
  font-size: 20px;
  color: #fff;
  background: #0A4C83;
  padding: 17px 24px 17px;
}
.archive_sidebar_item a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #000;
  background: #FAF9F9;
  border-right: 1px solid #FAF9F9;
  border-left: 1px solid #FAF9F9;
  border-bottom: 1px solid #DCDCDC;
  padding: 17px 20px 16px 37px;
}
.archive_sidebar_item a:hover {
  background: #fff;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
.archive_sidebar_item a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 13px;
  top: 48%;
  transform: translateY(-50%);
  background: url(https://img07.shop-pro.jp/PA01388/113/etc/icon_mark.png?cmsp_timestamp=20230302133556) no-repeat center center  / contain;
}
.archive_sidebar_item a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  border: 1px solid;
  border-color: #084476 #084476 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
}
.archive_sidebar_item a:hover::after {
  right: 15px;
}
.product_archive_main {
  width: 900px;
  max-width: 100%;
}
.product_archive_inner {
  padding: 30px 40px;
}
.product_archive_list {
  display: flex;
  flex-wrap: wrap;
}
.product_archive_item {
  width: 100%;
  max-width: 250px;
  background: #fff;
  margin-right: 32px;
}
.product_archive_item:nth-of-type(3n) {
  margin-right: 0;
}
.product_archive_item:nth-of-type(n + 4) {
  margin-top: 30px;
}
.product_archive_item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_archive_item_title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4286;
  padding: 10px 5px;
}
.product_archive_item_texts {
  margin-top: auto;
  padding: 0 5px 10px;
}
.product_archive_item_text {
  line-height: 1.2;
}
.product_archive_item_price {
  font-size: 18px;
  font-weight: 600;
  color: #0A4C83;
}

@media screen and (max-width: 640px) {
  .product_archive_inner {
    padding: 30px 15px;
  }
  .p-item-list-head {
    display: block;
  }
  .product_archive_item {
    max-width: 350px;
    margin: 40px auto 0;
  }
  .product_archive_item:first-of-type {
    margin-top: 0;
  }

}