@charset "UTF-8";
.lenis.lenis-smooth .lpZolita [data-zolita-iframe] {
  pointer-events: none;
}
.lenis .lpZolita [data-lenis-prevent],
.lenis .lpZolita [data-lenis-prevent-wheel],
.lenis .lpZolita [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lpZolita {
  min-width: 360px;
  margin: unset;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #fff;
  line-break: strict;
  overflow-wrap: anywhere;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lpZolita[data-zolita-page-loading] {
  overflow: hidden;
}
.lpZolita *,
.lpZolita ::before,
.lpZolita ::after {
  box-sizing: border-box;
  min-width: 0;
}
.lpZolita :where(a) {
  color: unset;
  text-decoration: unset;
  text-decoration-thickness: from-font;
}
.lpZolita :where(a):hover {
  opacity: unset;
}
.lpZolita :where(h1, h2, h3, h4, h5, h6) {
  margin: unset;
  font-size: unset;
  font-weight: unset;
}
.lpZolita :where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin: unset;
}
.lpZolita :where(address) {
  font-style: unset;
}
.lpZolita :where(ul, ol, menu) {
  padding: unset;
  list-style-type: "";
}
.lpZolita :where(dd) {
  margin: unset;
}
.lpZolita :where(i, cite, em, dfn, var) {
  font-style: unset;
}
.lpZolita :where(img,
svg,
picture,
video,
canvas,
model,
audio,
iframe,
embed,
object) {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}
.lpZolita :where(iframe) {
  border: unset;
}
.lpZolita :where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}
.lpZolita :where(caption, th) {
  text-align: unset;
}
.lpZolita :where(button, input, select, textarea),
.lpZolita ::file-selector-button {
  padding: unset;
  margin: unset;
  font: unset;
  color: unset;
  text-align: unset;
  letter-spacing: unset;
  cursor: pointer;
  background: unset;
  border: unset;
  border-radius: unset;
}
.lpZolita :where(button) {
  transition: unset;
}
.lpZolita :where(textarea) {
  resize: block;
}
.lpZolita :where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
.lpZolita ::file-selector-button {
  touch-action: manipulation;
}
.lpZolita :where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]):hover,
.lpZolita ::file-selector-button:hover {
  opacity: unset;
}
.lpZolita :where(fieldset) {
  padding: unset;
  margin: unset;
  border: unset;
}
.lpZolita :where(legend) {
  padding: unset;
}
.lpZolita ::placeholder {
  opacity: unset;
}
.lpZolita :where(summary) {
  display: list-item;
  cursor: pointer;
}
.lpZolita :where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  overflow: unset;
  color: unset;
  background-color: unset;
  border: unset;
}
.lpZolita [hidden]:where(:not([hidden=until-found])) {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .lpZolita *,
  .lpZolita *::before,
  .lpZolita *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@keyframes loopBodyText {
  from {
    background-position: -300% 0;
  }
  to {
    background-position: 0 0;
  }
}

.lpZolitaUtil__srOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
}

.lpZolitaUtil__hidden {
  display: none;
}

.lpZolitaUtil__block {
  display: block;
}

