/* Final adjustment layer for the latest requested LP tweaks. */

.affinity {
  padding-bottom: 18px !important;
}

.affinity__message {
  margin-bottom: 0 !important;
}

.solution--renewed {
  padding-top: 28px !important;
  margin-top: 0 !important;
}

.campaign-strip {
  padding: 18px 20px 28px !important;
  margin: 0 !important;
  background: #fff !important;
}

.campaign-strip .container {
  width: 100% !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.campaign-strip img {
  display: none !important;
}

.campaign-band {
  width: min(100%, 1120px);
  min-height: 140px;
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  border: 5px solid #0051b9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 52, 135, 0.17);
}

.campaign-band__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #005fd1 0%, #002f8b 100%);
}

.campaign-band__title span,
.campaign-band__title strong {
  display: block;
  line-height: 1.15;
}

.campaign-band__title span {
  font-size: 22px;
  font-weight: 800;
}

.campaign-band__title strong {
  font-size: 38px;
  font-weight: 900;
}

.campaign-band__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

.campaign-band__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 16px 14px;
  border-left: 1px solid #d6e0ef;
  text-align: center;
}

.campaign-band__item dt {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.campaign-band__item dd {
  margin: 0;
  color: #004aae;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.solution-renewed__heading h2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  max-width: min(100%, 1180px) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.solution-renewed__heading .heading-line,
.solution-renewed__heading .heading-line--wide {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
  transform: none !important;
}

.solution-renewed__cards {
  align-items: stretch !important;
}

.solution-renewed-card {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  align-content: start !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 24px 28px 30px !important;
}

.solution-renewed-card__head {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  align-items: center !important;
}

.solution-renewed-card img {
  width: 100% !important;
  /*height: 176px !important;*/
  object-fit: contain !important;
  align-self: start !important;
  margin: -10px auto -4px !important;
}

.solution-renewed-card p {
  align-self: start !important;
  margin-top: 8px !important;
}

.support-flow-image {
  width: min(100%, 900px) !important;
  margin: 34px auto 0 !important;
}

.support-flow-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

.support-orbit {
  display: none !important;
}

.support-message--text {
  width: min(100%, 1120px) !important;
  margin: 34px auto 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  color: #174c70 !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.support-message--text p {
  margin: 0 !important;
}

.support-message__rule {
  flex: 1 1 80px;
  max-width: 120px;
  height: 3px;
  background: #20a8df;
  border-radius: 999px;
}

.support-message__mark {
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #e8f5ff;
  box-shadow: inset 0 0 0 2px #cdeaff;
}

.support-message__mark::before,
.support-message__mark::after {
  content: "";
  position: absolute;
  background: #20a8df;
  border-radius: 999px;
}

.support-message__mark::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 22px;
  transform: rotate(-35deg);
}

.support-message__mark::after {
  width: 16px;
  height: 4px;
  left: 9px;
  top: 25px;
  transform: rotate(36deg);
}

@media (min-width: 961px) {
  .solution-renewed__heading .heading-line--wide {
    white-space: nowrap !important;
  }
}

@media (max-width: 960px) {
  .campaign-strip {
    padding: 16px 16px 24px !important;
  }

  .campaign-band {
    grid-template-columns: 220px 1fr;
    min-height: 118px;
    border-width: 4px;
  }

  .campaign-band__title {
    padding: 16px;
  }

  .campaign-band__title span {
    font-size: 18px;
  }

  .campaign-band__title strong {
    font-size: 30px;
  }

  .campaign-band__item {
    padding: 14px 10px;
  }

  .campaign-band__item dt {
    font-size: 13px;
  }

  .campaign-band__item dd {
    font-size: 24px;
  }

  .solution-renewed__heading .heading-line--wide {
    white-space: normal !important;
  }

  .solution-renewed-card {
    padding: 22px 22px 26px !important;
  }

  .solution-renewed-card img {
    /*height: 150px !important;*/
    margin-top: -6px !important;
  }
}

@media (max-width: 560px) {
  .campaign-strip {
    padding: 14px 12px 22px !important;
  }

  .campaign-band {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    border-width: 3px;
    border-radius: 14px;
  }

  .campaign-band__title {
    padding: 14px;
  }

  .campaign-band__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .campaign-band__item {
    border-top: 1px solid #d6e0ef;
    padding: 14px 8px;
  }

  .campaign-band__item:nth-child(odd) {
    border-left: 0;
  }

  .solution-renewed-card img {
    /*height: 132px !important;*/
    margin: -4px auto -2px !important;
  }

  .support-message--text {
    gap: 10px !important;
    font-size: 16px !important;
  }

  .support-message__rule {
    display: none;
  }

  .support-message__mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

/* Final alignment fixes */
.solution-renewed {
  text-align: center !important;
}

.solution-renewed .container,
.solution-renewed__heading {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.solution-renewed__heading h2 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 22px !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
}

.solution-renewed__heading .heading-line,
.solution-renewed__heading .heading-line--wide {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  translate: none !important;
}

@media (min-width: 761px) {
  .solution-renewed__heading .heading-line--wide {
    white-space: nowrap !important;
  }

  .support-message--text {
    display: block !important;
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    margin: 28px auto 0 !important;
    padding: 0 24px !important;
    text-align: center !important;
    font-size: clamp(20px, 1.65vw, 26px) !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  .support-message--text p {
    display: block !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .support-message--text .support-message__rule,
  .support-message--text .support-message__mark {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .solution-renewed__heading .heading-line,
  .solution-renewed__heading .heading-line--wide,
  .support-message--text,
  .support-message--text p {
    white-space: normal !important;
  }

  .support-message--text {
    display: block !important;
    padding-inline: 16px !important;
    text-align: center !important;
  }

  .support-message--text .support-message__rule,
  .support-message--text .support-message__mark {
    display: none !important;
  }
}

/* ==========================================================
   FV full-viewport rework / 2026-07-08
   - PC: FVを「画面の高さ − ヘッダー」にぴったり収める
   - スマホ/タブレット: 背景写真をやめ、テキスト＋チャット画面
     モックを縦積みにして読みやすくする
   ========================================================== */
:root {
  --fv-header-h: 86px;
}

.site-header .header__inner {
  min-height: var(--fv-header-h) !important;
}

.hero {
  box-sizing: border-box !important;
  min-height: calc(100vh - var(--fv-header-h)) !important;
  min-height: calc(100svh - var(--fv-header-h)) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(20px, 3.5vh, 48px) 0 !important;
/*  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 34%, rgba(255, 255, 255, 0.62) 52%, rgba(255, 255, 255, 0.1) 72%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/fv-background-laptop.png?ver2") right center / cover no-repeat !important;*/
  background:
    linear-gradient(90deg, rgba(221, 235, 251, 1) 0%, rgba(221, 235, 251, 0.5) 34%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/fv-background.png?ver2")!important;
  overflow: hidden !important;
background-position: 0 0, 10% 50%!important;
background-repeat:no-repeat,no-repeat!important;
background-size:cover,cover!important;
}

.hero__grid{
display: grid;
grid-auto-flow: column;
place-items: center;
grid-template-columns:1fr 1.5fr;
}
.hero__pc-shot{
position: relative;
flex: 1 1 0;
/*display: block !important;*/
width: 100%;
/*min-height: 150px;*/
margin-top: 20px;

}

.hero__pc-shot img {
/*position: absolute;*/
/*bottom: 18px;*/
right: 10%;
/*transform: translateX(-50%);*/
/*max-width: min(100%, 460px);*/
/*max-height: calc(100% - 18px);*/
/*filter: drop-shadow(0 16px 26px rgba(7, 27, 63, 0.28));*/
max-width:100%;
}


.hero__mobile-shot {
  display: none;
}

.u-nowrap {
  white-space: nowrap;
}

/* 画面が低いPCブラウザでもFVが1画面に収まるよう段階的に圧縮 */
@media (min-width: 981px) and (max-height: 800px) {
  .hero__eyebrow {
    margin-bottom: 12px !important;
    padding: 6px 16px !important;
    font-size: 14px !important;
  }

  .hero h1 {
    margin-bottom: 12px !important;
    font-size: clamp(40px, 4vw, 80px) !important;
  }

  .hero__lead {
    margin-top: 10px !important;
    font-size: clamp(16px, 1.4vw, 21px) !important;
  }

  .hero__body {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .hero .button-row {
    margin-top: 16px !important;
  }

  .hero .button {
    min-height: 46px !important;
    font-size: 15px !important;
  }

  .hero__phone-row {
    margin-top: 10px !important;
  }
}

@media (min-width: 981px) and (max-height: 660px) {
  .hero h1 {
    font-size: clamp(30px, 3vw, 40px) !important;
  }

  .hero__body {
    display: none !important;
  }
}

/* タブレット以下: 背景写真を外してクリーンな縦積みレイアウトに */
@media (max-width: 980px) {
  :root {
    --fv-header-h: 64px;
  }

  .hero {
    justify-content: flex-start !important;
    padding: 26px 0 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 52%, #ddebfb 100%) !important;
  }

  .hero .container {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
  position: relative;
  }

  .hero__grid {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .hero__content {
    width: 100% !important;
    max-width: 560px !important;
    margin-inline: auto !important;
  }
.hero__pc-shot{
display: none;
}

  .hero__mobile-shot {
    position: relative;
    flex: 1 1 0;
    display: block !important;
    width: 100%;
    min-height: 150px;
    margin-top: 20px;
  }
.hero__mobile-shot {
position: absolute !important;
top: 16px !important;
right: 0 !important;
z-index: 1 !important;
display: block !important;
width: min(35vw, 136px) !important;
width: 45%!important;
/* height: 286px !important; */
min-height: 0 !important;
margin: 0 !important;
pointer-events: none !important;
}

  .hero__mobile-shot img {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    max-width: min(100%, 460px);
    max-height: calc(100% - 18px);
    filter: drop-shadow(0 16px 26px rgba(7, 27, 63, 0.28));
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 22px !important;
  }

  .hero__eyebrow {
    margin-bottom: 12px !important;
  }

  .hero h1 {
    margin-bottom: 12px !important;
  }

  .hero__lead {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .hero__body {
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .hero .button-row {
    margin-top: 16px !important;
  }

  .hero__phone-row {
    margin-top: 12px !important;
  }

  .hero__mobile-shot {
    margin-top: 14px;
  }
}

/* ==========================================================
   Section backgrounds & motion / 2026-07-08
   FV・ヘッダー・キャンペーン帯は変更しない。
   背景リズム: 白 → 淡青 → 白 → 淡青 → 白 → 淡青帯 → 白 → 薄灰 → 濃紺
   ========================================================== */

/* --- 共通下地: 背景レイヤーの土台とコンテンツの前面化 --- */
.problem,
.whynow,
.affinity,
.solution--renewed,
.about,
.comparison,
.scene,
.support--renewed,
.faq {
  position: relative !important;
  overflow: hidden !important;
}

.problem > .container,
.whynow > .container,
.affinity > .container,
.solution--renewed > .container,
.about > .container,
.comparison > .container,
.scene > .container,
.support--renewed > .container,
.faq > .container {
  position: relative;
  z-index: 2;
}

.final-cta {
  position: relative !important;
}

/* --- 1. 検索する前に、AIへ相談する時代へ（白 + 左右radial + ドット） --- */
.problem {
  background: #ffffff !important;
}

.problem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(560px 440px at 6% 28%, rgba(84, 162, 255, 0.14), transparent 70%),
    radial-gradient(600px 460px at 94% 66%, rgba(84, 162, 255, 0.12), transparent 70%);
}

.problem::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(10, 90, 200, 0.55) 1px, transparent 1.3px);
  background-size: 26px 26px;
  opacity: 0.08;
}

.problem-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 1;
  width: min(660px, 86vw);
  height: min(660px, 86vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(126, 190, 255, 0.32), transparent 72%);
  pointer-events: none;
}

/* --- 2. グラフ／データ訴求（淡青グラデ + ぼかし円、上下は白へフェード） --- */
.whynow {
  background: linear-gradient(180deg, #ffffff 0%, #eaf5ff 16%, #dff0ff 50%, #eaf5ff 84%, #ffffff 100%) !important;
}

.whynow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 0;
  width: min(920px, 120vw);
  height: min(920px, 120vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.95) 30%, rgba(170, 210, 255, 0.35) 60%, transparent 74%);
  pointer-events: none;
}

/* --- 3. 課題セクション（白 + ごく薄い斜めライン + 余白広め） --- */
.affinity {
  background: #ffffff !important;
  padding-top: clamp(64px, 7vw, 96px) !important;
  padding-bottom: 44px !important;
}

.affinity::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: repeating-linear-gradient(135deg, rgba(15, 99, 214, 0.05) 0 2px, transparent 2px 30px);
  opacity: 0.5;
}

/* --- 4. 4つの導線・ChatGPT広告とは（淡青グラデ + blob） --- */
.solution--renewed {
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 18%, #dff0ff 58%, #f5faff 100%) !important;
}

.about {
  background: linear-gradient(180deg, #f5faff 0%, #eaf5ff 42%, #ffffff 100%) !important;
}

.bg-blob {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 36%, rgba(126, 186, 255, 0.9), rgba(126, 186, 255, 0) 70%);
  opacity: 0.25;
  pointer-events: none;
  animation: blobBreath 16s ease-in-out infinite alternate;
}

.bg-blob--a {
  width: 520px;
  height: 520px;
  top: 6%;
  left: -150px;
}

.bg-blob--b {
  width: 660px;
  height: 660px;
  right: -190px;
  bottom: -170px;
  animation-duration: 21s;
}

.bg-blob--c {
  width: 560px;
  height: 560px;
  top: 26%;
  right: -170px;
  animation-duration: 24s;
}

@keyframes blobBreath {
  from { scale: 1; }
  to { scale: 1.14; }
}

/* --- 5. 比較セクション（白 + 左右グリッドライン + 表背面の青い光） --- */
.comparison {
  background: #ffffff !important;
}

.comparison::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(15, 99, 214, 0.07) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(15, 99, 214, 0.07) 0 1px, transparent 1px 44px);
  background-size: 200px 100%, 200px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 20%, transparent 80%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 20%, transparent 80%, #000 100%);
}

.comparison::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 58%;
  z-index: 0;
  width: min(1100px, 96vw);
  height: 560px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(96, 170, 255, 0.18), transparent 72%);
  pointer-events: none;
}

