/* Consolidated styles for Vanilla build */
/* ===== File: src/screens/MagicWhitening/style.css ===== */

/* Inline reset (Meyer reset subset) to avoid external CSS fetch */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menuitem, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "YuGothic-Bold";
  src:
    local("Yu Gothic Bold"),
    local("YuGothic Bold"),
    local("Yu Gothic"),
    local("YuGothic");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YuGothic-Medium";
  src:
    local("Yu Gothic Medium"),
    local("YuGothic Medium"),
    local("Yu Gothic"),
    local("YuGothic");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir-Medium";
  src:
    local("Avenir Next Medium"),
    local("AvenirNext Medium"),
    local("Avenir Medium"),
    local("Avenir");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir-Regular";
  src:
    local("Avenir Next Regular"),
    local("AvenirNext Regular"),
    local("Avenir Regular"),
    local("Avenir");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Didot-Bold";
  src:
    local("Didot Bold"),
    local("Didot"),
    local("Times New Roman");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.magic-whitening {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: none; /* allow full-bleed on desktop */
  margin: 0; /* no horizontal gutters */
  /* Remove horizontal page gutters */
  padding: 0;
  box-sizing: border-box;
}

/* Fluid media defaults */
.magic-whitening img,
.magic-whitening svg,
.magic-whitening video {
  max-width: 100%;
  height: auto;
}

/* Make all top-level sections fluid across viewport */
.magic-whitening > section {
  width: 100% !important;
}

/* Comparison table image: allow intrinsic width so it can overflow and scroll */
.magic-whitening .comparison__table-image {
  width: auto;
  max-width: none;
}

/* Mobile: slightly wider than viewport for gentle scroll, not oversized */
@media (max-width: 959px) {
  .magic-whitening .comparison__table-image {
    width: 120%;
    max-width: none;
  }
}

/* Desktop: fit image within container so it is fully visible */
@media (min-width: 960px) {
  .magic-whitening .comparison__table-image {
    width: auto;
    max-width: 100%;
  }
}

.magic-whitening .comparison__table-wrapper {
  width: 100% !important;
}

/* Usage teeth image: mirror responsive behavior of comparison table */
.magic-whitening .usage__tips-image,
.magic-whitening .usage__teeth-wrapper {
  width: 100% !important;
}

/* Scale usage teeth image relative to current: SP 1.5x, PC 4x */
@media (max-width: 959px) {
  .magic-whitening .usage__teeth-image {
    /* override global img max-width so scaling works */
    max-width: none;
    width: 90%;
  }
}

@media (min-width: 960px) {
  .magic-whitening .usage__teeth-image {
    /* override global img max-width so scaling works */
    max-width: none;
    width: 200%;
  }
}

@media (min-width: 960px) {
  .magic-whitening {
    /* Keep full-bleed with no side gutters on desktop */
    padding: 0;
  }
}

/* Default Japanese sans-serif stack across the page.
   Note: remove !important so section-specific Mincho/Didot fonts can apply. */
.magic-whitening {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.magic-whitening * {
  font-family: inherit;
}

/* Prevent third-party Aqur widgets (loaded via blc.aqur.com scripts) from inheriting Magic Whitening overrides */
.magic-whitening [class^="blc"],
.magic-whitening [class*=" blc"],
.magic-whitening [id^="blc"],
.magic-whitening [id*=" blc"],
.magic-whitening [class^="aqur"],
.magic-whitening [class*=" aqur"],
.magic-whitening [id^="aqur"],
.magic-whitening [id*=" aqur"] {
  font-family: initial;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  color: initial;
}

.magic-whitening [class^="blc"] *,
.magic-whitening [class*=" blc"] *,
.magic-whitening [id^="blc"] *,
.magic-whitening [id*=" blc"] *,
.magic-whitening [class^="aqur"] *,
.magic-whitening [class*=" aqur"] *,
.magic-whitening [id^="aqur"] *,
.magic-whitening [id*=" aqur"] * {
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: none;
}

.magic-whitening [class^="blc"] img,
.magic-whitening [class*=" blc"] img,
.magic-whitening [id^="blc"] img,
.magic-whitening [id*=" blc"] img,
.magic-whitening [class^="aqur"] img,
.magic-whitening [class*=" aqur"] img,
.magic-whitening [id^="aqur"] img,
.magic-whitening [id*=" aqur"] img {
  max-width: none;
  height: auto;
}

/* Exceptions: Use Didot Bold for FAQ Q/A icons */
.magic-whitening .faq__question-icon,
.magic-whitening .faq__answer-icon {
  font-family: "Didot", "Didot-Bold", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
}

/* Use Didot Bold for FAQ section title as well */
.magic-whitening .faq__title {
  font-family: "Didot", "Didot-Bold", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
}

.magic-whitening__purchase-section {
  /* Keep section transparent; fill only the gap above via ::before */
  background-color: transparent;
  height: 114px;
  position: relative;
  width: 375px;
  padding-top: 0; /* restore original flow so the purchase button returns to its original position */
  overflow: visible; /* allow wave to overlap upward */
  z-index: 1; /* ensure above hero background */
  margin-left: auto;
  margin-right: auto; /* center the 375px container at all sizes */
}

.magic-whitening__purchase-section--floating {
  z-index: 10000;
}

/* Fill between the two dividers with the same color as hero overlay */
.magic-whitening__purchase-section::before {
  content: "";
  position: absolute;
  top: 0; /* fill starts directly below hero */
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100vw; /* ensure full-bleed fill across viewport */
  height: 60px; /* fine-tune: +1px */
  background-color: #D9DDEA;
  z-index: 1; /* sits under the wave image (z=2) */
}

/* Wave divider placed just below hero overlay */
.purchase__wave-top {
  position: absolute;
  top: 59px; /* raise by 1px to close tiny gap */
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: calc(100vw + 30px); /* viewport width + 30px */
  max-width: none !important; /* override global img max-width */
  height: 47px !important; /* fixed height across breakpoints */
  display: block;
  object-fit: cover; /* stretch width with fixed height */
  background-color: #D9DDEA; /* match hero overlay backdrop */
  pointer-events: none;
  z-index: 2; /* above section background, below button */
}

/* Ensure child <img> inside <picture> fills container */
.purchase__wave-top > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.magic-whitening__purchase-button {
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(209, 44, 115, 1) 0%,
    rgba(238, 148, 169, 1) 100%
  );
  border-radius: 109.79px;
  /* Enhanced drop shadow for better separation */
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 6px 12px rgba(0, 0, 0, 0.12),
    0px 28.1px 10.02px -12.22px #c06d8736;
  display: inline-flex;
  gap: 20.71px;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 5.97px 24px 5.97px 49.72px;
  position: relative;
  top: calc(50% - 68.4px);
  z-index: 9999; /* ensure button stays above surrounding layers */
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    bottom 0.3s ease;
}

.magic-whitening__purchase-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 2.32px;
  line-height: 41.76px;
  margin-top: -1.49px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.magic-whitening__arrow-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 1.45px 2.9px 2.9px #3756c23b;
  height: 23.46px;
  overflow: hidden;
  position: relative;
  width: 23.46px;
}

.magic-whitening__arrow-icon {
  height: 18px;
  left: 6.48px;
  position: absolute;
  top: 5.04px;
  width: 12.24px;
}

.magic-whitening__purchase-button--floating {
  bottom: 24px;
  left: 50%;
  max-width: 360px;
  position: fixed;
  top: auto;
  transform: translateX(-50%);
  width: calc(100vw - 32px);
  z-index: 9999;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 20px;
  border-radius: 80px;
  transform: translateX(-50%) scale(0.75);
  transform-origin: center;
}

@media (min-width: 768px) {
  .magic-whitening__purchase-button--floating {
    bottom: 32px;
    max-width: 420px;
    width: calc(100vw - 64px);
    padding-top: 9px;
    padding-bottom: 9px;
    transform: translateX(-50%) scale(0.82);
  }
}

@media (min-width: 1200px) {
  .magic-whitening__purchase-button--floating {
    max-width: 460px;
    transform: translateX(-50%) scale(0.88);
  }
}

/* Center Purchase CTA section on desktop */
@media (min-width: 960px) {
  .magic-whitening__purchase-section {
    margin-left: auto;
    margin-right: auto;
  }
}

.magic-whitening__spacer {
  background: linear-gradient(
    180deg,
    rgba(240, 247, 252, 1) 0%,
    rgba(145, 156, 200, 1) 100%
  );
  height: 668px;
  position: relative;
  width: 100%;
}

.magic-whitening__footer {
  align-items: center;
  background-color: #0d1f5d;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  padding: 12px 16px;
  width: 100%;
}

.magic-whitening__legal-links,
.magic-whitening__copyright {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 21.6px;
  text-align: center;
  white-space: normal;
}

.magic-whitening__legal-links {
  line-height: 26px;
  margin: 39px 0;
  overflow-wrap: anywhere;
}

.magic-whitening__legal-links a {
  color: inherit;
  text-decoration: underline;
}

/* ===== File: src/screens/MagicWhitening/sections/Pricing/style.css ===== */
.pricing {
  align-items: flex-start;
  background-color: #d9dcea;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 54px;
  padding: 120px 12px 70px;
  position: relative;
  margin-top: -2px; /* nudge up to close gap with safety */
  left: 50%;
  transform: translateX(-50%);
}

/* Force YuGothic stack within Pricing section as well */
.pricing, .pricing * {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/* Keep subtitle in Mincho, but force everything else in each plan to YuGothic */
.pricing__plan :not(.pricing__plan-subtitle) {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.pricing__plans {
  height: 837.37px;
  position: relative;
  width: 350px;
  align-self: center; /* center within the pricing column */
  box-shadow: none; /* ensure no container shadow */
  background-color: #ffffff; /* make background a simple solid white */
  z-index: 1; /* sit below the CTA mask/button */
}

/* Mask strip to prevent badge bottoms from showing inside plans area */
.pricing__plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px; /* covers the small overlap region */
  background: #ffffff;
  pointer-events: none;
  z-index: 1; /* below badges so tabs remain visible */
}

/* Ensure plan badges render above the plans container and remain visible */
.pricing__plan-badge--premium,
.pricing__plan-badge--standard {
  z-index: 5; /* above the mask strip */
}

/* Hard-kill any residual shadows within the plans area (prevents section-wide band under CTA) */
.pricing__plans, .pricing__plans * {
  box-shadow: none !important;
}

/* Allow the plan CTA to keep its intended shadow inside pricing plans */
.pricing__plans .pricing__plan-cta {
  box-shadow: 0px 25.1px 10.02px -12.22px #c06d8736 !important;
}

.pricing__plan {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  left: 0;
  padding: 20px 0px 30px;
  position: absolute;
  top: 0;
  width: 350px;
  transition: opacity 200ms ease;
  overflow: hidden; /* clip scaled backgrounds so outer edges are not visible */
}

/* (reverted) removed premium vertical extension */

.pricing__plan--active {
  opacity: 1;
  z-index: 1;
}

.pricing__plan--inactive {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

/* Fallback: draw premium bg as a controlled pseudo-element to ensure full coverage */
.pricing__plan--premium::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 296px; /* 264 + 32 */
  background: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-bg.webp) no-repeat center top / cover;
  pointer-events: none;
}
/* Hide the original premium bg image so it doesn't interfere */
.pricing__plan-background--premium { display: none !important; }

.pricing__plan-decoration {
  bottom: 1px;
  height: 85px;
  left: calc(50.00% - 175px);
  position: absolute;
  width: 350px;
}

