@charset "UTF-8";
/* custom property ------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --contents-inner-padding: clamp(60px, 8vw, 120px);
  --grid-column-guide: repeat(12, 1fr);
  --space-xl: clamp(180px, 25vw, 360px);
  --space-lg: clamp(120px, 15vw, 240px);
  --space-md: clamp(80px, 10vw, 160px);
  --space-sm: clamp(40px, 5vw, 80px);
  --space-xs: clamp(20px, 3vw, 40px);
  --space-xxs: clamp(10px, 1vw, 20px);
  --bg-color: rgba(255, 255, 255, 1);
  --text-color: rgba(0, 0, 0, 1);
  --accent-color: rgba(0, 91, 229, 1);
  --hover-animation-speed: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

/* import ---------------------------------- */
/* reset --------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* init --------------------------------------*/
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "MS P明朝", serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: wait;
}
body.onLoadComplete {
  cursor: auto;
}
body.lang-cn {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap");
  font-family: "Noto Serif SC", serif;
}
body.lang-cn h1,
body.lang-cn h2,
body.lang-cn h3,
body.lang-cn h4,
body.lang-cn h5,
body.lang-cn h6 {
  font-family: "Noto Serif SC", serif;
}
body.lang-kr {
  @import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
  font-family: "Nanum Myeongjo", serif;
}
body.lang-kr h1,
body.lang-kr h2,
body.lang-kr h3,
body.lang-kr h4,
body.lang-kr h5,
body.lang-kr h6 {
  font-family: "Nanum Myeongjo", serif;
}
body.lang-en {
  @import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}
body.lang-en h1,
body.lang-en h2,
body.lang-en h3,
body.lang-en h4,
body.lang-en h5,
body.lang-en h6 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}

a {
  color: var(--text-color);
}
a:hover {
  text-decoration: none;
}

input[type=submit],
button {
  border-radius: 0;
  appearance: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

::-moz-selection {
  background-color: var(--text-color);
  color: var(--bg-color);
}

::selection {
  background-color: var(--text-color);
  color: var(--bg-color);
}

/* Default Options */
/* Media Query */
/* Transform Font Size */
.l-header {
  width: clamp(48px, 8vw, 120px);
  height: 100%;
  padding-block: var(--space-xs);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  mix-blend-mode: difference;
}
.l-header-logo {
  width: clamp(26px, 2vw, 48px);
}
.l-header-logo a {
  transition: var(--hover-animation-speed);
}
.l-header-logo a svg {
  fill: var(--bg-color);
}
.l-header-logo a:hover {
  opacity: 0.6;
}
.l-header-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  line-height: 1;
  color: var(--bg-color);
}
.l-header-caption .copy {
  font-size: clamp(0.8125rem, 0.6590909091rem + 0.4261363636vw, 1rem);
}
.l-header-caption .u-txt-x {
  order: 0;
}
.l-header-caption:after {
  content: "／";
  font-size: 0.625rem;
  order: 1;
}
.l-header-caption .u-txt-font-sanserif {
  order: 2;
  opacity: 0.7;
}
.l-header-lang {
  padding-block: var(--space-xs);
  height: lamp(32px, 2vw, 48px);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: clamp(60px, 8vw, 120px);
  z-index: 10;
}
.l-header-menu {
  width: clamp(48px, 8vw, 120px);
  padding-block: var(--space-xs);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-xxs);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  box-sizing: border-box;
  cursor: pointer;
  mix-blend-mode: difference;
}
.l-header-menu .icon {
  width: clamp(32px, 2vw, 48px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-header-menu .icon span {
  width: 1px;
  height: 100%;
  display: block;
  background-color: var(--bg-color);
  transform-origin: center;
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-header-menu .text {
  color: var(--bg-color);
}
.l-header-menu .text .close {
  display: none;
}
.navigationOpened .l-header-menu .icon {
  gap: 0;
}
.navigationOpened .l-header-menu .icon span:first-child {
  transform: translateX(1px) rotate3d(0, 0, -1, 75deg);
}
.navigationOpened .l-header-menu .icon span:nth-child(2) {
  opacity: 0;
}
.navigationOpened .l-header-menu .icon span:last-child {
  transform: translateX(-1px) rotate3d(0, 0, 1, 75deg);
}
.navigationOpened .l-header-menu .text .open {
  display: none;
}
.navigationOpened .l-header-menu .text .close {
  display: block;
}

.l-footer {
  padding-block: var(--space-lg);
  padding-inline: var(--contents-inner-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-sm);
}
.l-footer-logo {
  width: clamp(48px, 5vw, 72px);
}
.l-footer-logo a {
  transition: var(--hover-animation-speed);
}
.l-footer-logo a:hover {
  opacity: 0.6;
}
.l-footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
}
.l-footer-sns {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-xxs);
}
.l-footer-sns .item a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: 5px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: var(--hover-animation-speed);
}
.l-footer-sns .item a:hover {
  opacity: 0.6;
}
.l-footer-group a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
  transition: var(--hover-animation-speed);
}
.l-footer-group a:hover {
  opacity: 0.6;
}
.l-footer-group a span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.l-footer-copyright {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-footer-sns {
    flex-direction: row;
    column-gap: var(--space-xs);
  }
}

