.lp-page {
  --pc-width: 1200;
  --sp-width: 750;
  --pc-artboard-width: 540;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}
@media (max-width: 767px) {
  .lp-page {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 768px) {
  .lp-page {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (max-width: 767px) {
  .lp-page {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}

@media (max-width: 767px) {
  .lp-hidden--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .lp-hidden--desktop {
    display: none !important;
  }
}

.lp-page {
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
}
.lp-page * {
  font-feature-settings: "palt";
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}
.lp-page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: unset;
  display: block;
}
.lp-page svg {
  shape-rendering: geometricPrecision;
}
.lp-page picture {
  display: block;
}
.lp-page button {
  padding: 0;
  cursor: pointer;
  appearance: none;
}

* > .main-area {
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

@media (max-width: 767px) {
  .is-hidden--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-hidden--desktop {
    display: none !important;
  }
}

body:has(.lp-page) #Contents {
  overflow: unset;
}

.lp-layout__primary {
  overflow-x: clip !important;
}
.lp-layout__sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - var(--header-height));
  overflow: hidden;
  position: sticky;
  left: 0;
  top: var(--header-height);
}
@media (min-width: 768px) {
  .lp-layout--column-02 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .lp-layout--column-03 {
    display: grid;
    grid-template-columns: 1fr calc(var(--pc-artboard-width) * var(--formula_pc)) 1fr;
  }
}
@media (min-width: 768px) {
  .lp-layout .is-sticky--desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - var(--header-height));
    overflow: hidden;
    position: sticky;
    left: 0;
    top: var(--header-height);
  }
}

.lp-inner {
  width: calc(var(--sp-artboard-width) * var(--formula));
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lp-inner {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }
}

#Contents:has(.lp-page) .main-area .main-inner {
  width: 100%;
}

