:root {
  --hd: 1920;
  --xxl: 1536;
  --xl: 1280;
  --lg: 1024;
  --md: 768;
  --sm: 640;
  --xs: 374;
  --Inter: "Inter", sans-serif;

  --color-base: #000;
  --color-02: #b1b1b1;
  --color-04: #f1f1f1;
  --color-bottom: #373737;
  --color-number: #4a4a4a;
  --color-credit: #717171;
  --color-order: #a3a3a3;
  --color-link: #2578f4;

  --pc-width: 93%;

  --z-modal: 1000;
}
html {
  font-size: 100%;
}
@media (max-width: 374px) {
  html {
    font-size: 3.8095238095vw;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
html:focus-within {
  scroll-behavior: auto;
}
body {
  font-family: "A1 Mincho";
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
th,
b,
strong {
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
svg {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#header.on {
  height: 100%;
  min-height: 100vh;
}
#header_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.on #header_inner {
  height: 100% !important;
  min-height: 100vh;
}
#gnav {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.on #gnav {
  opacity: 1;
}
#gnav_inner {
  width: 100%;
  height: 100% !important;
  position: relative;
  z-index: 100;
  display: table !important;
}
#nav_wrap {
  padding: 40px 0;
  display: table-cell;
  vertical-align: middle;
}
#gnav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#gnav li {
  width: 100%;
  position: relative;
}
#gnav li:last-child {
  margin: 0;
}
#gnav li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

#gnav li a.is-comingsoon {
  pointer-events: none;
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  #gnav li a:hover,
  #gnav li a:focus-visible {
    opacity: 0.6;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
}
#gnav li a:active {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
#gnav_lineup {
  margin: 0 0 30px 0;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 768px) {
  #gnav_lineup {
    font-size: 0.9375rem;
  }
}
#gnav_lineup .title {
  font-size: 0.75rem;
  margin: 0 0 25px 0;
  padding: 0 0 2px 0;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
@media (min-width: 768px) {
  #gnav_lineup .title {
    font-size: 0.8125rem;
  }
}
#gnav_lineup ul {
  margin: 0 0 35px 0;
}
#gnav_lineup li {
  margin: 0 0 20px 0;
}
#common_nav {
  max-width: 240px;
  margin: 0 auto;
  padding: 35px 0 0 0;
  border-top: 1px dashed #666;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #common_nav {
    font-size: 0.8125rem;
  }
}
#common_nav li {
  margin: 0 0 20px 0;
}
#header .gnav_ico {
  width: 50px;
  height: 50px;
  position: fixed;
  text-align: right;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  background: none;
  padding: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

