@charset "UTF-8";

/* =========================
   作業用・提案用
========================= */
.sagyo {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8rem;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  z-index: 10;
}
.teian {
  display: none;
  visibility: hidden;
  position: relative;
  width: 90%;
  margin: 2em auto 0;
  padding: 1.4em 1.2em 1.2em;
  box-sizing: border-box;
  color: #ff0000;
  background-color: #fff;
  border: 1px solid #ff0000;
  line-height: 1.8;
  font-size: 1.6rem;
}
.title-teian {
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 0 0.5em;
  font-weight: bold;
  background-color: #fff;
  color: #ff0000;
}

/* =========================
   ランディングページ共通
========================= */
.innerL {
  width: 100%;
}

/* =========================
   （当店のご利用が初めての方）ランディングページ
========================= */
.beginner-page {
  position: relative;
  overflow: hidden;
}
.beginner-page::before {
  content: "";
  position: absolute;
  top: 180px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(148, 216, 255, 0.25) 0%, rgba(148, 216, 255, 0) 70%);
  pointer-events: none;
}
.beginner-page::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(188, 238, 255, 0.22) 0%, rgba(188, 238, 255, 0) 70%);
  pointer-events: none;
}
.beginner-lp {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 3em 0 5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #222;
  line-height: 1.9;
}
.beginner-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}
.beginner-lp section {
  margin-bottom: 0;
}
.beginner-block {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.beginner-section-wrap {
  position: relative;
  padding: 90px 0;
}
.check-message {
  margin: 2em 0 0;
  padding: 1.4em 1.6em;
  background: #eef8ff;
  border-left: 4px solid #5bb6da;
  border-radius: 12px;
  font-weight: 700;
  line-height: 2;
  color: #0b4c73;
  box-shadow: 0 8px 24px rgba(91, 182, 218, 0.12);
}

.memobox {
  margin: 1em 0;
  background-color: #DAEDF6;
  padding: 1em;
	border-radius: 12px;
}
.memobox-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5bb6da;
}
.memobox-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 1.7rem;
  margin-right: 0.2em;
}
.memobox p {
  margin: 0;
  padding: 0;
}
.memobox p span {
	background:linear-gradient(transparent 60%, #A1D5E9 60%);
	font-weight: 500;
	margin: 0 0.2em;
}

.beginner-section-wrap--soft {
  background: linear-gradient(180deg, #f8fcff 0%, #e3f4fb 100%);
}
.beginner-section-wrap--plain {
  background: #fff;
}
.section-label {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f9caf;
}
.beginner-lp h2 {
  margin: 0 0 0.8em;
  font-size: clamp(2.8rem, 3.5vw, 4.2rem);
  line-height: 1.45;
  font-weight: 700;
  color: #0f2f3d;
}
.beginner-lp h3 {
  margin: 0 0 0.5em;
  font-size: clamp(2.2rem, 2.4vw, 3.0rem);
  line-height: 1.5;
  color: #0b4c73;
}
.beginner-lp p {
  margin: 0 0 1em;
  font-size: 1.7rem;
}
.beginner-lp ul, .beginner-lp ol, .beginner-lp dl {
  margin-top: 0;
}

/* 導入ヒーロー */
.beginner-block--hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.beginner-intro .intro-text {
  flex: 1 1 52%;
}
.beginner-intro .intro-image {
  flex: 1 1 48%;
  max-width: 520px;
  margin-left: auto;
}
.beginner-intro .intro-image img {
  width: 100%;
  filter: drop-shadow(0 18px 40px rgba(48, 112, 143, 0.12));
}
.beginner-intro .intro-lead {
  font-size: 1.8rem;
  line-height: 2;
  color: #294652;
}
.beginner-intro .intro-lead span {
    display: block;
    font-family: "トーキング", "Talking", Meiryo, sans-serif;
    line-height: 1.6;
    font-size: 2.2rem;
    margin: 0.5em 0;
}

.guide-comment {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.9em 1.2em;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2b5c6b;
  background: #f0f9fd;
  border: 1px solid #cfeaf5;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(91, 182, 218, 0.08);
}
.guide-comment::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #cfeaf5;
}
.guide-comment::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #f0f9fd;
}

