body {
  margin: 0;
}

blockquote {
  display: none;
}

.no-coupon-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: 1250px;
  --reboo-hero-shell: 1200px;
  --reboo-narrow: 736px;
  --reboo-font:
    "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}

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

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

.no-coupon-why-tryreboo {
  margin-top: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-coupon-page p {
  margin: 0;
}

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

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

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

.no-coupon-page .no-coupon-header__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(2px);
}

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

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

.no-coupon-page .no-coupon-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;
}

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

.no-coupon-page .no-coupon-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border: 2.642px solid #5bdeb2;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  color: #5bdeb2;
}

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

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

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

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

.no-coupon-page .no-coupon-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;
}

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

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

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

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

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

.no-coupon-page .no-coupon-section--dark .no-coupon-section__shell--full {
  width: 100%;
}

.no-coupon-page .no-coupon-section--light .no-coupon-section__shell--full {
  width: 100%;
}

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

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

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

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

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

.no-coupon-save-more__wrapper {
  display: flex;
  gap: 72px;
  align-items: center;
  justify-content: space-between;
}

.no-coupon-save-more__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-left: 80px;
}

.no-coupon-save-more__catch {
  font-size: 20px;
  line-height: 1;
  color: var(--reboo-white);
  font-weight: 700;
}

.no-coupon-save-more__copy {
  line-height: 2;
  color: var(--reboo-white);
}

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

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

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

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

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

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

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

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

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

.no-coupon-page .no-coupon-benefit-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

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

.no-coupon-page .no-coupon-flavors__carousel {
  position: relative;
  margin-top: 48px;
  overflow: hidden;
}

.no-coupon-page .no-coupon-flavors__carousel.no-coupon-is-active {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}

.no-coupon-page .no-coupon-flavors__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 35px;
  overflow-x: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.no-coupon-page
  .no-coupon-flavors__carousel.no-coupon-is-active
  .no-coupon-flavors__grid {
  justify-content: flex-start;
  overflow-x: auto;
  cursor: grab;
}

.no-coupon-page
  .no-coupon-flavors__carousel.no-coupon-is-active
  .no-coupon-flavor-card
  img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.no-coupon-page .no-coupon-flavors__grid::-webkit-scrollbar {
  display: none;
}

.no-coupon-page .no-coupon-flavors__grid.no-coupon-is-grabbing {
  cursor: grabbing;
}

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

.no-coupon-page .no-coupon-flavors__nav {
  display: none;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
  margin-right: 16px;
}