#CE260422SS2nd .lp-page {
  --color-primary: #db6b76;
  --color-text: #6b6d6d;
  font-family: "avenir-next-world", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: calc(20 * var(--formula));
  line-height: 1.7705;
  letter-spacing: 0.02em;
}
#CE260422SS2nd .lp-page :where([class^=ani-], [class*=" ani-"]) {
  will-change: opacity, filter, translate, scale;
}
#CE260422SS2nd .lp-contents {
  padding-bottom: calc(76 * var(--formula));
}
#CE260422SS2nd .lp-contents__inner {
  margin-inline: auto;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-contents__inner {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }
}
#CE260422SS2nd .lp-primary {
  background-color: #fff;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv .splide,
  #CE260422SS2nd .lp-mv .splide__track,
  #CE260422SS2nd .lp-mv .splide__list,
  #CE260422SS2nd .lp-mv .splide__slide {
    height: 100%;
  }
}
#CE260422SS2nd .lp-mv-video {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video {
    height: 100%;
  }
}
#CE260422SS2nd .lp-mv-video__media {
  width: calc(634 * var(--formula));
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__media {
    width: 38.0833333333vw;
    margin-left: auto;
    height: 100%;
  }
}
#CE260422SS2nd .lp-mv-video__media .splide__slide video {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__media .splide__slide video {
    margin-left: auto;
    width: 100%;
    height: 100%;
  }
}
#CE260422SS2nd .lp-mv-video__navigation {
  position: absolute;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  top: calc(34 * var(--formula));
  right: calc(13 * var(--formula));
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__navigation {
    top: 1.3333333333vw;
    left: 1.1666666667vw;
    right: unset;
  }
}
#CE260422SS2nd .lp-mv-video__navigation-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__navigation-list {
    gap: 0.4166666667vw;
  }
}
#CE260422SS2nd .lp-mv-video__navigation-button {
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * var(--formula));
  line-height: 1.3136666667;
  letter-spacing: 0.17em;
  color: #787878;
  padding: calc(5 * var(--formula)) calc(10 * var(--formula));
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__navigation-button {
    font-size: 1.6666666667vw;
    line-height: 1.6;
    padding: 0vw 0.6666666667vw;
  }
}
#CE260422SS2nd .lp-mv-video__navigation-button.is-active {
  color: var(--color-primary);
}
#CE260422SS2nd .lp-mv-video__controls {
  position: absolute;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  bottom: calc(23 * var(--formula));
  right: calc(13 * var(--formula));
  padding: calc(10 * var(--formula));
  display: flex;
  flex-direction: column;
  gap: calc(17 * var(--formula));
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__controls {
    bottom: 2vw;
    left: 1vw;
    right: unset;
    gap: 0.5833333333vw;
    flex-direction: column-reverse;
  }
}
#CE260422SS2nd .lp-mv-video__controls-button svg {
  fill: #787878;
  width: calc(46 * var(--formula));
  height: calc(46 * var(--formula));
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__controls-button svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
#CE260422SS2nd .lp-mv-video__controls-button[aria-pressed=true] svg {
  fill: #db6b76;
}
@media (min-width: 768px) {
  #CE260422SS2nd .lp-mv-video__text-link {
    line-height: 4.92625;
    color: #787878;
    font-family: "ltc-bodoni-175", serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: fit-content;
    position: absolute;
    bottom: -0.8333333333vw;
    left: 1.5833333333vw;
    font-size: 0.6666666667vw;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
}
#CE260422SS2nd .lp-look {
  position: relative;
  z-index: 1;
}
#CE260422SS2nd .lp-look__container {
  width: calc(var(--width, 750) * var(--formula));
  margin-inline: auto auto;
  position: relative;
}
#CE260422SS2nd .lp-look__title {
  position: absolute;
  z-index: 2;
}
#CE260422SS2nd .lp-look__media {
  width: calc(var(--width, 750) * var(--formula));
  margin-inline: auto auto;
  position: relative;
  z-index: 1;
}
#CE260422SS2nd .lp-look__media-button {
  display: block;
  width: 100%;
}
#CE260422SS2nd .lp-look__media--flex {
  display: flex;
  align-items: flex-start;
}
#CE260422SS2nd .lp-look__pin-contents {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: calc(1 * var(--formula));
  will-change: transform;
}
#CE260422SS2nd .lp-look__pin-contents .lp-look__pin-contents-elements {
  will-change: transform;
  backface-visibility: hidden;
}
#CE260422SS2nd .lp-look__overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  place-content: center;
  display: grid;
  z-index: -1;
  opacity: 0;
  transition: opacity ease 0.6s;
  pointer-events: none;
}
#CE260422SS2nd .lp-look__overlay .lp-item-credit {
  z-index: 2;
  position: relative;
  top: calc(-2 * var(--formula));
  left: calc(-2 * var(--formula));
}
#CE260422SS2nd .lp-look__overlay.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}
#CE260422SS2nd .lp-look__overlay-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#CE260422SS2nd .lp-look__number {
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * var(--formula));
  line-height: 1.3136666667;
  letter-spacing: 0.15em;
  color: var(--color-primary);
}
#CE260422SS2nd .lp-look--overlay .lp-look__overlay .lp-item-credit__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#CE260422SS2nd .lp-look--02 .lp-look__media {
  aspect-ratio: 1503/1125;
}
#CE260422SS2nd .lp-look--02 .lp-look__media > * {
  width: 50%;
}
#CE260422SS2nd .lp-look--03 .lp-look__container {
  margin-top: calc(245 * var(--formula));
}
#CE260422SS2nd .lp-look--03 .lp-look__title {
  width: calc(653 * var(--formula));
  top: calc(-264 * var(--formula));
  left: calc(44 * var(--formula));
}
#CE260422SS2nd .lp-look--05 .lp-look__media-content:nth-of-type(1) {
  flex: 0 0 calc(250 * var(--formula));
  margin-left: calc(63 * var(--formula));
}
#CE260422SS2nd .lp-look--05 .lp-look__media-content:nth-of-type(2) {
  flex: 0 0 calc(300 * var(--formula));
  margin-left: calc(82 * var(--formula));
  margin-top: calc(70 * var(--formula));
}
#CE260422SS2nd .lp-look--05 .lp-look__text {
  position: absolute;
  pointer-events: none;
  top: calc(425 * var(--formula));
  left: calc(28 * var(--formula));
  z-index: 2;
}
#CE260422SS2nd .lp-look--05 .lp-look__number {
  position: absolute;
  top: calc(-43 * var(--formula));
  left: calc(302 * var(--formula));
  pointer-events: none;
  z-index: 1;
}
#CE260422SS2nd .lp-look--06 .lp-look__media-content:nth-of-type(1) {
  flex: 0 0 calc(300 * var(--formula));
  margin-left: calc(44 * var(--formula));
  margin-top: calc(33 * var(--formula));
}
#CE260422SS2nd .lp-look--06 .lp-look__media-content:nth-of-type(2) {
  flex: 0 0 calc(270 * var(--formula));
  margin-left: calc(117 * var(--formula));
  margin-top: calc(111 * var(--formula));
}
#CE260422SS2nd .lp-look--06 .lp-look__number {
  position: absolute;
  top: calc(487 * var(--formula));
  left: calc(416 * var(--formula));
  pointer-events: none;
  z-index: 1;
}
#CE260422SS2nd .lp-look--07 .lp-look__container {
  padding-block: calc(69 * var(--formula)) calc(67 * var(--formula));
}
#CE260422SS2nd .lp-look--09 .lp-look__container {
  padding-block: calc(144 * var(--formula)) calc(145 * var(--formula));
}
#CE260422SS2nd .lp-look--09 .lp-look__title {
  width: calc(54 * var(--formula));
  top: calc(224 * var(--formula));
  left: calc(54 * var(--formula));
}
#CE260422SS2nd .lp-look--12 .lp-look__container {
  padding-block: calc(160 * var(--formula)) calc(127 * var(--formula));
}
#CE260422SS2nd .lp-look--12 .lp-look__title {
  top: calc(109 * var(--formula));
  left: calc(224 * var(--formula));
  width: calc(315 * var(--formula));
}
#CE260422SS2nd .lp-look--14 .lp-look__media {
  aspect-ratio: 1503/1125;
}
#CE260422SS2nd .lp-look--15 .lp-look__media-content:nth-of-type(1) {
  flex: 0 0 calc(300 * var(--formula));
  margin-left: calc(133 * var(--formula));
}
#CE260422SS2nd .lp-look--15 .lp-look__media-content:nth-of-type(2) {
  flex: 0 0 calc(256 * var(--formula));
  margin-left: calc(34 * var(--formula));
  margin-top: calc(154 * var(--formula));
}
#CE260422SS2nd .lp-look--15 .lp-look__text {
  position: absolute;
  pointer-events: none;
  top: calc(465 * var(--formula));
  left: calc(23 * var(--formula));
  z-index: 2;
}
#CE260422SS2nd .lp-look--15 .lp-look__number {
  position: absolute;
  top: calc(109 * var(--formula));
  right: calc(20 * var(--formula));
  pointer-events: none;
  z-index: 1;
}
#CE260422SS2nd .lp-look--16 .lp-look__media-content:nth-of-type(1) {
  flex: 0 0 calc(246 * var(--formula));
  margin-left: calc(50 * var(--formula));
}
#CE260422SS2nd .lp-look--16 .lp-look__media-content:nth-of-type(2) {
  flex: 0 0 calc(300 * var(--formula));
  margin-left: calc(72 * var(--formula));
  margin-top: calc(60 * var(--formula));
}
#CE260422SS2nd .lp-look--16 .lp-look__number {
  position: absolute;
  top: calc(13 * var(--formula));
  left: calc(363 * var(--formula));
  pointer-events: none;
  z-index: 1;
}
#CE260422SS2nd .lp-look--16 .lp-look__text {
  position: absolute;
  bottom: calc(5 * var(--formula));
  left: calc(38 * var(--formula));
  z-index: 1;
}
#CE260422SS2nd .lp-look--18 .lp-look__container {
  padding-block: calc(92 * var(--formula)) calc(194 * var(--formula));
}
#CE260422SS2nd .lp-look--18 .lp-look__title {
  bottom: calc(135 * var(--formula));
  left: calc(266 * var(--formula));
  width: calc(228 * var(--formula));
}
#CE260422SS2nd .lp-look--20 .lp-look__container {
  padding-block: calc(66 * var(--formula)) calc(68 * var(--formula));
}
#CE260422SS2nd .lp-look--23 .lp-look__container {
  padding-block: calc(120 * var(--formula)) calc(88 * var(--formula));
}
#CE260422SS2nd .lp-look--23 .lp-look__title--top {
  width: calc(440 * var(--formula));
  top: calc(81 * var(--formula));
  left: calc(157 * var(--formula));
}
#CE260422SS2nd .lp-look--23 .lp-look__title--bottom {
  width: calc(443 * var(--formula));
  bottom: calc(57 * var(--formula));
  left: calc(151 * var(--formula));
}
#CE260422SS2nd .lp-look--23 .lp-staff-credit {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  letter-spacing: 0.026em;
}
#CE260422SS2nd .lp-look--23 .lp-staff-credit__list {
  position: relative;
  left: calc(2 * var(--formula));
  top: calc(14 * var(--formula));
}
#CE260422SS2nd .lp-look--23 .lp-text-link {
  color: var(--color-primary);
  margin-inline: auto;
  display: grid;
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(11 * var(--formula));
  line-height: 3.5827272727;
  letter-spacing: 0.28em;
  color: var(--color-primary);
  text-transform: uppercase;
  width: fit-content;
  position: absolute;
  left: calc(307 * var(--formula));
  bottom: calc(0 * var(--formula));
  z-index: 2;
}
#CE260422SS2nd .lp-look--23 .lp-text-link::after {
  content: "";
  display: block;
  width: calc(148 * var(--formula));
  height: max(0.5 * var(--formula), 0.5px);
  background-color: var(--color-primary);
  position: absolute;
  bottom: calc(11 * var(--formula));
  left: calc(-7 * var(--formula));
}
#CE260422SS2nd .lp-look.js-inview .lp-look__media,
#CE260422SS2nd .lp-look.js-inview .lp-look__slider,
#CE260422SS2nd .lp-look.js-inview .lp-look__title,
#CE260422SS2nd .lp-look.js-inview .lp-look__text,
#CE260422SS2nd .lp-look.js-inview .lp-look__number {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(calc(8 * var(--formula)));
  transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.8s, filter 1.2s ease 0.8s;
  will-change: opacity, transform, filter;
}
#CE260422SS2nd .lp-look.js-inview .lp-look__title,
#CE260422SS2nd .lp-look.js-inview .lp-look__text,
#CE260422SS2nd .lp-look.js-inview .lp-look__number {
  transition-delay: 0.2s;
}
#CE260422SS2nd .lp-look.js-inview.is-active .lp-look__media,
#CE260422SS2nd .lp-look.js-inview.is-active .lp-look__slider,
#CE260422SS2nd .lp-look.js-inview.is-active .lp-look__title,
#CE260422SS2nd .lp-look.js-inview.is-active .lp-look__text,
#CE260422SS2nd .lp-look.js-inview.is-active .lp-look__number {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
#CE260422SS2nd .lp-modal-wrapper {
  position: relative;
}
#CE260422SS2nd .lp-modal-wrapper .lp-modal {
  position: absolute;
  z-index: -10;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#CE260422SS2nd .lp-modal-wrapper .lp-modal.is-active {
  z-index: 2;
  opacity: 1;
}
#CE260422SS2nd .lp-modal-wrapper--01 {
  padding-block: calc(67 * var(--formula)) calc(19 * var(--formula));
}
#CE260422SS2nd .lp-modal-wrapper--02 {
  padding-block: calc(30 * var(--formula)) calc(50 * var(--formula));
}
#CE260422SS2nd .lp-text-link {
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(11 * var(--formula));
  line-height: 3.5454545455;
  letter-spacing: 0.28em;
}
#CE260422SS2nd .lp-staff-credit {
  font-family: "avenir-next-world", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(17 * var(--formula));
  line-height: 2.3182352941;
  letter-spacing: 0.02em;
}
#CE260422SS2nd .lp-item-credit {
  font-family: "avenir-next-world", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0.02em;
}
#CE260422SS2nd .lp-item-credit__list {
  display: flex;
  flex-wrap: wrap;
}
#CE260422SS2nd .lp-item-credit__list:not(:first-child) {
  margin-top: calc(10 * var(--formula));
}
#CE260422SS2nd .lp-item-credit__item a,
#CE260422SS2nd .lp-item-credit__item span {
  color: var(--color-text);
}
#CE260422SS2nd .ani-fade {
  opacity: 0;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