/* --- 6. 物件広告・活用シーン（淡い水色帯 + 上下カーブ + hover拡大） --- */
.scene {
  background: linear-gradient(180deg, #f5faff 0%, #dff0ff 46%, #eaf5ff 100%) !important;
}

.scene::before,
.scene::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  z-index: 1;
  height: clamp(36px, 6vw, 78px);
  background: #ffffff;
  pointer-events: none;
}

.scene::before {
  top: -2px;
  border-radius: 0 0 100% 100% / 0 0 100% 100%;
}

.scene::after {
  bottom: -2px;
  border-radius: 100% 100% 0 0 / 100% 100% 0 0;
}

.scene-card {
  overflow: hidden;
}

@media (hover: hover) {
  .scene-card img {
    transition: transform 0.5s ease;
  }

  .scene-card:hover img {
    transform: scale(1.05);
  }
}

/* --- 7. 運用サポート（白 + 円形ライン + 中央radial） --- */
.support--renewed {
  background: #ffffff !important;
}

.support--renewed::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 0;
  width: min(1240px, 150vw);
  height: min(1240px, 150vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(15, 99, 214, 0.055) 0 1px, transparent 1px 104px);
  pointer-events: none;
}

.support--renewed::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 0;
  width: min(820px, 96vw);
  height: 540px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(76, 156, 255, 0.16), transparent 72%);
  pointer-events: none;
}