/* ----------------------------------------- */
body.navigationOpened {
  overflow: hidden;
}
body.navigationOpened .l-header-wrap {
  transition: all 0ms ease;
  box-shadow: 0 0 0 !important;
}

/* navigation ------------------------------ */
.p-globalnav {
  width: 100%;
  height: 100svh;
  display: flex;
  background-color: var(--bg-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-globalnav .image {
  display: none;
  background-color: var(--text-color);
  position: relative;
}
.p-globalnav .image div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.65, 0, 0.35, 1);
}
.p-globalnav .image div:first-child {
  z-index: 0;
}
.p-globalnav .image div picture,
.p-globalnav .image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-globalnav .image div.hoverImageCurrent {
  opacity: 1;
}
.p-globalnav .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: var(--space-md);
}
.p-globalnav-logo {
  width: clamp(48px, 4vw, 64px);
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  transform: translateY(var(--space-xxs));
}
.p-globalnav .c-nav {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(var(--space-xxs));
}
.p-globalnav .c-madia {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(var(--space-xxs));
}
.p-globalnav .c-lang {
  position: absolute;
  top: var(--space-xs);
  right: clamp(60px, 8vw, 120px);
}
.navigationOpened .p-globalnav {
  pointer-events: visible;
  opacity: 1;
}

.navigationOpened .p-globalnav .image div:first-child {
  transition-delay: 200ms;
  opacity: 1;
}
.navigationOpened .p-globalnav-logo {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateY(0);
}
.navigationOpened .p-globalnav .c-nav {
  opacity: 1;
  transition-delay: 250ms;
  transform: translateY(0);
}
.navigationOpened .p-globalnav .c-madia {
  opacity: 1;
  transition-delay: 300ms;
  transform: translateY(0);
}

@media screen and (min-width: 992px) {
  .p-globalnav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-globalnav .image {
    display: block;
  }
}

/* layout ---------------------------------- */
.l-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-wrapper.other {
  padding-inline: var(--contents-inner-padding);
}
.l-wrapper.other .l-contents {
  row-gap: var(--space-sm);
}
.l-contents {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-lg);
}
.l-section {
  padding-block: var(--space-sm);
  border-block-start: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  row-gap: var(--space-sm);
}
.l-section__title {
  font-weight: 700;
}
.l-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: var(--space-sm);
}
@media screen and (min-width: 992px) {
  .l-wrapper.other {
    display: grid;
    grid-template-columns: var(--grid-column-guide);
    column-gap: var(--space-xxs);
  }
  .l-wrapper.other .p-otherheader {
    grid-area: 1/9/2/13;
  }
  .l-wrapper.other .p-otherheader span {
    position: sticky;
    top: var(--space-md);
  }
  .l-wrapper.other .l-contents {
    grid-area: 1/1/2/9;
    padding-block-start: clamp(180px, 25vw, 360px);
  }
}
@media screen and (min-width: 1600px) {
  .l-wrapper.other .p-otherheader {
    grid-area: 1/9/2/12;
  }
  .l-wrapper.other .l-contents {
    grid-area: 1/2/2/9;
  }
}

