.p-list_header {
  padding: 0;
}
.p-list_header__txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 719px) {
  .p-list_header__txt {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.p-list_header__txt .ttl {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}
.p-list_header__txt .ttl {
  display: block;
}
.p-list_header__txt .ttl::after {
  display: none;
}
@media only screen and (max-width: 719px) {
  .p-list_header__txt .ttl {
    font-size: 17px !important;
    margin-bottom: 8px !important;
  }
  .p-list_header__txt .ttl {
    line-height: 1.45;
  }
}
.p-list_header__txt .note {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .p-list_header__txt .note {
    font-size: 10px;
    margin-top: 8px;
  }
}
.p-list_header__txt small {
  font-size: 10px;
  display: inline-block;
  vertical-align: text-top;
}

.c-search_cond {
  padding: 0 0 30px;
}
@media only screen and (max-width: 719px) {
  .c-search_cond * {
    font-size: 12px;
  }
}
.c-search_cond .c-search_cond__inner {
  width: 100%;
}

.p-product_list {
  padding: 0 0 148px;
}
@media only screen and (max-width: 719px) {
  .p-product_list {
    padding: 0 0 95px;
  }
}
.p-product_list__outer {
  padding: 55px 0 0;
}
@media only screen and (max-width: 719px) {
  .p-product_list__outer {
    padding: 35px 0 0;
  }
}
.p-product_list__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .p-product_list__parts {
    margin-bottom: 15px;
  }
}
.p-product_list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 719px) {
  .p-product_list__category {
    margin-bottom: 10px;
  }
}
.p-product_list__category li a {
  font-size: 15px;
  background: #f7f7f7;
  border-radius: 9999px;
  height: 45px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 719px) {
  .p-product_list__category li a {
    font-size: 13px;
    height: 32px;
    padding: 0 17px;
  }
}
.p-product_list__category li a.active {
  color: #f7f7f7;
  background: var(--color-text);
}
.p-product_list__sort {
  width: 100%;
  max-width: 334px;
  position: relative;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1099px) and (min-width: 720px) {
  .p-product_list__sort {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .p-product_list__sort {
    max-width: 100%;
  }
}
.p-product_list__sort:after {
  content: "";
  border: solid var(--color-text);
  border-width: 0 1px 1px 0;
  padding: 4px;
  position: absolute;
  right: 18px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .p-product_list__sort:after {
    padding: 3px;
    right: 15px;
  }
}
.p-product_list__sort #select_sort {
  font-size: 15px;
  border: 0.5px solid #d9d9d9;
  width: 100%;
  height: 58px;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 719px) {
  .p-product_list__sort #select_sort {
    font-size: 13px;
    height: 45px;
  }
}
.p-product_list__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 15px;
}
@media only screen and (max-width: 719px) {
  .p-product_list__contents {
    gap: 20px 10px;
  }
}
.p-product_list__contents .c-sec__slider__item {
  width: calc(25% - 11.25px) !important;
}
.p-product_list__contents .c-sec__slider__item {
  margin: 0;
}
@media only screen and (max-width: 1099px) and (min-width: 720px) {
  .p-product_list__contents .c-sec__slider__item {
    width: calc(33.333% - 10px) !important;
  }
}
@media only screen and (max-width: 719px) {
  .p-product_list__contents .c-sec__slider__item {
    width: calc(50% - 5px) !important;
  }
}