/* --- 8. FAQ（薄グレー→白グラデ + 白カード） --- */
.faq {
  background: linear-gradient(180deg, #f3f7fb 0%, #fbfdff 58%, #ffffff 100%) !important;
}

.faq-item {
  background: #ffffff !important;
  border: 1px solid rgba(15, 99, 214, 0.08) !important;
  box-shadow: 0 10px 26px rgba(7, 27, 63, 0.06) !important;
}

/* --- 9. 最終CTA（濃紺は既存のまま + 流れる光 + ボタン光沢） --- */
.final-cta .bg-lights {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.final-cta .bg-lights span {
  position: absolute;
  left: -46%;
  width: 42%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(96, 200, 255, 0.7), transparent);
  animation: lightSweep 9s linear infinite;
}

.final-cta .bg-lights span:nth-child(1) {
  top: 32%;
}

.final-cta .bg-lights span:nth-child(2) {
  top: 64%;
  height: 1px;
  opacity: 0.65;
  animation-duration: 14s;
  animation-delay: 3.5s;
}

@keyframes lightSweep {
  to { transform: translateX(350%); }
}

.final-cta .button--primary {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(233, 109, 20, 0.32);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.final-cta .button--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.final-cta .button--primary:hover {
  box-shadow: 0 0 0 4px rgba(255, 158, 74, 0.28), 0 16px 38px rgba(233, 109, 20, 0.5);
}

/* --- スクロール表示アニメーション（.reveal / .reveal-item + .is-visible） --- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-item {
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    translate 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    scale 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
  will-change: transform, opacity;
}

.reveal-item:not(.reveal-item--translate) {
  transform: translateY(24px);
}

/* 配置にtransformを使う要素（吹き出し・人物）は translate で動かす */
.reveal-item--translate {
  translate: 0 16px;
}

.reveal-item.is-visible {
  opacity: 1;
}

.reveal-item:not(.reveal-item--translate).is-visible {
  transform: translateY(0);
}

.reveal-item--translate.is-visible {
  translate: 0 0;
}

/* 吹き出しチップは「ぽんっ」と現れて表示後にゆっくり浮遊 */
.problem-chip.reveal-item--translate {
  scale: 0.88;
}

.problem-chip.reveal-item--translate.is-visible {
  scale: 1;
  animation: chipFloat 5.5s ease-in-out 1.6s infinite alternate;
}

@keyframes chipFloat {
  from { translate: 0 0; }
  to { translate: 0 -7px; }
}

/* グラフ・図版はわずかに scale しながら浮かび上がる */
.reveal-item.reveal-scale {
  transform: translateY(24px) scale(0.98);
}

.reveal-item.reveal-scale.is-visible {
  transform: translateY(0) scale(1);
}

/* --- セクション別の演出バリエーション --- */

/* ぽんっとスケールインするカード（課題カード・CTAボタン） */
.reveal-item.reveal-pop {
  transform: scale(0.92);
}

.reveal-item.reveal-pop.is-visible {
  transform: scale(1);
}

/* 左から流れ込む（導線ステップの流れ・FAQリスト） */
.reveal-item.reveal-left {
  transform: translateX(-30px);
}

.reveal-item.reveal-left.is-visible {
  transform: translateX(0);
}

/* フェードのみ（補足テキスト・締めのメッセージ） */
.reveal-item.reveal-fade {
  transform: none;
}

/* 活用シーン: 写真がゆっくり引いて落ち着くズーム */
.scene-card.reveal-item {
  transform: none;
}

.scene-card.reveal-item img {
  transform: scale(1.08);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
}

.scene-card.reveal-item.is-visible img {
  transform: scale(1);
}

.scene-card.reveal-item.reveal-done img {
  transition: transform 0.5s ease;
  transition-delay: 0s;
}

/* 表示完了後はhover用の短いtransitionへ戻す */
.reveal.reveal-done,
.reveal-item.reveal-done {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition-delay: 0s;
  will-change: auto;
}

/* hoverで軽く浮くカード（PCのみ） */
@media (hover: hover) {
  .hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(10, 50, 100, 0.14);
  }
}

/* 最下部CTA: 表示されてから光のラインを流す */
.final-cta .bg-lights span {
  animation-play-state: paused;
}

.final-cta.is-lit .bg-lights span {
  animation-play-state: running;
}

/* --- 掲載イメージのPC/スマホ出し分け --- */
.about-mock__image--sp {
  display: none !important;
}

@media (max-width: 720px) {
  .about-mock__image--pc {
    display: none !important;
  }

  .about-mock__image--sp {
    display: block !important;
    width: min(100%, 320px) !important;
    max-height: 500px !important;
    margin-inline: auto !important;
  }
}

/* --- スマホでは移動量・遅延・背景演出を弱める --- */
@media (max-width: 768px) {
  .reveal {
    transform: translateY(18px);
  }

  .reveal-item:not(.reveal-item--translate) {
    transform: translateY(16px);
  }

  .reveal-item--translate {
    translate: 0 10px;
  }

  .reveal,
  .reveal-item {
    transition-delay: calc(var(--delay, 0s) * 0.6);
  }

  /* バリエーションもスマホでは控えめに */
  .reveal-item.reveal-pop {
    transform: scale(0.96);
  }

  .reveal-item.reveal-left {
    transform: translateX(-16px);
  }

  .reveal-item.reveal-fade,
  .scene-card.reveal-item {
    transform: none;
  }

  .scene-card.reveal-item img {
    transform: scale(1.04);
  }

  .problem-chip.reveal-item--translate {
    scale: 0.94;
  }
}

@media (max-width: 720px) {
  .bg-blob {
    opacity: 0.12;
  }

  .problem::after {
    opacity: 0.05;
  }

  .comparison::before {
    opacity: 0.45;
  }

  .problem-visual::before,
  .whynow::before,
  .comparison::after,
  .support--renewed::after {
    opacity: 0.7;
  }
}

/* --- 動きを抑える設定に対応（html.force-motion 時は確認用に無効化しない） --- */
@media (prefers-reduced-motion: reduce) {
  html:not(.force-motion) .reveal,
  html:not(.force-motion) .reveal-item:not(.reveal-item--translate),
  html:not(.force-motion) .hover-lift {
    opacity: 1 !important;
    transform: none !important;
    scale: none !important;
    transition: none !important;
    animation: none !important;
  }

  html:not(.force-motion) .reveal-item--translate {
    opacity: 1 !important;
    translate: none !important;
    scale: none !important;
    transition: none !important;
    animation: none !important;
  }

  html:not(.force-motion) .bg-blob,
  html:not(.force-motion) .final-cta .bg-lights span {
    animation: none !important;
    transform: none !important;
  }

  html:not(.force-motion) .scene-card img {
    transition: none !important;
    transform: none !important;
  }
}

/* --- キャンペーン帯: 金額は1行で表示 --- */
.campaign-band__item dd {
  white-space: nowrap;
  font-size: clamp(21px, 2vw, 31px);
}

/* --- ChatGPT広告とは: カード見出しはPC幅では1行に --- */
@media (min-width: 1200px) {
  .about-card h3 {
    white-space: nowrap;
    font-size: 16px;
  }
}

/* ==========================================================
   モバイル専用の改行調整 / 2026-07-09
   PC・タブレットの表示・改行位置は変更しない。
   ========================================================== */
.hero h1 .hero__break-mobile,
.support-renewed__heading h2 .support__break-mobile,
.final-cta__content h2 .cta__break-mobile {
  display: none !important;
}

@media (max-width: 720px) {
  /* ChatGPT広告の運用代行、はじめました。→ 2行に */
  .hero h1 .hero__break-mobile {
    display: inline !important;
  }

  .hero h1 .hero__break-desktop {
    display: none !important;
  }

  .hero h1 {
    font-size: 28px !important;
    line-height: 1.28 !important;
  }

  /* 設計・入稿・運用改善まで、不動産会社向けに一括サポート。→ 3行に収めてはみ出しを解消 */
  .support-renewed__heading h2 .support__break-mobile {
    display: inline !important;
  }

  .support-renewed__heading h2 {
    font-size: 25px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
  }

  /* AI検索時代の新しい集客導線を、まずは無料でご相談ください。→ 2行に */
  .final-cta__content h2 .cta__break-mobile {
    display: inline !important;
  }

  .final-cta__content h2 {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }
}

/* ==========================================================
   CV / section refinements / 2026-07-09
   ========================================================== */

/* CTA links */
.button[href^="https://ad-comi.co.jp/"] {
  cursor: pointer;
}

.issue-card:nth-child(odd)::before{
background:linear-gradient(90deg, rgba(221, 235, 251, 0.94) 0%, rgba(221, 235, 251, 0.72) 100%);
}
.issue-card:nth-child(even)::before{
background:linear-gradient(90deg, rgba(230, 230, 230, 0.94) 0%, rgba(230, 230, 230, 0.72) 100%);
}

/* 課題カード: SPは2列 */
@media (max-width: 720px) {
  .affinity .issue-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .affinity .issue-card {
    min-height: 132px !important;
    padding: 18px 10px !important;
    border-radius: 14px !important;
  }

.issue-card:nth-child(1)::before,.issue-card:nth-child(4)::before,.issue-card:nth-child(5)::before{
background:linear-gradient(90deg, rgba(221, 235, 251, 0.94) 0%, rgba(221, 235, 251, 0.72) 100%);
}
.issue-card:nth-child(2)::before,.issue-card:nth-child(3)::before,.issue-card:nth-child(6)::before{
background:linear-gradient(90deg, rgba(230, 230, 230, 0.94) 0%, rgba(230, 230, 230, 0.72) 100%);
}

  .affinity .issue-card strong {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.45 !important;
  }
}

/* 「タイミング」下の三角を少し下げる */
.affinity__message::after {
  bottom: -30px !important;
}

@media (max-width: 720px) {
  .affinity__message {
    margin-bottom: 22px !important;
  }

  .affinity__message::after {
    bottom: -36px !important;
  }
}

/* 導線カードの画像をPC/SPともに大きく */
.solution-renewed-card {
  gap: 10px !important;
}

.solution-renewed-card img {
  /*height: 220px !important;*/
  margin: -6px auto 0 !important;
}

@media (max-width: 960px) {
  .solution-renewed-card img {
    /*height: 188px !important;*/
  }
}

@media (max-width: 560px) {
  .solution-renewed-card {
    padding: 22px 18px 26px !important;
  }

  .solution-renewed-card img {
    /*height: 168px !important;*/
  }
}

/* ChatGPT広告とは: 不動産向けの掲載イメージ */
.about-mock--image {
  max-width: 980px !important;
  padding: clamp(18px, 3vw, 34px) !important;
}

@media (max-width: 720px) {
  .about-mock--image {
    padding: 16px 12px 20px !important;
  }
}

/* 活用シーン: グラデーションを止める */
.scene {
  background: #f3f8fd !important;
}

.scene-card::after {
  background: rgba(255, 255, 255, 0.72) !important;
}

.scene-card div {
  padding: 8px 10px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.scene-card h3 {
  line-height: 1.35 !important;
}

/* 運用体制見出し: SPで大きく読みやすく */
@media (max-width: 720px) {
  .support-renewed__heading h2 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.35 !important;
  }
}

/* 最終CTAの電話番号 */
.header-phone a,
.hero__phone-row a,
.phone-row a {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

.header-phone a {
  display: block;
  font-size: clamp(18px, 1.7vw, 26px);
}

.hero__phone-row a {
  color: #064fc9;
  font-size: clamp(24px, 2vw, 34px);
}

.phone-row a {
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
}

/* フッター */
.footer__logo {
  display: block;
  width: min(220px, 70vw);
  height: auto;
  margin: 0 auto 14px;
}

.footer__inner {
  text-align: center !important;
}

/* SP下部固定CV */
.sp-fixed-cv {
  display: none;
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }

  .sp-fixed-cv {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(11, 78, 150, 0.18);
    box-shadow: 0 -10px 26px rgba(4, 34, 74, 0.14);
    backdrop-filter: blur(10px);
  }

  .sp-fixed-cv__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0 3px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }

  .sp-fixed-cv__item--tel {
    background: #0b66c3;
  }

  .sp-fixed-cv__item--download {
    background: #174c70;
  }

  .sp-fixed-cv__item--consult {
    background: #f08320;
  }
}

