* { margin: 0; padding: 0; box-sizing: border-box; }

/* ECforce購入フォームの見出し「お客様情報のご入力(PC)」を非表示 */
.landing_form_label_ec {
  display: none;
}

body {
  background-color: #e2e086;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  /* 日本語テキストが単語の途中で改行されるのを防止（「クリアハードジェ」+「ル」のような不自然な折り返し対策） */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.lp-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #e2e086;
}

/* ==== 【試験的】YOLU風：画面固定の背景画像 + 白カード構造（PCのみ） ==== */
/* SPは重くなりやすいため、PC（769px以上）のみ適用しています */
@media (min-width: 768px) {
  body {
    /* TODO: 背景画像のURLに差し替えてください */
    background: url(https://d2w53g1q050m78.cloudfront.net/lippsproductcom/uploads/%E3%82%AF%E3%83%AA%E3%82%A2%E3%83%8F%E3%83%BC%E3%83%89%E3%82%B8%E3%82%A7%E3%83%AB/%E8%83%8C%E6%99%AF%E7%94%BB%E5%83%8F.png?1786500553511&_etid=2-fef3a157d54eeaa0) top center no-repeat;
    background-color: #e2e086; /* 画像読み込み前・失敗時のフォールバック */
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
  }
  .lp-wrap {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  }
}

/* ファーストビュー（画面幅いっぱいに表示） */
.lp-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  line-height: 0; /* img下の余白防止 */
}
.lp-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* 商品説明セクション（番号・見出し + 画像の2カラムレイアウト） */
.lp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
  margin: 60px 0;
}
.lp-feature-item:nth-child(even) {
  margin-top: 48px;
}
.lp-feature-item:last-child {
  grid-column: 1 / -1;
  max-width: calc(50% - 15px);
  margin: 0 auto;
}
.lp-feature-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;
}
.lp-feature-heading .num {
  font-size: 34px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  line-height: 1;
}
.lp-feature-heading .title {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.03em;
}
.lp-feature-image {
  line-height: 0;
}
.lp-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* H1見出し・リード文・価格表示（視認性向上のため白カードで背景と分離） */
.lp-intro {
  padding: 50px 20px;
}
.lp-intro-inner {
  max-width: 760px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 44px 40px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.lp-intro .lp-highlight {
  background: linear-gradient(transparent 55%, #fff45c 55%);
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lp-intro h1 {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 24px;
}
.lp-intro p {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 2.1;
}
.lp-intro .lp-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.lp-intro .lp-price {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.lp-intro .lp-price-image {
  flex-shrink: 0;
  line-height: 0;
}
.lp-intro .lp-price-image img {
  display: block;
  width: 80px;
  max-height: 100px;
  height: auto;
}
.lp-intro .lp-price-badge {
  display: inline-block;
  margin-left: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  vertical-align: middle;
}
.lp-intro .lp-price-badge small {
  font-size: 13px;
  font-weight: bold;
  margin-left: 4px;
}

/* DESIGNER'S VOICE */
.lp-voice {
  padding: 20px;
  margin: 40px 0;
}
.lp-voice-heading {
  max-width: 700px;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  text-align: center;
}
.lp-voice-item {
  max-width: 700px;
  margin: 0 auto 20px;
  background-color: #efeee0;
  border-radius: 4px;
  padding: 24px 28px;
}
.lp-voice-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lp-voice-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dddccb;
}
.lp-voice-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-voice-profile {
  text-align: left;
}
.lp-voice-salon,
.lp-voice-role {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 1.6;
}
.lp-voice-name {
  font-size: 17px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 2px;
}
.lp-voice-divider {
  border-top: 1px solid #d8d7c5;
  margin: 20px 0;
}
.lp-voice-comment {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 1.9;
  text-align: left;
}

/* ヘアカタログ */
.lp-catalog {
  padding: 20px;
  margin: 40px 0;
}
.lp-catalog-heading {
  max-width: 1000px;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  text-align: center;
}
.lp-catalog-grid {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lp-catalog-item {
  line-height: 0;
}
.lp-catalog-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.lp-catalog-item img:hover {
  opacity: 0.85;
}

/* 商品スペック表 */
.lp-spec {
  padding: 20px;
  margin: 40px 0;
}
.lp-spec h2 {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 24px;
}
.lp-spec table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #ffffff;
}
.lp-spec th,
.lp-spec td {
  padding: 14px 20px;
  border-bottom: 1px solid #e0ddb0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.lp-spec th {
  width: 30%;
  background-color: #f5f4dd;
  font-weight: bold;
  color: #1a1a1a;
}
.lp-spec td {
  color: #333333;
  font-weight: bold;
}

/* FAQ */
.lp-faq {
  padding: 20px;
  margin: 40px 0;
}
.lp-faq h2 {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 24px;
}
.lp-faq-item {
  max-width: 700px;
  margin: 0 auto 16px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.lp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 48px 20px 24px;
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
}
.lp-faq-item summary::-webkit-details-marker {
  display: none;
}
.lp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.lp-faq-item[open] summary::after {
  content: "−";
}
.lp-faq-item p {
  margin: 0;
  padding: 0 24px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}

/* 法定表記リンク */
.lp-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  padding: 20px;
  font-size: 12px;
}
.lp-legal-links a {
  color: #1a1a1a;
  text-decoration: underline;
}
.lp-legal-links a:hover {
  opacity: 0.7;
}

/* CTAボタン（購入はこちら） */
.lp-cta {
  text-align: center;
  padding: 24px 0;
  background-color: #e2e086;
}
.lp-cta .btn-primary {
  display: inline-block;
  min-width: 320px;
  padding: 18px 40px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity 0.2s ease;
}
.lp-cta .btn-primary:hover {
  opacity: 0.8;
}

/* フッター注記 */
.lp-note {
  text-align: center;
  font-size: 12px;
  color: #333333;
  padding: 16px 0 32px;
  background-color: #e2e086;
}

/* 購入先選択ポップアップ */
.lp-shop-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.lp-shop-modal.is-open {
  display: block;
}
.lp-shop-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp-shop-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 30px 32px;
  text-align: center;
}
.lp-shop-modal-close {
  position: absolute;
  top: 8px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #666666;
  cursor: pointer;
  padding: 6px;
}
.lp-shop-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.lp-shop-modal-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-shop-modal-links a {
  display: block;
  padding: 16px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity 0.2s ease;
}
.lp-shop-modal-links a:hover {
  opacity: 0.8;
}

/* 画像拡大ポップアップ（HAIR CATALOG用） */
.lp-image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.lp-image-modal.is-open {
  display: block;
}
.lp-image-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.lp-image-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
}
.lp-image-modal-body img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}
.lp-image-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  padding: 6px;
}

