@font-face {
  font-family: "GT-Eesti";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/GT-Eesti-Text-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "GT-Eesti";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/GT-Eesti-Display-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Romie";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Romie-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Romie";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/Romie-LightItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Francesco";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Francesco-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Signifier-Regular.woff2) format("woff2");
}
:root {
  --color-ripe-olive: #6a5e22;
  --color-unripe-olive: #c2ae4e;
  --color-sand: #f9e5be;
  --color-light-sand: #fdfcf6;
  --color-sky: #cfe0fa;
  --color-midnight: #41302c;
  --color-rouge: #882d26;
  --color-orange: #dd5435;
  --side-gap: 20px;
  --border-radius: 4px;
}
@media (max-width: 768px) {
  :root {
    --side-gap: 10px;
  }
}

.font-eesti {
  font-family: "GT-Eesti", sans-serif;
  font-weight: 400;
}

.font-eesti-medium {
  font-family: "GT-Eesti", sans-serif;
  font-weight: 500;
}

.font-romie-italic {
  font-family: "Romie", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.font-francesco {
  font-family: "Francesco", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-signifier {
  font-family: "Signifier", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/**** COMMON STYLES ****/
html {
  scroll-behavior: auto;
  overflow: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--color-light-sand);
}

a {
  color: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.anchor-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 4px;
  background-color: var(--color-light-sand);
  border: 1px solid rgba(151, 151, 151, 0.2);
  cursor: pointer;
}
.anchor-menu-item .thumbnail {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.anchor-menu-item .anchor-titles {
  display: flex;
  flex-direction: column;
}
.anchor-menu-item .anchor-titles .label {
  font-size: 12px;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-unripe-olive);
}
.anchor-menu-item .anchor-titles .title {
  font-size: 22px;
  line-height: 1.8;
  color: var(--color-rouge);
  transform: translateX(-1px);
}
@media (max-width: 1080px) {
  .anchor-menu-item .anchor-titles .title {
    font-size: 18px;
  }
}
.anchor-menu-item .anchor-arrow-wrap {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 16px;
  height: 11px;
  overflow: hidden;
}
.anchor-menu-item .anchor-arrow-wrap .anchor-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
}
.anchor-menu-item .anchor-arrow-wrap .anchor-arrow.arrow-1 {
  transform: translateX(-100%) translateX(-6px);
}
.anchor-menu-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-label {
  display: block;
  font-family: "Francesco", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-ripe-olive);
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-label {
    font-size: 14px;
  }
}

.cadaques-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-ripe-olive);
  z-index: 2;
  font-size: 9.5vw;
  text-align: center;
  line-height: 0.8;
  letter-spacing: 0.3em;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cadaques-text {
    width: 100%;
    font-size: 33vw;
    word-break: break-word;
    line-height: 0.9;
    transform: translate(-44%, -50%) scale(0.9);
  }
}
@media (max-width: 480px) {
  .cadaques-text {
    transform: translate(-45%, -50%) scale(0.9);
  }
}

.single-card {
  background-color: var(--color-light-sand);
  color: var(--color-ripe-olive);
  text-align: center;
  overflow: hidden;
}
.single-card .inner {
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .single-card .inner {
    padding: 40px 24px;
  }
}
.single-card .illustration {
  margin-bottom: 30px;
}
.single-card .buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 40px;
}
.single-card .buttons-wrap .button-cta {
  width: 100%;
}
.single-card .info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.single-card .info-wrap .info-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.single-card .info-wrap .info-set .label {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.single-card .additional-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-ripe-olive);
  color: var(--color-light-sand);
  transform-origin: bottom;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}
.single-card .additional-info .small-button-cta {
  border-color: var(--color-light-sand);
}
.single-card .additional-info .small-button-cta span {
  color: var(--color-light-sand);
}
.single-card .additional-info .small-button-cta:hover {
  background-color: var(--color-light-sand);
}
.single-card .additional-info .small-button-cta:hover span {
  color: var(--color-ripe-olive);
}
.single-card.active .additional-info {
  transform: translateY(0);
}

