@charset "UTF-8";

:root {
  --pw: 1400;
  --sw: 750;
  --artboard-pw: 546;
  --artboard-sw: 750;
  --rem: calc(var(--variable) * var(--ratio));
  --rem-pc: var(--variable);
  --ratio: 1;
  --variable: calc(100vw / var(--sw));
  --header-height: 0px;
}

@media (min-width: 769px) {
  :root {
    --ratio: calc(var(--artboard-pw) / var(--artboard-sw));
    --variable: calc(100vw / var(--pw));
  }
}

@media (min-width: 1401px) {
  :root {
    --variable: 1px;
  }
}

.p-feature {
  --base-font-color: #000;
  --color-accent: #9a7569;
  --color-rose-1: #d1bbb0;
  --color-rose-2: #d1b9a1;
  --color-rose-3: #cc988f;
  --color-limited: #dfb0a1;

  --lp-font-ja: "articulat-cf", "noto-sans-jp", "Noto Sans JP", hiragino-kaku-gothic-pron, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  --lp-font-en: "articulat-cf", Verdana, Helvetica, Arial, sans-serif;

  --transition-timing: cubic-bezier(0.51, 0.21, 0.41, 1);
  --letter-spacing: .05em;

  --z-base: 1;
  --z-sticky: 10;
}

.lp_contents {
  position: relative;
  background: #fff;
  font-family: var(--lp-font-ja);
  color: var(--base-font-color, #000);
  font-style: normal;
  letter-spacing: var(--letter-spacing);

  & *,
  & *:before,
  & *:after {
    box-sizing: border-box;
  }

  & :where(h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, a, button, figure, figcaption, span, sup, b) {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: var(--letter-spacing);
  }

  & ul,
  & li {
    list-style: none;
  }

  & :where(img) {
    display: block;
    width: 100%;
    height: auto;
  }

  & sup {
    top: 0;
    font-size: .6em;
    vertical-align: super;
  }

  & :where(a, a:before, a:after, a img, button) {
    --duration: .3s;
    --timing: ease-in-out;
    transition: opacity var(--duration) var(--timing), color var(--duration) var(--timing), background-color var(--duration) var(--timing), border-color var(--duration) var(--timing);
  }

  & :where(a) {
    color: inherit;
    text-decoration: none;

    &:hover {
      opacity: 1;
    }

    @media (any-hover: hover) and (min-width: 769px) {
      &:hover {
        opacity: .7;
      }
    }
  }

  & :where(button) {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
}

#Wrap {
  width: 100%;
  overflow-x: clip;
}

#Contents {
  max-width: unset;
}

#footer,
footer,
#FooterWrap {
  position: relative;
  z-index: 2;
}

#share {
  transition: translate .3s cubic-bezier(0.51, 0.21, 0.41, 1);

  &.is-nav-fixed {
    translate: 0 calc(-130 * var(--rem, 1px));
  }
}

.lp_contents {
  & .u-d-lg {
    @media (max-width: 768px) {
      display: none !important;
    }
  }

  & .u-d-md {
    @media (min-width: 769px) {
      display: none !important;
    }
  }
}

.lp_contents {
  & .accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--transition-timing);
  }
}