#header .gnav_ico.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  #header .gnav_ico {
    top: 19px;
    right: 19px;
    width: 58px;
    height: 54px;
  }
}
#header .gnav_ico span {
  border-radius: 3px;
  border-top: 2px solid #000;
}
#header .gnav_ico span.top {
  width: 22px;
  position: absolute;
  top: 16px;
  right: 14px;
}
@media (min-width: 768px) {
  #header .gnav_ico span.top {
    width: 30px;
  }
}
#header .gnav_ico span.mid {
  content: "";
  display: block;
  width: 22px;
  position: absolute;
  top: 23px;
  right: 14px;
}
@media (min-width: 768px) {
  #header .gnav_ico span.mid {
    top: 26px;
    width: 30px;
  }
}
#header .gnav_ico span.btm {
  content: "";
  display: block;
  width: 22px;
  position: absolute;
  top: 30px;
  right: 14px;
}
@media (min-width: 768px) {
  #header .gnav_ico span.btm {
    top: 36px;
    width: 30px;
  }
}
#header .gnav_ico.on span {
  border-color: #fff;
}
#header .gnav_ico.on span.top {
  top: 23px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.23s,
    transform 0.13s ease-out 0.23s;
}
@media (min-width: 768px) {
  #header .gnav_ico.on span.top {
    top: 26px;
  }
}
#header .gnav_ico.on span.btm {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.23s,
    transform 0.13s ease-out 0.23s;
}
@media (min-width: 768px) {
  #header .gnav_ico.on span.btm {
    top: 26px;
  }
}
#header .gnav_ico.on span.mid {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0.05s, right 0.15s ease 0s;
  transition: opacity 0.15s ease 0.05s, right 0.15s ease 0s;
  right: 5px;
}
#header .gnav_ico span.top {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: top 0.17s ease 0.13s, -webkit-transform 0.13s ease-in,
    transform 0.13s ease-in;
}
#header .gnav_ico span.btm {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: top 0.17s ease 0.13s, -webkit-transform 0.13s ease-in,
    transform 0.13s ease-in;
}
#header .gnav_ico span.mid {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease 0.2s, right 0.15s ease 0.23s;
  transition: opacity 0.15s ease 0.2s, right 0.15s ease 0.23s;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (min-width: 768px) {
  .overlay {
    height: 100%;
  }
}
.on .overlay {
  visibility: visible;
  opacity: 1;
}
.hero {
  position: relative;
  height: 100svh;
}
@media (min-width: 768px) {
  .hero {
    min-height: 400px;
    height: 100vh;
  }
}
.hero__logoArea {
  display: grid;
  justify-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -62%);
  transform: translate(0, -62%);
}
@media (min-width: 768px) {
  .hero__logoArea {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero__logo {
  position: relative;
  width: 28.3653846154%;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 8.25rem;
  }
}
.hero__logo img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.js-home-logo {
  opacity: 0;
}
.heroSlideArea {
  position: fixed;
  z-index: -1;
  inset: 2rem 2.15rem;
}
@media (min-width: 768px) {
  .heroSlideArea {
    inset: 2.2rem 3.25rem;
  }
}
.heroSlideArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.heroSlideArea__title {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  z-index: 2;
  width: 63.3136094675%;
}
@media (min-width: 768px) {
  .heroSlideArea__title {
    width: 13.375rem;
  }
}
.heroSlideArea__enTitle {
  position: absolute;
  left: calc(100% + 0.3125rem);
  bottom: 0;
  z-index: 2;
  width: 4.1420118343%;
}
@media (min-width: 768px) {
  .heroSlideArea__enTitle {
    left: calc(100% + 0.625rem);
    width: 1.125rem;
  }
}
.heroSwiperSlide__inner {
  display: grid;
  grid-template-rows: repeat(2, 50%);
  height: 100%;
}
@media (min-width: 768px) {
  .heroSwiperSlide__inner {
    grid-template-rows: 100%;
    grid-template-columns: repeat(2, 50%);
  }
}
.heroSwiperSlide__inner picture,
.heroSwiperSlide__inner img {
  width: 100%;
  height: 100%;
}
.heroSwiperSlide__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.heroSwiperSlide__inner .top img {
  -o-object-position: top;
  object-position: top;
}
.heroSwiperSlide__inner .bottom img {
  -o-object-position: bottom;
  object-position: bottom;
}

@media (max-width: 767px) {
  .heroSwiperSlide__inner .sp-top {
    -o-object-position: top;
    object-position: top;
  }
}

@media (min-width: 768px) {
  .heroSwiperSlide__inner .pc-top img {
    -o-object-position: top;
    object-position: top;
  }
}

.yodogawa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  background: rgba(253, 254, 255, 0.95);
}
@media (min-width: 768px) {
  .yodogawa {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
.yodogawa__text {
  font-size: 1rem;
  line-height: 2.2;
  padding: 0 1.25rem;
  line-break: strict;
  overflow-wrap: anywhere;
}

.yodogawa__text + .yodogawa__text {
  margin-top: 2.2em;
}

@media (min-width: 768px) {
  .yodogawa__text {
    font-size: 1rem;
    line-height: calc(180% + 11px);
  }
}
.yodogawa__text br {
  display: none;
}
@media (min-width: 768px) {
  .yodogawa__text br {
    display: block;
  }
}
@media (min-width: 768px) {
  .yodogawa__text span {
    display: block;
  }
}
.yodogawa__text .indent {
  padding-left: 0.5em;
}
.yodogawaCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.625rem;
  aspect-ratio: 1/1;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background: #8a97a0;
}
@media (min-width: 768px) {
  .yodogawaCount {
    margin-top: 3.375rem;
  }
}
.yodogawaCount.is-start {
  background: none;
}
.yodogawaCount__inner {
  display: grid;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.yodogawaCount__inner span {
  font-size: 1.5625rem;
  letter-spacing: -0.13em;
}
.yodogawaCount__inner .day {
  letter-spacing: 0;
}
.yodogawaCount__inner.hour,
.yodogawaCount__inner.minute {
  font-size: 0.9375rem;
  letter-spacing: -0.03em;
}
.yodogawaCount__inner.hour span,
.yodogawaCount__inner.minute span {
  font-size: 1.5625rem;
  letter-spacing: 0;
}
.yodogawaCount__inner.hour .unit,
.yodogawaCount__inner.minute .unit {
  font-size: 1rem;
}
.yodogawaCount__inner .end {
  font-size: 1.375rem;
  letter-spacing: 0;
}
.yodogawa__note {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 182%;
}
@media (min-width: 768px) {
  .yodogawa__note {
    margin-top: 1.25rem;
  }
}
.yodogawa__note span {
  font-size: 0.8125rem;
}
.about {
  margin-top: 1.25rem;
  background: rgba(253, 254, 255, 0.95);
}
@media (min-width: 768px) {
  .about {
    margin-top: 1.5rem;
  }
}
.about__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}
@media (min-width: 768px) {
  .about__headline {
    height: 6.25rem;
  }
}
.about__button {
  padding: 0.625rem;
  width: 17rem;
  background: none;
  border: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .about__button:hover,
  .about__button:focus-visible {
    opacity: 0.7;
  }
}
.about__button:active {
  opacity: 0.7;
}
.specialContents {
  margin-top: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: rgba(142, 148, 151, 0.95);
}
@media (min-width: 768px) {
  .specialContents {
    margin-top: 1.5rem;
    padding-top: 3.88rem;
    padding-bottom: 4.2475rem;
  }
}
.specialContents__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.specialContents__headline img {
  width: 12.5rem;
}
.specialContentsSlider {
  margin-top: 4rem;
}

.specialContentsSlider .swiper {
  --swiper-pagination-bullet-horizontal-gap: 0px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-theme-color: #fff;
}
@media (min-width: 768px) {
  .specialContentsSlider .swiper {
    padding: 0 1.25rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .specialContents__headline img {
    width: 12.5rem;
  }
}
.specialContentsSlider .swiper-slide {
  width: 13.625rem;
}
.specialContentsSlider .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.8125rem;
  width: 100%;
}
.specialContentsSlide__inner {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.specialContentsSlide__inner.is-comingsoon {
  pointer-events: none;
  /* opacity: 0.5; */
}
.specialContentsSlide__inner.is-comingsoon .specialContentsSlide__headline,
.specialContentsSlide__inner.is-comingsoon .specialContentsSlide__lead {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .specialContentsSlide__inner:hover .specialContentsSlide__thumbnail img,
  .specialContentsSlide__inner:focus-visible
    .specialContentsSlide__thumbnail
    img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.specialContentsSlide__inner:active .specialContentsSlide__thumbnail img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.specialContentsSlide__thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.specialContentsSlide__thumbnail img {
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.specialContentsSlide__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.875rem;
  margin-top: 0.75rem;
}
.specialContentsSlide__headline img {
  width: auto;
  height: 100%;
}
.specialContentsSlide01 .specialContentsSlide__headline img {
  height: 0.75rem;
}
.specialContentsSlide02 .specialContentsSlide__headline img {
  height: 0.70125rem;
}
.specialContentsSlide__lead {
  margin-top: 0.75rem;
  font-family: "Shuei Mincho B";
  font-size: 1.0625rem;
  line-height: 1.375rem;
  text-indent: 0.14em;
  letter-spacing: 0.14em;
  text-align: center;
  white-space: nowrap;
}
.specialContentsSlide01 .specialContentsSlide__lead {
  letter-spacing: 0.07em;
  text-indent: 0.07em;
}
.specialContentsSlide02 .specialContentsSlide__lead {
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.specialContentsSlide01 .specialContentsSlide__lead {
  letter-spacing: 0.07em;
  text-indent: 0.07em;
}

.specialContentsSlide05 .specialContentsSlide__lead {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-size: 0.9375rem;
}
.collection {
  margin-top: 1.25rem;
  padding-top: 3.4375rem;
  padding-bottom: 2.75rem;
  background: rgba(253, 254, 255, 0.95);
}
@media (min-width: 768px) {
  .collection {
    margin-top: 1.5rem;
    padding-top: 9.375rem;
    padding-bottom: 7.1875rem;
  }
}
.collection__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.collection__headline img {
  width: 13.875rem;
}
@media (min-width: 768px) {
  .collection__headline img {
    width: 15.1875rem;
  }
}
.collection__body {
  display: grid;
  gap: 2.875rem;
  width: calc(100% - 3.5rem);
  max-width: 1020px;
  margin-top: 3.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .collection__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 5.625rem;
    -moz-column-gap: 5.625rem;
    column-gap: 5.625rem;
    row-gap: 0;
    margin-top: 3.125rem;
  }
}
.collectionItem {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .collectionItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media (min-width: 768px) {
  .collectionItem:nth-child(n + 3) {
    margin-top: 4.375rem;
  }
}
.is-comingsoon .collectionItem {
  pointer-events: none;
}

.collectionItem__headline {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .collectionItem__headline {
    font-size: 1.25rem;
  }
}
.collectionItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .collectionItem__info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.collectionItem__price {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
.collectionItem__price small {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .collectionItem__price {
    font-size: 1.125rem;
  }
  .collectionItem__price small {
    font-size: 0.9375rem;
  }
}

.collectionItem__button {
  max-width: 7.375rem;
}

.collectionItem__button svg {
  background: transparent;
  transition: background 0.8s;
}

.collectionItem__button path {
  transition-property: fill, stroke;
  transition-duration: 0.8s;
}

@media (hover: hover) {
  .collectionItem:hover .collectionItem__button svg {
    background: #000;
  }
  .collectionItem:hover .collectionItem__button .text {
    fill: #fff;
  }
  .collectionItem:hover .collectionItem__button .arrow {
    stroke: #fff;
  }
}

.collectionItem__thumbnail {
  position: relative;
  margin-top: 0.3125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .collectionItem__thumbnail {
    margin-top: 0.875rem;
  }
}
.collectionItem__thumbnail img {
  transition: opacity 0.5s;
}
.collectionItem__thumbnail .collectionItem__thumbnail--on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .collectionItem:hover
    .collectionItem__thumbnail
    .collectionItem__thumbnail--on {
    opacity: 1;
  }
}

.open {
  background: rgba(253, 254, 255, 0.95);
}
.open__title {
  display: grid;
  place-content: center;
  height: 7.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.1875rem;
  background: rgba(135, 149, 157, 0.4);
}
@media (min-width: 768px) {
  .open__title {
    height: 9.375rem;
    font-size: 1.1875rem;
  }
}
.open__content {
  padding-top: 3rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .open__content {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
.open__inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.open__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .open__text {
    font-size: 0.9375rem;
  }
}
.open__text p {
  display: inline;
  line-break: strict;
}
@media (min-width: 768px) {
  .open__text p {
    display: block;
  }
}
@media (min-width: 768px) {
  .open__text span {
    display: block;
  }
}
.access {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .access {
    margin-top: 1.125rem;
  }
}
@media (min-width: 768px) {
  .access + .access {
    margin-top: 1.5rem;
  }
}
.access__title {
  font-size: 0.9375rem;
  line-height: 2.33;
  letter-spacing: 0.11em;
}
.access__body {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.11em;
}
.access__body span {
  display: inline-block;
}
.access__foot {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
.access__button {
  display: grid;
  place-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.0625rem 0.375rem;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.11em;
  color: #000;
  text-decoration: none;
  background: none;
  border: 1px solid #000;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .access__button:hover,
  .access__button:focus-visible {
    color: #dfe4e7;
    background: #000;
  }
}
.access__button:active {
  color: #dfe4e7;
  background: #000;
}
.information {
  background: rgba(253, 254, 255, 0.95);
}
.information__title {
  display: grid;
  place-content: center;
  height: 5rem;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background: rgba(135, 149, 157, 0.4);
}
@media (min-width: 768px) {
  .information__title {
    height: 6.25rem;
    font-size: 1.25rem;
  }
}
.information__content {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .information__content {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
.information__inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.informationSection:first-child .informationSection__title {
  margin-top: 0;
  margin-bottom: 1em;
}
.informationSection__title {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .informationSection__title {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.informationSection__title span {
  display: block;
}
.informationSection__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .informationSection__text {
    font-size: 0.9375rem;
  }
}
.informationSection__text span {
  display: inline-block;
}
@media (min-width: 768px) {
  .informationSection__text span {
    display: block;
  }
}
.informationSection__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .informationSection__list {
    font-size: 0.9375rem;
  }
}
.informationSection__list li::before {
  white-space: pre-line;
  content: "● ";
  margin-right: -0.25em;
}
.informationSection__list li span {
  display: inline;
}

/* modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  transition-property: opacity, visibility;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__layer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.875rem 1.75rem;
  background: rgba(0, 0, 0, 0.12);
}

.modal__inner {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.modal__content {
  padding: 2.5rem 2.25rem;
  max-height: calc(100svh - 5rem);
  background: #fff;
  overflow-y: auto;
}

.modal__title {
  margin-bottom: 0.75rem;
  font-family: "Shuei Mincho B";
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 2;
}

.modal__text + .modal__title {
  margin-top: 2.5rem;
}

.modal__name {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.modal__close {
  position: absolute;
  top: calc(0.625rem * -1);
  right: 0;
  padding: 0;
  display: block;
  width: 0.875rem;
  background: none;
  border: none;
  transform: translateY(-100%);
  /* pointer-events: none; */
}

.modal__text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.modal__links a {
  display: block;
  width: fit-content;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
  transition: opacity 0.8s;
}

@media (hover: hover) and (pointer: fine) {
  .modal__links a:hover,
  .modal__links a:focus-visible {
    opacity: 0.5;
  }
}

@media screen and (min-width: 992px) {
  .modal__layer {
    padding: 3.125rem 2.5rem;
  }

  .modal__inner {
    position: relative;
    max-width: 46.875rem;
    width: 100%;
  }

  .modal__content {
    display: grid;
    justify-content: center;
    padding: 2.5rem;
    max-height: calc(100svh - 6.25rem);
  }

  .modal__title {
    margin-bottom: 0.75rem;
  }

  .modal__text span {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}
