@charset "UTF-8";

.product_wrap {
  background: #F4F4F1;
}

.product_wrap.archive .container {
  max-width: 1040px;
}

.product_lead,
.product_section,
.product_section_cards {
  font-family: "Noto Sans JP", sans-serif;
}

/* ============================================================
   リード文
============================================================ */
.product_lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  padding: 124px 0 68px;
}

@media screen and (max-width: 767px) {
  .product_lead {
    padding: 36px 0 64px;
    text-align: left;
  }
}

/* ============================================================
   セクション共通
============================================================ */
.product_section {
  margin-bottom: 128px;
}

.product_section_cards {
  margin-bottom: 80px;
}

.product_section_line {
  border-top: 1px solid #cccccc;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .product_section {
    margin-bottom: 64px;
  }
  .product_section_line {
    margin-bottom: 48px;
  }
}

/* ============================================================
   上段：テキスト＋画像（右画像はコンテナー外へはみ出し）
============================================================ */
.product_upper {
  display: flex;
  align-items: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  margin-bottom: 56px;
}

/* テキストカラム：左半分 */
.product_upper_txt {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_upper_txt_inner {
  width: 100%;
  text-align: center;
}

/* 画像カラム：右半分、右端まで伸ばす */
.product_upper_img {
  flex: 0 0 50%;
  max-width: 50%;
}

.product_upper_img img {
  width: 720px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.product_grade_en {
  font-family: "Lora", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #83AA66;
}

.product_grade_sub {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 4px;
}

.product_grade_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin-top: 16px;
}

.product_banner {
 padding: 80px 0;
}

.product_banner_link {
  display: block;
}

.product_banner picture,
.product_banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .product_upper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .product_upper_txt {
    flex: none;
    width: 100%;
    justify-content: flex-start;
  }

  .product_upper_txt_inner {
    max-width: 100%;
    padding: 32px 20px;
  }

  .product_upper_img {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .product_upper_img img {
    min-width: 336px;
    margin-left: auto;
  }

  .product_grade_en {
    font-size: 38px;
  }

  .product_grade_sub {
    font-size: 24px;
  }

  .product_grade_desc {
    font-size: 22px;
  }
}

/* ============================================================
   下段：商品カード2枚並び
============================================================ */
.product_cards {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 0;
}

.product_card {
  display: flex;
  flex-direction: column;
  width: 480px;
  flex-shrink: 0;
}

/* カードヘッダー（緑背景・白文字） */
.product_card_head {
  background: #477141;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
}

.product_card_name {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

/* 英語ページのみ個別調整可能（現状値は 21px を維持） */
html[lang="ja"] .product_card_name {
  font-size: 29px;
}

.product_card_name::after {
  content: "";
  flex-shrink: 0;
  width: 1px;
  height: 0.85em;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.product_card_origin {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.product_card_tag {
  font-size: 16px;
  color: #fff;
  background-color: #678862;
  padding: 2px 8px;
  margin-left: auto;
}

/* カードボディ（白背景）。左右カードは高い方に揃え、余白はここで伸ばす */
.product_card_body {
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
  padding: 20px 48px 48px;
}

.product_card_catch {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 12px;
}

.product_card_line {
  border-top: 1px solid #cccccc;
  margin-bottom: 14px;
}

/* テーブル（罫線なし） */
.product_card_table {
  width: 100%;
  border-collapse: collapse;
}

.product_card_table th,
.product_card_table td {
  padding: 3px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: none;
}

.product_card_table th {
  width: 3em;
  font-weight: 600;
  color: #477141;
  white-space: nowrap;
  padding-right: 30px;
}

.product_card_table td {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .product_cards {
    flex-direction: column;
    gap: 24px;
  }

  .product_card {
    width: 100%;
  }

  .product_card_head {
    height: auto;
    min-height: 64px;
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .product_card_name {
    font-size: 21px;
  }

  html[lang="ja"] .product_card_name {
    font-size: 21px;
  }

  .product_card_body {
    padding: 16px;
    min-height: auto;
  }
}