/* Project --------------------------------- */
.p-pageheader {
  width: 100%;
  height: calc(100svh - 40px);
  min-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pageheader__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-xs);
  text-decoration: none;
  mix-blend-mode: difference;
}
.p-pageheader__title:before {
  content: "";
  width: 90%;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  order: 1;
  opacity: 0;
  transform: translateY(var(--space-xxs));
  transition: all 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}
.p-pageheader__title.noborder:before {
  display: none;
}
.p-pageheader__title .title {
  display: block;
  font-size: clamp(3rem, 2.1818181818rem + 2.2727272727vw, 4rem);
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(var(--space-xxs));
  transition: all 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  order: 0;
}
.p-pageheader__title .title .u-txt-x {
  padding: 0;
}
.p-pageheader__title .text {
  padding-block: 0.5em;
  line-height: 1.6;
  order: 2;
  opacity: 0;
  transform: translateY(var(--space-xxs));
  transition: all 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}
.onLoadComplete .p-pageheader__title .title, .onLoadComplete .p-pageheader__title:before,
.onLoadComplete .p-pageheader__title .text {
  opacity: 1;
  transform: translateY(0);
}
.onLoadComplete .p-pageheader__title .title {
  transition-delay: 400ms;
}
.onLoadComplete .p-pageheader__title:before {
  transition-delay: 500ms;
}
.onLoadComplete .p-pageheader__title .text {
  transition-delay: 650ms;
}

