/* LP007 専用スタイル */

/* ── FV 背景 ── */
.main-visual2.-grad2 {
  background: #0092f9 !important;
  background: radial-gradient(circle 53vw at 0% 50%, #119ffb 0%, #0080f2 99.9%, #0092f9 100%) !important;
}
@media (max-width: 767px) {
  .main-visual2.-grad2 {
    background: radial-gradient(circle 53vh at 50% 0%, #119ffb 0%, #0080f2 99.9%, #0092f9 100%) !important;
  }
  .main-visual2__point.heading.heading-lv1 {
    text-align: center;
  }
}

/* ── FV ── */
.lp007-btn-white {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #fff !important;
}
.lp007-btn-white:after {
  border-color: #333 !important;
}
.lp007-btn-white:hover {
  background-color: #f0f0f0 !important;
}

.lp7-fv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  text-align: center;
  justify-content: center;
}
.lp7-fv-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

/* 静的MV（スライダーなし）— .main-visual2__image img より詳細度を上げる */
.main-visual2__image .lp007-mv {
  position: relative;
  width: 100%;
}
.main-visual2__image .lp007-mv__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ── feature セクション上余白 ── */
.lp007-feature-section {
  padding-top: 40px !important;
}

/* ── イントロ ── */
.lp7-intro {
  text-align: center;
}
.lp7-intro__heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.lp7-intro__heading .accent {
  color: #1976d2;
  background: linear-gradient(transparent 70%, #cce5ff 0%);
}
@media (min-width: 768px) {
  .lp7-intro__heading {
    font-size: 30px;
  }
}
.lp7-intro__desc {
  font-size: 15px;
  color: #555;
  margin: 0 auto 48px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lp7-intro__desc {
    font-size: 16px;
  }
}

.lp7-categories {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp7-category {
  flex: 1;
  min-width: 240px;
  max-width: 340px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 18px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.lp7-category__title {
  color: #1976d2;
  margin-bottom: 14px;
}

.lp7-category__icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
}

.lp7-category__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp7-category__benefit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
  margin: 0 auto 12px;
  max-width: 16em;
}

.lp7-category__list {
  font-size: 11px;
  color: #666;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .lp7-category__icon {
    width: 108px;
    height: 108px;
  }

  .lp7-category__benefit {
    font-size: 15px;
  }

  .lp7-category__list {
    font-size: 12px;
  }
}

/* ── セクションヘッダー ── */
.lp7-section-label {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .lp7-section-label {
    font-size: 14px;
  }
}
.lp7-section-heading {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}
.lp7-section-heading .accent {
  color: #1976d2;
  background: linear-gradient(transparent 70%, #cce5ff 0%);
}
@media (min-width: 768px) {
  .lp7-section-heading {
    font-size: 30px;
  }
}
.lp7-section-sub {
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lp7-section-sub {
    font-size: 16px;
  }
}

/* ── 番号付き見出し ── */
.lp7-num-heading {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.lp7-num-heading__num {
  font-size: 36px;
  font-weight: bold;
  color: #1976d2;
  line-height: 1;
}
.lp7-num-heading__text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lp7-num-heading__text {
    font-size: 28px;
  }
}

/* ── 全幅カード共通（左タイトル・右テキスト、下に画像） ── */
@media only screen and (min-width: 48em) {
  .lp007-heatmap-block,
  .lp007-popup-block {
    grid-template:
      "heading content" max-content
      "img     img"     1fr /
      auto     1fr !important;
    align-items: start;
    gap: 24px;
  }
  .lp007-heatmap-block .container-home__heading,
  .lp007-popup-block .container-home__heading {
    grid-area: heading !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 0 !important;
    align-self: start;
  }
  .lp007-heatmap-block .container-home__content,
  .lp007-popup-block .container-home__content {
    grid-area: content !important;
    width: auto !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: center;
    padding-top: 0 !important;
  }
  .lp007-heatmap-block .lp7-num-heading,
  .lp007-popup-block .lp7-num-heading {
    margin-bottom: 0;
  }
  .lp007-heatmap-block .container-home__content .section-2,
  .lp007-popup-block .container-home__content .section-2 {
    margin-top: 0;
  }
#function .container-home .container-home__content p,
.lp007-action-section .container-home .container-home__content p {
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #function .container-home .container-home__content p,
  .lp007-action-section .container-home .container-home__content p {
    font-size: 18px;
  }
}
  .lp007-heatmap-block .container-home__img,
  .lp007-popup-block .container-home__img {
    grid-area: img !important;
    margin-top: 16px;
  }
}

.container-home__img.-pl_24 {
  padding-left: 24px;
}
.container-home__img.-pr_24 {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .container-home__img.-pl_24 {
    padding-left: 0;
  }
  .container-home__img.-pr_24 {
    padding-right: 0;
  }
}

/* ── ヒートマップ4種 ── */
.lp7-heatmap-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .lp7-heatmap-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.lp7-heatmap-type {
  text-align: center;
  background: #e8f4fd;
  padding: 16px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .lp7-heatmap-type {
    padding: 12px;
  }
}
.lp7-heatmap-type__title {
  font-size: 16px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .lp7-heatmap-type__title {
    font-size: 20px;
  }
}
.lp7-heatmap-type__desc {
  font-size: 13px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .lp7-heatmap-type__desc {
    font-size: 14px;
  }
}
.lp7-heatmap-type__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-inline: auto;
}
.lp7-heatmap-types.-heatmap .lp7-heatmap-type__img {
  aspect-ratio: 258/460;
  max-width: 200px;
}
.lp7-heatmap-type__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 0!important;
}
.lp7-heatmap-note {
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  padding: 12px;
  background: #e8f4fd;
  border-radius: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp7-heatmap-note {
    font-size: 24px;
  }
}