.pricing__plan-header {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 15px 0px 0px;
  position: relative;
  width: 226px;
}

.pricing__plan-logo {
  height: 22.39px;
  position: relative;
  width: 170px;
}

.pricing__plan-subtitle {
  align-self: stretch;
  color: #000000;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif !important;
  font-size: 23.7px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 47.4px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.pricing__plan-product-image--premium {
  height: 152.4px;
  position: relative;
  width: 231.24px;
}

.pricing__plan-product-background--premium {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-product-bg.webp);
  background-position: center;
  background-size: 200% 200%; /* zoom in ~5% to crop out image border */
  background-repeat: no-repeat;
  height: 144px;
  left: 123px;
  position: absolute;
  top: -5px; /* nudge up by 5px to hide top whitespace */
  width: 108px;
}

.pricing__plan-product-wrapper--premium {
  display: flex;
  height: 147px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 152px;
}

.pricing__plan-product--premium {
  height: 188.86px;
  width: 235px;
  position: relative;
  object-fit: contain;
  display: block;
}

.pricing__plan-details {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 290px; /* lock to divider width so it never shifts */
  margin: 0 auto;
}

.pricing__plan-price-section {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.pricing__plan-price-header {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
  justify-content: center;
  flex-wrap: nowrap; /* keep badge and amount on one line */
}

.pricing__plan-price-badge--premium-initial {
  align-items: center;
  background-color: #fff9a8;
  border-radius: 41.14px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 6px 17px;
  position: relative;
}

.pricing__plan-price-badge-text {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.33px;
  line-height: 25.3px;
  margin-top: -1.58px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-price-amount {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  white-space: nowrap; /* prevent line break between number and currency */
}

/* Generic currency wrapper to match unsuffixed class used in markup */
.pricing__plan-price-currency {
  display: inline-flex;
  align-items: flex-end;
  white-space: nowrap;
}

.pricing__plan-price-number--premium-initial {
  color: #000000;
  font-family: "Lato", "Avenir Next", "AvenirNext-Medium", "Avenir-Medium", "Avenir", "AvenirNext", "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 41.9px;
  font-weight: 500;
  letter-spacing: 2.94px;
  line-height: 32.3px;
  margin-top: -1.58px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-price-currency--premium-initial {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.33px;
  line-height: 25.3px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-price-yen {
  letter-spacing: 0.25px;
}

.pricing__plan-price-tax {
  font-size: 12.7px;
  letter-spacing: 0.11px;
  line-height: 16.8px;
}

.pricing__plan-divider {
  height: 1px;
  object-fit: cover;
  position: relative;
  width: 290px;
}

.pricing__plan-contents {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 7px;
  position: relative;
}

.pricing__plan-content-item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.pricing__plan-content-label {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  text-align: center;
  width: 60px;
}

.pricing__plan-content-icon {
  height: 51px;
  position: relative;
  width: 6px;
}

.pricing__plan-content-description {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  width: fit-content;
}

.pricing__plan-content-icon-alt {
  height: 72px;
  position: relative;
  width: 6px;
}

.pricing__plan-content-description-alt {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  margin-top: -1.00px;
  position: relative;
  width: 158px;
}

.pricing__plan-note {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11.9px;
  font-weight: 700;
  letter-spacing: 0.83px;
  line-height: 15.8px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.pricing__plan-price-badge--premium-regular {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 30.02px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 4px 13px;
  position: relative;
}

.pricing__plan-price-number--premium-regular {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 30.6px;
  font-weight: 500;
  letter-spacing: 2.14px;
  line-height: 23.6px;
  margin-top: -1.15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-price-currency--premium-regular {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-price-yen--premium-regular {
  letter-spacing: 0.13px;
}

.pricing__plan-price-tax--premium-regular {
  font-size: 9.2px;
  letter-spacing: 0.06px;
  line-height: 12.3px;
}

.pricing__plan-content-text {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pricing__plan-badge--premium {
  background: url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-badge-premium.webp") center / cover no-repeat;
  border-radius: 8.28px 8.28px 0px 0px;
  height: 50px;
  left: auto;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: -50px;
  width: 145px;
  cursor: pointer;
  transition: filter 150ms ease, opacity 150ms ease, background-color 150ms ease;
  filter: brightness(0.8);
  opacity: 0.6;
}

.pricing__plan-badge--premium.is-active {
  box-shadow: none; /* remove active border */
  filter: none;
  opacity: 1;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-badge-premium.webp");
  width: 191px;
  height: 66px;
  top: -66px;
}

/* Same approach for Standard */
.pricing__plan--standard::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 296px;
  background: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-bg-standard.webp) no-repeat center top / cover;
  pointer-events: none;
}
.pricing__plan-background--standard { display: none !important; }

.pricing__plan-product--standard {
  height: 188.86px;
  position: relative;
  width: 235px;
}

.pricing__plan-price-badge--standard-initial {
  align-items: center;
  background-color: #fff9a8;
  border-radius: 41.14px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 6px 17px;
  position: relative;
}



.pricing__plan-price-number--standard-initial {
  color: #000000;
  font-family: "Lato", "Poppins", "Avenir", "Avenir-Medium", "Avenir Next", "AvenirNext-Medium", "AvenirNext", "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 41.9px;
  font-weight: 500;
  letter-spacing: 2.94px;
  line-height: 32.3px;
  margin-top: -1.58px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  font-style: normal;
}

.pricing__plan-content-description--standard {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  width: 156px;
}

.pricing__plan-content-description--standard-alt {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.pricing__plan-disclaimer {
  color: #000000;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.70px;
  line-height: 13.3px;
  position: relative;
  width: 290px;
}

.pricing__plan-badge--standard {
  background: url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-badge-standard.webp") center / cover no-repeat;
  border-radius: 8.28px 8.28px 0px 0px;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -50px;
  width: 145px;
  cursor: pointer;
  transition: filter 150ms ease, opacity 150ms ease, background-color 150ms ease;
  filter: brightness(0.8);
  opacity: 0.6;
}

.pricing__plan-badge--standard.is-active {
  box-shadow: none; /* remove active border */
  filter: none;
  opacity: 1;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/pricing-badge-standard.webp");
  width: 191px;
  height: 66px;
  top: -66px;
}

.pricing__plan-cta {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(209, 44, 115, 1) 0%,
    rgba(238, 148, 169, 1) 100%
  );
  border-radius: 109.79px;
  box-shadow: 0px 25.1px 10.02px -12.22px #c06d8736; /* re-add subtle depth */
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20.71px;
  justify-content: center;
  overflow: hidden;
  padding: 7px 40px;
  position: relative;
}

.pricing__plan-cta:focus-visible {
  outline: 2px solid rgba(209, 44, 115, 0.6);
  outline-offset: 2px;
}

.pricing__plan-cta-text {
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 48px;
  margin-top: -2.07px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pricing__main-cta {
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(209, 44, 115, 1) 0%,
    rgba(238, 148, 169, 1) 100%
  );
  border-radius: 109.79px;
  box-shadow: 0px 28.1px 10.02px -12.22px #c06d8736;
  display: inline-flex;
  gap: 20.71px;
  justify-content: center;
  left: 12px;
  overflow: hidden;
  padding: 8.29px 24px 8.29px 49.72px;
  position: absolute;
  top: -38px;
}

.pricing__main-cta-text {
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 2.32px;
  line-height: 58.0px;
  margin-top: -2.07px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pricing__main-cta-icon {
  height: 32.58px;
  position: relative;
  width: 32.58px;
}

/* Use unified purchase button style within Pricing section */
.pricing .magic-whitening__purchase-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  /* Remove wide section-looking shadow within Pricing */
  box-shadow: none !important;
  z-index: 3; /* ensure it sits above plans and any decorations */
}

/* Also neutralize any inner element shadows inside the button in Pricing */
.pricing .magic-whitening__purchase-button * {
  box-shadow: none !important;
  filter: none !important;
}

/* Unify typography across all content description variants */
.pricing__plan-content-description,
.pricing__plan-content-description-alt,
.pricing__plan-content-description--standard,
.pricing__plan-content-description--standard-alt,
.pricing__plan-content-description--premium,
.pricing__plan-content-description--premium-alt {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  width: 156px; /* unify content column width so rows center identically */
}
.pricing__plan-content-description--standard,
.pricing__plan-content-description--standard-alt,
.pricing__plan-content-description--premium,
.pricing__plan-content-description--premium-alt {
  white-space: nowrap;
}

/* ===== File: src/screens/MagicWhitening/sections/Legal/style.css ===== */
.legal {
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 17px 27px;
  position: relative;
  width: 375px;
}

.legal__container {
  align-items: center;
  align-self: stretch;
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 5px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 7px 0px 10px;
  position: relative;
  width: 100%;
}

.legal__title {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  width: 300px;
}

.legal__content {
  align-items: flex-start;
  border: 1px solid;
  border-color: #cccccc;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 300px;
}

.legal__section {
  align-items: center;
  align-self: stretch;
  background-color: #dee5fe;
  border: 0.5px solid;
  border-color: #cccccc;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0px 17.56px;
  position: relative;
  width: 100%;
}

.legal__section-title {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 10px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.0px;
  margin-left: -17.56px;
  position: relative;
  text-align: center;
  width: 100px;
}

.legal__section-content {
  align-items: center;
  background-color: #ffffff;
  border: 0.5px solid;
  border-color: #cccccc;
  display: flex;
  gap: 24.81px;
  justify-content: center;
  margin-right: -17.56px;
  padding: 5px 0px;
  position: relative;
  width: 200px;
}

.legal__section-text {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 8px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 11.2px;
  margin-top: -0.50px;
  position: relative;
  width: 191px;
}

.legal__section-alt {
  align-items: center;
  align-self: stretch;
  background-color: #dee5fe;
  border: 0.5px solid;
  border-color: #cccccc;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0px 17.56px;
  position: relative;
  width: 100%;
}

.legal__section-content-alt {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  border: 0.5px solid;
  border-color: #cccccc;
  display: flex;
  gap: 24.81px;
  justify-content: center;
  margin-right: -17.56px;
  padding: 5px 0px;
  position: relative;
  width: 200px;
}

.legal__section-text-alt {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 8px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 11.2px;
  position: relative;
  width: 191px;
}

/* ===== File: src/screens/MagicWhitening/sections/Hero/style.css ===== */
.hero {
  align-self: stretch;
  background: radial-gradient(
    50% 50% at 60% 63%,
    rgba(43, 129, 244, 1) 0%,
    rgba(0, 96, 233, 1) 100%
  );
  height: 620px;
  position: relative;
  width: 100%;
}

/* Keep hero paddings minimal on desktop; children are right-anchored globally */
@media (min-width: 960px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Make the background image cover the entire hero */
.hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; /* keep fixed vertical size */
  height: 620px !important; /* always 620px regardless of viewport width */
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

/* On desktop, ensure no centering transform is applied to the bg image */
@media (min-width: 960px) {
  .hero__background-image {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
  }
}

.hero__content {
  height: 560px;
  left: auto;
  right: 0; /* anchor to page right so inner deco aligns */
  position: absolute;
  top: 20px;
  width: 375px;
}

/* Center hero content on desktop */
@media (min-width: 960px) {
  .hero__content {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  /* Position siblings relative to hero__content center (width: 375px) */
  .hero__tagline {
    left: calc(50% - 18.5px); /* contentRight(=50%+187.5) - width(206) */
    right: auto;
    transform: none;
  }
  .hero__product-images {
    left: calc(50% - 166.5px); /* contentRight - 66 - containerWidth(288) */
    right: auto;
    transform: none;
  }
  .hero__decoration-3 {
    left: calc(50% - 169.5px);
    right: auto;
  }
}

/* Ensure desktop centering override wins over base rule positioning */
@media (min-width: 960px) {
  .hero__product-images {
    left: calc(50% - 166.5px) !important;
    right: auto !important;
    transform: none !important;
  }
  .hero__decoration-3 {
    left: calc(50% - 169.5px) !important;
    right: auto !important;
  }
}

.hero__decoration-1 {
  height: 342px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 9px;
  width: 351px;
  z-index: -1;
  pointer-events: none;
}

.hero__decoration-2 {
  height: 518px;
  right: 0;
  left: auto;
  transform: none;
  position: absolute;
  top: 42px;
  width: 288px;
  z-index: 1;
  pointer-events: none;
}

.hero__logo {
  height: 22px;
  left: 13px;
  position: absolute;
  top: 0;
  width: 170px;
}

.hero__decoration-3 {
  height: 464px;
  left: 18px;
  position: absolute;
  top: 82px;
  width: 147px;
  z-index: 5;
  pointer-events: none;
}

.hero__cta-button {
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(210, 47, 117, 1) 0%,
    rgba(238, 146, 168, 1) 100%
  );
  border-radius: 53px;
  box-shadow: 0px 13px 6.1px -6px #f6337430;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 4px 24px;
  position: absolute;
  right: 13px;
  top: calc(50.00% - 297px);
}

/* On desktop, anchor CTA relative to centered hero__content right edge */
@media (min-width: 960px) {
  .hero__cta-button {
    left: calc(50% + 187.5px - 13px); /* contentRight (50%+187.5) minus original 13px */
    right: auto;
    transform: translateX(-100%); /* position CTA's right edge at computed left */
  }
}

.hero__cta-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.hero__gradient-overlay {
  position: absolute;
  display: block;
  object-fit: cover;
  pointer-events: none;
  /* Full-bleed centered; prevent gaps even with rounding */
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: calc(100vw + 4px);
  max-width: none !important; /* override global img max-width */
  height: 74px !important; /* fixed height across breakpoints */
}

@supports (width: 100dvw) {
  .hero__gradient-overlay {
    width: calc(100dvw + 4px);
    max-width: none !important;
  }
}

.hero__tagline {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5.14px;
  height: 122px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 280px;
  width: 206px;
  z-index: 3;
}

.hero__tagline-line {
  align-items: center;
  background-color: #ffffffc9;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10.28px;
  padding: 2.06px 5px 2.06px 10px;
  position: relative;
}

.hero__tagline-text {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 16.7px;
  font-weight: 700;
  letter-spacing: 1.00px;
  line-height: 33.5px;
  margin-top: -1.03px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.hero__product-images {
  /* One more step smaller */
  height: 240px;
  left: auto;
  right: 66px; /* preserve original 21px-from-content-left relation relative to content-right */
  position: absolute;
  top: 329px;
  width: 288px;
  z-index: 3;
}

.hero__product-image-1 {
  aspect-ratio: 0.85;
  height: 154px;
  left: 128px;
  object-fit: contain; /* keep PNG visually aligned like previous */
  object-position: center center !important;
  position: absolute;
  top: 63px;
  width: 132px;
}

.hero__product-image-2 {
  /* Fill the container while keeping full image visible */
  height: auto;
  left: -23px;
  object-fit: contain;
  position: absolute;
  top: 0px;
  width: 99%; /* 90% of previous 110% width */
  transform: none;
}

.hero__product-image-3 {
  height: auto;
  left: 240px;
  object-fit: contain;
  position: absolute;
  top: 120px;
  width: 108px;
  transform: none;
}

/* ===== File: src/screens/MagicWhitening/sections/Convenience/style.css ===== */
.convenience {
  align-items: center;
  background-color: #051d7b;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 16px;
  position: relative;
  width: 375px;
  margin-left: auto; /* center the 375px container */
  margin-right: auto;
}



.convenience__content-card {
  align-items: center;
  background-color: #ffffff;
  border-radius: 26px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 15px 0px 30px;
  position: relative;
  width: 340px;
}

.convenience__header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.convenience__reason-number {
  color: #6576b7;
  font-family: "Didot-Bold", Helvetica;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.convenience__reason-text {
  letter-spacing: 0.12px;
}

.convenience__reason-value {
  font-size: 25px;
  letter-spacing: 0.19px;
  line-height: 50px;
}

.convenience__title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 42px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.convenience__illustration {
  height: 160px;
  position: relative;
  width: 290px;
}

.convenience__description {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 290px;
}

.convenience__comparison {
  align-items: center;
  background-color: #eceff5;
  border-radius: 15px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  overflow: hidden;
  padding: 17px 43px;
  position: relative;
  width: 290px;
}

.convenience__comparison-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 27px;
  margin-left: -18.50px;
  margin-right: -18.50px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.convenience__comparison-content {
  align-items: center;
  background-color: #dce2ec;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  margin-left: -18.00px;
  margin-right: -18.00px;
  overflow: hidden;
  padding: 13px 43px 8px;
  position: relative;
  width: 240px;
}

.convenience__comparison-icon {
  height: 71.68px;
  position: relative;
  width: 65px;
}

.convenience__comparison-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -30.50px;
  margin-right: -30.50px;
  position: relative;
  width: 215px;
}

.convenience__comparison-conclusion {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -18.00px;
  margin-right: -18.00px;
  position: relative;
  width: 240px;
}

.convenience__wave-divider {
  height: 72.256px !important; /* keep fixed height regardless of responsive width */
  position: relative;
  display: block;
  object-fit: fill; /* stretch horizontally while keeping fixed height */
  pointer-events: none;
  top: 1px; /* nudge down by 1px */
  width: calc(100% + 32px); /* extend beyond section padding to reach full width */
  max-width: none !important; /* override global img max-width */
  margin-left: -16px;
  margin-right: -16px;
  left: auto;
  transform: none;
  z-index: 0;
}

/* ===== File: src/screens/MagicWhitening/sections/Comparison/style.css ===== */
.comparison {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(239, 240, 248, 1) 0%,
    rgba(213, 222, 255, 1) 100%
  );
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding: 0px 0px 85px;
  position: relative;
  width: 375px;
}

.comparison__wave-divider {
  height: 90.38px !important; /* lock height while allowing responsive width */
  min-height: 90.38px;
  max-height: 90.38px;
  position: relative;
  display: block;
  object-fit: fill; /* stretch horizontally while preserving fixed height */
  pointer-events: none;
  width: 100vw; /* span full viewport width */
  min-width: 100vw;
  max-width: none !important; /* override global img max-width */
  margin-left: calc(50% - 50vw); /* center relative to constrained section */
  margin-right: calc(50% - 50vw);
  /* Subpixel gap safeguard: bleed upward by 1px */
  margin-top: -1px;
  z-index: 0;
}

@supports (width: 100dvw) {
  .comparison__wave-divider {
    width: 100dvw;
    min-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

.comparison__header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  padding: 14px 0px;
  position: relative;
}

.comparison__title-wrapper {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.comparison__logo {
  height: 35.29px;
  position: relative;
  width: 268px;
}

.comparison__title-suffix {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__content {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.comparison__intro {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  margin-top: -1.00px;
  position: relative;
  width: 320px;
}

.comparison__concentration {
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 12px 43px;
  position: relative;
  width: 268px;
}

.comparison__concentration-arrow {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ffffff; /* white downward triangle */
  pointer-events: none;
}

.comparison__concentration-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -34.00px;
  margin-right: -34.00px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 250px;
}

.comparison__chart {
  height: 273px;
  position: relative;
  width: 268px;
}

.comparison__chart-title {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 25.2px;
  position: absolute;
  top: 12px;
  white-space: nowrap;
}

.comparison__chart-label-traditional {
  color: #000000;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-weight: 700;
  left: 32px;
  letter-spacing: 0.36px;
  line-height: 15.6px;
  position: absolute;
  text-align: center;
  top: 213px;
}

.comparison__chart-label-magic {
  color: #000000;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-weight: 700;
  left: 160px;
  letter-spacing: 0.36px;
  line-height: 15.6px;
  position: absolute;
  text-align: center;
  top: 213px;
}

.comparison__chart-bar-traditional {
  background-color: #70768e;
  height: 86px;
  left: 36px;
  position: absolute;
  top: 115px;
  width: 78px;
}

.comparison__chart-bar-magic {
  background-color: #2e3c7a;
  height: 146px;
  left: 153px;
  position: absolute;
  top: 55px;
  width: 78px;
}

.comparison__chart-icon {
  height: 91px;
  left: 65px;
  position: absolute;
  top: 49px;
  width: 95px;
}

.comparison__chart-value-traditional {
  color: #d0d3e1;
  font-family: "Lato", "Lato-Heavy", "AvenirNext-Heavy", "Avenir Next", Helvetica, sans-serif;
  font-size: 25.2px;
  font-weight: 800;
  left: 54px;
  line-height: 25.2px;
  position: absolute;
  top: 146px;
  white-space: nowrap;
}

.comparison__chart-value-digit-1 {
  letter-spacing: -0.32px;
}

.comparison__chart-value-digit-0 {
  letter-spacing: 0.19px;
}

.comparison__chart-value-percent {
  font-size: 16.9px;
  letter-spacing: 0.09px;
  line-height: 16.9px;
}

.comparison__chart-value-magic {
  color: #ffffff;
  font-family: "Lato", "Lato-Heavy", "AvenirNext-Heavy", "Avenir Next", Helvetica, sans-serif;
  font-size: 33.4px;
  font-weight: 800;
  left: 162px;
  line-height: 33.4px;
  position: absolute;
  top: 113px;
  white-space: nowrap;
}

.comparison__chart-value-digit-1-alt {
  letter-spacing: -0.56px;
}

.comparison__chart-value-digit-7 {
  letter-spacing: 0.33px;
}

.comparison__chart-value-percent-alt {
  font-size: 22.4px;
  letter-spacing: 0.15px;
  line-height: 22.4px;
}

.comparison__chart-multiplier {
  color: #de5b8b;
  /* Aim between Medium (500) and Heavy (800): prefer Demi/Bold stacks */
  font-family: "Avenir Next", "AvenirNext-DemiBold", "Avenir-DemiBold", "AvenirNext-Bold", "Avenir-Bold", "Avenir", Helvetica, sans-serif;
  font-size: 54.1px;
  font-weight: 700; /* slightly lighter than Heavy */
  left: -2px;
  line-height: 54.1px;
  position: absolute;
  top: 49px;
  white-space: nowrap;
}

/* Digits within multiplier use Avenir Regular specifically */
.comparison__chart-multiplier-1,
.comparison__chart-multiplier-dot,
.comparison__chart-multiplier-7 {
  /* Digits a touch lighter than container: around Demi (600) */
  font-family: "Avenir Next", "AvenirNext-DemiBold", "Avenir-DemiBold", "Avenir", Helvetica, sans-serif;
  font-weight: 600;
}

.comparison__chart-multiplier-1 {
  letter-spacing: -4.98px;
}

.comparison__chart-multiplier-dot {
  letter-spacing: -1.46px;
}

.comparison__chart-multiplier-7 {
  letter-spacing: -2.93px;
}

.comparison__chart-multiplier-times {
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 36.3px;
  font-weight: 700;
  letter-spacing: 0.40px;
  line-height: 36.3px;
}

.comparison__chart-divider {
  height: 4px;
  left: 0;
  position: absolute;
  top: 199px;
  width: 268px;
}

.comparison__disclaimer {
  color: #000000;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 15.6px;
  position: relative;
  width: 320px;
}

.comparison__spacer {
  height: 24px;
  position: relative;
  width: 109px;
}

.comparison__table-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-wrapper {
  height: auto; /* image embeds: let height follow image */
  position: relative;
  width: 375px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  /* hide native scrollbar */
  scrollbar-width: none; /* Firefox */
}
.comparison__table-wrapper::-webkit-scrollbar { display: none; }

/* legacy table container not used for image embed */

.comparison__table-image {
  display: block;
  height: auto;
  width: 480px; /* ~3x from previous 160px for better legibility */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  max-width: 500px; /* cap table image width */
}

/* Enforce max width cap across responsive variants */
.magic-whitening .comparison__table-image {
  max-width: 500px !important;
}

/* Center the table image on desktop */
@media (min-width: 960px) {
  .magic-whitening .comparison__table-image {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

.comparison__table-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 63.78px; /* align with bottoms of label rows and magic logo */
  width: 148px;
}

.comparison__table-header-cell {
  align-items: center;
  background-color: #4b5c9d;
  display: flex;
  gap: 27.57px;
  height: 68px;
  justify-content: center;
  padding: 8.13px 19.51px;
  position: relative;
  width: 144px;
}

.comparison__table-header-cell:first-child {
  border-radius: 8.13px 0px 0px 0px;
}

.comparison__table-header-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 16.3px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17.9px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-header-cell-cost {
  align-items: center;
  background-color: #4b5c9d;
  display: flex;
  gap: 27.57px;
  height: 76px;
  justify-content: center;
  padding: 8.13px 19.51px;
  position: relative;
  width: 144px;
}

.comparison__table-header-text-cost {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 13.2px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.comparison__table-header-text-cost-line {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 13.2px;
}

.comparison__table-header-text-cost-bold {
  font-size: 16px;
  line-height: 17.6px;
}

.comparison__table-header-cell:last-child {
  border-radius: 0px 0px 0px 8.13px;
}

.comparison__table-row-salon {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 292px;
  position: absolute;
  top: 15px;
  width: 127px;
}

.comparison__table-row-label {
  align-items: center;
  align-self: stretch;
  background-color: #878787;
  display: flex;
  gap: 45.53px;
  height: 48.78px;
  justify-content: center;
  padding: 1.63px 19.51px;
  position: relative;
  width: 100%;
}

.comparison__table-row-label-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 16.3px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17.9px;
  margin-left: -13.10px;
  margin-right: -13.10px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.comparison__table-cell {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  gap: 27.57px;
  justify-content: center;
  padding: 8.13px 19.51px;
  position: relative;
  width: 100%;
}

.comparison__table-cell-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 78px;
}

.comparison__table-icon-circle {
  border: 4.38px solid;
  border-color: #848484;
  border-radius: 17.5px;
  height: 35px;
  position: relative;
  width: 35px;
}

.comparison__table-cell-text {
  align-self: stretch;
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  position: relative;
  text-align: center;
}

.comparison__table-icon-circle-filled {
  border: 4.38px solid;
  border-color: #848484;
  border-radius: 17.5px;
  height: 35px;
  position: relative;
  width: 35px;
}

.comparison__table-icon-circle-inner {
  border: 4.38px solid;
  border-color: #848484;
  border-radius: 10.94px;
  height: 22px;
  left: 7px;
  position: relative;
  top: 7px;
  width: 22px;
}

.comparison__table-cell-effort {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  gap: 27.57px;
  height: 68.26px;
  justify-content: center;
  padding: 8.13px 19.51px;
  position: relative;
  width: 100%;
}

.comparison__table-cell-effort-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: -4.00px;
  margin-top: -4.00px;
  position: relative;
  width: 78px;
}

.comparison__table-icon-x {
  height: 35px;
  position: relative;
  width: 10.15px;
}

.comparison__table-cell-effort-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.comparison__table-cell-cost {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  gap: 27.57px;
  height: 76px;
  justify-content: center;
  padding: 8.13px 19.51px;
  position: relative;
  width: 100%;
}

.comparison__table-cell-cost-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: -11.60px;
  margin-right: -11.60px;
  position: relative;
  width: 111px;
}

.comparison__table-cell-cost-wrapper {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 100%;
}

.comparison__table-cell-cost-prefix {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.77px;
  line-height: 14.6px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-cell-cost-amount {
  color: #000000;
  font-family: "Avenir-Medium", Helvetica;
  font-size: 18.3px;
  font-weight: 500;
  letter-spacing: 0.37px;
  line-height: 17.7px;
  margin-top: -0.92px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-cell-consultation {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  width: 78px;
}

.comparison__table-cell-consultation-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  margin-left: -6.00px;
  margin-right: -6.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-row-home {
  align-items: flex-start;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  flex-direction: column;
  left: 419px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  width: 127px;
}

.comparison__table-icon-triangle {
  height: 35px;
  margin-left: -448.68px;
  margin-top: -10862.29px;
  position: relative;
  width: 35px;
}

.comparison__table-icon-triangle-alt {
  height: 35px;
  margin-left: -448.68px;
  margin-top: -10994.81px;
  position: relative;
  width: 35px;
}

.comparison__table-cell-cost-impossible {
  align-self: stretch;
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.comparison__table-icon-triangle-consultation {
  height: 35px;
  margin-left: -448.68px;
  margin-top: -11144.57px;
  position: relative;
  width: 35px;
}

.comparison__table-cell-consultation-text-alt {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-row-magic {
  align-items: flex-start;
  border: 6.5px solid;
  border-color: #0d1f5d;
  border-top-color: #0d1f5d;   /* ensure top is navy */
  border-bottom-color: #0d1f5d;/* ensure bottom is navy */
  border-radius: 8.13px 8.13px 0px 0px;
  display: flex;
  flex-direction: column;
  left: 141px;
  overflow: hidden;
  position: absolute;
  top: 15px; /* keep within wrapper to avoid border clipping */
  width: 153px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 0 6px; /* remove top/side padding so logo touches border */
}

.comparison__table-row-magic-bg {
  display: block;
  width: 100%;
  height: 47.78px; /* nudge up ~1px to align precisely */
  margin: 0;
  position: relative;
}

.comparison__table-icon-double-circle {
  border: 4.38px solid;
  border-color: #0d1f5d;
  border-radius: 17.5px;
  height: 35px;
  position: relative;
  width: 35px;
}

.comparison__table-icon-double-circle-inner {
  border: 4.38px solid;
  border-color: #0d1f5d;
  border-radius: 10.94px;
  height: 22px;
  left: 7px;
  position: relative;
  top: 7px;
  width: 22px;
}

.comparison__table-cell-text-highlight {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  margin-left: -10.00px;
  margin-right: -10.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-cell-magic-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  position: relative;
  width: 78px;
}

.comparison__table-cell-effort-text-main {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
}

.comparison__table-cell-effort-text-note {
  font-size: 8px;
  line-height: 8.8px;
}

.comparison__table-icon-spacer {
  height: 1px;
  position: relative;
  width: 1px;
}

.comparison__table-cell-magic-cost {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  gap: 27.57px;
  height: 76px;
  justify-content: center;
  padding: 15px 19.51px;
  position: relative;
  width: 100%;
}

.comparison__table-cell-magic-cost-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  position: relative;
  width: 111px;
}

.comparison__table-cell-magic-cost-amount {
  color: #000000;
  font-family: "Avenir-Medium", Helvetica;
  font-size: 24.3px;
  font-weight: 500;
  letter-spacing: 0.49px;
  line-height: 18.7px;
  margin-top: -0.92px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.comparison__table-cell-magic-cost-yen {
  letter-spacing: 0.08px;
}

.comparison__table-cell-magic-cost-tax {
  font-size: 7.3px;
  letter-spacing: 0.04px;
  line-height: 9.7px;
}

.comparison__table-cell-magic-cost-note {
  align-self: stretch;
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 8.8px;
  position: relative;
  text-align: center;
}

.comparison__table-cell-magic-consultation {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 11.0px;
  position: relative;
  text-align: center;
  display: block;
  width: 78px; /* match magic column content width */
  margin: 0 auto;
  padding-bottom: 6px;
  border-bottom: 6.5px solid #0d1f5d; /* same as side borders */
}

.comparison__progress-bar {
  background-color: #ffffff;
  border-radius: 26px;
  height: 15px;
  position: relative;
  width: 279px; /* align width with usage__schedule */
  padding: 3px 4px; /* inner track area: 9px high, 4px left/right */
}
.comparison__progress-thumb {
  position: absolute;
  top: 3px;
  height: 9px;
  background-color: #4b5c9d;
  border-radius: 9px;
}

/* ===== File: src/screens/MagicWhitening/sections/HowItWorks/style.css ===== */
.how-it-works {
  align-items: center;
  background-color: #2e3c7a;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 36px;
  padding: 50px 0px 0px;
  position: relative;
}

.how-it-works__header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.how-it-works__title-wrapper {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.how-it-works__logo {
  height: 35.29px;
  position: relative;
  width: 268px;
}

.how-it-works__title-suffix {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.how-it-works__subtitle {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 1.23px;
  line-height: 61.5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.how-it-works__content {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.how-it-works__question {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 279px;
}

.how-it-works__question-box {
  align-items: center;
  align-self: stretch;
  border: 1px solid;
  border-color: #fff0b4;
  border-radius: 5px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 0px 11px;
  position: relative;
  width: 100%;
}

.how-it-works__question-text {
  color: #fff0b4;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.how-it-works__question-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff0b5;
}

.how-it-works__explanation {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 375px;
}

.how-it-works__diagram {
  height: 173px;
  position: relative;
  width: 175px;
}

.how-it-works__tooth-diagram {
  height: 170px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 156px;
}

.how-it-works__diagram-label-1 {
  align-items: center;
  background-color: #4b5c9d;
  border: 1px solid;
  border-color: #fff9f9;
  border-radius: 89.85px;
  display: inline-flex;
  gap: 16.95px;
  justify-content: center;
  left: 119px;
  overflow: hidden;
  padding: 1px 12px;
  position: absolute;
  top: 33px;
}

.how-it-works__diagram-label-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.80px;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.how-it-works__diagram-label-2 {
  align-items: center;
  background-color: #4b5c9d;
  border: 1px solid;
  border-color: #fff9f9;
  border-radius: 89.85px;
  display: inline-flex;
  gap: 16.95px;
  justify-content: center;
  left: 88px;
  overflow: hidden;
  padding: 1px 12px;
  position: absolute;
  top: 2px;
}

.how-it-works__diagram-arrow-1 {
  height: 19px;
  left: 89px;
  position: absolute;
  top: 20px;
  width: 22px;
}

.how-it-works__diagram-arrow-2 {
  height: 29px;
  left: 106px;
  position: absolute;
  top: 51px;
  width: 31px;
}

.how-it-works__explanation-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 162px;
}

.how-it-works__info-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 320px;
}

.how-it-works__warning {
  align-items: center;
  background-color: #1e2e72;
  border-radius: 15px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  overflow: hidden;
  padding: 17px 43px;
  position: relative;
  width: 320px;
}

.how-it-works__warning-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -27.50px;
  margin-right: -27.50px;
  margin-top: -1.00px;
  position: relative;
  width: 289px;
}

.how-it-works__solution {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
  width: 375px;
}

.how-it-works__solution-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 172px;
}

.how-it-works__solution-diagram {
  height: 173px;
  position: relative;
  width: 165px;
}

/* ===== File: src/screens/MagicWhitening/sections/Results/style.css ===== */
.results {
  align-items: center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/results-background.webp);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  padding: 31px 34px;
  position: relative;
  width: 375px;
}

.results__gradient-overlay {
  background: linear-gradient(
    180deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(247, 247, 247, 0) 100%
  );
  position: absolute;
  top: 0;
  height: 52px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  pointer-events: none;
}

.results__content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

.results__intro {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.results__highlight-1 {
  height: 66px;
  margin-right: -3.50px;
  position: relative;
  width: 310px;
}

.results__highlight-1-text {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.66px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  top: 0;
}

.results__asterisk {
  color: #000000;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 12px;
  font-weight: 500;
  left: 231px;
  letter-spacing: 0;
  line-height: 19.2px;
  position: absolute;
  top: 34px;
  white-space: nowrap;
}

.results__highlight-2 {
  height: 84px;
  position: relative;
  width: 278.89px;
}

.results__highlight-2-bg-1 {
  background-color: #fff0b4;
  height: 14px;
  left: 11px;
  position: absolute;
  top: 23px;
  width: 245px;
}

.results__highlight-2-bg-2 {
  background-color: #fff0b4;
  height: 14px;
  left: 1px;
  position: absolute;
  top: 66px;
  width: 277px;
}

.results__highlight-2-text {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28.3px;
  font-weight: 700;
  left: 1px;
  letter-spacing: 0.85px;
  line-height: 42.5px;
  position: absolute;
  text-align: center;
  top: 0;
}

.results__shade-guide {
  align-items: center;
  background-color: #ffffff;
  border-radius: 26px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  margin-left: -16.50px;
  margin-right: -16.50px;
  overflow: hidden;
  padding: 25px 0px;
  position: relative;
  width: 340px;
}

.results__shade-samples {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  padding: 0px 0px 13px;
  position: relative;
}

.results__shade-sample--s32 {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 13px 9.9px -6px #555f8654;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 13px 17px;
  position: relative;
  width: 62px;
}

.results__shade-label {
  color: inherit;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 19.5px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.results__shade-sample--s26 {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 13px 9.9px -6px #555f8654;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 13px 17px;
  position: relative;
  width: 62px;
}

.results__shade-sample--s16 {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 13px 9.9px -6px #555f8654;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 13px 17px;
  position: relative;
  width: 62px;
}

.results__shade-sample--s6 {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 13px 9.9px -6px #555f8654;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 13px 17px;
  position: relative;
  width: 62px;
}

/* Make shade samples clickable buttons */
.results__shade-sample {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #b0b0b0;
  color: #0d1f5d;
  transition: background-color 150ms ease;
}

.results__shade-sample:focus {
  outline: none;
}

/* active state: pink */
.results__shade-sample--active {
  background-color: #de5b8b;
  color: #ffffff;
}

.results__average-indicator {
  align-items: center;
  background-color: #ffd5e4;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 17px 43px;
  position: relative;
  width: 290px;
}

.results__average-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28.8px;
  margin-left: -18.00px;
  margin-right: -18.00px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 240px;
}

.results__average-arrow {
  position: absolute;
  top: -19px;
  width: 19px;
  height: 21px;
  transform: translateX(-50%);
}

.results__shade-chart {
  height: 185px;
  position: relative;
  width: 290px;
}

.results__shade-chart-image {
  width: 100%;
  height: 100%;
  display: block;
}



.results__disclaimer {
  color: #000000;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

/* ===== File: src/screens/MagicWhitening/sections/Safety/style.css ===== */
.safety {
  align-items: center;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/safety-background.webp");
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  padding: 0px 16px 85px;
  position: relative;
  width: 375px;
  margin-left: auto; /* center the 375px container */
  margin-right: auto;
}



.safety__hero {
  align-items: center; /* center inner content */
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-left: 0; /* remove negative gutter shift */
  margin-right: 0;
  position: relative;
}

.safety__hero-content {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(228, 238, 255, 1) 0%,
    rgba(212, 219, 246, 1) 100%
  );
  background-blend-mode: hard-light;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8.33px;
  padding: 30px 12.5px 5px;
  position: relative;
  /* Make the hero band full-bleed across the viewport */
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 1;
}

/* Prefer dynamic viewport units on supported browsers for precise centering */
@supports (width: 100dvw) {
  .safety__hero-content {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

.safety__hero-header {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 304px;
}

.safety__hero-title-line-1 {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.safety__hero-title-line-2 {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.safety__hero-title-line-3 {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 1.23px;
  line-height: 61.5px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.safety__hero-badge {
  height: 92px;
  margin-left: -12.50px;
  margin-right: -12.50px;
  position: relative;
  width: 375px;
}

.safety__hero-badge-image {
  height: 111px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 104px;
}

.safety__hero-badge-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  left: 117px;
  letter-spacing: 0;
  line-height: 22.4px;
  position: absolute;
  top: 24px;
}

@media (max-width: 959px) {
  .safety__hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    height: auto;
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding: 0 12.5px 0 0;
    width: calc(100% + 25px);
    box-sizing: border-box;
  }

  .safety__hero-badge-image {
    position: static;
    left: auto;
    top: auto;
    height: auto;
    width: 104px;
  }

  .safety__hero-badge-text {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
    text-align: left;
  }
}

.safety__wave-divider {
  height: 46px !important; /* keep fixed height despite global fluid img rule */
  position: relative;
  display: block;
  object-fit: cover; /* stretch width while preserving aspect-fill */
  pointer-events: none;
  top: -1px; /* nudge up by 1px */
  width: 100vw; /* span viewport width */
  max-width: none !important; /* override global img max-width */
  margin-left: calc(50% - 50vw); /* center within page container */
  margin-right: calc(50% - 50vw);
  z-index: 0;
}

/* Prefer dynamic viewport units when supported to avoid underfill on mobile UI changes */
@supports (width: 100dvw) {
  .purchase__wave-top {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100dvw + 30px);
    max-width: none !important;
  }
  .safety__wave-divider {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    max-width: none !important;
  }
}

.safety__doctor-section {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}

.safety__doctor-profile {
  height: 479px;
  position: relative;
  width: 375px;
}

.safety__doctor-photo {
  height: 434px;
  left: 125px;
  position: absolute;
  top: 45px;
  width: 250px;
}

@media (max-width: 959px) {
  .safety__doctor-section {
    width: calc(100% + 32px); /* match hero band full-bleed */
  }

  .safety__doctor-profile {
    width: 100%;
  }

  .safety__doctor-photo {
    left: calc(100% - 250px);
    right: auto;
  }
}

.safety__doctor-info {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 0;
  position: absolute;
  top: 180px;
}

.safety__doctor-name-card {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 0px 0px 25px;
  position: relative;
  width: 100%;
}

.safety__clinic-name {
  align-self: stretch;
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
}

.safety__doctor-name {
  align-self: stretch;
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40.0px;
  position: relative;
}

.safety__doctor-name-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40.0px;
}

.safety__doctor-title {
  font-size: 14px;
  line-height: 22.4px;
}

.safety__doctor-credentials {
  align-items: flex-start;
  background-color: #ffffffb2;
  border-radius: 0px 10px 10px 0px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 14px 19px;
  position: relative;
}

@media (max-width: 959px) {
  .safety__doctor-credentials {
    margin-left: -7.5px;
    margin-right: -12.5px;
    padding-left: 12.5px;
    padding-right: 19px;
    width: calc(100% + 20px);
    box-sizing: border-box;
  }
}

.safety__certification {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24.0px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.safety__bio {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  width: 246px;
}

.safety__supervision-badge {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 1.71px;
  left: calc(50.00% - 163px);
  position: absolute;
  top: 0;
}

.safety__supervision-badge-content {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8.53px;
  position: relative;
}

.safety__product-logo {
  height: 30.11px;
  position: relative;
  width: 228.61px;
}

.safety__supervision-text-1 {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 21.3px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 32.0px;
  margin-top: -0.85px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.safety__supervision-text-2 {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 21.3px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 32.0px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.safety__supervision-text-3 {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.87px;
  line-height: 43.5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.safety__doctor-highlight {
  letter-spacing: 0.25px;
}

.safety__supervision-text-normal {
  font-size: 21.3px;
  letter-spacing: 0.14px;
  line-height: 32.0px;
}

.safety__feature-card {
  align-items: center;
  background-color: #ffffff;
  border-radius: 26px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  margin-top: -25px;
  overflow: hidden;
  padding: 0px 0px 30px;
  position: relative;
  width: 340px;
}

/* Increase vertical spacing between consecutive safety feature cards */
.safety__feature-card + .safety__feature-card { margin-top: 8px; }

/* Ensure spacing appears between the first (inside doctor section) and the next cards */
.safety > .safety__feature-card { margin-top: 8px; }

.safety__feature-header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.safety__feature-icon {
  height: 187px;
  position: relative;
  width: 340px;
}

.safety__feature-number {
  color: #de5b8b;
  font-family: "Didot-Bold", Helvetica;
  font-size: 26.7px;
  font-weight: 700;
  letter-spacing: 0.80px;
  line-height: 26.7px;
  margin-top: -2px;
  position: relative;
  width: 290px;
}

.safety__feature-number-text {
  font-family: "Didot-Bold", "Didot", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.21px;
}

.safety__feature-number-value {
  font-family: "Didot-Bold", "Didot", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
  font-size: 33.4px;
  letter-spacing: 0.33px;
  line-height: 33.4px;
}

.safety__feature-number--right {
  text-align: right;
}

.safety__feature-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 42px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.safety__feature-title-single {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 42px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.safety__feature-description {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 290px;
}

.safety__simulator {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0px 0px;
  position: relative;
}

.safety__simulator-header {
  align-items: center;
  background-color: #6576b7;
  border-radius: 5px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 5px 43px;
  position: relative;
  width: 290px;
}

.safety__simulator-title {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -18.00px;
  margin-right: -18.00px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 240px;
}

.safety__simulator-content {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 290px;
}

.safety__simulator-level {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 290px;
}

/* Wrapper so arrows can sit outside the card without being clipped */
.safety__simulator-level-item {
  position: relative;
  width: 64px; /* same as card width to preserve layout */
  flex: 0 0 64px;
}

.safety__simulator-level-card {
  background-color: #ffffff;
  border: 1.51px solid;
  border-color: #6576b7;
  border-radius: 3.79px;
  height: 109px;
  overflow: hidden; /* clip inner header to card's rounded corners */
  position: relative;
  width: 64px;
}

.safety__simulator-level-info {
  background-color: #6576b7;
  /* Extend under the card border and rely on card clipping for perfect curve */
  border-radius: 3.79px 3.79px 0px 0px;
  height: calc(31px + 1.51px);
  left: -1.51px;
  overflow: hidden;
  position: absolute;
  top: -1.51px;
  width: calc(100% + 3.02px);
}

.safety__simulator-level-label {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 7.6px;
  font-weight: 700;
  left: 13px;
  letter-spacing: 0;
  line-height: 13.6px;
  position: absolute;
  text-align: center;
  top: 2px;
  white-space: nowrap;
}

.safety__simulator-level-value {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10.6px;
  font-weight: 700;
  left: 22px;
  letter-spacing: 0;
  line-height: 19.1px;
  position: absolute;
  text-align: center;
  top: 12px;
  white-space: nowrap;
}

.safety__simulator-arrow {
  height: 12px;
  position: absolute;
  right: -5px;
  top: calc(50% - 6px);
  width: 6px;
}

.safety__simulator-teeth {
  height: 68px;
  left: 5px;
  position: absolute;
  top: 33px;
  width: 56px;
}

.safety__simulator-level-info-alt {
  background-color: #6576b7;
  border-radius: 3.79px 3.79px 0px 0px;
  height: calc(31px + 1.51px);
  left: -1.51px;
  overflow: hidden;
  position: absolute;
  top: -1.51px;
  width: calc(100% + 3.02px);
}

.safety__simulator-arrow-alt {
  height: 12px;
  position: absolute;
  right: -5px;
  top: calc(50% - 6px);
  width: 6px;
}

.safety__simulator-teeth-alt {
  height: 68px;
  left: 4px;
  position: absolute;
  top: 33px;
  width: 56px;
}

.safety__simulator-level-label-wide {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 7.6px;
  font-weight: 700;
  left: 2px;
  letter-spacing: 0;
  line-height: 13.6px;
  position: absolute;
  text-align: center;
  top: 2px;
  white-space: nowrap;
}

.safety__simulator-level-info-celebrity {
  background-color: #6576b7;
  border-radius: 3.79px 3.79px 0px 0px;
  height: calc(31px + 1.51px);
  left: -1.51px;
  overflow: hidden;
  position: absolute;
  top: -1.51px;
  width: calc(100% + 3.02px);
}

.safety__simulator-level-value-celebrity {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 10.6px;
  font-weight: 700;
  left: 25px;
  letter-spacing: 0;
  line-height: 19.1px;
  position: absolute;
  text-align: center;
  top: 12px;
  white-space: nowrap;
}

.safety__simulator-disclaimer {
  color: #000000;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

/* ===== File: src/screens/MagicWhitening/sections/Storage/style.css ===== */
.storage {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0px;
  position: relative;
  width: 375px;
}

.storage__header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.storage__title {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Didot-Bold", Helvetica;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 62px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.storage__subtitle {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: 1.02px;
  line-height: 19.0px;
  margin-top: -11px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.storage__items {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.storage__item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0px 0px 15px;
  position: relative;
}

.storage__item-header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 0px 10px;
  position: relative;
}

.storage__item-badge {
  align-items: center;
  background-color: #4b5c9d;
  border-radius: 5px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 17px;
  position: relative;
  z-index: 1;
}

.storage__item-badge-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 19.5px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.storage__item-image-wrapper {
  border: 2px solid;
  border-color: #ececec;
  border-radius: 20px;
  height: 183px;
  margin-top: -18px;
  overflow: hidden;
  position: relative;
  width: 309px;
  z-index: 0;
}

.storage__item-caption {
  color: #0d1f5d;
  font-family: "Yu Gothic", "YuGothic", "YuGothic-Regular", "Yu Gothic", sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin-top: 8px;
  text-align: center;
}

.storage__item-image-gel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.storage__item-details {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.storage__item-detail-label {
  color: #4b5c9d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.storage__item-detail-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  width: 243px;
}

.storage__item-image-led {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===== File: src/screens/MagicWhitening/sections/Usage/style.css ===== */
.usage {
  align-items: flex-start;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 100%),
    url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/case-studies-background.webp");
  background-position: center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 26px;
  padding: 30px 0px 50px;
  position: relative;
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) {
  .magic-whitening > .usage {
    width: min(100%, 375px) !important; /* beat global section width and center on desktop */
    margin-left: auto;
    margin-right: auto;
  }
}

.usage__header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.usage__title {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Didot-Bold", Helvetica;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 62px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.usage__subtitle {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: 1.02px;
  line-height: 19.0px;
  margin-top: -11px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.usage__steps {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.usage__step {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.usage__step-number {
  background-color: #0d1f5d;
  border-radius: 0px 31.38px 31.38px 0px;
  display: flex;
  align-items: center;
  height: 36px;
  overflow: hidden;
  padding-left: 27px;
  position: relative;
  width: 140px;
  z-index: 1;
}

.usage__step-number-text {
  color: #ffffff;
  font-family: "Didot-Bold", Helvetica;
  font-size: 22.6px;
  font-weight: 700;
  letter-spacing: 1.58px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.usage__step-content {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  margin-top: -15px;
  padding: 0px 0px 0px 27px;
  position: relative;
  width: 347px;
  z-index: 0;
}

.usage__step-image {
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 10px;
  height: 191px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.usage__step-photo {
  aspect-ratio: 1.5;
  height: 191px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 320px;
}

.usage__step-description {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600; /* slightly bolder for better readability */
  letter-spacing: 0.60px;
  line-height: 30px;
  position: relative;
}

.usage__wave-divider {
  position: absolute;
  display: block;
  object-fit: cover;
  pointer-events: none;
  height: 46px !important; /* override global fluid img rule */
  min-height: 46px;
  max-height: 46px;
  top: -45px; /* drop by 1px to close mobile gap */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 100vw;
  max-width: none !important;
  z-index: 0;
}

@supports (width: 100dvw) {
  .usage__wave-divider {
    width: 100dvw;
    min-width: 100dvw;
  }
}

.usage__manual-link {
  height: 75px;
  position: relative;
  width: 375px;
}

.usage__manual-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage__manual-button {
  align-items: center;
  background-color: #4b5c9d;
  border-radius: 71.42px;
  display: inline-flex;
  gap: 13.47px;
  justify-content: center;
  overflow: hidden;
  padding: 5.39px 32.34px;
  position: relative;
}

.usage__manual-button-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 18.9px;
  font-weight: 700;
  letter-spacing: 1.51px;
  line-height: 37.7px;
  margin-top: -1.35px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.usage__manual-button-icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: inset 1.2px 2.4px 2.4px #3756c23b;
  display: flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.usage__manual-button-icon-image {
  height: 23px;
  width: 23px;
}

.usage__tips {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 375px;
}

.usage__tips-card {
  align-items: center;
  background-color: #d7dfff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
  overflow: hidden;
  padding: 17px 43px 27px;
  position: relative;
  width: 320px;
}

.usage__tips-title {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28.8px;
  margin-left: -27.50px;
  margin-right: -27.50px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 289px;
}

.usage__tips-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  margin-left: -27.50px;
  margin-right: -27.50px;
  position: relative;
  text-align: center;
  width: 289px;
}

.usage__tips-image {
  position: relative;
  width: 279px !important; /* align width with usage__schedule */
  margin-left: -22.50px;  /* match usage__schedule horizontal offset */
  margin-right: -22.50px; /* match usage__schedule horizontal offset */
}

/* Ensure scroll viewport width matches schedule width with higher specificity */
.magic-whitening .usage__tips-image,
.magic-whitening .usage__teeth-wrapper {
  width: 279px !important;
}

.usage__teeth-wrapper {
  width: 279px !important; /* align width with usage__schedule */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.usage__teeth-wrapper::-webkit-scrollbar { display: none; }

.usage__teeth-image {
  display: block;
  width: 360px; /* show image at half its original design width */
  height: auto;
}

.usage__schedule {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  margin-left: -22.50px;
  margin-right: -22.50px;
  padding: 15px 0px 0px;
  position: relative;
}

.usage__schedule-header {
  align-items: center;
  border: 1px solid;
  border-color: #1f2e72;
  border-radius: 9px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 5px 11px;
  position: relative;
  width: 279px;
}

.usage__schedule-title {
  color: #1f2e72;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.usage__schedule-table {
  align-items: center;
  border: 1.8px solid;
  border-color: #1f2e72;
  border-radius: 9px;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: 279px;
}

.usage__schedule-row-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -1px;
  width: 99px;
}

.usage__schedule-cell-header {
  align-items: center;
  align-self: stretch;
  background-color: #1f2e72;
  display: flex;
  gap: 40.98px;
  height: 58px;
  justify-content: center;
  padding: 1.46px 17.56px;
  position: relative;
  top: -1px;
  margin-bottom: -1px;
  width: 100%;
}

.usage__schedule-cell-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.usage__schedule-cell {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  gap: 24.81px;
  justify-content: center;
  overflow: hidden;
  padding: 5px 17.56px;
  position: relative;
  top: -1px;
  min-height: 49px;
  width: 100%;
}

.usage__schedule-cell-value {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  height: 30.1px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.2px;
  margin-left: -27.46px;
  margin-right: -17.56px;
  margin-top: -0.90px;
  position: relative;
  text-align: center;
  width: 100.8px;
}

.usage__schedule-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -1px;
  width: 99px;
}

.usage__schedule-cell-goal {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12.1px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.usage__schedule-cell-result {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  display: flex;
  gap: 24.81px;
  justify-content: center;
  min-height: 49px;
  padding: 9.5px 17.56px;
  position: relative;
  top: -1px;
  width: 100%;
}

.usage__schedule-table > * + * {
  border-left: 0.9px solid #1f2e72;
}

.usage__schedule-row-header > * + *,
.usage__schedule-row > * + * {
  border-top: 0.9px solid #1f2e72;
}

.usage__schedule-cell-duration {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.usage__schedule-cell-goal-celebrity {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12.1px;
  margin-left: -1.06px;
  margin-right: -1.06px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.usage__divider {
  height: 3px;
  position: relative;
  width: 85px;
}

.usage__maintenance {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  margin-left: -22.50px;
  margin-right: -22.50px;
  padding: 15px 0px 0px;
  position: relative;
}

.usage__maintenance-header {
  align-items: center;
  border: 1px solid;
  border-color: #1f2e72;
  border-radius: 9px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 5px 11px;
  position: relative;
  width: 279px;
}

.usage__maintenance-title {
  color: #1f2e72;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.usage__maintenance-table {
  align-items: center;
  border: 1.8px solid;
  border-color: #1f2e72;
  border-radius: 9px;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: 279px;
}

.usage__maintenance-row-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 67px;
}

.usage__maintenance-cell-header {
  align-items: center;
  background-color: #1f2e72;
  display: flex;
  gap: 40.98px;
  height: 33px;
  justify-content: center;
  padding: 1.46px 17.56px;
  position: relative;
  width: 67px;
}

/* Maintenance header cell text: white, horizontal, YuGothic Bold */
.usage__maintenance-cell-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13.2px;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  text-orientation: mixed;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.usage__maintenance-cell {
  align-items: center;
  background-color: #ffffff;
  border: 0.9px solid;
  border-color: #1f2e72;
  display: flex;
  flex: 0 0 auto;
  gap: 24.81px;
  justify-content: center;
  overflow: hidden;
  padding: 9px 17.56px;
  position: relative;
  height: 48px;
  width: 67px;
}

.usage__maintenance-cell-value {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  height: 30.6px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.2px;
  margin-left: -34.46px;
  margin-right: -17.56px;
  margin-top: -0.90px;
  position: relative;
  text-align: center;
  width: 100.8px;
}

.usage__maintenance-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  width: 198px;
}

.usage__maintenance-cell-goal-header {
  align-items: center;
  background-color: #1f2e72;
  display: flex;
  gap: 40.98px;
  height: 33px;
  justify-content: center;
  margin-right: -14.00px;
  padding: 1.46px 17.56px;
  position: relative;
  width: 212px;
}

.usage__maintenance-cell-goal {
  align-items: center;
  background-color: #ffffff;
  border: 0.9px solid;
  border-color: #1f2e72;
  display: flex;
  gap: 24.81px;
  height: 48px;
  justify-content: center;
  margin-right: -14.00px;
  padding: 9px 17.56px;
  position: relative;
  width: 212px;
}

.usage__maintenance-cell-goal-text {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.2px;
  margin-left: -5.56px;
  margin-right: -5.56px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.usage__maintenance-cell-goal-alt {
  align-items: center;
  background-color: #ffffff;
  border: 0.9px solid;
  border-color: #1f2e72;
  display: flex;
  gap: 24.81px;
  height: 48px;
  justify-content: center;
  margin-right: -14.00px;
  padding: 9px 17.56px;
  position: relative;
  width: 212px;
}

.usage__maintenance-cell-goal-text-alt {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13.2px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.usage__disclaimer {
  color: #000000;
  font-family: "YuGothic-Medium", Helvetica;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

/* ===== File: src/screens/MagicWhitening/sections/Problems/style.css ===== */
.problems {
  align-items: center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/solution-background.webp);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  padding: 144px 16px 25px;
  position: relative;
  width: 375px;
}

.problems__gradient-overlay {
  background: linear-gradient(
    180deg,
    rgba(8, 45, 191, 0) 0%,
    rgba(5, 29, 123, 1) 42%
  );
  position: absolute;
  bottom: 0;
  height: 668px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  pointer-events: none;
  z-index: 0; /* stays behind content and products */
}

.problems__content-card {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(177, 180, 192, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: calc(50.00% - 170px);
  padding: 16px 0px;
  position: absolute;
  top: -672px;
  width: 340px;
  z-index: 1; /* below product images */
}

.problems__title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 340px;
}

.problems__title-text {
  letter-spacing: 0.12px;
}

.problems__title-highlight {
  font-size: 28px;
  letter-spacing: 0.24px;
  line-height: 56px;
}

.problems__list {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
}

.problems__item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.problems__item-icon {
  height: 26px;
  position: relative;
  width: 26px;
}

.problems__item-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.98px;
  line-height: 18.6px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.problems__woman-image {
  height: 224.66px;
  position: relative;
  width: 340px;
}

.problems__solution {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 9px;
  padding: 0px 0px 15px;
  position: relative;
}

.problems__solution-intro {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 340px;
}

.problems__solution-logo {
  height: 108.17px;
  position: relative;
  width: 246.19px;
}

.problems__solution-subtitle {
  color: #0d1f5d;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 28px;
  position: relative;
  text-align: center;
  width: 340px;
}

.problems__solution-conclusion {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 340px;
}

.problems__solution-conclusion-text {
  letter-spacing: 0.12px;
}

.problems__solution-conclusion-highlight {
  font-size: 28px;
  letter-spacing: 0.24px;
  line-height: 56px;
}

/* Ensure Mincho + bold applies to Problems key text fragments */
.problems__title,
.problems__title-text,
.problems__title-highlight,
.problems__solution-conclusion,
.problems__solution-conclusion-text,
.problems__solution-conclusion-highlight {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif !important;
  font-weight: 700 !important;
}

/* Ensure Problems reason title and number use Mincho + bold */
.problems__reason-title,
.problems__reason-title-text,
.problems__reason-title-number {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif !important;
  font-weight: 700 !important;
}

/* Ensure the "Reason" label fragments use Didot Bold consistently */
.problems__reason-number-text,
.convenience__reason-text,
.problems__reason-number-value {
  font-family: "Didot-Bold", "Didot", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
}

/* Ensure LED title fragments use Mincho + bold */
.problems__reason-led-title,
.problems__reason-led-title-text,
.problems__reason-led-title-highlight {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif !important;
  font-weight: 700 !important;
}

.problems__underline {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #ffffff;
  z-index: 1; /* keep underline behind product images */
  pointer-events: none;
}

.problems__product-showcase {
  height: 271px;
  margin-left: -5.50px;
  margin-right: -5.50px;
  position: relative;
  width: 354px;
  z-index: 900; /* ensure showcase stack above nearby content */
  overflow: visible !important; /* prevent any clipping of children */
}

.problems__product-images {
  height: 417px;
  left: -135px;
  position: relative;
  top: -87px;
  width: 492px;
  z-index: 1000; /* ensure product images stack above other section content */
  overflow: visible !important; /* avoid clipping positioned children */
}

.problems__product-image-1 {
  aspect-ratio: 0.85;
  height: 240px;
  left: 298px;
  object-fit: contain; /* align PNG framing with previous */
  object-position: center center !important;
  position: absolute;
  top: 94px;
  width: 201px;
  z-index: 1001; /* order under syringe but above others */
}

.problems__product-image-2 {
  aspect-ratio: 1.54;
  /* Scale up 1.5x while preventing cropping */
  height: auto; /* derive from width via aspect-ratio */
  left: -116px; /* shift 10px further left */
  /* Show full syringe without cropping its bottom */
  object-fit: contain;
  object-position: center center !important;
  position: absolute;
  top: 0px; /* moved up by another ~20px */
  width: 700px; /* half of previous 1034.3px */
  max-width: none !important; /* override global .magic-whitening img { max-width:100% } */
  z-index: 2000 !important; /* bring syringe above all within problems */
}

/* Ensure no upstream style overrides position for syringe image */
.problems .problems__product-image-2 {
  left: -116px !important; /* keep override in sync */
  transform: none !important;
}

.problems__reason-section {
  align-items: center;
  background-color: #ffffff;
  border-radius: 26px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 15px 0px 30px;
  position: relative;
  width: 340px;
}

.problems__reason-header {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.problems__reason-number {
  color: #6576b7;
  font-family: "Didot-Bold", Helvetica;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.problems__reason-number-text {
  letter-spacing: 0.12px;
}

.problems__reason-number-value {
  font-family: "Didot-Bold", "Didot", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
  font-size: 25px;
  letter-spacing: 0.19px;
  line-height: 50px;
}

.problems__reason-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -15px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.problems__reason-title-text {
  letter-spacing: 0.19px;
}

.problems__reason-title-number {
  font-size: 41px;
  letter-spacing: 0.50px;
  line-height: 61.5px;
}

.problems__reason-visual {
  background: linear-gradient(
    136deg,
    rgba(229, 229, 229, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 290px;
}

.problems__reason-products {
  height: 256px;
  left: -71px;
  position: relative;
  top: -66px;
  transform: rotate(4.36deg);
  width: 339px;
}

.problems__reason-product-1 {
  aspect-ratio: 1.54;
  height: 160px;
  left: 73px;
  object-fit: cover;
  position: absolute;
  top: 63px;
  transform: rotate(-4.36deg);
  width: 277px;
}

.problems__reason-product-2 {
  aspect-ratio: 1.54;
  height: 160px;
  left: 73px;
  object-fit: cover;
  position: absolute;
  top: 65px;
  transform: rotate(-4.36deg);
  width: 225px;
}

.problems__reason-description {
  height: 200px;
  position: relative;
  width: 292.5px;
}

.problems__reason-description-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  left: 1px;
  letter-spacing: 0;
  line-height: 25.2px;
  position: absolute;
  top: 0;
  width: 290px;
}

.problems__reason-highlight-1 {
  background-color: #ffd6f2;
  height: 12px;
  left: 237px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 86px;
  width: 45px;
}

.problems__reason-highlight-2 {
  background-color: #ffd6f2;
  height: 12px;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 111px;
  width: 145px;
}

.problems__reason-comparison {
  align-items: center;
  background-color: #eceff5;
  border-radius: 15px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  overflow: hidden;
  padding: 24px 43px 17px;
  position: relative;
  width: 290px;
}

.problems__reason-comparison-icon {
  height: 82px;
  position: relative;
  width: 68px;
}

.problems__reason-comparison-content {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  margin-left: -18.00px;
  margin-right: -18.00px;
  position: relative;
}

.problems__reason-comparison-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.problems__reason-comparison-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  width: 240px;
}

.problems__reason-led-title {
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.60px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.problems__reason-led-title-text {
  letter-spacing: 0.12px;
}

.problems__reason-led-title-highlight {
  font-size: 28px;
  letter-spacing: 0.24px;
  line-height: 42px;
}

.problems__reason-led-image {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 1) 71%,
    rgba(245, 245, 245, 1) 100%
  );
  height: 160px;
  overflow: hidden; /* ensure inner image never exceeds container */
  position: relative;
  width: 290px;
}

.problems__reason-led-product {
  /* Shrink image to fit with padding inside container */
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.problems__reason-led-description {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 290px;
}

.problems__reason-led-caption {
  color: #0d1f5d;
  font-family: "Yu Gothic", "YuGothic", "YuGothic-Regular", "Yu Gothic", sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin-top: 6px;
  text-align: center;
  width: 290px;
}

/* ===== File: src/screens/MagicWhitening/sections/Lifestyle/style.css ===== */
.lifestyle {
  align-items: center;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/lifestyle-background.webp);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 18px;
  padding: 50px 0px;
  position: relative;
  width: 375px;
}

.lifestyle__title {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 37.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.lifestyle__scenarios {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  position: relative;
  width: 320px;
}

.lifestyle__scenario {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
}

.lifestyle__scenario-content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
}

.lifestyle__scenario-text {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36.0px;
  position: relative;
  text-align: right;
  width: 183px;
}

.lifestyle__scenario-image {
  height: 126px;
  margin-right: -27.50px;
  position: relative;
  width: 144.5px;
}

.lifestyle__scenario-content-reverse {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.lifestyle__scenario-image-reverse {
  height: 126px;
  margin-left: -27.50px;
  position: relative;
  width: 144.5px;
}

.lifestyle__scenario-text-reverse {
  color: #ffffff;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36.0px;
  position: relative;
  width: 183px;
}

/* ===== File: src/screens/MagicWhitening/sections/FAQ/style.css ===== */
.faq {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0px 50px;
  position: relative;
  width: 375px;
}

.faq__header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.faq__title {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Didot-Bold", Helvetica;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 62px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.faq__subtitle {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: 1.02px;
  line-height: 19.0px;
  margin-top: -11px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq__list {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 28px;
  padding: 15px 0px 0px;
  position: relative;
}

.faq__item {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.faq__question {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.faq__question-icon {
  color: #0d1f5d;
  font-family: "Didot-Bold", Helvetica;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 28.0px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faq__question-text {
  color: #50403b;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  width: 285px;
}

.faq__expand-icon {
  height: 20.8px;
  position: relative;
  width: 19.2px;
}

/* ===== File: src/screens/MagicWhitening/sections/FAQ/components/style.css ===== */
/* Common styles for FAQ item components.
   Keep minimal to avoid conflicts; base styles come from ../style.css */

.faq__question {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 35px 1fr 19.2px; /* icon | text | chevron */
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

/* Flip chevron when open */
.faq__expand-icon {
  transition: transform 150ms ease;
  transform-origin: center;
}

.faq__item--open .faq__expand-icon {
  transform: scaleY(-1);
}

.faq__answer {
  display: none; /* hidden by default */
  margin-top: 8px;
  width: min(100%, calc(35px + 10px + 285px)); /* match question width */
  align-self: flex-start;
}

.faq__item--open .faq__answer {
  display: grid; /* show when open */
  grid-template-columns: 35px minmax(0, 285px); /* icon | text */
  align-items: flex-start;
  gap: 10px;
}

/* Use separate classes so colors can differ while keeping identical typography */
.faq__question-icon {
  color: #0d1f5d; /* question color */
  font-family: "Didot", "Didot-Bold", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
  font-size: 35px;
  letter-spacing: 1.75px;
  line-height: 28px;
  width: 35px;
  text-align: center;
}

.faq__answer-icon {
  color: #7886BA; /* brighter answer color */
  font-family: "Didot", "Didot-Bold", "Didot LT STD", "Bodoni 72", serif !important;
  font-weight: 700 !important;
  font-size: 35px;
  letter-spacing: 1.75px;
  line-height: 28px;
  width: 35px;
  text-align: center;
}

.faq__answer-text {
  color: #50403B;
  font-family: "YuGothic-Bold", Helvetica;
  font-weight: 700;
  line-height: 1.6;
  width: 285px;
}

/* ===== File: src/screens/MagicWhitening/sections/Testimonials/style.css ===== */
.testimonials {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(241, 248, 253, 1) 0%,
    rgba(215, 223, 255, 1) 100%
  );
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  padding: 30px 0px 50px;
  position: relative;
  width: 375px;
}

.testimonials__header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.testimonials__title {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Didot-Bold", Helvetica;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 62px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.testimonials__subtitle {
  color: #0d1f5d;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: 1.02px;
  line-height: 19.0px;
  margin-top: -11px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.testimonials__list {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 140px;
  padding: 79px 0px 0px;
  position: relative;
}

.testimonials__item {
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  padding: 40px 0px 29px;
  position: relative;
  width: 350px;
}

.testimonials__item-text {
  color: #50403b;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
  width: 313px;
}

.testimonials__item-profile {
  align-items: flex-start;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  left: calc(50.00% - 174px);
  position: absolute;
  top: -99px;
}

/* Place avatar to the right for the second testimonial only */
.testimonials__list > .testimonials__item:nth-child(2) .testimonials__item-profile {
  flex-direction: row-reverse;
}

.testimonials__item-avatar {
  background-color: #d0d0d0;
  border-radius: 60.36px;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.testimonials__item-avatar-wrapper {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/testimonials-avatar-overlay.webp);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
  width: 120px;
  position: relative;
}

.testimonials__item-avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  margin: 0;
  position: relative;
  top: -1px;
}

.testimonials__item-info {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 7px;
  position: relative;
}

.testimonials__item-quote {
  color: #4b5c9d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700; /* bold for stronger emphasis */
  letter-spacing: 0;
  line-height: 31.2px;
  margin-top: -1.00px;
  position: relative;
  width: 217px;
}

.testimonials__item-author {
  color: #50403b;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 18px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.testimonials__item-avatar-image-alt {
  aspect-ratio: 1.46;
  height: 120px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 120px;
}

.testimonials__item-avatar-overlay {
  background: linear-gradient(
    180deg,
    rgba(219, 218, 223, 1) 40%,
    rgba(217, 212, 216, 1) 72%
  );
  border-radius: 39px;
  height: 78px;
  left: 99px;
  position: absolute;
  top: 16px;
  width: 78px;
}

/* ===== File: src/screens/MagicWhitening/sections/CaseStudies/style.css ===== */
.case-studies {
  align-items: center;
  align-self: stretch;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 0.85) 11px, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 100%),
    url("https://d2w53g1q050m78.cloudfront.net/magicwhiteningjp/uploads/assets/case-studies-background.webp");
  background-position: center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8.33px;
  padding: 30px 12.5px 50px;
  position: relative;
  width: 100%;
}

.case-studies__title {
  align-self: stretch;
  color: #0d1f5d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 50px;
  margin-top: -1.04px;
  position: relative;
  text-align: center;
}

@import "~slick-carousel/slick/slick.css";
@import "~slick-carousel/slick/slick-theme.css";

.case-studies__carousel-container {
  width: 100%;
  max-width: calc(333.34px + 72px); /* image width + larger left/right gutters for arrows */
  margin: 0 auto;
  position: relative;
}

.case-studies__slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  outline: none;
}

.case-studies__images {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 333.34px; /* cap to original design width */
  aspect-ratio: 333.34 / 114.58;
  height: auto;
}

.case-studies__image-container--before,
.case-studies__image-container--after {
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative;
}

.case-studies__image-container--before {
  background-color: #909090;
  border-radius: 3.12px 0px 0px 3.12px;
  z-index: 2; /* ensure BEFORE container content (labels) sit above AFTER at the seam */
}

.case-studies__image-container--after {
  background-color: #de5b8b;
  border-radius: 0px 3.12px 3.12px 0px;
  z-index: 1;
}

.case-studies__image {
  position: absolute;
  /* Fill remaining height under the label and bleed 1px to hide seams */
  top: 23px; /* approx label bottom (22.4px) + 0.6px */
  left: -1px; /* shift 1px left */
  right: auto; /* let width control the right edge */
  width: calc(100% + 2px); /* widen exactly by +2px total */
  height: calc(100% - 21px); /* +1px taller */
  object-fit: cover;
  z-index: 0; /* ensure image stays behind labels/divider */
}

/* Prevent global .magic-whitening img rules from constraining case images */
.magic-whitening .case-studies__image {
  max-width: none !important;
  width: calc(100% + 2px) !important;
  height: calc(100% - 21px) !important;
}

.case-studies__label {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "Avenir-Medium", Helvetica;
  font-size: 11.2px;
  font-weight: 500;
  letter-spacing: 0.78px;
  line-height: 22.4px;
  white-space: nowrap;
  text-align: center;
  z-index: 3; /* ensure label is above image and divider */
  pointer-events: none;
}

/* Re-center BEFORE label inside its container */
.case-studies__image-container--before .case-studies__label {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.case-studies__divider {
  background-color: #de5b8b;
  height: 21px;
  position: absolute;
  left: calc(50% - 4.5px + 4px); /* shift seam total 4px to the right */
  top: 0;
  width: 9px;
  z-index: 1;
}

.case-studies__divider-line {
  height: 21px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 8px;
}

/* Slick carousel custom styles */
.case-studies__carousel-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.case-studies__carousel-container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.case-studies__carousel-container .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.case-studies__carousel-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.case-studies__carousel-container .slick-prev,
.case-studies__carousel-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.case-studies__carousel-container .slick-prev:before,
.case-studies__carousel-container .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #0d1f5d;
}

.case-studies__carousel-container .slick-prev {
  left: -25px;
}

.case-studies__carousel-container .slick-next {
  right: -25px;
}

.case-studies__carousel-container .slick-dots {
  position: relative;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 7.84px;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.case-studies__carousel-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px;
  min-height: 8px;
  max-width: 8px;
  max-height: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto !important;
}

.case-studies__carousel-container .slick-dots li button {
  font-size: 0;
  line-height: 8px !important;
  position: relative;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px;
  min-height: 8px;
  max-width: 8px;
  max-height: 8px;
  padding: 0 !important;
  cursor: pointer;
  color: transparent;
  border: 0 !important; /* draw circle in ::after to avoid box-sizing quirks */
  outline: none;
  background: transparent !important;
  border-radius: 0;
  box-sizing: content-box !important;
  flex: 0 0 auto !important;
}

.case-studies__carousel-container .slick-dots li button:before {
  display: none;
}

.case-studies__carousel-container .slick-dots li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0.5px solid #0d1f5d;
  background: transparent;
  box-sizing: border-box;
}

.case-studies__carousel-container .slick-dots li.slick-active button::after {
  background-color: #0d1f5d;
}

.case-studies__disclaimer {
  height: 72px;
  position: relative;
  width: 264px;
}

.case-studies__disclaimer-text {
  color: #d30000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 14.6px;
  font-weight: 700;
  left: calc(50.00% - 125px);
  letter-spacing: 1.02px;
  line-height: 19.0px;
  position: absolute;
  text-align: center;
  top: 17px;
}

.case-studies__details {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 9.24px;
  padding: 11.55px 0px;
  position: relative;
}

.case-studies__detail-item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9.24px;
  justify-content: center;
  position: relative;
}

.case-studies__detail-label {
  background-color: #e9eeff;
  border-radius: 30.02px;
  height: 26.56px;
  overflow: hidden;
  position: relative;
  width: 94.69px;
}

.case-studies__detail-label-text {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 13.9px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 10px);
  white-space: nowrap;
}

.case-studies__detail-content {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.case-studies__detail-description {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 12.7px;
  font-weight: 700;
  letter-spacing: 0.89px;
  line-height: 16.9px;
  margin-top: -1.15px;
  position: relative;
  width: fit-content;
}

.case-studies__price {
  color: #000000;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 16.2px;
  font-weight: 400; /* ensure not bold */
  letter-spacing: 1.13px;
  line-height: 21.5px;
  margin-top: -1.15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.case-studies__price-unit {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.97px;
  line-height: 18.4px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.case-studies__price-unit-yen {
  letter-spacing: 0.13px;
}

.case-studies__price-unit-tax {
  font-size: 9.2px;
  letter-spacing: 0.06px;
  line-height: 12.3px;
}

.case-studies__side-effects-label {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11.5px;
  font-weight: 700;
  left: calc(50.00% - 40px);
  letter-spacing: 0.81px;
  line-height: 15.4px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 8px);
  white-space: nowrap;
}

.case-studies__side-effects-label-text {
  letter-spacing: 0.09px;
}

.case-studies__side-effects-label-text-small {
  letter-spacing: -0.25px;
}

.case-studies__side-effects-label-separator {
  letter-spacing: -0.37px;
}

.case-studies__side-effects-description {
  color: #000000;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.81px;
  line-height: 15.4px;
  margin-top: -1.15px;
  position: relative;
  width: fit-content;
}

.case-studies__wave-divider {
  position: absolute;
  display: block;
  object-fit: cover;
  pointer-events: none;
  left: -1px;
  top: -47px;
  width: calc(100% + 2px);
  height: 48px;
}

/* ===== Custom Vanilla-only tweaks ===== */
/* Horizontal slider for Case Studies */
.case-studies__carousel-container { overflow: hidden; position: relative; padding: 0; }
.case-studies__slides {
  display: flex;
  gap: 0;
  will-change: transform;
  transition: transform 300ms ease;
}
.case-studies__slide {
  display: flex !important;
  flex: 0 0 100%;
  justify-content: center;
  overflow: hidden; /* ensure inner content never bleeds into next slide */
}
.case-studies__nav { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 12px; }
.case-studies__dot {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px;
  min-height: 8px;
  max-width: 8px;
  max-height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  box-sizing: content-box;
  flex: 0 0 8px; /* prevent flex grow/shrink */
  padding: 0 !important; /* reset native button padding */
  border: 0 !important; /* reset native button border */
  margin: 0 !important;
  line-height: 8px !important;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.case-studies__dot.is-active { background: #0d1f5d; }
.case-studies__carousel-container .slick-dots,
.case-studies__carousel-container .slick-dots li,
.case-studies__carousel-container .slick-dots li button {
  transform: none !important;
}
.case-studies__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0; /* arrows sit in the padding area of the container */
  z-index: 2;
  pointer-events: none; /* allow only buttons to be clickable */
}
/* Triangle buttons in color #0E1F5E */
.case-studies__arrow {
  width: 0;
  height: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 0;
  font-size: 0; /* hide text while keeping accessible label */
  pointer-events: auto;
}
.case-studies__arrow[data-dir="prev"] {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #0E1F5E;
}
.case-studies__arrow[data-dir="next"] {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #0E1F5E;
}
.case-studies__arrow:focus-visible {
  outline: 2px solid #0E1F5E;
  outline-offset: 2px;
}
/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

​
/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
​
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
​
/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
​
/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
​
/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}
​
/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pricing__plan-content-description--premium,
.pricing__plan-content-description--premium-alt {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
