/* ブランド共通 */
.product-list.pickup-list {
  --font-family-base: "Zen Maru Gothic", sans-serif;
  --font-family-latin: "Poppins", sans-serif;
  --brand-color: #009140;
  --brand-text-color: var(--brand-color);
  --brand-bg-color: var(--brand-color);
  --brand-hover-bg-color: #007a36;
  --brand-hover-outline-bg-color: #e6f4ed;
  --brand-border-color: var(--brand-color);
  --brand-box-shadow-color: #004a28;
  --brand-product-img-item-bg-color: #fff6e0;

  font-family: var(--font-family-base);
}

.fv {
  padding-top: 147px;

  @media (768px <= width) {
    padding-top: 200px;
  }
}

.fv__catchcopy-sub-text {
  margin-bottom: 4px;
  font-family: var(--font-family-latin);
  font-size: min(16px, calc(16 / 375 * 100vw));
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 8px #000;
  color: #fff;
}

.lineup {
  margin-top: 0;
  padding-block: 40px;

  @media (768px <= width) {
    padding-block: 80px;
  }
}