/* ==========================================================
   Spacing / readability refinements / 2026-07-09
   ========================================================== */

/* セクション全体の縦余白を少し締める */
.section:not(.hero),
.whynow,
.about,
.faq,
.support--renewed,
.solution--renewed,
.scene,
.comparison,
.problem,
.affinity {
padding-top:40px!important;
padding-bottom:40px!important;
}

.section-heading--center,
.faq .section-heading,
.solution-renewed__heading,
.support-renewed__heading,
.scene__heading,
.whynow__heading {
  margin-bottom:30px!important;
}

.section-heading {
  max-width: min(100%, 1120px) !important;
}

.section-heading h2,
.final-cta h2,
.support-renewed__heading h2 {
  max-width: min(100%, 1120px) !important;
  margin-inline: auto !important;
}

.section-heading p,
.solution-renewed__heading p,
.support-renewed__heading p,
.scene__heading p,
.whynow__heading p {
  max-width: min(100%, 920px) !important;
  margin-inline: auto !important;
}

@media (max-width: 720px) {
  .section:not(.hero),
  .whynow,
  .about,
  .faq,
  .support--renewed,
  .solution--renewed,
  .scene,
  .comparison,
  .problem,
  .affinity {
    padding-top: 44px !important;
    padding-bottom: 46px !important;
  }

  .section-heading h2,
  .final-cta h2,
  .support-renewed__heading h2 {
    max-width: 100% !important;
  }
}

