@charset "UTF-8";
/* ===== 共通 ===== */
:root {
  --border-1: min(1px, 0.266666666666666667vmin);
  --border-2: min(2px, 0.533333333333333333vmin);
  --shadow2: 0 0 min(4px, 1.066666666666666667vmin) rgba(0, 0, 0, 0.25);
}

.voice-heading {
  padding-block: 16px;
  color: var(--color-brown);
  font-weight: 700;
  text-align: center;
  border-block-end: var(--border-2) solid var(--color-brown);
}

.voice-sub-heading {
  display: flex;
  align-items: center;
  min-block-size: 56px;
  margin-block-end: 0;
  padding-block: 0.5rem;
  background: var(--color-beige);
  color: var(--color-brown);
  font-weight: 700;
  border-radius: 9999px;
}

.button.__border {
  background: var(--color-white);
  font-size: 1.125rem;
  color: var(--color-brown);
  border: var(--border-1) solid var(--color-brown);
}

/* ===== タイトル＆メイン画像 ===== */
.voice-intro p {
  line-height: 2.2;
}

/* ===== 記事のセクション ===== */
.voice-box:has(img) {
  display: grid;
}
.voice-box p {
  line-height: 2.2;
}

/* ===== voice-list ===== */
.voice-list {
  display: grid;
  gap: 24px;
}

.voice-item {
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow2);
}

.voice-item__upper {
  display: grid;
  align-items: center;
  grid-template-columns: min(100px, 26.6666666667vmin) 1fr;
  gap: min(16px, 4.2666666667vmin);
}

.voice-item__sub {
  font-size: 0.75rem;
  color: #7A6859;
}

.voice-item__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px min(16px, 4.2666666667vmin);
}

.voice-item__score {
  display: flex;
  align-items: center;
  gap: min(8px, 2.1333333333vmin);
  margin-block-start: 8px;
}
.voice-item__score .__star [class*=fa] {
  font-size: 0.8125rem;
  color: #FFA41C;
}
.voice-item__score .__score {
  font-size: 1.1rem;
  line-height: 1;
}

.voice-item__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  block-size: 100%;
  font-size: 0.875rem;
}
.voice-item__bottom .button {
  min-block-size: 44px;
  inline-size: 100%;
  margin-block-start: auto;
}

.voice-item__product-name {
  font-weight: 700;
}
.voice-item__product-name a {
  color: var(--color-text);
}

@media screen and (width < 769px) {
  /* ===== 共通 ===== */
  .voice-section + * {
    margin-block-start: 40px;
  }
  .voice-section > * + * {
    margin-block-start: 24px;
  }
  .voice-heading {
    font-size: 1.2rem;
  }
  .voice-sub-heading {
    justify-content: center;
    padding-inline: min(16px, 4.2666666667vmin);
    font-size: 1.125rem;
    text-align: center;
  }
  .button.__border {
    inline-size: 100%;
  }
  /* ===== タイトル＆メイン画像 ===== */
  .voice-intro p {
    margin-block-start: 24px;
    font-size: 0.875rem;
  }
  /* ===== 記事のセクション ===== */
  .voice-box:has(img) {
    gap: 24px;
  }
  .voice-box p {
    font-size: 0.875rem;
  }
  /* ===== voice-list ===== */
  .voice-item {
    gap: 24px;
    padding: min(16px, 4.2666666667vmin);
  }
  .voice-item__bottom {
    line-height: 1.6;
  }
  .voice-item__bottom .button {
    font-size: 0.875rem;
  }
}
@media screen and (769px <= width) {
  /* ===== 共通 ===== */
  .voice-section + * {
    margin-block-start: 48px;
  }
  .voice-section > * + * {
    margin-block-start: 32px;
  }
  .voice-heading {
    font-size: 1.5rem;
  }
  .voice-sub-heading {
    padding-inline: 32px;
    font-size: 1.2rem;
  }
  /* ===== タイトル＆メイン画像 ===== */
  .voice-intro p {
    margin-block-start: 30px;
    font-size: 1rem;
  }
  /* ===== 記事のセクション ===== */
  .voice-box:has(img) {
    grid-template-columns: 260px 1fr;
    gap: 30px;
  }
  .voice-box p {
    font-size: 1rem;
  }
  /* ===== voice-list ===== */
  .voice-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-item {
    gap: 20px;
    padding: 24px;
  }
  .voice-item__bottom {
    line-height: 2;
  }
}/*# sourceMappingURL=voice.css.map */