.lp_contents {
  & .ani-inview {
    opacity: 0;
    transition: opacity .8s var(--transition-timing);

    &.is-active {
      opacity: 1;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp_contents .ani-inview {
    opacity: 1;
    transition: none;
  }
}

.lp_contents {
  & .mv-rail__bg {
    position: absolute;
    inset: 0;
    background: url("../img/mv-rail.jpg") center / cover no-repeat;
  }

  & .mv-rail__inner {
    position: absolute;
    inset: 0;
  }

  & .mv-rail__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(20 * var(--rem-pc));
    color: #fff;
    text-align: center;
    font-family: var(--lp-font-en);
    font-weight: 700;
  }

  & .mv-rail__title {
    display: block;
    font-family: var(--lp-font-ja);
    font-size: calc(40 * var(--rem-pc));
    line-height: 1.3;
    white-space: nowrap;
  }

  & .mv-rail__subtitle {
    display: block;
    margin-top: calc(20 * var(--rem-pc));
    font-size: calc(18 * var(--rem-pc));
    line-height: 1.2;
  }

  & .mv-rail__credit {
    display: block;
    margin-top: calc(40 * var(--rem-pc));
    font-size: calc(12 * var(--rem-pc));
    line-height: 1.2;
  }
}

.lp_contents {
  & .mv {
    position: relative;
  }

  & .mv__text {
    position: absolute;
    bottom: calc(48 * var(--rem));
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }

  & .mv__title {
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(54 * var(--rem));
    line-height: 1.35;
  }

  & .mv__subtitle {
    margin-top: calc(10 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));
  }

  & .mv__credit {
    margin-top: calc(38 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(20 * var(--rem));
  }

    & .intro {
    margin-top: calc(120 * var(--rem));
    text-align: center;
  }

  & .intro__heading {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(38 * var(--rem));
  }

  & .intro__heading::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: calc(-20 * var(--rem));
    translate: -50% 0;
    width: calc(611 * var(--rem));
    aspect-ratio: 611 / 41;
    background: url("../img/vector-art/va-08.png") no-repeat center / contain;
  }

  & .intro__body {
    margin-top: calc(68 * var(--rem));
    width: calc(650 * var(--rem));
    margin-inline: auto;
    font-family: var(--lp-font-ja);
    font-size: calc(26 * var(--rem));
    line-height: 1.5;
    white-space: nowrap;
  }

    & .palette-shot {
    display: block;
    width: 100%;
    aspect-ratio: 750 / 562.5;
    margin-top: calc(112 * var(--rem));
    overflow: hidden;
    background-image: url("../img/rendered/ph-10-tall.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center calc(-316 * var(--rem));
    will-change: background-position;
  }

    & .look-nav {
    margin-top: calc(122 * var(--rem));
    text-align: center;
  }

  & .look-nav__heading {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(32 * var(--rem));
    line-height: 1;
  }

  & .look-nav__heading-large {
    display: block;
    margin-top: calc(16 * var(--rem));
    font-size: calc(54 * var(--rem));
  }

  & .look-nav__heading::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: calc(-16 * var(--rem));
    translate: -50% 0;
    width: calc(481 * var(--rem));
    aspect-ratio: 481 / 41;
    background: url("../img/vector-art/va-11.png") no-repeat center / contain;
  }

  & .look-nav__list {
    display: flex;
    justify-content: center;
    gap: calc(49 * var(--rem));
    margin-top: calc(75 * var(--rem));
  }

  & .look-nav__item a {
    display: block;
    text-align: center;

    &::after {
      content: "";
      display: block;
      width: calc(27 * var(--rem));
      aspect-ratio: 27 / 15;
      margin: calc(20 * var(--rem)) auto 0;
      background: url("../img/vector-art/va-49.png") no-repeat center / contain;
    }
  }

  & .look-nav__thumb {
    width: calc(184 * var(--rem));
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  & .look-nav__label {
    display: block;
    margin-top: calc(20 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));
  }

    & .point {
    margin-top: calc(85 * var(--rem));
    padding-top: calc(70 * var(--rem));
    text-align: center;
  }

  & .point__eyebrow {
    position: relative;
    display: inline-block;
    padding-bottom: calc(30 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(46 * var(--rem));

    &::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      translate: -50% 0;
      width: calc(20 * var(--rem));
      height: calc(2 * var(--rem));
      background: currentColor;
    }
  }

  & .point__item {
    position: relative;
    margin-top: calc(65 * var(--rem));
    text-align: left;
  }

  & .point__accordion > .point__item:first-child {
    margin-top: calc(70 * var(--rem));
  }

   & .point__accordion .accordion__body > .point__item:last-child {
    margin-bottom: calc(24 * var(--rem));
  }

  & .point__item--mirror {
    & .point__number {
      left: calc(624 * var(--rem));
    }

    & .point__heading {
      margin-left: calc(50 * var(--rem));
    }
  }

  & .point__item--preview {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: calc(386 * var(--rem));
      background: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, #fff 88.6%);
      transition: opacity .4s var(--transition-timing);
      pointer-events: none;
    }
  }

  & .point__accordion.is-open .point__item--preview::after {
    opacity: 0;
  }

  & .point__accordion > .point__toggle {
    position: relative;
    z-index: 1;
  }

  & .point__number {
    position: absolute;
    top: calc(-18 * var(--rem));
    left: calc(50 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(142 * var(--rem));
    line-height: 1;
    opacity: .5;
  }

  & .point__heading {
    margin-left: calc(170 * var(--rem));
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(38 * var(--rem));
    line-height: 1.5;
    white-space: nowrap;
  }

  & .point__body {
    width: calc(650 * var(--rem));
    margin: calc(50 * var(--rem)) auto 0;
    font-family: var(--lp-font-ja);
    font-size: calc(26 * var(--rem));
    line-height: 1.5;
    text-align: justify;
  }

  & .point__toggle {
    display: inline-flex;
    align-items: center;
    gap: calc(30 * var(--rem));
    margin-top: calc(10 * var(--rem));
    padding: calc(26 * var(--rem)) calc(20 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));

    & .point__toggle-label--close,
    & .point__toggle-icon--minus {
      display: none;
    }
  }

  & .main-item__accordion > .point__toggle {
    position: relative;
    z-index: 2;
    display: flex;
    margin-inline: auto;
  }

  & .main-item__accordion.is-open > .point__toggle {
    margin-top: calc(35 * var(--rem));
  }

  & .point__accordion.is-open,
  & .main-item__accordion.is-open {
    & .point__toggle-label--more,
    & .point__toggle-icon--plus {
      display: none;
    }

    & .point__toggle-label--close,
    & .point__toggle-icon--minus {
      display: block;
    }
  }

  & .point__toggle-icon--plus {
    position: relative;
    width: calc(30 * var(--rem));
    height: calc(30 * var(--rem));
    margin-top: calc(-10 * var(--rem));

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      background: currentColor;
      margin-top: calc(2 * var(--rem));
    }

    &::before {
      width: calc(30 * var(--rem));
      height: 1px;
    }

    &::after {
      width: 1px;
      height: calc(30 * var(--rem));
    }
  }

  & .point__toggle-icon--minus {
    width: calc(30 * var(--rem));
    height: 1px;
    margin-top: calc(-4 * var(--rem));
    background: currentColor;
  }

    & .look {
    margin-top: calc(86 * var(--rem));
  }

  & .look__hero {
    position: relative;
    z-index: 1;

    &::before {
      content: "";
      position: absolute;
      top: calc(660 * var(--rem));
      left: 0;
      width: calc(190 * var(--rem));
      height: calc(430 * var(--rem));
      background: var(--smear-bg) no-repeat center / contain;
      pointer-events: none;
    }

    &.look__hero--right::before {
      top: calc(620 * var(--rem));
      left: calc(590 * var(--rem));
    }
  }

  & .look__hero-link {
    display: block;

    @media (any-hover: hover) {
      &:hover {
        opacity: 1;
      }
    }
  }

  & .look__hero-photo {
    display: block;
    width: 100%;
  }

  & .look__hero-label {
    position: absolute;
    top: calc(15 * var(--rem));
    left: calc(10 * var(--rem));
    writing-mode: vertical-rl;
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(100 * var(--rem));
    line-height: 1;
    letter-spacing: .07em;
    opacity: .5;
    pointer-events: none;

    &.look__hero-label--right {
      left: auto;
      right: calc(5 * var(--rem));
    }
  }

  & .look__product {
    position: absolute;
    top: calc(750 * var(--rem));
    left: calc(80 * var(--rem));
    width: calc(170 * var(--rem));
    pointer-events: none;

    &.look__product--02 {
      top: calc(830 * var(--rem));
      left: calc(510 * var(--rem));
    }
  }

  & .look__text {
    position: absolute;
    top: calc(741 * var(--rem));
    left: calc(263 * var(--rem));
    width: calc(437 * var(--rem));
    color: #fff;
    text-align: center;
    pointer-events: none;
    text-align: right;

    &.look__text--left {
      left: calc(50 * var(--rem));
      width: calc(557 * var(--rem));
      text-align: left;
    }

    &.look__text--03 {
      left: calc(303 * var(--rem));
      width: calc(397 * var(--rem));
    }
  }

  & .look__catch {
    display: block;
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(38 * var(--rem));
    line-height: 1.5;
    white-space: nowrap;
  }

  & .look__name {
    margin-top: calc(10 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));
    white-space: nowrap;
  }

  & .look__text--left .look__name {
    margin-left: 0;
  }

  & .look__text--03 .look__name {
    margin-left: calc(139 * var(--rem));
  }

  & .look__photo2 {
    display: block;
    width: calc(650 * var(--rem));
    margin: calc(60 * var(--rem)) auto 0;

    &.look__photo2--narrow {
      width: calc(590 * var(--rem));
      margin-top: calc(80 * var(--rem));
    }

    &.look__photo2--02 {
      margin-left: 0;
    }
  }

    & .how-to {
    margin-top: calc(74 * var(--rem));
    text-align: center;
  }

  & .how-to__eyebrow {
    position: relative;
    display: inline-block;
    padding-bottom: calc(30 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(46 * var(--rem));

    &::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      translate: -50% 0;
      width: calc(20 * var(--rem));
      height: calc(2 * var(--rem));
      background: currentColor;
    }
  }

  & .main-item {
    position: relative;
    margin-top: calc(76 * var(--rem));
    padding-inline: calc(50 * var(--rem));
    text-align: left;

    &::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      height: calc(386 * var(--rem));
      pointer-events: none;
      background: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, #fff 88.6%);
      transition: opacity .4s var(--transition-timing);
    }

    &:has(> .main-item__accordion.is-open)::after {
      opacity: 0;
    }
  }

  & .main-item__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  & .main-item__label {
    display: flex;
    align-items: center;
    gap: calc(18 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(32 * var(--rem));

    & .main-item__check-wrap {
      position: relative;
      width: calc(26 * var(--rem));
      height: calc(26 * var(--rem));
      flex: none;

      &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--check-bg) no-repeat center / contain;
      }

      &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: calc(22 * var(--rem));
        aspect-ratio: 22 / 16;
        background: var(--check-mark-bg) no-repeat center / contain;
      }
    }
  }

  & .main-item__product {
    display: flex;
    align-items: center;
    gap: calc(20 * var(--rem));
    margin-top: calc(30 * var(--rem));
  }

  & .main-item__thumb {
    flex: none;
    width: calc(110 * var(--rem));
  }

  & .main-item__name {
    font-family: var(--lp-font-ja);
    font-size: calc(20 * var(--rem));
    line-height: 1.5;
  }

  & .main-item__rings {
    display: grid;
    grid-template-columns: repeat(2, calc(78 * var(--rem)));
    grid-auto-rows: calc(78 * var(--rem));
    column-gap: calc(15 * var(--rem));
    row-gap: calc(15 * var(--rem));
    flex: none;
    margin-top: calc(12 * var(--rem));
  }

  & .main-item__ring {
    display: grid;
    place-items: center;
    border: 1px solid var(--color-ring);
    border-radius: calc(30 * var(--rem));
    color: var(--color-ring);
    font-family: var(--lp-font-en);
    font-weight: 400;
    font-size: calc(24 * var(--rem));
  }

  & .main-item__body-wrap {
    margin-top: calc(54 * var(--rem));
    max-height: calc(78 * var(--rem));
    overflow: hidden;
    transition: max-height .4s var(--transition-timing);
  }

  & .main-item__body {
    font-family: var(--lp-font-ja);
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
    text-align: justify;
  }

  & .main-item__other-heading {
    display: flex;
    align-items: center;
    gap: calc(18 * var(--rem));
    margin-top: calc(64 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(32 * var(--rem));

    & .main-item__check-wrap {
      position: relative;
      width: calc(26 * var(--rem));
      height: calc(26 * var(--rem));
      flex: none;

      &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--check-bg) no-repeat center / contain;
      }

      &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: calc(22 * var(--rem));
        aspect-ratio: 22 / 16;
        background: var(--check-mark-bg) no-repeat center / contain;
      }
    }
  }

  & .main-item__other-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(20 * var(--rem));
    row-gap: calc(30 * var(--rem));
    margin-top: calc(30 * var(--rem));
  }

  & .main-item__other-list a {
    display: flex;
    align-items: center;
    gap: calc(20 * var(--rem));
  }

  & .main-item__other-list img {
    flex: none;
    width: calc(110 * var(--rem));
    height: calc(110 * var(--rem));
    object-fit: contain;
  }

  & .main-item__other-name {
    font-family: var(--lp-font-ja);
    font-size: calc(20 * var(--rem));
    line-height: 1.5;
    flex: 1;
  }

  & .main-item__other-body {
    margin-top: calc(50 * var(--rem));
    font-family: var(--lp-font-ja);
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
    text-align: justify;
  }

    & .colors {
    margin-top: calc(154 * var(--rem));
    padding-inline: calc(50 * var(--rem));
    text-align: center;
  }

  & .colors__heading {
    position: relative;
    display: inline-block;
    padding-bottom: calc(30 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(46 * var(--rem));
    letter-spacing: .075em;

    &::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      translate: -50% 0;
      width: calc(20 * var(--rem));
      height: calc(2 * var(--rem));
      background: currentColor;
    }
  }

  & .colors__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(50 * var(--rem));
    row-gap: calc(54 * var(--rem));
    margin-top: calc(80 * var(--rem));
    text-align: left;
  }

  & .color-item a {
    display: block;
  }

  & .color-item.color-item--limited {
    grid-column: 1 / -1;
    width: calc(300 * var(--rem));
    margin-inline: auto;
    text-align: left;
  }

  & .color-item__swatch-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
  }

  & .color-item__swatch {
    display: block;
    width: calc(300 * var(--rem));
    aspect-ratio: 300 / 180;
    object-fit: contain;
    object-position: left center;
  }

  & .color-item__badge {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(-95 * var(--rem));
    display: grid;
    place-items: center;
    width: calc(140 * var(--rem));
    height: calc(140 * var(--rem));
    border-radius: 50%;
    background: var(--color-limited);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
  }

  & .color-item__name {
    margin-top: calc(20 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));
    letter-spacing: .06em;
  }

  & .color-item--limited .color-item__name {
    margin-top: calc(10 * var(--rem));
  }

  & .color-item__desc {
    margin-top: calc(18 * var(--rem));
    font-family: var(--lp-font-ja);
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
    text-align: justify;
  }

  & .colors__check {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc(444 * var(--rem));
    margin-top: calc(112 * var(--rem));
    padding-bottom: calc(33 * var(--rem));
    border-bottom: 1px solid var(--base-font-color);
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(38 * var(--rem));
  }

  & .colors__check-arrow {
    width: calc(15 * var(--rem));
    height: calc(27 * var(--rem));
    background: url("../img/vector-art/va-53.png") center / contain no-repeat;
  }

    & .campaign {
    position: relative;
    margin-top: calc(161 * var(--rem));
    color: #fff;
    text-align: center;
  }

  & .campaign__link-bg {
    display: block;
  }

  & .campaign__bg {
    display: block;
    width: 100%;
  }

  & .campaign__badge {
    position: absolute;
    top: calc(38 * var(--rem));
    left: calc(522 * var(--rem));
    display: grid;
    place-items: center;
    width: calc(178 * var(--rem));
    padding-top: calc(10 * var(--rem));
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgb(154 117 105 / .8);
    white-space: nowrap;
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
    pointer-events: none;
  }

  & .campaign__text {
    position: absolute;
    top: calc(170 * var(--rem));
    left: 0;
    width: 100%;
    pointer-events: none;
  }

  & .campaign__lead {
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(24 * var(--rem));
  }

  & .campaign__headline {
    margin-top: calc(30 * var(--rem));
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(54 * var(--rem));
  }

  & .campaign__period {
    margin-top: calc(40 * var(--rem));
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(26 * var(--rem));
  }

  & .campaign__link {
    position: absolute;
    top: calc(425 * var(--rem));
    left: 50%;
    translate: -50% 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc(260 * var(--rem));
    padding-bottom: calc(12 * var(--rem));
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    font-family: var(--lp-font-en);
    font-size: calc(26 * var(--rem));
  }

  & .campaign__link-arrow {
    width: calc(12 * var(--rem));
    height: calc(21 * var(--rem));
    background: url("../img/vector-art/va-68.png") center / contain no-repeat;
  }

    & .credit {
    margin-top: calc(152 * var(--rem));
    padding: 0 calc(50 * var(--rem)) calc(155 * var(--rem));
    text-align: center;
  }

  & .credit__date {
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(24 * var(--rem));
  }

  & .credit__staff {
    margin-top: calc(44 * var(--rem));
    font-family: var(--lp-font-ja);
    font-size: calc(24 * var(--rem));
    line-height: 1.5;
  }

    & .look-nav-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: var(--z-sticky);
    display: flex;
    width: 100%;
    height: calc(130 * var(--rem));
    background: var(--color-rose-1);
    translate: 0 100%;
    transition: translate .3s var(--transition-timing);

    @media (min-width: 769px) {
      left: auto;
      right: 0;
      width: 50%;
    }

    &.is-show {
      translate: 0 0;
    }

    & a {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: calc(34 * var(--rem));

      &:not(:first-child) {
        border-left: calc(2 * var(--rem)) solid #fff;
      }

      &::after {
        content: "";
        display: block;
        width: calc(27 * var(--rem));
        aspect-ratio: 27 / 15;
        margin-top: calc(26 * var(--rem));
        background: url("../img/vector-art/va-49.png") no-repeat center / contain;
        filter: invert(1);
      }
    }

    & span {
      font-family: var(--lp-font-en);
      font-weight: 700;
      font-size: calc(32 * var(--rem));
      color: #fff;
    }
  }
}

.lp_contents {
  & .layout-columns {
    @media (min-width: 769px) {
      display: grid;
    }

    &.layout-columns--col-3 {
      @media (min-width: 769px) {
        grid-template-columns: 1fr calc(var(--artboard-pw) * var(--rem-pc)) 1fr;
      }
    }

    &.layout-columns--col-2 {
      @media (min-width: 769px) {
        grid-template-columns: 1fr 1fr;
      }
    }
  }

  & .layout-rail {
    display: none;

    @media (min-width: 769px) {
      position: sticky;
      top: 0;
      z-index: var(--z-sticky);
      display: grid;
      place-items: center;
      height: 100dvh;
      padding-top: var(--header-height);
    }
  }

  & .layout-primary {
    min-width: 0;
  }

  & .layout-inner {
    display: flow-root;
    width: calc(var(--artboard-sw) * var(--rem));
    margin-inline: auto;
  }
}

.share-txt {
  display: none;
}