/* 不安ブロック */
.beginner-worries {
  padding: 42px 38px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(177, 214, 231, 0.6);
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(35, 96, 126, 0.06);
}

.beginner-worries ul {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.beginner-worries li {
  position: relative;
  padding: 1.05em 0 1.05em 1.8em;
  font-size: 2.2rem;
  border-bottom: 1px solid #dbeaf2;
}

.beginner-worries li:last-child {
  border-bottom: none;
}

.beginner-worries li::before {
  content: "✓";
  position: absolute;
  top: 1.05em;
  left: 0;
  font-weight: bold;
  color: #2380a6;
}

/* 理由 */
.beginner-reasons .reason-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid #dfeef5;
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.beginner-reasons .reason-card:last-child {
  margin-bottom: 0;
}

.beginner-reasons .reason-content {
  flex: 1 1 58%;
}

.beginner-reasons .reason-content p {
  margin: 0;
  color: #314851;
}

.beginner-reasons .reason-image {
  flex: 1 1 42%;
  max-width: 340px;
  margin-left: auto;
}

.beginner-reasons .reason-image img {
  width: 100%;
  filter: drop-shadow(0 12px 28px rgba(44, 106, 140, 0.08));
}

/* ご参加当日の流れ */
.beginner-flow {
  max-width: 960px;
  margin: 0 auto;
}
.flow-timeline {
  position: relative;
  margin-top: 2.5em;
  padding-left: 34px;
}
.flow-timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, #5bb6da, #d8eef8);
}
.flow-step {
  position: relative;
  display: flex;
  gap: 22px;
  margin-bottom: 1.8em;
}
.flow-number {
  position: absolute;
  left: -34px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3aa7d8;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(58, 167, 216, 0.28);
  z-index: 2;
}
.flow-content {
  width: 100%;
  background: #fff;
  border: 1px solid #d9edf6;
  border-radius: 16px;
  padding: 1.7em 2em;
  box-shadow: 0 8px 24px rgba(15, 47, 68, 0.06);
}
.flow-content h3 {
  margin: 0 0 0.7em;
  color: #0b4c73;
  font-size: 2rem;
  line-height: 1.5;
}
.flow-content p {
  margin: 0;
  line-height: 1.9;
}
.flow-content p span {
	display: block;
	font-size: 98%;
}
.flow-note {
  margin-top: 2em;
  padding: 1.2em 1.4em;
  background: #f4fbff;
  border-radius: 12px;
  color: #456;
  font-size: 1.5rem;
  line-height: 1.8;
}
.flow-note p {
  margin: 0;
}
.flow-note p + p {
  margin-top: 0.4em;
}

/* スマホ */
@media screen and (max-width: 960px) {
  .flow-timeline {
    padding-left: 28px;
  }
  .flow-timeline::before {
    left: 14px;
  }
  .flow-number {
    left: -28px;
    top: 18px;
    width: 28px;
    height: 28px;
    font-size: 1.3rem;
  }
  .flow-content {
    padding: 1.2em 1.3em;
    border-radius: 14px;
  }
  .flow-content h3 {
    font-size: 1.7rem;
  }
}

/* FAQ */
.beginner-faq dl {
  margin: 0;
}
.beginner-faq dt, .beginner-faq dd {
  position: relative;
  padding-left: 68px;
}
.beginner-faq dt {
  margin-top: 24px;
  padding: 18px 24px 18px 68px;
  background: #eef7fc;
  border: 1px solid #d7e8f2;
  border-radius: 12px;
  font-weight: 700;
  color: #0f2f44;
  line-height: 1.6;
}
.beginner-faq dd {
  margin: 14px 0 0 0;
  padding: 0 0 0 68px;
  color: #334;
  line-height: 2;
}
/* Q / A アイコン */
.beginner-faq dt::before, .beginner-faq dd::before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.beginner-faq dt::before {
  content: "Q";
  background: #49a8d8;
}
.beginner-faq dd::before {
  content: "A";
  background: #e96b6b;
}
/* Aの文章が複数行でも上揃えにしたい場合 */
.beginner-faq dd::before {
  top: 2px;
  transform: none;
}