/* ── その他の分析機能 ── */
.lp007-other-section {
  background: #f4f9fe;
  border-radius: 16px;
  padding: 40px 32px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .lp007-other-section {
    padding: 28px 16px;
    margin-top: 32px;
  }
}

/* その他の分析機能：パネル ブラッシュアップ */
.lp007-other-section .lp7-heatmap-type {
  background: #fff;
  border: 1px solid #d6eaf7;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(25, 118, 210, 0.06);
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.lp007-other-section .lp7-heatmap-type__title {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
  padding: 10px 16px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .lp007-other-section .lp7-heatmap-type__title {
    font-size: 15px;
  }
}
.lp007-other-section .lp7-heatmap-type__img {
  padding: 0;
  background: transparent;
}
.lp007-other-section .lp7-heatmap-type__img img {
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-right: 0 !important;
}
.lp007-other-section .lp7-heatmap-type__desc {
  padding: 12px 16px 16px;
  margin-top: 0;
  color: #444;
  line-height: 1.75;
}

.lp7-other-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.lp7-other-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.lp7-other-card {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 16px;
  background: #f8f8f8;
  border-radius: 8px;
}
.lp7-other-card__title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.lp7-other-card__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8f4fd;
  aspect-ratio: 4/3;
}
.lp7-other-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp7-other-card__desc {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  margin-top: 8px;
}

/* ── Action ポップアップサブ ── */
.lp7-popup-features {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.lp7-popup-feature {
  flex: 1;
  min-width: 120px;
  text-align: center;
}
.lp7-popup-feature__title {
  font-size: 12px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 8px;
  min-height: 2.4em;
}
.lp7-popup-feature__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8f4fd;
  aspect-ratio: 4/3;
}
.lp7-popup-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── ABテスト ── */
.lp7-ab-test {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.lp7-ab-test__visual {
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
}
.lp7-ab-variant {
  text-align: center;
  width: 120px;
}
.lp7-ab-variant__label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
.lp7-ab-variant__label.-a {
  color: #888;
}
.lp7-ab-variant__label.-b {
  color: #1976d2;
}
.lp7-ab-variant__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 3/4;
  margin-bottom: 8px;
}
.lp7-ab-variant__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp7-ab-variant__cvr {
  font-size: 13px;
  color: #333;
}
.lp7-ab-variant__cvr strong {
  font-size: 24px;
  font-weight: bold;
}
.lp7-ab-variant__cvr.-a strong {
  color: #888;
}
.lp7-ab-variant__cvr.-b strong {
  color: #1976d2;
}

