* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #0b0f12;
  color: #ffffff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
} 

/* ==========================================================================
   ヒーローエリア（lp-hero）
   ========================================================================== */
.lp-hero {
  background-image: url('images-new/ugreendmaster_nas_hero.png');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1400 / 586; 
  padding: 30px 40px 0 40px; 
  position: relative;
  display: flex;
  align-items: center;
}
.lp-hero__inner {
  width: 100%;
  max-width: 1400px; 
  margin: 0 auto;
}

.lp-hero__logo {
  position: relative;
  z-index: 10;
  top: 15px; /* スマホでの上の余白 */
  left: max(40px, calc((100% - 1400px) / 2 + 40px)); /* 左端にピタッと合わせる */
}

.lp-hero__logo img {
  width: 140px !important; /* スマホでのロゴの大きさ */
  max-width: 100% !important;
  height: auto !important;
}


@media (min-width: 1024px) {
  .lp-hero__logo {
    top: -5px; /* PCだけさらに上へ移動 */
  }
  
  .lp-hero__logo img {
    width: 260px !important; /* PCだけロゴを大きく */
  }
}


/* 本文レイアウト */
.lp-hero__body {
  margin: 0; 
}

.lp-hero__content {
  max-width: 650px;
  margin-top: 40px;
  padding-left: 10px; 
}
/* 金色グラデーション文字の共通設定 */
.lp-hero__badge,
.lp-hero__lead-badge {
  background: linear-gradient(90deg, #9c895d 0%, #f5ebd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
}





/* タイトルエリア */
.lp-hero__title {
  margin-bottom: 25px; 
}

.lp-hero__badge {
  font-size: 40px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 5px;
}

.lp-hero__main {
  font-size: 100px; 
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap; 
}

/* リード文エリア */
.lp-hero__lead {
  max-width: 380px; 
}

.lp-hero__lead-badge {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.lp-hero__lead-text {
 font-size: 22px;
  color: #e0e0e0;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/* PC（画面幅1024px以上）の時だけさらに文字を大きくする */
@media (min-width: 1024px) {
  .lp-hero__lead-text {
    /* PCでの文字サイズ（20pxから26pxに大きくアップ！） */
    font-size: 24px;
  }
}


/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {

  .lp-hero {
    /* 👈 【変更】スマホ用正方形画像へのパスを、テーマの相対パスに修正します */
    background-image: url('images-new/ugreendmaster_nas_hero_sp.png') !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: auto !important;
    aspect-ratio: 1 / 1 !important; /* 正方形を維持 */
    padding: 20px 15px !important;
  }
  .lp-hero__logo {
    margin-bottom: 20px;
  }
  .lp-hero__logo img {
    max-width: 150px;
  }

  .lp-hero__content {
    max-width: 100%;
  }

  .lp-hero__badge {
    font-size: 20px;
  }

  .lp-hero__main {
    font-size: 30px;
  }

   /* 👈 【追加】文字全体を上に引き上げて、筐体画像との間に安全なスペースを作ります */
  .lp-hero__lead {
    margin-top: 0 !important;
    transform: translateY(-25px) !important; /* 👈 【重要】上の文字を巻き込んで全体を25px上に引き上げます */
  }

  .lp-hero__lead-badge {
    font-size: 16px !important;
    margin-bottom: 5px !important; /* 👈 下の文章との隙間を少し引き締めます */
  }

  .lp-hero__lead-text {
    font-size: 10px !important;
    font-weight: 700 !important; /* 👈 【変更】500から700（太字）に引き上げました */
    line-height: 1.5 !important;
  }
}

/* ==========================================================================
   セクション2：イントロダクションエリア（lp-intro）
   ========================================================================== */
.lp-intro {
  /* PC用背景画像の設定 */
  background-image: url('images-new/ugreendmaster_nas_hero02.png');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1400 / 400; 
  padding: 0 40px;
  position: relative;
  display: flex;
  align-items: center; 
}

.lp-intro__inner {
  width: 100%;
  max-width: 1400px; /* ヒーローエリアと統一 */
  margin: 0 auto;
}

/* 本文レイアウト */
.lp-intro__content {
  max-width: 600px; 
  padding-left: 10px; 
  transform: translateY(-60px); /* 👈 【追加】コンテンツ全体を上に 25px 引き上げます */
}

/* タイトル（ご指定のカラー #043226） */
.lp-intro__title {
  font-size: 40px; /* 👈 【変更】1行に綺麗に収めるため、文字サイズを 34px から 30px に少し小さくします */
  font-weight: 800;
  color: #043226; 
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 25px;
  white-space: nowrap; /* 👈 【追加】絶対に途中で自動改行させない指定です */
}

/* PC（画面幅1024px以上）の時だけ見出しを上に引き上げる */
@media (min-width: 1024px) {
  .lp-intro__title {
    /* 現在の位置から40px分、強制的に上へ引き上げます */
    margin-top: -100px !important; 
  }
}


/* リード文章 */
.lp-intro__text {
  /* スマホ・タブレットでの文字サイズ（少し見やすく18pxにアップ） */
  font-size: 18px;
  color: #333333; 
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700; 
}

/* PC（画面幅1024px以上）の時だけさらに文字を大きくする */
@media (min-width: 1024px) {
  .lp-intro__text {
    /* PCでの文字サイズ（16pxから22pxに大きくアップ！） */
    font-size: 22px;
  }
}
/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .lp-intro {
    /* スマホ用正方形背景画像への切り替え */
    background-image: url('images-new/ugreendmaster_nas_hero02_sp.png');
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    padding: 30px 20px;
    align-items: flex-start; /* スマホでは文字を上寄りに配置（必要に応じてcenter等に変えてください） */
  }

   .lp-intro__content {
    max-width: 100%;
    padding-left: 0;
    transform: translateY(0); /* 👈 【追加】スマホでは上に引き上げる設定をリセット（0にする） */
  }

  .lp-intro__title {
    font-size: 20px !important;       /* 👈 スマホ向けに文字サイズを22pxから20pxへ微調整 */
    margin-bottom: 15px !important;
    white-space: normal !important;   /* 👈 PC版の「改行禁止(nowrap)」を打ち消し、自動折り返しを許可します */
    line-height: 1.5 !important;      /* 👈 折り返したときに上下の文字が重ならないように隙間を広げます */
  }
  .lp-intro__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ==========================================================================
   セクション3：ポイント（特徴）エリア（lp-points）
   ========================================================================== */
.lp-points {
  background-color: #f8f9fa; /* 白・薄いグレー系の背景色 */
  padding: 80px 40px;
}

.lp-points__inner {
  max-width: 1400px; /* 全体の横幅を統一 */
  margin: 0 auto;
}

/* セクションヘッダー */
.lp-points__header {
  text-align: center;
  margin-bottom: 60px;
}

.lp-points__title {
  font-size: 34px;
  font-weight: 800;
  color: #043226; /* 👈 指定色の深緑 */
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 25px;
}

.lp-points__lead {
  font-size: 16px;
  color: #333333;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500;
}

/* 4面グリッドレイアウト（PC用：横2列） */
.lp-points__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* カード同士の隙間 */
}

/* ポイントカードのベース */
.lp-points__card {
  background-color: #ffffff;
  border: 1px solid #043226; /* 枠線 */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(4, 50, 38, 0.08); /* ✨ここに追記（薄い緑系の影） */
  width: calc(50% - 15px); /* 横に2個並べる計算（隙間30px分を引く） */
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* カード内テキスト */
.lp-points__card-text {
  margin-bottom: 25px;
}

.lp-points__card-num {
  font-size: 16px;
  font-weight: bold;
  color: #043226; /* 👈 【変更】#666666 から 指定色の深緑 に変更 */
  display: block;
  margin-bottom: 5px;
}

.lp-points__card-title {
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
}

.lp-points__card-desc {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* カード内画像 */
.lp-points__card-img {
  text-align: center;
  margin-top: auto;
  padding: 0; /* paddingは0にします */
}

.lp-points__card-img img {
  width: 100%;
  max-width: 280px; /* 👈 【重要】ここを350pxからさらに「280px」に縮小し、確実に小さく固定します */
  height: auto;
  display: inline-block; 
}


/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .lp-points {
    padding: 50px 20px;
  }

  .lp-points__header {
    margin-bottom: 40px;
    text-align: left; /* スマホでは左寄せが見やすいため（お好みでcenterに） */
  }

  .lp-points__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .lp-points__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  /* スマホでは横1列（縦並び）にする */
  .lp-points__grid {
    flex-direction: column;
    gap: 20px;
  }

  .lp-points__card {
    width: 100%;
    padding: 20px;
  }

  .lp-points__card-title {
    font-size: 18px;
  }

  .lp-points__card-desc {
    font-size: 13px;
  }
  .lp-points__card-img {
    padding: 0; 
    max-width: 70%;
    display: block;        /* ✨ブロック要素にすることでmargin中央寄せを有効にします */
    margin-left: auto;     /* ✨左側の余白を自動調整 */
    margin-right: auto;
  }
   }
  
  /* 👈 【追加】スマホの画面幅が狭いとき（350px以下）でも画面からはみ出さないための安全設定 */
  .lp-points__card-img img {
    max-width: 100%; 
  }

/* ==========================================================================
   セクション4：ラインナップ（エントリークラス）エリア（lp-lineup）
   ========================================================================== */
.lp-lineup {
  background-color: #676767 !important; /* 👈 背景色を確実に指定グレーに変更 */
  padding: 80px 40px;
  width: 100%;
}

.lp-lineup__inner {
  width: 100%;
  max-width: 1400px; /* ヒーローエリアと横幅を統一 */
  margin: 0 auto;
  display: flex;
  align-items: center; /* 左右の要素を上下中央で揃える */
  justify-content: space-between;
  gap: 60px; /* 文字と画像の間の隙間 */
}

/* 左側：テキストエリア */
.lp-lineup__content {
  flex: 1;
  max-width: 600px; /* 文字が広がりすぎないように制限 */
  text-align: left;
}

/* LINE UP見出し部分 */
.lp-lineup__header {
  text-align: center;
  margin-bottom: 35px;
  max-width: 320px; /* 見出し全体の横幅を制限してワイヤーフレームに近づける */
}

/* LINE UPの文字と左右の白ライン */
.lp-lineup__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

/* 👈 横の白い線を確実に表示させるための設定 */
.lp-lineup__sub-title::before,
.lp-lineup__sub-title::after {
  content: "" !important;
  display: block !important;
  flex: 1;
  height: 1px;
  background-color: #ffffff !important; 
  min-width: 40px;
}

.lp-lineup__main-title {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap; /* エントリークラスを1行で表示 */
}

/* 説明文 */
.lp-lineup__text {
  font-size: 16px;
  color: #ffffff !important;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/* 右側：画像エリア */
.lp-lineup__image {
  flex: 1;
  text-align: right;
}
.lp-lineup__image img {
  width: 100%;
  max-width: 650px; /* 画像が大きくなりすぎないように制限 */
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); 
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .lp-lineup {
    padding: 50px 20px;
  }

  .lp-lineup__inner {
    flex-direction: column; /* スマホでは縦並びにする */
    gap: 40px;
  }

  .lp-lineup__content {
    max-width: 100%;
  }

  .lp-lineup__header {
    margin: 0 auto 30px auto; /* スマホ時は見出しを中央寄せ */
  }

  .lp-lineup__sub-title {
    font-size: 18px;
  }

  .lp-lineup__main-title {
    font-size: 24px;
  }

  .lp-lineup__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .lp-lineup__image {
    width: 100%;
    text-align: center;
  }
}


 
/* ==========================================================================
   【強制バグ修正】ポイントエリアの画像サイズ固定
   ========================================================================== */
.lp-points__card-img img {
  width: 100% !important;
  max-width: 280px !important; /* 👈 !importantを付けて、あらゆるバグを上書きします */
  height: auto !important;
  display: inline-block !important;
}

/* ==========================================================================
   【強制バグ修正】ポイントエリアの画像サイズ固定
   ========================================================================== */

  /* ==========================================================================
   セクション5：エントリークラス 商品詳細エリア（lp-product）
   ========================================================================== */
.lp-product {
  background-color: #f3f4f6; /* 全体の背景は薄いグレーにして白カードを引き立たせます */
  padding: 60px 40px;
}

.lp-product__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px; /* カードとカードの間の隙間 */
}

/* 白い商品カード */
.lp-product__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

/* カード最上部の見出し */
.lp-product__card-head {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* カード内部のレイアウト（左右2カラム） */
.lp-product__card-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左側：製品画像 */
.lp-product__img {
  flex: 0 0 250px; /* 画像の横幅を250pxに固定 */
  text-align: center;
}
.lp-product__img img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

/* 右側：詳細コンテンツ */
.lp-product__detail {
  flex: 1;
}

/* スペック行（導入文と箇条書きの横並び） */
.lp-product__spec-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

/* 初めてのNAS導入に（ベージュのボックス） */
.lp-product__intro-box {
  flex: 1;
  background: linear-gradient(90deg, #9c895d 0%, #f5ebd5 100%) !important; /* 👈 【変更】単色からご指定のグラデーションに変更 */
  padding: 20px;
  border-radius: 6px;
  color: #111111;
}

.lp-product__intro-box h4 {
  font-size: 20px;
  font-weight: 800; /* よりクッキリ太字に */
  margin-bottom: 10px;
  text-align: center;
  color: #111111;
}

.lp-product__intro-box p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700; /* 文字をしっかり太字にして視認性をアップ */
  color: #111111;
}

/* 箇条書きスペックリスト */
.lp-product__spec-list {
  flex: 1.2;
}
.lp-product__spec-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.lp-product__spec-list li {
  width: calc(50% - 10px); /* 2列で並べる */
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 4px;
}
.lp-product__spec-list li strong {
  font-size: 16px;
  color: #111111;
}

/* 価格ブロック（3つ並び） */
.lp-product__price-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.lp-product__price-box {
  flex: 1;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 価格ボックスの色分け（ご指定の緑色3色へ上書き） */
.lp-product__price-box.bg-gray { 
  background-color: #87c098 !important; /* 👈 【変更】左側のボックス：淡い緑 */
}
.lp-product__price-box.bg-green { 
  /* 一旦共通設定をリセットし、以下の個別設定で2カ所を塗り分けます */
}

.lp-product__price-row .lp-product__price-box:nth-child(2) {
  background-color: #46a664 !important; /* 👈 【変更】中央のボックス：鮮やかな緑 */
}
.lp-product__price-row .lp-product__price-box:nth-child(3) {
  background-color: #22803f !important; /* 👈 【変更】右側のボックス：深い緑 */
}

.lp-product__price-row .lp-product__price-box:nth-child(2) .lp-product__price-label,
.lp-product__price-row .lp-product__price-box:nth-child(3) .lp-product__price-label {
  color: #ffffff !important;
}

.lp-product__price-label {
  font-size: 13px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 8px;
}
.lp-product__price-val.color-red {
  font-size: 24px;
  font-weight: 800;
  color: #dc2626; /* クッキリした赤色 */
}
.lp-product__price-note {
  font-size: 11px;
  color: #475569;
  margin-top: 4px;
}

/* 下部の注記文 */
.lp-product__bottom-note {
  font-size: 13px;
  color: #666666;
  text-align: center;
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 960px) {
  .lp-product__card-body {
    flex-direction: column;
    align-items: center;
  }
  .lp-product__img {
    flex: none;
    margin-bottom: 20px;
  }
  .lp-product__spec-row,
  .lp-product__price-row {
    flex-direction: column;
  }
  .lp-product__spec-list ul li {
    width: 100%; /* スマホではスペックも1列 */
  }
}
@media (max-width: 768px) {
  .lp-product {
    padding: 30px 15px;
  }
  .lp-product__card {
    padding: 20px;
  }
  .lp-product__card-head {
    font-size: 18px;
  }
} 

/* ==========================================================================
   セクション6：ラインナップ（ミドルクラス）エリア（lp-lineup-mid）
   ========================================================================== */
.lp-lineup-mid {
  background-color: #4a4c4b !important; /* 👈 指定の背景色（ミドルクラス用グレー） */
  padding: 80px 40px;
  width: 100%;
}

.lp-lineup-mid__inner {
  width: 100%;
  max-width: 1400px; /* 共通の最大横幅 */
  margin: 0 auto;
  display: flex;
  align-items: center; /* 左右の要素を上下中央で揃える */
  justify-content: space-between;
  gap: 60px; /* 文字と画像の間の隙間 */
}

/* 左側：テキストエリア */
.lp-lineup-mid__content {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

/* LINE UP見出し部分 */
.lp-lineup-mid__header {
  text-align: center;
  margin-bottom: 35px;
  max-width: 320px;
}

/* LINE UPの文字と左右の白ライン */
.lp-lineup-mid__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.lp-lineup-mid__sub-title::before,
.lp-lineup-mid__sub-title::after {
  content: "" !important;
  display: block !important;
  flex: 1;
  height: 1px;
  background-color: #ffffff !important; 
  min-width: 40px;
}

.lp-lineup-mid__main-title {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap; /* ミドルクラスを1行で表示 */
}

/* 説明文 */
.lp-lineup-mid__text {
  font-size: 16px;
  color: #ffffff !important;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/* 右側：画像エリア */
.lp-lineup-mid__image {
  flex: 1;
  text-align: right;
}
.lp-lineup-mid__image img {
  width: 100%;
  max-width: 650px; /* 画像が大きくなりすぎないように制限 */
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); 
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .lp-lineup-mid {
    padding: 50px 20px;
  }

  .lp-lineup-mid__inner {
    flex-direction: column; /* スマホでは縦並びにする */
    gap: 40px;
  }

  .lp-lineup-mid__content {
    max-width: 100%;
  }

  .lp-lineup-mid__header {
    margin: 0 auto 30px auto; /* スマホ時は見出しを中央寄せ */
  }

  .lp-lineup-mid__sub-title {
    font-size: 18px;
  }

  .lp-lineup-mid__main-title {
    font-size: 24px;
  }

  .lp-lineup-mid__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .lp-lineup-mid__image {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   セクション7：ミドルクラス 商品詳細エリア（lp-product-mid）
   ========================================================================== */
.lp-product-mid {
  background-color: #f3f4f6; /* 薄いグレーの背景 */
  padding: 60px 40px;
  width: 100%;
}

.lp-product-mid__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 白い商品カード */
.lp-product-mid__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

/* カード最上部の見出し */
.lp-product-mid__card-head {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* カード内部のレイアウト（左右2カラム） */
.lp-product-mid__card-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左側：製品画像 */
.lp-product-mid__img {
  flex: 0 0 250px;
  text-align: center;
}
.lp-product-mid__img img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

/* 右側：詳細コンテンツ */
.lp-product-mid__detail {
  flex: 1;
}

/* スペック行 */
.lp-product-mid__spec-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

/* 金色のグラデーションボックス */
.lp-product-mid__intro-box {
  flex: 1;
  background: linear-gradient(90deg, #9c895d 0%, #f5ebd5 100%) !important;
  padding: 20px;
  border-radius: 6px;
  color: #111111;
}
.lp-product-mid__intro-box h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
  color: #111111;
}
.lp-product-mid__intro-box p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #111111;
}

/* 箇条書きスペックリスト */
.lp-product-mid__spec-list {
  flex: 1.2;
}
.lp-product-mid__spec-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.lp-product-mid__spec-list li {
  width: calc(50% - 10px);
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 4px;
}
.lp-product-mid__spec-list li strong {
  font-size: 16px;
  color: #111111;
}

/* 価格ブロック（3つ並び） */
.lp-product-mid__price-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.lp-product-mid__price-box {
  flex: 1;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 価格ボックスのご指定青系3色色分け */
.lp-product-mid__price-box.bg-blue-light { background-color: #87a3c0 !important; }
.lp-product-mid__price-box.bg-blue-medium { background-color: #386ba5 !important; }
.lp-product-mid__price-box.bg-blue-dark { background-color: #25456a !important; }

.lp-product-mid__price-label {
  font-size: 13px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 8px;
}

/* 中、右の濃いめの青ボックスの文字を白に変更 */
.lp-product-mid__price-box.bg-blue-medium .lp-product-mid__price-label,
.lp-product-mid__price-box.bg-blue-dark .lp-product-mid__price-label {
  color: #ffffff !important;
}

.lp-product-mid__price-val.color-red {
  font-size: 24px;
  font-weight: 800;
  color: #dc2626;
}
.lp-product-mid__price-note {
  font-size: 11px;
  color: #475569;
  margin-top: 4px;
}

/* 下部の注記文 */
.lp-product-mid__bottom-note {
  font-size: 13px;
  color: #666666;
  text-align: center;
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 960px) {
  .lp-product-mid__card-body {
    flex-direction: column;
    align-items: center;
  }
  .lp-product-mid__img {
    flex: none;
    margin-bottom: 20px;
  }
  .lp-product-mid__spec-row,
  .lp-product-mid__price-row {
    flex-direction: column;
  }
  .lp-product-mid__spec-list ul li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lp-product-mid {
    padding: 30px 15px;
  }
  .lp-product-mid__card {
    padding: 20px;
  }
  .lp-product-mid__card-head {
    font-size: 18px;
  }
}


/* ==========================================================================
   セクション8：ラインナップ（ハイエンドクラス）エリア（lp-lineup-high）
   ========================================================================== */
.lp-lineup-high {
  background-color: #1d1d1d !important; /* 👈 指定の背景色（ハイエンドクラス用） */
  padding: 80px 40px;
  width: 100%;
}

.lp-lineup-high__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* 👈 【重要】PCでも縦並びにする命令 */
  align-items: center;    /* 中央揃え */
  gap: 50px;              /* 文字と画像の間の隙間 */
}

/* 上側：テキストエリア */
.lp-lineup-high__content {
  width: 100%;
  max-width: 1000px; /* 👈 大画面で文字が横に広がりすぎて読みづらくなるのを防ぐ制限 */
  text-align: center; /* テキスト全体を中央寄せに */
}

/* LINE UP見出し部分 */
.lp-lineup-high__header {
  text-align: center;
  margin-bottom: 35px;
  display: inline-block; /* 中央寄せを維持するための設定 */
}

/* LINE UPの文字と左右の白ライン */
.lp-lineup-high__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.lp-lineup-high__sub-title::before,
.lp-lineup-high__sub-title::after {
  content: "" !important;
  display: block !important;
  width: 80px; /* ラインの長さ */
  height: 1px;
  background-color: #ffffff !important; 
}

.lp-lineup-high__main-title {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}

/* 説明文 */
.lp-lineup-high__text {
  font-size: 16px;
  color: #ffffff !important;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left; /* 👈 長文なので、説明文の中身だけは左揃えにして読みやすくしています */
}

/* 下側：画像エリア */
.lp-lineup-high__image {
  width: 100%;
  text-align: center;
}
.lp-lineup-high__image img {
  width: 100%;
  max-width: 1200px; /* 👈 画像本来の美しさを引き出すために少し大きめの最大幅に設定 */
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); 
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  .lp-lineup-high {
    padding: 50px 20px;
  }

  .lp-lineup-high__inner {
    gap: 35px;
  }

  .lp-lineup-high__sub-title {
    font-size: 18px;
  }
  .lp-lineup-high__sub-title::before,
  .lp-lineup-high__sub-title::after {
    width: 50px;
  }

  .lp-lineup-high__main-title {
    font-size: 24px;
  }

  .lp-lineup-high__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ==========================================================================
   セクション9：ハイエンドクラス 商品詳細エリア（lp-product-high）
   ========================================================================== */
.lp-product-high {
  background-color: #f3f4f6; 
  padding: 60px 40px;
  width: 100%;
}

.lp-product-high__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 白い商品カード */
.lp-product-high__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.lp-product-high__card-head {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.lp-product-high__card-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.lp-product-high__img {
  flex: 0 0 250px;
  text-align: center;
}
.lp-product-high__img img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.lp-product-high__detail {
  flex: 1;
}

.lp-product-high__spec-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

/* 金色のグラデーションボックス */
.lp-product-high__intro-box {
  flex: 1;
  background: linear-gradient(90deg, #9c895d 0%, #f5ebd5 100%) !important;
  padding: 20px;
  border-radius: 6px;
  color: #111111;
}
.lp-product-high__intro-box h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
  color: #111111;
}
.lp-product-high__intro-box p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #111111;
}

/* スペックリスト */
.lp-product-high__spec-list {
  flex: 1.2;
}
.lp-product-high__spec-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.lp-product-high__spec-list li {
  width: calc(50% - 10px);
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 4px;
}
.lp-product-high__spec-list li strong {
  font-size: 16px;
  color: #111111;
}

/* 価格ブロック */
.lp-product-high__price-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.lp-product-high__price-box {
  flex: 1;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ハイエンド用の重厚感あるダークカラー色分け */
.lp-product-high__price-box.bg-dark-light { background-color: #94a3b8 !important; } /* グレーネイビー */
.lp-product-high__price-box.bg-dark-medium { background-color: #334155 !important; } /* 濃いグレー */
.lp-product-high__price-box.bg-dark-deep { background-color: #1e293b !important; } /* 深いネイビーブラック */

.lp-product-high__price-label {
  font-size: 13px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 8px;
}

/* 濃い背景の文字を白に変更 */
.lp-product-high__price-box.bg-dark-medium .lp-product-high__price-label,
.lp-product-high__price-box.bg-dark-deep .lp-product-high__price-label {
  color: #ffffff !important;
}

.lp-product-high__price-val.color-red {
  font-size: 24px;
  font-weight: 800;
  color: #dc2626;
}
.lp-product-high__price-note {
  font-size: 11px;
  color: #475569;
  margin-top: 4px;
}

.lp-product-high__bottom-note {
  font-size: 13px;
  color: #666666;
  text-align: center;
}

/* ==========================================================================
   ハイエンド商品詳細エリア：スマホ用レスポンシブ設定
   ========================================================================== */
@media (max-width: 960px) {
  /* タブレット〜スマホサイズで横並びから縦並びに切り替える基本設定 */
  .lp-product-high__card-body {
    flex-direction: column !important;
    align-items: center !important;
  }
  .lp-product-high__img {
    flex: none !important;
    margin-bottom: 25px !important;
  }
  .lp-product-high__spec-row,
  .lp-product-high__price-row {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .lp-product-high__spec-list ul li {
    width: 100% !important; /* スペック箇条書きを1列に */
  }
}

@media (max-width: 768px) {
  /* スマホ画面での余白調整 */
  .lp-product-high {
    padding: 30px 15px !important;
  }
  .lp-product-high__card {
    padding: 20px !important;
  }
  .lp-product-high__card-head {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }
  .lp-product-high__intro-box h4 {
    font-size: 18px !important;
  }
  .lp-product-high__intro-box p {
    font-size: 13px !important;
  }
  .lp-product-high__price-val.color-red {
    font-size: 22px !important; /* スマホ向けに価格の文字を少しシャープに */
  }
}

/* ==========================================================================
   セクション10：コンタクトエリア（lp-contact）
   ========================================================================== */
.lp-contact {
  /* PC用背景画像の設定 */
  background-image: url('images-new/ugreendmaster_nas_footer.png');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  
  /* 👇 ここに直接この2行を付け足します！ */
  margin-bottom: 450px !important; 
  display: flex !important;
  
  /* 1400×640の比率（高さ ÷ 横幅）を完全に維持するアスペクト比 */
  aspect-ratio: 1400 / 640; 
  
  padding: 60px 40px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.lp-contact__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%; /* 👈 【変更】75% から「90%」に広げることで、ボタンがさらに下へ押し下がります */
  text-align: center;
}

/* 上部メッセージ */
.lp-contact__lead {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); /* 視認性を高める黒い影 */
  margin-top: 10px;
}

/* 下部ボタンエリア */
.lp-contact__btn-wrap {
  margin-top: auto;
  margin-bottom: 0; /* 👈 【変更】20px あった下のマージンを「0」にして一番下まで下げます */
}
/* 金色のお問合せボタン */
.lp-contact__btn {
  display: inline-block;
  background: linear-gradient(90deg, #9c895d 0%, #f5ebd5 100%) !important;
  color: #111111 !important;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  padding: 18px 60px;
  border-radius: 50px; /* カプセル型の丸み */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}

/* マウスを乗せた時の動き */
.lp-contact__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(156, 137, 93, 0.4);
  opacity: 0.95;
}

/* ==========================================================================
   レスポンシブ（スマートフォン表示：768px以下）
   ========================================================================== */
@media (max-width: 768px) {
  
  /* 〜中略（他のセクションの記述）〜 */

  .lp-contact {
    background-image: url('images-new/ugreendmaster_nas_footer_sp.png');
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 1; 
    padding: 25px 15px !important; /* 👈 【変更】上下の余白を少し詰め、エリアを広く使います */
  }

  .lp-contact__inner {
    height: 100% !important;
    justify-content: space-between !important; /* 👈 【変更】均等配置から「上下への押し分け」に変更 */
  }

  .lp-contact__lead {
    font-size: 15px !important; /* 👈 【微調整】文字を少しシャープにして収まりを良くします */
    line-height: 1.5;
    padding: 0;
  }

  .lp-contact__btn-wrap {
    margin-top: auto !important;
    margin-bottom: 5px !important; /* 👈 【変更】ボタンを底辺ギリギリまで下げます */
    width: 100%;
  }

  /* 👈 【大幅変更】スマホ用にボタン自体のサイズを小さく引き締めます */
  .lp-contact__btn {
    font-size: 10px !important; /* 👈 文字サイズを 15px から 13px に小さく */
    padding: 10px 15px !important; /* 👈 ボタンの上下左右の厚みを薄く */
    width: auto !important; /* 👈 横幅100%に近い状態から、文字の長さに合わせたコンパクトな幅に変更 */
    max-width: 290px !important; /* 👈 2行に折れず、スマートに1行で読める最大の幅に制限 */
    display: inline-block !important;
    line-height: 1.2 !important;
  }
}


/* ==========================================================================
   セクション9：ハイエンドクラス 商品詳細エリア（lp-product-high）
   ========================================================================== */

/* 👈 【追加】カードを包むインナー全体を「縦並び」にして、隙間を空ける設定を追加します */
.lp-product-high__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;          /* 👈 追加 */
  flex-direction: column; /* 👈 追加（縦に並べる） */
  gap: 40px;              /* 👈 追加（カード同士の間に40pxの隙間を作る） */
}

/* 白い商品カード */
.lp-product-high__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 0;       /* 隙間はgapで一括管理するため0に（念のため） */
}

