/* =========================
  金運LINE誘導LP
========================= */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "YuMincho",
    "Noto Serif JP",
    serif;
  color: #1f1a17;
  background:
    radial-gradient(circle at top, rgba(191, 147, 49, 0.08), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #fff 45%, #fffaf3 100%);
}

.lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #fffdf8;
  overflow: hidden;
  box-shadow: 0 0 28px rgba(80, 52, 12, 0.08);
}

.image-section {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  background: #fffdf8 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.image-section picture,
.image-section img {
  display: block;
  width: 100%;
}

.image-section picture {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.lp-img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: -2px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  transform: scale(1.006);
  transform-origin: center center;
}

.first-section {
  margin-top: 0;
}

.fv-image-wrap {
  background: #fffdf8;
  overflow: hidden;
}

.fv-img {
  width: calc(100% + 4px);
  max-width: none;
  margin-left: -2px;
  margin-right: -2px;
  border: 0 !important;
  outline: 0 !important;
}

/* CTA */

.cta-section {
  margin: 0 !important;
  padding: 34px 20px 38px;
  text-align: center;
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  border-top: 0 !important;
  border-bottom: 1px solid rgba(186, 140, 45, 0.28);
}

.cta-section-light {
  background:
    radial-gradient(circle at top, rgba(191, 147, 49, 0.08), transparent 42%),
    #fffdf8;
}

.cta-lead {
  margin: 0 auto 18px;
  max-width: 640px;
  font-size: clamp(18px, 4.8vw, 28px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2b2119;
}

.line-btn {
  width: min(92%, 620px);
  min-height: 74px;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
  font-size: clamp(20px, 5.2vw, 32px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  border-radius: 999px;
  background: linear-gradient(180deg, #14d75b 0%, #05b94b 48%, #00963d 100%);
  border: 3px solid #8ff0a9;
  box-shadow:
    0 8px 0 #007b32,
    0 14px 24px rgba(0, 128, 48, 0.25);
}

.line-btn:active {
  transform: translateY(4px);
  box-shadow:
    0 4px 0 #007b32,
    0 8px 16px rgba(0, 128, 48, 0.22);
}

.line-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #05b94b;
  background: #fff;
  border-radius: 50%;
}

.cta-note {
  margin: 16px 0 0;
  font-size: clamp(12px, 3.2vw, 16px);
  line-height: 1.6;
  color: #6f5b43;
}

/* FAQ */

.faq-section {
  padding: 46px 20px 48px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff9ed 100%);
  border-top: 1px solid rgba(186, 140, 45, 0.22);
}

.faq-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(28px, 7.2vw, 44px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #211a16;
}

.faq-title::before,
.faq-title::after {
  content: "—";
  margin: 0 0.35em;
  color: #b58a2a;
  font-weight: 400;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(181, 138, 42, 0.32);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(88, 58, 18, 0.07);
}

.faq-question {
  width: 100%;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(16px, 4.2vw, 22px);
  line-height: 1.55;
  font-weight: 700;
  color: #241d17;
}

.faq-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b58a2a;
  font-size: 26px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 18px 22px;
  font-size: clamp(15px, 3.9vw, 19px);
  line-height: 1.85;
  color: #4c4036;
}

/* 最終CTA */

.final-cta {
  padding: 44px 20px 56px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(191, 147, 49, 0.18), transparent 42%),
    linear-gradient(180deg, #fffaf0 0%, #fff4d8 100%);
  color: #2c2118;
}

.final-message-image {
  margin-bottom: 28px;
}

.final-copy,
.final-cta-lead {
  margin: 0 auto 24px;
  max-width: 680px;
  font-size: clamp(24px, 6.2vw, 40px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2c2118;
}

.cta-disclaimer {
  max-width: 650px;
  margin: 24px auto 0;
  padding: 18px 16px;
  text-align: left;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(181, 138, 42, 0.34);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(88, 58, 18, 0.08);
}

.cta-disclaimer p {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.6;
  color: #4f3f2e;
}

.cta-disclaimer p:last-child {
  margin-bottom: 0;
}

/* 相談者の声カルーセル */

.voice-slider-section {
  width: 100%;
  margin: 0 !important;
  padding: 42px 0 46px;
  background:
    radial-gradient(circle at top, rgba(191, 147, 49, 0.08), transparent 42%),
    #fffdf8;
  overflow: hidden;
}

.voice-slider-title {
  margin: 0 0 8px;
  padding: 0 18px;
  text-align: center;
  font-size: clamp(26px, 7vw, 40px);
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #211a16;
}

.voice-slider-lead {
  margin: 0 0 22px;
  padding: 0 18px;
  text-align: center;
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1.8;
  color: #6f5b43;
}

.voice-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.voice-slider {
  width: 100%;
  overflow: hidden;
}

.voice-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.voice-slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 42px;
  box-sizing: border-box;
}

.voice-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(80, 52, 12, 0.14);
}

