body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
}

.mv_sp {
  min-height: 100vh;
  background: url('../img/bg_mv_sp.png') top center/cover no-repeat;
  padding: 8em 24px 0px;
  display: flex;
  align-items: flex-start;
}

.mv_sp__inner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mv_sp__eyebrow {
  font-size: clamp(13px, 3.5vw, 16px);
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  color: #1c1f4f;
}

.mv_sp__title {
  font-size: clamp(26px, 8vw, 36px);
  line-height: 1.5;
  margin: 0 0 32px;
  font-weight: 700;
  color: #0c1f82;
}

.mv_sp__title span {
  display: block;
}

.mv_sp__title-em {
  font-size: clamp(24px, 7vw, 34px);
}

.mv_sp__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.mv_sp__btn {
  display: block;
  text-decoration: none;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  font-size: clamp(15px, 4vw, 18px);
  border: 2px solid transparent;
  color: inherit;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.mv_sp__btn--primary {
  background: #d90429;
  color: #fff;
}

.mv_sp__btn--ghost {
  border-color: #0c1f82;
  color: #0c1f82;
  background: rgba(255, 255, 255, 0.9);
}

.mv_sp__note {
  font-size: clamp(12px, 3vw, 14px);
  margin: 0;
  color: #4c4d6d;
}

.cta_sp {
  background: url('../img/bg_cta_sp.png') center/cover no-repeat;
  padding: 80px 24px;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.cta_sp__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.cta_sp__eyebrow {
  font-size: clamp(14px, 4vw, 18px);
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.cta_sp__title {
  font-size: clamp(28px, 9vw, 38px);
  line-height: 1.45;
  margin: 0 0 36px;
  font-weight: 700;
}

.cta_sp__title span {
  display: block;
}

.cta_sp__title-em {
  font-size: clamp(26px, 8vw, 36px);
}

.cta_sp__actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cta_sp__btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 18px 24px;
  font-weight: 700;
  font-size: clamp(16px, 4.5vw, 20px);
  text-align: center;
  border: 2px solid transparent;
}

.cta_sp__btn--primary {
  background: #d90429;
  color: #fff;
}

.cta_sp__btn--ghost {
  background: #fff;
  color: #0c1f82;
}