.p-otherheader {
  width: 100%;
  padding-inline: var(--space-lg);
  display: flex;
  align-items: center;
}
.p-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: var(--space-md);
  position: relative;
}
.p-intro .inner {
  padding-inline: var(--contents-inner-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-sm);
  position: relative;
  z-index: 2;
}
.p-intro .inner .copy .u-txt-x,
.p-intro .inner p .u-txt-x {
  padding-block: 15%;
}
.p-intro .inner .copy {
  font-size: clamp(1.5rem, 1.0909090909rem + 1.1363636364vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
}
.p-intro .inner p {
  font-weight: 500;
  line-height: 1.6;
}
.p-intro .image {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-intro .image picture,
.p-intro .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-activity {
  padding-block: var(--space-xl);
  padding-inline: var(--contents-inner-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  position: relative;
  z-index: 2;
}
.p-activity-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-sm);
}
.p-activity-intro .catch {
  font-size: clamp(2.25rem, 0.8181818182rem + 3.9772727273vw, 4rem);
  line-height: 1.2;
}
.p-activity-intro .wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.p-activity-intro .title {
  display: flex;
  align-items: center;
  gap: var(--space-xxs);
}
.p-activity-intro .title:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  background-color: var(--text-color);
}
.p-activity-intro .inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-xxs);
  line-height: 1.4;
}
.p-activity-list {
  max-width: 1800px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xxs);
  counter-reset: item;
}
.p-activity-list li {
  counter-increment: item;
}
.p-activity-list li .number:before {
  content: counter(item);
}
.p-activity-list li:nth-child(-n+9) .number:before {
  content: "0" counter(item);
}
.p-activity-list a {
  aspect-ratio: 9/16;
  padding: var(--space-xxs);
  display: flex;
  overflow: hidden;
  background-color: var(--text-color);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
.p-activity-list a:after {
  content: "";
  width: 100%;
  height: 45%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-activity-list a .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: var(--hover-animation-speed);
}
.p-activity-list a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-activity-list a .catch {
  display: none;
}
.p-activity-list a .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
  z-index: 2;
}
.p-activity-list a .inner .titile {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.p-activity-list a .inner .titile .number {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-color);
  border-radius: 50%;
  font-size: clamp(0.8125rem, 0.7613636364rem + 0.1420454545vw, 0.875rem);
  font-weight: 500;
  line-height: 1;
  color: var(--bg-color);
}
.p-activity-list a .inner .titile .text {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--bg-color);
}
.p-activity-list a .inner p {
  display: none;
}
.p-activity-list a:hover .image {
  opacity: 0.7;
}
.p-activity-list.lang-other a {
  justify-content: end;
}
@media screen and (min-width: 576px) {
  .p-activity-list {
    gap: var(--space-xs);
  }
  .p-activity-list a {
    flex-direction: column;
    justify-content: space-between;
  }
  .p-activity-list a .catch {
    margin-block-start: 16%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    position: relative;
    z-index: 3;
  }
  .p-activity-list a .catch span {
    padding-inline: 10px;
    padding-block: 5px;
    background-color: var(--bg-color);
    line-height: 1;
  }
  .p-activity-list a .inner .titile {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 10px;
  }
  .p-activity-list a .inner p {
    display: block;
    font-size: clamp(0.75rem, 0.6988636364rem + 0.1420454545vw, 0.8125rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--bg-color);
  }
}
@media screen and (min-width: 992px) {
  .p-intro {
    height: 100svh;
    min-height: 800px;
  }
  .p-intro .inner {
    display: grid;
    grid-template-columns: var(--grid-column-guide);
    grid-template-rows: repeat(2, auto);
    column-gap: var(--space-xxs);
  }
  .p-intro .inner .copy {
    grid-area: 1/2/2/12;
  }
  .p-intro .inner p {
    grid-area: 2/2/3/12;
  }
  .p-intro .image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .p-activity-intro .catch {
    line-height: 1.4;
  }
  .p-activity-intro .wrap {
    flex-direction: row-reverse;
  }
  .p-activity-intro .inner {
    line-height: 2;
  }
  .p-activity-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .p-activity-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* component ------------------------------- */
.c-button {
  height: 48px;
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: var(--space-xs);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: var(--hover-animation-speed);
}
.c-button svg {
  width: 10px;
  transition: var(--hover-animation-speed);
}
.c-button:hover {
  border-color: var(--text-color);
}
.c-button:hover svg {
  transform: translateX(5px);
}
.c-nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  column-gap: var(--space-xs);
}
.c-nav li {
  width: 1em;
  flex: 1;
  min-width: auto;
}
.c-nav a {
  writing-mode: vertical-lr;
  font-feature-settings: normal;
  font-feature-settings: "palt" 1;
  text-decoration: none;
  line-height: 1;
  transition: var(--hover-animation-speed);
}
.c-nav a:hover {
  opacity: 0.6;
}
.c-nav.en {
  flex-direction: row;
}
.c-nav.en li {
  width: auto;
}
.c-nav.en a {
  writing-mode: horizontal-tb;
  font-weight: 600;
}
.c-nav.vertical {
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.c-reserve {
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 99;
  transform: translateX(-50%);
  background-color: var(--bg-color);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-reserve a {
  height: clamp(48px, 5vw, 60px);
  align-items: center;
  text-decoration: none;
}
.c-reserve .reserve a,
.c-reserve .bestrate a {
  padding-inline: var(--space-xxs);
  transition: var(--hover-animation-speed);
}
.c-reserve .reserve a:hover,
.c-reserve .bestrate a:hover {
  opacity: 0.7;
}
.c-reserve .reserve {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.1);
}
.c-reserve .reserve a {
  display: flex;
}
.c-reserve .reserve .text {
  display: flex;
  font-weight: 700;
  line-height: 1;
  transform: scale(1, 0.8);
  white-space: nowrap;
}
.c-reserve .reserve .text span {
  display: none;
  letter-spacing: -0.2em;
}
.c-reserve .bestrate a {
  display: grid;
  grid-template-columns: clamp(20px, 1vw, 24px) 1fr;
  grid-template-rows: repeat(2, auto);
  place-content: center;
  column-gap: 5px;
  row-gap: 5px;
  line-height: 1;
}
.c-reserve .bestrate svg {
  grid-area: 1/1/3/2;
}
.c-reserve .bestrate .text {
  font-weight: 600;
  grid-area: 1/2/2/3;
}
.c-reserve .bestrate p {
  grid-area: 2/2/3/3;
  font-size: 0.6875rem;
  opacity: 0.6;
  white-space: nowrap;
}
.c-lang {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}
.c-lang a {
  position: relative;
  font-size: clamp(0.875rem, 0.8238636364rem + 0.1420454545vw, 0.9375rem);
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  opacity: 0.4;
  transition: all 250ms ease;
}
.c-lang a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(3px);
  opacity: 0;
  transition: all 250ms ease;
}
.c-lang a:hover, .c-lang a.current {
  opacity: 1;
}
.c-lang a:hover:after, .c-lang a.current:after {
  transform: translateY(0);
  opacity: 1;
}
.c-madia a {
  padding: var(--space-xxs);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-sizing: border-box;
  transition: var(--hover-animation-speed);
}
.c-madia a .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 1.2;
}
.c-madia a .title:after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}
.c-madia a p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
}
.c-madia a:hover {
  border-color: var(--text-color);
}
.c-notice {
  padding: 0;
  list-style: none;
  font-size: clamp(0.6875rem, 0.6363636364rem + 0.1420454545vw, 0.75rem);
  line-height: 1.6;
}
.c-notice li {
  display: block !important;
  padding-inline-start: 1em;
  text-indent: -1em;
}
.c-notice li:before {
  content: "※";
}
.c-list {
  padding-inline-start: 1em;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  row-gap: var(--space-xxs);
}
@media screen and (min-width: 768px) {
  .c-madia a {
    flex-direction: row;
  }
  .c-madia a .title {
    flex-direction: row;
  }
  .c-madia a .title:after {
    width: 1px;
    height: 20px;
  }
  .c-list.column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--space-sm);
  }
  .c-reserve {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-reserve.multilingual {
    grid-template-columns: repeat(2, auto);
  }
  .c-reserve .reserve a {
    justify-content: center;
  }
  .c-reserve .reserve .text span {
    display: block;
  }
}