/* 出典の上部余白を詰める */
.whynow__chart {
  margin-bottom: 18px !important;
}

.whynow__message {
  /*max-width: min(100%, 1040px) !important;*/
color:#555!important;
}

.whynow__source {
  margin-top: 10px !important;
text-align:right;
}

@media (max-width: 720px) {
  .whynow__message {
    font-size: clamp(17px, 3vw, 22px) !important;
    line-height: 1.45 !important;
  }

  .whynow__source {
    margin-top: 8px !important;
  }
}

/* 「タイミング」下の三角を次セクション寄りまで下げる */
.affinity {
  overflow: visible !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
}

.affinity__message {
  margin-bottom: 0 !important;
}

.affinity__message::after {
  bottom: -58px !important;
  z-index: 3 !important;
}

@media (max-width: 720px) {
  .affinity {
    padding-bottom: 72px !important;
  }

  .affinity__message::after {
    bottom: -54px !important;
  }
}

/* 導線カード: SPは画像を横幅80%まで拡大 */
@media (max-width: 720px) {
  .solution-renewed__cards {
    gap: 16px !important;
  }

  .solution-renewed-card img {
    width: 100% !important;
    /*max-width: 300px !important;*/
    height: auto !important;
    margin: 0 auto 4px !important;
  }
}

