:root {
  --mv-progress: 0;
}

.mainVisual {
  height: 100dvh;
  left: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mainVisual__body {
  height: 100%;
  position: relative;
  width: 100%;
}

.mainVisual__slider {
  filter: grayscale(calc(0 * 100%)) brightness(calc(1 - 0 * 0.45));
  filter: grayscale(calc(var(--mv-progress) * 100%)) brightness(calc(1 - var(--mv-progress) * 0.45));
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: filter 0.15s linear;
  width: 100%;
  z-index: 1;
}

.mainVisual__slider::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mainVisual__slider .swiper,
.mainVisual__slider .swiper-wrapper,
.mainVisual__slider .swiper-slide {
  height: 100%;
  width: 100%;
}

.mainVisual__slider .swiper-slide {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mainVisual__slider .swiper-slide .photo__caption {
    bottom: 6rem;
  }
}

.mainVisual__slider .swiper-slide .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 0s linear 1.5s;
  width: 100%;
}

.mainVisual__slider .swiper-slide.swiper-slide-active .photo__image {
  transform: scale(1);
  transition: transform 6.5s linear 0s;
}

.mainVisual__logo {
  left: 50%;
  margin: 0;
  opacity: clamp(0, 1 - 0 * 3, 1);
  opacity: clamp(0, 1 - var(--mv-progress) * 3, 1);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s linear;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisual__logo {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__logo {
    top: calc(50% - 3rem);
    width: 29rem;
  }
}

.mainVisual__info {
  bottom: 0;
  left: 0;
  opacity: clamp(0, 1 - 0 * 3, 1);
  opacity: clamp(0, 1 - var(--mv-progress) * 3, 1);
  position: absolute;
  transition: opacity 0.15s linear;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .mainVisual__info {
    width: 100%;
  }
}

.mainVisual__movie {
  --hover-mult: 1;
  opacity: calc(clamp(0, 1 - 0 * 3, 1) * 1);
  opacity: calc(clamp(0, 1 - var(--mv-progress) * 3, 1) * var(--hover-mult));
  position: absolute;
  transition: opacity 0.15s linear;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .mainVisual__movie {
    bottom: 3rem;
    right: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__movie {
    bottom: 6.45rem;
    left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual__movie:hover {
    --hover-mult: 0.85;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mainVisual__movie:hover {
    --hover-mult: 0.85;
  }
}

.mainVisual.is-fvFaded .mainVisual__info,
.mainVisual.is-fvFaded .mainVisual__movie {
  pointer-events: none;
  visibility: hidden;
}

.conceptArea {
  margin-top: -100dvh;
  min-height: 200dvh;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .conceptArea {
    padding: 100dvh 0 80dvh;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea {
    padding: 100dvh 0 30dvh;
  }
}

.conceptArea__scroll {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.conceptArea__scroll .inner {
  align-items: flex-end;
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .conceptArea__scroll .inner {
    justify-content: flex-end;
    padding-bottom: 11rem;
    padding-right: 2rem;
  }
}

.conceptArea__inner {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .conceptArea__inner {
    margin-left: 12rem;
    width: 61.6rem;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.conceptArea__heading, .conceptArea__bodyTxt {
  --reveal: max(0, min(calc((var(--mv-progress, 0) - 0.33 - var(--reveal-delay, 0) * 0.08) * 10), 1));
  opacity: max(0, min(calc((0 - 0.33 - 0 * 0.08) * 10), 1));
  opacity: var(--reveal);
  transform: translateY(calc((1 - max(0, min(calc((0 - 0.33 - 0 * 0.08) * 10), 1))) * 2rem));
  transform: translateY(calc((1 - var(--reveal)) * 2rem));
  transition: opacity 0.15s linear, transform 0.15s linear;
}

.conceptArea__heading {
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .conceptArea__heading {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__heading {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .conceptArea__body {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__body {
    margin-top: 4rem;
  }
}

.conceptArea__bodyTxt {
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .conceptArea__bodyTxt {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__bodyTxt {
    font-size: 1.3rem;
    line-height: 2.4;
  }
}

.conceptArea__bodyTxt + .conceptArea__bodyTxt {
  margin-top: 2.4rem;
}

.infoBox {
  backdrop-filter: blur(2.5px);
  background: linear-gradient(90deg, rgba(185, 168, 122, 0.9) 0%, rgba(154, 136, 87, 0.9) 100%);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .infoBox {
    padding: 1rem 3.2rem;
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .infoBox {
    padding: 0.8rem 1.6rem;
    text-align: center;
    width: 100%;
  }
}

.infoBox__ttl {
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .infoBox__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.movieBtn {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  box-shadow: 0 0 2rem 0 rgb(255, 255, 255);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .movieBtn {
    gap: 0.8rem;
    padding: 0.8rem 4rem 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .movieBtn {
    gap: 0.4rem;
    padding: 0.8rem 2.4rem 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .movieBtn:hover {
    opacity: 0.85;
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieBtn:hover {
    opacity: 0.85;
  }
}

.movieBtn__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.movieBtn__bg .photo {
  height: 100%;
  width: 100%;
}

.movieBtn__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  width: 100%;
}

.movieBtn__bg::after {
  backdrop-filter: blur(2.5px);
  background: rgba(0, 0, 0, 0.2);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

.movieBtn__ttl {
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .movieBtn__ttl {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .movieBtn__ttl {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.movieBtn__play {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .movieBtn__play {
    height: 6rem;
    padding-left: 0.3rem;
    width: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .movieBtn__play {
    height: 4rem;
    padding-left: 0.4rem;
    width: 4rem;
  }
}

.movieBtn__play .arrow {
  aspect-ratio: 10/9;
  width: 1rem;
}

.movieBtn__note {
  align-items: center;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.movieBtn__noteLine {
  background: currentcolor;
  display: block;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .movieBtn__noteLine {
    width: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .movieBtn__noteLine {
    width: 1.2rem;
  }
}

.movieBtn__noteTxt {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .movieBtn__noteTxt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .movieBtn__noteTxt {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.moreBtn {
  align-items: center;
  backdrop-filter: blur(0.8rem);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.8rem;
  color: #fff;
  display: inline-flex;
  gap: 2.4rem;
  height: 3.6rem;
  justify-content: center;
  opacity: 1;
  padding: 0 2.8rem;
  position: fixed;
  right: 3.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.6s ease, opacity 0.4s ease;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .moreBtn {
    bottom: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .moreBtn {
    bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .moreBtn:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (hover: hover) and (pointer: fine) {
  .moreBtn:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.moreBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.moreBtn.is-docked {
  bottom: auto;
  position: relative;
  right: auto;
  z-index: auto;
}

.moreBtn__txt {
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.moreBtn__arrow {
  display: block;
  flex-shrink: 0;
  width: 6.5rem;
}

.moreBtn__arrow svg {
  display: block;
  height: auto;
  width: 100%;
}

.guidanceHead__ttl {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.05em;
  opacity: 0.3;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl {
    font-size: 12rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl {
    font-size: 6rem;
    line-height: 0.8;
  }
}

.guidanceHead__lead {
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .guidanceHead__lead {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .informationSect {
    padding: 20rem 0;
  }
}

@media screen and (max-width: 768px) {
  .informationSect {
    padding: 16rem 3.2rem;
  }
}

.informationSect__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .informationSect__inner {
    align-items: flex-start;
    display: flex;
    gap: 16.8rem;
    max-width: 105.7rem;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__inner {
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
}

.informationSect__head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

@media screen and (min-width: 768px) {
  .informationSect__head {
    flex-shrink: 0;
    width: 16.6rem;
  }
}

.informationSect__heading {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
}

.informationSect__en {
  font-family: "Cormorant Infant", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.informationSect__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .informationSect__list {
    width: 72.3rem;
  }
}

.informationSect__more {
  color: #9A8857;
  display: inline-block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1.2rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 768px) {
  .informationSect__more:hover {
    opacity: 0.7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .informationSect__more:hover {
    opacity: 0.7;
  }
}

.informationSect__item {
  border-bottom: 1px dotted #B9A87A;
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .informationSect__item .infoCard {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .informationSect__item .infoCard {
    gap: 1.6rem;
  }
}

.informationSect__item .infoCard__txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.informationSect__item .tag {
  align-items: center;
  background: #B9A87A;
  color: #fff;
  display: inline-flex;
  font-family: "Cormorant Infant", serif;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .informationSect__item .tag {
    width: 5rem;
  }
}

.locationSect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .locationSect {
    padding-bottom: 14rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect {
    padding-bottom: 16rem;
  }
}

.locationSect__intro {
  position: relative;
  width: 100%;
}

.locationSect__intro .parallaxPhoto {
  display: flex;
  overflow: hidden;
}

.locationSect__inner {
  position: relative;
}

.locationSect__pin {
  background: repeat-y center top/100% auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .locationSect__pin {
    background-image: url("../common/imgs/pc/bg-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .locationSect__pin {
    background-image: url("../common/imgs/sp/bg-01.jpg");
  }
}

.locationSect__body {
  overflow: hidden;
  position: relative;
}

.locationSect__body:after {
  background-color: rgba(185, 168, 122, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .locationSect__body:after {
    left: -20rem;
    top: 16.5rem;
    width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__body:after {
    left: -27rem;
    top: 10.5rem;
    width: 75rem;
  }
}

.locationSect__track {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .locationSect__track {
    gap: 17.5rem;
    padding-top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__track {
    gap: 14rem;
    padding-top: 16rem;
  }
}

.locationSect__row {
  align-items: center;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 768px) {
  .locationSect__row--top {
    gap: 6rem;
    margin-left: 56.4rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__row--top {
    gap: 2.4rem;
    margin-left: 32rem;
  }
}

@media screen and (min-width: 768px) {
  .locationSect__row--bottom {
    gap: 8rem;
    margin-left: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__row--bottom {
    gap: 2.4rem;
    margin-left: 38rem;
  }
}

.locationSect__photo {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .locationSect__photo--large {
    width: 38.9rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__photo--large {
    width: 23.3rem;
  }
}

@media screen and (min-width: 768px) {
  .locationSect__photo--small {
    width: 27.8rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__photo--small {
    width: 16.7rem;
  }
}

@media screen and (min-width: 768px) {
  .locationSect__photo--down {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__photo--down {
    margin-top: 2.4rem;
  }
}

.locationSect__center {
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .locationSect__center {
    padding-top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__center {
    padding-top: 16rem;
  }
}

.locationSect__center .guidanceHead__ttl {
  mix-blend-mode: difference;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .locationSect__center .guidanceHead__lead {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__center .guidanceHead__lead {
    margin-top: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .locationSect__note {
    margin-top: 2rem;
    padding: 0 8rem;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__note {
    margin: 4rem auto 0;
    text-align: left;
    width: 32.6rem;
  }
}

.locationSect__btn {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .locationSect__btn {
    margin-top: 6rem;
    padding-right: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__btn {
    margin-top: 4rem;
    padding-right: 3.2rem;
  }
}

.designSect {
  color: #fff;
  position: relative;
}

.designSect__visual {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .designSect__visual {
    aspect-ratio: 1440/800;
  }
}

@media screen and (max-width: 768px) {
  .designSect__visual {
    aspect-ratio: 1/1;
  }
}

.designSect__visual .parallaxPhoto,
.designSect__visual .photo,
.designSect__visual .photo__pic,
.designSect__visual .photo__image {
  height: 100%;
  width: 100%;
}

.designSect__visual .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.designSect__body {
  background-color: #5E594F;
}

@media screen and (min-width: 768px) {
  .designSect__body {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding: 20rem 0;
  }
}

@media screen and (max-width: 768px) {
  .designSect__body {
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
    padding: 6rem 3.2rem 10rem;
  }
}

@media screen and (min-width: 768px) {
  .designSect__head {
    align-items: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    width: 72rem;
  }
}

.designSect__ttl {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .designSect__ttl {
    font-size: 11rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .designSect__ttl {
    font-size: 6rem;
    line-height: 1.2;
  }
}

.designSect__ttl:after {
  aspect-ratio: 109/127;
  background: url("../imgs/icon-design.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .designSect__ttl:after {
    bottom: -3.2rem;
    left: -2.7rem;
    width: 9.1rem;
  }
}

@media screen and (max-width: 768px) {
  .designSect__ttl:after {
    bottom: -1.1rem;
    left: -0.5rem;
    width: 3.9rem;
  }
}

.designSect__ttl .small {
  display: block;
  padding-left: 3.4rem;
}

@media screen and (min-width: 768px) {
  .designSect__ttl .small {
    font-size: 5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .designSect__ttl .small {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.designSect__cont {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .designSect__cont {
    gap: 8rem;
    padding: 2.1rem 12rem 0 13.9rem;
    position: relative;
    width: 72rem;
  }
}

@media screen and (max-width: 768px) {
  .designSect__cont {
    gap: 4rem;
  }
}

.designSect__txt {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.designSect__heading {
  color: #B9A87A;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .designSect__heading {
    font-size: 3.4rem;
    letter-spacing: 0.3em;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .designSect__heading {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

.designSect__lead {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .designSect__lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .designSect__lead {
    font-size: 1.4rem;
  }
}

.designSect__btn {
  align-self: flex-end;
}

.commonSpaceSect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect {
    padding: 19.6rem 0 16rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect {
    padding: 16rem 3.2rem 0;
  }
}

.commonSpaceSect:after {
  background-color: rgba(185, 168, 122, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect:after {
    left: -20rem;
    top: 16.5rem;
    width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect:after {
    left: -27rem;
    top: 5.5rem;
    width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__head {
    position: absolute;
    right: 0;
    top: 12.1rem;
  }
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__head .guidanceHead__lead {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__head .guidanceHead__lead {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}

.commonSpaceSect__cont {
  position: relative;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__cont {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    gap: 13.6rem;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__cont {
    margin-top: 4rem;
  }
}

.commonSpaceSect__map {
  position: relative;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__map {
    padding-bottom: 5rem;
    width: 38.9rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__map {
    display: none;
  }
}

.commonSpaceSect__plot {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.commonSpaceSect__pin {
  align-items: center;
  background: rgba(34, 34, 34, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__pin {
    height: 5.6rem;
    width: 5.6rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__pin {
    height: 4.48rem;
    width: 4.48rem;
  }
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__pin:hover {
    background: rgba(185, 168, 122, 0.8);
  }
}

@media (hover: hover) and (pointer: fine) {
  .commonSpaceSect__pin:hover {
    background: rgba(185, 168, 122, 0.8);
  }
}

.commonSpaceSect__pin.is-active {
  background: rgba(185, 168, 122, 0.8);
  box-shadow: 0 0 1rem 0 rgb(255, 255, 255);
}

.commonSpaceSect__pin:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.commonSpaceSect__pin:nth-child(1) {
  left: 42.9305912596%;
  top: 45.1737451737%;
}

.commonSpaceSect__pin:nth-child(2) {
  left: 46.2724935733%;
  top: 12.3552123552%;
}

.commonSpaceSect__pin:nth-child(3) {
  left: 62.4678663239%;
  top: 18.1467181467%;
}

.commonSpaceSect__pin .icon {
  display: block;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__pin .icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__pin .icon {
    height: 1.92rem;
    width: 1.92rem;
  }
}

.commonSpaceSect__pin .icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.commonSpaceSect__body {
  position: relative;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__body {
    width: 83.5rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__body {
    margin: 0 -3.2rem;
  }
}

.commonSpaceSect__btn {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .commonSpaceSect__btn {
    padding-right: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .commonSpaceSect__btn {
    bottom: 7rem;
    position: absolute;
    right: 3.2rem;
  }
}

.commonSpaceCard {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .commonSpaceCard {
    transition-duration: 1s;
  }
}

.commonSpaceCard.is-active {
  opacity: 1;
}

.commonSpaceCard:not(:first-child) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .commonSpaceCard .photo__caption {
    padding-right: 1rem;
  }
}

:root {
  --plan-min-height: 0;
}

.planSect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .planSect {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect {
    padding-top: 11.8rem;
  }
}

.planSect__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .planSect__head {
    margin-top: 5rem;
    padding-left: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head {
    padding: 0 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .planSect__head + .planSect__stage {
    margin-top: 4.3rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head + .planSect__stage {
    margin-top: 4rem;
  }
}

.planSect__head .guidanceHead {
  display: flex;
}

@media screen and (min-width: 768px) {
  .planSect__head .guidanceHead {
    align-items: center;
    gap: 10.4rem;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head .guidanceHead {
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .planSect__head .guidanceHead__lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head .guidanceHead__lead {
    font-size: 1.8rem;
  }
}

.planSect__pin {
  min-height: 0;
  min-height: var(--plan-min-height);
  position: relative;
}

.planSect__sticky {
  overflow: hidden;
  position: sticky;
}

.planSect__sticky:after {
  background-color: rgba(185, 168, 122, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .planSect__sticky:after {
    left: 95rem;
    top: 16.5rem;
    width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect__sticky:after {
    left: -5rem;
    top: 16rem;
    width: 75rem;
  }
}

.planSect__stage {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planSect__stage {
    aspect-ratio: 1440/720;
  }
}

@media screen and (max-width: 768px) {
  .planSect__stage {
    aspect-ratio: 390/520;
  }
}

.planSect__btn {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .planSect__btn {
    bottom: 8rem;
    right: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .planSect__btn {
    bottom: 7rem;
    right: 3.2rem;
  }
}

.planCard {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  top: calc(0 * 4rem);
  top: calc(var(--stack-offset, 0) * 4rem);
  transform: translateY(calc((1 - 1) * 100%));
  transform: translateY(calc((1 - var(--reveal, 1)) * 100%));
  width: 100%;
  will-change: transform;
}

.planCard:not(:first-child):after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .planCard:not(:first-child):after {
    aspect-ratio: 1440/40;
    top: -4rem;
  }
}

@media screen and (max-width: 768px) {
  .planCard:not(:first-child):after {
    aspect-ratio: 390/40;
    top: -4rem;
  }
}

.planCard__image {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.planCard__image .photo__caption {
  z-index: 2;
}

.planCard__image::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  height: 10rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.movieSect {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .movieSect {
    padding: 17.3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .movieSect {
    padding: 12rem 3.2rem;
  }
}

.movieSect:after {
  background-color: rgba(185, 168, 122, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .movieSect:after {
    left: -20rem;
    top: 16.5rem;
    width: 75rem;
  }
}

@media screen and (max-width: 768px) {
  .movieSect:after {
    left: -8rem;
    top: 27.7rem;
    width: 75rem;
  }
}

.movieSect__head {
  position: relative;
}

.movieSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .movieSect__cont {
    margin-top: -3.6rem;
    width: 83.5rem;
  }
}

@media screen and (max-width: 768px) {
  .movieSect__cont {
    margin-top: 1rem;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