/* スマホ */
@media screen and (max-width: 960px) {
  .beginner-faq dt, .beginner-faq dd {
    padding-left: 56px;
  }
  .beginner-faq dt {
    padding: 16px 18px 16px 56px;
  }
  .beginner-faq dd {
    padding: 0 0 0 56px;
  }
  .beginner-faq dt::before, .beginner-faq dd::before {
    left: 14px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .beginner-faq dt, .beginner-faq dd {
    font-size: 1.5rem;
  }
  .beginner-faq dt {
    font-size: 1.6rem;
  }
}

/* CTA */
.beginner-block--cta {
  margin-bottom: 40px;
}

.beginner-cta {
  position: relative;
  overflow: hidden;
  padding: 60px 28px;
  text-align: center;
  background: linear-gradient(135deg, #eaf8ff 0%, #f8fdff 100%);
  border-radius: 32px;
  box-shadow: 0 24px 48px rgba(34, 113, 150, 0.08);
}

.beginner-cta::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(140, 214, 244, 0.35) 0%, rgba(140, 214, 244, 0) 70%);
}

.beginner-cta::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(181, 235, 255, 0.26) 0%, rgba(181, 235, 255, 0) 70%);
}

.beginner-cta > * {
  position: relative;
  z-index: 2;
}

.beginner-cta h2 {
  margin-bottom: 0.8em;
  font-size: clamp(2.8rem, 3.3vw, 4.0rem);
}

.beginner-cta .cta-text {
  margin-bottom: 1.8em;
  color: #35535f;
}

.beginner-cta p.cta-text {
  font-size: 1.8rem;
  text-align: center;
}

.beginner-cta .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 1em;
}

.beginner-cta .btn-contact,
.beginner-cta .btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 60px;
  padding: 1em 1.6em;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 999px;
  box-sizing: border-box;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.beginner-cta .btn-contact {
  color: #fff;
  background: linear-gradient(135deg, #177fb0 0%, #0f6c8d 100%);
  box-shadow: 0 12px 24px rgba(16, 108, 141, 0.22);
}

.beginner-cta .btn-line {
  color: #06c755;
  background: #fff;
  border: 2px solid #06c755;
}

.beginner-cta .btn-contact:active,
.beginner-cta .btn-line:active {
  transform: scale(0.98);
}

.beginner-cta .cta-note {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  color: #667780;
}

/* 初心者LP レスポンシブ */
@media screen and (max-width: 960px) {
  .beginner-page::before, .beginner-page::after {
    display: none;
  }
  .beginner-lp {
    padding: 2em 0 3em;
  }
  .beginner-block {
    margin: 0 auto 70px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .beginner-section-wrap {
    padding: 60px 0;
  }
  .beginner-lp h2 {
    font-size: 2.2rem;
  }
  .beginner-lp h3 {
    font-size: 1.9rem;
  }
  .beginner-lp p, .beginner-worries li {
    font-size: 1.5rem;
  }
  .beginner-block--hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 20px;
  }
  .beginner-intro .intro-image {
    max-width: 100%;
    margin: 0 auto;
  }
  .beginner-worries {
    padding: 26px 20px;
    border-radius: 22px;
  }
  .beginner-reasons .reason-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 20px;
    border-radius: 22px;
  }
  .beginner-reasons .reason-image {
    max-width: 100%;
    margin: 0 auto;
  }

  .beginner-cta {
    padding: 42px 20px;
    border-radius: 24px;
  }
  .beginner-cta h2 {
    font-size: 2.2rem;
  }
  .beginner-cta .btn-contact, .beginner-cta .btn-line {
    width: 100%;
    min-width: auto;
    font-size: 1.5rem;
  }
  .beginner-cta .cta-note {
    font-size: 1.3rem;
  }
  .teian {
    width: 100%;
    font-size: 1.3rem;
  }
  .title-teian {
    left: 14px;
  }
}
/* --------------------------------
リフレッシュコース（非表示または削除）
-------------------------------- */
.refresh-box {
  margin-top: 2em;
  padding: 2em;
  background: #eef8ff;
  border-left: 4px solid #5bb6da;
  border-radius: 12px;
}
.refresh-box h3 {
  margin-bottom: 1em;
  color: #0b4c73;
}
.refresh-flexwrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.refresh-text {
  width: 60%;
}
.refresh-image {
  width: 40%;
}
.refresh-image img {
  width: 85%;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 12px;
}
.refresh-list {
  margin: 0 0 1.5em !important;
  padding: 0;
  list-style: none;
}
.refresh-list li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: "トーキング", "Talking", Meiryo, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  border: none !important;
}
.refresh-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #5bb6da;
  font-weight: bold;
}
.refresh-box p:last-child {
  margin-bottom: 0;
}