/* 矢印ボタン */

.voice-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(181, 138, 42, 0.55);
  border-radius: 50%;
  background: #fffdf8;
  color: #b58a2a;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(80, 52, 12, 0.12);
}

.voice-nav::before {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #b58a2a;
  text-align: center;
}

.voice-nav-prev::before {
  content: "‹";
}

.voice-nav-next::before {
  content: "›";
}

.voice-nav-prev {
  left: 14px;
}

.voice-nav-next {
  right: 14px;
}

.voice-dots {
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.voice-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(181, 138, 42, 0.28);
  cursor: pointer;
}

.voice-dot.is-active {
  width: 22px;
  background: #b58a2a;
}

/* JSが効かない場合でも横スクロールで見られる保険 */

.voice-slider.is-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.voice-slider.is-scroll .voice-track {
  width: max-content;
  transform: none !important;
}

.voice-slider.is-scroll .voice-slide {
  flex: 0 0 82%;
  max-width: 360px;
  scroll-snap-align: center;
}

/* フッター */

.site-footer {
  padding: 42px 20px 108px;
  background:
    radial-gradient(circle at top, rgba(181, 138, 42, 0.16), transparent 38%),
    linear-gradient(180deg, #2b2118 0%, #11100e 100%);
  color: #fff;
  border-top: 2px solid rgba(181, 138, 42, 0.55);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

.footer-inner {
  max-width: 680px;
  margin: 0 auto;
}

.footer-company {
  margin: 0 0 28px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(216, 180, 90, 0.28);
  border-radius: 10px;
}

.footer-company h2 {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e6c66b;
}

.footer-company p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #f5f0e5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 28px 0;
}

.footer-links a {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-disclaimer {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 1.9;
  color: #e5dece;
}

.copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #d7cfbd;
}

/* 追従CTA */

.floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(181, 138, 42, 0.26);
}

.floating-line-btn {
  width: min(94%, 620px);
  min-height: 58px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: clamp(17px, 4.5vw, 24px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  border-radius: 999px;
  background: linear-gradient(180deg, #13d65a 0%, #05b94b 50%, #00963d 100%);
  box-shadow:
    0 5px 0 #007b32,
    0 8px 18px rgba(0, 128, 48, 0.24);
}

.floating-line-btn .line-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  font-size: 12px;
}

/* 下層ページ */

.sub-page {
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fffdf8;
  box-shadow: 0 0 28px rgba(80, 52, 12, 0.08);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

.sub-hero {
  padding: 52px 22px 34px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(186, 140, 45, 0.14), transparent 42%),
    linear-gradient(180deg, #fff9eb 0%, #fffdf8 100%);
  border-bottom: 1px solid rgba(181, 138, 42, 0.25);
}

.sub-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #b58a2a;
  font-weight: 700;
}

.sub-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 7.2vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #2b2119;
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "YuMincho",
    "Noto Serif JP",
    serif;
}

.sub-hero p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #6d5a42;
}

.sub-content {
  padding: 34px 20px 60px !important;
}

.sub-content h2 {
  margin: 36px 0 16px !important;
  padding: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
  color: #2b2119;
  border-bottom: 1px solid rgba(181, 138, 42, 0.38) !important;
}

.sub-content h3 {
  margin: 28px 0 12px !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #6b4b17 !important;
}

.sub-content p,
.sub-content li {
  font-size: 15px !important;
  line-height: 2 !important;
  color: #3d352d;
}

.sub-content p {
  margin: 0 0 18px !important;
}

.sub-content ul,
.sub-content ol {
  margin: 0 0 22px !important;
  padding-left: 1.4em !important;
}

.sub-content li {
  margin-bottom: 8px !important;
}

.sub-content .info-box {
  margin: 20px 0;
  padding: 18px 16px;
  background: #fffaf0;
  border: 1px solid rgba(181, 138, 42, 0.34);
  border-radius: 10px;
}

.sub-nav {
  padding: 28px 18px 54px;
  display: grid;
  gap: 12px;
  background: #fffdf8;
}

