body {
  margin: 0;
}

blockquote {
  display: none;
}

.reboo-page {
  --reboo-black: #000000;
  --reboo-white: #ffffff;
  --reboo-text: #1a1a1a;
  --reboo-muted: #898989;
  --reboo-muted-soft: #d9d9d9;
  --reboo-border: #e6e6e6;
  --reboo-green: #24b484;
  --reboo-green-bright: #33d6a0;
  --reboo-green-soft: #d5f6eb;
  --reboo-green-border: #84e6c5;
  --reboo-header-height: 101px;
  --reboo-shell: 1200px;
  --reboo-hero-shell: 1200px;
  --reboo-narrow: 736px;
  --reboo-font:
    "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}

.reboo-page,
.reboo-page *,
.reboo-page *::before,
.reboo-page *::after {
  box-sizing: border-box;
}

.reboo-page {
  margin: 0;
  color: var(--reboo-text);
  font-family: var(--reboo-font);
  background: var(--reboo-white);
  transition: padding-bottom 0.28s ease;
}

.why-tryreboo__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.why-tryreboo__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 80px;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
}

.why-tryreboo__item-img {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-tryreboo__divider {
  width: 0;
  height: 81px;
  border-left: 2px solid #ACEED8;
  flex-shrink: 0;
}

.why-tryreboo__item img {
  width: 45px;
  height: 45px;
}

.why-tryreboo__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #898989;
  width: 100%;
  text-align: center;
}

.how-to-use__wrapper {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.how-to-use__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.how-to-use__item img {
  width: 386px;
  height: 281px;
}

.how-to-use__item p {
  font-size: 16px;
  font-weight: 500;
}

.reboo-page .section__shell.how-to-use__section {
  padding-top: 72px;
}

.how-to-use-sp {
  display: none;
}

.reboo-page a {
  color: inherit;
  text-decoration: none;
}

.reboo-page img {
  display: block;
  max-width: 100%;
}

.reboo-page button {
  border: 0;
  font: inherit;
}

.reboo-page p {
  margin: 0;
}

.reboo-page {
  min-width: 320px;
  overflow-x: clip;
}

.reboo-page.has-floating-cta {
  padding-bottom: 104px;
}

.reboo-page .reboo-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

.reboo-page .reboo-header__brand,
.reboo-page .reboo-header__promo {
  background: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(2px);
}

.reboo-page .reboo-header__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 16px 24px;
}

.reboo-page .reboo-header__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  min-height: 48px;
  padding: 8px 24px;
}

.reboo-page .reboo-header__promo-copy {
  margin: 0;
  color: var(--reboo-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .coupon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.reboo-page .coupon-chip--ghost {
  background: rgba(213, 246, 235, 0.2);
  color: var(--reboo-green-soft);
}

.reboo-page .coupon-chip--white {
  background: var(--reboo-white);
  color: var(--reboo-green);
}

.reboo-page .copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  background: var(--reboo-green-bright);
  color: var(--reboo-black);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.reboo-page .copy-button:hover,
.reboo-page .copy-button:focus-visible {
  outline: none;
}

.reboo-page .copy-button.is-copied {
  background: #aceed8;
  color: #24b484;
}

.reboo-page .copy-button.is-error {
  background: #ffdbdb;
  color: #9f2b2b;
}

.reboo-page .copy-button__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.reboo-page .copy-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.reboo-page .hero {
  position: relative;
  overflow: hidden;
  background: var(--reboo-black);
}

.reboo-page .hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -260px;
  height: 400px;
  background: var(--reboo-white);
  filter: blur(24px);
}

.reboo-page .hero__shell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  gap: 56px;
  padding: 40px 10vw 20vh;
  min-height: 632px;
  align-items: center;
  max-width: calc(1920px + 10vw * 2);
  margin: auto;
}

