.section-top-keyvisual .keyvisual-wrapper {
  position: relative;
}
.section-top-keyvisual .keyvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-top-keyvisual .keyvisual-play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.section-top-keyvisual .keyvisual-play-btn:hover {
  opacity: 1;
}
.section-top-keyvisual .keyvisual-play-btn.is-visible {
  display: block;
}

.section-top-keyvisual .keyvisual-background img,
.section-top-keyvisual .keyvisual-background iframe,
.section-top-keyvisual .keyvisual-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .keyvisual-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Questa Grande", serif;
  margin: 0;
  bottom: 0;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  z-index: 2;
}

.section-top-keyvisual .keyvisual-title::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0.07rem;
  height: 0.99rem;
  background: url(../resources/images/top/keyvisual_arrow_01.svg) center center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual .keyvisual-wrapper {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.48rem;
    padding-bottom: 1.68rem;
  }
  .section-top-keyvisual .keyvisual-title::before {
    top: 0.8rem;
  }
}

@media (min-width: 768px) 
       and (max-width: 1440px) 
       and (max-height: 899px) {
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.3rem;
    line-height: 1.25;
    padding-bottom: 1.3rem;
  }
  .section-top-keyvisual .keyvisual-title::before {
    top: 0.4rem;
  }
}

@media (min-width: 1441px) 
       and (max-width: 1920px) 
       and (max-height: 899px) {
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.3rem;
    line-height: 1.25;
    padding-bottom: 1.3rem;
  }
  .section-top-keyvisual .keyvisual-title::before {
    top: 0.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-wrapper {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .section-top-keyvisual .keyvisual-title {
    width: calc(100% - 0.48rem);
    font-size: 0.2rem;
    line-height: 1.25;
    padding-bottom: 1.55rem;
  }
  .section-top-keyvisual .keyvisual-title::before {
    top: 0.56rem;
  }
}

.section-top-keyvisual .sound-toggle {
  position: absolute;
  z-index: 100;
  bottom: 0.6rem;
  right: 0.6rem;
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .sound-toggle {
    bottom: 0.9rem;
    right: 0.24rem;
  }
}

.section-top-location {
  position: relative;
  overflow: hidden;
}
.section-top-location .paragraph-common {
  text-align: justify;
}
.section-top-location .location-wrapper {
  width: 100%;
  overflow: hidden;
}
.section-top-location .location-inner {
  background-color: #eaeae9;
  display: flex;
}
.section-top-location .location-inner.is-utilities {
  color: #fff;
  background-color: #0d1720;
}
.section-top-location .location-inner.is-utilities .title-common-primary {
  color: #fff;
}
.section-top-location .location-content {
  position: relative;
  z-index: 5;
}
.section-top-location .location-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-top-location .location-map img,
.section-top-location .location-map svg {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: transform 0.3s ease;
}
.section-top-location .location-map img {
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  pointer-events: none;
}
.section-top-location .location-map svg {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .section-top-location .swiper-wrapper {
    align-items: stretch;
  }
  .section-top-location .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
  }
  .section-top-location .location-inner.is-prime {
    padding: 1.6rem 8.3333333333% 1.6rem 7%;
  }
  .section-top-location .location-inner.is-prime .location-map::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1.62rem;
    z-index: 5;
    pointer-events: none;
    background: url(../resources/images/top/location_map_icon_01.png) center center/100% auto no-repeat;
  }
  .section-top-location .location-inner.is-utilities {
    padding: 0.94rem 0 1.07rem 8.3333333333%;
  }
  .section-top-location .location-inner.is-utilities .location-button {
    background: #eaeae9;
    color: #0d1720;
  }
  .section-top-location .location-inner.is-utilities .button-wrapper {
    writing-mode: vertical-rl;
  }
  .section-top-location .location-content {
    max-width: 21.3541666667vw;
    min-width: 4.5rem;
  }
  .section-top-location .location-button {
    position: absolute;
    top: 0;
    right: -0.05rem;
    width: 0.85rem;
    height: 100%;
    z-index: 10;
    background: #0d1720;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1;
    letter-spacing: 0.31em;
    text-transform: uppercase;
    color: #ccd0d4;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .section-top-location .button-wrapper {
    display: block;
    writing-mode: sideways-lr;
  }
  .section-top-location .swiper-button-next {
    border-radius: 50%;
    bottom: 0.78rem;
    top: unset;
    margin-right: 0.16rem;
    width: 0.72rem;
    height: 0.72rem;
    transition: background-color 0.3s ease;
  }
  .section-top-location .swiper-button-next::after {
    display: none;
  }
  .section-top-location .swiper-button-next:hover {
    background: rgba(84, 87, 89, 0.5);
  }
  .section-top-location .swiper-button-next svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .section-top-location .location-content {
    max-width: 4rem;
  }
  .section-top-location .location-inner.is-prime {
    padding: 0.6rem 0.6rem;
  }
  .section-top-location .location-inner.is-utilities {
    padding: 0.6rem 0.6rem;
  }
  .section-top-location .location-inner.is-utilities .title-common-primary {
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 1367px) and (max-width: 1678.98px) {
  .section-top-location .title-common-primary .title-bottom{white-space: nowrap;}
}
@media print, (min-width: 1680px) {
    .section-top-location .location-content {max-width: 29.354167vw;   }
}
@media print, (min-width: 1420px) {
  .section-top-location .location-inner.is-utilities { padding: 0.64rem 0 0.6rem 6.3333333333%; }
}  
@media only screen and (max-width: 767.98px) {
  .section-top-location .location-wrapper .swiper-wrapper {
    display: block;
  }
  .section-top-location .location-inner {
    padding: 0.3rem 0.24rem 0.32rem;
  }
  .section-top-location .location-inner.is-prime {
    flex-direction: column-reverse;
  }
  .section-top-location .location-inner.is-prime .location-map {
    padding-top: 90.5759162304%;
  }
  .section-top-location .location-inner.is-prime .location-content {
    margin-bottom: 0.24rem;
  }
  .section-top-location .location-inner.is-utilities {
    flex-direction: column;
  }
  .section-top-location .location-inner.is-utilities .location-map {
    margin-bottom: 0.16rem;
    padding-top: 94.2408376963%;
  }
  .section-top-location .location-inner.is-utilities .title-common-primary {
    margin-bottom: 0.15rem;
  }
  .section-top-location .location-map {
    position: relative;
    width: 4.3rem;
    margin: 0 -0.24rem;
  }
  .section-top-location .location-map img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .section-top-location .location-nav {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: calc(100% - 0.24rem);
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .section-top-location .location-prev,
  .section-top-location .location-next {
    background: url(../resources/images/common/arrow_icon_02.svg) center center/contain no-repeat;
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
    margin-top: 0.08rem;
  }
  .section-top-location .location-prev {
    left: 0;
    transform: rotate(180deg);
  }
  .section-top-location .location-next {
    right: 0;
  }
}

.section-top-residences {
  background-color: #0d1720;
  overflow: hidden;
}
.section-top-residences .residences-image {
  position: relative;
}
.section-top-residences .residences-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 23, 32, 0.2) 0%, rgba(0, 0, 0, 0) 46.33%);
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .section-top-residences .title-common-primary .title-top {
    font-size: 0.55rem;
  }
  .section-top-residences .title-common-primary .title-bottom {
    font-size: 0.69rem;
    line-height: 1.1111111111;
  }
  .section-top-residences .residences-wrapper {
    padding: 0.93rem 0 1.42rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-residences .residences-wrapper {
    padding: 0.47rem 0;
  }
}

