@charset "UTF-8";

html body {
  color: #212121;
  font-family: "ryo-gothic-plusn", sans-serif;
}

html body div.fs-l-page main.annex * {
  font-feature-settings: "pwid" off;
  transition-duration: 0.3s;
}

html body div.fs-l-page main.annex section {
  margin-top: 72px;
}

html body div.fs-l-page main.annex section.mt0 {
  margin-top: 0;
}

html body div.fs-l-page main.annex h1,
html body div.fs-l-page main.annex h2 {
  line-height: 150%;
}

html body div.fs-l-page main.annex h1 span,
html body div.fs-l-page main.annex h2 span {
  display: block;
}

html body div.fs-l-page main.annex h2 span {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  letter-spacing: 0;
}

html body div.fs-l-page main.annex p {
  line-height: 200%;
}

html body div.fs-l-page main.annex a.link-button {
  width: 260px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #212121;
  text-align: center;
  box-sizing: border-box;
}

html body div.fs-l-page main.annex a.link-button:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}

html body div.fs-l-page main.annex .fade_off {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 60px, 0);
  transition: all 1800ms cubic-bezier(0.23, 1, 0.32, 1);
}

html body div.fs-l-page main.annex .fade_on {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 1800ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .p-tagline {
  display: none;
}

header .p-tagline a {
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

header .l-header__inner {
  height: 50px !important;
}

header .l-header__logo--normal {
  width: 88px !important;
}

header.is-scroll {
  top: 0 !important;
}

div.fs-l-page {
  padding-top: 50px;
}

.u-font--B {
  font-weight: 600;
}

html body div.fs-l-page main.annex section.kv picture img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

html body div.fs-l-page main.annex section.overview {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

html body div.fs-l-page main.annex section.overview h1 img {
  width: 320px;
  aspect-ratio: 10/1;
}

html body div.fs-l-page main.annex section.movie video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

html body div.fs-l-page main.annex section.list {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

html body div.fs-l-page main.annex section.list div.list__container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 96px);
  margin: 0 48px;
}

html body div.fs-l-page main.annex section.list div.list__container img.container__images {
  width: 55.972%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents {
  flex: auto;
  width: 28.472%;
  max-width: 640px;
  height: fit-content;
  margin: auto;
  padding: 0 64px;
  box-sizing: content-box;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__title>img {
  width: 6.3%;
  min-width: 90.833px;
  min-height: 138px;
  aspect-ratio: 91/138;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button {
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid #212121;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
  margin-bottom: 2px;
  margin-right: 0.5em;
  transform: rotate(-45deg);
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  margin-bottom: 2px;
  margin-left: 0.5em;
  transform: rotate(45deg);
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button:hover {
  opacity: 0.6;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button.next::before {
  display: none;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button.next::after {
  display: inline-block;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button.prev {
  margin-left: 0;
  margin-right: auto;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button.prev::before {
  display: inline-block;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text>button.prev::after {
  display: none;
}

html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__link {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

html body div.fs-l-page main.annex section.list div.menu2 img.container__images {
  order: 2;
}

html body div.fs-l-page main.annex section.store {
  margin-left: 72px;
  margin-right: 72px;
  margin-bottom: 0;
  display: flex;
  gap: 3.333%;
}

html body div.fs-l-page main.annex section.store div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

html body div.fs-l-page main.annex section.store div img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

html body div.fs-l-page main.annex section.store div div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

html body div.fs-l-page main.annex section.store div div span {
  font-weight: 450;
  line-height: 200%;
  letter-spacing: 0.8px;
}

html body div.fs-l-page main.annex section.access {
  background-color: #F2F2F2;
}

html body div.fs-l-page main.annex section.access div.access__container {
  padding: 64px 72px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

html body div.fs-l-page main.annex section.access div.access__container div.map {
  grid-column: 1/2;
  grid-row: 1/3;
}

html body div.fs-l-page main.annex section.access div.access__container div.map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

html body div.fs-l-page main.annex section.access div.access__container h2 {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 24px;
  border-bottom: 1px solid #212121;
  padding-bottom: 8px;
}

html body div.fs-l-page main.annex section.access div.access__container h2 span {
  font-weight: 450;
}

html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div {
  display: flex;
  gap: 48px;
}

html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div dt {
  width: 120px;
}

html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div dd {
  width: calc(100% - 120px - 48px);
}

html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div dd>a img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  html body div.fs-l-page main.annex a.link-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header .p-tagline a {
    font-size: 12px !important;
  }

  header .l-header__logo--normal {
    width: 72px !important;
  }
}

@keyframes seasonalFadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
    /* 15px下から */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置へ */
  }
}

@media screen and (max-width: 768px) {
  html body div.fs-l-page main.annex section.overview {
    margin-top: 48px;
    padding: 0 19.5px;
  }

  html body div.fs-l-page main.annex section.overview h1 img {
    width: 240px;
  }

  html body div.fs-l-page main.annex section.overview p {
    text-align: start;
  }

  html body div.fs-l-page main.annex section.movie {
    margin-bottom: 48px;
  }

  html body div.fs-l-page main.annex section.movie video {
    height: auto;
  }

  html body div.fs-l-page main.annex section.list {
    margin-top: 0;
    margin-bottom: 0;
    gap: 0;
  }

  html body div.fs-l-page main.annex section.list div.list__container {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }

  html body div.fs-l-page main.annex section.list div.list__container img.container__images {
    width: 100%;
  }

  html body div.fs-l-page main.annex section.list div.list__container div.container__contents {
    margin: 0;
    padding: 16px 20px 48px;
    width: auto;
    gap: 24px;
  }

  html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__title>img {
    min-width: 72px;
    min-height: 72px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__text {
    margin-top: 24px;
  }

  html body div.fs-l-page main.annex section.list div.list__container div.container__contents div.contents__link {
    margin-top: 32px;
  }

  html body div.fs-l-page main.annex section.list div.menu2 div.list__container {
    flex-direction: column-reverse;
  }

  html body div.fs-l-page main.annex section.store {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }

  html body div.fs-l-page main.annex section.store div {
    gap: 0;
  }

  html body div.fs-l-page main.annex section.store div>div {
    padding: 32px 19.5px 64px;
  }

  html body div.fs-l-page main.annex section.access {
    margin-top: 0;
  }

  html body div.fs-l-page main.annex section.access div.access__container {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  html body div.fs-l-page main.annex section.access div.access__container div.map {
    order: 2;
  }

  html body div.fs-l-page main.annex section.access div.access__container div.map iframe {
    aspect-ratio: 195/146;
  }

  html body div.fs-l-page main.annex section.access div.access__container h2 {
    order: 1;
    text-align: center;
    width: 89.7%;
    margin: 0 auto;
    padding: 32px 20px 8px;
  }

  html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets {
    order: 3;
    width: 89.7%;
    margin: 0 auto 32px;
  }

  html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div {
    flex-direction: column;
    gap: 0;
  }

  html body div.fs-l-page main.annex section.access div.access__container dl.access_about__contets div dd {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */