/* ==========================================================================
   和歌山フルーツサイダーLP スタイルシート (valencia-style.css)
   ハウスみかんLPデザイン踏襲 / コーディング規約準拠 / futureshop組み込み対応
   ========================================================================== */

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

/* 2. プロジェクト共通定義（ベース背景・PC/SPレイアウト） */
.lp2026 {
  width: 100%;
  max-width: 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;
}

/* 画像のレスポンシブ対応・CLS対策 */
.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;
  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;
}

/* セクション基本 */
.lp2026-section {
  padding: 50px 20px;
  border-bottom: 1px solid #DDD9CE;
}

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

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

/* 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;
  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;
  }
}

/* 1. ファーストビュー (FV) */
.lp2026 .lp2026-fv-section {
  position: relative;
  text-align: center;
  background-color: #FAF9F6;
  padding: 0 0 20px 0;
}

.lp2026 .lp2026-fv-catch {
  background: linear-gradient(135deg, #E2962D 0%, #C27E1D 100%);
  color: #FFFFFF;
  padding: 16px 20px;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.lp2026 .lp2026-fv-subcatch {
  font-size: 14px;
  margin-top: 6px;
  font-weight: normal;
  display: block;
}

.lp2026 .lp2026-fv-img-wrapper {
  margin: 15px auto;
  max-width: 100%;
}

.lp2026 .lp2026-fv-img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* 2. 導入セクション */
.lp2026 .lp2026-intro-section {
  background-color: #FFFFFF;
  text-align: center;
  padding: 40px 20px;
}

.lp2026 .lp2026-intro-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 22px;
  color: #C27E1D;
  margin-bottom: 16px;
  line-height: 1.5;
}

.lp2026 .lp2026-intro-text {
  font-size: 15px;
  line-height: 1.9;
  color: #4A4636;
  text-align: center;
  text-justify: inter-ideograph;
}

/* 3. E-E-A-T（経験・専門性・権威性・信頼性）・権威性表現エリア */
.lp2026 .lp2026-authority-section {
  background-color: #FAF9F6;
}

.lp2026 .lp2026-authority-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.lp2026 .lp2026-authority-card {
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  padding: 20px;
  text-align: center;
}

.lp2026 .lp2026-authority-badge {
  display: inline-block;
  background-color: #7A8D6E;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 12px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 6px;
}

.lp2026 .lp2026-authority-card-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 16px;
  color: #4A4636;
  margin-bottom: 8px;
  font-weight: bold;
}

.lp2026 .lp2026-authority-card-desc {
  font-size: 13px;
  color: #4A4636;
  line-height: 1.7;
}

/* 4. ベネフィット */
.lp2026 .lp2026-benefit-section {
  background-color: #FFFFFF;
}

.lp2026 .lp2026-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp2026 .lp2026-benefit-item {
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #FAF9F6;
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  padding: 16px;
}

@media screen and (max-width: 600px) {
  .lp2026 .lp2026-benefit-item {
    flex-direction: column;
    text-align: center;
  }
}

.lp2026 .lp2026-benefit-num {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 28px;
  font-weight: bold;
  color: #E2962D;
  min-width: 45px;
  text-align: center;
}

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

.lp2026 .lp2026-benefit-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #C27E1D;
  margin-bottom: 6px;
}

.lp2026 .lp2026-benefit-item-desc {
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================================================
   5. 商品リスト (カート設置エリア - ハウスみかんデザイン & 横2列指定)
   ========================================================================== */
.lp2026 .lp2026-product-section {
  background-color: #FAF9F6;
  padding: 50px 20px;
}

/* 横2列表示グリッド */
.lp2026 .lp2026-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

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

/* 商品カード (border-radius: 12px;) */
.lp2026 .lp2026-product-card {
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 0;
}

.lp2026 .lp2026-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.lp2026 .lp2026-product-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  /* 商品画像単体の角丸は設定しない（規約遵守） */
  display: block;
}

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

.lp2026 .lp2026-product-tag {
  display: inline-block;
  align-self: flex-start;
  background-color: #E2962D;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.lp2026 .lp2026-product-tag.lp2026-tag-outlet {
  background-color: #E63946;
}

.lp2026 .lp2026-product-name {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 17px;
  font-weight: 700;
  color: #4A4636;
  margin: 0 0 8px 0;
  line-height: 1.4;
  border-bottom: 2px solid #E2962D;
  padding-bottom: 6px;
}

.lp2026 .lp2026-product-desc {
  font-size: 13px;
  color: #4A4636;
  line-height: 1.6;
  margin: 0 0 12px 0;
  flex-grow: 1;
}

/* カートフォームグループ */
.lp2026 .lp2026-option-group {
  margin-bottom: 12px;
}

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

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

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

.lp2026 .lp2026-input-qty {
  width: 80px !important;
  text-align: center;
  font-weight: bold;
}

/* カートボタン規約: 背景色#333333, 注釈12px */
.lp2026 button[type="submit"],
.lp2026 .lp2026-cart-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-top: 12px;
}

.lp2026 button[type="submit"]:hover,
.lp2026 .lp2026-cart-btn:hover {
  background-color: #555555;
}

.lp2026 .lp2026-note-text {
  font-size: 12px;
  color: #8C846F;
  margin-top: 8px;
  line-height: 1.5;
}

/* 6. 商品のこだわりポイント */
.lp2026 .lp2026-commitment-section {
  background-color: #FFFFFF;
}

.lp2026 .lp2026-commitment-box {
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  background-color: #FAF9F6;
  padding: 20px;
  margin-bottom: 20px;
}

.lp2026 .lp2026-commitment-box:last-child {
  margin-bottom: 0;
}

.lp2026 .lp2026-commitment-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.lp2026 .lp2026-commitment-badge {
  background-color: #E2962D;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 10px;
  white-space: nowrap;
  border-radius: 6px;
}

.lp2026 .lp2026-commitment-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  font-weight: bold;
  color: #4A4636;
}

.lp2026 .lp2026-commitment-text {
  font-size: 14px;
  line-height: 1.8;
}

/* 7. お客様の声（レビュー） */
.lp2026 .lp2026-review-section {
  background-color: #FAF9F6;
}

.lp2026 .lp2026-review-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp2026 .lp2026-review-card {
  background-color: #FFFFFF;
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  padding: 16px 20px;
  position: relative;
}

.lp2026 .lp2026-review-stars {
  color: #E2962D;
  font-size: 16px;
  margin-bottom: 6px;
}

.lp2026 .lp2026-review-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
  color: #4A4636;
}

.lp2026 .lp2026-review-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4A4636;
}

.lp2026 .lp2026-review-author {
  font-size: 12px;
  color: #8C846F;
  text-align: right;
  margin-top: 8px;
}

/* 8. よくある質問（Q&A） */
.lp2026 .lp2026-faq-section {
  background-color: #FFFFFF;
}

.lp2026 .lp2026-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp2026 .lp2026-faq-item {
  border: 1px solid #DDD9CE;
  border-radius: 12px;
  /* border角丸指定 */
  background-color: #FAF9F6;
  padding: 16px;
}

.lp2026 .lp2026-faq-q {
  font-weight: bold;
  font-size: 15px;
  color: #E2962D;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.lp2026 .lp2026-faq-q::before {
  content: "Q.";
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  font-weight: bold;
  color: #E2962D;
}

.lp2026 .lp2026-faq-a {
  font-size: 14px;
  line-height: 1.7;
  color: #4A4636;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.lp2026 .lp2026-faq-a::before {
  content: "A.";
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  font-weight: bold;
  color: #7A8D6E;
}

/* 表示中ページ（設置ページと同一URLの商品カード）用スタイル */
.lp2026 .lp2026-cart-btn.lp2026-btn-current {
  background-color: #8C846F !important;
  color: #FFFFFF !important;
  cursor: default !important;
  pointer-events: none !important;
  box-shadow: none !important;
  opacity: 0.85;
}

.lp2026 .lp2026-product-card.lp2026-card-current {
  border-color: #E2962D !important;
  box-shadow: 0 0 0 2px rgba(226, 150, 45, 0.3) !important;
}