#CE260422SS2nd .ani-fade.is-active {
  opacity: 1;
}
#CE260422SS2nd .ani-fade--up {
  opacity: 0;
  translate: 0 calc(100 * var(--formula));
  will-change: translate;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s, translate cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
#CE260422SS2nd .ani-fade--up.is-active {
  opacity: 1;
  translate: 0;
}
#CE260422SS2nd .ani-fade--down {
  opacity: 0;
  translate: 0 calc(-100 * var(--formula));
  will-change: translate;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s, translate cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
#CE260422SS2nd .ani-fade--down.is-active {
  opacity: 1;
  translate: 0;
}
#CE260422SS2nd .ani-fade--left {
  opacity: 0;
  translate: calc(100 * var(--formula)) 0;
  will-change: translate;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s, translate cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
#CE260422SS2nd .ani-fade--left.is-active {
  opacity: 1;
  translate: 0;
}
#CE260422SS2nd .ani-fade--right {
  opacity: 0;
  translate: calc(-100 * var(--formula)) 0;
  will-change: translate;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s, translate cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
#CE260422SS2nd .ani-fade--right.is-active {
  opacity: 1;
  translate: 0;
}

#Contents:has(#CE260422SS2nd) .lp-modal {
  background-color: #fff;
  padding: 0;
  margin: auto !important;
  border: none;
  height: 100dvh;
  max-height: 100dvh;
  max-width: 100vw;
  width: calc(750 * var(--formula));
  padding-bottom: calc(40 * var(--formula));
  overflow-x: clip;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #Contents:has(#CE260422SS2nd) .lp-modal {
    height: fit-content;
    max-height: min(1125 * var(--formula), 90dvh);
    max-width: 750px;
  }
}
#Contents:has(#CE260422SS2nd) .lp-modal__header {
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(11 * var(--formula));
  line-height: 3.5454545455;
  letter-spacing: 0.28em;
  color: var(--color-primary);
  position: relative;
  padding-bottom: calc(14 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__close {
  font-size: calc(16.67 * var(--formula));
  line-height: 3.2831433713;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: fit-content;
  display: block;
  margin-inline: auto calc(8 * var(--formula));
  padding: calc(0 * var(--formula)) calc(10 * var(--formula));
  position: relative;
  top: calc(1 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__number {
  font-size: calc(30 * var(--formula));
  line-height: 1.3136666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: calc(0 * var(--formula));
  right: calc(-3 * var(--formula));
  margin-top: calc(4 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__slider .splide {
  margin-inline: auto;
  padding-inline: calc(75 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__slider .splide__arrow {
  background-color: unset;
  width: fit-content;
  height: fit-content;
  padding: calc(8 * var(--formula));
  opacity: 1;
}
#Contents:has(#CE260422SS2nd) .lp-modal__slider .splide__arrow svg {
  width: calc(30 * var(--formula));
  height: calc(60 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__slider .splide__arrow--prev {
  left: calc(17 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal__slider .splide__arrow--next {
  right: calc(14 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal .lp-item-credit {
  margin-inline: auto;
  padding-inline: calc(75 * var(--formula));
  margin-top: calc(12 * var(--formula));
}
#Contents:has(#CE260422SS2nd) .lp-modal .lp-item-credit__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 * var(--formula));
  text-transform: capitalize;
}
#Contents:has(#CE260422SS2nd) .lp-modal .lp-item-credit__list:not(:first-child) {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */