/* ==========================================================================
   ハウスみかんLP スタイルシート (housemikan-style.css)
   「はちみつ柑橘ドリンクカテゴリ」のデザイン完全踏襲 / コーディング規約準拠
   ========================================================================== */

/* 1. ボックスサイジングの設定（ラッパー配下のみ適用・規約遵守） */
.lp2026,
.lp2026 * {
  box-sizing: border-box;
}

/* 2. プロジェクト共通定義（ベース背景・PC/SPレイアウト） */
.lp2026 {
  max-width: 740px;
  /* 最大幅740px制限 */
  margin: 0 auto;
  background-color: #FAF9F6;
  /* ベース背景色（規約） */
  color: #4A4636;
  /* テキストカラー（規約） */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
}

/* 画像のレスポンシブ対応 */
.lp2026 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ仕様（1039px以下） */
@media screen and (max-width: 1039px) {
  .lp2026 {
    width: 100%;
    max-width: 100%;
  }
}

/* 3. タイポグラフィ定義 */
/* セクションタイトル */
.lp2026 .lp2026-section-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-weight: 700;
  color: #E2962D;
  /* メインカラー（規約） */
  line-height: 1.5;
  text-align: center;
  margin: 0 0 12px 0;
  position: relative;
}

.lp2026 .lp2026-section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #E2962D;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* 英文サブタイトル（12px指定・規約遵守） */
.lp2026 .lp2026-section-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  /* 12px指定箇所 */
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #8C846F;
  /* 英語サブタイトルカラー（規約） */
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px 0;
}

/* 本文テキスト */
.lp2026 .lp2026-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4A4636;
  line-height: 1.8;
  margin: 0 0 16px 0;
}

/* ==========================================================================
   各セクションデザイン
   ========================================================================== */

/* 4. 右固定ナビゲーションバナー */
.lp2026 .lp2026-fixed-side-banner {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 100;
}

.lp2026 .lp2026-fixed-side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: #FAF9F6;
  border: 2px solid #E2962D;
  color: #E2962D;
  border-radius: 50%;
  text-decoration: none;
  font-size: 12px;
  /* 12px指定 */
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  line-height: 1.3;
  padding: 4px;
}

.lp2026 .lp2026-fixed-side-btn:hover {
  background-color: #E2962D;
  color: #FFFFFF;
  transform: scale(1.05);
}

.lp2026 .lp2026-fixed-side-btn.lp2026-btn-cart {
  background-color: #E2962D;
  color: #FFFFFF;
  border-color: #C27E1D;
}

.lp2026 .lp2026-fixed-side-btn.lp2026-btn-cart:hover {
  background-color: #C27E1D;
}

@media screen and (max-width: 768px) {
  .lp2026 .lp2026-fixed-side-banner {
    display: none;
  }
}

/* 5. ファーストビュー (FV) */
.lp2026 .lp2026-fv-section {
  position: relative;
  width: 100%;
  aspect-ratio: 740 / 493;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp2026 .lp2026-fv-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.lp2026 .lp2026-fv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 2;
}

.lp2026 .lp2026-fv-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 24px;
  width: 100%;
}

.lp2026 .lp2026-fv-badge {
  display: inline-block;
  background-color: #7A8D6E;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.lp2026 .lp2026-fv-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 26px;
  font-weight: 700;
  color: #4A4636;
  line-height: 26px;
  margin: 0 0 12px 0;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.8);
}

.lp2026 .lp2026-fv-sub {
  font-size: 16px;
  font-weight: 500;
  color: #4A4636;
  margin: 0;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* 6. EEAT実績表示エリア */
.lp2026 .lp2026-eeat-container {
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  padding: 24px;
  margin: 24px;
}

.lp2026 .lp2026-eeat-meta {
  text-align: center;
  margin-bottom: 24px;
}

.lp2026 .lp2026-eeat-meta-tag {
  color: #C27E1D;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.lp2026 .lp2026-eeat-meta-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 22px;
  font-weight: 700;
  color: #4A4636;
  margin: 0 0 8px 0;
}

.lp2026 .lp2026-eeat-meta-desc {
  font-size: 16px;
  color: #4A4636;
  line-height: 1.6;
  margin: 0;
}

.lp2026 .lp2026-eeat-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: stretch;
}