/* -----------------------------
スマホ
----------------------------- */
@media screen and (max-width: 960px) {
  .refresh-flexwrap {
    flex-direction: column;
    gap: 20px;
  }
  .refresh-text, .refresh-image {
    width: 100%;
  }
  .refresh-image img {
    width: 100%;
    margin-left: 0;
  }
}


/* =========================
   ストーリーLP
========================= */
.story-lp {
  color: #222;
  line-height: 1.9;
}
.story-lp img {
  display: block;
  width: 100%;
  height: auto;
}
.story-section-en {
  margin: 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5f7d8a;
}

/* FV */
.story-fv {
  position: relative;
  margin-bottom: 80px;
}
.story-fv__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #e8f3f8;
}
.story-fv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.12) 74%, rgba(0, 0, 0, 0.26) 100%);
  pointer-events: none;
}
.story-fv__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.story-fv__copy {
  position: absolute;
  left: clamp(24px, 5vw, 56px);
  bottom: clamp(24px, 5vw, 52px);
  z-index: 2;
  max-width: min(460px, 46%);
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.30);
}
.story-fv__lead {
  margin: 0 0 10px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.story-fv__copy h2 {
  margin: 0;
  font-size: clamp(3.2rem, 4.6vw, 5.4rem);
  line-height: 1.22;
  font-weight: 700;
}
/* スマホ */
@media screen and (max-width: 960px) {
  .story-fv {
    margin-bottom: 64px;
  }
  .story-fv__image img {
    aspect-ratio: 4 / 3;
  }
  .story-fv__copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: none;
  }
  .story-fv__lead {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .story-fv__copy h2 {
    font-size: clamp(2.8rem, 8vw, 4.2rem);
    line-height: 1.3;
  }
}

/* 共感 */
.story-intro {
  padding: 30px 0 90px;
}
.story-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.story-intro__eyebrow, .story-intro__line {
  text-align: center;
}
.story-intro__inner::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, #8eb8c8 0%, #4f7f91 100%);
  border-radius: 999px;
  opacity: .7;
}
.story-intro__eyebrow {
  margin: 0 0 18px;
  font-size: 1.2rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6f8792;
}
.story-intro__line {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 18px;
  font-family: sans-serif;
  font-size: clamp(1.6rem, 2.1vw, 2.6rem);
  line-height: 1.7;
  color: #222;
}
.story-intro__line:last-child {
  margin-bottom: 0;
}
.story-intro__line--strong {
  font-weight: 700;
}
.story-intro__line--strong span {
  display: inline-block;
  padding: 0 .2em;
  background: linear-gradient(transparent 58%, rgba(142, 184, 200, .28) 58%);
}
/* スマホ */
@media screen and (max-width: 960px) {
  .story-intro {
    /*padding: 20px 0 70px;*/
    padding: 0;
  }
  .story-intro__inner {
    padding: 34px 22px;
    border-radius: 22px;
  }
  .story-intro__line {
    font-size: clamp(1.9rem, 5vw, 2.6rem);
    line-height: 1.8;
  }
}

/* ナベちゃんの価値 */
.story-guide {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(320px, 1fr);
  column-gap: 64px;
  align-items: start;
  margin-bottom: 100px;
}
.story-guide__image, .story-guide__text {
  width: 100%;
}
.story-guide__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}
.story-guide__text {
  align-self: start;
  padding-top: 8px;
}
.story-guide__text h2 {
  margin: 0 0 24px;
  font-size: clamp(2.8rem, 3.6vw, 4.2rem);
  line-height: 1.5;
}
.story-guide__text p {
  margin: 0 0 18px;
  font-size: 1.7rem;
	line-height: 2.05;
}

