/*
|---------------------------------------------------------------
| qinc2026-futureshop-common.css - futureshop LP 共通
|---------------------------------------------------------------
*/
.futureshop-lp-body,
.futureshop-lp {
  --fs-orange: #f24b08;
  --fs-navy: #1e2c63;
  --fs-deep: #020441;
  --fs-text: #343434;
  --fs-white: #ffffff;
  --fs-container: 1232px;
  --fs-radius: 16px;
}

.futureshop-lp .futureshop-container,
.futureshop-lp .container {
  width: 100%;
  max-width: var(--fs-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

/* Section head
   ========================================================================== */
.futureshop-head {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.futureshop-head__label {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10px, 1.5vw, 14px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.futureshop-head--dark .futureshop-head__label {
  color: #f24b08;
  color: var(--fs-orange, #f24b08);
}

.futureshop-head--light .futureshop-head__label {
  color: #ffffff;
  color: var(--fs-white, #ffffff);
}

.futureshop-head--light .futureshop-head__label.is-accent,
.futureshop-flow .futureshop-head__label,
.futureshop-consultation .futureshop-head__label {
  color: #f24b08;
  color: var(--fs-orange, #f24b08);
}

.futureshop-head__title {
  margin: 0;
  font-size: clamp(21px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.futureshop-head--dark .futureshop-head__title {
  color: #343434;
  color: var(--fs-text, #343434);
}

.futureshop-head--light .futureshop-head__title {
  color: #ffffff;
  color: var(--fs-white, #ffffff);
}

.futureshop-head__title .is-accent {
  color: #f24b08;
  color: var(--fs-orange, #f24b08);
}

.futureshop-head__title-img {
  display: inline-block;
  height: 1.5em;
  width: auto;
  vertical-align: -0.35em;
  margin: 0 0.25em;
}

.futureshop-head__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
  font-size: clamp(14px, 2.4vw, 25px);
  font-weight: 700;
  color: #ffffff;
  color: var(--fs-white, #ffffff);
  line-height: 1.5;
}

.futureshop-head__lead::before,
.futureshop-head__lead::after {
  content: "";
  flex: 0.1 1 0;
  max-width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.futureshop-head__lead .is-accent {
  color: #f24b08;
  color: var(--fs-orange, #f24b08);
}

@media (max-width: 1024px) {
  .futureshop-head__lead {
    display: block;
  }

  .futureshop-head__lead::before,
  .futureshop-head__lead::after {
    display: none;
  }
}
