html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  color: #0f0900;
  background-color: #fefefe;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (min-width: 1920px) {
  html, body {
    font-size: 0.75vw;
  }
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

body * {
  letter-spacing: 0.05em;
}

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

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
}

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

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;
  appearance: none;
}

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

.o-content {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .o-content {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 900px) {
  .o-content {
    width: calc(100% - 2rem);
  }
}

.o-wrapper {
  min-height: calc(100dvh - 6.5rem);
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fefefe;
}
@media (max-width: 1120px) {
  .o-wrapper {
    min-height: calc(100dvh - 5rem);
  }
}
@media (max-width: 900px) {
  .o-wrapper {
    min-height: calc(100dvh - 4rem);
  }
}
.o-wrapper--home:has(.c-break--full) .o-home .o-content .o-space--min:last-child {
  height: 10rem;
}
.o-wrapper:has(.c-break--contact) .o-content .o-space:last-child {
  height: 10rem;
}

.o-hidden {
  display: none;
}

.o-btn--search {
  height: 1rem;
  padding: 1.5rem 0;
  box-sizing: content-box;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 1.5rem;
}
@media (max-width: 900px) {
  .o-btn--search {
    align-items: baseline;
    width: 3rem;
    align-items: center;
  }
}
.o-btn--menu {
  height: 1rem;
  padding: 1.5rem 0;
  box-sizing: content-box;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 1.5rem;
  display: none;
}
.o-btn--menu span:nth-child(2) {
  display: none;
}
@media (max-width: 900px) {
  .o-btn--menu {
    display: flex;
    width: 3rem;
    align-items: center;
  }
}
.o-btn--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: currentColor;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.o-btn--icon .material-symbols-outlined {
  transition: transform 0.3s ease;
}
@media (min-width: 1121px) {
  .o-btn--icon:hover .material-symbols-outlined {
    transform: translateX(0.3em);
  }
}
.o-btn--line {
  font-size: 0.9rem;
  text-decoration: underline;
  text-transform: uppercase;
  padding-top: 1.5rem;
  display: block;
}
@media (max-width: 620px) {
  .o-btn--line {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(145, 145, 145);
    text-decoration: none;
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }
}
.o-btn--center {
  margin: 0 auto;
  font-weight: 300;
}
@media (min-width: 1121px) {
  .o-btn--center:hover {
    opacity: 0.5;
  }
}

.o-space {
  height: 6.5rem;
  display: block;
}
.o-space--min {
  height: 3rem;
}
@media (max-width: 620px) {
  .o-space--min {
    height: 2rem;
  }
}
.o-space--border {
  border-bottom: 1px solid #e5e5e5;
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-gap: 1rem;
}

.o-ancla {
  display: block;
  scroll-margin-top: 6.5rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1120px) {
  .o-ancla {
    scroll-margin-top: 5rem;
  }
}
@media (max-width: 900px) {
  .o-ancla {
    scroll-margin-top: 4rem;
  }
}

.o-home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.o-home .s-text {
  grid-column: 5/15;
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .o-home .s-text {
    grid-column: 3/17;
  }
}
@media (max-width: 620px) {
  .o-home .s-text {
    grid-column: 1/19;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.o-contact .o-grid {
  align-items: end;
}
.o-contact .s-text {
  grid-column: span 4;
}
@media (max-width: 1120px) {
  .o-contact .s-text {
    grid-column: span 6;
  }
}
@media (max-width: 900px) {
  .o-contact .s-text {
    grid-column: 1/19;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 620px) {
  .o-contact .s-text h1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
.o-contact .s-text:nth-child(1) {
  grid-column: 1/19;
}

.o-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.o-page {
  grid-column: span 9;
  max-width: 60rem;
}
@media (max-width: 1120px) {
  .o-page {
    grid-column: span 18;
    max-width: 40rem;
  }
}
@media (max-width: 620px) {
  .o-page {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
  .o-page.s-text h1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}

.o-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 20rem;
  width: 100%;
}
.o-form input {
  color: currentColor;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid currentColor;
}
.o-form ::placeholder {
  color: currentColor;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.o-counter {
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  .o-counter {
    font-size: 0.75rem;
  }
}

.o-carousel {
  visibility: visible;
  aspect-ratio: 1/0.56;
  width: 100%;
}
@media (max-width: 900px) {
  .o-carousel {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .o-carousel {
    width: 100%;
  }
}
.o-carousel .splide__slide {
  width: 100%;
}
.o-carousel .splide__arrows {
  display: none;
}
.o-carousel:has(.is-active) {
  aspect-ratio: initial;
}
.o-carousel:has(.is-active) .splide__slide {
  width: initial;
}
.o-carousel:has(.is-active) .splide__track {
  width: 100%;
  margin: 0 auto;
}
.o-carousel:has(.is-active) .splide__arrows {
  display: flex;
}
@media (max-width: 620px) {
  .o-carousel:has(.is-active) .splide__arrows {
    display: none;
  }
}
.o-carousel:has(.is-active) .splide__arrow {
  opacity: 1;
  background-color: transparent;
  width: 3rem;
}
.o-carousel:has(.is-active) .splide__arrow svg {
  display: none;
}
.o-carousel:has(.is-active) .splide__arrow--prev {
  left: -2rem;
  justify-content: flex-start;
}
@media (max-width: 1120px) {
  .o-carousel:has(.is-active) .splide__arrow--prev {
    left: -1.5rem;
  }
}
.o-carousel:has(.is-active) .splide__arrow--next {
  right: -2rem;
  justify-content: flex-end;
}
@media (max-width: 1120px) {
  .o-carousel:has(.is-active) .splide__arrow--next {
    right: -1.5rem;
  }
}
.o-carousel:has(.is-active) .splide__pagination {
  position: relative;
  bottom: initial;
  margin-top: 0.5rem;
}
@media (max-width: 900px) {
  .o-carousel:has(.is-active) .splide__pagination {
    margin-top: 1rem;
  }
}
.o-carousel:has(.is-active) .splide__pagination__page {
  border: 1px solid #444;
  background-color: transparent;
  transform: initial;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 620px) {
  .o-carousel:has(.is-active) .splide__pagination__page {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.o-carousel:has(.is-active) .splide__pagination__page.is-active {
  background-color: #444;
}

.o-alert {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
}
.o-alert p {
  margin: 0;
}
.o-alert--success {
  color: #0d6110;
}
.o-alert--error {
  color: #bd2419;
}
.o-alert--warning {
  color: #f19205;
}
.o-alert--info {
  color: #1a426e;
}

.is-background-green .o-alert--success {
  color: #c4f8c5;
}
.is-background-green .o-alert--error {
  color: #f3837b;
}
.is-background-green .o-alert--info {
  color: #79ade7;
}

.o-link-ancla {
  scroll-margin-top: calc(6.5rem + var(--height-wp) + 1rem + 0.5rem + 1.4rem + 1rem);
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.8em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text p {
  margin: 1rem 0;
}
.s-text h1 {
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  font-weight: 400;
}
.s-text h2 {
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  font-weight: 300;
}
.s-text h3, .s-text h4 {
  letter-spacing: 0.15em;
  font-size: 1rem;
  font-weight: 300;
}
.s-text h5, .s-text h6 {
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  font-weight: 400;
}
.s-text a {
  text-decoration: underline;
}
@media (min-width: 1121px) {
  .s-text a:hover {
    opacity: 0.5;
    transition: 0.3s ease;
  }
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content !important;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.5rem 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 iframe {
  width: 100%;
  aspect-ratio: 1/0.56;
  max-height: calc(100vh - 5rem);
  display: block;
  clear: both;
  margin: 1.5rem auto;
  height: -moz-fit-content;
  height: fit-content;
}
.s-text video {
  width: 100%;
  aspect-ratio: 1/0.56;
  max-height: calc(100vh - 5rem);
  display: block;
  clear: both;
  margin: 1.5rem auto;
}
.s-text audio {
  width: 100%;
}
.s-text--min {
  font-size: 0.9rem;
}
.s-text--center {
  text-align: center;
}

.o-form a {
  text-decoration: none;
}

.c-header {
  position: sticky;
  top: var(--height-wp);
  left: 0;
  width: 100%;
  color: #825610;
  background-color: #fefefe;
  z-index: 5;
}
@media (max-width: 620px) {
  .c-header {
    border-bottom: 1px solid #e5e5e5;
  }
}
.c-header__int {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  grid-gap: 4.5rem;
}
@media (max-width: 1120px) {
  .c-header__int {
    grid-gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .c-header__int {
    grid-gap: 0;
    align-items: center;
  }
}
.c-header__logo {
  margin-right: auto;
  padding: 1.5rem 0;
}
@media (max-width: 1120px) {
  .c-header__logo {
    padding: 1rem 0;
  }
}
.c-header__logo img {
  height: 3.5rem;
  display: block;
}
@media (max-width: 1120px) {
  .c-header__logo img {
    height: 3rem;
  }
}
@media (max-width: 900px) {
  .c-header__logo img {
    height: 2rem;
  }
}
.c-header__nav {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  grid-gap: 4.5rem;
}
@media (max-width: 1120px) {
  .c-header__nav {
    grid-gap: 1.5rem;
  }
}
.c-header__nav-item {
  padding: 1.5rem 0;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .c-header__nav-item {
    padding: 1rem 0;
  }
}
.c-header__nav-item .material-symbols-outlined {
  height: 1rem;
  line-height: 1rem;
  font-size: 1.5rem;
}
.c-header__nav-item.is-active {
  font-weight: 400;
}
@media (min-width: 1121px) {
  .c-header__nav-item.is-active:hover {
    opacity: 1;
  }
}
@media (min-width: 1121px) {
  .c-header__nav-item:hover {
    opacity: 0.5;
    transition: 0.3s ease;
  }
}
.c-header__nav--lang {
  grid-gap: 0;
}
@media (max-width: 900px) {
  .c-header__nav--lang {
    top: 4rem;
  }
}
@media (max-width: 620px) {
  .c-header__nav--lang {
    display: none;
    transition: top 0.3s ease;
  }
}
.c-header__nav--lang .c-header__nav-item:not(:last-child)::after {
  content: "|";
  font-weight: 300;
}
.c-header__nav--artist {
  align-items: flex-end;
}
@media (max-width: 620px) {
  .c-header__nav--artist {
    width: 100%;
    justify-content: space-between;
  }
}
.c-header__nav--artist .c-header__nav-item {
  text-transform: initial;
}
@media (max-width: 900px) {
  .c-header__nav--menu {
    display: flex;
    position: fixed;
    top: 4rem;
    background-color: #fefefe;
    left: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    width: 100%;
    height: calc(100dvh - 4rem);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    pointer-events: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  }
}
.c-header__sub {
  top: calc(6.5rem + var(--height-wp));
  position: sticky;
  z-index: 4;
  background-color: #fefefe;
  width: 100%;
}
@media (max-width: 1120px) {
  .c-header__sub {
    top: 5rem;
  }
}
@media (max-width: 900px) {
  .c-header__sub {
    top: 4rem;
  }
  .c-header__sub .c-header__nav:first-child .c-header__nav-item .material-symbols-outlined {
    font-size: 1rem;
  }
}
.c-header__sub-int {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 620px) {
  .c-header__sub-int {
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.75rem;
  }
}
.c-header__sub-int .c-header__nav:first-child .c-header__nav-item {
  font-weight: 400;
}
.c-header__sub .c-header__nav-item {
  padding: 0.5rem 0;
}
.c-header__sub--work {
  top: var(--height-wp);
  padding-top: 3rem;
}
@media (max-width: 900px) {
  .c-header__sub--work {
    padding-top: 1rem;
  }
}
.c-header__sub--work .c-header__sub-int {
  display: grid;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .c-header__sub--work .c-header__sub-int {
    display: flex;
  }
}
.c-header__sub--work .c-header__sub-int .c-header__nav:first-child .c-header__nav-item {
  font-weight: 300;
}
.c-header__sub--work .c-header__nav {
  grid-column: 1/6;
}
.c-header__sub--work .c-header__nav:first-child {
  color: #fefefe;
  background-color: #476453;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-left: 3rem;
  margin-top: -3rem;
  margin-left: -3rem;
  height: 100%;
}
@media (max-width: 900px) {
  .c-header__sub--work .c-header__nav:first-child {
    background-color: transparent;
    color: #0f0900;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 620px) {
  .c-header__sub--work .c-header__nav:first-child {
    justify-content: flex-end;
    margin-left: auto;
  }
  .c-header__sub--work .c-header__nav:first-child .c-header__nav-item {
    flex-direction: row-reverse;
  }
  .c-header__sub--work .c-header__nav:first-child .c-header__nav-item .is-tabletH {
    opacity: 0.8;
    text-transform: initial;
  }
}
.c-header__sub--work .c-header__nav--artist {
  grid-column: 7/19;
}

@media (max-width: 900px) {
  .is-menu {
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .is-menu .c-header {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .is-menu .c-header__nav--menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding-top: 4rem;
  }
}
@media (max-width: 620px) {
  .is-menu .c-header__nav--menu {
    padding-top: 7rem;
  }
}
@media (max-width: 620px) {
  .is-menu .c-header__nav--lang {
    display: flex;
    top: 29rem;
    position: absolute;
    width: 100%;
    justify-content: center;
    left: 0;
  }
}
.is-menu .o-btn--menu span:nth-child(1) {
  display: none;
}
.is-menu .o-btn--menu span:nth-child(2) {
  display: block;
}

.c-footer {
  width: 100%;
  background-color: #444;
  color: #fefefe;
  padding: 3rem 0;
  position: sticky;
  bottom: 0;
}
.c-footer__int .s-text {
  max-width: 20rem;
}
.c-footer__int .s-text h3 {
  font-size: 1em;
}
.c-footer__column {
  grid-column: span 6;
}
@media (max-width: 900px) {
  .c-footer__column {
    grid-column: span 18;
  }
}

.c-break {
  width: 100%;
  aspect-ratio: 1/0.66;
  max-height: 100dvh;
  position: relative;
  z-index: 2;
}
.c-break img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-break--full {
  aspect-ratio: initial;
  height: calc(80dvh - 6.5rem);
}
@media (max-width: 1120px) {
  .c-break--full {
    height: calc(80dvh - 5rem);
  }
}
@media (max-width: 900px) {
  .c-break--full {
    height: calc(80dvh - 4rem);
  }
}
.c-break--full::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.c-break--full .material-symbols-outlined {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fefefe;
  font-size: 4.5rem;
  z-index: 3;
  display: none;
}
.c-break--contact {
  aspect-ratio: initial;
  height: calc(100dvh - 6.5rem - 24rem);
}
@media (max-width: 900px) {
  .c-break--contact {
    max-height: calc(80dvh - 6.5rem);
    aspect-ratio: 1/1;
    height: auto;
  }
}

.c-list {
  position: relative;
}
.c-list__item-img {
  position: fixed;
  top: calc(6.5rem + var(--height-wp));
  left: 3rem;
  grid-column: 1/5;
  width: calc((100% - 6rem) / 18 * 4 - 1rem);
  pointer-events: none;
  display: block;
  height: auto;
  opacity: 0;
}
@media (max-width: 1120px) {
  .c-list__item-img {
    display: none;
  }
}
.c-list__item-info {
  grid-column: 6/19;
  position: relative;
  padding: 1.5rem 0;
  border-bottom: 1px solid #444;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 1121px) {
  .c-list__item-info:hover + .c-list__item-img {
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  .c-list__item-info {
    grid-column: 1/19;
    padding: 2rem 0;
  }
}
@media (max-width: 620px) {
  .c-list__item-info {
    grid-gap: 0 1rem;
  }
}
.c-list__name {
  grid-column: span 5;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 620px) {
  .c-list__name {
    grid-column: 1/10;
    grid-row: 1;
  }
}
.c-list__location {
  grid-column: span 6;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 620px) {
  .c-list__location {
    grid-column: 1/10;
    grid-row: 2;
  }
}
.c-list__year {
  font-size: 1rem;
  margin: 0;
  text-align: right;
}
@media (max-width: 620px) {
  .c-list__year {
    grid-column: span 2;
  }
}

.c-card {
  grid-column: span 6;
  width: calc(100% - 6rem);
  margin: 0 auto 3rem;
  position: relative;
}
@media (max-width: 900px) {
  .c-card {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .c-card {
    grid-column: span 18;
    width: calc(100% - 6rem);
    margin-bottom: 6rem;
  }
}
.c-card__info {
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 900px) {
  .c-card__info {
    text-align: center;
  }
}
.c-card__info-t1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.8em;
}
.c-card__info-t2 {
  font-size: 0.9rem;
  line-height: 1.8em;
  margin: 0;
}
.c-card__info-t3 {
  font-size: 0.9rem;
  line-height: 1.8em;
  font-weight: 100;
  margin: 0;
}
.c-card__img {
  border: none;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center bottom;
}
@media (max-width: 620px) {
  .c-card__img {
    max-height: 80dvh;
    max-width: 100%;
    width: auto;
    aspect-ratio: initial;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 900px) {
  .c-single {
    grid-gap: 0;
  }
}
.c-single__title {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 900px) {
  .c-single__title {
    grid-column: span 18;
  }
}
.c-single__title .s-text h1 {
  font-size: 1rem;
  margin: 0;
}
.c-single__title .s-text > * {
  margin: 0;
}
@media (max-width: 900px) {
  .c-single__title .s-text--title {
    display: none;
  }
}
.c-single__title-nav {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  padding-bottom: 5rem;
  text-transform: uppercase;
}
.c-single__title-nav:last-child {
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .c-single__title-nav {
    display: none;
  }
}
@media (min-width: 1121px) {
  .c-single__title-nav a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 620px) {
  .c-single__title.s-text h1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
.c-single__title--title {
  display: none;
}
@media (max-width: 900px) {
  .c-single__title--title {
    display: flex;
    grid-row: 3;
    padding-top: 3rem;
  }
  .c-single__title--title .s-text h1 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.c-single__pie {
  width: 100%;
}
@media (max-width: 900px) {
  .c-single__pie {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0.5rem;
  }
}
.c-single__pie .splide {
  width: 100%;
  visibility: visible;
}
@media (max-width: 900px) {
  .c-single__pie .splide {
    width: calc(100% - 6rem);
  }
}
.c-single__pie .s-text {
  width: 100%;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  min-height: 4.2rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .c-single__pie .s-text {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 0.75rem;
    min-height: 1.2rem;
  }
}
.c-single__pie:has(.splide__slide:only-child) .o-counter {
  display: none;
}
.c-single__pie:has(.splide__slide:only-child):has(p:empty) {
  opacity: 0;
  pointer-events: none;
}
.c-single__gallery {
  grid-column: 7/19;
}
@media (max-width: 900px) {
  .c-single__gallery {
    grid-column: span 18;
    grid-row: 1;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .c-single__gallery .splide__arrow {
    display: none;
  }
}
.c-single__gallery-img {
  width: 100%;
  aspect-ratio: 1/0.56;
  background-color: #0f0900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: fit-content;
}
.c-single__gallery-img img {
  max-width: 100%;
  max-height: 100%;
}
.c-single__info {
  grid-column: 7/19;
}
@media (max-width: 900px) {
  .c-single__info {
    grid-column: span 18;
    max-width: 40rem;
  }
}
@media (max-width: 620px) {
  .c-single__info {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-single__info .s-text {
  max-width: 60rem;
}
.c-single__info--link {
  grid-column: 1/19;
}
.c-single__title h3 {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.8rem;
}
@media (max-width: 620px) {
  .c-single__title h3 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
.c-single__title--full {
  grid-column: 1/19;
  margin-bottom: 3rem;
}
@media (max-width: 620px) {
  .c-single__title--full {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  .c-single__title--top {
    margin-bottom: 3rem;
  }
}
@media (max-width: 620px) {
  .c-single__title--top {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes swipe {
  0% {
    transform: translateY(-50%) rotate(25deg);
  }
  50% {
    transform: translateY(-50%) rotate(-25deg);
  }
  100% {
    transform: translateY(-50%) rotate(25deg);
  }
}
.is-ndrag .c-single__gallery-img::before {
  display: none;
}

.c-work {
  min-height: 100dvh;
  width: 100%;
  background-color: transparent;
}
.c-work__info {
  grid-column: 1/6;
  position: sticky;
  top: calc(8rem + var(--height-wp));
  color: #fefefe;
  background-color: #476453;
  width: calc(100% - 3rem);
  height: calc(100dvh - (8rem + var(--height-wp) + 1rem));
  background-color: dark;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.c-work__info.is-desktopV {
  display: none;
}
@media (min-width: 901px) {
  .c-work__info.is-desktopV {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .c-work__info {
    top: 6.5rem;
    width: calc(100% - 1.5rem);
  }
}
@media (max-width: 900px) {
  .c-work__info {
    top: initial;
    background-color: transparent;
    color: #0f0900;
    grid-column: 1/19;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.c-work__info .s-text h1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.8em;
}
.c-work__info .s-text p:nth-child(2) {
  margin: 1rem 0 0;
}
.c-work__info .s-text p:nth-child(3) {
  margin: 0;
}
.c-work__info-02 {
  font-size: 0.9rem;
  line-height: 1.8em;
  margin: 0;
}
.c-work__info-03 {
  font-size: 0.9rem;
  line-height: 1.8em;
  font-weight: 100;
  margin: 0;
}
.c-work__single {
  grid-column: 7/19;
}
@media (max-width: 900px) {
  .c-work__single {
    grid-column: 1/19;
  }
}
.c-work__single .s-text {
  max-width: 60rem;
}
@media (max-width: 620px) {
  .c-work__single .s-text {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-work__single .s-text h3 {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .c-work__single .s-text--center {
    max-width: 20rem;
  }
}
.c-work__single-close {
  display: none;
}
.c-work__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .c-work__background {
    display: none;
  }
}
.c-work__background .o-content {
  height: 100dvh;
}
.c-work__background-item {
  grid-column: 1/6;
  height: 100%;
  background-color: #476453;
  padding-left: 3rem;
  margin-left: -3rem;
}
.c-work__pie {
  display: none;
}
.c-work__pie-01 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.8em;
}
.c-work__pie-02 {
  font-size: 0.9rem;
  line-height: 1.8em;
  margin: 2rem 0 0;
}
@media (max-width: 900px) {
  .c-work__pie-02 {
    width: 70%;
    font-size: 0.75rem;
  }
}
.c-work__pie-03 {
  font-size: 0.9rem;
  line-height: 1.8em;
  font-weight: 100;
  margin: 0;
}
.c-work__arrow {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 1121px) {
  .c-work__arrow a:hover img {
    opacity: 1;
  }
}
.c-work__arrow img {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  pointer-events: none;
  max-height: 35dvh;
}
.c-work__arrow .material-symbols-outlined {
  line-height: 1rem;
  vertical-align: text-top;
}
.c-work .o-carousel img {
  cursor: zoom-in;
}
@media (max-width: 900px) {
  .c-work .o-carousel {
    width: 100%;
  }
  .c-work .o-carousel:has(.is-active) .splide__arrows {
    display: flex;
  }
  .c-work .o-carousel .splide__arrow {
    top: calc(100% - 1.8em);
    transform: initial;
    display: flex;
  }
  .c-work .o-carousel .splide__arrow .material-symbols-outlined {
    font-size: 1.5rem;
  }
  .c-work .o-carousel:has(.is-active) .splide__arrow--next {
    right: 0;
  }
  .c-work .o-carousel:has(.is-active) .splide__arrow--prev {
    left: 0;
  }
  .c-work .o-carousel .splide__pagination {
    padding: 0 3em;
  }
}
.c-work:has(.c-work__pie-02:not(:empty)) .o-space--border {
  height: 1.5rem;
}
@media (max-width: 900px) {
  .c-work:has(.c-work__pie-02:not(:empty)) .o-space--border {
    height: 3rem;
  }
  .c-work:has(.c-work__pie-02:not(:empty)) .o-space--border + .o-space--min {
    height: 3rem;
  }
}
@media (max-width: 900px) {
  .c-work .o-space--border {
    height: 3rem;
  }
  .c-work .o-space--border + .o-space--min {
    height: 3rem;
  }
}

body:has(.c-work) .c-header {
  display: none;
}
body:has(.c-work) .c-footer {
  display: none;
}

body:has(.c-work__single-int .o-carousel.is-active) .c-work__pie {
  display: block;
}

.is-slider-full {
  overflow: hidden;
}
.is-slider-full .js-carousel-work {
  height: calc(100% - var(--height-wp));
  width: 100%;
  position: fixed;
  top: var(--height-wp);
  left: 0;
  z-index: 100;
}
.is-slider-full .js-carousel-work .c-single__gallery-img {
  padding: 3rem 4rem;
  width: 100%;
  height: calc(100dvh - var(--height-wp));
  box-sizing: border-box;
  aspect-ratio: initial;
}
.is-slider-full .js-carousel-work .c-single__gallery-img img {
  cursor: default;
}
.is-slider-full .js-carousel-work .splide__arrow {
  color: #fefefe;
}
.is-slider-full .js-carousel-work .splide__arrow--prev {
  left: 0;
  width: 6rem;
  height: 6rem;
  justify-content: center;
}
.is-slider-full .js-carousel-work .splide__arrow--next {
  right: 0;
  width: 6rem;
  height: 6rem;
  justify-content: center;
}
.is-slider-full .c-work__single-close {
  display: flex;
  top: var(--height-wp);
  right: 1rem;
  position: fixed;
  z-index: 110;
  color: #fefefe;
  width: 6rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 900px) {
  .is-slider-full .c-work__single-close {
    right: 0;
    width: 4rem;
    height: 4rem;
  }
}
.is-slider-full .c-work__single-close .material-symbols-outlined {
  font-size: 3rem;
}
@media (max-width: 900px) {
  .is-slider-full .c-work__single-close .material-symbols-outlined {
    font-size: 2rem;
  }
}

.c-search {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(254, 254, 254, 0.8);
  color: #825610;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
@media (max-width: 1120px) {
  .c-search {
    backdrop-filter: blur(5px);
  }
}
.c-search__int {
  padding-top: 9.5rem;
}
@media (max-width: 1120px) {
  .c-search__int {
    padding-top: 8rem;
  }
}
@media (max-width: 900px) {
  .c-search__int {
    padding-top: 4.75rem;
  }
}
.c-search h3 {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.c-search__label {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  background-color: #fefefe;
  margin: 1rem auto;
}
.c-search__label input {
  display: block;
  padding: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  box-sizing: content-box;
  width: 20rem;
}
@media (max-width: 620px) {
  .c-search__label input {
    width: calc(100dvw - 13rem);
    max-width: 20rem;
  }
}
.c-search__label input::placeholder {
  color: currentColor;
  letter-spacing: 0.15em;
}
.c-search__label .o-btn {
  display: block;
  padding: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  box-sizing: content-box;
  border-left: 1px solid currentColor;
}

.is-search .c-search {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.splide__sr {
  display: none !important;
}

.is-background {
  background-color: #fefefe;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 24;
}

.material-symbols-outlined {
  width: 1em;
}
@media (max-width: 900px) {
  .material-symbols-outlined {
    font-size: 2rem;
  }
}

.is-background-green {
  background-color: #476453;
  color: #fefefe;
}

.is-desktop {
  display: none;
}
@media (min-width: 1121px) {
  .is-desktop {
    display: block;
  }
}

.is-tabletH {
  display: none;
}
@media (max-width: 1120px) {
  .is-tabletH {
    display: block;
  }
}

.is-desktopV {
  display: none;
}
@media (min-width: 901px) {
  .is-desktopV {
    display: block;
  }
}

.is-tabletV {
  display: none;
}
@media (max-width: 900px) {
  .is-tabletV {
    display: block;
  }
}

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