.lp2026 .lp2026-eeat-badge {
  background-color: #ffffff;
  border: 1px solid #DDD9CE;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp2026 .lp2026-eeat-badge img {
  max-width: 60px;
  height: auto;
  margin-bottom: 8px;
}

.lp2026 .lp2026-eeat-badge-label {
  font-size: 12px;
  /* 12px指定 */
  line-height: 1.4;
  color: #4A4636;
  font-weight: 500;
}

.lp2026 .lp2026-eeat-badge.lp2026-badge-no1 {
  background-color: #ffffff;
  border: 2px solid #E2962D;
}

.lp2026 .lp2026-no1-sub {
  font-size: 12px;
  /* 12px指定 */
  color: #E2962D;
  display: block;
}

.lp2026 .lp2026-no1-main {
  font-size: 14px;
  font-weight: 900;
  color: #E2962D;
  display: block;
}

.lp2026 .lp2026-no1-main strong {
  font-size: 24px;
}

.lp2026 .lp2026-no1-desc {
  font-size: 12px;
  /* 12px指定 */
  color: #8C846F;
  display: block;
}

/* 7. 目次 (Table of Contents) */
.lp2026 .lp2026-toc-section {
  padding: 24px;
  background-color: #FAF9F6;
  border-bottom: 1px solid #DDD9CE;
}

.lp2026 .lp2026-toc-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-weight: 700;
  color: #4A4636;
  text-align: center;
  margin-bottom: 16px;
}

.lp2026 .lp2026-toc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lp2026 .lp2026-toc-btn {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  color: #4A4636;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.lp2026 .lp2026-toc-btn:hover {
  border-color: #E2962D;
  color: #E2962D;
}

/* 8. コモンセクションレイアウト */
.lp2026 .lp2026-section {
  padding: 56px 24px;
  border-bottom: 1px solid #DDD9CE;
}

.lp2026 .lp2026-section:last-of-type {
  border-bottom: none;
}

.lp2026 .lp2026-section-white {
  background-color: #FFFFFF;
}

.lp2026 .lp2026-section-light {
  background-color: #FAF9F6;
}

/* 9. 3つのこだわり (偶数反転フレックス) */
.lp2026 .lp2026-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp2026 .lp2026-benefit-item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #DDD9CE;
  border-radius: 12px;
  padding: 24px;
  gap: 24px;
  overflow: hidden;
}

.lp2026 .lp2026-benefit-item:nth-child(even) {
  flex-direction: row-reverse;
}

.lp2026 .lp2026-benefit-image {
  flex: 0 0 45%;
  border-radius: 8px;
  overflow: hidden;
}

.lp2026 .lp2026-benefit-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lp2026 .lp2026-benefit-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp2026 .lp2026-benefit-num {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-weight: 700;
  color: #C27E1D;
  line-height: 1;
  margin-bottom: 8px;
}

.lp2026 .lp2026-benefit-content h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #4A4636;
  line-height: 1.5;
}

.lp2026 .lp2026-benefit-content p {
  color: #4A4636;
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .lp2026 .lp2026-benefit-item {
    flex-direction: column !important;
    text-align: center;
    gap: 16px;
    padding: 20px;
  }

  .lp2026 .lp2026-benefit-image {
    flex: none;
    width: 100%;
  }
}

/* 10. おすすめシーン */
.lp2026 .lp2026-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lp2026 .lp2026-scene-card {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #DDD9CE;
}

.lp2026 .lp2026-scene-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lp2026 .lp2026-scene-card h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  color: #C27E1D;
  margin: 0 0 12px 0;
  font-weight: 700;
}

.lp2026 .lp2026-scene-card p {
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .lp2026 .lp2026-scene-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* 11. 商品紹介 (個別フォーム組み込み) */
.lp2026 .lp2026-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .lp2026 .lp2026-product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 340px;
  }
}

.lp2026 .lp2026-product-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DDD9CE;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

/* 商品画像の角丸は丸めない（規約遵守） */
.lp2026 .lp2026-product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 !important;
}

.lp2026 .lp2026-product-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lp2026 .lp2026-product-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 8px 0;
  min-height: 44px;
}

