/* ==========================================================================
   SupUp LP Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body.supup {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

.supup-sp-br {
  display: none;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.supup-hero__title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}

.supup-hero__picture {
  display: block;
  width: 100%;
}

.supup-hero__image {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   Coming Soon
   -------------------------------------------------------------------------- */
.supup-coming-soon {
  position: relative;
  display: flex;
  padding: 96px 24px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #fff8eb;
  overflow: hidden;
}

.supup-coming-soon__bg {
  position: absolute;
  left: 50%;
  top: -92px;
  transform: translateX(-50%);
  display: flex;
  width: 480px;
  height: 442px;
  justify-content: center;
  align-items: center;
  opacity: 0.08;
}

.supup-coming-soon__bg svg {
  width: 480px;
  height: 442px;
  fill: #ffa200;
}

.supup-coming-soon__title {
  color: #ff6500;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 19.2px;
  position: relative;
  z-index: 1;
}

.supup-coming-soon__date {
  color: #222;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 3.6px;
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.supup-about {
  position: relative;
  padding: 64px 20px 80px;
  background-color: #fff;
  overflow: hidden;
}

.supup-about__bg {
  display: flex;
  width: 295px;
  height: 272px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 295/272;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.supup-about__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.supup-about__header,
.supup-about__body {
  max-width: 832px;
  margin: 0 auto;
}

.supup-about__label {
  align-self: stretch;
  color: #ff6500;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-about__title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
  margin-bottom: 40px;
}

.supup-about__lead {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 210%;
  letter-spacing: 0.24px;
  text-align: left;
  margin-bottom: 12px;
}

.supup-about__highlight {
  background: linear-gradient(transparent 70%, rgba(255, 162, 0, 0.2) 30%);
}

.supup-about__description {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  text-align: left;
  margin-bottom: 8px;
}

.supup-about__note {
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}

/* --------------------------------------------------------------------------
   Feature
   -------------------------------------------------------------------------- */
.supup-feature {
  position: relative;
  padding: 80px 20px;
  background-color: #fff8eb;
  overflow: hidden;
}

.supup-feature__bg {
  display: flex;
  width: 295px;
  height: 272px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 295/272;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.supup-feature__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}

.supup-feature__header {
  text-align: center;
  padding-bottom: 16px;
}

.supup-feature__label {
  color: #ff6500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-feature__title {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
}

.supup-feature__block {
  max-width: 960px;
  margin: 40px 0;
}

.supup-feature__row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.supup-feature__content {
  flex: 1;
  max-width: 608px;
}

.supup-feature__number {
  display: inline-flex;
  height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 34px;
  background: #ff6500;
  margin-bottom: 16px;
}

.supup-feature__number-text {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.supup-feature__block-subtitle {
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}

.supup-feature__block-title {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 24px;
}

.supup-feature__block-description {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.supup-feature__card {
  display: flex;
  max-width: 640px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: #fff;
  margin: 32px auto 0;
}

.supup-feature__card-head {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 162, 0, 0.20);
}

.supup-feature__card-head-title {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 1.28px;
}

.supup-feature__card-head-label {
  flex: 1 0 0;
  color: #ff6500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.supup-feature__card-body {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.supup-feature__card-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.supup-feature__card-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
}

.supup-feature__card-profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.supup-feature__card-profile-store {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 180%;
}

.supup-feature__card-profile-name {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}

.supup-feature__card-intro {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.supup-feature__card-button {
  display: flex;
  max-width: 320px;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #00bc65;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
}

.supup-feature__image {
  flex: none;
}

.supup-feature__image img {
  width: 320px;
  height: 200px;
  border-radius: 16px;
}

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */
.supup-cta {
  position: relative;
  padding: 48px 24px;
  background-color: #00bc65;
  overflow: hidden;
}

.supup-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.supup-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.supup-cta__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.supup-cta__product-image {
  width: 173px;
  height: 240px;
  aspect-ratio: 173 / 240;
  object-fit: contain;
}

.supup-cta__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.supup-cta__logo {
  width: 249px;
  height: 80px;
  aspect-ratio: 249 / 80;
  object-fit: contain;
}

.supup-cta__badge {
  display: flex;
  height: 32px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #fff;
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.64px;
}

.supup-cta__heading {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
}

.supup-cta__button {
  display: flex;
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #222;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-decoration: none;
}

.supup-cta__button svg {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------------
   Price
   -------------------------------------------------------------------------- */
.supup-price {
  position: relative;
  padding: 64px 20px 48px;
  background: #EDFFFC;
  overflow: hidden;
}

.supup-price__bg {
  display: flex;
  width: 295px;
  height: 272px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 295/272;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.supup-price__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.supup-price__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.supup-price__label {
  color: #00A161;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.supup-price__title {
  color: #222;
  text-align: center;
  font-family: 'A P-OTF A1Gothic Std', 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 2.24px;
  margin-bottom: 16px;
}

.supup-price__body {
  display: flex;
  padding: 32px 24px 48px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.supup-price__text {
  max-width: 752px;
  margin: 0 auto;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.supup-price__text strong {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.supup-price__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  max-width: 752px;
  margin: 0 auto;
}

.supup-price__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.supup-price__card {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  max-width: 364px;
  border-radius: 16px;
  background: #fff;
}

.supup-price__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.supup-price__card-title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}

.supup-price__card-image {
  width: 168px;
  height: 168px;
  aspect-ratio: 1/1;
}

.supup-price__card-arrow {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.supup-price__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.supup-price__card-description {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.supup-price__card-price {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #F5F5F5;
}

.supup-price__card-price-label {
  color: #999;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.32px;
}

.supup-price__card-price-value {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.32px;
}

/* --------------------------------------------------------------------------
   Flow
   -------------------------------------------------------------------------- */
.supup-flow {
  position: relative;
  padding: 64px 20px;
  background-color: #fff8eb;
  overflow: hidden;
}

.supup-flow__bg {
  display: flex;
  width: 295px;
  height: 272px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 295/272;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.supup-flow__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.supup-flow__header {
  text-align: center;
  margin-bottom: 48px;
}

.supup-flow__label {
  color: #ff6500;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-flow__title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
}

.supup-flow__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.supup-flow__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}

.supup-flow__item {
  display: flex;
  max-width: 752px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  background: #fff;
}

.supup-flow__item-head {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-bottom: 1px solid #f7f7f7;
}

.supup-flow__item-number {
  display: flex;
  width: 48px;
  height: 64px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 34px;
  background: #ff6500;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.supup-flow__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.supup-flow__item-title {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.supup-flow__item-time {
  display: flex;
  align-items: center;
  gap: 2px;
}

.supup-flow__item-time svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.supup-flow__item-time-text {
  color: #82817b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.supup-flow__item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.supup-flow__item-description {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

/* --------------------------------------------------------------------------
   Interview
   -------------------------------------------------------------------------- */
.supup-interview {
  position: relative;
  padding: 80px 20px;
  background: #EDFFFC;
  overflow: hidden;
}

.supup-interview__bg {
  display: flex;
  width: 295px;
  height: 272px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 295/272;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.supup-interview__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.supup-interview__header {
  text-align: center;
  margin-bottom: 48px;
}

.supup-interview__label {
  color: #00A161;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-interview__title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
}

.supup-interview__body {
  display: flex;
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 32px 64px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
}

.supup-interview__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.supup-interview__eyecatch {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 28px;
}

.supup-interview__block-title {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 28px;
}

.supup-interview__description {
  align-self: stretch;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 28px;
}

.supup-interview__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  align-self: stretch;
}

.supup-interview__heading1 {
  display: flex;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-left: 4px solid #00BC65;
  flex: 1 0 0;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 28px;
}

.supup-interview__question {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}

.supup-interview__image {
  width: 100%;
  height: auto;
  align-self: stretch;
  border-radius: 8px;
}

.supup-interview__profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.supup-interview__profile-image {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.supup-interview__profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
}

.supup-interview__profile-text {
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  align-self: stretch;
}

.supup-interview__answer {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.supup-interview__answer p {
  margin-bottom: 1em;
}

.supup-interview__answer p:last-child {
  margin-bottom: 0;
}

.supup-interview__answer ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style: disc;
}

.supup-interview__answer li {
  margin-bottom: 0.25em;
}

.supup-interview__answer strong {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  background: linear-gradient(transparent 70%, rgba(0, 188, 101, 0.2) 30%);
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.supup-faq {
  position: relative;
  padding: 64px 0;
  background: #fff;
  overflow: hidden;
}

.supup-faq__bg {
  display: flex;
  width: 304px;
  height: 280px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 38/35;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.supup-faq__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.supup-faq__header {
  text-align: center;
  margin-bottom: 48px;
}

.supup-faq__label {
  color: #ff6500;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-faq__title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
}

.supup-faq__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding: 0 24px;
}

.supup-faq__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 32px 0;
}

.supup-faq__item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 752px;
  border-radius: 16px;
  background: #FCFBF6;
}

.supup-faq__question {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-bottom: 1px solid #EFEFEF;
}

.supup-faq__question-label {
  color: #FF6500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.supup-faq__question-text {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}

.supup-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.supup-faq__answer-label {
  color: #00BC65;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.supup-faq__answer-text {
  flex: 1 0 0;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.supup-faq__button {
  display: flex;
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #222;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-decoration: none;
}

.supup-faq__button svg {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------------
   Supplement Bar
   -------------------------------------------------------------------------- */
.supup-supplement-bar {
  position: relative;
  padding: 64px 20px;
  background: rgba(245, 242, 228, 0.50);
  overflow: hidden;
}

.supup-supplement-bar__bg {
  display: flex;
  width: 304px;
  height: 280px;
  padding-bottom: 0.003px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 38/35;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.supup-supplement-bar__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.supup-supplement-bar__header {
  text-align: center;
}

.supup-supplement-bar__label {
  color: #FF6500;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
}

.supup-supplement-bar__title {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 170%;
  letter-spacing: 2.56px;
  margin-bottom: 16px;
}

.supup-supplement-bar__body {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.supup-supplement-bar__text {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.supup-supplement-bar__image {
  width: 400px;
  height: 391px;
  flex-shrink: 0;
  aspect-ratio: 400/391;
  background: #FFF;
}

.supup-supplement-bar__button {
  display: flex;
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #222;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-decoration: none;
}

.supup-supplement-bar__button svg {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------------
   Fixed CTA
   -------------------------------------------------------------------------- */
.supup-fixed-cta {
  position: fixed;
  top: 16px;
  right: 0;
  z-index: 1000;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.supup-fixed-cta__button {
  display: flex;
  width: 360px;
  height: 64px;
  padding: 16px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #222;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.40);
  text-decoration: none;
}

.supup-fixed-cta__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
}

.supup-fixed-cta__text-top {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.supup-fixed-cta__text-bottom {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
}

.supup-fixed-cta__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Responsive (SP: max-width 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Base */
  body.supup {
    padding-bottom: 96px;
  }

  .supup-sp-br {
    display: inline;
  }

  body.supup--coming-soon {
    padding-bottom: 0;
  }

  /* Coming Soon */
  .supup-coming-soon__title {
    font-size: 56px;
    letter-spacing: 8.4px;
  }

  .supup-coming-soon__date {
    font-size: 16px;
    letter-spacing: 2.4px;
  }

  /* About */
  .supup-about__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .supup-about__lead {
    font-size: 21px;
  }

  /* Feature */
  .supup-feature {
    padding: 64px 0 48px;
  }

  .supup-feature__header {
    margin: 0 16px 16px;
  }

  .supup-feature__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .supup-feature__block {
    margin: 32px;
  }

  .supup-feature__row {
    flex-direction: column-reverse;
    gap: 0;
  }

  .supup-feature__content {
    margin-top: -16px;
  }

  .supup-feature__image img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }

  /* CTA */
  .supup-cta {
    padding: 40px 24px;
  }

  .supup-cta__badge {
    font-size: 14px;
  }

  .supup-cta__heading {
    font-size: 18px;
  }

  .supup-cta__button {
    font-size: 16px;
  }

  /* Price */
  .supup-price__row {
    flex-direction: column;
  }

  .supup-price__card {
    width: 100%;
  }

  .supup-price__body {
    padding: 32px 4px 48px;
  }

  .supup-price__text {
    font-size: 16px;
  }

  /* Flow */
  .supup-flow {
    padding: 64px 24px 48px;
  }

  .supup-flow__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  /* Interview */
  .supup-interview__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .supup-interview__block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .supup-interview__heading1 {
    font-size: 20px;
  }

  .supup-interview__question {
    font-size: 16px;
  }

  /* FAQ */
  .supup-faq {
    padding-bottom: 48px;
  }

  .supup-faq__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  /* Supplement Bar */
  .supup-supplement-bar {
    padding-bottom: 48px;
  }

  .supup-supplement-bar__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .supup-supplement-bar__image {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  /* Fixed CTA */
  .supup-fixed-cta {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
  }

}
