.mouthpiece-lp,
.mouthpiece-lp * {
  box-sizing: border-box;
}
  
  .mouthpiece-lp {
    --lp-pink: #e83f78;
    --lp-orange: #ec7612;
    --lp-orange-dark: #d86408;
    --lp-ink: #433640;
    --lp-white: #ffffff;
    --lp-muted: #746a72;
    --lp-line: #e7dfe4;
    overflow: hidden;
    width: 100%;
    padding-bottom: calc(var(--global-sticky-cta-height, 0px) + env(safe-area-inset-bottom) + 24px);
    background: var(--lp-white);
    color: var(--lp-ink);
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
  }
  
  .lp-design-intro .fontsize-15,
  .lp-price .fontsize-15 {
    font-size: 15px;
  }
  
  .lp-about-lead .fontsize-14-5 {
    font-size: 14.5px;
  }
  
  .lp-benefits .fontsize-14,
  .lp-price .fontsize-14,
  .lp-flow .fontsize-14,
  .lp-care .fontsize-14 {
    font-size: 14px;
  }
  
  .lp-design-intro .fontsize-12,
  .lp-price .fontsize-12,
  .lp-flow .fontsize-12,
  .lp-care .fontsize-12 {
    font-size: 12px;
  }
  
  .mouthpiece-lp .profile-container .profile-content {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .mouthpiece-lp .lp-profile-container {
    max-width: 900px;
    margin: 110px auto 0;
    padding-inline: 15px;
  }
  
  .mouthpiece-lp a {
    color: inherit;
    text-decoration: none;
  }

  .mouthpiece-lp a:hover {
    opacity: 1;
  }

  .mouthpiece-jewelry-page :where(a):focus-visible {
    outline: 2px solid #e83f78;
    outline-offset: 3px;
  }

  .mouthpiece-lp .tel a,
  .mouthpiece-lp .lp-access-link {
    color: #005dc0;
  }

  .mouthpiece-lp .lp-price-contact-link,
  .mouthpiece-lp .lp-access-link {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .mouthpiece-lp .lp-price-contact-link {
    color: #ff6e9f;
    font-weight: 550;
    letter-spacing: 0.06em;
  }

  .mouthpiece-lp .map iframe {
    border: 0;
  }

  .mouthpiece-lp .lp-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }

  .mouthpiece-jewelry-page .menu-toggle {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
  }

  .mouthpiece-jewelry-page .menu-toggle:focus-visible {
    outline: 2px solid #e83f78;
    outline-offset: 4px;
  }

  .mouthpiece-jewelry-page .sp-fixed-footer-web {
    z-index: 998;
  }

  .mouthpiece-jewelry-page .sp-fixed-footer-web a:hover {
    opacity: 1;
  }

  .mouthpiece-jewelry-page .sp-fixed-footer-web a:focus-visible {
    outline: 3px solid #30242c;
  }
  
  .mouthpiece-lp img,
  .mouthpiece-lp video {
    display: block;
    max-width: 100%;
  }
  
  .mouthpiece-lp button,
  .mouthpiece-lp summary {
    font: inherit;
  }
  
  .mouthpiece-lp section[id] {
    scroll-margin-top: var(--site-header-height, 60px);
  }

  .lp-breadcrumb {
    width: 100%;
    border-top: 1px solid #fff4fa;
    border-bottom: 1px solid rgba(232, 63, 120, 0.07);
    background: linear-gradient(90deg, #fffafd 0%, #fff8fb 50%, #fffafd 100%);
  }

  .lp-breadcrumb-list {
    display: flex;
    align-items: center;
    width: min(calc(100% - 40px), 1160px);
    min-height: 40px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }

  .lp-breadcrumb-list li {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    color: #887781;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.035em;
    white-space: nowrap;
  }

  .lp-breadcrumb-list li + li::before {
    margin: 0 9px;
    color: #e983a7;
    content: "›";
    font-size: 15px;
    font-weight: 400;
  }

  .lp-breadcrumb-list li:last-child {
    min-width: 0;
    overflow: hidden;
    color: #76646f;
    font-weight: 500;
    text-overflow: ellipsis;
  }

  .lp-breadcrumb-list a {
    color: #887781;
    text-decoration: none;
  }

  .lp-breadcrumb-list a:hover,
  .lp-breadcrumb-list a:focus-visible {
    color: var(--lp-pink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (max-width: 800px) {
    .lp-breadcrumb-list {
      width: calc(100% - 24px);
      min-height: 30px;
    }

    .lp-breadcrumb-list li {
      font-size: 10px;
      letter-spacing: 0.01em;
      line-height: 1.3;
    }

    .lp-breadcrumb-list li + li::before {
      margin-inline: 5px;
      font-size: 12px;
    }
  }
  
  .lp-content {
    width: min(calc(100% - 40px), 960px);
    margin-inline: auto;
  }
  
  .lp-hero {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 863 / 1138;
    overflow: hidden;
    margin-inline: auto;
    background: #fde7ef;
    color: var(--lp-ink);
  }
  
  @media (min-width: 1501px) {
    .lp-hero::after {
      position: absolute;
      z-index: 1;
      inset: 0;
      background: linear-gradient(
        90deg,
        #fff 0%,
        rgba(255, 255, 255, 0.75) 1.5%,
        rgba(255, 255, 255, 0.3) 3.5%,
        rgba(255, 255, 255, 0) 7%,
        rgba(255, 255, 255, 0) 93%,
        rgba(255, 255, 255, 0.3) 96.5%,
        rgba(255, 255, 255, 0.75) 98.5%,
        #fff 100%
      );
      content: "";
      pointer-events: none;
    }
  }
  
  @media (min-width: 400px) and (max-width: 480px) {
    .lp-hero {
      aspect-ratio: 30 / 36;
    }
  }
  
  @media (min-width: 481px) and (max-width: 560px) {
    .lp-hero {
      aspect-ratio: 30 / 33;
    }
  }
  
  @media (min-width: 561px) and (max-width: 640px) {
    .lp-hero {
      aspect-ratio: 30 / 30;
    }
  }
  
  @media (min-width: 641px) and (max-width: 740px) {
    .lp-hero {
      aspect-ratio: 30 / 27;
    }
  }
  
  @media (min-width: 741px) and (max-width: 800px) {
    .lp-hero {
      aspect-ratio: 30 / 26;
    }
  }
  
  .mouthpiece-lp .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff4f6;
  }
  
  .mouthpiece-lp .hero-media-picture,
  .mouthpiece-lp .hero-media-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .mouthpiece-lp .hero-media-picture {
    display: block;
  }
  
  .mouthpiece-lp .hero-media-image {
    object-fit: cover;
    z-index: 1;
    object-position: center 20%;
  }
  
  .lp-hero-scrim {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 250, 252, 0) 0%, rgba(255, 250, 252, 0) 24%, rgba(254, 242, 247, 0.06) 32%, rgba(253, 235, 242, 0.21) 40%, rgba(252, 231, 239, 0.41) 48%, rgba(252, 231, 239, 0.62) 58%, rgba(250, 243, 246, 0.75) 70%);
  }
  
  @media screen and (min-width: 801px)  {
    .lp-hero-scrim {
      background: linear-gradient(270deg, rgba(255, 250, 252, 0) 0%, rgba(255, 250, 252, 0) 43%, rgba(254, 242, 247, 0.06) 49%, rgba(253, 235, 242, 0.21) 55%, rgba(252, 231, 239, 0.41) 61%, rgba(252, 231, 239, 0.62) 68.5%, rgba(250, 243, 246, 0.78) 77.5%);
    }
  }
  
  
  .lp-hero-copy {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 25px;
    left: 20px;
  }
  
  .lp-hero-catch {
    margin: 15px 0 0;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: #c3398f;
    text-shadow: 1px 1px 0 #ffc0d4;
  }
  
  .lp-hero-catch strong {
    font-size: 24px;
  }
  
  .lp-hero-catch sup {
    color: rgba(101, 83, 97, 0.72);
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
  }
  
  .lp-hero h1 {
    margin: 9px 0 0;
    font-family: "Arial Black", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
    font-size: clamp(30px, 7.4vw, 38px);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.47;
    color: #f22991;
    -webkit-text-fill-color: #ff6cb8;
    -webkit-text-stroke: 2px #ffffff;
    paint-order: stroke fill;
    text-shadow:
      1px 1px 0 #ffffff,
      2px 2px 0 #ec7ae1,
      3px 3px 0 #b0ecff,
      4px 4px 0 #e3faff;
  }
  
  .lp-hero h1 span {
    display: block;
  }
  
  .mouthpiece-lp .font-pop-3d {
    display: inline-block;
  
    color: #f22991;
    font-weight: 700;
    line-height: 1.47;
    letter-spacing: 0.04em;
    -webkit-text-fill-color: #ff65b5;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    text-shadow:
      1px 1px 0 #fff,
      2px 2px 0 #92e5ff,
      3px 3px 0 #e3faff;
  }
  
  .lp-hero-title-line {
    white-space: nowrap;
  }
  
  .lp-hero-delivery-note {
    display: flex;
    align-items: baseline;
    gap: 4px;
    width: min(100%, 420px);
    margin: 15px 0 0;
    padding: 9px 0;
    border-top: 1px solid rgba(67, 54, 64, 0.24);
    border-bottom: 1px solid rgba(67, 54, 64, 0.24);
    color: rgba(67, 54, 64, 0.78);
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  
  .lp-hero-delivery-note strong {
    color: var(--lp-ink);
    font-size: 16px;
    font-weight: 700;
  }
  
  .lp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 350px);
    min-height: 50px;
    margin-top: 15px;
    padding: 0 18px;
    border: 2px solid #d5ced4;
    border-radius: 0;
    background: var(--lp-orange);
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
    transition: background-color 160ms ease, border-color 160ms ease;
  }
  
  .lp-cta:hover,
  .lp-cta:focus-visible {
    border-color: var(--lp-orange-dark);
    background: var(--lp-orange-dark);
  }
  
  .lp-cta > span:last-child {
    flex: 0 0 auto;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 800;
  }
  
  .lp-cta:focus-visible {
    outline: 3px solid #30242c;
    outline-offset: 3px;
  }
  
  .lp-faq summary:focus-visible {
    outline: 2px solid rgba(232, 63, 120, 0.5);
    outline-offset: 3px;
  }
  
  .lp-design {
    padding: 60px 0 55px;
    background: #ed5b8c;
    color: #fff;
  }
  
  .lp-heading {
    width: min(calc(100% - 40px), 1080px);
    margin-inline: auto;
  }
  
  .lp-heading > p {
    margin: 0;
    color: var(--lp-pink);
    font-size: 39px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  
  .lp-heading h2 {
    margin: 11px 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
  
  .lp-heading-light > p,
  .lp-heading-light h2 {
    color: #fff;
  }
  
  .lp-design-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: calc(100% - 40px);
    margin: 29px auto 0;
    padding: 0;
  }
  
  .lp-design-intro {
    width: calc(100% - 40px);
    margin: 26px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
  }
  
  .lp-design-intro strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.65;
    color: #fff;
  }
  
  .lp-design-intro p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.9;
  }
  
  .lp-design-intro small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.7;
  }
  
  .lp-design-item {
    min-width: 0;
    margin: 0;
  }
  
  .lp-design-image {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border: 0;
    background: #ddd;
    cursor: zoom-in;
  }
  
  .lp-design-image:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -3px;
  }
  
  .lp-design-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
  }
  
  .lp-lightbox {
    width: min(calc(100% - 24px), 980px);
    max-width: none;
    max-height: calc(100svh - 24px);
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
  }
  
  .lp-lightbox::backdrop {
    background: rgba(48, 36, 44, 0.86);
  }
  
  .lp-lightbox-panel {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-height: calc(100svh - 24px);
  }
  
  .lp-lightbox-image {
    width: auto;
    max-width: 100%;
    max-height: calc(100svh - 24px);
    object-fit: contain;
    background: #f8eef2;
  }
  
  .lp-lightbox-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.94);
    color: var(--lp-ink);
    cursor: pointer;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
  }
  
  .lp-lightbox-close:focus-visible {
    outline: 3px solid var(--lp-pink);
    outline-offset: 2px;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .lp-design-image img {
      transition: transform 180ms ease;
    }
  
    .lp-design-image:hover img,
    .lp-design-image:focus-visible img {
      transform: scale(1.025);
    }
  }
  
  .lp-design-note {
    width: calc(100% - 40px);
    margin: 9px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.7;
  }
  
  .lp-design-note p {
    margin: 0;
  }
  
  .lp-design-note p + p {
    margin-top: 2px;
  }
  
  .lp-about {
    padding-top: 60px;
    padding-bottom: 88px;
  }
  
  .lp-about .lp-heading,
  .lp-flow .lp-heading,
  .lp-faq .lp-heading {
    width: 100%;
  }
  
  .lp-about-lead {
    margin-top: 34px;
  }
  
  .lp-about-lead p {
    margin: 0;
    color: #2d2a2b;
    font-size: 15px;
    line-height: 2;
  }
  
  .lp-benefits {
    margin: 44px 0 0;
    padding: 0;
    border-top: 1px solid var(--lp-line);
    list-style: none;
  }
  
  .lp-benefits li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 8px;
    padding: 25px 0;
    border-bottom: 1px solid var(--lp-line);
  }
  
  .lp-benefits li > span {
    padding-top: 2px;
    color: var(--lp-pink);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  
  .lp-benefits h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
  }
  
  .lp-benefits p {
    margin: 7px 0 0;
    color: #413b40;
    font-size: 14px;
    line-height: 1.85;
  }
  
  .lp-price {
    padding: 54px 0 82px;
    background: #4e464b;
    color: #fff;
  }
  
  .lp-price .lp-heading {
    width: 100%;
  }
  
  .lp-price-table {
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  
  .lp-price-table article {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "plan value"
      "scope value";
    gap: 8px 12px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  
  .lp-price-table article > div:first-child {
    grid-area: plan;
  }
  
  .lp-price-table article > div:nth-child(2) {
    grid-area: scope;
  }
  
  .lp-price-table h3,
  .lp-price-table p {
    margin: 0;
  }
  
  .lp-price-table h3 {
    font-size: 20px;
    font-weight: 600;
  }
  
  .lp-price-table article > div p,
  .lp-price-table article > div small {
    display: block;
    color: rgba(255, 255, 255, 1.0);
    font-size: 13.6px;
  }
  
  .lp-price-table article > div:nth-child(2) span {
    font-size: 14px;
    font-weight: 500;
  }
  
  .lp-price-value {
    grid-area: value;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .lp-price-value-main {
    display: flex;
    align-items: baseline;
    color: var(--lp-pink);
  }
  
  .lp-price-value-main strong {
    font-size: 33px;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #ff5d94;
  }
  
  .lp-price-value-main span {
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
  }
  
  .lp-price-value .lp-price-value-sub {
    margin-top: 4px;
    color: #fff;
    font-size: 17px;
  }
  
  .lp-price-common {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    line-height: 1.7;
  }
  
  .lp-price-action {
    width: min(100%, 640px);
    margin: 36px auto 0;
    padding: 22px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );
    box-shadow: 0 18px 40px rgba(29, 18, 25, 0.18);
    text-align: center;
  }
  
  .lp-price-action > p {
    margin: 0;
  }

  .lp-price-action .lp-price-action-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .lp-price-action-access span::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 8px 2px 0;
    border-radius: 50%;
    background: #ff82aa;
    content: "";
  }

  .lp-price-action .lp-price-action-message {
    margin-top: 11px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.045em;
    line-height: 1.7;
  }

  @media (min-width: 801px) {
    .lp-price-action .lp-price-action-message {
      font-weight: 600;
    }

    .lp-price-action-message .lp-mobile-break {
      display: none;
    }
  }

  .lp-jewelry-cta {
    border-color: rgba(255, 255, 255, 0.72);
    background: linear-gradient(100deg, #ef4f88 0%, #f45f82 58%, #ec7612 100%);
    box-shadow: 0 8px 20px rgba(31, 17, 25, 0.24);
    transition: none;
  }

  .lp-price-action .lp-jewelry-cta {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding-inline: 20px;
  }

  .lp-jewelry-cta:hover,
  .lp-jewelry-cta:focus-visible {
    border-color: #fff;
    background: linear-gradient(100deg, #dc3f78 0%, #e34e72 58%, #d86408 100%);
  }

  .lp-hero-copy .lp-jewelry-cta,
  .lp-closing-copy .lp-jewelry-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    background: linear-gradient(105deg, #ff9b28 0%, #f27a16 48%, #e8660f 100%);
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.24),
      0 12px 26px rgba(164, 67, 9, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
    letter-spacing: 0.055em;
  }

  .lp-hero-copy .lp-jewelry-cta:hover,
  .lp-hero-copy .lp-jewelry-cta:focus-visible,
  .lp-closing-copy .lp-jewelry-cta:hover,
  .lp-closing-copy .lp-jewelry-cta:focus-visible {
    border-color: #fff;
    background: linear-gradient(105deg, #ff8e18 0%, #e96d0b 48%, #d95a06 100%);
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.3),
      0 16px 30px rgba(164, 67, 9, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .lp-jewelry-cta .lp-jewelry-cta-arrow {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 0.7px currentColor;
  }

  @media (max-width: 800px) {
    .lp-hero-copy .lp-jewelry-cta,
    .lp-closing-copy .lp-jewelry-cta,
    .lp-price-action .lp-jewelry-cta {
      padding-inline: 20px;
      font-size: clamp(13px, 3.5vw, 15px);
      letter-spacing: 0.015em;
    }

    .lp-hero-copy .lp-jewelry-cta > span:first-child,
    .lp-closing-copy .lp-jewelry-cta > span:first-child,
    .lp-price-action .lp-jewelry-cta > span:first-child {
      white-space: nowrap;
    }

    .lp-hero-copy .lp-jewelry-cta .lp-jewelry-cta-arrow,
    .lp-closing-copy .lp-jewelry-cta .lp-jewelry-cta-arrow,
    .lp-price-action .lp-jewelry-cta .lp-jewelry-cta-arrow {
      width: auto;
      height: auto;
      margin-left: 6px;
      font-size: 18px;
    }
  }
  
  .lp-flow {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  
  .lp-flow-list {
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--lp-line);
    list-style: none;
  }
  
  .lp-flow-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 8px;
    padding: 26px 0;
    border-bottom: 1px solid var(--lp-line);
  }
  
  .lp-flow-list li > span {
    color: var(--lp-pink);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.13em;
  }
  
  .lp-flow-list h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .lp-flow-list p {
    margin: 7px 0 0;
    color: #413b40;
    font-size: 14px;
    line-height: 1.85;
  }
  
  .lp-care {
    padding: 67px 0;
    background: #f1edef;
  }
  
  .lp-care-grid article + article {
    margin-top: 38px;
    padding-top: 34px;
    border-top: 1px solid #d7d0d3;
  }
  
  .lp-care-en {
    margin: 0;
    color: var(--lp-pink);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.18em;
  }
  
  .lp-care h2 {
    margin: 9px 0 18px;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.6;
  }
  
  .lp-care ul {
    margin: 0;
    padding-left: 1.15em;
  }
  
  .lp-care li,
  .lp-care article > p:not(.lp-care-en) {
    margin: 0;
    color: #2d292c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  
  .lp-care small {
    display: block;
    margin-top: 13px;
    color: #353035;
    font-size: 11.8px;
    font-weight: 500;
    line-height: 1.75;
  }
  
  .lp-faq {
    padding-top: 84px;
    padding-bottom: 90px;
  }
  
  .lp-faq-list {
    margin-top: 33px;
    border-top: 1px solid var(--lp-line);
  }
  
  .lp-faq-list details {
    border-bottom: 1px solid var(--lp-line);
  }
  
  .lp-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 67px;
    padding: 16px 1px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
  }
  
  .lp-faq-list summary::-webkit-details-marker {
    display: none;
  }
  
  .lp-faq-list summary span::before {
    margin-right: 9px;
    color: var(--lp-pink);
    content: "Q";
    font-size: 12px;
    font-weight: 600;
  }
  
  .lp-faq-list summary i {
    color: var(--lp-pink);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    transition: transform 160ms ease;
  }
  
  .lp-faq-list details[open] summary i {
    transform: rotate(45deg);
  }
  
  .lp-faq-list details > p {
    margin: 0;
    padding: 0 25px 21px;
    color: var(--lp-muted);
    font-size: 14px;
    line-height: 1.85;
  }
  
  .lp-closing-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 2.4;
    background: #ddd;
  }
  
  .lp-closing-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 49%;
  }
  
  .lp-closing-copy {
    padding: 55px 20px 61px;
    background: #ed5b8c;
    color: #fff;
  }
  
  .lp-closing-copy > p:first-child {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  
  .lp-closing-copy h2 {
    margin: 17px 0 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  
  .lp-closing-copy > p:nth-of-type(2) {
    margin: 20px 0 0;
    font-size: 14px;
  }
  
  .lp-closing-copy .lp-cta {
    margin-top: 21px;
  }
  
  @media (max-width: 380px) {

    .lp-hero-catch {
      font-size: 13.2px;
    }
    
    .lp-hero-catch strong {
      font-size: 21px;
    }
  }

  @media screen and (min-width: 640px) {
    .lp-closing {
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
      width: min(100%, 900px);
      aspect-ratio: 25 / 10;
      margin-inline: auto;
    }
  
    .lp-closing-image {
      aspect-ratio: auto;
      min-height: 0;
    }
  
    .lp-closing-copy {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 30px;
    }
  
    .lp-closing-copy > p:first-child {
      font-size: 40px;
    }
  
    .lp-closing-copy h2 {
      font-size: 30px;
    }
  
    .lp-closing-copy > p:nth-of-type(2) {
      font-size: 15px;
    }
  
    .lp-closing-copy .lp-cta {
      width: 390px;
      max-width: 100%;
    }
  }

  @media (min-width: 801px) {
    .lp-hero {
      aspect-ratio: 1672 / 941;
    }
  
    .mouthpiece-lp .hero-media-image {
      object-position: right 44%;
    }
  }
  
  @media (min-width: 1024px) {
    .mouthpiece-lp {
      --lp-shell: 1000px;
      font-size: 16px;
    }
  
    .lp-content,
    .lp-heading,
    .lp-design-track,
    .lp-design-note {
      width: min(calc(100% - 80px), var(--lp-shell));
      margin-inline: auto;
    }
  
    .lp-hero {
      aspect-ratio: 30 / 17;
    }
  
    .mouthpiece-lp .hero-media-image {
      object-position: center 44%;
    }
  
    .mouthpiece-lp .hero-media {
      right: 0;
      left: 0;
      width: 100%;
      max-width: none;
      transform: none;
    }
  
    .lp-hero-copy {
      right: auto;
      bottom: 30px;
      left: max(40px, calc((100% - var(--lp-shell)) / 2));
      width: min(660px, calc(100% - 140px));
    }
  
    .lp-hero-catch strong {
      font-size: 30px;
    }
  
    .lp-hero-catch sup {
      font-size: 9px;
    }
  
    .lp-hero-catch {
      font-size: 18px;
    }
  
    .lp-hero-delivery-note {
      width: 400px;
      margin-top: 20px;
      padding: 10px 0;
      font-size: 14px;
    }
  
    .lp-hero-delivery-note strong {
      font-size: 19px;
    }
  
    .lp-hero-copy .lp-cta {
      width: 360px;
      min-height: 50px;
      margin-top: 14px;
      font-size: 15px;
    }
  
    .lp-design {
      padding: 100px 0 92px;
    }
  
    .lp-design-intro {
      width: min(calc(100% - 80px), var(--lp-shell));
      margin: 38px auto 0;
      padding: 25px 0 0;
    }
  
    .lp-design-intro strong {
      font-size: 26px;
    }
  
    .lp-design-intro p {
      max-width: 760px;
      margin-top: 9px;
      font-size: 15px;
    }
  
    .lp-design-intro small {
      font-size: 11px;
    }
  
    .lp-heading > p {
      font-size: 60px;
    }
  
    .lp-heading h2 {
      margin: 0 0 4px;
      font-size: 24px;
    }
  
    .lp-design-track {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      margin: 36px auto 0;
      padding: 0;
      overflow: visible;
    }
  
    .lp-design-note {
      display: flex;
      justify-content: space-between;
      margin-top: 12px;
      font-size: 13px;
    }
  
    .lp-about {
      padding-top: 130px;
      padding-bottom: 126px;
    }
  
    .lp-design .lp-heading,
    .lp-about .lp-heading,
    .lp-flow .lp-heading,
    .lp-price .lp-heading,
    .lp-faq .lp-heading {
      display: block;
    }
  
    .lp-design .lp-heading h2,
    .lp-about .lp-heading h2,
    .lp-flow .lp-heading h2,
    .lp-price .lp-heading h2,
    .lp-faq .lp-heading h2 {
      margin-top: 18px;
    }
  
    .lp-about .lp-heading h2 {
      margin-bottom: 0;
      line-height: 1.36;
    }
  
    .lp-about-lead {
      width: 100%;
      margin: 44px 0 0;
    }
  
    .lp-about-lead p {
      font-size: 16px;
    }
  
    .lp-benefits {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 54px;
      border-bottom: 1px solid var(--lp-line);
    }
  
    .lp-benefits li {
      display: block;
      min-height: 190px;
      padding: 28px 28px 32px;
      border-bottom: 0;
    }
  
    .lp-benefits li + li {
      border-left: 1px solid var(--lp-line);
    }
  
    .lp-benefits h3 {
      margin-top: 24px;
      font-size: 17px;
    }
  
    .lp-price {
      padding: 112px 0 118px;
    }
  
    .lp-price-table {
      margin-top: 57px;
    }
  
    .lp-price-table article {
      position: relative;
      grid-template-columns: 200px 1fr 500px;
      grid-template-areas: "plan scope value";
      align-items: center;
      min-height: 122px;
      padding: 24px 0;
    }
  
    .lp-price-table article > div:nth-child(2) {
      padding-left: 30px;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
    }
  
    .lp-price-value {
      position: absolute;
      top: 50%;
      left: 50%;
      align-items: center;
      transform: translate(-50%, -50%);
    }
  
    .lp-price-value-main strong {
      font-size: 40px;
    }
  
    .lp-price-common {
      padding: 16px 0;
    }
  
    .lp-price-action {
      width: 700px;
      margin: 60px auto 0;
      padding: 28px 30px 26px;
    }
  
    .lp-price-action .lp-price-action-access {
      font-size: 13px;
    }

    .lp-price-action .lp-price-action-message {
      margin-top: 12px;
      font-size: 18px;
    }

    .lp-price-action .lp-jewelry-cta {
      width: 70%;
      min-height: 60px;
      margin-inline: auto;
      padding-inline: 34px;
    }
  
    .lp-flow {
      padding-top: 126px;
      padding-bottom: 126px;
    }
  
    .lp-flow-list {
      width: 100%;
      margin: 46px 0 0;
    }
  
    .lp-flow-list li {
      grid-template-columns: 58px 1fr;
      gap: 18px;
      padding: 29px 0;
    }
  
    .lp-flow-list h3 {
      font-size: 17px;
    }
  
    .lp-care {
      padding: 96px 0;
    }
  
    .lp-care-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
    }
  
    .lp-care-grid article {
      padding-right: 58px;
    }
  
    .lp-care-grid article + article {
      margin: 0;
      padding: 0 0 0 58px;
      border-top: 0;
      border-left: 1px solid #d7d0d3;
    }
  
    .lp-care h2 {
      font-size: 20px;
    }
  
    .lp-care small {
      font-size: 12px;
    }
  
    .lp-faq {
      padding-top: 122px;
      padding-bottom: 130px;
    }
  
    .lp-faq-list {
      width: 100%;
      margin: 43px 0 0;
    }
  
    .lp-faq-list summary {
      min-height: 73px;
      font-size: 15px;
    }
  }
  
  @media (min-width: 1200px) {
  
    .lp-hero {
      aspect-ratio: 30 / 12;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .mouthpiece-lp *,
    .mouthpiece-lp *::before,
    .mouthpiece-lp *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
  