.no-coupon-page .no-coupon-flavors__nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--reboo-white, #fff);
  background: transparent;
  color: var(--reboo-white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.no-coupon-page .no-coupon-flavor-card__copy {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.no-coupon-page .no-coupon-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;
}

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

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

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

.no-coupon-page .no-coupon-hero__lead-desktop {
  display: block;
}

.no-coupon-page .no-coupon-hero__lead-mobile {
  display: none;
}

.no-coupon-page .no-coupon-cta-button__label-desktop {
  display: inline;
}

.no-coupon-page .no-coupon-cta-button__label-mobile {
  display: none;
}

.no-coupon-promo-visual {
  max-width: 60%;
}

.no-coupon-closing__container {
  position: relative;
}

.no-coupon-closing-bg {
  position: relative;
  height: 732px;
}

.pc_circle_1 {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
}

.pc_circle_2 {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}

.sp_circle_1 {
  display: none;
}

.sp_circle_2 {
  display: none;
}

.no-coupon-page .no-coupon-closing__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.no-coupon-closing__auto-scroll {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
}

.no-coupon-closing__auto-scroll::-webkit-scrollbar {
  display: none;
}

.no-coupon-closing__auto-scroll.no-coupon-is-active {
  justify-content: flex-start;
  overflow-x: auto;
  cursor: grab;
}

.no-coupon-closing__auto-scroll.no-coupon-is-grabbing {
  cursor: grabbing;
}

.no-coupon-closing__auto-scroll.no-coupon-is-active img {
  -webkit-user-drag: none;
  pointer-events: none;
}

.no-coupon-closing__auto-scroll-track {
  display: flex;
  gap: 32px;
  width: max-content;
}

.no-coupon-closing__auto-scroll-track > * {
  flex: 0 0 auto;
}

.no-coupon-closing__auto-scroll img {
  width: 325px;
  height: 325px;
  aspect-ratio: 1/1;
}

.no-coupon-section-heading__pc-title {
  display: block;
}

.no-coupon-section-heading__sp-title {
  display: none;
}

.no-coupon-flavor-title {
  display: none;
}

.no-coupon-save-more-pc {
  display: block;
}

.no-coupon-save-more-sp {
  display: none;
}

.no-coupon-save-more-note-pc {
  display: block;
  min-width: 432px;
}

.no-coupon-save-more-note-sp {
  display: none;
}

.no-coupon-why-reboo-sub-title {
  white-space: nowrap;
}

@media (max-width: 1025px) {
  .no-coupon-save-more-note-pc {
    display: none;
  }

  .no-coupon-save-more-note-sp {
    display: block;
    padding-top: 32px;
  }

  .no-coupon-save-more__catch {
    display: none;
  }

  .no-coupon-save-more-pc {
    display: none;
  }

  .no-coupon-save-more-sp {
    display: block;
  }

  .no-coupon-flavor-title {
    display: block;
  }

  .no-coupon-flavor-actions {
    margin: 40px 0 72px;
  }

  .no-coupon-closing__actions {
    padding: 0 16px;
    width: 100%;
  }

  .no-coupon-closing-section-heading {
    display: none;
  }

  .no-coupon-section-heading__pc-title {
    display: none;
  }

  .no-coupon-section-heading__sp-title {
    display: block;
  }

  .no-coupon-closing__auto-scroll-track {
    animation-duration: 25s;
  }

  .pc_circle_1 {
    display: none;
  }

  .pc_circle_2 {
    display: none;
  }

  .sp_circle_1 {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
  }

  .sp_circle_2 {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
  }
}

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

  .no-coupon-page .no-coupon-try-reboo-visual {
  }

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

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

  .no-coupon-page .no-coupon-hero__shell {
    padding-top: 24px;
  }

  .no-coupon-hero__pricing-visual {
    gap: 8px;
  }
}

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

@media (max-width: 1025px) {
  .no-coupon-save-more__wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .no-coupon-page .no-coupon-hero__pricing-visual {
    display: contents;
  }

  .no-coupon-save-more__content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .no-coupon-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;
  }

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

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

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

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

  .no-coupon-promo-visual {
    max-width: 400px;
    margin: auto;
    padding: 0 8px;
  }

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

  .no-coupon-page .no-coupon-hero {
    min-height: 760px;
  }

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

  .no-coupon-page .no-coupon-hero__shell {
    display: flex;
    flex-direction: column;
    padding: 0 16px 40px;
    justify-content: flex-start;
    gap: 32px;
  }

  .no-coupon-page .no-coupon-hero__content {
    display: contents;
  }

  .no-coupon-page .no-coupon-hero__badge {
    order: 1;
    align-self: center;
    font-size: 11px;
  }

  .no-coupon-page .no-coupon-section__shell.no-coupon-when-reboo__shell {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .no-coupon-page .no-coupon-cta-button {
    min-height: 56px;
    padding: 18px 16px;
    font-size: 14px;
    width: 100%;
  }

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

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

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

  .no-coupon-page .no-coupon-benefit-card {
    min-height: 0;
    padding: 16px 24px;
  }

  .no-coupon-page .no-coupon-flavors__grid {
    gap: 8px;
  }

  .no-coupon-page .no-coupon-flavor-card {
    /* width: 100%; */
    /* flex: 0 0 100%; */
  }

  .no-coupon-page .no-coupon-flavors__carousel.no-coupon-is-active {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .no-coupon-page .no-coupon-flavors__nav {
    display: flex;
  }

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

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

  .no-coupon-page .no-coupon-footer__social {
    justify-content: center;
  }

  .no-coupon-page .no-coupon-footer__copyright {
    text-align: center;
  }

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

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

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

  .no-coupon-page .no-coupon-hero__lead-desktop {
    display: none;
  }

  .no-coupon-page .no-coupon-hero__lead-mobile {
    display: block;
  }

  .no-coupon-page .no-coupon-cta-button__label-desktop {
    display: none;
  }

  .no-coupon-page .no-coupon-cta-button__label-mobile {
    display: inline;
  }
}

@media (max-width: 360px) {
  .no-coupon-page .no-coupon-cta-button span {
    width: 146px;
    line-height: 1.4;
  }
}
