@charset "UTF-8";

/* ==========================================================================
   VARIABLES & DESIGN SYSTEM
   ========================================================================== */
:root {
  /* Brand Theme Colors (New Official Design) */
  --color-emerald: #24B29B;
  --color-emerald-hover: #1E9985;
  --color-emerald-light: #E6F8F5;
  --color-orange: #F59E0B;
  --color-orange-hover: #E68A00;
  --color-orange-deep: #D9480F;
  --color-orange-deep-hover: #C23D09;
  --color-orange-light: #FFF7ED;

  /* Neutrals */
  --color-bg-pc: #FFFFFF;
  --color-text-main: #2C2B2A;
  --color-text-gray: #6B6864;
  --color-border: #E8E5DF;
  --color-border-light: #F2EFE9;

  /* Typography */
  --font-base: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-number: 'Roboto Condensed', 'Noto Sans JP', sans-serif;

  /* Layout */
  --lp-max-width: 520px;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-base);
  font-size: 14px;
  color: var(--color-text-main);
  background-color: var(--color-bg-pc);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  overflow-x: clip;
  background-color: var(--color-bg-pc);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   PAGE LAYOUT CONTAINER (3-COLUMN PC GRID)
   ========================================================================= */
.page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: var(--color-bg-pc);
  overflow-x: clip;
}

.pc-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 520px) minmax(0, 1fr);
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  align-items: stretch;
  gap: clamp(12px, 2.5vw, 40px);
  padding: 0 clamp(12px, 2.5vw, 40px);
  box-sizing: border-box;
}

/* ==========================================================================
   LEFT SIDEBAR (PC ONLY)
   ========================================================================== */
.left-sidebar {
  width: 100%;
  min-width: 0;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px clamp(4px, 1.2vw, 16px) 24px 0;
  box-sizing: border-box;
}

.left-sidebar-inner {
  width: 100%;
  max-width: 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.2vh, 16px);
}

.sidebar-brand-logo {
  width: 290px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(14px, 2.2vh, 26px);
}

.sidebar-cp-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.8vh, 8px);
  width: 100%;
  max-width: 100%;
}

.sidebar-cp-title-img {
  width: 260px;
  max-width: 100%;
}

.sidebar-cp-date-img {
  width: 300px;
  max-width: 100%;
}

/* Emerald Pill Navigation Buttons */
.sidebar-nav-group {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.8vh, 10px);
  width: 100%;
  max-width: 280px;
}

.btn-sidebar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--color-emerald);
  color: #FFFFFF;
  font-size: clamp(11.5px, 1.05vw, 14.5px);
  font-weight: 700;
  padding: clamp(8px, 0.9vh, 11px) clamp(10px, 1.2vw, 20px);
  border-radius: 30px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(36, 178, 155, 0.25);
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.btn-sidebar-nav:hover {
  background-color: var(--color-emerald-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(36, 178, 155, 0.35);
}

/* ==========================================================================
   RIGHT SIDEBAR (PC ONLY)
   ========================================================================== */
.right-sidebar {
  width: 100%;
  min-width: 0;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0 24px clamp(4px, 1.2vw, 16px);
  box-sizing: border-box;
}

.right-sidebar-inner {
  width: 100%;
  max-width: 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.2vh, 16px);
}

.sidebar-invitee-catch {
  color: #E59B3C;
  font-family: var(--font-japanese);
  font-size: clamp(17px, 1.8vw, 26px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
}

.sidebar-invitee-catch .slash {
  font-size: clamp(15px, 1.6vw, 24px);
  color: #E59B3C;
  margin: 0 4px;
  font-weight: 400;
}

.sidebar-character-wrap {
  width: clamp(72px, 7.5vw, 105px);
  margin: 0 auto -38px;
  position: relative;
  z-index: 1;
}

.sidebar-character-img {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar-action-group {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vh, 14px);
  width: 100%;
  max-width: 320px;
  position: relative;
  z-index: 2;
}

.btn-sidebar-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  background-color: #E89C31;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-size: clamp(13px, 1.3vw, 19px);
  font-weight: 700;
  padding: clamp(9px, 1vh, 13px) clamp(10px, 1.2vw, 20px);
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  transition: transform 0.2s ease, opacity 0.2s ease;
  line-height: 1.3;
}

.btn-sidebar-orange:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-sidebar-orange .arrow {
  font-size: clamp(12px, 1.1vw, 16px);
  margin-left: 2px;
}

.btn-sidebar-deep-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #D96732;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-size: clamp(13px, 1.3vw, 19px);
  font-weight: 700;
  padding: clamp(9px, 1vh, 13px) clamp(10px, 1.2vw, 20px);
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  transition: transform 0.2s ease, opacity 0.2s ease;
  line-height: 1.3;
}

.btn-sidebar-deep-orange:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ==========================================================================
   CENTER COLUMN (MAIN MOBILE LP CONTAINER)
   ========================================================================== */
.main-lp-container {
  width: 100%;
  max-width: var(--lp-max-width);
  background-color: #f9f4ee;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border-left: 1px solid #ECE7E0;
  border-right: 1px solid #ECE7E0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  position: relative;
}

/* Header (DanDan BANK Logo - SP Only) */
.lp-header {
  display: none;
}

.lp-header-logo {
  width: 140px;
  height: auto;
  display: block;
}

/* Hero Section (FV Component Structure matching Figma) */
.hero-section {
  width: 100%;
}

.fv-component {
  width: 100%;
}

.fv-title-wrap {
  width: 100%;
}

.fv-title-img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-columns {
  display: flex;
  width: 100%;
  padding-top: 58px;
  background-color: transparent;
}

.fv-col-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.fv-col-btn {
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.28s ease;
  transform-origin: center bottom;
  -webkit-tap-highlight-color: transparent;
}

.fv-col-btn:hover {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.16));
  z-index: 10;
}

