@font-face {
  font-family: "latino_urw";
  src: url("../fonts/latinourw.woff2") format("woff2"), url("../fonts/latinourw.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "maisonneue";
  src: url("../fonts/maisonneue.woff2") format("woff2"), url("../fonts/maisonneue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9vw;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background-color: #FCFAF2;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "latino_urw", sans-serif;
  font-weight: 400;
  font-size: 14px;
  scroll-behavior: smooth;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (max-width: 1560px) {
  html, body {
    font-size: 0.9vw;
  }
}
@media (max-width: 1330px) {
  html, body {
    font-size: 12px;
  }
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

section:has(#interviews) {
  display: none;
}

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;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

section {
  position: relative;
  padding: 1px 0;
}

.o-content {
  width: calc(100% - 14rem);
  margin: 0 auto;
}
@media (min-width: 1560px) {
  .o-content {
    max-width: calc(1560px - 14rem);
  }
}
@media (max-width: 1120px) {
  .o-content {
    width: calc(100% - 7rem);
  }
}
@media (max-width: 900px) {
  .o-content {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 620px) {
  .o-content {
    width: calc(100% - 2rem);
  }
}

.o-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #FCFAF2;
  min-height: calc(100vh - 12rem);
}

.o-hidden {
  display: none;
}

.o-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 2rem;
  font-family: "maisonneue", serif;
  border: 1px solid #363326;
  line-height: 1em;
  box-sizing: border-box;
}
@media (min-width: 1120px) {
  .o-btn:hover {
    background-color: #363326;
    color: #FCFAF2;
  }
}
.o-btn--mb {
  display: none;
  height: calc(2.4rem + 2px);
}
@media (max-width: 1120px) {
  .o-btn--mb {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .o-btn--mb span {
    width: 1rem;
    position: relative;
    height: 1px;
    background-color: currentColor;
  }
  .o-btn--mb span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: currentColor;
    top: -0.3em;
    left: 0;
    display: block;
    position: absolute;
  }
  .o-btn--mb span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: currentColor;
    bottom: -0.3em;
    left: 0;
    display: block;
    position: absolute;
  }
}
.o-btn--back {
  background-color: #363326;
  color: #FCFAF2;
  cursor: pointer;
  display: block;
}
@media (min-width: 1120px) {
  .o-btn--back:hover {
    background-color: #FCFAF2;
    color: #363326;
  }
}

.o-title {
  margin: 4rem auto;
}
.o-title * {
  margin: 0;
  font-family: "maisonneue", serif;
}
.o-title > *:first-child {
  font-family: "latino_urw", sans-serif;
  font-size: 3.33rem;
}
@media (max-width: 1120px) {
  .o-title > *:first-child {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .o-title > *:first-child {
    font-size: 1.9rem;
  }
}
.o-title--phrase {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-gap: 4rem;
}
@media (max-width: 900px) {
  .o-title--phrase {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.o-title--phrase .o-title__int * {
  margin: 0;
  font-family: "maisonneue", serif;
  font-size: 1rem;
}
.o-title--phrase .o-title__int h3 {
  display: none;
}
.o-title--phrase .o-title__int > *:first-child {
  font-family: "latino_urw", sans-serif;
  font-size: 3.33rem;
}
@media (max-width: 1120px) {
  .o-title--phrase .o-title__int > *:first-child {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .o-title--phrase .o-title__int > *:first-child {
    font-size: 1.9rem;
  }
}
.o-title--phrase .o-title__phrase {
  font-family: "latino_urw", sans-serif;
  max-width: 30rem;
}
.o-title--phrase .o-title__phrase * {
  font-family: "latino_urw", sans-serif;
}

.o-space {
  height: 7rem;
  width: 100%;
  margin: 0;
  display: block;
}

.o-color {
  padding: 1px 0;
}
.o-color--08 {
  background-color: #ecefef;
}

.o-ancla {
  position: absolute;
  top: -7rem;
}
@media (max-width: 620px) {
  .o-ancla {
    top: -5rem;
  }
}

.o-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-center--vertical {
  justify-content: center;
  min-height: calc(100vh - 12rem);
}

.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: 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;
}
.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--serif {
  font-family: "latino_urw", sans-serif;
}
.s-text--grid {
  text-align: center;
}
.s-text--grid img {
  display: block;
}
.s-text--grid p {
  font-family: "maisonneue", serif;
}
.s-text--grid h1, .s-text--grid h2, .s-text--grid h3, .s-text--grid h4, .s-text--grid h5, .s-text--grid h6 {
  font-family: "latino_urw", sans-serif;
}
.s-text--grid blockquote {
  border: none;
  padding: 0;
  font-size: 3.33rem;
  font-family: "latino_urw", sans-serif;
  max-width: 39rem;
  margin: 1rem auto;
}
@media (max-width: 1120px) {
  .s-text--grid blockquote {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .s-text--grid blockquote {
    font-size: 1.9rem;
  }
}
.s-text--grid blockquote * {
  font-size: 3.33rem;
  font-family: "latino_urw", sans-serif;
  margin: 0;
}
@media (max-width: 1120px) {
  .s-text--grid blockquote * {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .s-text--grid blockquote * {
    font-size: 1.9rem;
  }
}
.s-text--single {
  max-width: 60rem;
  font-size: 1rem;
}
.s-text--single p {
  font-family: "maisonneue", serif;
}

.c-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 3rem 0 2rem;
  background-image: url(../img/back.png);
  background-size: auto 1rem;
  background-repeat: repeat-x;
  z-index: 5;
  background-color: #FCFAF2;
  border-bottom: 1px solid #363326;
}
@media (max-width: 620px) {
  .c-header {
    padding: 2rem 0 1rem;
  }
}
.c-header__int {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 0.5rem;
  align-items: center;
}
@media (max-width: 1120px) {
  .c-header__int {
    grid-template-columns: 1fr auto auto;
  }
}
.c-header__int > *:nth-child(3) {
  margin-left: auto;
}
.c-header__logo img {
  max-height: 2rem;
  width: auto;
  display: block;
  max-width: 100%;
}
.c-header__menu {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1120px) {
  .c-header__menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    top: calc(7.5rem + 1px);
    height: calc(100% - (7.5rem + 1px));
    left: -100%;
    transition: 300ms ease;
    z-index: -1;
    width: 100%;
    background-color: #FCFAF2;
    padding: 3rem 3.5rem 4rem;
    box-sizing: border-box;
  }
  .c-header__menu.is-active {
    left: 0;
  }
}
@media (max-width: 900px) {
  .c-header__menu {
    padding: 3rem 2rem 4rem;
  }
}
@media (max-width: 620px) {
  .c-header__menu {
    top: calc(5.5rem + 1px);
    height: calc(100% - (5.5rem + 1px));
    padding: 3rem 1rem 4rem;
  }
}
.c-header__menu-item {
  padding: 0.5rem 0;
  font-size: 1rem;
  font-family: "maisonneue", serif;
}
.c-header__menu-item:nth-child(4) {
  display: none;
}
.c-header .o-btn {
  position: relative;
  z-index: 2;
  background-color: #FCFAF2;
}

.is-menu {
  position: fixed;
}
.is-menu .o-btn--mb span {
  background-color: transparent;
}
.is-menu .o-btn--mb span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.is-menu .o-btn--mb span::after {
  top: 0;
  transform: rotate(-45deg);
}

.c-footer {
  width: 100%;
  background-color: #404B1F;
  color: #FCFAF2;
  padding-top: 1rem;
  background-image: url(../img/back.png);
  background-size: auto 1rem;
  background-repeat: repeat-x;
  position: relative;
  z-index: 3;
}
.c-footer__int {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-footer__int-img {
  transform: translateY(-50%);
}
.c-footer__int-img img {
  max-height: 6rem;
  width: auto;
  display: block;
}
.c-footer__int-logo {
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.c-footer__int-logo::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background-color: #FCFAF2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-footer__int-logo img {
  max-height: 3.5rem;
  width: auto;
  max-width: 100%;
  display: block;
}
.c-footer__int-txt {
  font-size: 1.33rem;
}
.c-footer__int-txt * {
  font-size: 1.33rem;
}
.c-footer__int-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
@media (max-width: 620px) {
  .c-footer__int-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-footer__int-nav-item {
  font-family: "maisonneue", serif;
  padding: 0 3rem;
  border-right: 1px solid currentColor;
}
@media (max-width: 620px) {
  .c-footer__int-nav-item {
    border: none;
    padding: 0;
  }
}
.c-footer__int-nav-item:first-child {
  border-left: 1px solid currentColor;
}
@media (max-width: 620px) {
  .c-footer__int-nav-item:first-child {
    border: none;
  }
}
.c-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
  font-size: 0.66rem;
  gap: 1rem;
}
@media (max-width: 1560px) {
  .c-footer__nav {
    font-size: 10px;
  }
}
.c-footer__nav * {
  font-size: 0.66rem;
  font-family: "maisonneue", serif;
}
@media (max-width: 1560px) {
  .c-footer__nav * {
    font-size: 10px;
  }
}
.c-footer__nav nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2rem;
}

.c-break {
  width: 100%;
  height: auto;
  position: relative;
}
.c-break__img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.c-break__img.is-active {
  top: -100%;
}
.c-break__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-break__img iframe, .c-break__img video {
  width: 120vw;
  height: 76.25vw;
  min-height: 140vh;
  min-width: 217.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-break__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
}
.c-break__lateral {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform-origin: 50% 50%;
  font-family: "maisonneue", serif;
}
.c-break__lateral > * {
  margin: 0;
}
.c-break__lateral--left {
  left: 2rem;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 620px) {
  .c-break__lateral--left {
    left: 0rem;
  }
}
.c-break__lateral--right {
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 620px) {
  .c-break__lateral--right {
    right: 0rem;
  }
}
.c-break--full {
  color: #FCFAF2;
  min-height: 100vh;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
}
.c-break--full.is-active {
  top: -100vh;
}
.c-break--full .c-break__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  padding: 2rem 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.c-break--full .c-break__content img {
  max-width: 100%;
  max-height: 4.6rem;
  display: block;
  width: auto;
  height: auto;
}
.c-break--full .c-break__phrase {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.53rem;
}
@media (max-width: 1120px) {
  .c-break--full .c-break__phrase {
    font-size: 2rem;
  }
}
@media (max-width: 620px) {
  .c-break--full .c-break__phrase {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.c-break--full .c-break__phrase * {
  margin: 0;
}
.c-break--full .c-break__phrase img {
  max-height: 3.8rem;
  margin: 0 2rem;
}
.c-break--full .c-break__caption {
  font-family: "maisonneue", serif;
  text-transform: uppercase;
}
.c-break--video {
  color: #FCFAF2;
  min-height: calc(100vh - 10rem);
  overflow: hidden;
}
.c-break--auto .c-break__img {
  position: relative;
}
.c-break--auto .c-break__img img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 1rem);
  position: relative;
}
.c-break--v {
  height: 100%;
}
.c-break--v img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border: 1px solid currentColor;
}
.c-break--color {
  background-color: #708485;
  padding: 4rem 0;
  color: #FCFAF2;
}
.c-break--color .c-break__phrase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.c-break--color .c-break__phrase a {
  text-decoration: underline;
}
.c-break--color .c-break__phrase * {
  font-size: 3.33rem;
  margin: 0;
}
@media (max-width: 1120px) {
  .c-break--color .c-break__phrase * {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .c-break--color .c-break__phrase * {
    font-size: 1.9rem;
  }
}
.c-break--color .c-break__phrase img {
  max-height: 4rem;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.c-grid {
  display: grid;
}
.c-grid--01 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem 1rem;
  padding: 4rem 0;
  align-items: center;
}
@media (max-width: 1120px) {
  .c-grid--01 {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}
.c-grid--01 .c-grid__text {
  font-size: 3.33rem;
}
@media (max-width: 1120px) {
  .c-grid--01 .c-grid__text {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .c-grid--01 .c-grid__text {
    font-size: 1.9rem;
  }
}
.c-grid--01 .c-grid__text > * {
  font-size: 3.33rem;
}
@media (max-width: 1120px) {
  .c-grid--01 .c-grid__text > * {
    font-size: 2.3rem;
  }
}
@media (max-width: 620px) {
  .c-grid--01 .c-grid__text > * {
    font-size: 1.9rem;
  }
}
.c-grid--01 .c-grid__text--center {
  font-size: 2rem;
  grid-column: 1/3;
  text-align: center;
  width: 80rem;
  max-width: calc(100vw - 14rem);
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .c-grid--01 .c-grid__text--center {
    font-size: 1.8rem;
    grid-column: initial;
  }
}
@media (max-width: 620px) {
  .c-grid--01 .c-grid__text--center {
    font-size: 1.66rem;
    max-width: initial;
    width: 100%;
  }
}
.c-grid--01 .c-grid__text--center > * {
  font-size: 2rem;
}
@media (max-width: 1120px) {
  .c-grid--01 .c-grid__text--center > * {
    font-size: 1.8rem;
  }
}
@media (max-width: 620px) {
  .c-grid--01 .c-grid__text--center > * {
    font-size: 1.66rem;
  }
}
.c-grid--01 .c-grid__text--center hr {
  width: 21.4rem;
  max-width: 100%;
  height: 1px;
  background-color: #363326;
  border: none;
  display: block;
  opacity: 1;
  margin: 1em auto;
}
.c-grid--01 .c-grid__text--phrase {
  padding-right: 4rem;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .c-grid--01 .c-grid__text--phrase {
    padding: 0;
    text-align: center;
  }
}
.c-grid--02 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 7rem;
  margin-bottom: 7rem;
}
@media (max-width: 1120px) {
  .c-grid--02 {
    grid-gap: 2rem;
  }
  .c-grid--02 .c-break--v {
    height: calc(100vh - 15rem);
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
  }
}
@media (max-width: 1120px) and (max-width: 620px) {
  .c-grid--02 .c-break--v {
    grid-row: 1;
    position: relative;
    top: initial;
  }
}
@media (max-width: 620px) {
  .c-grid--02 {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.c-grid--03 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media (max-width: 1120px) {
  .c-grid--03 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .c-grid--03 {
    grid-gap: 1rem;
  }
}

.c-cube {
  width: 100%;
  background-color: #69614A;
  color: #FCFAF2;
  text-align: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem 2rem;
}
.c-cube h3 {
  border-bottom: 1px solid currentColor;
  font-family: "maisonneue", serif;
  font-size: 1.66rem;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.c-cube ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.c-carousel {
  width: 100%;
}
.c-carousel .splide__arrows {
  position: absolute;
  top: calc(100% + 4rem);
  right: 7rem;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1560px) {
  .c-carousel .splide__arrows {
    right: calc(50vw - (1560px - 14rem) / 2);
  }
}
@media (max-width: 1120px) {
  .c-carousel .splide__arrows {
    right: 3.5rem;
  }
}
@media (max-width: 900px) {
  .c-carousel .splide__arrows {
    right: 2rem;
    width: 15rem;
    gap: 1rem;
  }
}
@media (max-width: 620px) {
  .c-carousel .splide__arrows {
    display: none;
  }
}
.c-carousel .splide__arrow {
  width: 9rem;
  height: 3rem;
  border: 1px solid #363326;
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  transform: initial;
  top: initial;
  left: initial;
  right: initial;
  position: relative;
  display: block;
}
.c-carousel .splide__arrow:disabled {
  display: none;
}
.c-carousel .splide__arrow--prev {
  background-image: url(../img/arrow-l.png);
}
.c-carousel .splide__arrow--next {
  background-image: url(../img/arrow-r.png);
}
.c-carousel__int {
  width: min-content;
}
.c-carousel__int-img {
  width: 100%;
  height: 56.6vw;
  max-height: calc(100vh - 18rem);
  display: block;
  position: relative;
}
.c-carousel__int-img img {
  top: 0;
  left: 0;
  object-fit: cover;
  border: 1px solid currentColor;
  width: 100%;
  height: 100%;
  max-width: 100vw;
}
.c-carousel__int-txt {
  margin-top: 1rem;
  text-align: center;
}
.c-carousel__int-txt * {
  margin: 0;
  font-family: "maisonneue", serif;
}
.c-carousel__content {
  margin-top: 4rem;
}
@media (max-width: 620px) {
  .c-carousel__content {
    margin-top: 1rem;
  }
}
.c-carousel__phrase {
  max-width: 32.5rem;
}
@media (max-width: 900px) {
  .c-carousel__phrase {
    width: 32.5rem;
    max-width: calc(100% - 16rem);
  }
}
@media (max-width: 620px) {
  .c-carousel__phrase {
    max-width: initial;
    width: 100%;
  }
}

.c-info {
  background-color: #69614A;
  color: #FCFAF2;
  padding: 3rem 0 7rem;
}
.c-info__text {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 4rem;
  align-items: end;
  grid-auto-flow: dense;
}
@media (max-width: 900px) {
  .c-info__text {
    grid-gap: 4rem 1rem;
  }
}
@media (max-width: 620px) {
  .c-info__text {
    display: flex !important;
    gap: 0;
  }
}
.c-info__text-post:nth-child(7n+1) {
  grid-column: 1/7;
  grid-row: span 3;
}
.c-info__text-post:nth-child(7n+2) {
  grid-column: 7/13;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  height: 100%;
}
@media (max-width: 620px) {
  .c-info__text-post:nth-child(7n+2) {
    height: calc(100dvh - 10rem);
    width: 100%;
  }
}
.c-info__text-post:nth-child(7n+3) {
  grid-column: 1/5;
}
.c-info__text-post:nth-child(7n+4) {
  grid-column: 7/13;
  grid-row: span 2;
}
.c-info__text-post:nth-child(7n+5) {
  grid-column: 1/8;
}
.c-info__text-post:nth-child(7n+6) {
  grid-column: 8/13;
  grid-row: span 2;
}
.c-info__text-post:nth-child(7n+7) {
  grid-column: 1/8;
}
@media (max-width: 620px) {
  .c-info__text-post {
    text-align: center;
    display: flex;
    height: calc(100dvh - 10rem);
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .c-info__text-post img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }
  .c-info__text-post *:not(img) {
    padding: 0 3rem;
  }
}

.js-splide-text .splide__arrow {
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  border: 1px solid currentColor;
  cursor: pointer;
  border-radius: 0;
}
.js-splide-text .splide__arrow svg {
  display: none;
}
.js-splide-text .splide__arrow--prev {
  background-image: url(../img/arrow-l-2.png);
  left: 0;
}
.js-splide-text .splide__arrow--next {
  background-image: url(../img/arrow-r-2.png);
  right: 0;
}

.c-slider__splide {
  width: 100%;
}
.c-slider__content {
  width: 100%;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
}
@media (max-width: 900px) {
  .c-slider__content {
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }
}
@media (max-width: 620px) {
  .c-slider__content {
    grid-template-columns: 1fr;
  }
}
.c-slider__content-img {
  width: 100%;
  padding-bottom: 133.8%;
  position: relative;
  height: 0;
}
@media (max-width: 620px) {
  .c-slider__content-img {
    grid-row: 1;
    grid-column: 1;
  }
}
.c-slider__content-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
}
.c-slider__content-info {
  width: 100%;
  max-width: 35rem;
  min-height: 35rem;
  border: 3px double #363326;
  padding: 4rem 2rem;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background-color: #FCFAF2;
}
@media (max-width: 900px) {
  .c-slider__content-info {
    max-width: 50vw;
    min-height: 50vw;
    padding: 2rem 1rem;
  }
}
@media (max-width: 620px) {
  .c-slider__content-info {
    grid-row: 1;
    grid-column: 1;
    min-height: 100%;
    max-width: initial;
    background-color: rgba(252, 250, 242, 0.7);
    pointer-events: none;
  }
}
.c-slider__content-info--title {
  font-size: 3.33rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (max-width: 1120px) {
  .c-slider__content-info--title {
    font-size: 2.3rem;
  }
}
@media (max-width: 900px) {
  .c-slider__content-info--title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 620px) {
  .c-slider__content-info--title {
    font-size: 1.9rem;
  }
}
.c-slider__content-info--title::after {
  content: "";
  width: 10rem;
  height: 1px;
  background-color: #363326;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-slider__content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  pointer-events: auto;
}
.c-slider__arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.c-slider__arrow {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  border: 1px solid currentColor;
  cursor: pointer;
}
.c-slider__arrow--left {
  background-image: url(../img/arrow-l-2.png);
}
.c-slider__arrow--right {
  background-image: url(../img/arrow-r-2.png);
}

.c-book {
  width: 100%;
  color: #363326;
  border: 3px double currentColor;
  background-color: #fff;
  padding: 0rem 1rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.13rem;
  text-transform: uppercase;
}
@media (max-width: 1120px) {
  .c-book {
    margin-top: 4rem;
  }
}
.c-book__img {
  transform: translateY(-50%);
  display: block;
  margin: 0 auto -4rem;
  background-color: #fff;
  border: 3px double currentColor;
  border-radius: 50%;
  padding: 2rem 1rem;
}
.c-book__img img {
  max-height: 3rem;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.c-book__info {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
@media (max-width: 620px) {
  .c-book__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    border: 1px solid currentColor;
    padding: 1px;
    box-sizing: border-box;
  }
}
.c-book__info li {
  width: 100%;
  border-right: 1px solid currentColor;
  font-family: "maisonneue", serif;
  text-align: center;
}
@media (max-width: 620px) {
  .c-book__info li {
    border: 1px solid currentColor;
    box-sizing: border-box;
    padding: 0.5em 0;
  }
}
.c-book__info li:last-child {
  border-right: none;
}
@media (max-width: 620px) {
  .c-book__info li:last-child {
    border: 1px solid currentColor;
  }
}
.c-book__title {
  font-size: 1.13rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .c-book__title {
    gap: 1em;
  }
}
.c-book__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
.c-book__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
.c-book__list {
  column-count: 2;
  column-gap: 1em;
  padding: 0;
  list-style-position: inside;
  font-family: "maisonneue", serif;
}
@media (max-width: 620px) {
  .c-book__list {
    column-count: 2;
    font-size: 1rem;
  }
}
.c-book__list li {
  margin-bottom: 1rem;
}
.c-book__btn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.c-book__btn * {
  margin: 0 auto;
  font-family: "maisonneue", serif;
}
.c-book__btn-min {
  font-size: 0.66rem;
}
@media (max-width: 1560px) {
  .c-book__btn-min {
    font-size: 10px;
  }
}

.c-over {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
  background-color: #FCFAF2;
  display: none;
}
.c-over.is-active {
  display: block;
}
.c-over__video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-over__video iframe, .c-over__video video {
  aspect-ratio: 16/9;
  height: calc(56.6vw - 5rem);
  position: relative;
  max-height: calc(100vh - 10rem);
  width: calc(160vh - 10rem);
  margin: 1rem auto;
  max-width: calc(100vw - 5rem);
}
@media (max-width: 620px) {
  .c-over__video iframe, .c-over__video video {
    height: calc(56.6vw - 2rem);
    max-height: calc(100vh - 8rem);
    width: calc(160vh - 8rem);
    max-width: calc(100vw - 2rem);
  }
}
.c-over__close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border: 1px solid currentColor;
  cursor: pointer;
  background-color: #FCFAF2;
}
.c-over__close::after {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
}
.c-over__close::before {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: currentColor;
}

.splide__sr {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
