/* ============================================================
   SP (mobile) styles — shown at <= 768px, PC stage hidden.
   Faithful to Figma SP frame (node 65:2, 375px base).
   ============================================================ */

.sp-root { display: none; }

@media (max-width: 768px) {
  .stage { display: none !important; }
  .sp-root { display: block; width: 100%; background: #000; overflow-x: hidden; }
  body { height: auto !important; }
}

/* ---------- shared SP tokens ---------- */
.sp-root {
  --sp-yellow: #faeb30;
  --sp-mobo: 'Zen Kaku Gothic New', sans-serif;
  --sp-avenir: 'Montserrat', sans-serif;
  --sp-avenir-real: 'Avenir', 'Avenir Next', 'Montserrat', sans-serif; /* real Avenir Black (900) */
  --sp-jp: 'Noto Sans JP', sans-serif;
}
.sp-root img { display: block; }

/* ============================================================
   SP KV
   ============================================================ */
.sp-kv {
  display: block; /* override global section{display:contents} from style.css */
  position: relative;
  background: #000;
  padding-bottom: 24px;
  overflow: hidden;
}
.sp-kv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sp-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* header (sticky) */
.sp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 16px;
  width: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.sp-logo { position: relative; display: block; width: 120px; height: 30px; overflow: hidden; flex-shrink: 0; }
.sp-logo-main { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.sp-logo-group { position: absolute; inset: 84.48% 11.46% 6.39% 35.11%; }
.sp-logo-group img { width: 100%; height: 100%; display: block; }
.sp-hamburger {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border: 0;
  cursor: pointer;
}
.sp-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
}
.sp-hamburger span:nth-child(3) { background: var(--sp-yellow); }

/* KV body (fixed-height overlay canvas, 375 base) */
.sp-kv-body {
  position: relative;
  z-index: 1;
  height: 640px;
  margin: 0 16px;
}
.sp-kv-photo {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  height: 450px; /* Figma container 65:37 = h450; 490px photo centers, overflowing 20px top/bottom */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-kv-photo img {
  width: 375px;
  max-width: none;
  height: 536px;
  object-fit: cover;
}
/* KV photo cross-fade (3 photos rotate) */
.sp-kv-slideshow .sp-kv-slide {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 375px; height: 536px; object-fit: cover;
  opacity: 0; animation: kvCrossfadeSp 13.5s linear infinite;
}
.sp-kv-slideshow .sp-kv-slide:nth-child(1) { animation-delay: 0s; }
.sp-kv-slideshow .sp-kv-slide:nth-child(2) { animation-delay: 4.5s; }
.sp-kv-slideshow .sp-kv-slide:nth-child(3) { animation-delay: 9s; }
/* crossfade + slow zoom, preserving translate(-50%,-50%); photos overlap (no gap) */
@keyframes kvCrossfadeSp {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(1.04); }
  5%   { opacity: 1; }
  33%  { opacity: 1; }
  40%  { opacity: 0; transform: translate(-50%, -50%) scale(1.13); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .sp-kv-slideshow .sp-kv-slide { animation: none; opacity: 0; }
  .sp-kv-slideshow .sp-kv-slide:nth-child(1) { opacity: 1; }
}
/* vertical site name on far left */
.sp-kv-sitename {
  position: absolute;
  top: 364px;
  left: 8px;
  writing-mode: vertical-rl;
  text-orientation: upright; /* keep 2028 digits upright & stacked vertically */
  font-family: var(--sp-jp);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.06em; /* ~6% character spacing */
  color: #fff;
  margin: 0;
}
/* vertical main title 市場を、創る。 (top-left) — MOBO text image */
.sp-kv-title-v {
  position: absolute;
  top: 0;
  left: 0;
}
.sp-kv-title-v img {
  display: block;
  height: 224px;
  width: auto;
}
/* horizontal title 人が、変わる。 (bottom-right) — MOBO text image */
.sp-kv-title-h {
  position: absolute;
  top: 456px;
  right: -8px;
  width: 196px;
}
.sp-kv-title-h img {
  display: block;
  width: 100%;
  height: auto;
}
/* MAKE MARKETS block (bottom-left) */
.sp-kv-make {
  position: absolute;
  top: 593px;
  left: 8px; /* align MAKE MARKETS left edge with the 2028 vertical site name */
  color: #fff;
}
.sp-kv-make .en {
  font-family: var(--sp-avenir-real);
  font-weight: 900;
  font-size: 26.346px;
  line-height: 32.933px;
  letter-spacing: 1.5808px;
  margin: 0;
  white-space: nowrap;
}
.sp-kv-make .sub {
  font-family: var(--sp-jp);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.27px;
  margin: 0;
  white-space: nowrap;
}

/* ============================================================
   SP nav overlay (hamburger)
   ============================================================ */
.sp-nav {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
}
.sp-nav.open { visibility: visible; opacity: 1; }
.sp-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.sp-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  max-width: 300px;
  background: #0e0e0e;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 80px 28px;
  transform: translateX(100%);
  transition: transform .25s ease;
}
.sp-nav.open .sp-nav-panel { transform: translateX(0); }
.sp-nav-panel a {
  font-family: var(--sp-avenir);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ============================================================
   SP STRATEGY (node 65:48)
   ============================================================ */
.sp-strategy {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 58px 15px;
}
.sp-strategy-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sp-strategy-en {
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-strategy-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
.sp-strategy-jp p { margin: 0; }
.sp-strategy-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.sp-strategy-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  width: 100%;
}
.sp-strategy-lead {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}
.sp-strategy-desc {
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 13px;
}
.sp-strategy-desc p { line-height: 1.7; margin: 0; }
/* stats */
.sp-strategy-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sp-strategy-row {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.sp-stat {
  position: relative;
  flex: 1 1 0;
  aspect-ratio: 165.23 / 164.492;
}
.sp-stat-ellipse {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sp-stat-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.sp-stat-label {
  font-family: var(--sp-jp);
  font-weight: 700;
  font-size: 12.54px;
  line-height: 1.85;
  letter-spacing: 0.627px;
  margin: 0;
}
.sp-stat-label-bold {
  font-family: var(--sp-jp);
  font-weight: 700;
  font-size: 11.065px;
  letter-spacing: 0.4426px;
}
.sp-stat-numwrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sp-stat-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.85;
  letter-spacing: -1px;
  margin: 0;
}
.sp-stat-unit {
  font-family: var(--sp-jp);
  font-weight: 700;
  font-size: 23.6px;
  line-height: 1.85;
  letter-spacing: 1.18px;
  margin: 0 0 0 2px;
}

/* ============================================================
   SP BUSINESS (node 65:87)
   ============================================================ */
.sp-business {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 58px 15px;
}
.sp-business-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.sp-business-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-business > *:not(.sp-business-bg) { position: relative; z-index: 1; }
.sp-business-title { width: 100%; position: relative; }
.sp-business-watermark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 16px));
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 68px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.15);
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}
.sp-business-title-inner { position: relative; }
.sp-business-en {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-business-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.sp-biz-card {
  background: #fff;
  width: 100%;
  min-width: 270px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sp-biz-card-body {
  display: flex;
  flex-direction: column;
  gap: 27px; /* Figma: title→desc / desc→tags = ~27px */
  padding: 26px 21px 29px; /* Figma: top 26, sides 21, bottom 29 */
}
.sp-biz-titleblock {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 4px; /* Figma: BRAND → title */
}
.sp-biz-brand {
  font-family: var(--sp-jp);
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 4px;
  margin: 0;
}
.sp-biz-cardtitle {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.sp-biz-desc {
  font-family: var(--sp-jp);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7; /* Figma leading 1.7 */
  color: #000;
  margin: 0;
}
.sp-biz-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px 5px; /* Figma: vertical 7px, horizontal 5px */
  width: 100%;
}
.sp-biz-tag {
  border: 1px solid #6b6b6b;
  height: 37px;
  width: 150px; /* Figma fixed 150px */
  max-width: calc(50% - 2.5px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-biz-tag p {
  font-family: var(--sp-jp);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.65px;
  color: #414141;
  margin: 0;
  white-space: nowrap;
}
.sp-biz-card-img { width: 100%; line-height: 0; }
.sp-biz-card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.sp-biz-photo {
  width: 100%;
  padding-top: 56px;
  display: flex;
  justify-content: center;
}
.sp-biz-photo img {
  width: 100%;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
}

/* ============================================================
   SP CAREER (node 65:116)
   ============================================================ */
.sp-career {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 58px 16px;
  background: linear-gradient(180deg, #0e0e0e 0%, #000 100%);
}
.sp-career-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sp-career-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.sp-career > *:not(.sp-career-bg) { position: relative; z-index: 1; }
.sp-career-title { width: 100%; position: relative; }
.sp-career-watermark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 16px));
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 68px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.15);
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}
.sp-career-title-inner { position: relative; }
.sp-career-en {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-career-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.sp-career-contents { width: 100%; }
.sp-career-card {
  background: rgba(15, 15, 15, 0.6);
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 17px;
  width: 100%;
}
.sp-career-card-imgwrap {
  width: 240px;
  max-width: 100%;
  margin: 20px auto 0;
  aspect-ratio: 286 / 291;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-career-card-img {
  transform: rotate(6.15deg);
  width: 90.6%; /* 259/286 rotated box fits the wrap bounding box */
  aspect-ratio: 259 / 265;
  overflow: hidden;
}
.sp-career-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sp-career-headline {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
}
.sp-career-headline p { margin: 0; }
.sp-career-profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  width: 100%;
  margin-top: 16px; /* more breathing room above name/role */
}
.sp-career-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sp-career-role {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.52px;
  margin: 0;
}
.sp-career-person {
  font-family: var(--sp-jp);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 2.64px;
  margin: 0;
}
.sp-career-desc {
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 13px;
}
.sp-career-desc p { line-height: 1.7; margin: 0; }
.sp-career-desc p:first-child { margin-bottom: 20px; }

/* ============================================================
   SP REASON (node 65:134)
   ============================================================ */
.sp-reason {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 58px 15px;
}
.sp-reason-title { width: 100%; position: relative; }
.sp-reason-watermark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 16px));
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 68px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}
.sp-reason-title-inner { position: relative; }
.sp-reason-en {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-reason-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.sp-reason-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.sp-reason-item {
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 31px;
  width: 100%;
}
.sp-reason-item-head {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.sp-reason-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-reason-num p {
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 24px;
  line-height: normal;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-reason-item-title {
  flex: 1 0 0;
  min-width: 0;
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.sp-reason-item-desc {
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.39px;
  color: #fff;
  width: 100%;
}
.sp-reason-item-desc p { line-height: 1.7; margin: 0; }

/* ============================================================
   SP RECRUIT (node 65:163)
   ============================================================ */
.sp-recruit {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 15px 0;
}
.sp-recruit-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.sp-recruit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-recruit > *:not(.sp-recruit-bg) { position: relative; z-index: 1; }
.sp-recruit-contents {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
  max-width: 360px;
}
.sp-recruit-title { width: 100%; position: relative; }
.sp-recruit-watermark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 16px));
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 68px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}
.sp-recruit-title-inner { position: relative; }
.sp-recruit-en {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-recruit-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.sp-recruit-inner {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 24px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sp-cta-entry {
  position: relative;
  width: 100%;
  height: 48px;
  background: var(--sp-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}
.sp-cta-entry:active { filter: brightness(0.92); }
.sp-cta-entry-text {
  font-family: var(--sp-jp);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
}
.sp-cta-entry-arrow {
  position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 16px; color: #000; line-height: 1;
}
.sp-recruit-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-recruit-row {
  border-bottom: 0.5px solid #e6e4df;
  padding-bottom: 20.5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.sp-recruit-row-top {
  padding-top: 20px;
}
.sp-recruit-k {
  font-family: 'Jost', var(--sp-jp), sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 2.08px;
  color: #000;
  margin: 0;
  width: 60px;
  flex-shrink: 0;
  white-space: nowrap;
}
.sp-recruit-v {
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #000;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.sp-recruit-v p { margin: 0; line-height: 2; }

/* ============================================================
   SP FAQ (node 65:241)
   ============================================================ */
.sp-faq {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 58px 15px;
}
.sp-faq-title { width: 100%; position: relative; }
.sp-faq-watermark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 16px));
  font-family: var(--sp-avenir);
  font-weight: 900;
  font-size: 68px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.15);
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}
.sp-faq-title-inner { position: relative; }
.sp-faq-en {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--sp-yellow);
  margin: 0;
}
.sp-faq-jp {
  font-family: var(--sp-jp);
  font-weight: 900;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.sp-faq-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sp-faq-card {
  background: #0c0c0c;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 17px;
  width: 100%;
  cursor: pointer;
}
.sp-faq-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-faq-q {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sp-faq-badge {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-faq-badge p {
  font-family: var(--sp-jp);
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  color: #000;
  text-align: center;
  margin: 0;
}
.sp-faq-qtext {
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.39px;
  color: #fff;
  margin: 0;
}
.sp-faq-plus {
  flex-shrink: 0;
  font-family: var(--sp-jp);
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.54px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 18px;
  margin: 0;
  transition: transform .2s ease;
}
.sp-faq-card.open .sp-faq-plus {
  transform: rotate(45deg);
}
.sp-faq-a {
  display: none;
  margin-top: 16px;
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
}
.sp-faq-card.open .sp-faq-a { display: block; }
.sp-faq-copyright {
  width: 100%;
  text-align: center;
  margin: 24px 0 0;
  font-family: var(--sp-jp);
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