/* 考え方 */
.story-scene {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-bottom: 90px;
}
.story-scene__block {
  display: flex;
  align-items: center;
  gap: 50px;
}
.story-scene__block--reverse {
  flex-direction: row-reverse;
}
.story-scene__photo, .story-scene__copy {
  width: 50%;
}
.story-scene__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}
.story-scene__copy {
  text-align: left;
}
.story-scene__copy p {
  letter-spacing: .02em;
}
.story-scene__sub {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #6a7d86;
}
.story-scene__main {
  margin: 0;
	font-family: "UD Shin Go Conde90 M", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1.3;
  color: #2b2b2b;
}
.story-scene__text {
  margin: 1em 0 0;
	font-family: "UD Shin Go Conde90 L", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
}

/* 転調 */
.story-transition {
  max-width: 920px;
  margin: 0 auto 70px;
  text-align: center;
}
.story-transition__line {
  display: block;
  width: 64px;
  height: 2px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, #8eb8c8 0%, #4f7f91 100%);
  border-radius: 999px;
  opacity: .6;
}
.story-transition__lead {
  margin: 0 auto 14px;
  max-width: 40em;
  font-family: "UD新ゴ コンデンス90 M", "UD Shin Go Conde90 M", sans-serif;
  font-size: 1.7rem;
  line-height: 1.9;
  text-align: center;
  color: #6a7d86;
  letter-spacing: .02em;
}
.story-transition__title {
  margin: 0;
  font-size: clamp(2.8rem, 3vw, 4.2rem);
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  letter-spacing: .02em;
}

/* ドリフト訴求 */
.story-drift {
  position: relative;
  display: flex;
  align-items: center;
  gap: 56px;
  overflow: hidden;
  margin: 0 0 90px;
  padding: 48px 48px 48px 52px;
  background: linear-gradient(135deg, #f2f8fb 0%, #f8fcfe 100%);
  border-radius: 28px;
}
.story-drift::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #8eb8c8 0%, #4f7f91 100%);
  opacity: .65;
}
.story-drift__image, .story-drift__text {
  position: relative;
  z-index: 1;
}
.story-drift__image {
  width: 65%;
}
.story-drift__text {
  width: 35%;
}
.story-drift__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(40, 74, 92, .10);
}
.story-drift__text h2 {
  margin: 0 0 24px;
  font-size: clamp(3.0rem, 3.6vw, 4.4rem);
  line-height: 1.4;
}
.story-drift__text p {
  margin: 0 0 16px;
  font-size: 1.7rem;
  line-height: 2.05;
}
/* タブレット以下 */
@media screen and (max-width: 1024px) {
  .story-drift {
    flex-direction: column;
    gap: 28px;
    padding: 40px 24px;
  }
  .story-drift__image, .story-drift__text {
    width: 100%;
  }
  .story-drift__image img {
    aspect-ratio: 16 / 9;
  }
}
/* スマホ */
@media screen and (max-width: 960px) {
  .story-drift {
    margin-bottom: 70px;
    padding: 36px 20px;
  }
  .story-drift__text h2 {
    line-height: 1.4;
  }
}

/* 強み */
.story-strength {
  margin-bottom: 70px;
  padding: 80px 0;
  background: #f7fbfd;
  border-radius: 24px;
}
.story-strength > .story-section-en, .story-strength > h2 {
  text-align: center;
}
.story-strength h2 {
  margin: 0 0 40px;
  font-size: clamp(2.8rem, 3.6vw, 4.2rem);
  line-height: 1.5;
}
.story-strength__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.story-strength__item {
  padding: 34px 26px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.story-strength__item span {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #78a9bb;
}
.story-strength__item h3 {
  margin: 0 0 12px;
  font-size: 2.2rem;
}
.story-strength__item p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* 余韻 */
.story-message {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 90px 30px;
  background: url("../images/story/story-message.png") center center / cover no-repeat;
  border-radius: 24px;
}
.story-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 40, 0.35);
}
.story-message__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.story-message__inner h2 {
  margin: 0 0 18px;
  font-size: clamp(3.0rem, 4vw, 4.6rem);
  line-height: 1.5;
}
.story-message__inner p {
  margin: 0;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 2;
  text-align: center;
}