/* 活用シーンは写真をはっきり出す */
.scene-card::after {
  background: transparent !important;
}

.scene-card img {
  filter: none !important;
}

.scene-card div {
  max-width: calc(100% - 28px) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 8px 20px rgba(7, 27, 63, 0.08) !important;
}

@media (max-width: 720px) {
  .scene-card div {
    top: 14px !important;
    left: 14px !important;
    max-width: calc(100% - 28px) !important;
  }
}

/* FAQ: 開いた際の「-」の背景は不要 */
.faq-item.is-open .faq-mark {
  color: #135fc2 !important;
  background: transparent !important;
}

.faq-item.is-open .faq-mark::before {
  color: #135fc2 !important;
}

/* 最終CTAの電話表示をFVの電話行に近づけ、ボタン幅と揃える */
.final-cta .button-row,
.final-cta .phone-row {
  width: min(100%, 560px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.final-cta .button-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.final-cta .phone-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 8px 10px !important;
  margin-top: 18px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.final-cta .phone-row a {
  color: #ffffff !important;
  font-size: clamp(24px, 2.3vw, 34px) !important;
}

.final-cta .phone-row small {
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

@media (max-width: 720px) {
  .final-cta .button-row,
  .final-cta .phone-row {
    width: min(100%, 330px) !important;
  }

  .final-cta .button-row {
    gap: 10px !important;
  }

  .final-cta .phone-row {
    margin-top: 12px !important;
    padding: 10px 12px !important;
  }
}

/* SP固定CV: 3分割で余白なし */
@media (max-width: 720px) {
  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
  }

  .sp-fixed-cv {
    gap: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom) !important;
    border-top: 0 !important;
    background: transparent !important;
    box-shadow: 0 -8px 22px rgba(4, 34, 74, 0.16) !important;
    backdrop-filter: none !important;
  }

  .sp-fixed-cv__item {
    min-height: 58px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
  }
}

/* SP FV: コピー右横に既存スマホ画像を配置 */
@media (min-width: 721px) and (max-width: 980px) {
  .hero {
    min-height: auto !important;
    padding: 26px 0 30px !important;
  }

  .hero__grid {
    position: relative !important;
    display: block !important;
    min-height: 0 !important;
  }

  .hero__content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 340px !important;
    margin-inline: 0 !important;
    padding-right: clamp(320px, 36vw, 340px) !important;
  }

  .hero__eyebrow,
  .hero h1,
  .hero__lead,
  .hero__body,
  .hero .button-row,
  .hero__phone-row {
    max-width: 100% !important;
  }

  .hero__pc-shot {
    display: none !important;
  }

  .hero__mobile-shot {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    width: clamp(300px, 30vw, 320px) !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .hero__mobile-shot img {
    position: static !important;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    object-fit: contain !important;
  }

  .hero .button-row {
    width: 100% !important;
    margin-top: 18px !important;
  }

  .hero__phone-row {
    width: 100% !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto !important;
    padding: 22px 0 24px !important;
  }

  .hero__grid {
    position: relative !important;
    display: block !important;
    min-height: 0 !important;
  }

  .hero__content {
    position: relative !important;
    z-index: 2 !important;
    max-width: none !important;
    min-height: 300px !important;
    padding-right: clamp(150px, 42vw, 280px) !important;
  }

  .hero__eyebrow,
  .hero h1,
  .hero__lead,
  .hero__body {
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: clamp(24px, 6.3vw, 28px) !important;
    line-height: 1.24 !important;
    margin-bottom: 9px !important;
  }

  .hero h1 .hero__break-mobile {
    display: inline !important;
  }

  .hero h1 .hero__break-desktop {
    display: none !important;
  }

  .hero__lead {
    font-size: clamp(15px, 4vw, 17px) !important;
    line-height: 1.55 !important;
  }

  .hero__body {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .hero__mobile-shot {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    width: clamp(130px, 32vw, 210px) !important;
    /*height: calc(100% - 130px) !important;*/
    /*height: 286px !important;*/
    min-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .hero__mobile-shot img {
    position: static !important;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    object-fit: contain !important;
  }

  .hero .button-row,
  .hero__phone-row {
    width: calc(100% + clamp(150px, 42vw, 280px)) !important;
    max-width: none !important;
  }

  .hero .button-row {
    clear: both !important;
    margin-top: 18px !important;
  }

  .hero__phone-row {
    margin-top: 12px !important;
  }
}

@media (max-width: 380px) {
  .hero__content {
    padding-right: 150px !important;
  }

  .hero .button-row,
  .hero__phone-row {
    width: calc(100% + 150px) !important;
  }

  .hero__mobile-shot {
    width: 150px !important;
    height: calc(100% - 180px) !important;
  }

  .hero h1 {
    font-size: 23px !important;
  }

  .hero__lead {
    font-size: 14px !important;
  }
}


.solution-renewed__heading h2 br,
.sp_br{
display: none!important;
}


@media (max-width: 720px) {
.solution-renewed__heading h2 br,
.sp_br{
display:block!important;
}
.pc_br{
display: none;
}


}

/*
FV
*/
.fv_area{
box-sizing: border-box !important;
  min-height: calc(100vh - var(--fv-header-h)) !important;
  min-height: calc(100svh - var(--fv-header-h)) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(20px, 3.5vh, 48px) 0 !important;
/*  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 34%, rgba(255, 255, 255, 0.62) 52%, rgba(255, 255, 255, 0.1) 72%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/fv-background-laptop.png?ver2") right center / cover no-repeat !important;*/
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 34%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/fv-background.png?ver2")!important;
  overflow: hidden !important;
background-position: 0 0, 10% 50%!important;
background-repeat:no-repeat,no-repeat!important;
background-size:cover,cover!important;
}




.fv_eyebrow{
width: fit-content !important;
margin: 0 0 28px !important;
border: 0 !important;
border-radius: 999px !important;
padding: 9px 24px !important;
color: #fff !important;
background: linear-gradient(135deg, #0a6eea 0%, #003d9c 100%) !important;
box-shadow: 0 14px 28px rgba(8, 79, 195, 0.18);
font-size: clamp(15px, 1.5vw, 22px) !important;
font-weight: 900 !important;
margin-bottom: 18px !important;
padding: 8px 18px !important;
font-size: 15px !important;
}

/* ==========================================================
   FV supplied asset reconstruction / 2026-07-10
   ========================================================== */
.hero {
  min-height: 0 !important;
  display: block !important;
  padding: 0 !important;
  background: #f7fbff !important;
  overflow: hidden !important;
}

.hero::before,
.hero::after {
  display: none !important;
}

.hero__stage {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1672 / 941 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: url("assets/images/fv_pc_bg_.png?ver2") center / 100% 100% no-repeat !important;
}

.hero__asset {
  position: absolute !important;
  display: block !important;
  height: auto !important;
  max-width: none !important;
  user-select: none !important;
  pointer-events: none !important;
}

.hero__asset--pc-copy {
  z-index: 2 !important;
  top: 14.8% !important;
  left: 5.3% !important;
  width: 42% !important;
}

.hero__asset--pc-device {
  z-index: 1 !important;
  top: 17.6% !important;
  right: 7.1% !important;
  width: 44.3% !important;
}

.hero__asset--sp-copy,
.hero__asset--sp-device {
  display: none !important;
}

@media (max-width: 980px) {
  .hero {
    background: #f7fbff !important;
  }

  .hero__stage {
    aspect-ratio: 1122 / 1402 !important;
    background-image: url("assets/images/fv_sp_bg.png?ver2") !important;
  }

  .hero__asset--pc-copy,
  .hero__asset--pc-device {
    display: none !important;
  }

  .hero__asset--sp-copy {
    z-index: 2 !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .hero__asset--sp-device {
    z-index: 3 !important;
    top: 28.2% !important;
    right: 3.1% !important;
    display: block !important;
    width: 39.1% !important;
  }
}
@media (max-width: 720px) {
.final-cta .button-row.sp_none{
display: none!important;
}
}

.whynow__heading h2 .whynow__mobile-break {
  display: block !important;
}

@media (max-width: 560px) {
  .campaign-band__title {
    flex-direction: row !important;
    gap: 0.25em !important;
    white-space: nowrap !important;
  }

  .campaign-band__title span,
  .campaign-band__title strong {
    display: inline !important;
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.2 !important;
  }
}