.list-top-location .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-location .item-heading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Questa Grande", serif;
  font-size: 0.18rem;
  line-height: 1.2222222222;
  cursor: pointer;
}
.list-top-location .item-heading.is-dining {
  background: #a3704e;
}
.list-top-location .item-heading.is-dining .heading-text {
  background: url(../resources/images/top/utilities_icon_01.svg) top -0.01rem left/contain no-repeat;
}
.list-top-location .item-heading.is-coffee {
  background: #a3704e;
}
.list-top-location .item-heading.is-coffee .heading-text {
  background: url(../resources/images/top/utilities_icon_02.svg) top -0.02rem left/contain no-repeat;
}
.list-top-location .item-heading.is-lounge {
  background: #a3704e;
}
.list-top-location .item-heading.is-lounge .heading-text {
  background: url(../resources/images/top/utilities_icon_03.svg) top -0.02rem left/contain no-repeat;
}
.list-top-location .item-heading.is-shopping {
  background: #516342;
}
.list-top-location .item-heading.is-shopping .heading-text {
  background: url(../resources/images/top/utilities_icon_04.svg) top -0.02rem left/contain no-repeat;
}
.list-top-location .item-heading.is-spa {
  background: #146266;
}
.list-top-location .item-heading.is-spa .heading-text {
  background: url(../resources/images/top/utilities_icon_05.svg) top -0.02rem left/contain no-repeat;
}
.list-top-location .heading-text {
  padding-left: 0.36rem;
}
@media print, (min-width: 768px) {
  .list-top-location {
    margin-top: -0.15rem;
    padding-right: 0.08rem;
  }
  .list-top-location .list-item {
    margin-bottom: 0.18rem;
  }
  .list-top-location .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-location .item-heading {
    margin-bottom: 0.2rem;
    padding: 0.06rem 0.1rem 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-location .list-wrapper.swiper-wrapper {
    display: flex;
  }
  .list-top-location .item-heading {
    margin-bottom: 0.15rem;
    text-align: center;
    padding: 0.09rem 0.3rem;
  }
}

.item-list-utilities {
  -moz-column-count: 2;
       column-count: 2;
}
.item-list-utilities .item-list {
  font-weight: 300;
  text-transform: capitalize;
  color: #eaeae9;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media print, (min-width: 768px) {
  .item-list-utilities .item-list {
    font-size: 0.12rem;
    line-height: 1;
    margin-bottom: 0.09rem;
  }
}
@media print, (min-width: 1680px) {
  .item-list-utilities .item-list { font-size: 0.14rem;}
}
@media print, (min-width: 1920.98px) {
  .item-list-utilities .item-list {
    font-size: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .item-list-utilities .item-list {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .item-list-utilities .item-list {
    font-size: 0.12rem;
    line-height: 1;
    margin-bottom: 0.06rem;
  }
}

.section-top-cultural {
  position: relative;
}
.section-top-cultural .cultural-thumbnail {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-top-cultural .cultural-thumbnail::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 23, 32, 0.5);
  z-index: 1;
}
.section-top-cultural .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-cultural .cultural-video {
  margin: 0 auto;
}
.section-top-cultural .cultural-video video {
  -webkit-mask-image: url(../resources/images/top/cultural_video_mask_01.svg);
          mask-image: url(../resources/images/top/cultural_video_mask_01.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.section-top-cultural .paragraph-common {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-cultural {
    min-height: 10.8rem;
    padding: 1.05rem 0;
  }
  .section-top-cultural .cultural-video {
    margin-bottom: 0.7rem;
    width: 2.09rem;
    height: 3.24rem;
  }
  .section-top-cultural .title-common-primary .title-top {
    margin-bottom: 0.17rem;
    font-size: 0.55rem;
  }
  .section-top-cultural .title-common-primary .title-bottom {
    font-size: 0.72rem;
    line-height: 1.1111111111;
  }
  .section-top-cultural .paragraph-common {
    max-width: 8.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-cultural {
    padding: 0.27rem 0 0.29rem;
  }
  .section-top-cultural .cultural-video {
    margin-bottom: 0.24rem;
    width: 1.75rem;
    height: 2.71rem;
  }
}



.section-top-special {
  position: relative;
  overflow: hidden;
  background: #0d1720;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .section-top-special .special-wrapper {
    padding: 1.4rem 0 0.77rem;
    background: url(../resources/images/top/special_bg_01.png) center center/cover no-repeat;
  }
  .section-top-special .title-common-primary .title-top {
    font-size: 0.55rem;
  }
  .section-top-special .title-common-primary .title-bottom {
    font-size: 0.72rem;
    line-height: 1.1111111111;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-special {
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-special {
    margin-top: -.02rem;
    padding: 0.3rem 0 0.17rem;
    background: #0d1720 url(../resources/images/top/special_bg_01_sp.png) center center/cover no-repeat;
  }
  .section-top-special .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .section-top-special .title-common-primary .title-bottom {
    font-size: 0.44rem;
    margin-top: 0.06rem;
  }
}

.list-top-special {
  color: #fff;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
}
.list-top-special .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-special .item-wrapper {
  position: relative;
}
.list-top-special .item-thumbnail {
  position: relative;
  transition: transform 0.5s ease;
  will-change: transform;
}
.list-top-special .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-top-special .item-thumbnail::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.list-top-special .item-thumbnail::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(13, 23, 32, 0) 63.94%, rgba(13, 23, 32, 0.8) 100%);
  background-blend-mode: normal, multiply, normal, normal;
  z-index: 2;
}
.list-top-special .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.list-top-special .content-number {
  display: block;
  font-family: "Questa Grande", serif;
  font-weight: 300;
}
.list-top-special .paragraph-common {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media print, (min-width: 768px) {
  .list-top-special .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.04rem;
  }
  .list-top-special .list-item {
    width: 20%;
    padding: 0 0.04rem;
  }
  .list-top-special .item-wrapper:hover .item-thumbnail {
    transform: translateY(-0.77rem);
  }
  .list-top-special .item-content {
    padding: 0 0.1rem 0.2rem;
  }
  .list-top-special .content-number {
    margin-bottom: 0.08rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .list-top-special .item-thumbnail {
    padding-top: 168.253968254%;
  }
  .list-top-special .paragraph-common {
    min-height:0.8rem;
    line-height: 1.3222222222;
  }
}
@media print, (min-width: 1600px) {
  .list-top-special .content-number { font-size: 0.9rem; }
}
@media print, (min-width:1910px) {
  .list-top-special .item-content { padding: 0 0.3rem 0.2rem; } 
  .list-top-special .content-number { font-size: 1.1rem; }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .list-top-special .content-number {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-special {
    padding: 0 0 0 0.24rem;
  }
  .list-top-special .list-wrapper {
    display: flex;
    overflow-x: auto;
  }
  .list-top-special .list-wrapper::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .list-top-special .list-item {
    flex: 0 0 auto;
    width: 3.5rem;
    margin-right: 0.16rem;
  }
  .list-top-special .item-content {
    padding: 0 0.1rem 0.18rem;
  }
  .list-top-special .content-number {
    margin-bottom: 0.11rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .list-top-special .item-thumbnail {
    padding-top: 142.8571428571%;
  }
  .list-top-special .paragraph-common {
    min-height: 0.44rem;
    line-height: 1.2777777778;
  }
}

.section-top-proudly {
  position: relative;
  background: #eaeae9;
  overflow: hidden;
}
.section-top-proudly::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.section-top-proudly .wrapper {
  position: relative;
  z-index: 2;
}
.section-top-proudly .paragraph-common {
  text-align: justify;
}
.section-top-proudly .proudly-thumbnail {
  position: relative;
}
.section-top-proudly .proudly-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .section-top-proudly {
    padding: 1.56rem 0 1.12rem;
  }
  .section-top-proudly::before {
    height: 6.92rem;
    background: linear-gradient(180deg, rgba(234, 234, 233, 0.7) 38.41%, #EAEAE9 141.58%), url(../resources/images/top/proudly_bg_01.png) center center/cover no-repeat;
  }
  .section-top-proudly .title-common-primary {
    margin: 0;
  }
  .section-top-proudly .proudly-heading {
    display: flex;
    margin-bottom: 0.68rem;
  }
  .section-top-proudly .paragraph-common {
    flex: 1;
    padding-left: 1.57rem;
    margin-top: 0.03rem;
  }
  .section-top-proudly .title-common-primary {
    width: 50%;
  }
  .section-top-proudly .title-common-primary .title-top {
    font-size: 0.48rem;
  }
  .section-top-proudly .title-common-primary .title-bottom {
    font-size: 0.72rem;
    line-height: 1.1111111111;
  }
  .section-top-proudly .proudly-thumbnail {
    padding-top: 38.0625%;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .section-top-proudly .paragraph-common {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-proudly {
    padding: 0.3rem 0 0.32rem;
  }
  .section-top-proudly::before {
    height: 6.92rem;
    background: #eaeae8 url(../resources/images/top/proudly_bg_01_sp.png) center center/cover no-repeat;
  }
  .section-top-proudly .proudly-heading {
    margin-bottom: 0.33rem;
  }
  .section-top-proudly .proudly-thumbnail {
    padding-top: 67.5392670157%;
  }
}

.slider-top-residences .swiper-slide {
  will-change: transform;
}
.slider-top-residences .slide-grid {
  position: relative;
}
.slider-top-residences .side-image {
  position: relative;
  overflow: hidden;
}
.slider-top-residences .side-image.left-side {
  margin-top: auto;
}
.slider-top-residences .side-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 51, 64, 0.8), rgba(39, 51, 64, 0.8));
  background-blend-mode: multiply, normal;
  pointer-events: none;
}
.slider-top-residences .main-image-container {
  display: flex;
  justify-content: flex-end;
}
.slider-top-residences .main-image-arch {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-top-residences .main-image-arch img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-top-residences .slide-content {
  display: flex;
  flex-direction: column;
}
.slider-top-residences .navigation {
  display: flex;
  justify-content: flex-end;
}
.slider-top-residences .nav-btn {
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-top-residences .nav-btn svg {
  width: 100%;
  height: 100%;
}
.slider-top-residences .nav-btn:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}
.slider-top-residences .secondary-image-arch {
  overflow: hidden;
  position: relative;
}
.slider-top-residences .secondary-image-arch img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-top-residences .paragraph-common {
  color: #fff;
  text-align: justify;
}
.slider-top-residences .slide-wrapper {
  display: flex;
}
@media print, (min-width: 768px) {
  .slider-top-residences {
    margin: 0 auto;
    padding-top: 0.18rem;
  }
  .slider-top-residences .paragraph-common {
    padding-left: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .slider-top-residences .slide-grid {
    display: grid;
    grid-template-columns: 1fr 7.06rem;
    gap: 5.0520833333vw;
    align-items: start;
  }
  .slider-top-residences .slide-wrapper {
    gap: 5.0520833333vw;
    max-width: 60.4166666667vw;
    width: 100%;
    height: 100%;
  }
  .slider-top-residences .side-image {
    flex: 0 0 auto;
    width: 1.6rem;
    height: 3.35rem;
  }
  .slider-top-residences .side-image.right-side {
    width: 1.59rem;
  }
  .slider-top-residences .main-image-container {
    max-width: 44.7916666667vw;
    width: 100%;
  }
  .slider-top-residences .secondary-image-container {
    max-width: 4.5rem;
    width: 100%;
  }
  .slider-top-residences .main-image-arch {
    padding-top: 77.7906976744%;
    border-top-right-radius: 2.18rem;
    border-bottom-right-radius: 2.18rem;
  }
  .slider-top-residences .secondary-image-arch {
    margin-top: -0.4rem;
    padding-top: 74.2222222222%;
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
  }
  .slider-top-residences .nav-btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .slider-top-residences .navigation {
    gap: 0.15rem;
  }
  .slider-top-residences .slide-content {
    gap: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .slider-top-residences .slide-grid {
    gap: 0.4rem;
  }
  .slider-top-residences .slide-wrapper {
    gap: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .slider-top-residences .slide-grid {
    display: block;
    padding: 0 0.6rem;
  }
  .slider-top-residences .slide-wrapper {
    margin-bottom: 0.4rem;
  }
  .slider-top-residences .side-image {
    width: 2.6rem;
  }
  .slider-top-residences .side-image.right-side {
    width: 2.6rem;
  }
  .slider-top-residences .content-inner {
    display: flex;
    flex-direction: column;
  }
  .slider-top-residences .main-image-container {
    width: 100%;
  }
  .slider-top-residences .secondary-image-container {
    max-width: 100%;
    width: 80%;
    margin-left: auto;
  }
  .slider-top-residences .secondary-image-arch {
    padding-top: 62.5%;
  }
  .slider-top-residences .paragraph-common {
    padding: 0;
  }
  .slider-top-residences .navigation {
    margin-top: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-residences .swiper-button-next::after,
  .slider-top-residences .swiper-button-prev::after {
    display: none;
  }
  .slider-top-residences .swiper-button-next img,
  .slider-top-residences .swiper-button-prev img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .slider-top-residences .swiper-button-prev {
    transform: rotate(180deg);
    margin-left: 0.1rem;
  }
  .slider-top-residences .swiper-button-next {
    margin-right: 0.1rem;
  }
  .slider-top-residences .swiper-slide-active .slide-thumbnail::after {
    opacity: 0;
  }
  .slider-top-residences .slide-thumbnail {
    position: relative;
    padding-top: 64.2857142857%;
  }
  .slider-top-residences .slide-thumbnail::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 54, 0.8);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
  }
  .slider-top-residences .slide-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section-top-introduction {
  position: relative;
}
@media print, (min-width: 768px) {
  .section-top-introduction .introduction-viewport,
  .section-top-introduction .introduction-wrapper {
    height: 100%;
  }
}

.introduction-navigation {
  position: fixed !important;
  z-index: 9999 !important;
  top: 0;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.introduction-navigation.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.introduction-navigation .item-text {
  display: inline-block;
  position: relative;
  transition: color 0.5s ease, font-weight 0.5s ease, font-style 0.5s ease, padding 0.5s ease;
  cursor: pointer;
}
.introduction-navigation .item-text br{display: none !important;}
.introduction-navigation .item-text::before, .introduction-navigation .item-text::after {
  position: absolute;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.introduction-navigation .item-text::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  height: 0.01rem;
}
.introduction-navigation .item-text::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  height: 0.05rem;
  width: 0.05rem;
}
.introduction-navigation .item-text.is-active {
  font-weight: 500;
  font-style: italic;
}
.introduction-navigation .item-text.is-active::before, .introduction-navigation .item-text.is-active::after {
  opacity: 1;
}
@media print, (min-width: 768px) {
  .introduction-navigation {
    max-width: 36.875vw;
    padding: 1.48rem 0 0 1.27rem;
  }
  .introduction-navigation .list-item {
    margin-bottom: 0.05rem;
  }
  .introduction-navigation .item-text {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .introduction-navigation .item-text::before {
    width: 0.26rem;
  }
  .introduction-navigation .item-text::after {
    left: 0.26rem;
  }
  .introduction-navigation .item-text.is-active {
    padding-left: 0.4rem;
  }
}
@media print, (min-width: 1680px) {
  .introduction-navigation {padding: 1.48rem 0 0 1.8rem; }
}
.block-top-introduction {
  background: #2d261e;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.block-top-introduction .introduction-heading {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.block-top-introduction .heading-title {
  color: #ccd0d4;
  font-weight: 300;
  font-style: italic;
  font-family: "Questa Grande", serif;
}
.lang-vn .block-top-introduction .heading-title{font-family: "NVNQuestaGrande-Regular";font-weight: 300;  font-style: italic;}
.block-top-introduction .paragraph-common {
  color: #fff;
}
.block-top-introduction .introduction-image {
  position: relative;
}
.block-top-introduction .introduction-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .block-top-introduction {
    border-radius: 0.48rem 0.48rem 0 0;
    margin-top: -0.4rem;
    height: 10.8rem;
  }
  .block-top-introduction .introduction-heading {
    padding: 5.2083333333% 0 0;
  }
  .block-top-introduction .heading-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 56.1458333333%;
    margin-left: auto;
    padding: 0 7.5vw 0 0;
    gap: 0.4rem;
  }
  .block-top-introduction .heading-inner {
    max-width: 31.25vw;
  }
  .block-top-introduction .heading-title {
    margin-bottom: 0.27rem;
    font-size: 3.2416666667vw;
    line-height: 1.1705882353;
  }
  .block-top-introduction .introduction-wrapper {
    display: flex;
  }
  .block-top-introduction .introduction-image {
    max-width: 36.875vw;
  }
}

@media print, (min-width: 2400px) {
  .block-top-introduction{        height: 12.8rem;}
  .list-top-introduction { padding-top: 4.2rem; }
}
@media only screen and (max-width: 767.98px) {
  .block-top-introduction {
    height: 6.72rem;
  }
  .block-top-introduction .introduction-heading {
    width: calc(100% - 0.48rem);
    top: calc(50% - 0.37rem);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-top-introduction .heading-title {
    margin-bottom: 0.07rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 600px) { 
  .block-top-introduction { height: 8rem; } 
  .block-top-introduction .introduction-heading { top: calc(50% - 0.7rem); }
}

.list-top-introduction .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media print, (min-width: 768px) {
  .list-top-introduction {
    flex: 1;
    padding-top: 3.46rem;
  }
  .list-top-introduction .list-wrapper {
    max-width: 42.7083333333vw;
    margin: 0 auto;
    overflow: hidden auto;
  }
  .list-top-introduction .list-wrapper::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .list-top-introduction .list-wrapper {
    height: 100%;
    flex-wrap: wrap;
    padding: 0 0.5rem 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media print, (min-width: 1920px) {
    .list-top-introduction { padding-top: 3.9rem;    }
}

@media only screen and (max-width: 767.98px) {
  .list-top-introduction {
    border-radius: 0.32rem 0.32rem 0 0;
    padding: 1.44rem 0 0.24rem 0.24rem;
    height: 4.44rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
  }
  .list-top-introduction .list-wrapper {
    overflow-x: auto;
  }
  .list-top-introduction .list-wrapper::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .list-top-introduction .list-item {
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    margin-right: 0.12rem;
  }
}
@media only screen and (max-width: 600px) { 
  .list-top-introduction {padding: 1.95rem 0 0.84rem 0.24rem;}
  .block-top-introduction .heading-title { line-height: 1; }
}

.list-top-introduction .list-item {
  position: relative;
}
.list-top-introduction .list-video-play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
  transition: opacity 0.2s;
  z-index: 2;
}
.list-top-introduction .list-video-play-btn:hover {
  opacity: 1;
}
.list-top-introduction .list-video-play-btn.is-visible {
  display: block;
}

@media print, (min-width: 768px) {
  .block-top-introduction.is-moment .is-one {
    width: 16.0416666667vw;
  }
  .block-top-introduction.is-moment .is-two {
    width: 14.0625vw;
    margin-top: 0.8rem;
  }
  .block-top-introduction.is-moment .is-three {
    width: 23.5416666667vw;
    margin-top: 0.74rem;
    margin-left: 0.95rem;
  }
  .block-top-introduction.is-moment .is-four {
    width: 21.25vw;
    margin-top: 1.08rem;
    margin-left: -0.49rem;
  }
  .block-top-introduction.is-moment .is-five {
    width: 11.1458333333vw;
    margin-top: 0.75rem;
  }
  .block-top-introduction.is-moment .is-six {
    width: 12.0833333333vw;
    margin-top: 0.26rem;
    margin-left: 0.38rem;
  }
  .block-top-introduction.is-moment .is-seven {
    width: 16.0416666667vw;
    margin-top: 1.22rem;
    margin-right: 0.42rem;
  }
  .block-top-introduction.is-moment .is-eight {
    width: 21.25vw;
    margin-top: 0.77rem;
    margin-left: -0.5rem;
  }
  .block-top-introduction.is-moment .is-nine {
    width: 14.0625vw;
    margin-top: 1.8rem;
  }
  .block-top-introduction.is-moment .is-ten {
    width: 14.2708333333vw;
    margin-top: -1.9rem;
    margin-left: 0.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-introduction.is-moment .list-top-introduction {
    background-color: #2d261e;
  }
}

.block-top-introduction.is-discovery {
  background-color: #202d26;
}
@media print, (min-width: 768px) {
  .block-top-introduction.is-discovery .is-one {
    width: 16.0416666667vw;
  }
  .block-top-introduction.is-discovery .is-two {
    width: 14.0625vw;
    margin-top: 1.3rem;
  }
  .block-top-introduction.is-discovery .is-three {
    width: 21.25vw;
    margin-top: -1.3rem;
    margin-left: -0.5rem;
  }
  .block-top-introduction.is-discovery .is-four {
    width: 16.0416666667vw;
    margin-top: 2rem;
  }
  .block-top-introduction.is-discovery .is-five {
    width: 14.0625vw;
    margin-top: -1.66rem;
    margin-left: 0.19rem;
  }
  .block-top-introduction.is-discovery .is-six {
    width: 11.1458333333vw;
    margin-top: 1.28rem;
    margin-right: 0.02rem;
  }
  .block-top-introduction.is-discovery .is-seven {
    width: 21.25vw;
    margin-top: -2.1rem;
    margin-left: -0.5rem;
  }
  .block-top-introduction.is-discovery .is-eight {
    width: 16.0416666667vw;
    margin-top: 1.63rem;
  }
  .block-top-introduction.is-discovery .is-nine {
    width: 12.0833333333vw;
    margin-top: -2.7rem;
    margin-left: -0.5rem;
  }
  .block-top-introduction.is-discovery .is-ten {
    width: 12.0833333333vw;
    margin-top: 1.25rem;
    margin-right: 0.44rem;
  }
  .block-top-introduction.is-discovery .is-eleven {
    width: 16.0416666667vw;
    margin-top: -2.92rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-introduction.is-discovery .list-top-introduction {
    background-color: #202d26;
  }
}

.block-top-introduction.is-afterglow {
  background-color: #0d1720;
}
@media print, (min-width: 768px) {
  .block-top-introduction.is-afterglow {
    margin-top: 0;
  }
  .block-top-introduction.is-afterglow .is-one {
    margin-left: 0.18rem;
    width: 12.0833333333vw;
  }
  .block-top-introduction.is-afterglow .is-two {
    width: 16.0416666667vw;
    margin-right: 0.14rem;
  }
  .block-top-introduction.is-afterglow .is-three {
    width: 19.7916666667vw;
    margin-top: 1rem;
    margin-left: 0.18rem;
  }
  .block-top-introduction.is-afterglow .is-four {
    width: 12.1875vw;
    margin-top: 0.21rem;
    margin-right: -0.28rem;
  }
  .block-top-introduction.is-afterglow .is-five {
    width: 26.3541666667vw;
    margin-top: 0.85rem;
    margin-left: 1.25rem;
  }
  .block-top-introduction.is-afterglow .is-six {
    width: 14.0625vw;
    margin-top: 1.52rem;
    margin-left: -0.2rem;
  }
  .block-top-introduction.is-afterglow .is-seven {
    width: 21.25vw;
    margin-top: 1.03rem;
    margin-right: -0.29rem;
  }
  .block-top-introduction.is-afterglow .is-eight {
    width: 11.1458333333vw;
    margin-top: 0.91rem;
    margin-left: 0.64rem;
  }
  .block-top-introduction.is-afterglow .is-nine {
    width: 14.0625vw;
    margin-top: 0.17rem;
    margin-right: -0.28rem;
  }
  .block-top-introduction.is-afterglow .is-ten {
    width: 21.1458333333vw;
    margin-top: 1.17rem;
    margin-left: -0.2rem;
  }
  .block-top-introduction.is-afterglow .is-eleven {
    width: 12.5vw;
    margin-top: 0.7rem;
    margin-right: -0.28rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .block-top-introduction.is-afterglow {
    transform: translateY(-0.4rem);
    height: 11.2rem;
    margin-bottom: -0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-introduction.is-afterglow .list-top-introduction {
    background-color: #0d1720;
  }
}

.heading-text-around {
  animation: circleText 10s linear infinite;
  transform-origin: center center;
  will-change: transform;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .heading-text-around {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@keyframes circleText {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dash-path {
  stroke-linecap: round;
}
@media print, (min-width: 768px) {
  .dash-path {
    stroke-width: 2;
    stroke-dasharray: 6 5;
    animation: dashMove-pc 1s linear infinite;
  }
}
@media only screen and (max-width: 767.98px) {
  .dash-path {
    stroke-width: 0.5;
    stroke-dasharray: 2 2;
    animation: dashMove-mobile 1s linear infinite;
  }
}

@keyframes dashMove-pc {
  to {
    stroke-dashoffset: -11;
  }
}
@keyframes dashMove-mobile {
  to {
    stroke-dashoffset: -4;
  }
}
.map-zoom-controller {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}
.is-utilities .map-zoom-controller button {
  background-color: #eaeae9;
}
.is-utilities .map-zoom-controller button::before {
  background: #0d1720;
}
.map-zoom-controller button {
  width: 50%;
  height: 100%;
  background-color: #0d1720;
  position: relative;
}
.map-zoom-controller button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  pointer-events: none;
}
.map-zoom-controller .js-map-zoom-in::before {
  -webkit-mask-image: url(../resources/images/common/icon_zoom_in.svg);
          mask-image: url(../resources/images/common/icon_zoom_in.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.map-zoom-controller .js-map-zoom-out::before {
  -webkit-mask-image: url(../resources/images/common/icon_zoom_out.svg);
          mask-image: url(../resources/images/common/icon_zoom_out.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 767.98px) {
  .map-zoom-controller {
    width: 0.72rem;
    height: 0.36rem;
    margin-bottom: 0.18rem;
  }
}


/* Sound Toggle Button */
.sound-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
  padding: 0;
  flex-shrink: 0;
}
.sound-toggle .sound-bar {
  display: block;
  width: 3px;
  background-color: #787d80;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
.sound-toggle .sound-bar:nth-child(1) {
  height: 7px;
}
.sound-toggle .sound-bar:nth-child(2) {
  height: 14px;
}
.sound-toggle .sound-bar:nth-child(3) {
  height: 10px;
}
.sound-toggle .sound-bar:nth-child(4) {
  height: 5px;
}
.sound-toggle.is-active .sound-bar {
  background-color: #fff;
}
.sound-toggle.is-active .sound-bar:nth-child(1) {
  animation: soundBar1 0.7s ease-in-out infinite alternate;
}
.sound-toggle.is-active .sound-bar:nth-child(2) {
  animation: soundBar2 0.5s ease-in-out 0.1s infinite alternate;
}
.sound-toggle.is-active .sound-bar:nth-child(3) {
  animation: soundBar3 0.8s ease-in-out 0.05s infinite alternate;
}
.sound-toggle.is-active .sound-bar:nth-child(4) {
  animation: soundBar4 0.6s ease-in-out 0.15s infinite alternate;
}
@keyframes soundBar1 {
  from {
    height: 4px;
  }
  to {
    height: 15px;
  }
}
@keyframes soundBar2 {
  from {
    height: 7px;
  }
  to {
    height: 18px;
  }
}
@keyframes soundBar3 {
  from {
    height: 5px;
  }
  to {
    height: 16px;
  }
}
@keyframes soundBar4 {
  from {
    height: 3px;
  }
  to {
    height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sound-toggle {
    height: 16px;
  }
  .sound-toggle .sound-bar {
    width: 2.5px;
    gap: 2px;
  }
}