.lp7-ab-test__content {
  flex: 1;
  min-width: 200px;
}

/* ── LLMO ── */
.lp7-new-badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  color: #4caf50;
  border: 2px solid #4caf50;
  margin-bottom: 8px;
}
.lp7-llmo-heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
.lp7-llmo-heading .accent {
  color: #1976d2;
  background: linear-gradient(transparent 70%, #cce5ff 0%);
}
@media (min-width: 768px) {
  .lp7-llmo-heading {
    font-size: 30px;
  }
}
.lp7-llmo-sub {
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp7-llmo-sub {
    font-size: 16px;
  }
}
.lp7-llmo-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp7-llmo-card {
  flex: 1;
  min-width: 260px;
  text-align: center;
  padding: 24px 20px;
  border: 1px solid #d6eaf7;
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 767px) {
  .lp7-llmo-card {
    min-width: 100%;
  }
}
.lp7-llmo-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .lp7-llmo-card__title {
    font-size: 20px;
  }
}
.lp7-llmo-card__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8f4fd;
  aspect-ratio: 16/10;
  margin-bottom: 12px;
}
.lp7-llmo-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp7-llmo-card__desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lp7-llmo-card__desc {
    font-size: 14px;
  }
}

/* ── CTA ボタン ── */
.lp7-cta-center {
  text-align: center;
  margin-top: 40px;
}
.lp7-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff5757;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
/* 資料ダウンロード系ボタン：コーラルレッド */
.btn-cta {
  background-color: #ff5757 !important;
}
.btn-cta:hover {
  background-color: #e64d4d !important;
}
.btn-header.btn-cta,
#form .btn-cta,
.btn-fukidashi {
  background: #ff5757 !important;
  border-color: transparent !important;
}
.btn-header.btn-cta:hover,
#form .btn-cta:hover,
.btn-fukidashi:hover {
  background: #e64d4d !important;
}

/* ヘッダーお問い合わせ */
.btn-header.btn-function-border {
  background-color: #fff !important;
  color: #333 !important;
  border: 2px solid #0092f9 !important;
}
.btn-header.btn-function-border:after {
  border-color: #333 !important;
}
.btn-header.btn-function-border:hover {
  background-color: #f0f7ff !important;
}

.lp7-cta-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
.lp7-cta-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ── Feature 行レイアウト ── */
.lp7-feature-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.lp7-feature-row.-reverse {
  flex-direction: row-reverse;
}
.lp7-feature-row__img {
  flex: 1;
  min-width: 280px;
}
.lp7-feature-row__img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.lp7-feature-row__content {
  flex: 1;
  min-width: 280px;
}
.lp7-feature-row__desc {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lp7-feature-row__desc {
    font-size: 14px;
  }
}

/* ── Action背景 ── */
.lp7-action-bg {
  background: linear-gradient(180deg, #e8f4fd 0%, #f5fbff 100%);
  border-radius: 24px;
  padding: 48px 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .lp7-action-bg {
    padding: 32px 16px;
  }
}


/* ── ノーコードポップアップ パネル ブラッシュアップ ── */
.lp007-popup-block .lp7-heatmap-types {
  grid-template-rows: auto 1fr;
  gap: 0 16px !important;
}
@media (max-width: 767px) {
  .lp007-popup-block .lp7-heatmap-types {
    grid-template-rows: auto 1fr auto 1fr;
    gap: 0 10px !important;
  }
}
.lp007-popup-block .lp7-heatmap-type {
  background: #fff;
  border: 1px solid #d6eaf7;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(25, 118, 210, 0.06);
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .lp007-popup-block .lp7-heatmap-type {
    margin-bottom: 10px;
  }
}
.lp007-popup-block .lp7-heatmap-type__title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
  padding: 10px 12px;
  margin-bottom: 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .lp007-popup-block .lp7-heatmap-type__title {
    font-size: 15px;
  }
}
.lp007-popup-block .lp7-heatmap-type__img {
  padding: 0;
  border-radius: 0;
  align-self: start;
}
.lp007-popup-block .lp7-heatmap-type__img video {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Action: container-home 内で既存パーツを安定表示 */
#function + .content-block .container-home__img .lp7-popup-features {
  margin-top: 0;
  width: 100%;
}
#function + .content-block .container-home__img .lp7-ab-test {
  margin-top: 0;
  width: 100%;
}
#function + .content-block .container-home__img .lp7-ab-test__visual {
  width: 100%;
  justify-content: center;
  gap: 24px;
}
#function + .content-block .container-home__img .lp7-ab-variant {
  width: auto;
  min-width: 100px;
  flex: 1;
  max-width: 160px;
}

