.c-pankuzu {
  padding-bottom: 15px;
}

.p-product_list {
  padding: 0;
}

.product__mv {
  background: #340c50;
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .product__mv {
    height: 130px;
    margin-bottom: 15px;
  }
}
.product__mv .c-column__item__cat {
  font-size: 30px;
  gap: 10px;
}
@media only screen and (max-width: 719px) {
  .product__mv .c-column__item__cat {
    font-size: 24px;
    gap: 8px;
  }
}
.product__mv .c-column__item__cat:before {
  width: 23px;
}
@media only screen and (max-width: 719px) {
  .product__mv .c-column__item__cat:before {
    width: 18px;
  }
}
.product__mv .c-column__item__cat.archive {
  font-size: 36px;
  color: var(--color-secondary);
}
@media only screen and (max-width: 719px) {
  .product__mv .c-column__item__cat.archive {
    font-size: 26px;
  }
}
.product__mv .c-column__item__cat.archive:before {
  display: none;
}
.product__mv__txt {
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .product__mv__txt {
    font-size: 12px;
    margin-top: 5px;
  }
}
.product__total {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 719px) {
  .product__total {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.product__total span {
  display: inline-block;
  margin-right: 5px;
}
.product__total span:last-of-type {
  margin-right: 0;
}

.c-pagination {
  padding: 100px 0;
}
@media only screen and (max-width: 719px) {
  .c-pagination {
    padding: 70px 0;
  }
}