.p_product__item__tag {
  font-size: 1.0625rem;
}

.p_product__item__ttl {
  font-size: 1.25rem;
}

.p_product__list01__txt {
  font-size: 1.25rem;
}
.p_product_sec01 {
  padding-top: 30px;
}
.p_product_sec01 .c_pagination {
  margin-top: 60px;
}
.p_product__list {
  display: grid;
  grid-gap: 50px 0;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}
.p_product__item {
  position: relative;
  padding-bottom: 70px;
}
.p_product__item__img {
  text-align: center;
  overflow: hidden;
  aspect-ratio: 515/350;
}
.p_product__item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.p_product__item__infor {
  padding-top: 10px;
}
.p_product__item__ttl {
  color: #285a2c;
  font-weight: 600;
  line-height: 1.45;
}
.p_product__item__tags {
  margin-top: 10px;
}
.p_product__item__list {
  display: grid;
}
.p_product__item__tag {
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-right: 15px;
}
.p_product__item__tag:first-child {
  margin-top: 0;
}
.p_product__item__tag .item_tag {
  display: inline-block;
}
.p_product__item__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p_product_sec02 {
  padding-top: 60px;
}
.p_product_sec02__blocks {
  margin-top: 30px;
}
.p_product_sec02__block {
  margin-top: 60px;
  text-align: center;
}
.p_product_sec02__block:first-child {
  margin-top: 0;
}
.p_product_sec02__block__btn {
  display: grid;
  margin: 30px auto 0;
  width: 100%;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

.p_product__head {
  text-align: center;
  margin-bottom: 50px;
}
.p_product__ttl {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4464285714;
  color: #43140D;
  position: relative;
  padding: 0 10px 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.p_product__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #43140D;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p_product__list01__txt {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
  color: #43140D;
}
@media screen and (min-width: 768px) {
  .p_product__item__tag {
    font-size: 1.25rem;
  }
  .p_product__item__ttl {
    font-size: 1.625rem;
  }
  .p_product__list01__txt {
    font-size: 1.6875rem;
  }
  .p_product .c_ttl01__txt02 {
    margin-top: 21px;
  }
  .p_product .c_breadcrumb {
    margin-bottom: 68px;
  }
  .p_product_sec01 {
    padding-top: 53px;
  }
  .p_product_sec01 .c_pagination {
    margin-top: 119px;
  }
  .p_product__list {
    max-width: 1148px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px clamp(2.5rem, 7.3643410853vw + -1.0348837209rem, 7.25rem);
    margin-top: 65px;
  }
  .p_product__item {
    padding-bottom: 83px;
  }
  .p_product__item__infor {
    padding-top: 13px;
  }
  .p_product__item__tags {
    margin-top: 12px;
  }
  .p_product__item__tag {
    padding-right: 5px;
    padding-right: 15px;
  }
  .p_product__item__tag .item_tag {
    transition: all 0.5s;
  }
  .p_product__item__tag .item_tag:hover {
    opacity: 0.7;
  }
  .p_product_sec02 {
    padding-top: 131px;
    padding-bottom: 13px;
  }
  .p_product_sec02__blocks {
    margin-top: 40px;
  }
  .p_product_sec02__block {
    margin-top: 163px;
  }
  .p_product_sec02__block__btn {
    grid-template-columns: 1fr 1fr;
    max-width: 737px;
    grid-gap: 33px clamp(2.5rem, 8.2364341085vw + -1.4534883721rem, 7.8125rem);
    margin-top: 68px;
  }
  .p_product_sec02__block.i01 .c_ttl02 {
    padding-inline: 133px;
    padding-bottom: 25px;
  }
  .p_product_sec02__block.i02 .c_ttl02 {
    padding-inline: 80px;
    padding-bottom: 29px;
  }
  .p_product_sec02__block.i02 .p_product_sec02__block__btn {
    margin-top: 67px;
  }
  .p_product__head {
    margin-bottom: 106px;
  }
  .p_product__ttl {
    font-size: clamp(2.5rem, 3.125vw + 1rem, 3.5rem);
    padding: 0 26px 10px 26px;
    margin-bottom: 17px;
  }
}
/*# sourceMappingURL=maps/product.css.map */