.fv-col-btn:hover .fv-col-char img {
  transform: scale(1.04);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fv-col-btn:hover .fv-pill {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.fv-col-btn:active {
  transform: translateY(-2px) scale(0.99);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition-duration: 0.1s;
}

.fv-col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px 10px;
  gap: 4px;
  box-sizing: border-box;
}

.fv-col-referrer {
  background-color: #85b7aa;
}

.fv-col-invitee {
  background-color: #f7ce46;
}

.fv-col-char {
  position: relative;
  margin-top: -52px;
  margin-bottom: -12px;
  width: 80%;
  max-width: 145px;
  aspect-ratio: 1024 / 620;
  pointer-events: none;
  z-index: 1;
}

.fv-col-char img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.fv-col-pill-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.fv-pill {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 7px 4px 6px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-pill span {
  font-family: var(--font-base);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.fv-pill-referrer span {
  color: #59ac9a;
}

.fv-pill-invitee span {
  color: #e3a342;
}

.fv-pill-tail {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid #ffffff;
  border-top: 10px solid #ffffff;
  margin-right: 18px;
  margin-top: -1px;
}

.fv-reward-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 6px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.fv-reward-referrer {
  color: #59ac9a;
}

.fv-reward-invitee {
  color: #e3a342;
}

.fv-reward-prefix {
  font-family: var(--font-base);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.fv-reward-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin: 1px 0 0;
  white-space: nowrap;
}

.fv-reward-num {
  font-family: var(--font-number);
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.fv-reward-unit {
  font-family: var(--font-base);
  font-size: 28px;
  font-weight: 900;
  margin-left: 2px;
  line-height: 1;
}

.fv-reward-suffix {
  font-family: var(--font-base);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: -0.01em;
}


/* Content Sections */
.content-section {
  padding: 40px 24px;
  border-bottom: 1px solid var(--color-border-light);
}

.section-badge-wrap {
  text-align: center;
  margin-bottom: 6px;
}

.section-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: var(--color-emerald);
  background-color: var(--color-emerald-light);
  padding: 3px 12px;
  border-radius: 12px;
}

.section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--color-text-main);
  margin-bottom: 24px;
  position: relative;
  letter-spacing: -0.3px;
}

/* ==========================================================================
   CUSTOM SLANT TABS COMPONENT (Pixel-Perfect Vector SVG Integration)
   ========================================================================== */
.slant-tab-container {
  width: 100%;
  margin: 16px 0 24px;
  position: relative;
}

.slant-tab-header {
  position: relative;
  width: 100%;
  height: 48px;
}

.slant-tab-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  display: none;
  pointer-events: none;
}

.slant-tab-container[data-active="referrer"] .svg-for-referrer {
  display: block;
}

.slant-tab-container[data-active="invitee"] .svg-for-invitee {
  display: block;
}

.slant-tab-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
}

.slant-tab-btn {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 800;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
}