.reboo-page .hero__content {
  grid-area: content;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reboo-page .hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 2.642px solid var(--reboo-white);
  border-radius: 4px;
  color: var(--reboo-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
}

.reboo-page .hero__title {
  margin: 0;
  color: var(--reboo-white);
  font-size: 65px;
  font-weight: 700;
  line-height: 1.4;
}

.reboo-page .hero__lead {
  color: var(--reboo-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .hero__lead strong {
  font-weight: 700;
}

.reboo-page .hero__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.reboo-page .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, 388px);
  min-height: 56px;
  padding: 18px 16px;
  border: 1px solid var(--reboo-white);
  border-radius: 66px;
  background: var(--reboo-green-bright);
  color: var(--reboo-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  width: 420px;
}

.reboo-page .cta-button__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.reboo-page .hero__notes {
  color: var(--reboo-white);
  font-size: 10px;
  line-height: 2;
  text-align: center;
}

.reboo-page .section {
  position: relative;
  z-index: 2;
}

.reboo-page .section--light {
  background: var(--reboo-white);
}

.reboo-page .section__shell.section__how-to {
  padding-top: 72px;
}

.reboo-page .section--dark {
  background: var(--reboo-black);
}

.reboo-page .section--dark .section__shell {
  padding-top: 72px;
}

.reboo-page .section__shell {
  width: min(100% - 32px, var(--reboo-shell));
  margin: 0 auto;
  padding: 0 0 72px;
}

.reboo-page .section__shell--narrow {
  width: min(100% - 32px, var(--reboo-narrow));
}

.reboo-page .section__shell--ready {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reboo-page .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.reboo-page .section-heading--light {
  color: var(--reboo-white);
}

.reboo-page .section-heading__eyebrow {
  margin: 0;
  color: var(--reboo-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

.reboo-page .section-heading--light .section-heading__eyebrow {
  color: var(--reboo-muted-soft);
}

.reboo-page .section-heading__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
}

.reboo-page .section-heading__title--split span {
  display: inline;
}

.reboo-page .section-heading__copy {
  margin: 0;
  color: var(--reboo-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .section-heading--light .section-heading__copy {
  color: #e6e6e6;
}

.reboo-page .section--ready .section-heading__copy {
  color: var(--reboo-muted);
}

.reboo-page .benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 48px;
}

.reboo-page .benefit-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 232px;
  padding: 16px 32px;
  border: 1px solid var(--reboo-border);
  border-radius: 4px;
}

.reboo-page .benefit-card__index,
.reboo-page .benefit-card__title,
.reboo-page .benefit-card__copy {
  margin: 0;
}

.reboo-page .benefit-card__index {
  color: var(--reboo-muted-soft);
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.reboo-page .benefit-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.reboo-page .benefit-card__copy {
  color: var(--reboo-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .flavors__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 35px;
  margin-top: 48px;
}

.reboo-page .flavor-card {
  width: min(100%, 356px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.reboo-page .flavor-card__copy {
  margin: 0;
}

.reboo-page .flavor-card__media {
  width: 100%;
}

.reboo-page .flavor-card__copy {
  width: min(100%, 300px);
  color: var(--reboo-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.reboo-page .step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.reboo-page .step__marker {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.reboo-page .step__marker::after {
  content: "";
  width: 1px;
  flex: 1 1 auto;
  min-height: 72px;
  margin-top: 8px;
  border-left: 1px dashed var(--reboo-black);
}

.reboo-page .step__marker--last::after {
  display: none;
}

.reboo-page .step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--reboo-text);
  color: var(--reboo-white);
  font-family: "Inter", var(--reboo-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.reboo-page .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reboo-page .step__title,
.reboo-page .step__copy {
  margin: 0;
}

.reboo-page .step__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.reboo-page .step__copy {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .coupon-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 16px 32px;
  border: 2px solid var(--reboo-green-border);
  border-radius: 4px;
  background: var(--reboo-green-soft);
}

.reboo-page .coupon-panel__title {
  margin: 0;
  color: var(--reboo-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.reboo-page .coupon-panel__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.reboo-page .section__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.reboo-page .section--ready .section-heading {
  width: 100%;
}

.reboo-page .ready__coupon-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

.reboo-page .ready__pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
  width: 100%;
}

.reboo-page .ready__price-old {
  margin: 0;
  color: var(--reboo-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.reboo-page .ready__price-arrow {
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}

.reboo-page .ready__price-current {
  display: flex;
  align-items: baseline;
  gap: 32px;
  color: var(--reboo-white);
}

.reboo-page .ready__price-current strong {
  font-size: clamp(48px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.4;
}

.reboo-page .ready__price-current span {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.reboo-page .ready__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 56px;
  margin-top: 16px;
}

.reboo-page .ready__meta-pill {
  margin: 0;
  padding: 18px 38px;
  border: 1px solid var(--reboo-green);
  color: var(--reboo-muted-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.reboo-page .reboo-footer {
  background: var(--reboo-white);
  margin-bottom: 88px;
}

.reboo-page .reboo-footer__shell {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.reboo-page .reboo-footer__logo {
  width: 281px;
  height: auto;
}

.reboo-page .reboo-footer__social {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0 16px;
}

.reboo-page .reboo-footer__social img {
  width: 20px;
  height: 20px;
}

.reboo-page .reboo-footer__divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.reboo-page .reboo-footer__copyright {
  color: var(--reboo-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.reboo-page .floating-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 70;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.67);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.reboo-page .floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reboo-page .cta-button--floating {
  width: min(100%, 388px);
}

.hero__pricing-visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.reboo-page .hero__lead-desktop {
  display: block;
}

.reboo-page .hero__lead-mobile {
  display: none;
}

.promo-visual {
  max-width: 546px;
}

@media (max-width: 1500px) and (min-width: 1026px) {
  .reboo-page .hero__title {
    font-size: 36px;
  }

  .reboo-page .try-reboo-visual {
    max-width: 460px;
  }

  .promo-visual {
    max-width: 372px;
  }

  .reboo-page .hero__lead {
    font-size: 16px;
    white-space: nowrap;
  }

  .reboo-page .hero::after {
    bottom: -276px;
  }

  .reboo-page .hero__shell {
    padding-top: 24px;
    align-items: flex-start;
  }

  .hero__pricing-visual {
    gap: 8px
  }
}

@media screen and (min-height: 600px) and (max-height: 800px) {
  .reboo-page .hero::after {
    bottom: -288px;
  }
}

@media (max-width: 1025px) {
  .reboo-page .hero__pricing-visual {
    display: contents;
  }

  .why-tryreboo__wrapper {
    display: grid;
    grid-template-columns: 80px 0 80px 0 80px;
    column-gap: 24px;
    row-gap: 32px;
    align-items: center;
    justify-content: center;
  }

  .why-tryreboo__wrapper>.why-tryreboo__divider:nth-child(6) {
    display: none;
  }

  .how-to-use__wrapper {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }

  .how-to-use__item p {
    text-align: center;
  }

  .how-to-use-sp {
    display: block;
  }

  .promo-visual {
    max-width: 372px;
    margin: auto;
    order: 4;
  }

  .reboo-page .hero__pricing-arrow {
    margin-right: 0;
    width: 56px;
  }

  .reboo-page .reboo-header__brand {
    min-height: 53px;
    padding: 16px;
  }

  .reboo-page .reboo-header__promo {
    gap: 16px;
    padding: 8px 12px;
  }

  .reboo-page .reboo-header__promo-copy {
    font-size: 14px;
  }

  .reboo-page .coupon-chip {
    min-height: 22px;
    padding: 5px 11px;
    font-size: 11px;
    border-radius: 2.765px;
  }

  .reboo-page .copy-button,
  .reboo-page .copy-button--compact {
    gap: 5.529px;
    min-height: 22px;
    padding: 5.529px 11.058px;
    border-radius: 2.765px;
  }

  .reboo-page .copy-button__icon {
    width: 11.058px;
    height: 11.058px;
  }

  .reboo-page .copy-button span {
    font-size: 11px;
  }

  .reboo-page .hero {
    min-height: 970px;
  }

  .reboo-page .hero::after {
    left: -50px;
    right: auto;
    bottom: -320px;
    height: 400px;
    width: calc(100% + 100px);
  }

  .reboo-page .hero__shell {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 16px 125px;
    min-height: 970px;
  }

  .reboo-page .hero__content {
    display: contents;
  }

  .reboo-page .hero__badge {
    order: 1;
    align-self: center;
    font-size: 20px;
  }

  .reboo-page .hero__title {
    order: 2;
    width: 100%;
    font-size: 36px;
    text-align: center;
  }

  .reboo-page .hero__lead {
    order: 3;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }

  .reboo-page .hero__actions {
    order: 5;
    width: 100%;
    align-items: center;
    margin-top: 0;
  }

  .reboo-page .cta-button {
    width: min(100%, 357px);
    min-height: 56px;
    padding: 18px 16px;
    font-size: 14px;
  }

  .reboo-page .hero__notes {
    width: min(100%, 375px);
    text-align: center;
  }

  .reboo-page .section__shell,
  .reboo-page .section__shell--narrow {
    width: min(100% - 32px, 358px);
    padding: 32px 0;
  }

  .reboo-page .section-heading__copy {
    max-width: 356px;
  }

  .reboo-page .benefits__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reboo-page .benefit-card {
    min-height: 0;
  }

  .reboo-page .flavors__grid {
    gap: 32px;
  }

  .reboo-page .flavor-card {
    width: min(100%, 356px);
  }

  .reboo-page .steps {
    gap: 24px;
  }

  .reboo-page .step__marker::after {
    min-height: 84px;
  }

  .reboo-page .coupon-panel {
    padding: 16px;
  }

  .reboo-page .coupon-panel__title {
    font-size: 14px;
    text-align: left;
  }

  .reboo-page .coupon-panel__actions {
    gap: 8px;
    justify-content: flex-start;
  }

  .reboo-page .coupon-panel .coupon-chip {
    min-width: 99px;
    min-height: 32px;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
  }

  .reboo-page .coupon-panel .copy-button {
    min-height: 32px;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 4px;
  }

  .reboo-page .coupon-panel .copy-button__icon {
    width: 16px;
    height: 16px;
  }

  .reboo-page .coupon-panel .copy-button span {
    font-size: 14px;
  }

  .reboo-page .section-heading__title--split span {
    display: block;
  }

  .reboo-page .ready__coupon-actions,
  .reboo-page .ready__pricing,
  .reboo-page .ready__meta {
    flex-direction: column;
  }

  .reboo-page .ready__coupon-actions {
    margin-top: 40px;
  }

  .reboo-page .ready__pricing {
    gap: 0;
  }

  .reboo-page .ready__price-arrow {
    display: none;
  }

  .reboo-page .ready__price-current {
    gap: 16px;
  }

  .reboo-page .ready__meta {
    width: 100%;
    gap: 8px;
    align-items: center;
  }

  .reboo-page .ready__meta-pill {
    width: fit-content;
    padding: 18px 16px;
    white-space: normal;
  }

  .reboo-page .reboo-footer__shell {
    align-items: center;
    text-align: center;
  }

  .reboo-page .reboo-footer__social {
    justify-content: center;
  }

  .reboo-page .reboo-footer__copyright {
    text-align: center;
  }

  .reboo-page .floating-cta {
    padding: 16px;
  }

  .reboo-page.has-floating-cta {
    padding-bottom: 88px;
  }

  .reboo-page .cta-button--floating {
    width: min(100%, 357px);
  }

  .reboo-page .hero__lead-desktop {
    display: none;
  }

  .reboo-page .hero__lead-mobile {
    display: block;
  }
}

@media (max-width: 360px) {
  .reboo-page .reboo-header__promo {
    flex-wrap: wrap;
  }

  .reboo-page .reboo-header__promo-copy {
    width: 100%;
    text-align: center;
  }

  .reboo-page .cta-button span {
    width: 146px;
    line-height: 1.4;
  }

}