@import url("https://use.typekit.net/fso4mof.css");
@keyframes bar-anime {
  0% { height: 40px; top: -40px; }
  75% { height: 40px; top: 50px; }
  100% { height: 40px; top: 50px; }
}
@keyframes bar-anime-sp {
  0% { height: 40px; top: -40px; }
  75% { height: 40px; top: 40px; }
  100% { height: 40px; top: 40px; }
}
*, *::before, *::after { box-sizing: border-box; }
html {
  font-size: 62.5%;
  scroll-behavior: auto;
}
html,
body {
  min-width: 320px;
  overflow-x: clip;
}
body {
  margin: 0;
  background: #1f1f1f;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
}
body.is-lessential-modal-open { overflow: hidden; }
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.lessential-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #FFF;
}
.lessential-loader__logo {
  width: 180px;
  margin: 0;
}
.lessential-loader__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
.lessential-loader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms ease;
}
.lessential {
  position: relative;
  min-height: 100dvh;
  overflow: clip;
  --content-width: max(500px, calc(100dvh * 500 / 832));
  --edge-width: calc(100vw - 144px);
  --snap-width: calc(100vw - 144px);
}
.lessential-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #1f1f1f;
  pointer-events: none;
}
.lessential-bg__image {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  transition: opacity 900ms ease;
}
.lessential-bg__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(7.95px);
          backdrop-filter: blur(7.95px);
}
.lessential-bg__image--base { background-image: url("../images/background01.jpg"); }
.lessential-bg__image--alt {
  opacity: 0;
  background-image: url("../images/background02.jpg");
}
.lessential.is-bg-alt .lessential-bg__image--alt { opacity: 1; }
.lessential-header {
  position: fixed;
  top: 45px;
  left: 50%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  width: var(--edge-width);
  color: #FFF;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 600ms ease, visibility 600ms ease;
}
.lessential-header__brand {
  width: 148px;
  margin: 0;
}
.lessential-header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  pointer-events: auto;
}
.lessential.is-bg-alt .lessential-header {
  opacity: 0;
  visibility: hidden;
}
.lessential-main {
  position: relative;
  z-index: 1;
}
.lessential-hero {
  display: grid;
  place-items: start center;
  min-height: 100dvh;
  padding-top: 44px;
}
.lessential-mainvisual {
  position: relative;
  width: var(--content-width);
  padding: 8px;
  background: rgba(255, 255, 255, 0);
  transition: background-color 1000ms ease;
}
.lessential-mainvisual__image {
  margin: 0;
  aspect-ratio: 484 / 726;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.lessential-mainvisual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lessential-mainvisual__logo {
  position: absolute;
  top: 10.25%;
  left: 15.57%;
  z-index: 2;
  width: 68.86%;
  margin: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 900ms ease 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
}
.lessential-mainvisual__brand {
  position: absolute;
  left: 50%;
  bottom: 4.1%;
  z-index: 2;
  width: 68.86%;
  margin: 0;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 900ms ease 900ms;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.lessential.is-hero-ready .lessential-mainvisual__image,
.lessential.is-hero-ready .lessential-mainvisual__logo,
.lessential.is-hero-ready .lessential-mainvisual__brand {
  opacity: 1;
}
.lessential.is-hero-ready .lessential-mainvisual { background: #FFF; }
.lessential.is-hero-ready .lessential-mainvisual__logo { transform: translateY(0); }
.lessential-lead,
.lessential-items {
  width: var(--content-width);
  margin-inline: auto;
  background: #FFF;
}
.lessential-lead { padding: 80px 45px 72px; }
.lessential-lead__heading {
  margin: 0 0 42px;
  text-align: left;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.55;
}
.lessential-lead__heading p { margin: 0; }
.lessential-lead__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 2;
  text-align: justify;
}
.lessential-lead__text p { margin: 0; }
.lessential-lead__text p + p { margin-top: 14px; }
.lessential-items { position: relative; }
.lessential-item {
  display: flex;
  align-items: flex-start;
  padding: 56px 24px;
}
.lessential-item__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 46px 0;
  text-align: left;
}
.lessential-item__logo,
.lessential-item__name,
.lessential-item__detail {
  position: absolute;
  z-index: 2;
}
.lessential-item__logo {
  top: 0;
  left: 0;
  width: 121px;
}
.lessential-item__name {
  top: 0;
  right: 0;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.lessential-item__photo {
  display: block;
  width: 100%;
  aspect-ratio: 500 / 625;
  overflow: hidden;
}
.lessential-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lessential-item:nth-child(2) .lessential-item__photo img { transform: none; }
.lessential-item__detail {
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}
.lessential-item__detail span {
  position: relative;
  width: 10px;
  height: 10px;
}
.lessential-item__detail span::before,
.lessential-item__detail span::after {
  content: "";
  position: absolute;
  background: #000;
}
.lessential-item__detail span::before {
  left: 45%;
  top: 0;
  width: 10%;
  height: 100%;
}
.lessential-item__detail span::after {
  left: 0;
  top: 45%;
  width: 100%;
  height: 10%;
}
.lessential-mood {
  width: var(--snap-width);
  margin: 0 auto;
  padding: 40px 0 120px;
  color: #FFF;
}
.lessential-mood__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.lessential-mood__title {
  margin: 0;
  font-family: "cormorant-infant", sans-serif;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
}
.lessential-mood__lead {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: right;
}
.lessential-mood__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.lessential-mood__grid figure {
  margin: 0;
  aspect-ratio: 2731 / 4096;
  overflow: hidden;
}
.lessential-mood__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lessential-footer {
  position: relative;
  z-index: 1;
  width: var(--edge-width);
  min-height: 225px;
  margin: 0 auto;
  padding: 0 0 56px;
  color: #FFF;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}
.lessential-footer__staff {
  margin-bottom: 48px;
  font-size: 1.2rem;
  letter-spacing: .04em;
}
.lessential-footer__staff p + p { margin-top: 10px; }
.lessential-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.lessential-footer__pagetop {
  position: absolute;
  top: 100px;
  right: 0;
  writing-mode: vertical-rl;
}
.lessential-footer__copyright {
  position: absolute;
  left: 0;
  bottom: 56px;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: .03em;
}
.lessential-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: #FFF;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 450ms ease, visibility 450ms ease;
}
.lessential-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lessential-modal__close {
  position: fixed;
  top: 23px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
}
.lessential-modal__close::before,
.lessential-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 40px;
  background: #000;
}
.lessential-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.lessential-modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lessential-modal__scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.lessential-modal-item {
  width: 600px;
  margin: 0 auto;
  padding: 67px 0;
  background: #FFF;
}
.lessential-modal-item__inner { position: relative; }
.lessential-modal-item__logo,
.lessential-modal-item__name {
  position: absolute;
  z-index: 2;
  top: 0;
}
.lessential-modal-item__logo {
  left: 0;
  width: 145px;
  margin: 0;
}
.lessential-modal-item__name {
  right: 0;
  margin: 0;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.68rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.lessential-modal-item__image {
  position: relative;
  aspect-ratio: 500 / 625;
  overflow: hidden;
}
.lessential-modal-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lessential-modal-item__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lessential-modal-item__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 520ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.lessential-modal-item__slide {
  display: grid;
  place-items: center;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.lessential-modal-item:nth-child(2) .lessential-modal-item__image img { transform: none; }
.lessential-modal-item.is-single-slide .lessential-modal-item__arrow { display: none; }
.lessential-modal-item__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transform: translateY(-50%);
}
.lessential-modal-item__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: translate(-25%, -50%) rotate(-45deg);
}
.lessential-modal-item__arrow--prev { left: 8px; }
.lessential-modal-item__arrow--next {
  right: 8px;
  transform: translateY(-50%) rotate(180deg);
}
.lessential-modal-item__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 32px;
}
.lessential-modal-item__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.lessential-modal-item__text p { margin: 0; }
.lessential-modal-item__text p + p { margin-top: 12px; }
.lessential-modal-item__credits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}
.lessential-modal-item__credits li {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.lessential-modal-item__credits .item-d-none {
  display: none;
}
.lessential-modal-item__credits a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 3px 24px;
  border: 1px solid #666;
  border-radius: 10px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  body { font-size: 1.2rem; }
  .lessential-loader__logo { width: 145px; }
  .lessential-loader__bar { height: 8px; }
  .lessential {
    --content-width: 100vw;
    --edge-width: calc(100vw - 20px);
    --snap-width: calc(100vw - 20px);
  }
  .lessential-bg__image {
    inset: auto;
    left: 50%;
    top: 50%;
    width: 100dvh;
    height: 100vw;
    background-size: cover;
    background-position: center bottom;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .lessential-bg__image::after {
    -webkit-backdrop-filter: blur(3.7px);
            backdrop-filter: blur(3.7px);
  }
  .lessential-header { display: none; }
  .lessential-hero {
    min-height: 656px;
    padding-top: 83px;
    place-items: start center;
  }
  .lessential-mainvisual {
    width: calc(100vw - 60px);
    min-width: 0;
    padding: 5.27px;
  }
  .lessential-mainvisual__logo {
    top: 10.15%;
    left: 15.57%;
  }
  .lessential-mainvisual__brand {
    bottom: 4.15%;
    font-size: 1.122rem;
  }
  .lessential-lead,
  .lessential-items { width: 100%; }
  .lessential-lead { padding: 56px 32px; }
  .lessential-lead__heading {
    margin-bottom: 36px;
    font-size: 1.6rem;
  }
  .lessential-lead__text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .lessential-lead__text p + p { margin-top: 12px; }
  .lessential-item {
    padding: 56px 18px;
  }
  .lessential-item__inner {
    padding: 35px 0;
  }
  .lessential-item__logo { width: 94.38px; }
  .lessential-item__name { font-size: 1.2rem; }
  .lessential-item__detail { font-size: 1.2rem; }
  .lessential-mood {
    width: calc(100vw - 20px);
    padding: 64px 0;
  }
  .lessential-mood__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  .lessential-mood__title { font-size: 3.4rem; }
  .lessential-mood__lead {
    font-size: 1.2rem;
    text-align: left;
  }
  .lessential-mood__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lessential-mood__item--sp-hidden { display: none; }
  .lessential-mood__grid figure:has(img[src$="snap06.jpg"]) { display: none; }
  .lessential-footer {
    width: calc(100vw - 20px);
    min-height: 201px;
    padding-bottom: 40px;
  }
  .lessential-footer__staff {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
  .lessential-footer__staff p + p { margin-top: 8px; }
  .lessential-footer__pagetop { top: 100px; }
  .lessential-footer__copyright {
    bottom: 40px;
    font-size: 1.2rem;
  }
  .lessential-modal__close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .lessential-modal__close::before,
  .lessential-modal__close::after { height: 31px; }
  .lessential-modal-item {
    width: calc(100vw - 20px);
    padding: 41.44px 0;
  }
  .lessential-modal-item__logo { width: 89.54px; }
  .lessential-modal-item__name { font-size: 1.2rem; }
  .lessential-modal-item__arrow {
    width: 24px;
    height: 24px;
  }
  .lessential-modal-item__arrow::before {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .lessential-modal-item__arrow--prev { left: 4px; }
  .lessential-modal-item__arrow--next { right: 4px; }
  .lessential-modal-item__body {
    gap: 29.6px;
    padding: 0 12px;
  }
  .lessential-modal-item__text {
    font-size: 1.2rem;
    letter-spacing: -.02em;
  }
  .lessential-modal-item__text p + p { margin-top: 7.4px; }
  .lessential-modal-item__credits {
    gap: 16px;
    font-size: 1.2rem;
  }
  .lessential-modal-item__credits li {
    align-items: flex-end;
    gap: 16px;
    white-space: normal;
  }
  .lessential-modal-item__credits span { width: 185px; }
  .lessential-modal-item__credits a {
    min-width: 42px;
    padding: 2px 15px;
    border-width: .617px;
    border-radius: 6px;
    font-size: 1rem;
  }
}