/* utility --------------------------------- */
.u-txt-x {
  padding-block: 0.5em;
  display: block;
  transform: scale(1.4, 1);
  font-weight: 700;
}
.u-txt-wm {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.u-txt-wm .up {
  text-combine-upright: all;
}
.u-txt-size-xs {
  font-size: clamp(0.6875rem, 0.5852272727rem + 0.2840909091vw, 0.8125rem);
}
.u-txt-size-sm {
  font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
}
.u-txt-size-md {
  font-size: clamp(1rem, 0.7954545455rem + 0.5681818182vw, 1.25rem);
}
.u-txt-size-lg {
  font-size: clamp(1.25rem, 1.0454545455rem + 0.5681818182vw, 1.5rem);
}
.u-txt-size-xl {
  font-size: clamp(1.5rem, 0.8863636364rem + 1.7045454545vw, 2.25rem);
}
.u-txt-font-en {
  font-family: "Akshar", serif;
  text-transform: uppercase;
}
.u-txt-font-sanserif {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 992px) {
  .u-txt-wm-v {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
  }
  .u-txt-wm-v .up {
    text-combine-upright: all;
  }
  .u-br-v {
    display: none;
  }
}

/* --------------------------------- */
.overlay {
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  opacity: 1;
  pointer-events: visible;
  transition: opacity 1200ms cubic-bezier(0.65, 0, 0.35, 1);
}

.onLoadComplete .overlay {
  opacity: 0;
  pointer-events: none;
}