.lp2026 .lp2026-product-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 12px 0;
  flex-grow: 1;
}

.lp2026 .lp2026-price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #E63946;
  margin: 0 0 16px 0;
  text-align: center;
}

/* カートフォーム内入力欄のスタイリング */
.lp2026 .lp2026-option-group {
  margin-bottom: 12px;
  text-align: left;
}

.lp2026 .lp2026-option-label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #4A4636;
  margin-bottom: 4px;
}

.lp2026 .lp2026-option-select,
.lp2026 .lp2026-option-input {
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  border: 1px solid #DDD9CE;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #4A4636;
  outline: none;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

.lp2026 .lp2026-option-select:focus,
.lp2026 .lp2026-option-input:focus {
  border-color: #E2962D;
}

.lp2026 .lp2026-qty-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.lp2026 .lp2026-qty-label {
  font-size: 13px;
  font-weight: bold;
  color: #4A4636;
}

.lp2026 .lp2026-qty-input {
  width: 50px;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #DDD9CE;
  border-radius: 6px;
  outline: none;
}

/* 購入カートボタン：背景色#333333、文字色白、フォントサイズ12px（規約遵守） */
.lp2026 .lp2026-btn-purchase {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #333333;
  /* カートボタン色 */
  color: #FFFFFF !important;
  font-size: 12px;
  /* 12px指定箇所 */
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.lp2026 .lp2026-btn-purchase:hover {
  background-color: #555555;
}

/* 12. 作り手のストーリー（こだわりポイント） */
.lp2026 .lp2026-story-box {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 0px;
  border: 1px solid #DDD9CE;
  display: flex;
  gap: 24px;
  align-items: center;
}

.lp2026 .lp2026-story-image {
  flex: 0 0 45%;
  border-radius: 8px;
  overflow: hidden;
}

.lp2026 .lp2026-story-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lp2026 .lp2026-story-content {
  flex: 1;
}

.lp2026 .lp2026-story-content h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-weight: 700;
  color: #E2962D;
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.lp2026 .lp2026-story-content p {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp2026 .lp2026-story-box {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 20px;
  }

  .lp2026 .lp2026-story-image {
    flex: none;
    width: 100%;
  }
}

/* 13. よくあるご質問 (FAQ アコーディオン) */
.lp2026 .lp2026-qa-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp2026 .lp2026-qa-item {
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.lp2026 .lp2026-qa-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4A4636;
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  padding-right: 50px;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp2026 .lp2026-qa-title::before {
  content: 'Q.';
  color: #7A8D6E;
  font-size: 16px;
  font-weight: 700;
}

.lp2026 .lp2026-qa-title::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8C846F;
  border-bottom: 2px solid #8C846F;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

.lp2026 .lp2026-qa-item.lp2026-open .lp2026-qa-title::after {
  transform: translateY(-30%) rotate(-135deg);
}

.lp2026 .lp2026-qa-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #FAF9F6;
}

.lp2026 .lp2026-qa-content-inner {
  padding: 20px;
  border-top: 1px solid #DDD9CE;
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  gap: 10px;
}

.lp2026 .lp2026-qa-content-inner::before {
  content: 'A.';
  color: #E2962D;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.lp2026 .lp2026-qa-content p {
  margin: 0;
  color: #4A4636;
}

/* 14. ラスト：購入へのひと押し */
.lp2026 .lp2026-closing-section {
  padding: 56px 24px;
  text-align: center;
  background-color: #FAF9F6;
}

.lp2026 .lp2026-closing-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 22px;
  font-weight: 700;
  color: #4A4636;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.lp2026 .lp2026-re-benefit {
  background-color: #FFFFFF;
  border: 2px solid #E2962D;
  border-radius: 12px;
  padding: 24px;
  max-width: 500px;
  margin: 0 auto;
}

.lp2026 .lp2026-re-benefit-title {
  color: #E2962D;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 16px 0;
}

.lp2026 .lp2026-closing-benefit-list {
  text-align: left;
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
}

.lp2026 .lp2026-closing-benefit-list li {
  margin-bottom: 8px;
}

.lp2026 .lp2026-closing-benefit-list li:last-child {
  margin-bottom: 0;
}