/* スクロール連動フェードインアニメーション */
.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
}
/* 2カラムの商品説明カードは少しずつ表示タイミングをずらす */
.lp-feature-item.js-fade:nth-child(odd) {
  transition-delay: 0s;
}
.lp-feature-item.js-fade:nth-child(even) {
  transition-delay: 0.15s;
}

/* ==== PC/SP画像の出し分け（デフォルトはPC表示） ==== */
.lp-hero img.sp {
  display: none;
}
.lp-hero img.pc {
  display: block;
}

/* SPのみで改行させたい箇所（デフォルト＝PCでは改行なし） */
br.sp-only {
  display: none;
}
/* PCのみで改行させたい箇所（デフォルト＝表示） */
br.pc-only {
  display: inline;
}

/* ============================================================
   SPレスポンシブ対応（767px以下）
   PC用に組んだ2カラム・固定背景・横並びレイアウトを
   1カラム・縦積みに調整しています
   ============================================================ */
@media (max-width: 767px) {

  /* ファーストビュー画像の出し分け */
  .lp-hero img.pc {
    display: none;
  }
  .lp-hero img.sp {
    display: block;
  }

  /* SPのみ改行を表示 */
  br.sp-only {
    display: inline;
  }
  /* PCのみの改行はSPで無効化 */
  br.pc-only {
    display: none;
  }

  .lp-wrap {
    padding: 0 16px;
  }

  /* H1見出し・リード文・価格表示 */
  .lp-intro {
    padding: 32px 0;
  }
  .lp-intro-inner {
    padding: 28px 20px;
  }
  .lp-intro h1 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .lp-intro p {
    font-size: 13px;
  }
  .lp-intro .lp-price-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
  }
  .lp-intro .lp-price {
    font-size: 13px;
  }
  .lp-intro .lp-price-image img {
    width: 70px;
    max-height: 90px;
  }
  .lp-intro .lp-price-badge {
    font-size: 18px;
  }
  .lp-intro .lp-price-badge small {
    font-size: 11px;
  }

  /* CTAボタン */
  .lp-cta .btn-primary {
    display: block;
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 0 auto;
    padding: 16px 24px;
    font-size: 15px;
  }

  /* 商品説明セクション（1カラム表示） */
  .lp-feature-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
    column-gap: 0;
    margin: 40px 0;
  }
  .lp-feature-item.js-fade:nth-child(even) {
    margin-top: 0;
    transition-delay: 0s;
  }
  .lp-feature-item:last-child {
    grid-column: auto;
    max-width: 100%;
    margin: 0;
  }
  .lp-feature-heading .num {
    font-size: 26px;
  }
  .lp-feature-heading .title {
    font-size: 15px;
  }

  /* DESIGNER'S VOICE */
  .lp-voice-heading {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .lp-voice-item {
    padding: 20px;
    margin-bottom: 16px;
  }
  .lp-voice-avatar {
    width: 50px;
    height: 50px;
  }
  .lp-voice-salon,
  .lp-voice-role {
    font-size: 10px;
  }
  .lp-voice-name {
    font-size: 15px;
  }
  .lp-voice-comment {
    font-size: 13px;
  }

  /* ヘアカタログ（2カラムのまま、余白のみ調整） */
  .lp-catalog-heading {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .lp-catalog-grid {
    gap: 10px;
  }

  /* 商品スペック表（項目名→内容を縦積み表示） */
  .lp-spec h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .lp-spec table,
  .lp-spec tbody,
  .lp-spec tr,
  .lp-spec th,
  .lp-spec td {
    display: block;
    width: 100%;
  }
  .lp-spec tr {
    padding: 12px 16px;
    border-bottom: 1px solid #e0ddb0;
  }
  .lp-spec th {
    background-color: transparent;
    font-size: 12px;
    padding: 0 0 4px;
  }
  .lp-spec td {
    font-size: 14px;
    padding: 0;
    border-bottom: none;
  }

  /* FAQ */
  .lp-faq h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .lp-faq-item summary {
    padding: 16px 40px 16px 16px;
    font-size: 13px;
  }
  .lp-faq-item summary::after {
    right: 16px;
    font-size: 18px;
  }
  .lp-faq-item p {
    padding: 0 16px 16px;
    font-size: 12px;
  }

  /* 法定表記リンク */
  .lp-legal-links {
    gap: 8px 16px;
    padding: 16px 0;
    font-size: 11px;
  }

  /* フッター注記 */
  .lp-note {
    font-size: 11px;
    padding: 12px 0 24px;
  }

  /* 購入先選択ポップアップ */
  .lp-shop-modal-body {
    width: 88%;
    max-width: 340px;
    padding: 32px 24px 26px;
  }
  .lp-shop-modal-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .lp-shop-modal-links a {
    padding: 14px;
    font-size: 14px;
  }
}