/* 画像を大きく見せるバリエーション（テキスト側を狭める） */
@media only screen and (min-width: 48em) {
  .lp007-img-wide {
    grid-template-columns: 2fr 3fr !important;
  }
  .container-home.-right.lp007-img-wide .container-home__heading,
  .container-home.-right.lp007-img-wide .container-home__content {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ABテスト画像: スマホ時に枠線 */
@media (max-width: 767px) {
  .lp007-abtest-img {
    border: 1px solid #d6eaf7;
  }
}

/* Analytics と Action の境界、Action と次セクションの境界 */
.lp007-action-section {
  border-top: 1px solid #d6eaf7;
  border-bottom: 1px solid #d6eaf7;
}

/* 左右に振る container-home の疑似要素背景を白に統一（LP007内のみ）
   app.css では z-index:-1 のため、セクション背景色の裏に隠れる。
   z-index:0 に上げて可視化し、子要素は z-index:1 で前面に出す */
@media only screen and (min-width: 48em) {
  #function .container-home:after,
  #function .container-home.-left:after,
  #function .container-home.-right:after,
  #function .container-home.-rounded_right:after,
  #function .container-home.-rounded_left:after,
  #function .container-home.-bg_primary-20:after,
  .lp007-action-section .container-home:after,
  .lp007-action-section .container-home.-left:after,
  .lp007-action-section .container-home.-right:after,
  .lp007-action-section .container-home.-rounded_right:after,
  .lp007-action-section .container-home.-rounded_left:after,
  .lp007-action-section .container-home.-bg_primary-20:after {
    background-color: #fff !important;
    z-index: 0 !important;
  }

  #function .container-home > .container-home__heading,
  #function .container-home > .container-home__content,
  #function .container-home > .container-home__img,
  .lp007-action-section .container-home > .container-home__heading,
  .lp007-action-section .container-home > .container-home__content,
  .lp007-action-section .container-home > .container-home__img {
    position: relative;
    z-index: 1;
  }
}

/* LLMO: 薄青背景 */
.lp007-llmo-section {
  background-color: #f2f9fd;
}

/* FAQ（ダミー） */
.lp007-faq-section {
  background: #fff;
  border-top: 1px solid #e5eef5;
  border-bottom: 1px solid #e5eef5;
}
.lp007-faq-list {
  max-width: 900px;
  margin-inline: auto;
}
.lp007-faq-item {
  background: #f8fbfe;
  border: 1px solid #dbeaf6;
  border-radius: 10px;
  padding: 18px 20px;
}
.lp007-faq-item + .lp007-faq-item {
  margin-top: 12px;
}
.lp007-faq-q {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1976d2;
}
@media (min-width: 768px) {
  .lp007-faq-q {
    font-size: 18px;
  }
}
.lp007-faq-a {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}
@media (min-width: 768px) {
  .lp007-faq-a {
    font-size: 14px;
  }
}

/* ── 企業ロゴ帯：上下余白を約半分（.content-block-muted 40px / .-rounded 内側） */
.lp007-company-logos.content-block-muted {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lp007-company-logos .company-slide.-rounded {
  margin-top: 8px;
  padding-block: 6px;
}
.lp007-company-logos .company-slider + .company-slider {
  margin-top: 4px;
}
@media only screen and (max-width: 47.99875em) {
  .lp007-company-logos .company-slide.-rounded {
    padding-block: 4px;
  }
}
