@charset "UTF-8";
@font-face {
  font-family: "ITC Century Std Light Condensed";
  src: url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.eot");
  src: url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.eot?#iefix") format("embedded-opentype"), url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.woff") format("woff"), url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.woff2") format("woff2"), url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.ttf") format("truetype"), url("../fonts/7f5d9bb72a6a9678747e5ee24888906e.svg#ITC Century Std Light Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Century Std Light Condensed";
  src: url("../fonts/bcb943735f8d785c46d6c6700a09abd4.eot");
  src: url("../fonts/bcb943735f8d785c46d6c6700a09abd4.eot?#iefix") format("embedded-opentype"), url("../fonts/bcb943735f8d785c46d6c6700a09abd4.woff") format("woff"), url("../fonts/bcb943735f8d785c46d6c6700a09abd4.woff2") format("woff2"), url("../fonts/bcb943735f8d785c46d6c6700a09abd4.ttf") format("truetype"), url("../fonts/bcb943735f8d785c46d6c6700a09abd4.svg#ITC Century Std Light Condensed Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "xanh_monoregular";
  src: url("../fonts/xanhmono-regular-webfont.woff2") format("woff2"), url("../fonts/xanhmono-regular-webfont.woff") format("woff"), url("../fonts/xanhmono-regular-webfont.svg#xanh_monoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "next_pan_monothin";
  src: url("../fonts/next_pan_mono_thin-webfont.woff2") format("woff2"), url("../fonts/next_pan_mono_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
  color: #010101;
  background-color: #fff;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Trispace", sans-serif;
  font-weight: 200;
}
@media (min-width: 2000px) {
  html, body {
    font-size: 0.73vw;
  }
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (max-width: 1280px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 1120px) {
  html, body {
    background: initial;
  }
}

@media (max-width: 1120px) {
  body::before {
    content: "";
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 150vh;
    background-color: #fff;
    background-image: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
}
body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: 200;
  font-family: "Trispace", sans-serif;
  font-size: 1rem;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

* {
  line-height: 1.2em;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.o-content {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
@media (max-width: 620px) {
  .o-content {
    width: calc(100% - 1.85rem - 1.85rem);
  }
}

.o-wrapper {
  display: grid;
  grid-template-columns: 1fr 18rem;
  padding: 1.85rem;
  width: 100%;
  box-sizing: border-box;
  min-height: calc(100vh - 23rem);
}
.o-wrapper > * {
  grid-column: 1;
}
@media (max-width: 1120px) {
  .o-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .o-wrapper {
    padding: 1.85rem 0;
  }
}
.o-wrapper--manifiesto {
  min-height: calc(100vh - 14rem);
  padding: 0;
  position: relative;
}
.o-wrapper--video {
  min-height: calc(100vh - 19.5rem);
  padding: 1.85rem 0;
  position: relative;
}

.o-hidden {
  display: none;
}

.o-serif {
  font-family: "ITC Century Std Light Condensed";
}

.o-icon {
  font-family: system-ui;
}

.o-et {
  font-family: "next_pan_monothin";
}

.o-xa {
  font-family: "xanh_monoregular";
}

.o-small {
  text-transform: uppercase;
  font-size: 0.6em;
}

.c-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.85rem 1.85rem 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr) 18rem;
  grid-gap: 0 1.85rem;
  box-sizing: border-box;
  z-index: 5;
}
@media (max-width: 1120px) {
  .c-header {
    grid-template-columns: auto 1fr;
  }
}
.c-header__top {
  grid-column: 1/8;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 3.7rem;
}
@media (max-width: 1120px) {
  .c-header__top {
    display: none;
  }
}
.c-header__top--phrase {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  position: relative;
  z-index: initial;
  font-size: calc((100vw - 8rem - 18rem) / 110);
}
@media (min-width: 2000px) {
  .c-header__top--phrase {
    font-size: 0.73vw;
  }
}
@media (max-width: 1280px) {
  .c-header__top--phrase {
    padding-top: 1rem;
  }
}
@media (max-width: 1120px) {
  .c-header__top--phrase {
    display: flex;
    grid-column: 2;
    font-size: calc((100vw - 8rem) / 110);
  }
}
@media (max-width: 900px) {
  .c-header__top--phrase {
    font-size: calc((100vw - 8rem) / 100);
    justify-content: flex-start;
    gap: 2em;
    padding-top: 2rem;
  }
}
@media (max-width: 620px) {
  .c-header__top--phrase {
    padding-top: 1rem;
  }
}
.c-header__top--responsive {
  display: none;
}
.c-header__top--responsive .c-header__nav-item--menu {
  cursor: pointer;
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  gap: 0.7rem;
}
.c-header__top--responsive .c-header__nav-item--menu::before {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #010101;
  position: relative;
  display: block;
  padding: 0 !important;
}
.c-header__top--responsive .c-header__nav-item--menu::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #010101;
  position: relative;
  display: block;
}
.c-header__top--responsive .c-header__nav-item--menu span {
  font-size: 0;
  width: 3rem;
  height: 2px;
  background-color: #010101;
  position: relative;
  display: block;
}
@media (max-width: 1120px) {
  .c-header__top--responsive {
    display: flex;
    grid-column: 1;
  }
  .c-header__top--responsive .c-header__nav--languages {
    display: none;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.85rem;
  z-index: 5;
}
.c-header__nav.is-disable {
  pointer-events: none;
  color: #909090;
}
.c-header__nav-item {
  font-family: "Trispace", sans-serif;
  font-weight: 200;
  font-size: 1em;
  appearance: initial;
  width: fit-content;
}
@media (max-width: 1120px) {
  .c-header__nav-item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: block;
  }
}
.c-header__nav-item span:not(.o-serif) {
  text-transform: uppercase;
}
.c-header__nav-item.is-disable {
  pointer-events: none;
  color: #909090;
}
.c-header__nav-item::before {
  content: "→";
  font-family: system-ui;
  padding-right: 1rem;
}
.c-header__nav-item--filter {
  padding-left: 2rem;
  position: relative;
}
.c-header__nav-item--filter.is-active {
  text-decoration: none;
}
.c-header__nav-item--filter::before {
  content: "( )";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.2em;
}
@media (max-width: 1120px) {
  .c-header__nav-item--filter::before {
    top: 0.1rem;
  }
}
.c-header__nav-item--filter.is-active::before {
  content: "(X)" !important;
  letter-spacing: 0;
}
@media (max-width: 1120px) {
  .c-header__nav-item--filter .o-serif {
    display: none;
  }
  .c-header__nav-item--filter.is-active .o-serif {
    display: block;
  }
}
.c-header__nav-item--single {
  text-decoration: underline;
}
.c-header__nav-item--single::before {
  display: none;
}
.c-header__nav--languages {
  gap: 1rem;
}
.c-header__nav--languages .c-header__nav-item::before {
  display: none;
}
.c-header__nav--languages .c-header__nav-item.is-active {
  text-decoration: underline;
}
.c-header__nav--vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.c-header__nav--vertical .c-header__nav-item::before {
  padding-right: 1rem;
}
.c-header__nav--vertical .c-header__nav-item.is-active span {
  text-decoration: underline;
}
.c-header__nav--vertical .c-header__nav-item.is-active::before {
  content: "↓";
}
.c-header__nav--vertical .c-header__nav-item--filter.is-active span {
  text-decoration: none;
}
@media (max-width: 1120px) {
  .c-header__nav--vertical > .c-header__nav-item {
    display: none;
  }
}
.c-header__phrase {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
  width: 0rem;
  align-items: center;
  top: -0.8em;
  height: calc(100% + 0.9em);
  position: relative;
  left: -0.4em;
}
@media (max-width: 900px) {
  .c-header__phrase {
    align-items: flex-start;
    top: -1.7em;
    height: calc(100% + 5.5em);
    position: relative;
    left: -47.4em;
  }
}
.c-header__phrase * {
  line-height: 1em;
}
.c-header__phrase p {
  margin: 0 0 0.4em;
}
.c-header__phrase p:last-child {
  margin: 0;
}
.c-header__phrase-inter {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  display: block;
}
@media (max-width: 900px) {
  .c-header__phrase-inter {
    margin-left: 5em !important;
  }
}
.c-header__phrase-center {
  text-align: center;
}
@media (max-width: 900px) {
  .c-header__phrase-center {
    text-align: left;
    margin-left: 5em !important;
  }
}
.c-header__phrase-side {
  font-size: 9em;
  white-space: nowrap;
  line-height: 1em;
  font-family: "next_pan_monothin";
  letter-spacing: -0.2em;
}
.c-header__phrase-side .o-xa {
  letter-spacing: 0;
}
.c-header__phrase-side .o-serif {
  letter-spacing: 0;
}
.c-header__phrase-side * {
  line-height: 1em;
}
.c-header__phrase-side:first-child {
  padding-left: 6rem;
}
@media (max-width: 1120px) {
  .c-header__phrase-side:first-child {
    padding: 0;
  }
}
.c-header__side {
  position: absolute;
  top: 1.85rem;
  right: 1.85rem;
  width: 18rem;
  height: calc(100vh - 3.7rem);
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-header__side > *:last-child {
  margin-bottom: 8rem;
}
@media (max-width: 1120px) {
  .c-header__side > *:last-child {
    margin: 0;
  }
}
@media (max-width: 1120px) {
  .c-header__side {
    grid-column: 1/3;
    top: initial;
    right: initial;
    height: auto;
    position: relative;
    width: 100%;
    padding-top: 1.85rem;
  }
}
.c-header__subnav {
  display: none;
}
.c-header__subnav .c-header__nav-item::before {
  padding-right: 0.3rem;
}
.c-header__subnav.is-active {
  display: block;
}
@media (max-width: 1120px) {
  .c-header__subnav.is-active {
    width: 100%;
  }
}
.c-header__subnav.is-disable {
  pointer-events: none;
  color: #909090;
}
.c-header__subnav-lvl2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
.c-header__subnav-lvl2.is-disable {
  pointer-events: none;
  color: #909090;
}
@media (max-width: 1120px) {
  .c-header__subnav-lvl2 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 0;
    width: 100%;
  }
  .c-header__subnav-lvl2 > .o-serif {
    display: none;
  }
}
.c-header__subnav-lvl3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1120px) {
  .c-header__subnav-lvl3 {
    gap: 0.5rem;
  }
}
.c-header__subnav-lvl3--notgap {
  gap: 0;
}
@media (max-width: 1120px) {
  .c-header__subnav-lvl3--notgap {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.c-header__subnav-lvl3.is-disable {
  pointer-events: none;
  color: #909090;
}

.c-header__subnav-lvl3:has(.c-header__nav-item.is-active) .c-header__nav-item:not(.is-active) {
  color: #909090;
}

@media (max-width: 1120px) {
  .is-menu {
    overflow: hidden;
  }
  .is-menu .c-header {
    position: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1.85rem;
    background-image: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-template-rows: auto auto 1fr;
    overflow: auto;
  }
  .is-menu .c-header__nav-item {
    padding-top: 0.7;
    padding-bottom: 0.7;
  }
  .is-menu .c-header__nav-item::before {
    padding-right: 4rem;
  }
  .is-menu .c-header__nav-item--filter::before {
    top: 0.7rem;
  }
  .is-menu .c-header__top--menu {
    display: flex;
    grid-row: 3;
    grid-column: 1/3;
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 1rem;
  }
  .is-menu .c-header__top--menu .c-header__nav--languages {
    flex-direction: column !important;
    gap: 0 !important;
    padding-left: 5rem;
  }
  .is-menu .c-header__top--menu .c-header__nav {
    margin-top: 1.85rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .is-menu .c-header__nav--vertical > .c-header__nav-item {
    display: block;
  }
  .is-menu .c-header__top--responsive .c-header__nav-item--menu::before {
    content: "X";
  }
  .is-menu .c-header__side {
    grid-column: 1/3;
    padding-top: 1.85rem;
  }
  .is-menu .c-header__side > .c-header__nav-item {
    display: block;
  }
  .is-menu .c-header__side > *:last-child {
    margin-bottom: 0;
  }
  .is-menu .c-header__subnav.is-active {
    display: none;
  }
  .is-menu #expositions-clear-button {
    display: none;
  }
}
.c-grid {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 0.2rem 0.3rem;
  grid-auto-rows: calc((100vw - 21.7rem) / 14);
  grid-auto-flow: dense;
}
@media (max-width: 900px) {
  .c-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: calc((100vw - 3.7rem) / 12);
  }
}
@media (max-width: 620px) {
  .c-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc((100vw - 1.85rem) / 4);
  }
}

.c-post {
  width: 100%;
  cursor: pointer;
}
.c-post img {
  display: block;
  max-width: 100%;
  max-height: calc(100% - 1rem);
  width: auto;
  height: auto;
  z-index: 2;
}
.c-post--h {
  grid-column: span 2;
}
.c-post--v {
  grid-row: span 2;
}
.c-post.is-disable {
  pointer-events: none;
}
.c-post.is-disable img {
  opacity: 0.1;
}
.c-post__number {
  font-size: 0.7rem;
}
.c-post__info {
  position: fixed;
  bottom: 7rem;
  min-height: 7rem;
  width: 20rem;
  margin-left: 1.85rem;
  font-size: 0.9rem;
  font-family: "ITC Century Std Light Condensed";
  z-index: 5;
  display: none;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
@media (max-width: 900px) {
  .c-post__info {
    font-size: 1rem;
  }
}
.c-post__info span {
  font-family: "Trispace", sans-serif;
}
@media (min-width: 1120px) {
  .c-post:hover .c-post__info {
    display: block;
  }
}

.c-list {
  column-count: 4;
  column-gap: 1.85rem;
  font-family: "ITC Century Std Light Condensed";
}
.c-list:has(.is-active) .c-list__title:not(.c-list__info, .c-list ul:has(.is-active) .c-list__title, .c-list ul:hover .c-list__title) {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .c-list {
    column-count: 3;
  }
}
@media (max-width: 900px) {
  .c-list {
    column-count: 2;
  }
}
@media (max-width: 620px) {
  .c-list {
    column-count: 1;
  }
}
.c-list__info {
  position: fixed;
  top: 14.6rem;
  left: 1.85rem;
  margin-left: calc((100vw - 3.7rem - 18rem) / 4 / 2 + 1rem);
  width: calc((100vw - 3.7rem - 18rem) / 4 / 2 - 1rem - 1.85rem);
  color: #010101;
  font-size: 0.8rem;
  max-height: calc(100vh - 24rem);
  font-family: "ITC Century Std Light Condensed";
  overflow: auto;
  display: none;
}
@media (max-width: 1280px) {
  .c-list__info {
    margin-left: calc((100vw - 3.7rem - 18rem) / 3 / 2 + 1rem);
    width: calc((100vw - 3.7rem - 18rem) / 3 / 2 - 1rem - 1.85rem);
  }
}
@media (max-width: 1120px) {
  .c-list__info {
    margin-left: calc((100vw - 3.7rem) / 3 / 2 + 1rem);
    width: calc((100vw - 3.7rem) / 3 / 2 - 1rem - 1.85rem);
  }
}
@media (max-width: 900px) {
  .c-list__info {
    margin-left: calc((100vw - 3.7rem) / 2 / 2 + 1rem);
    width: calc((100vw - 3.7rem) / 2 / 2 - 1rem - 1.85rem);
    font-size: 1rem;
  }
}
@media (max-width: 620px) {
  .c-list__info {
    margin-left: calc((100vw - 3.7rem) / 2 + 1rem);
    width: calc((100vw - 3.7rem) / 2 - 1rem - 1.85rem);
    top: calc(4.38vw + 1.85rem + 5rem);
    height: calc(100% - (4.38vw + 1.85rem + 5rem));
    max-height: initial;
    z-index: 6;
  }
}
.c-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  min-height: 1em;
  padding-left: 1.85rem;
}
.c-list ul li:not(:first-child) {
  color: #909090;
  width: fit-content;
  cursor: pointer;
  line-height: 1em;
  width: 50%;
}
@media (min-width: 1120px) {
  .c-list ul li:not(:first-child):hover {
    text-decoration: underline;
  }
}
.c-list ul li:not(:first-child).is-active {
  text-decoration: underline;
}
.c-list ul li:not(:first-child).is-active .c-list__info {
  display: block;
}
.c-list ul:has(.is-active) li {
  color: #010101;
}
.c-list ul li:first-child {
  position: absolute;
  top: 0;
  left: 0;
  color: #010101;
}
@media (min-width: 1120px) {
  .c-list ul:hover li {
    color: #010101;
  }
}

.is-menu .c-list__info {
  z-index: 2;
}

.c-footer {
  padding: 1rem 1.85rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  background-color: #ffffff;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-size: 0.73vw;
}
@media (max-width: 1120px) {
  .c-footer {
    background-image: initial;
    background-attachment: initial;
    mix-blend-mode: darken;
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .c-footer {
    position: relative;
  }
}
.c-footer img {
  height: 7em;
  width: auto;
  margin: 0 auto;
  display: block;
  mix-blend-mode: darken;
}
@media (max-width: 620px) {
  .c-footer img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

body:has(.c-grid) .c-footer {
  padding: 8rem 1.85rem 0.5rem;
}

.c-over {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.85rem;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  background-color: #ffffff;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  overflow: auto;
}
.c-over.is-active {
  display: block;
}
.c-over__header {
  height: 2rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: sticky;
  top: 0rem;
  height: 0;
  z-index: 6;
}
@media (max-width: 1120px) {
  .c-over__header {
    justify-content: flex-start;
  }
}
.c-over__header * {
  cursor: pointer;
}
.c-over__close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-over__content {
  height: auto;
  width: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.c-over__slide {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  gap: 1rem;
}
@media (max-width: 900px) {
  .c-over__slide {
    justify-content: flex-start;
  }
}
.c-over__slide-img {
  height: calc(100% - 3rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 8rem);
}
.c-over__slide-img img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.c-over__slide-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-over__slide-info > * {
  width: 100%;
}
.c-over .splide {
  height: 100%;
}
.c-over .splide__track {
  height: 100%;
}
.c-over .splide__list {
  height: 100%;
}
.c-over .splide__slide {
  height: 100%;
}
.c-over .splide__arrow {
  background-color: transparent;
  border-radius: 0;
  z-index: 5;
  width: 5rem;
  height: 5rem;
  pointer-events: all;
  top: calc(50vh - 4rem);
}
.c-over .splide__arrow svg {
  display: none;
}
.c-over .splide__arrow--next {
  right: 0;
}
.c-over .splide__arrow--next::before {
  content: "(→)";
  font-family: system-ui;
}
.c-over .splide__arrow--prev {
  left: 0;
}
.c-over .splide__arrow--prev::before {
  content: "(←)";
  font-family: system-ui;
}

body:has(.c-over.is-active) {
  overflow: hidden;
}

.is-visible .c-over__slide-img img {
  pointer-events: all;
}

.is-visible .c-over__slide-info {
  pointer-events: all;
}

.c-page {
  display: grid;
  grid-template-columns: 6rem 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr;
  grid-gap: 4rem 1rem;
  grid-template-rows: 1fr auto;
  min-height: 100%;
}
@media (max-width: 1280px) {
  .c-page {
    grid-template-columns: 6rem 1fr 1fr 1fr 0.15fr 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .c-page {
    grid-template-columns: 6rem 1fr 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .c-page {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.85rem;
  }
}
.c-page:has(img) .s-text.s-text--min {
  font-size: 1rem;
}
.c-page--title {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 620px) {
  .c-page--title {
    display: none;
  }
}
.c-page--title > * {
  font-size: 0.7rem;
}
.c-page--title > *::before {
  content: "(";
}
.c-page--title > *::after {
  content: ")";
}
.c-page > *:nth-child(5) {
  grid-column: 6;
}
@media (max-width: 900px) {
  .c-page > *:nth-child(5) {
    grid-column: 2;
  }
}
.c-page > *:nth-child(8) {
  grid-column: 2/9;
}
@media (max-width: 900px) {
  .c-page > *:nth-child(8) {
    grid-column: 2/5;
  }
}
@media (max-width: 620px) {
  .c-page > *:nth-child(8) {
    grid-column: initial;
  }
}
.c-page .s-text {
  font-family: "ITC Century Std Light Condensed";
}
@media (max-width: 620px) {
  .c-page .s-text:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .c-page .s-text:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .c-page .s-text:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .c-page .s-text:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
  }
  .c-page .s-text:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }
  .c-page .s-text:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }
  .c-page .s-text:nth-child(8) {
    grid-column: 1/3;
  }
}

.c-m__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-m__back-top {
  width: 100%;
  height: 56.86%;
  background: linear-gradient(0deg, rgb(123, 9, 0) 0%, rgb(167, 49, 15) 7%, rgb(195, 107, 65) 44%, rgba(249, 241, 237, 0) 93%, rgba(255, 255, 255, 0) 100%);
}
.c-m__back-bottom {
  width: 100%;
  height: 42.14%;
  background: linear-gradient(180deg, rgb(123, 9, 0) 0%, rgb(167, 49, 15) 7%, rgb(195, 107, 65) 18%, rgba(249, 241, 237, 0) 75%, rgba(255, 255, 255, 0) 100%);
}
.c-m__lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: 56.86% 1px 1fr;
}
.c-m__lines-top {
  display: grid;
  grid-template-rows: 14% 14% 23.9% 18% 6.5% 8%;
}
.c-m__lines-bottom {
  display: grid;
  grid-template-rows: 18% 10% 10% 23% 31%;
}
@media (max-width: 620px) {
  .c-m__lines-bottom {
    grid-template-rows: auto 10% 10% 23% 31%;
  }
}
.c-m__lines-bottom .c-m__line {
  position: relative;
}
.c-m__lines-bottom .c-m__line-item {
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
  width: 100%;
}
.c-m__line {
  height: 100%;
  width: calc(100% - 3.7rem);
  margin: 0 1.85rem;
  font-size: 0.6rem;
}
.c-m__line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.5em;
  pointer-events: none;
  height: 0px;
}
.c-m__line-item span:not(.c-m__line-line) {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.c-m__line-line {
  width: 100%;
  height: 1px;
  height: 0.5px;
  background-color: rgba(0, 0, 0, 0.8196078431);
}
.c-m__line--dot .c-m__line-line {
  background-color: transparent;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8196078431);
}
.c-m__line--min {
  width: calc(100% - 3.7rem - 18rem);
}
@media (max-width: 900px) {
  .c-m__line--min {
    width: 80%;
  }
}
.c-m__line--center {
  width: calc(100% - 1.85rem);
  margin: 0 0.925rem;
}
.c-m__line--center .c-m__line-line {
  height: 2px;
}
@media (max-width: 900px) {
  .c-m__line--tropic .c-m__line-item span:nth-child(1),
  .c-m__line--tropic .c-m__line-item span:nth-child(2),
  .c-m__line--tropic .c-m__line-item span:nth-child(3),
  .c-m__line--tropic .c-m__line-item span:nth-child(4) {
    display: none;
  }
}
@media (max-width: 620px) {
  .c-m__line--tropic .c-m__line-item span:nth-child(5),
  .c-m__line--tropic .c-m__line-item span:nth-child(6) {
    display: none;
  }
}
.c-m__dots {
  height: 100%;
  white-space: nowrap;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.2em 0;
}
.c-m__dot {
  width: 100%;
  display: grid;
  box-sizing: border-box;
  cursor: pointer;
  grid-gap: 1em;
}
@media (max-width: 620px) {
  .c-m__dot {
    width: calc(100vw - 3.7rem);
  }
}
.c-m__dot-item {
  font-size: 1rem;
}
.c-m__dot--01 {
  grid-template-columns: 1fr 1fr 1.7fr 1fr;
}
@media (max-width: 620px) {
  .c-m__dot--01 {
    display: block;
    height: 1em;
  }
}
.c-m__dot--01 > * {
  grid-column: 3;
}
@media (max-width: 620px) {
  .c-m__dot--01 > * {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5em;
  }
}
.c-m__dot--02 {
  grid-template-columns: 1fr 1fr 1.7fr 1fr;
}
@media (max-width: 620px) {
  .c-m__dot--02 {
    display: block;
    height: 1em;
  }
}
.c-m__dot--02 > * {
  grid-column: 4;
}
@media (max-width: 620px) {
  .c-m__dot--02 > * {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
  }
}
.c-m__dot--03 {
  grid-template-columns: 0.1fr 1fr;
}
.c-m__dot--03 > * {
  grid-column: 2;
}
.c-m__dot--04 {
  grid-template-columns: 1.1fr 0.9fr;
}
.c-m__dot--04 > * {
  grid-column: 2;
}
.c-m__dot--05 {
  grid-template-columns: 1fr 1fr 1.7fr 1fr;
}
@media (max-width: 620px) {
  .c-m__dot--05 {
    display: block;
    height: 1em;
  }
}
.c-m__dot--05 > * {
  grid-column: 2;
}
@media (max-width: 620px) {
  .c-m__dot--05 > * {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5em;
  }
}
.c-m__dot--06 {
  grid-template-columns: 1.4fr 0.6fr;
}
.c-m__dot--08 {
  grid-template-columns: 1fr 1fr 1.7fr 1fr;
}
@media (max-width: 620px) {
  .c-m__dot--08 {
    display: block;
    height: 7em;
  }
}
.c-m__dot--08 > *:nth-child(1) {
  grid-column: 2;
}
@media (max-width: 620px) {
  .c-m__dot--08 > *:nth-child(1) {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5em;
  }
}
.c-m__dot--08 > *:nth-child(2) {
  grid-column: 3;
}
@media (max-width: 620px) {
  .c-m__dot--08 > *:nth-child(2) {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5em;
    top: 1em;
  }
}
.c-m__dot--08 > *:nth-child(3) {
  grid-column: 4;
}
@media (max-width: 620px) {
  .c-m__dot--08 > *:nth-child(3) {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 3em;
  }
}
.c-m__dot--10 {
  grid-template-columns: 1.4fr 0.6fr;
}
.c-m__dot--10 > * {
  grid-column: 2;
}
.c-m__dot--11 {
  grid-template-columns: 1.1fr 0.9fr;
}
.c-m__dot--11 > * {
  grid-column: 2;
}
.c-m__dot--12 {
  grid-template-columns: 0.1fr 1fr;
}
.c-m__dot--12 > * {
  grid-column: 2;
}
.c-m__dot span:not(.is-hidden) {
  cursor: pointer;
}
@media (max-width: 620px) {
  .c-m__dot span:not(.is-hidden) {
    font-size: 16px;
  }
}
.c-m__dot .is-hidden {
  display: inline-block;
  vertical-align: text-top;
  opacity: 0;
  pointer-events: none;
}
.c-m__dot .is-hidden:first-child {
  width: 10em;
  text-align: right;
}
@media (max-width: 620px) {
  .c-m__dot .is-hidden:first-child {
    width: 6em;
    text-align: right;
    display: inline-flex;
    justify-content: end;
  }
}
.c-m__dot-item.is-active .is-hidden {
  opacity: 1;
}

body:has(.c-m) {
  overflow: hidden;
}
@media (max-width: 900px) {
  body:has(.c-m) {
    overflow: initial;
  }
}
body:has(.c-m) .c-footer {
  background: initial;
  mix-blend-mode: darken;
}

.c-video {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 3rem;
  grid-column: 1/3;
}
.c-video__grid {
  grid-column: 1/11;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: calc(100vh - 19.5rem);
  gap: 4rem 2rem;
  max-width: 100%;
  width: fit-content;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-video__item {
  position: relative;
  display: block;
  width: 11rem;
  margin: 0;
  cursor: pointer;
}
.c-video__item img {
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
}
.c-video__item span {
  font-size: 0.7rem;
}
.c-video__video {
  grid-column: 2/10;
}
.c-video__video-content {
  width: 100%;
  position: relative;
  top: -5rem;
}
.c-video__video-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  max-height: calc(100vh - 24rem);
  background-color: transparent;
  position: relative;
  z-index: 7;
}
.c-video__over {
  width: 100%;
  grid-column: 1/11;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 3rem;
  display: none;
}
.c-video__close {
  grid-column: 1/11;
  text-align: right;
  grid-row: 1;
  display: none;
  height: 100%;
  z-index: 6;
  position: relative;
}
.c-video__close-icon {
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
}

.is-video-active .c-video__over {
  display: grid;
}
.is-video-active .c-video__grid {
  display: none;
}
.is-video-active .c-video__close {
  display: block;
}

.is-not-close .c-video__close {
  display: none;
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text p {
  margin: 1rem 0;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1em 0;
  padding-left: 2em;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.s-text h4 {
  text-indent: 2em;
  margin-bottom: -1em;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  text-align: center;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text .u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.s-text .u-iframe iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.s-text video {
  width: 100%;
  position: relative;
}
.s-text audio {
  width: 100%;
}
.s-text h2 {
  font-family: "Trispace", sans-serif;
  margin: 0 0 -1em;
}
.s-text a {
  text-decoration: underline;
}
.s-text h6 a {
  text-decoration: none;
}
.s-text h6 a::before {
  content: "→";
  font-family: system-ui;
  padding-right: 0.5rem;
}
.s-text h5 a {
  text-decoration: none;
}
.s-text h5 a::before {
  content: "↗";
  font-family: system-ui;
  padding-right: 0.5rem;
}
.s-text ul {
  padding: 0;
  margin: 1em 0;
}
.s-text ul li {
  list-style: none;
  text-indent: 2em;
}
.s-text--min {
  font-size: 0.85rem;
}
@media (max-width: 900px) {
  .s-text--min {
    font-size: 1rem;
  }
}
.s-text--min h2 {
  font-size: 1rem;
}
.s-text b, .s-text strong {
  font-family: system-ui;
}

.splide__sr {
  display: none !important;
}

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