.sub-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2a2118;
  background: linear-gradient(180deg, #fffdf3 0%, #fff5d7 100%);
  border: 1px solid rgba(181, 138, 42, 0.65);
  border-radius: 8px;
}

/* サポートメニュー */

.support-menu-page {
  padding: 34px 18px 60px !important;
  display: grid !important;
  gap: 18px !important;
  background: #fffdf8 !important;
}

.support-menu-page a {
  min-height: 64px !important;
  padding: 16px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.06em !important;
  font-weight: 700;
  text-decoration: none !important;
  color: #2a2118 !important;
  background: linear-gradient(180deg, #fffdf3 0%, #fff4d4 100%) !important;
  border: 1px solid rgba(181, 138, 42, 0.65) !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 14px rgba(80, 52, 12, 0.10) !important;
}

.support-menu-page a::after {
  content: "›";
  margin-left: 10px;
  color: #b58a2a;
  font-size: 1.25em;
}

/* 特商法カード */

.legal-card {
  margin: 0 0 18px;
  padding: 18px 16px;
  background: #fffaf0;
  border: 1px solid rgba(181, 138, 42, 0.35);
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(80, 52, 12, 0.08);
}

.legal-card h2 {
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #6b4b17 !important;
  border-bottom: 1px solid rgba(181, 138, 42, 0.3) !important;
}

.legal-card p {
  margin: 0 0 8px !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.legal-card p:last-child {
  margin-bottom: 0 !important;
}

/* 下層ページ黒フッター非表示 */

.sub-page .site-footer {
  display: none !important;
}

/* PC */

@media (min-width: 751px) {
  body {
    background: #f7f1e6;
  }

  .lp,
  .sub-page {
    max-width: 750px;
  }

  .voice-slide {
    padding: 0 58px;
  }

  .voice-nav-prev {
    left: 18px;
  }

  .voice-nav-next {
    right: 18px;
  }
}

/* スマホ */

@media (max-width: 480px) {
  .cta-section {
    padding: 10px 14px 34px;
  }

  .line-btn {
    width: 96%;
    min-height: 66px;
    padding: 15px 10px;
    gap: 1px;
  }

  .line-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 12px;
  }

  .faq-section {
    padding: 40px 14px 44px;
  }

  .faq-question {
    padding: 18px 14px;
  }

  .faq-answer p {
    padding: 0 14px 20px;
  }

  .final-cta {
    padding: 40px 14px 48px;
  }

  .final-message-image {
    margin-bottom: 24px;
  }

  .cta-disclaimer {
    margin-top: 22px;
    padding: 16px 14px;
  }

  .voice-slider-section {
    padding: 10px 0 2px;
  }

  .voice-slide {
    padding: 0 34px;
  }

  .voice-nav {
    width: 34px;
    height: 34px;
  }

  .voice-nav::before {
    font-size: 26px;
    line-height: 32px;
  }

  .voice-nav-prev {
    left: 8px;
  }

  .voice-nav-next {
    right: 8px;
  }

  .site-footer {
    padding: 38px 16px 104px;
  }

  .footer-company {
    padding: 20px 16px;
  }

  .footer-links {
    gap: 10px 14px;
  }

  .sub-content {
    padding: 30px 18px 48px !important;
  }
}

/* ==================================================
   固定ボタン以外のLINEボタンを常にブルブル動かす
================================================== */

.cta-section .line-btn,
.final-cta .line-btn {
  animation: lineBtnShake 0.45s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
}

@keyframes lineBtnShake {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  20% {
    transform: translateX(-3px) rotate(-0.7deg);
  }

  40% {
    transform: translateX(3px) rotate(0.7deg);
  }

  60% {
    transform: translateX(-2px) rotate(-0.5deg);
  }

  80% {
    transform: translateX(2px) rotate(0.5deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

/* タップ中だけ動きを止めて押し込み */
.cta-section .line-btn:active,
.final-cta .line-btn:active {
  animation-play-state: paused;
  transform: translateY(4px);
}

.highlight-red{
    color:#e60012;
    font-weight:900;
}

.cta-lead,
.line-btn,
.final-cta-lead,
.kaiun-final-cta-lead,
.faq-title,
.faq-question,
.voice-slider-title,
.voice-slider-lead {
  letter-spacing: 0.01em !important;
}

.cta-lead,
.final-cta-lead,
.kaiun-final-cta-lead {
  line-height: 1.5 !important;
}