/* CTA */
.story-cta {
  margin-bottom: 30px;
}
.story-cta__inner {
  padding: 70px 30px;
  text-align: center;
  background: linear-gradient(135deg, #eaf8ff 0%, #f9fdff 100%);
  border-radius: 24px;
}
.story-cta__lead {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #4c7686;
}
.story-cta__inner h2 {
  margin: 0 0 20px;
  font-size: clamp(2.6rem, 3.5vw, 4.0rem);
  line-height: 1.6;
}
.story-cta__text {
  margin: 0 0 30px;
  font-size: 1.6rem;
  text-align: center;
}
.story-cta__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.story-btn {
  min-width: 260px;
  padding: 18px 28px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.3s;
}
.story-btn--primary {
  color: #fff;
  background: #0f6c8d;
}
.story-btn--primary:hover {
  opacity: 0.85;
}
.story-btn--line {
  color: #06c755;
  background: #fff;
  border: 2px solid #06c755;
}
.story-btn--line:hover {
  background: #f2fbff;
}
.story-cta .cta-note {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  color: #5f6b72;
}

/* ストーリーLP レスポンシブ */
@media screen and (max-width: 1024px) {
  .story-guide {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .story-drift, .story-scene__block, .story-scene__block--reverse {
    flex-direction: column;
    gap: 28px;
  }
  .story-guide__image, .story-guide__text, .story-drift__image, .story-drift__text, .story-scene__photo, .story-scene__copy {
    width: 100%;
  }
  .story-guide__image img, .story-drift__image img, .story-scene__photo img {
    height: auto;
  }
  .story-strength__grid {
    grid-template-columns: 1fr;
  }
  .story-scene__copy {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .story-guide__text h2, .story-drift__text h2, .story-strength h2, .story-message__inner h2, .story-cta__inner h2 {
    line-height: 1.4;
  }
  .story-guide {
    margin-bottom: 70px;
  }
  .story-intro {
    padding: 0 0 70px;
  }
  .story-intro__inner {
    padding: 0 22px;
  }
  .story-intro__line {
    font-size: clamp(1.9rem, 5vw, 2.6rem);
    line-height: 1.8;
  }
  .story-scene {
    gap: 56px;
    margin-bottom: 70px;
  }
  .story-scene__main {
    font-size: clamp(2.2rem, 5.5vw, 3.0rem);
  }
  .story-scene__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .story-transition {
    margin-bottom: 36px;
  }
  .story-transition__title {
    font-size: clamp(2.4rem, 6vw, 3.4rem);
  }
  .story-drift {
    margin-bottom: 70px;
    padding: 36px 20px;
  }
  .story-strength {
    margin-bottom: 55px;
    padding: 50px 20px;
  }
  .story-strength__item {
    padding: 26px 20px;
  }
  .story-message {
    margin-bottom: 35px;
    padding: 70px 20px;
  }
  .story-cta__inner {
    padding: 50px 20px;
  }
  .story-btn {
    width: 100%;
    min-width: auto;
  }
}

/* =========================
   共通アニメーション
========================= */
.fadeup {
  opacity: 0;
  transform: translateY(32px);
  will-change: opacity, transform;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fadeup.delay-1 {
  transition-delay: 0.1s;
}
.fadeup.delay-2 {
  transition-delay: 0.2s;
}
.fadeup.delay-3 {
  transition-delay: 0.3s;
}
.fadeup.delay-4 {
  transition-delay: 0.4s;
}
.fadeup-cta.is-show {
  animation: ctaPop 0.6s ease forwards;
}
.btn-contact {
  animation: pulse 2.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(31, 123, 184, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(31, 123, 184, 0);
  }
}
@keyframes ctaPop {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fadeup, .fadeup.is-show, .fadeup.delay-1, .fadeup.delay-2, .fadeup.delay-3 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================
   ストーリーLP専用アニメーション
========================= */
.lp-page--story .story-motion {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(.22, .61, .36, 1);
}

.lp-page--story .story-motion.is-show {
  opacity: 1;
  transform: none;
}

.lp-page--story .story-motion--fade {
  transform: translateY(0);
}

.lp-page--story .story-motion--up {
  transform: translateY(36px);
}

.lp-page--story .story-motion--left {
  transform: translateX(-48px);
}

.lp-page--story .story-motion--right {
  transform: translateX(48px);
}

.lp-page--story .story-motion--zoom {
  transform: scale(1.06);
}

.lp-page--story .story-motion--delay-1 {
  transition-delay: 0.12s;
}

.lp-page--story .story-motion--delay-2 {
  transition-delay: 0.22s;
}

.lp-page--story .story-motion--delay-3 {
  transition-delay: 0.32s;
}

.lp-page--story .story-motion--delay-4 {
  transition-delay: 0.42s;
}

.lp-page--story .story-fv__image,
.lp-page--story .story-guide__image,
.lp-page--story .story-scene__photo,
.lp-page--story .story-drift__image,
.lp-page--story .story-message {
  overflow: hidden;
}

.lp-page--story .story-fv__image img,
.lp-page--story .story-guide__image img,
.lp-page--story .story-scene__photo img,
.lp-page--story .story-drift__image img {
  transition: transform 1.4s ease;
}

.lp-page--story .story-motion.is-show.story-fv__image img,
.lp-page--story .story-motion.is-show.story-guide__image img,
.lp-page--story .story-motion.is-show.story-scene__photo img,
.lp-page--story .story-motion.is-show.story-drift__image img {
  transform: scale(1);
}

.lp-page--story .story-fv__image.story-motion--zoom img,
.lp-page--story .story-scene__photo.story-motion--zoom img,
.lp-page--story .story-message.story-motion--zoom {
  transform: scale(1.08);
}

.lp-page--story .story-fv__image.story-motion--zoom.is-show img,
.lp-page--story .story-scene__photo.story-motion--zoom.is-show img,
.lp-page--story .story-message.story-motion--zoom.is-show {
  transform: scale(1);
}

.lp-page--story .story-strength__item.story-motion {
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.22, .61, .36, 1),
    box-shadow 0.8s ease;
}

.lp-page--story .story-strength__item.story-motion.is-show {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .lp-page--story .story-motion,
  .lp-page--story .story-motion.is-show,
  .lp-page--story .story-motion--up,
  .lp-page--story .story-motion--left,
  .lp-page--story .story-motion--right,
  .lp-page--story .story-motion--zoom {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .lp-page--story .story-fv__image img,
  .lp-page--story .story-guide__image img,
  .lp-page--story .story-scene__photo img,
  .lp-page--story .story-drift__image img,
  .lp-page--story .story-message {
    transform: none;
    transition: none;
  }
}

/* 転調専用モーション */
.lp-page--story .story-motion--transition {
  opacity: 1;
  transform: none;
}
.lp-page--story .story-transition__line, .lp-page--story .story-transition__lead, .lp-page--story .story-transition__title {
  opacity: 0;
  will-change: opacity, transform;
}
/* 線：中央からすっと出る */
.lp-page--story .story-motion--transition-line {
  transform: scaleX(0.3);
  transform-origin: center;
  transition:
    opacity .6s ease, transform .8s cubic-bezier(.22, .61, .36, 1);
}
/* lead：少し下から */
.lp-page--story .story-motion--transition-lead {
  transform: translateY(14px);
  transition:
    opacity .7s ease, transform .7s cubic-bezier(.22, .61, .36, 1);
  transition-delay: .12s;
}
/* title：さらに少し遅れて */
.lp-page--story .story-motion--transition-title {
  transform: translateY(22px);
  transition:
    opacity .9s ease, transform .9s cubic-bezier(.22, .61, .36, 1);
  transition-delay: .24s;
}
.lp-page--story .story-motion.is-show.story-motion--transition-line, .lp-page--story .story-motion.is-show.story-motion--transition-lead, .lp-page--story .story-motion.is-show.story-motion--transition-title {
  opacity: 1;
  transform: none;
}