.title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title-wrap .sub-title {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin-bottom: 22px;
}
.title-wrap .title {
  font-size: 44px;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 1080px) {
  .title-wrap .title {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .title-wrap .title {
    font-size: 40px;
    margin-bottom: 42px;
  }
}

.text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.text-wrap .text-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-wrap .text-set .label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.07em;
}
.caption-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.caption-wrap .label {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}
.caption-wrap .caption {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  width: 52%;
  max-width: 380px;
  text-align: right;
}
@media (max-width: 1080px) {
  .caption-wrap .caption {
    width: 70%;
    max-width: 420px;
  }
}

.button-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 9px;
  border-radius: var(--border-radius);
  background-color: var(--color-orange);
  color: var(--color-light-sand);
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .button-cta {
    padding: 12px 18px 7px 16px;
  }
}
@media (max-width: 600px) {
  .button-cta {
    height: 40px;
    padding: 11px 18px 7px 16px;
  }
}
.button-cta span {
  font-size: 16px;
  font-family: "Francesco", sans-serif;
  line-height: 1;
  width: 100%;
  text-align: center;
  letter-spacing: 0.3em;
}
.button-cta span.a-span-1 {
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button-cta.button-registry {
  background-color: var(--color-unripe-olive);
}
.button-cta.button-registry span {
  color: var(--color-midnight);
}

.small-button-cta {
  display: flex;
  padding: 7px 10px 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-rouge);
  margin-top: 22px;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.small-button-cta span {
  color: var(--color-rouge);
  font-size: 12px;
  height: 10px;
  letter-spacing: 0.3em;
  transition: color 0.25s ease-in-out;
}
.small-button-cta:hover {
  background-color: var(--color-rouge);
  border-color: var(--color-rouge);
}
.small-button-cta:hover span {
  color: var(--color-light-sand);
}

.swiper-nav {
  display: flex;
  margin-top: 30px;
  gap: 7px;
}
@media (max-width: 600px) {
  .swiper-nav {
    margin-top: 20px;
  }
}
.swiper-nav svg {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1080px) {
  .swiper-nav svg:hover {
    opacity: 0.5;
  }
}

.mask-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-unripe-olive);
  z-index: 2;
  transform-origin: bottom;
}

/*********************/
.menu-wrap .hide-at-start {
  opacity: 0;
  pointer-events: none;
}
.menu-wrap .countdown {
  position: fixed;
  top: var(--side-gap);
  left: var(--side-gap);
  width: 380px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid rgba(151, 151, 151, 0.2);
}
@media (max-width: 768px) {
  .menu-wrap .countdown {
    display: none;
  }
}
.menu-wrap .countdown .timer-wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: var(--color-light-sand);
  padding: 8px 12px 10px;
}
.menu-wrap .countdown .timer-wrap .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  min-width: 25%;
  position: relative;
}
.menu-wrap .countdown .timer-wrap .timer-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: var(--color-sand);
}
.menu-wrap .countdown .timer-wrap .timer-item .timer-item-number {
  font-size: 25px;
  color: var(--color-ripe-olive);
  line-height: 1.36;
}
@media (max-width: 1080px) {
  .menu-wrap .countdown .timer-wrap .timer-item .timer-item-number {
    font-size: 20px;
  }
}
.menu-wrap .countdown .timer-wrap .timer-item .timer-item-label {
  font-size: 12px;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-unripe-olive);
}
.menu-wrap .countdown .ticker-wrap {
  overflow: hidden;
  position: relative;
  background-color: var(--color-ripe-olive);
}
.menu-wrap .countdown .ticker-wrap .inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
}
.menu-wrap .countdown .ticker-wrap .ticker-item {
  display: inline-block;
  padding: 17px 30px 15px 0;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: var(--color-sand);
}
@media (max-width: 1080px) {
  .menu-wrap .countdown .ticker-wrap .ticker-item {
    padding: 14px 30px 12px 0;
  }
}
.menu-wrap .mobile-menu-button {
  position: fixed;
  top: var(--side-gap);
  left: var(--side-gap);
  width: 60px;
  height: 60px;
  z-index: 9;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: none;
}
@media (max-width: 768px) {
  .menu-wrap .mobile-menu-button {
    display: flex;
  }
}
.menu-wrap .mobile-menu-button .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-light-sand);
  width: 100%;
  height: 100%;
}
.menu-wrap .mobile-menu-button .inner svg {
  width: 27px;
  height: 2px;
}
.menu-wrap .mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  display: none;
  pointer-events: none;
  background-color: var(--color-ripe-olive);
}
.menu-wrap .mobile-menu-bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-wrap .menu-right {
  position: fixed;
  top: var(--side-gap);
  right: var(--side-gap);
  width: 260px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1080px) {
  .menu-wrap .menu-right {
    width: 240px;
  }
}
.menu-wrap .menu-right .main-buttons {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu-wrap .menu-right .main-buttons {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .menu-wrap .menu-right .main-buttons .button-cta {
    height: 60px;
  }
}
.menu-wrap .menu-right .anchor-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .menu-wrap .menu-right .anchor-buttons {
    pointer-events: none;
  }
}