@media screen and (max-width: 767px) {
  .lpZolitaUtil__hidden--maxMd {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lpZolitaUtil__block--maxMd {
    display: block;
  }
}

.lpZolitaUtil__font--medium {
  font-weight: 500;
}

.lpZolitaUtil__font--bold {
  font-weight: 700;
}

.lpZolitaUtil__autoPhrase {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.lpZolitaUtil__container {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  container-type: inline-size;
}

.lpZolitaUtil__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (scripting: enabled) {
  .lpZolitaUtil__animeText {
    opacity: 0;
    translate: 0 10px;
    transition: opacity 0.3s ease, translate 0.45s ease;
  }
  .lpZolitaUtil__animeText[data-js-zolita-inview] {
    opacity: 1;
    translate: 0 0;
  }
}

.lpZolitaComp__splitTextChar-mask {
  display: inline-flex;
}

.lpZolitaComp__splitTextChar {
  display: inline-block;
}

.lpZolitaComp__title {
  display: grid;
  row-gap: 6px;
  text-align: center;
}
@media (scripting: enabled) {
  .lpZolitaComp__title[data-js-zolita-inview] .lpZolitaComp__titleMain .lpZolitaComp__splitTextChar-mask .lpZolitaComp__splitTextChar {
    translate: 0 0;
  }
  .lpZolitaComp__title[data-js-zolita-inview] .lpZolitaComp__titleIcon {
    scale: 1;
  }
  .lpZolitaComp__title[data-js-zolita-inview] .lpZolitaComp__titleLine {
    clip-path: inset(0);
  }
}

.lpZolitaComp__titleMain {
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(3.2rem, 10cqw, 4rem);
  line-height: 1.3;
  color: #e5c56e;
  letter-spacing: 0.02em;
}
@media (scripting: enabled) {
  .lpZolitaComp__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(odd) .lpZolitaComp__splitTextChar {
    translate: 0 -100%;
  }
  .lpZolitaComp__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(even) .lpZolitaComp__splitTextChar {
    translate: 0 100%;
  }
  .lpZolitaComp__titleMain .lpZolitaComp__splitTextChar {
    transition: translate 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) calc((var(--char) - 1) * var(--char-stagger, 0.04s));
  }
}

.lpZolitaComp__titleDeco {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  color: #e5c56e;
}

.lpZolitaComp__titleIcon {
  width: 2cqi;
}
@media (scripting: enabled) {
  .lpZolitaComp__titleIcon {
    scale: 0;
    transition: scale 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

.lpZolitaComp__titleLine {
  width: 30cqi;
}
@media (scripting: enabled) {
  .lpZolitaComp__titleLine {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.lpZolitaComp__titleLine[data-index="2"] {
  rotate: 180deg;
}

.lpZolitaAbout {
  padding-bottom: 80px;
}

.lpZolitaAbout__frame {
  --top-shape-h: 61px;
  --bottom-shape-r: 29px;
  position: relative;
  padding: 20px 9.5cqw 72px;
  color: #000;
  background-color: #fff;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU1IiBoZWlnaHQ9IjYxIiB2aWV3Qm94PSIwIDAgMjU1IDYxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNMjA0LjU1NyAzNC4zMjk0QzE4NS40MzkgMTMuMjQzNCAxNTcuODI4IDAgMTI3LjEyMyAwQzk2LjQxNzUgMCA2OC44MDY2IDEzLjI0MzQgNDkuNjg4MiAzNC4zMjk0QzM2LjU1NzMgNDguODExNiAxOS41NDg4IDYxIDAgNjFIMjU0LjI0NUMyMzQuNjk3IDYxIDIxNy42ODggNDguODExNiAyMDQuNTU3IDM0LjMyOTRaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg=="), radial-gradient(var(--bottom-shape-r) at var(--bottom-shape-r) calc(100% - var(--bottom-shape-r)), #000 98%, transparent 100%), radial-gradient(var(--bottom-shape-r) at calc(100% - var(--bottom-shape-r)) calc(100% - var(--bottom-shape-r)), #000 98%, transparent 100%), linear-gradient(#000, #000);
  mask-repeat: no-repeat;
  mask-position: center 0.5px, calc(var(--bottom-shape-r) * -1) calc(100% + var(--bottom-shape-r)), var(--bottom-shape-r) calc(100% + var(--bottom-shape-r)), center 100%;
  mask-size: auto, auto, auto, 100% calc(100% - var(--top-shape-h));
  mask-composite: add, exclude, exclude, add;
}

.lpZolitaAbout__bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-areas: "item";
  place-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
}

.lpZolitaAbout__bgShape {
  grid-area: item;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU1IiBoZWlnaHQ9IjYxIiB2aWV3Qm94PSIwIDAgMjU1IDYxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8cGF0aCBkPSJNMjA0LjU1NyAzNC4zMjk0QzE4NS40MzkgMTMuMjQzNCAxNTcuODI4IDAgMTI3LjEyMyAwQzk2LjQxNzUgMCA2OC44MDY2IDEzLjI0MzQgNDkuNjg4MiAzNC4zMjk0QzM2LjU1NzMgNDguODExNiAxOS41NDg4IDYxIDAgNjFIMjU0LjI0NUMyMzQuNjk3IDYxIDIxNy42ODggNDguODExNiAyMDQuNTU3IDM0LjMyOTRaIiBmaWxsPSIjRDlEOUQ5Ii8+IDwvc3ZnPg=="), radial-gradient(var(--bottom-shape-r) at var(--bottom-shape-r) calc(100% - var(--bottom-shape-r)), #000 98%, transparent 100%), radial-gradient(var(--bottom-shape-r) at calc(100% - var(--bottom-shape-r)) calc(100% - var(--bottom-shape-r)), #000 98%, transparent 100%), linear-gradient(#000, #000);
  mask-repeat: no-repeat;
  mask-position: center 0.5px, calc(var(--bottom-shape-r) * -1) calc(100% + var(--bottom-shape-r)), var(--bottom-shape-r) calc(100% + var(--bottom-shape-r)), center 100%;
  mask-size: auto, auto, auto, 100% calc(100% - var(--top-shape-h));
  mask-composite: add, exclude, exclude, add;
}
.lpZolitaAbout__bgShape:first-of-type {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-color: #000;
}
.lpZolitaAbout__bgShape:nth-of-type(2) {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  background-color: #fff;
}
.lpZolitaAbout__bgShape:nth-of-type(3) {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  background-color: #000;
}
.lpZolitaAbout__bgShape:nth-of-type(4) {
  --bottom-shape-r: 28px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  background-color: #fff;
}

.lpZolitaAbout__content {
  position: relative;
  z-index: 1;
}

.lpZolitaAbout__logo {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}
.lpZolitaAbout__logo + .lpZolitaAbout__title {
  margin-top: 12px;
}

.lpZolitaAbout__title {
  display: grid;
  row-gap: 12px;
  text-align: center;
}
.lpZolitaAbout__title + .lpZolitaAbout__desc {
  margin-top: 36px;
}
@media (scripting: enabled) {
  .lpZolitaAbout__title[data-js-zolita-inview] .lpZolitaAbout__titleMain .lpZolitaComp__splitTextChar-mask .lpZolitaComp__splitTextChar {
    translate: 0 0;
  }
  .lpZolitaAbout__title[data-js-zolita-inview] .lpZolitaAbout__titleIcon {
    scale: 1;
  }
  .lpZolitaAbout__title[data-js-zolita-inview] .lpZolitaAbout__titleLine {
    clip-path: inset(0);
  }
  .lpZolitaAbout__title[data-js-zolita-inview] .lpZolitaAbout__titleJaText {
    translate: 0 0;
  }
}

.lpZolitaAbout__titleMain {
  position: relative;
  overflow: hidden;
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(3.2rem, 10cqw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (scripting: enabled) {
  .lpZolitaAbout__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(odd) .lpZolitaComp__splitTextChar {
    translate: 0 -100%;
  }
  .lpZolitaAbout__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(even) .lpZolitaComp__splitTextChar {
    translate: 0 100%;
  }
  .lpZolitaAbout__titleMain .lpZolitaComp__splitTextChar {
    transition: translate 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) calc((var(--char) - 1) * 0.04s);
  }
}

.lpZolitaAbout__titleSub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 3cqw, 1.2rem);
  line-height: 1;
}

.lpZolitaAbout__titleJa {
  margin-right: clamp(2px, 1cqw, 4px);
  margin-left: clamp(2px, 1cqw, 4px);
  overflow: hidden;
}

.lpZolitaAbout__titleJaText {
  display: inline-block;
}
@media (scripting: enabled) {
  .lpZolitaAbout__titleJaText {
    translate: 0 100%;
    transition: translate 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
}

.lpZolitaAbout__titleIcon {
  width: clamp(4px, 1.5cqi, 6px);
}
@media (scripting: enabled) {
  .lpZolitaAbout__titleIcon {
    scale: 0;
    transition: scale 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

.lpZolitaAbout__titleLine {
  width: clamp(40px, 12.5cqi, 50px);
}
@media (scripting: enabled) {
  .lpZolitaAbout__titleLine {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.lpZolitaAbout__titleLine[data-index="2"] {
  rotate: 180deg;
}

.lpZolitaAbout__desc {
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.02em;
  transition-delay: 0.1s;
}

.lpZolitaAbout__descSup {
  top: 1px;
  font-size: 1rem;
  vertical-align: super;
}

.lpZolitaAbout__note {
  width: fit-content;
  margin-top: 8px;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #666;
}

.lpZolitaAbout__noteItem::before {
  content: "※";
}

.lpZolitaAbout__product {
  max-width: 280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.lpZolitaAbout__productControl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}

.lpZolitaAbout__productBtn {
  display: grid;
  width: 12px;
  aspect-ratio: 1;
}
.lpZolitaAbout__productBtn[aria-selected=false] {
  opacity: 0.15;
}

.lpZolitaAbout__productList {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
}

.lpZolitaAbout__productImg {
  width: 100%;
  height: auto;
}

.lpZolitaAccess {
  margin-top: 80px;
}
.lpZolitaAccess .lpZolitaComp__title + .lpZolitaAccess__content {
  margin-top: 28px;
}

.lpZolitaAccess__map {
  aspect-ratio: 3/2;
}
.lpZolitaAccess__map .lpZolitaAccess__mapFrame {
  width: 100%;
  height: 100%;
}

.lpZolitaAccess__address {
  margin-top: 16px;
}

.lpZolitaAccess__addressText {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.lpZolitaAccess__addressText + .lpZolitaAccess__addressText {
  margin-top: 12px;
}

.lpZolitaContent {
  padding-top: 120vh;
  padding-top: 120dvh;
}

.lpZolitaContent__detail {
  position: relative;
  z-index: 1;
}

.lpZolitaContent__main {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
  background-image: repeating-linear-gradient(to right, #262626 0, #262626 18px, transparent 18px, transparent 38px);
}

.lpZolitaFooter {
  position: sticky;
  container-type: inline-size;
  overflow: clip;
}

.lpZolitaFooter__fig {
  position: relative;
}

.lpZolitaFooter__figImg {
  width: 100%;
  height: auto;
}

.lpZolitaFooter__figCaption {
  position: absolute;
  bottom: 1.5cqw;
  left: 2cqw;
  font-size: 2.75cqw;
}

.lpZolitaFooter__deco {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.lpZolitaFooter__deco:first-of-type {
  top: 0;
  rotate: 180deg;
}
.lpZolitaFooter__deco:last-of-type {
  bottom: 7cqw;
}

.lpZolitaFooter__copyright {
  position: absolute;
  right: 2cqw;
  bottom: 2cqw;
  z-index: 1;
  font-family: adobe-garamond-pro, serif;
  font-size: 2.75cqw;
  line-height: 1;
  letter-spacing: 0.06em;
}

.lpZolitaHdg {
  position: sticky;
  top: 50%;
  display: grid;
  height: fit-content;
  padding-top: 2.6392961877vh;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .lpZolitaHdg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip-path: inset(50%);
  }
}

.lpZolitaHdg__img {
  justify-self: center;
  width: 200px;
  height: auto;
}

.lpZolitaInstagram .lpZolitaComp__title + .lpZolitaInstagram__desc {
  margin-top: 24px;
}

.lpZolitaInstagram__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: center;
}

.lpZolitaInstagram__link {
  display: block;
  width: fit-content;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lpZolitaInstagram__link:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .lpZolitaInstagram__link:hover {
    opacity: 0.6;
  }
}

.lpZolitaInstagram__linkImg {
  width: 48px;
  height: auto;
}

.lpZolitaLoading {
  display: none;
}
@media (scripting: enabled) {
  .lpZolitaLoading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: block;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
    background-color: #000;
    background-image: repeating-linear-gradient(to right, #262626 0, #262626 18px, transparent 18px, transparent 38px);
  }
}

@media (scripting: enabled) {
  .lpZolitaLoading__logo {
    scale: 0.5;
  }
}

.lpZolitaLoopText {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 300%;
  height: 134px;
  margin: auto;
  pointer-events: none;
  background-image: url("/pages/zolita/ver1.0.0/common/img/img_body-bg_repeat.svg");
  background-repeat: repeat-x;
  background-size: 2168px 100%;
  animation: loopBodyText 90s linear infinite;
}
@media screen and (max-width: 1023px) {
  .lpZolitaLoopText {
    animation: loopBodyText 30s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .lpZolitaLoopText {
    height: 107.2px;
    background-size: 1734.4px 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .lpZolitaLoopText {
    display: none;
    animation: none;
  }
}

.lpZolitaMain {
  overflow: clip;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .lpZolitaMain {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.lpZolitaMv {
  position: sticky;
  top: 0;
}

.lpZolitaMv__img {
  width: 100%;
  height: 100svh;
  min-height: 682px;
  object-fit: cover;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .lpZolitaMv__img {
    height: auto;
  }
}

.lpZolitaNav {
  position: sticky;
  top: 50%;
  display: grid;
  height: fit-content;
  padding-top: 4.6920821114vh;
  translate: 0 -50%;
}
@media screen and (max-width: 1023px) {
  .lpZolitaNav {
    display: none;
  }
}

.lpZolitaNav__list {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 18px;
  justify-self: center;
  min-width: 220px;
}

.lpZolitaNav__link {
  --r: 8px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  column-gap: 10px;
  align-items: center;
  min-width: 50%;
  padding: 17px 16px 16px 18px;
  color: #000;
  background-color: #fff;
  mask-image: radial-gradient(var(--r) at var(--r) var(--r), transparent 98%, #000);
  mask-position: calc(var(--r) * -1) calc(var(--r) * -1);
  transition: color 0.3s ease;
}
.lpZolitaNav__link[aria-current=true] {
  color: #e5c56e;
}
.lpZolitaNav__link::before {
  position: absolute;
  inset: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  pointer-events: none;
  content: "";
  background-color: currentColor;
  mask-image: radial-gradient(var(--r) at var(--r) var(--r), transparent calc(98% - 1px), #000 calc(100% - 1px) 98%, transparent), linear-gradient(90deg, #000 2px, transparent 0), linear-gradient(#000 2px, transparent 0);
  mask-repeat: repeat, repeat-x, repeat-y;
  mask-position: calc(var(--r) * -1) calc(var(--r) * -1), -1px 50%, 50% -1px;
  mask-size: auto, 100% calc(100% - var(--r) * 2 + 1px), calc(100% - var(--r) * 2 + 1px) 100%;
}
.lpZolitaNav__link:focus-visible {
  color: #e5c56e;
}
.lpZolitaNav__link:focus-visible .lpZolitaNav__linkText:first-of-type .lpZolitaComp__splitTextChar {
  clip-path: inset(100% 0 0 0);
  translate: 0 100%;
}
.lpZolitaNav__link:focus-visible .lpZolitaNav__linkText:last-of-type .lpZolitaComp__splitTextChar {
  clip-path: inset(0);
  translate: 0 0;
}
.lpZolitaNav__link:focus-visible .lpZolitaNav__linkArrow:first-of-type {
  clip-path: inset(100% 0 0 0);
  transition-delay: 0s;
}
.lpZolitaNav__link:focus-visible .lpZolitaNav__linkArrow:last-of-type {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
@media (any-hover: hover) {
  .lpZolitaNav__link:hover {
    color: #e5c56e;
  }
  .lpZolitaNav__link:hover .lpZolitaNav__linkText:first-of-type .lpZolitaComp__splitTextChar {
    clip-path: inset(100% 0 0 0);
    translate: 0 100%;
  }
  .lpZolitaNav__link:hover .lpZolitaNav__linkText:last-of-type .lpZolitaComp__splitTextChar {
    clip-path: inset(0);
    translate: 0 0;
  }
  .lpZolitaNav__link:hover .lpZolitaNav__linkArrow:first-of-type {
    clip-path: inset(100% 0 0 0);
    transition-delay: 0s;
  }
  .lpZolitaNav__link:hover .lpZolitaNav__linkArrow:last-of-type {
    clip-path: inset(0);
    transition-delay: 0.3s;
  }
}
.lpZolitaNav__link[href="#angelic-pretty"] .lpZolitaNav__linkJa {
  margin-right: 3px;
}

.lpZolitaNav__linkJa {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

.lpZolitaNav__linkTitle {
  display: grid;
  grid-template-areas: "text";
  overflow: hidden;
}

.lpZolitaNav__linkText {
  grid-area: text;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
.lpZolitaNav__linkText:last-of-type .lpZolitaComp__splitTextChar {
  clip-path: inset(0 0 100% 0);
  translate: 0 -100%;
}
.lpZolitaNav__linkText .lpZolitaComp__splitTextChar {
  clip-path: inset(0);
  transition: translate 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) calc((var(--char) - 1) * 0.01s), clip-path 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) calc((var(--char) - 1) * 0.025s);
}

.lpZolitaNav__linkIcon {
  display: grid;
  grid-template-areas: "arrow";
  place-items: center;
}

.lpZolitaNav__linkArrow {
  grid-area: arrow;
  overflow: hidden;
  clip-path: inset(0);
  transition: clip-path 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lpZolitaNav__linkArrow:first-of-type {
  transition-delay: 0.3s;
}
.lpZolitaNav__linkArrow:last-of-type {
  clip-path: inset(0 0 100% 0);
}

.lpZolitaProject {
  margin-top: 80px;
}

.lpZolitaProject__frame {
  --r: 28px;
  position: relative;
  padding: 64px 10cqw 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  mask-image: radial-gradient(var(--r) at var(--r) var(--r), transparent 98%, #000);
  mask-position: calc(var(--r) * -1) calc(var(--r) * -1);
}
.lpZolitaProject__frame::before, .lpZolitaProject__frame::after {
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  mask-image: radial-gradient(var(--r) at var(--r) var(--r), transparent calc(98% - 1px), #000 calc(100% - 1px) 98%, transparent), linear-gradient(90deg, #000 2px, transparent 0), linear-gradient(#000 2px, transparent 0);
  mask-repeat: repeat, repeat-x, repeat-y;
  mask-position: calc(var(--r) * -1) calc(var(--r) * -1), -1px 50%, 50% -1px;
  mask-size: auto, 100% calc(100% - var(--r) * 2 + 1px), calc(100% - var(--r) * 2 + 1px) 100%;
}
.lpZolitaProject__frame::before {
  --r: 29px;
  width: 100%;
  height: 100%;
}
.lpZolitaProject__frame::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.lpZolitaProject__title {
  display: grid;
  row-gap: 12px;
  text-align: center;
}
.lpZolitaProject__title + .lpZolitaProject__content {
  margin-top: 46px;
}
@media (scripting: enabled) {
  .lpZolitaProject__title[data-js-zolita-inview] .lpZolitaProject__titleMain .lpZolitaComp__splitTextChar-mask .lpZolitaComp__splitTextChar {
    translate: 0 0;
  }
  .lpZolitaProject__title[data-js-zolita-inview] .lpZolitaProject__titleJaText {
    translate: 0 0;
  }
  .lpZolitaProject__title[data-js-zolita-inview] .lpZolitaProject__titleIcon {
    scale: 1;
  }
  .lpZolitaProject__title[data-js-zolita-inview] .lpZolitaProject__titleLine {
    clip-path: inset(0);
  }
}

.lpZolitaProject__titleMain {
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(3.2rem, 10cqw, 4rem);
  line-height: 1.3;
  color: #e5c56e;
  letter-spacing: 0.02em;
}
@media (scripting: enabled) {
  .lpZolitaProject__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(odd) .lpZolitaComp__splitTextChar {
    translate: 0 -100%;
  }
  .lpZolitaProject__titleMain .lpZolitaComp__splitTextChar-mask:nth-of-type(even) .lpZolitaComp__splitTextChar {
    translate: 0 100%;
  }
  .lpZolitaProject__titleMain .lpZolitaComp__splitTextChar {
    transition: translate 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) calc((var(--char) - 1) * 0.03s);
  }
}

.lpZolitaProject__titleSub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 3cqw, 1.2rem);
  line-height: 1;
}

.lpZolitaProject__titleJa {
  margin-right: clamp(2px, 1cqw, 4px);
  margin-left: clamp(2px, 1cqw, 4px);
  overflow: hidden;
}

.lpZolitaProject__titleJaText {
  display: inline-block;
}
@media (scripting: enabled) {
  .lpZolitaProject__titleJaText {
    translate: 0 100%;
    transition: translate 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
}

.lpZolitaProject__titleIcon {
  width: clamp(4px, 1.5cqi, 6px);
}
@media (scripting: enabled) {
  .lpZolitaProject__titleIcon {
    scale: 0;
    transition: scale 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

.lpZolitaProject__titleLine {
  width: clamp(40px, 12.5cqi, 50px);
}
@media (scripting: enabled) {
  .lpZolitaProject__titleLine {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.lpZolitaProject__titleLine[data-index="2"] {
  rotate: 180deg;
}

.lpZolitaProject__lead {
  font-size: 1.5rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.9;
  letter-spacing: 0.04em;
  transition-delay: 0.1s;
}
.lpZolitaProject__lead + .lpZolitaProject__desc {
  margin-top: 28px;
}

.lpZolitaProject__desc {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.9;
  letter-spacing: 0.04em;
  transition-delay: 0.2s;
}

.lpZolitaWrapper {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .lpZolitaWrapper {
    grid-template-columns: 1fr 400px;
  }
}
@media screen and (max-width: 767px) {
  .lpZolitaWrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}