.slant-tab-btn .tab-text {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

/* Referrer Active text styles */
.slant-tab-container[data-active="referrer"] .btn-tab-referrer {
  color: var(--color-emerald);
  padding-right: 18px;
}

.slant-tab-container[data-active="referrer"] .btn-tab-referrer .tab-text {
  border-bottom: 3.5px solid var(--color-emerald);
  padding-bottom: 2px;
}

.slant-tab-container[data-active="referrer"] .btn-tab-invitee {
  color: #FFFFFF;
  padding-left: 36px;
  padding-top: 4px;
  font-size: 14.5px;
}

/* Invitee Active text styles */
.slant-tab-container[data-active="invitee"] .btn-tab-referrer {
  color: #FFFFFF;
  padding-right: 36px;
  padding-top: 4px;
  font-size: 14.5px;
}

.slant-tab-container[data-active="invitee"] .btn-tab-invitee {
  color: var(--color-orange);
  padding-left: 18px;
}

.slant-tab-container[data-active="invitee"] .btn-tab-invitee .tab-text {
  border-bottom: 3.5px solid var(--color-orange);
  padding-bottom: 2px;
}

/* Card Body Area */
.slant-tab-card {
  background-color: #FFFFFF;
  padding: 24px 20px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.slant-tab-container[data-active="referrer"] .slant-tab-card {
  border: 2px solid var(--color-emerald);
  border-top: none;
}

.slant-tab-container[data-active="invitee"] .slant-tab-card {
  border: 2px solid var(--color-orange);
  border-top: none;
}

/* Panes Switching */
.slant-tab-pane {
  display: none;
  animation: fadeInPane 0.25s ease forwards;
}

.slant-tab-container[data-active="referrer"] .pane-referrer {
  display: block;
}

.slant-tab-container[data-active="invitee"] .pane-invitee {
  display: block;
}

@keyframes fadeInPane {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tab Content: Rewards Layout */
.reward-content-inner {
  text-align: center;
  padding: 6px 0;
}

.reward-main-desc {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-text-gray);
  margin-bottom: 6px;
}

.reward-main-price {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-emerald);
  margin: 8px 0;
  letter-spacing: -0.5px;
}

.reward-main-price.orange {
  color: var(--color-orange);
}

.reward-main-price .prefix {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 800;
}

.reward-main-price .unit {
  font-size: 17px;
  margin-left: 2px;
  font-weight: 800;
}

.reward-sub-note {
  font-size: 12.5px;
  color: #8C8985;
  margin-bottom: 14px;
}

.reward-benefit-badge {
  display: inline-block;
  background-color: var(--color-emerald-light);
  color: var(--color-emerald);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 20px;
}

.reward-benefit-badge.orange {
  background-color: #FEF3E7;
  color: var(--color-orange);
}

/* Tab Content: Flow Steps Layout */
.flow-steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow-step-item {
  display: flex;
  gap: 14px;
  background-color: #F8FAF9;
  border: 1px solid #E2EEEA;
  border-radius: 10px;
  padding: 16px;
  align-items: flex-start;
}

.flow-step-item.orange {
  background-color: #FAF8F5;
  border-color: #EFE4D6;
}

.step-num-badge {
  background: var(--color-emerald);
  color: #FFFFFF;
  font-size: 11.5px;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.step-num-badge.orange {
  background: var(--color-orange);
}

.step-content {
  flex: 1;
}

.step-heading {
  font-size: 14.5px;
  font-weight: 900;
  color: var(--color-text-main);
  margin-bottom: 4px;
}

.step-detail {
  font-size: 13px;
  color: var(--color-text-gray);
  line-height: 1.6;
}

.step-desc {
  font-size: 14px;
  color: var(--color-text-gray);
  line-height: 1.6;
}

/* ==========================================================================
   FIGMA FLOW: BICOLOR SPLIT CONTAINER & WHITE CARD (Node 18:160)
   ========================================================================== */
.figma-flow-section {
  padding: 0;
  background: transparent;
}

.flow-bicolor-container {
  width: 100%;
  background: linear-gradient(to right, #5caea1 50%, #f7b628 50%);
  border-radius: 0;
  padding: 40px 12px 40px;
  box-sizing: border-box;
  position: relative;
}

.flow-bicolor-tab-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flow-bicolor-tab {
  background-color: #FFFFFF;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 900;
  padding: 8px 36px 6px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}

.flow-white-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 12px 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.flow-white-card .slant-tab-container {
  margin: 0;
}

.flow-white-card .slant-tab-card {
  padding: 20px 12px;
  background-color: #FFFFFF;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}

.flow-white-card .slant-tab-container[data-active="referrer"] .slant-tab-card {
  border: 2px solid #4fa194;
  border-top: none;
}

.flow-white-card .slant-tab-container[data-active="invitee"] .slant-tab-card {
  border: 2px solid #f7b628;
  border-top: none;
}

/* ==========================================================================
   Figma Flow Referrer Styles (Node 18:160)
   ========================================================================== */
.figma-flow-referrer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 1. Date Header */
.flow-date-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.flow-date-badge-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px solid #f7ce46;
  padding-bottom: 4px;
}

.flow-date-year-badge {
  background-color: #e3a342;
  color: #FFFFFF;
  font-family: var(--font-number);
  font-weight: 900;
  font-size: 12px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-date-range {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-family: var(--font-number);
  line-height: 1;
}

.flow-date-range .date-num {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4fa194;
}

.flow-date-range .date-slash {
  font-size: 30px;
  font-weight: 700;
  color: #e3a342;
  margin: 0 1px;
}

.flow-date-range .date-day-badge {
  background-color: #4fa194;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.flow-date-range .date-hyphen {
  font-size: 24px;
  font-weight: 700;
  color: #59ac9a;
  margin: 0 4px;
  align-self: center;
}

/* 2. Intro Heading & Visual */
.flow-intro-visual-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin: 12px -10px 20px;
  padding: 0;
  box-sizing: border-box;
}

.flow-intro-visual-row .intro-char-male,
.flow-intro-visual-row .intro-char-female {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-bottom: 2px;
}

.flow-intro-center-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.flow-intro-center-col .flow-intro-lead {
  text-align: center;
  font-weight: 900;
  color: #4fa194;
  font-size: 21.5px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  white-space: nowrap;
}

.flow-intro-center-col .intro-arrow-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

.flow-intro-center-col .intro-arrow-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}

/* 3. Section Bar: 紹介コードの確認方法 */
.flow-section-bar-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.flow-section-bar {
  background-color: #4fa194;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.flow-bar-triangle-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flow-bar-triangle {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #4fa194;
}

/* 4 & 5. Step Cards */
.flow-step-card-wrap {
  position: relative;
  width: 100%;
  background-color: #f7ce46;
  border-radius: 12px;
  padding-top: 14px;
  margin-top: 18px;
  box-sizing: border-box;
}

.flow-step-number-pin {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7ce46;
  color: #1b4698;
  font-weight: 900;
  font-size: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  z-index: 2;
}

.flow-step-card-body {
  display: flex;
  align-items: flex-end;
  padding: 0 16px 0 0;
  gap: 10px;
}

.flow-step-char-col {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 0;
}

.flow-step-char-col .step-char-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.flow-step-text-col {
  flex: 1;
  padding: 10px 0 14px;
  align-self: center;
}

.flow-step-text-col .step-card-text {
  font-size: 13px;
  font-weight: 700;
  color: #1b4698;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* Step Separators */
.flow-step-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 14px;
}

.separator-triangle-blue {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #1b4698;
}

.separator-triangle-emerald {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #4fa194;
}

/* 6. Notice Note */
.flow-notice-note {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  margin-top: 14px;
  width: 100%;
}

.flow-notice-note .note-mark {
  font-size: 14px;
  font-weight: 500;
  color: #4b4948;
  line-height: 1.5;
}

.flow-notice-note .note-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #4b4948;
  line-height: 1.5;
}

/* 7. Bottom Reward Highlight */
.flow-bottom-reward {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 6px;
}

.flow-bottom-reward .reward-cond-lead {
  font-size: 16px;
  font-weight: 900;
  color: #4fa194;
  line-height: 1.4;
  margin-bottom: 2px;
}

.flow-bottom-reward .reward-price-highlight {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #4fa194;
  font-weight: 900;
  line-height: 1;
  margin: 4px 0;
}

.flow-bottom-reward .reward-price-highlight .prefix {
  font-size: 32px;
  margin-right: 6px;
}

.flow-bottom-reward .reward-price-highlight .amount {
  font-family: var(--font-number);
  font-size: 48px;
  font-weight: 900;
}

.flow-bottom-reward .reward-price-highlight .unit {
  font-size: 32px;
  margin-left: 4px;
}

.flow-bottom-reward .reward-present-lead {
  font-size: 36px;
  font-weight: 900;
  color: #4fa194;
  line-height: 1.1;
  margin-bottom: 12px;
}

.flow-bottom-reward .reward-deposit-schedule {
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}

/* ==========================================
   Section: Campaign Overview (キャンペーン概要) - Figma Ref
   ========================================== */
.campaign-overview-section {
  background-color: #f9f4ee;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.overview-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.overview-main-title {
  font-family: var(--font-japanese);
  font-size: 26px;
  font-weight: 900;
  color: #d96732;
  text-align: center;
  margin: 0;
  letter-spacing: -0.02em;
}

.overview-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.overview-block-header {
  background-color: #d96732;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  letter-spacing: -0.02em;
  width: 100%;
  box-sizing: border-box;
}

.overview-block-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.overview-block-content.text-center {
  text-align: center;
  align-items: center;
}

.overview-period-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

.overview-framed-box {
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.overview-framed-box.frame-green {
  border: 1px solid #59ac9a;
}

.overview-framed-box.frame-orange {
  border: 1px solid #e3a342;
}

.frame-label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.frame-label.color-green {
  color: #59ac9a;
}

.frame-label.color-orange {
  color: #e3a342;
}

.frame-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

/* Overview Deposit Table */
.overview-table-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  border: 2px solid #e59b3c;
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.overview-deposit-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin: 0;
  border: none;
}

.overview-deposit-table thead th {
  background-color: #f6e5c3;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 8px;
  border-bottom: 2px solid #e59b3c;
  border-right: 1px solid #e59b3c;
  text-align: center;
  line-height: 1.4;
}

.overview-deposit-table thead th:last-child {
  border-right: none;
}

.overview-deposit-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #e59b3c;
  border-right: 1px solid #e59b3c;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.5;
}

.overview-deposit-table tbody tr:last-child td {
  border-bottom: none;
}

.overview-deposit-table tbody td:last-child {
  border-right: none;
}

.overview-deposit-table td.td-left {
  text-align: left;
  font-weight: 500;
}

.overview-deposit-table td.td-right {
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  width: 110px;
  font-family: var(--font-number);
}

.overview-plain-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

.overview-note-text {
  font-size: 12px;
  color: #555555;
  line-height: 1.6;
  margin: 4px 0 0;
  text-align: left;
}

.overview-notes-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notes-category {
  margin-bottom: 4px;
}

.notes-cat-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  text-align: left;
}

.notes-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notes-bullet-list li {
  font-size: 13.5px;
  color: #1a1a1a;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  text-align: left;
}

.notes-bullet-list li::before {
  content: "●";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #1a1a1a;
  margin-right: 6px;
  flex-shrink: 0;
}

/* ==========================================
   Section: FAQ (よくあるご質問) - Figma Ref
   ========================================== */
.campaign-faq-section {
  background-color: #FFFFFF;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.faq-main-title {
  background-color: #d96732;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  letter-spacing: -0.02em;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
}

.faq-accordion-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 0 #caa316;
  border: 1px solid #ECE7E0;
  padding: 12px 14px;
  box-sizing: border-box;
}

.faq-accordion-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-q-text-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

.faq-icon-q {
  font-family: var(--font-japanese);
  font-size: 18px;
  font-weight: 700;
  color: #1b4698;
  line-height: 1.4;
  flex-shrink: 0;
}

.faq-q-text {
  font-family: var(--font-japanese);
  font-size: 15px;
  font-weight: 700;
  color: #1b4698;
  line-height: 1.5;
  text-align: left;
}

/* Toggle Icon (+ / x) */
.faq-toggle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle-icon .toggle-bar {
  position: absolute;
  background-color: #1b4698;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-toggle-icon .toggle-bar.horizontal {
  width: 14px;
  height: 2.5px;
}

.faq-toggle-icon .toggle-bar.vertical {
  width: 2.5px;
  height: 14px;
}

.faq-accordion-item[open] .faq-toggle-icon .toggle-bar.horizontal {
  transform: rotate(45deg);
}

.faq-accordion-item[open] .faq-toggle-icon .toggle-bar.vertical {
  transform: rotate(45deg);
}

/* Answer Body */
.faq-answer-body {
  overflow: hidden;
}

.faq-a-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid #1b4698;
  margin-top: 10px;
  padding-top: 10px;
}

.faq-icon-a {
  font-family: var(--font-japanese);
  font-size: 18px;
  font-weight: 700;
  color: #1b4698;
  line-height: 1.4;
  flex-shrink: 0;
}