.section-0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  opacity: 1;
}
.section-0 .placer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  filter: invert(1);
}
.section-0 .logo-lockup {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90.2777777778vw;
  aspect-ratio: 1300/570;
  z-index: 3;
}
.section-0 .logo-lockup svg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-0 .logo-lockup svg.svg-lenora {
  top: 0%;
  left: 20.4338461538%;
  width: 72.3738461538%;
}
.section-0 .logo-lockup svg.svg-ampersand {
  top: 54.9754385965%;
  left: 0%;
  width: 15.4615384615%;
}
.section-0 .logo-lockup svg.svg-andrew {
  top: 43.850877193%;
  left: 17.0061538462%;
  width: 83%;
}
.section-0 .logo-lockup svg.svg-est {
  top: 36.2614035088%;
  left: 10.1661538462%;
  width: 5.9230769231vw;
}
.section-0 .logo-lockup svg.svg-2025 {
  top: 42.9631578947%;
  left: 10.1469230769%;
  width: 6vw;
}
.section-0 .illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: scale(0);
}
.section-0 .illustration.illustration-jellyfish {
  width: 17.9861111111vw;
  top: 6.3529411765%;
  left: -5.6944444444%;
}
@media (max-width: 900px) {
  .section-0 .illustration.illustration-jellyfish {
    width: 24.4444444444vw;
    left: -2.2222222222%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-jellyfish {
    width: 41.6666666667vw;
    left: -3.3333333333%;
  }
}
.section-0 .illustration.illustration-shell-0 {
  width: 7.5vw;
  top: 14.2352941176%;
  left: 22.6388888889%;
}
@media (max-width: 1280px) {
  .section-0 .illustration.illustration-shell-0 {
    left: 34.7222222222%;
    width: 13.1944444444vw;
  }
}
@media (max-width: 900px) {
  .section-0 .illustration.illustration-shell-0 {
    top: 20%;
    left: 38.8888888889%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-shell-0 {
    width: 20vw;
    left: 36.6666666667%;
    top: 27.0588235294%;
  }
}
.section-0 .illustration.illustration-shell-1 {
  width: 5.3472222222vw;
  top: 14%;
  left: 88.125%;
}
@media (max-width: 1280px) {
  .section-0 .illustration.illustration-shell-1 {
    width: 8.3333333333vw;
    left: 79.8611111111%;
  }
}
@media (max-width: 900px) {
  .section-0 .illustration.illustration-shell-1 {
    top: 5.8823529412%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-shell-1 {
    width: 13.3333333333vw;
    left: 75%;
    top: 9.4117647059%;
  }
}
.section-0 .illustration.illustration-shell-2 {
  width: 14.9305555556vw;
  top: 78.9411764706%;
  left: 6.5972222222%;
}
.section-0 .illustration.illustration-boat {
  width: 12.0833333333vw;
  top: 59.6470588235%;
  left: 41.0416666667%;
}
@media (max-width: 900px) {
  .section-0 .illustration.illustration-boat {
    width: 16.6666666667vw;
    left: 34.4444444444%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-boat {
    width: 33.3333333333vw;
    left: 36.6666666667%;
    top: 52.9411764706%;
  }
}
.section-0 .illustration.illustration-sanddollar {
  width: 5.4861111111vw;
  top: 42.9411764706%;
  left: 73.2638888889%;
}
@media (max-width: 1280px) {
  .section-0 .illustration.illustration-sanddollar {
    width: 10.4166666667vw;
    left: 65.9722222222%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-sanddollar {
    width: 13.3333333333vw;
    left: 75%;
    top: 41.1764705882%;
  }
}
.section-0 .illustration.illustration-starfish {
  width: 27.3611111111vw;
  top: 67.8823529412%;
  left: 69.375%;
}
@media (max-width: 900px) {
  .section-0 .illustration.illustration-starfish {
    width: 33.3333333333vw;
    left: 64.4444444444%;
    top: 76.4705882353%;
  }
}
@media (max-width: 600px) {
  .section-0 .illustration.illustration-starfish {
    width: 58.3333333333vw;
    left: 40%;
    top: 82.3529411765%;
  }
}
.section-0 .intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-0 .intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-unripe-olive);
  transform-origin: top;
}
.section-0 .intro .cadaques-text {
  color: var(--color-ripe-olive);
  z-index: 2;
  opacity: 0.1;
}
@media (max-width: 600px) {
  .section-0 .intro .cadaques-text {
    opacity: 0.06;
  }
}
.section-0 .masthead-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-0 .masthead-contents video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.section-1 .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: var(--color-ripe-olive);
}
.section-1 .contents .illustration {
  width: 30.1388888889vw;
  height: auto;
}
@media (max-width: 1080px) {
  .section-1 .contents .illustration {
    width: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-1 .contents .illustration {
    width: 65.1041666667vw;
  }
}
.section-1 .contents .title {
  font-size: 8vw;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-1 .contents .title {
    font-size: 13.5vw;
  }
}
.section-1 .cadaques-text {
  color: #b9b97f;
}

.section-2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-light-sand);
}
.section-2 .contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px;
}
@media (max-width: 900px) {
  .section-2 .contents {
    flex-wrap: wrap;
  }
}
.section-2 .contents .card {
  position: relative;
  width: 33.3333333%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 900px) {
  .section-2 .contents .card {
    height: auto;
  }
}
.section-2 .contents .card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 .contents .card .mask-layer {
  background-color: var(--color-unripe-olive);
  z-index: 2;
  transform-origin: bottom;
}
@media (max-width: 900px) {
  .section-2 .contents .card.card-0 {
    order: 2;
    width: calc(50% - 7px);
    aspect-ratio: 0.6;
  }
}
.section-2 .contents .card.card-1 {
  padding: 14px 24px;
  gap: 10px;
  background-color: var(--color-sand);
}
@media (max-width: 900px) {
  .section-2 .contents .card.card-1 {
    order: 1;
    width: 100%;
    padding: 80px 24px 80px;
  }
}
.section-2 .contents .card.card-1 .illustration {
  width: 41.2017167382%;
  height: auto;
}
@media (max-width: 900px) {
  .section-2 .contents .card.card-1 .illustration {
    width: 22.2222222222%;
  }
}
@media (max-width: 768px) {
  .section-2 .contents .card.card-1 .illustration {
    width: 39.0625%;
  }
}
@media (max-width: 600px) {
  .section-2 .contents .card.card-1 .illustration {
    width: 57.9487179487%;
  }
}
.section-2 .contents .card.card-1 .text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-ripe-olive);
  max-width: 466px;
}
@media (max-width: 1080px) {
  .section-2 .contents .card.card-1 .text {
    font-size: 14px;
    max-width: 600px;
  }
}
@media (max-width: 800px) {
  .section-2 .contents .card.card-1 .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section-2 .contents .card.card-1 .text {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .section-2 .contents .card.card-2 {
    order: 2;
    width: calc(50% - 7px);
    aspect-ratio: 0.6;
  }
}

.section-3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.section-3 .contents .bg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: linear-gradient(180deg, var(--color-sky, #cfe0fa) 0%, #f9e5be 50%, #be6b27 100%);
}
.section-3 .section-label {
  position: absolute;
  top: 12.1315192744vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-3 .rose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.3055555556vw;
}
@media (max-width: 1280px) {
  .section-3 .rose {
    width: 34.7222222222vw;
  }
}
@media (max-width: 768px) {
  .section-3 .rose {
    width: 46.875vw;
  }
}
@media (max-width: 600px) {
  .section-3 .rose {
    width: 76.9230769231vw;
  }
}
.section-3 .rose .rose-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(150px);
  opacity: 0.7;
}
.section-3 .single-card {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(50vh);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 390px;
  width: 390px;
}
@media (max-width: 1280px) {
  .section-3 .single-card {
    max-width: 340px;
    width: 340px;
  }
}
@media (max-width: 900px) {
  .section-3 .single-card {
    max-width: 390px;
    width: 390px;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 50vh);
  }
}
@media (max-width: 768px) {
  .section-3 .single-card {
    max-width: 340px;
    width: 340px;
  }
}
.section-3 .single-card.card-0, .section-3 .single-card.card-2 {
  left: 6%;
}
@media (max-width: 1280px) {
  .section-3 .single-card.card-0, .section-3 .single-card.card-2 {
    left: 5%;
  }
}
.section-3 .single-card.card-1, .section-3 .single-card.card-3 {
  right: 6%;
  left: auto;
}
@media (max-width: 1280px) {
  .section-3 .single-card.card-1, .section-3 .single-card.card-3 {
    right: 5%;
  }
}
.section-3 .single-card.card-0 .illustration, .section-3 .single-card.card-2 .illustration, .section-3 .single-card.card-3 .illustration {
  width: 37.1794871795%;
  height: auto;
}
.section-3 .single-card.card-1 .illustration {
  width: 45.641025641%;
  height: auto;
}
.section-3 .single-card.card-0 {
  z-index: 1;
}
.section-3 .single-card.card-1 {
  z-index: 2;
}
.section-3 .single-card.card-2 {
  z-index: 3;
}
.section-3 .single-card.card-3 {
  z-index: 4;
}
.section-3 .single-card .text-wrap {
  margin-bottom: 32px;
}

