/******************************/
/* product list */
/******************************/
.p-productlist__ttl {
  color: var(--heading-text-color);
  font-size: var(--heading-font-size-sp);
  font-weight: var(--heading-font-weight);
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 10px 0 30px;
  text-align: center;
  border-bottom: 1px dotted;
  padding: 20px;
  }
@media screen and (min-width: 768px) {
  .p-productlist__ttl {
    font-size: var(--heading-font-size-pc);
  }
}
.p-productlist-free {
  margin-bottom: 40px;
  line-height: 2;
}
.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .badge {
    background: #f0ecf7;
    border: 1px solid #e7e3ef;
    border-radius: 999px;
    padding: .35em .8em;
    font-size: .85rem;
    color: #5f4b8b;;
  }

  @media (max-width: 900px) {
    .hero .wrap {
      grid-template-columns: 1fr;
    }
  }