.faq-a-text {
  font-family: var(--font-japanese);
  font-size: 14px;
  font-weight: 400;
  color: #1b4698;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

/* ==========================================
   Section: Points (DanDanBANKアプリの３つのポイント) - Figma Ref
   ========================================== */
.app-points-section {
  background-color: #FFFFFF;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}

.points-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.points-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.points-phone-wrap {
  width: 255px;
  max-width: 80%;
  margin: 0 auto 14px;
}

.points-phone-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.points-sub-catch {
  font-family: var(--font-japanese);
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.points-sub-catch .catch-slash {
  color: #1a1a1a;
}

.points-main-title {
  font-family: var(--font-japanese);
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.points-feature-card {
  border: 2px solid #d96732;
  border-radius: 20px;
  padding: 24px 16px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
}

.points-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}

.points-saving-lead {
  font-family: var(--font-japanese);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  line-height: 1.3;
}

.points-saving-lead .highlight-orange {
  color: #d96732;
}

.points-top-badge {
  font-family: var(--font-japanese);
  font-size: 38px;
  font-weight: 900;
  color: #d96732;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.points-top-badge .asterisk {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}

.points-rate-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

.points-cond-text {
  font-family: var(--font-japanese);
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.4;
}

.points-max-text {
  font-family: var(--font-japanese);
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 6px;
  line-height: 1.2;
}

.points-rate-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #d96732;
  font-family: var(--font-japanese);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.points-rate-display .rate-prefix {
  font-size: 46px;
  margin-right: 2px;
}

.points-rate-display .rate-value {
  font-family: var(--font-number);
  font-size: 78px;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.points-rate-display .rate-unit {
  font-size: 46px;
  margin-left: 2px;
}

.points-tax-text {
  font-family: var(--font-japanese);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.4;
}

.points-asof-text {
  font-family: var(--font-japanese);
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  margin: 0;
  line-height: 1.4;
}

.points-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.btn-points-detail {
  background-color: #d96732;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-weight: 700;
  font-size: clamp(17px, 4.8vw, 21px);
  text-decoration: none;
  padding: 12px clamp(20px, 4.5vw, 32px);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(217, 103, 50, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.3;
}

.btn-points-detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 103, 50, 0.45);
}

.btn-points-detail .btn-arrow-icon {
  width: 12px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.points-notes-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.points-note-item {
  font-family: var(--font-japanese);
  font-size: 12.5px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.points-evidence-item {
  font-family: var(--font-japanese);
  font-size: 11.5px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/* ==========================================
   Section: App Features & Links (Figma Node 28:832)
   ========================================== */
.app-links-section {
  background-color: #FFFFFF;
  padding: 0 20px 48px;
  width: 100%;
  box-sizing: border-box;
}

.app-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* Feature Card Orange */
.feature-card-orange {
  background-color: #E65A15;
  border-radius: 20px;
  padding: 28px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(230, 90, 21, 0.2);
}

.fc-white-sub {
  font-family: var(--font-japanese);
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 0 4px;
}

.fc-dark-lead {
  font-family: var(--font-japanese);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0 0 8px;
}

.fc-white-huge {
  font-family: var(--font-japanese);
  font-size: 42px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}

.fc-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-fc-white {
  background-color: #FFFFFF;
  color: #E65A15;
  font-family: var(--font-japanese);
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  padding: 10px 36px;
  border-radius: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.3;
}

.btn-fc-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.btn-fc-white .btn-arrow-icon {
  width: 12px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

/* Feature Card White */
.feature-card-white {
  background-color: #FFFFFF;
  border: 2px solid #E65A15;
  border-radius: 20px;
  padding: 28px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fc-orange-title {
  font-family: var(--font-japanese);
  font-size: 24px;
  font-weight: 700;
  color: #E65A15;
  line-height: 1.35;
  margin: 0 0 6px;
}

.fc-dark-sub {
  font-family: var(--font-japanese);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0 0 20px;
}

.btn-fc-orange {
  background-color: #E65A15;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  padding: 10px 36px;
  border-radius: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(230, 90, 21, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.3;
}

.btn-fc-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(230, 90, 21, 0.45);
}

.btn-fc-orange .btn-arrow-icon {
  width: 12px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

/* App Detail CTA Box */
.app-detail-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  gap: 12px;
}

.app-detail-lead-text {
  font-family: var(--font-japanese);
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
}

.app-detail-arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 6px;
  animation: bounceArrow 2s infinite ease-in-out;
}

@keyframes bounceArrow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

.app-brand-banner-btn {
  display: block;
  width: 100%;
  max-width: 360px;
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
  box-shadow: 0 5px 0 #C0C0C0;
  padding: 14px 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.app-brand-banner-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #C0C0C0;
}

.brand-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.brand-banner-logo-wrap {
  width: 220px;
  display: flex;
  justify-content: center;
}

.brand-banner-logo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ==========================================
   Section: Inquiry (お問い合わせ) - Figma Node 28:841
   ========================================== */
.campaign-inquiry-section {
  background-color: #f9f4ee;
  padding: 40px 20px 48px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.inquiry-container {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.inquiry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 20px;
}

.inquiry-main-title {
  font-family: var(--font-japanese);
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.inquiry-tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.freedial-img {
  width: 52px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.inquiry-tel-num {
  font-family: var(--font-number);
  font-size: 38px;
  font-weight: 700;
  color: #d96732;
  text-decoration: none;
  line-height: 1.2;
}

.inquiry-categories-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.inquiry-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.inquiry-cat-badge {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 6px clamp(6px, 2vw, 12px);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.inquiry-cat-badge span {
  font-family: var(--font-japanese);
  font-size: clamp(13px, 3.8vw, 15px);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.inquiry-cat-desc {
  text-align: center;
  width: 100%;
}

.inquiry-cat-desc p {
  font-family: var(--font-japanese);
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.45;
  margin: 0;
}

.inquiry-note {
  color: #000000 !important;
}

.inquiry-banner-wrap {
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.inquiry-banner-link {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.inquiry-banner-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.inquiry-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Legal Footer Area */
.inquiry-legal-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
  color: #000000;
  box-sizing: border-box;
  padding: 10px 0 0;
}

.inquiry-legal-text {
  font-family: var(--font-japanese);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.inquiry-copyright-text {
  font-family: var(--font-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}


/* ==========================================================================
   FIGMA HIGH-IMPACT CAMPAIGN CARDS & TIERS (ROOT STYLES)
   ========================================================================== */
.campaign-lead-block {
  padding: 24px 20px 8px;
  background-color: transparent;
}

.campaign-lead-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  color: #1a1a1a;
  text-align: left;
}

.figma-campaign-section {
  padding: 16px 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.figma-campaign-card {
  position: relative;
  width: 100%;
  scroll-margin-top: 30px;
}

.figma-tab-pin-wrap {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 3;
  line-height: 0;
}

.figma-tab-pin {
  width: 32px;
  height: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
}

.figma-tab-pin.pin-emerald {
  background-color: #4fa194;
}

.figma-tab-pin.pin-orange {
  background-color: #e59b3c;
}

.figma-card-body {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 24px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.figma-card-body.border-emerald {
  border: 2px solid #4fa194;
}

.figma-card-body.border-orange {
  border: 2px solid #e59b3c;
}

/* Header & Titles */
.figma-header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.figma-card-title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.text-emerald {
  color: #4fa194;
}

.text-orange {
  color: #e59b3c;
}

.bg-emerald {
  background-color: #4fa194;
}

.bg-orange {
  background-color: #e59b3c;
}

.figma-header-underline {
  width: 160px;
  height: 5px;
}

/* Condition Block */
.figma-condition-title {
  font-size: 16.5px;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
}

.figma-condition-desc {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #1a1a1a;
  text-align: left;
  width: 100%;
}

.figma-condition-desc .bullet {
  font-size: 14px;
  line-height: 1.6;
  flex-shrink: 0;
}

/* Referral Pill: 1名ご紹介 (Figma Node 2:14) */
.figma-referral-pill {
  background-color: #4fa194;
  border-radius: 100px;
  height: 54px;
  padding: 0 18px 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 18px auto 0;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: visible;
}

.figma-referral-pill .pill-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 76px;
  font-weight: 900;
  color: #f1c443;
  line-height: 0.88;
  position: relative;
  top: 1px;
  margin-right: 2px;
  flex-shrink: 0;
  -webkit-text-stroke: 3px #4fa194;
  paint-order: stroke fill;
  display: inline-block;
}

.figma-referral-pill .pill-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #f1c443;
  line-height: 1;
  margin-right: 4px;
  flex-shrink: 0;
}

.figma-referral-pill .pill-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

/* Amount Each Section */
.figma-amount-each {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.figma-amount-each .each-label {
  font-size: 40px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
}

.figma-amount-each .each-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.figma-amount-each .each-price .num {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 104px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -2px;
  line-height: 1;
}

.figma-amount-each .each-price .unit {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a1a;
  margin-left: 2px;
}

/* Down Arrow */
.figma-arrow-down {
  display: flex;
  justify-content: center;
  margin: 2px 0;
}

/* Max Gift Box */
.figma-max-gift-box {
  width: 100%;
  border-radius: 12px;
  padding: 18px 8px 16px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.figma-max-gift-box .max-label {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  white-space: nowrap;
}

.figma-max-gift-box .max-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.figma-max-gift-box .max-price .num {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 130px;
  font-weight: 900;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: -3px;
  line-height: 1;
}

.figma-max-gift-box .max-price .unit {
  font-size: 44px;
  font-weight: 900;
  margin-left: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.figma-max-gift-box .max-bottom-text {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  white-space: nowrap;
}

.figma-card-note {
  font-size: 13.5px;
  font-weight: 600;
  color: #4b4948;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}

/* Invitee Card Extras */
.figma-explainer-text {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  color: #1a1a1a;
}

.figma-threshold-amount {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.figma-threshold-amount .threshold-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.figma-threshold-amount .threshold-price .num {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 104px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -2px;
  line-height: 1;
}

.figma-threshold-amount .threshold-price .unit {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a1a;
  margin-left: 2px;
}

.figma-threshold-amount .threshold-sub {
  font-size: 30px;
  font-weight: 900;
  color: #4b4948;
}

/* Tier Table */
.figma-tier-table-container,
.figma-tier-table-wrapper {
  position: relative;
  width: 100%;
  border: 1.5px solid #f2ab56;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 8px;
  background-color: #FFFFFF;
}

.figma-tier-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.figma-tier-table th {
  padding: 10px 4px;
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
}

.figma-tier-table .th-balance {
  background-color: #df6726;
  width: 64%;
}

.figma-tier-table .th-reward {
  background-color: #ea8c38;
  width: 36%;
}

.figma-tier-table td {
  padding: 10px 4px;
  border-bottom: 1px solid #f6e3d7;
  vertical-align: middle;
}

.figma-tier-table .td-balance {
  background-color: #FFFFFF;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 13.5px;
  padding-left: 8px;
  padding-right: 18px;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.figma-tier-table .td-reward {
  background-color: #fffbe8;
  font-family: var(--font-number);
  font-weight: 900;
  color: #df6726;
  text-align: right;
  font-size: 20.5px;
  padding-left: 16px;
  padding-right: 8px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.figma-tier-table tr:last-child td {
  border-bottom: none;
}

/* Upward Arrow Overlay (Pink: プレゼントがアップ) */
.figma-table-arrow-overlay {
  position: absolute;
  left: 64%;
  bottom: 0;
  top: 45px;
  transform: translateX(-50%);
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}

.figma-table-arrow-overlay .table-arrow-head {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 21px solid #d376a7;
  flex-shrink: 0;
  margin-top: -10px;
}

.figma-table-arrow-overlay .table-arrow-stem {
  background-color: #d376a7;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.03em;
  padding: 4px 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.figma-table-arrow-overlay .table-arrow-stem span {
  display: inline-block;
  line-height: 1.1;
}

/* ==========================================================================
   FIGMA FLOW: INVITEE TAB SPECIFIC STYLES
   ========================================================================== */
.figma-flow-invitee-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.invitee-step1-header-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.invitee-step-tag {
  position: relative;
  background-color: #ea941f;
  color: #FFFFFF;
  font-family: var(--font-number);
  font-weight: 900;
  font-size: 25px;
  padding: 5px 20px 4px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.invitee-step-tag::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 12px;
  width: 0;
  height: 0;
  border-top: 7px solid #ea941f;
  border-right: 7px solid transparent;
  border-left: 0px solid transparent;
}

.invitee-step1-lead-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 14px;
}

.invitee-step1-left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.invitee-step1-lead-text {
  flex: none;
}

.invitee-step1-lead-text .line-orange {
  color: #ea941f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
}

.invitee-step1-char-col {
  flex-shrink: 0;
}

.invitee-step1-char-img {
  width: 95px;
  height: auto;
  display: block;
}

.invitee-step1-desc {
  font-size: 14px;
  color: #222222;
  line-height: 1.65;
  margin-bottom: 14px;
  font-weight: 500;
}

.invitee-deadline-box {
  text-align: center;
  margin: 16px 0 20px;
}

.invitee-deadline-box .deadline-title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2px;
}

.invitee-deadline-box .deadline-date {
  font-size: 16px;
  font-weight: 900;
  color: #1a1a1a;
}

/* Invitee Theme for Section Bar */
.flow-section-bar.bg-orange {
  background-color: #ea941f;
}

.flow-bar-triangle.border-top-orange {
  border-top-color: #ea941f;
}

/* Invitee Code Instruction Box (Yellow) */
.invitee-code-instruction-box {
  background-color: #f7ce46;
  border-radius: 12px;
  padding: 18px 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 6px;
}

.invitee-code-instruction-box .instruction-box-lead {
  font-size: 14.5px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: left;
}

.invitee-phone-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.invitee-phone-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.invitee-important-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 12px;
  text-align: left;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.invitee-important-card .important-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #e53935;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 13.5px;
  border-radius: 20px;
  padding: 3px 14px;
  width: fit-content;
  margin: 0 auto 10px;
}

.invitee-important-card .important-badge .important-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  color: #e53935;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.invitee-important-card .important-text {
  font-size: 12.5px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.6;
}

.invitee-sub-notes {
  text-align: left;
  font-size: 11.5px;
  line-height: 1.55;
  color: #222222;
  font-weight: 600;
}

.invitee-sub-notes .sub-note-link {
  margin-bottom: 8px;
}

/* Orange Separator Triangle */
.separator-triangle-orange {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ea941f;
  margin: 0 auto;
}

/* Invitee Step 2 */
.invitee-step2-header-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 6px;
}

.invitee-step2-tag-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.invitee-step2-tag-row .invitee-step-tag {
  margin-bottom: 0;
}

.invitee-step2-date-wrap {
  display: inline-flex;
  align-items: center;
  border-bottom: 1.5px solid #f7ce46;
  padding-bottom: 3px;
}

.invitee-step2-date-limit {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-family: var(--font-number);
  line-height: 1;
}

.invitee-step2-date-limit .date-num {
  font-size: 32px;
  font-weight: 800;
  color: #4fa194;
  letter-spacing: -0.04em;
}

.invitee-step2-date-limit .date-slash {
  font-size: 28px;
  font-weight: 700;
  color: #e3a342;
  margin: 0 1px;
}

.invitee-step2-date-limit .date-day-badge {
  background-color: #4fa194;
  color: #FFFFFF;
  font-family: var(--font-japanese);
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  line-height: 1;
}

.invitee-step2-date-limit .limit-label {
  font-size: 15px;
  font-weight: 900;
  color: #4fa194;
  margin-left: 3px;
  margin-bottom: 3px;
  align-self: flex-end;
}

.invitee-step2-lead-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.invitee-step2-lead {
  text-align: left;
  margin: 0;
  width: 100%;
}

.invitee-step2-lead .line-orange {
  color: #ea941f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0;
}

.invitee-deposit-method-badge {
  background-color: #e37a28;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 14px;
  padding: 5px 18px;
  border-radius: 20px;
  width: fit-content;
  margin: 16px auto 12px;
  text-align: center;
}

.invitee-deposit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.65;
}

.invitee-deposit-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.invitee-deposit-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #e37a28;
  font-size: 11px;
  top: 0;
}

/* Invitee Bottom Reward & Table */
.invitee-bottom-reward {
  width: 100%;
  text-align: center;
  margin-top: 2px;
}

.invitee-reward-lead {
  color: #ea941f;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.figma-tier-table.orange-theme {
  border-color: #ea941f;
}

.figma-tier-table.orange-theme thead th.bg-table-orange {
  background-color: #ea941f;
  color: #FFFFFF;
}

.figma-tier-table.orange-theme tbody td.td-reward.text-orange {
  color: #ea941f;
}

/* Invitee CTA Button */
.invitee-cta-btn-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.invitee-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ea6d10;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 900;
  padding: 13px 36px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(234, 109, 16, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  letter-spacing: 0.04em;
}

.invitee-cta-btn:hover {
  background-color: #d95e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(234, 109, 16, 0.45);
}

.invitee-cta-btn .btn-arrow {
  font-size: 14px;
}



/* ==========================================================================
   TABLET & COMPACT SCREEN (max-width: 1024px)
   Hide sidebars when width becomes too narrow for 3 columns
   ========================================================================== */
@media screen and (max-width: 1024px) {

  .left-sidebar,
  .right-sidebar {
    display: none !important;
  }

  .pc-layout-grid {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    gap: 0;
  }

  .main-lp-container {
    width: 100%;
    max-width: 520px;
  }
}

/* ==========================================================================
   SP (SMARTPHONE) RESPONSIVE STYLES (max-width: 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0;
  }

  .pc-layout-grid {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .left-sidebar,
  .right-sidebar {
    display: none !important;
  }

  .main-lp-container {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .lp-header {
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #ECE7E0;
  }

  .content-section {
    padding: 30px 0 px;
  }

  /* FV Small Screen Adjustments */
  .fv-columns {
    padding-top: 48px;
  }

  .fv-col-inner {
    padding: 0 6px 8px;
  }

  .fv-col-char {
    margin-top: -42px;
    margin-bottom: -10px;
    width: 72%;
  }

  .fv-pill {
    padding: 6px 2px;
  }

  .fv-pill span {
    font-size: 20px;
  }

  .fv-pill-tail {
    border-left: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 8px solid #ffffff;
    margin-right: 14px;
  }

  .fv-reward-card {
    border-radius: 10px;
    padding: 10px 4px 12px;
    gap: 1px;
  }

  .fv-reward-prefix {
    font-size: clamp(23px, 6.5vw, 28px);
  }

  .fv-reward-num {
    font-size: clamp(46px, 13vw, 54px);
    letter-spacing: -0.04em;
  }

  .fv-reward-unit {
    font-size: clamp(19px, 5.5vw, 24px);
  }

  .fv-reward-suffix {
    font-size: clamp(23px, 6.8vw, 28px);
    letter-spacing: -0.02em;
  }

  /* SP Lead Text & Amount adjustments */
  .figma-referral-pill {
    height: 46px;
    padding: 0 12px 4px;
    max-width: 290px;
  }

  .figma-referral-pill .pill-num {
    font-size: 58px;
  }

  .figma-referral-pill .pill-unit {
    font-size: 30px;
  }

  .figma-referral-pill .pill-text {
    font-size: 32px;
  }

  .figma-amount-each .each-label {
    font-size: 30px;
  }

  .figma-amount-each .each-price .num {
    font-size: 78px;
  }

  .figma-amount-each .each-price .unit {
    font-size: 27px;
  }

  .figma-threshold-amount .threshold-price .num {
    font-size: 78px;
  }

  .figma-threshold-amount .threshold-price .unit {
    font-size: 27px;
  }

  .figma-threshold-amount .threshold-sub {
    font-size: 22px;
  }

  .figma-max-gift-box {
    padding: 14px 6px 14px;
  }

  .figma-max-gift-box .max-label {
    font-size: 28px;
  }

  .figma-max-gift-box .max-price .num {
    font-size: 86px;
  }

  .figma-max-gift-box .max-price .unit {
    font-size: 30px;
  }

  .figma-max-gift-box .max-bottom-text {
    font-size: 40px;
  }

  .figma-card-note {
    font-size: 11.5px;
  }

  /* SP Tier Table Adjustments */
  .figma-tier-table .th-balance {
    width: 65%;
  }

  .figma-tier-table .th-reward {
    width: 35%;
  }

  .figma-tier-table .td-balance {
    font-size: 12.5px;
    padding-left: 6px;
    padding-right: 16px;
    letter-spacing: -0.04em;
  }

  .figma-tier-table .td-reward {
    font-size: 18px;
    padding-left: 14px;
    padding-right: 6px;
  }

  .figma-table-arrow-overlay {
    left: 65%;
    width: 26px;
    top: 42px;
  }

  .figma-table-arrow-overlay .table-arrow-stem {
    font-size: 12px;
  }

  .figma-table-arrow-overlay .table-arrow-head {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 19px solid #d376a7;
    margin-top: -9px;
  }

  .flow-intro-visual-row {
    width: calc(100% + 14px);
    margin: 8px -7px 16px;
  }

  .flow-intro-visual-row .intro-char-male,
  .flow-intro-visual-row .intro-char-female {
    height: 100px;
    width: auto;
  }

  .flow-intro-center-col .flow-intro-lead {
    font-size: 16px;
    line-height: 1.32;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
  }

  .flow-intro-center-col .intro-arrow-img {
    max-width: 155px;
  }

  .overview-period-text {
    font-size: 14px;
    font-weight: 500;
  }

  .invitee-step1-lead-row {
    gap: 12px;
    justify-content: center;
    margin-bottom: 14px;
  }

  .invitee-step1-left-col {
    gap: 6px;
  }

  .invitee-step1-lead-text .line-orange {
    font-size: 19px;
    line-height: 1.25;
  }

  .invitee-step1-char-img {
    width: 85px;
    height: auto;
    display: block;
  }
}


/* ==========================================================================
   PC (DESKTOP) RESPONSIVE STYLES (min-width: 768px)
   ========================================================================== */
@media screen and (min-width: 768px) {
  :root {
    --lp-max-width: 560px;
  }

  body {
    font-size: 15.5px;
  }

  .lp-header {
    display: none !important;
  }

  .left-sidebar,
  .right-sidebar {
    display: flex;
  }

  .section-title {
    font-size: 26px;
  }

  .flow-bicolor-tab {
    font-size: 22px;
    padding: 10px 40px 8px;
  }

  .flow-intro-center-col .flow-intro-lead {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .flow-intro-center-col .intro-arrow-img {
    max-width: 230px;
  }

  .flow-intro-visual-row .intro-char-male,
  .flow-intro-visual-row .intro-char-female {
    height: 130px;
    width: auto;
  }

  .invitee-step1-lead-row {
    gap: 20px;
    justify-content: center;
    margin-bottom: 16px;
  }

  .invitee-step1-left-col {
    gap: 8px;
  }

  .invitee-step1-lead-text .line-orange {
    font-size: 28px;
    line-height: 1.25;
  }

  .invitee-step1-char-img {
    width: 100px;
  }

  .invitee-step2-tag-row .invitee-step-tag {
    font-size: 25px;
    padding: 6px 20px 5px;
  }

  .invitee-step2-date-limit .date-num {
    font-size: 38px;
  }

  .invitee-step2-date-limit .date-slash {
    font-size: 34px;
  }

  .invitee-step2-date-limit .date-day-badge {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .invitee-step2-date-limit .limit-label {
    font-size: 18px;
  }

  .invitee-step2-lead .line-orange {
    font-size: 32px;
    line-height: 1.35;
  }

  .invitee-reward-lead {
    font-size: 24px;
    line-height: 1.42;
  }

  .step-card-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .invitee-step1-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .invitee-code-instruction-box .instruction-box-lead {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .invitee-important-card .important-text {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .invitee-sub-notes {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .invitee-deposit-list {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .reward-cond-lead {
    font-size: 16px;
  }

  .reward-present-lead {
    font-size: 24px;
  }

  .campaign-overview-section {
    padding: clamp(32px, 4vw, 48px) clamp(16px, 3vw, 32px);
  }

  .overview-main-title {
    font-size: clamp(24px, 2.5vw, 28px);
  }

  .overview-block-header {
    font-size: clamp(17px, 1.8vw, 20px);
    padding: 12px;
  }

  .frame-label,
  .frame-text,
  .overview-plain-text,
  .overview-period-text {
    font-size: 15px;
    font-weight: 500;
  }

  .overview-deposit-table thead th {
    font-size: clamp(12.5px, 1.2vw, 14px);
    padding: 12px clamp(6px, 1vw, 10px);
  }

  .overview-deposit-table tbody td {
    font-size: clamp(13px, 1.3vw, 15px);
    padding: 12px clamp(8px, 1.2vw, 14px);
  }

  .notes-bullet-list li {
    font-size: 14px;
  }

  .campaign-faq-section {
    padding: clamp(32px, 4vw, 48px) clamp(16px, 3vw, 32px);
  }

  .faq-main-title {
    font-size: clamp(24px, 2.5vw, 28px);
    padding: 12px;
  }

  .faq-q-text {
    font-size: 16px;
  }

  .faq-a-text {
    font-size: 15px;
  }

  .app-points-section {
    padding: clamp(32px, 4vw, 48px) clamp(16px, 3vw, 32px);
  }

  .points-main-title {
    font-size: clamp(26px, 2.8vw, 32px);
  }

  .points-saving-lead {
    font-size: clamp(22px, 2.4vw, 28px);
  }

  .points-top-badge {
    font-size: clamp(38px, 4.4vw, 54px);
  }

  .points-cond-text {
    font-size: clamp(19px, 2.1vw, 24px);
  }

  .points-max-text {
    font-size: clamp(32px, 3.6vw, 44px);
  }

  .points-rate-display {
    margin: 6px 0 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
  }

  .points-rate-display .rate-prefix {
    font-size: clamp(46px, 5vw, 64px);
    margin-right: 4px;
  }

  .points-rate-display .rate-value {
    font-size: clamp(84px, 9.5vw, 124px);
    letter-spacing: -0.03em;
  }

  .points-rate-display .rate-unit {
    font-size: clamp(46px, 5vw, 64px);
    margin-left: 4px;
  }

  .points-tax-text {
    font-size: clamp(20px, 2.2vw, 26px);
  }

  .points-asof-text {
    font-size: clamp(15px, 1.6vw, 18px);
  }

  .btn-points-detail {
    font-size: clamp(20px, 2.3vw, 28px);
    padding: 14px clamp(24px, 3.5vw, 44px);
  }

  .btn-points-detail .btn-arrow-icon {
    width: 16px;
    height: 26px;
  }

  .points-note-item {
    font-size: 13.5px;
  }

  .points-evidence-item {
    font-size: 12.5px;
  }

  .app-links-section {
    padding: 0 clamp(16px, 3vw, 32px) clamp(44px, 5vw, 64px);
  }

  .fc-white-sub {
    font-size: clamp(19px, 2vw, 24px);
  }

  .fc-dark-lead {
    font-size: clamp(20px, 2.2vw, 26px);
  }

  .fc-white-huge {
    font-size: clamp(38px, 4vw, 48px);
  }

  .btn-fc-white,
  .btn-fc-orange {
    font-size: clamp(19px, 2vw, 24px);
    padding: 12px clamp(24px, 3.5vw, 44px);
  }

  .fc-orange-title {
    font-size: clamp(22px, 2.4vw, 28px);
  }

  .fc-dark-sub {
    font-size: clamp(20px, 2.2vw, 26px);
  }

  .app-detail-lead-text {
    font-size: clamp(22px, 2.4vw, 28px);
  }

  .app-brand-banner-btn {
    max-width: 400px;
    padding: 16px clamp(16px, 2vw, 24px);
  }

  .brand-banner-logo-wrap {
    width: clamp(190px, 20vw, 250px);
  }

  .campaign-inquiry-section {
    padding: clamp(32px, 4vw, 48px) clamp(16px, 3vw, 32px) clamp(48px, 6vw, 72px);
  }

  .inquiry-main-title {
    font-size: clamp(22px, 2.4vw, 28px);
  }

  .freedial-img {
    width: clamp(38px, 4vw, 50px);
  }

  .inquiry-tel-num {
    font-size: clamp(30px, 3.6vw, 44px);
  }

  .inquiry-cat-badge span {
    font-size: 16px;
  }

  .inquiry-cat-desc p {
    font-size: 16px;
  }
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

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

/* Stagger delay helpers if needed */
.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal-delay-3 {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   BACK TO TOP BUTTON (PC: 右コンテンツ中央下 / SP: 画面右下固定)
   ========================================================================== */
.sidebar-top-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: clamp(48px, 6.5vh, 88px);
}

.btn-back-to-top {
  z-index: 9999;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--color-emerald);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(36, 178, 155, 0.4), 0 2px 6px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.3s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  text-align: center;
}

.btn-back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.btn-back-to-top:hover {
  background-color: var(--color-emerald-hover);
  box-shadow: 0 6px 20px rgba(30, 153, 133, 0.5), 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px) scale(1.05);
}

.btn-back-to-top:active {
  transform: translateY(0) scale(0.95);
  box-shadow: 0 2px 8px rgba(36, 178, 155, 0.35);
}

.btn-back-to-top-icon {
  width: 16px;
  height: 10px;
  display: block;
  stroke: #ffffff;
  margin: 0 auto;
  transition: transform 0.2s ease;
}

.btn-back-to-top:hover .btn-back-to-top-icon {
  transform: translateY(-2px);
}

.btn-back-to-top-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font-base);
  margin: 0 auto;
}

/* PC View: 右サイドバーのコンテンツ中央下 */
@media screen and (min-width: 1025px) {
  .btn-back-to-top-sp {
    display: none !important;
  }

  .btn-back-to-top-pc {
    position: static;
    margin: 0 auto;
  }
}

/* Tablet & SP View: 画面右下に固定フローティング */
@media screen and (max-width: 1024px) {
  .btn-back-to-top-pc {
    display: none !important;
  }

  .btn-back-to-top-sp {
    position: fixed;
    bottom: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .btn-back-to-top-sp {
    bottom: 18px;
    right: 18px;
    width: 58px;
    height: 58px;
    gap: 3px;
    box-shadow: 0 3px 12px rgba(36, 178, 155, 0.35), 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .btn-back-to-top-sp .btn-back-to-top-icon {
    width: 15px;
    height: 9px;
  }

  .btn-back-to-top-sp .btn-back-to-top-text {
    font-size: 14px;
  }
}