.section-4 .contents {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-4 .contents {
    flex-direction: column;
  }
}
.section-4 .contents .single-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-4 .contents .single-card {
    width: 100%;
    height: auto;
  }
}
.section-4 .contents .single-card.card-0 {
  background-color: var(--color-rouge);
  color: var(--color-sky);
}
.section-4 .contents .single-card.card-0 .illustration {
  width: 116px;
}
.section-4 .contents .single-card.card-0 .button-cta {
  background-color: var(--color-sky);
  color: var(--color-rouge);
}
.section-4 .contents .single-card.card-1 {
  background-color: #cfe0fa;
  color: var(--color-rouge);
}
.section-4 .contents .single-card.card-1 .illustration {
  width: 99px;
}
.section-4 .contents .single-card.card-1 .button-cta {
  background-color: var(--color-rouge);
  color: var(--color-sky);
}
.section-4 .contents .single-card > .inner {
  max-width: 445px;
  padding: 70px 24px 70px;
}
@media (max-width: 600px) {
  .section-4 .contents .single-card > .inner {
    max-width: none;
  }
}

.section-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 85px 0;
  color: var(--color-ripe-olive);
}
@media (max-width: 600px) {
  .section-5 {
    padding: 40px 0 0;
  }
}
.section-5 .title-wrap {
  margin-bottom: 30px;
}
.section-5 .contents {
  position: relative;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .section-5 .contents {
    padding: 40px 20px;
  }
}
.section-5 .contents .single-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section-5 .contents .single-image .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.section-5 .contents .single-image .image-wrap .mask-layer {
  background-color: var(--color-sand);
  z-index: 2;
  transform-origin: top;
}
.section-5 .contents .single-image.image-0 {
  width: 50vw;
}
@media (max-width: 768px) {
  .section-5 .contents .single-image.image-0 {
    width: 100%;
  }
}
.section-5 .contents .single-image.image-1 {
  width: 30.5555555556vw;
}
@media (max-width: 768px) {
  .section-5 .contents .single-image.image-1 {
    width: 100%;
  }
}
.section-5 .contents .single-image.image-2 {
  width: 100%;
}
.section-5 .contents.contents-0 {
  position: relative;
  min-height: auto;
}
@media (max-width: 768px) {
  .section-5 .contents.contents-0 {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .section-5 .contents.contents-0 {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .section-5 .contents.contents-1 .caption-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .section-5 .contents.contents-1 .caption-wrap .caption {
    max-width: 100%;
    width: 100%;
  }
}
.section-5 .contents.contents-2 {
  flex-direction: column;
  min-height: auto;
  margin-top: 120px;
  padding: 0 0 80px;
}
.section-5 .contents.contents-2 .swiper-ttd-nav {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .section-5 .contents.contents-2 .swiper-ttd-nav {
    margin-top: 20px;
  }
}
.section-5 .contents .title-wrap {
  align-items: flex-start;
  padding-left: 140px;
}
@media (max-width: 900px) {
  .section-5 .contents .title-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .section-5 .contents .title-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .section-5 .contents .caption-wrap .label {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .section-5 .contents .caption-wrap .caption {
    font-size: 14px;
  }
}
.section-5 .contents .image-wrap {
  position: relative;
  overflow: hidden;
}
.section-5 .contents .image-wrap .mask-layer {
  transform-origin: top;
  background-color: var(--color-sand);
}
.section-5 .anchor-menu-item {
  background-color: var(--color-rouge);
}
.section-5 .anchor-menu-item .anchor-titles .label {
  color: var(--color-light-sand);
}
.section-5 .anchor-menu-item .anchor-titles .title {
  color: var(--color-light-sand);
}
.section-5 .anchor-menu-item .anchor-arrow path {
  fill: var(--color-light-sand);
}
.section-5 .anchor-menu-item.mobile-only {
  display: none;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .section-5 .anchor-menu-item.mobile-only {
    display: flex;
  }
}
.section-5 .anchor-menu-item.desktop-only {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 260px;
}
@media (max-width: 768px) {
  .section-5 .anchor-menu-item.desktop-only {
    display: none;
  }
}
.section-5 .swiper {
  width: 100%;
  padding-left: 140px;
}
@media (max-width: 900px) {
  .section-5 .swiper {
    padding-left: 70px;
  }
}
@media (max-width: 600px) {
  .section-5 .swiper {
    padding-left: 50px;
  }
}
.section-5 .swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14%;
}
@media (max-width: 1280px) {
  .section-5 .swiper .swiper-slide {
    width: 18%;
  }
}
@media (max-width: 600px) {
  .section-5 .swiper .swiper-slide {
    width: 50%;
  }
}
.section-5 .swiper .swiper-slide .label-index {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0%) translateX(-30px);
}
@media (max-width: 900px) {
  .section-5 .swiper .swiper-slide .label-index {
    transform: translate(-100%, 0%) translateX(-10px);
    font-size: 12px;
  }
}
.section-5 .swiper .swiper-slide .image-wrap {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}
.section-5 .swiper .swiper-slide .caption-wrap {
  flex-direction: column;
  margin-top: 8px;
}
.section-5 .swiper .swiper-slide .caption-wrap span {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1080px) {
  .section-5 .swiper .swiper-slide .caption-wrap span {
    font-size: 12px;
  }
}
.section-5 .swiper .swiper-slide .caption-wrap .caption {
  text-align: left;
  width: 100%;
  max-width: none;
}
.section-5 .swiper .swiper-slide .caption-wrap a {
  transition: all 0.25s ease-in-out;
}
.section-5 .swiper .swiper-slide .caption-wrap a:hover {
  opacity: 0.5;
}

.section-6 {
  position: relative;
  width: 100%;
}
.section-6 .contents {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 900px) {
  .section-6 .contents {
    flex-direction: column;
  }
}
.section-6 .card-info {
  background-color: var(--color-sand);
  color: var(--color-ripe-olive);
  align-items: center;
  justify-content: center;
  background-color: var(--color-sand);
  min-width: 32vw;
  width: 32vw;
  aspect-ratio: 0.5825;
}
@media (max-width: 900px) {
  .section-6 .card-info {
    width: 100%;
    min-width: 100%;
    aspect-ratio: auto;
    padding: 60px 20px 60px;
  }
}
.section-6 .card-info .illustration {
  width: 22%;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-6 .card-info .illustration {
    width: 15%;
  }
}
@media (max-width: 900px) {
  .section-6 .card-info .text-wrap {
    max-width: 600px;
  }
}
.section-6 .card-info .text-wrap .text-set .text {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media (max-width: 1080px) {
  .section-6 .card-info .text-wrap .text-set .text {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .section-6 .card-info .text-wrap .text-set .text {
    font-size: 16px;
  }
}
.section-6 .swiper {
  width: 100%;
  padding-left: 0;
}
.section-6 .swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32vw;
  aspect-ratio: 0.5825;
  overflow: hidden;
}
@media (max-width: 900px) {
  .section-6 .swiper .swiper-slide {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .section-6 .swiper .swiper-slide {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .section-6 .swiper .swiper-slide {
    width: 83%;
  }
}
.section-6 .swiper .swiper-slide.slide-0 {
  background-color: var(--color-sand);
  color: var(--color-ripe-olive);
  align-items: center;
  justify-content: center;
}
.section-6 .swiper .swiper-slide.slide-0 .single-card {
  background-color: transparent;
}
.section-6 .swiper .swiper-slide.slide-0 .single-card .inner {
  padding-top: 0;
}
.section-6 .swiper .swiper-slide.slide-0 .single-card .illustration {
  width: 22%;
  margin-bottom: 0;
}
.section-6 .swiper .swiper-slide.slide-0 .single-card .text-wrap .text-set .text {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media (max-width: 1280px) {
  .section-6 .swiper .swiper-slide.slide-0 .single-card .text-wrap .text-set .text {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .section-6 .swiper .swiper-slide.slide-0 .single-card .text-wrap .text-set .text {
    font-size: 14px;
  }
}
.section-6 .swiper .swiper-slide .image-wrap {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.section-6 .swiper .swiper-ourtrips-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 32vw;
  aspect-ratio: 0.5825;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4%;
  margin-top: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .section-6 .swiper .swiper-ourtrips-nav {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .section-6 .swiper .swiper-ourtrips-nav {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .section-6 .swiper .swiper-ourtrips-nav {
    width: 83%;
    margin: 0 0 0 10px;
  }
}
.section-6 .swiper .swiper-ourtrips-nav .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 600px) {
  .section-6 .swiper .swiper-ourtrips-nav .inner {
    padding-bottom: 6%;
  }
}
.section-6 .swiper .swiper-ourtrips-nav .inner svg {
  pointer-events: auto;
  fill: var(--color-sand);
}

.section-7 {
  position: relative;
  overflow: hidden;
}
.section-7 .contents {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-ripe-olive);
}
@media (max-width: 768px) {
  .section-7 .title-wrap {
    max-width: 350px;
    padding: 0 12px;
  }
}
.section-7 .title-wrap .title {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section-7 .title-wrap .title {
    margin-bottom: 50px;
  }
  .section-7 .title-wrap .title br {
    display: none;
  }
}
.section-7 .text-wrap {
  max-width: 370px;
  text-align: center;
  padding: 0 24px;
}
.section-7 .button-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .section-7 .button-wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.section-7 .button-wrap .button-cta {
  min-width: 230px;
}
@media (max-width: 600px) {
  .section-7 .button-wrap .button-cta {
    min-width: none;
  }
}
.section-7 .illustration {
  margin-top: 30px;
  width: 27.1527777778vw;
  max-width: 400px;
}
@media (max-width: 600px) {
  .section-7 .illustration {
    width: 84.8717948718vw;
    max-width: 100%;
  }
}
.section-7 .single_emoji {
  position: absolute;
  max-width: 100px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  /* animation: 0.3s fadeout ease-in-out forwards; */
  /* animation-delay: 1s; */
}/*# sourceMappingURL=styles.css.map */