.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.section-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-common {
    min-height: 10.5rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common {
    padding: 0.4rem 0;
  }
}

.section-top-keyvisual {
  padding: 0;
}
.section-top-keyvisual .keyvisual-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-top-keyvisual {
    min-height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 2.36rem;
  }
}

#controls {
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0.05rem;
  padding-bottom: 0.03rem;
  border-radius: 0.07rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
#controls #progress-bar {
  color: #ef9c6b;
  font-size: 0.12rem;
  width: 100%;
  height: 0.1rem;
  border: none;
  margin-right: 0;
  border-radius: 0.09rem;
  overflow: hidden;
  vertical-align: middle;
  background: var(--progress-bg, rgba(255, 255, 255, 0.2));
}
#controls #progress-bar::-webkit-progress-bar {
  background: var(--progress-bg, rgba(255, 255, 255, 0.2));
  border-radius: 4px;
}
#controls #progress-bar::-webkit-progress-value {
  background: var(--progress-color, #ff6b6b);
  border-radius: 4px;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
#controls #progress-bar::-moz-progress-bar {
  background: var(--progress-color, #ff6b6b);
  border-radius: 4px;
}
#controls button {
  text-indent: -9999px;
  width: 0.16rem;
  height: 0.16rem;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
#controls #btnPlayPause {
  position: absolute;
  left: -0.25rem;
  outline: none;
  top: 0.05rem;
}
#controls #btnMute.unmute {
  background-image: url(../img/top/unmute.svg);
  width: 0.22rem;
  height: 0.18rem;
  background-position: initial;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 0.05rem;
}
#controls #btnMute.mute {
  background-image: url(../img/top/mute.svg);
  width: 0.22rem;
  height: 0.18rem;
  background-position: initial;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 0.05rem;
}
#controls #btnPlayPause.play {
  background-image: url(../img/top/play.svg);
  width: 0.22rem;
  height: 0.18rem;
  background-position: initial;
  outline: none;
  background-size: cover;
}
#controls #btnPlayPause.pause {
  background-image: url(../img/top/pause.svg);
  width: 0.22rem;
  height: 0.18rem;
  background-position: initial;
  outline: none;
  background-size: cover;
}
@media print, (min-width: 768px) {
  #controls {
    width: 2.2rem;
    bottom: 0.7rem;
  }
  #controls #btnMute.mute,
  #controls #btnMute.unmute {
    right: -0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  #controls {
    width: 2rem;
    bottom: 0;
  }
  #controls #btnMute.mute,
  #controls #btnMute.unmute {
    right: -0.26rem;
  }
}

.section-top-story {
  position: relative;
}
.section-top-story .story-image .object-common {
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, (min-width: 768px) {
  .section-top-story {
    background: url("../img/top/story_bg_02.png") center bottom/100% auto no-repeat, url("../img/top/story_bg_01.jpg") center top/100% auto no-repeat, #fff;
  }
  .section-top-story .story-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-story .story-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48.0666666667%;
    margin-left: 14.5333333333%;
    padding-bottom: 13.8095238095dvh;
  }
  .section-top-story .story-image .image-wrapper {
    height: 81.5238095238dvh;
  }
  .section-top-story .story-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 3.1428571429dvh -7.2666666667%;
  }
  .section-top-story .paragraph-common {
    max-width: 5.53rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-story {
    padding: 0.54rem 0 0.87rem;
    background: url("../img/top/sp/story_bg_02.png") center bottom/100% 1.58rem no-repeat, url("../img/top/story_bg_01.jpg") center top/100% 100% no-repeat, #fff;
  }
  html.is-mobile.is-ios .section-top-story {
    padding: 0.3rem 0 0.87rem;
  }
  html.is-mobile.is-ios .section-top-story .story-image {
    margin-bottom: 0.16rem;
  }
  html.is-mobile.is-ios .section-top-story .title-main {
    top: 1.64rem;
  }
  .section-top-story .wrapper {
    padding: 0 0.1rem;
  }
  .section-top-story .ani-item.on-show {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .section-top-story .title-main {
    position: absolute;
    top: 1.86rem;
    right: 0.08rem;
    font-size: 0.4rem;
  }
  .section-top-story .title-main .title-label {
    font-size: 0.35rem;
    margin-left: 0.2rem;
  }
  .section-top-story .story-image {
    margin-bottom: 0.32rem;
  }
  .section-top-story .image-wrapper {
    width: 2.68rem;
    height: 3.16rem;
  }
}

.section-top-soul {
  background-color: #fff;
}
.section-top-soul::before, .section-top-soul::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-top-soul::after {
  bottom: 0;
  opacity: 0.9;
  background: url("../img/top/soul_bg_02.png") center center/cover no-repeat;
}
.section-top-soul:has(#bg-soul.active) .title-common-primary {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.section-top-soul:has(#bg-soul.active) .content-wrapper .paragraph-common {
  color: #fff;
}
.section-top-soul:has(#bg-soul.active)::before {
  opacity: 0;
}
.section-top-soul .soul-content {
  position: relative;
  z-index: 2;
}
.section-top-soul .content-wrapper {
  transition: opacity 0.3s ease;
}
.section-top-soul .content-wrapper.active {
  opacity: 0 !important;
}
@media print, (min-width: 768px) {
  .section-top-soul::before {
    top: 0;
    max-width: 10.9rem;
    opacity: 0.8;
    background: url("../img/top/soul_bg_01.png") center center/cover no-repeat;
  }
  .section-top-soul::after {
    max-height: 4.85rem;
  }
  .section-top-soul .wrapper {
    max-width: 15.12rem;
  }
  .section-top-soul .soul-content {
    padding-top: 1.4rem;
  }
  .section-top-soul .content-wrapper {
    max-width: 5.57rem;
  }
  .section-top-soul .title-common-primary {
    margin-bottom: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-soul {
    padding: 0;
  }
  .section-top-soul::after {
    max-height: 100%;
  }
  .section-top-soul .wrapper {
    padding: 0;
  }
  .section-top-soul .content-wrapper {
    position: relative;
    padding: 0.36rem 0.1rem;
    height: 5.6rem;
    margin-bottom: -0.15rem;
    background: url("../img/top/sp/soul_img_01.jpg") center center/cover no-repeat;
  }
  .section-top-soul .content-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(239, 236, 228, 0)), to(#EFECE4));
    background: linear-gradient(270deg, rgba(239, 236, 228, 0) 0%, #EFECE4 100%);
    opacity: 0.8;
    pointer-events: none;
  }
  .section-top-soul .title-common-primary {
    margin-bottom: 0.18rem;
    padding: 0 0.1rem;
  }
}

.soul-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.soul-image-container .bg-image {
  position: absolute;
  -webkit-transition: opacity 0.7s ease, clip-path 0.7s ease-in;
  transition: opacity 0.7s ease, clip-path 0.7s ease-in;
  opacity: 0;
  background-position: center;
  background-size: cover;
  inset: 0;
}
.soul-image-container .bg-image.active {
  opacity: 1;
}

.soul-viewport-wrapper {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .soul-viewport-wrapper {
    padding: 0.5rem 0 0.26rem;
  }
  .soul-viewport-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.89rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.72%, rgba(175, 161, 147, 0)), color-stop(21.47%, #AFA193), to(#AFA193));
    background: linear-gradient(180deg, rgba(175, 161, 147, 0) 4.72%, #AFA193 21.47%, #AFA193 100%);
    z-index: 0;
    pointer-events: none;
  }
}

.slider-top-soul {
  position: relative;
  z-index: 1;
}
.slider-top-soul .slider-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-top-soul .item-title {
  color: #2b3580;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media print, (min-width: 768px) {
  .slider-top-soul {
    margin-top: 1.62rem;
    overflow: visible;
  }
  .slider-top-soul .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.3rem;
    overflow: visible;
  }
  .slider-top-soul .slider-item {
    width: 33.3333333333%;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .slider-top-soul .item-wrapper {
    padding: 0 0.3rem;
  }
  .slider-top-soul .slider-item:last-child {
    border-right: none;
  }
  .slider-top-soul .item-title {
    margin-bottom: 0.02rem;
    font-size: 0.35rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-soul {
    padding: 0 0.21rem;
    top: -0.3rem;
  }
  .slider-top-soul .slider-item {
    padding: 0 0.22rem 0.145rem;
    height: 2.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .slider-top-soul .slider-item::before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 236, 228, 0)), color-stop(53.37%, #EFECE4), to(#EFECE4));
    background: linear-gradient(180deg, rgba(239, 236, 228, 0) 0%, #EFECE4 53.37%, #EFECE4 100%);
    opacity: 0.9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea]) {
    color: #fff;
    background: url("../img/top/sp/soul_img_02.jpg") center center/cover no-repeat;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea]) .item-title {
    color: #fff;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=sea])::before {
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 107, 118, 0)), color-stop(43.75%, #026B76), to(#026B76));
    background: linear-gradient(180deg, rgba(2, 107, 118, 0) 0%, #026B76 43.75%, #026B76 100%);
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=space]) {
    background: url("../img/top/sp/soul_img_03.jpg") center center/cover no-repeat;
  }
  .slider-top-soul .slider-item:has(.item-wrapper[data-section=soul]) {
    background: url("../img/top/sp/soul_img_04.jpg") center center/cover no-repeat;
  }
  .slider-top-soul .item-wrapper {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .slider-top-soul .item-title {
    margin-bottom: 0.03rem;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .slider-top-soul .paragraph-common {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .slider-top-soul .slider-controller {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .slider-top-soul .btn-next,
  .slider-top-soul .btn-prev {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-top-soul .btn-next::before,
  .slider-top-soul .btn-prev::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/common/arrow_icon_03.svg) center center/contain no-repeat;
    width: 0.25rem;
    height: 0.25rem;
    display: block;
  }
  .slider-top-soul .btn-next {
    right: 0;
    left: auto;
  }
  .slider-top-soul .btn-next::before {
    -webkit-transform: rotateY(180deg) translate(-50%, -50%);
    transform: rotateY(180deg) translate(-50%, -50%);
    margin-left: -0.25rem;
  }
  .slider-top-soul .btn-prev {
    left: 0;
    right: auto;
  }
}

.section-top-relax {
  position: relative;
}
.section-top-relax .paragraph-common {
  color: #fff;
}
@media print, (min-width: 768px) {
  .section-top-relax {
    padding: 0;
    background: url(../img/top/map_location_background_01.jpg) 50% 100%/cover no-repeat;
  }
  .section-top-relax .wrapper {
    max-width: 13rem;
  }
  .section-top-relax .title-common-primary {
    margin-bottom: 0.28rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .section-top-relax .title-common-primary {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-relax {
    background: url(../img/top/sp/map_location_background_01.jpg) 50% 0%/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-relax {
    padding: 0 0 0.63rem;
    background: url(../img/top/sp/map_location_background_01.jpg) 50% 0%/cover no-repeat;
  }
  .section-top-relax .title-common-primary {
    margin: 0 0.08rem 0.13rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-relax .title-common-primary .title-top {
    font-size: 0.5rem;
    margin-bottom: 0.08rem;
  }
  .section-top-relax .title-common-primary .title-label {
    margin: -0.12rem -0.1rem 0;
    font-size: 0.35rem;
    line-height: 1.4285714286;
  }
  .section-top-relax .paragraph-common {
    padding: 0 0.08rem;
  }
}

.map-top-relax {
  position: relative;
}
.map-top-relax .map-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.map-top-relax .map-visual .image-common {
  width: auto;
  height: 100%;
}
.map-top-relax .visual-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.map-top-relax .visual-land {
  position: relative;
  z-index: 0;
  height: 100%;
}
.map-top-relax .visual-layer,
.map-top-relax .visual-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.map-top-relax .visual-layer {
  z-index: 1;
}
.map-top-relax .visual-area {
  z-index: 2;
}
.map-top-relax .visual-area .area-wrapper {
  width: 100%;
  height: 100%;
}
.map-top-relax .visual-logo {
  width: 9.875%;
  position: absolute;
  top: 43.7142857143%;
  left: 69%;
  z-index: 3;
}
@media print, (min-width: 768px) {
  .map-top-relax {
    height: 100%;
    padding-right: calc(50% - 6.78rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .map-top-relax .map-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .map-top-relax .visual-viewport {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .map-top-relax .visual-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100dvh;
    min-height: 10.5rem;
  }
  .map-top-relax .map-content {
    margin: 0 0.8rem 0 0.3rem;
    padding: 0.3rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .map-top-relax .content-wrapper {
    max-width: 6.34rem;
    margin-left: auto;
  }
  .map-top-relax .content-banner {
    max-width: 6.32rem;
    margin: 0 auto 0.34rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .map-top-relax {
    padding-right: calc(50% - 8rem);
  }
  .map-top-relax .map-visual {
    width: 70%;
  }
  .map-top-relax .map-content {
    margin-left: -12.3rem;
    margin-right: 2rem;
  }
  .map-top-relax .content-banner {
    max-width: 5.32rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .map-top-relax {
    padding-right: 0;
    display: block;
  }
  .map-top-relax .visual-viewport {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .map-top-relax .map-visual {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .map-top-relax .map-content {
    position: relative;
    z-index: 1;
    margin: -1.5rem 0 0 0;
    padding-top: 2rem;
    background: url(../img/top/sp/map_location_background_02.png) 50% 0%/cover no-repeat;
  }
  .map-top-relax .content-wrapper {
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 7.2rem;
  }
  .map-top-relax .content-banner {
    max-width: 7.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .map-top-relax .map-visual {
    position: relative;
    z-index: 0;
  }
  .map-top-relax .visual-viewport {
    width: 100%;
    margin-left: -0.06rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .map-top-relax .visual-wrapper {
    height: 6.76rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .map-top-relax .map-content {
    margin-top: -0.55rem;
    padding: 1.21rem 0 0;
    position: relative;
    z-index: 1;
    background: url(../img/top/sp/map_location_background_02.png) 50% 0%/cover no-repeat;
  }
  .map-top-relax .content-banner {
    max-width: 3.91rem;
    margin: 0 auto 0.17rem;
  }
}

@media screen and (min-width: 1100px) {
  .section-top-relax .visual-layer,
  .section-top-relax .visual-land,
  .section-top-relax .visual-area,
  .section-top-relax .visual-logo {
    opacity: 0;
  }
  .home-location.show-text .visual-layer,
  .home-location.show-text .visual-logo {
    -webkit-animation-name: scaleLarge2;
    animation-name: scaleLarge2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .home-location.show-text .visual-area,
  .home-location.show-text .visual-land {
    -webkit-animation-name: scaleLarge2;
    animation-name: scaleLarge2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.section-top-touch {
  background: url("../img/top/touch_bg_01.jpg") center center/cover no-repeat;
}
@media print, (min-width: 768px) {
  .section-top-touch .wrapper {
    max-width: 17.8rem;
  }
  .section-top-touch .touch-heading {
    margin-bottom: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-touch {
    padding: 0.46rem 0 0.26rem;
  }
  .section-top-touch .touch-heading {
    margin-bottom: 0.22rem;
  }
}

.list-top-touch .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-top-touch .image-wrapper {
  position: relative;
  padding-top: 67.1457905544%;
}
.list-top-touch .image-wrapper.is-main {
  padding-top: 120.5128205128%;
}
.list-top-touch .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .list-top-touch .list-item {
    width: 100%;
  }
  .list-top-touch .list-item:nth-child(3n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.06rem;
    max-width: 80vw;
    padding: 0 1.3rem;
  }
  .list-top-touch .list-item:nth-child(3n+1) {
    margin-top: 0.58rem;
  }
  .list-top-touch .list-item:nth-child(3n+1) .paragraph-common {
    margin-bottom: 0.32rem;
  }
  .list-top-touch .list-item:nth-child(3n) {
    margin-top: 1.3rem;
  }
  .list-top-touch .list-item:nth-child(3n) .paragraph-common {
    margin-top: 0.8rem;
    margin-left: auto;
  }
  .list-top-touch .paragraph-common {
    max-width: 4.27rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .list-top-touch .list-item:nth-child(3n+2) {
    padding: 0 1.6rem;
  }
  .list-top-touch .list-item:nth-child(3n) .paragraph-common {
    margin-top: 0.32rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .list-top-touch .list-item:nth-child(3n+2) {
    padding: 0 0.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-touch .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-top-touch .list-item {
    margin-bottom: 0.2rem;
  }
  .list-top-touch .list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.47rem;
  }
  .list-top-touch .list-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .list-top-touch .paragraph-common {
    margin: 0.24rem 0 0.13rem;
  }
}

.section-top-ownership {
  background: url("../img/top/touch_bg_01.jpg") center center/cover no-repeat;
}
.section-top-ownership::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: max-width 1.5s ease-in-out, opacity 0.75s .5s ease-in-out, transform 1.5s ease-in-out;
  transition: max-width 1.5s ease-in-out, opacity 0.75s .5s ease-in-out, transform 1.5s ease-in-out;
}
.section-top-ownership .ownership-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-ownership .wrapper {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .section-top-ownership::before {
    max-width: 11.03rem;
    transform: translateX(100%);
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, right top, from(rgba(251, 244, 237, 0)), color-stop(25.93%, #fbf4ed), to(#fbf4ed));
    background: linear-gradient(90deg, rgba(251, 244, 237, 0) 0%, #fbf4ed 25.93%, #fbf4ed 100%);
  }
  .show-text .section-top-ownership::before {
    transform: translateX(0);
  }
  .section-top-ownership .wrapper {
    max-width: 17.46rem;
  }
  .section-top-ownership .ownership-wrapper {
    max-width: 7.3rem;
    margin-left: auto;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-ownership::before {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-ownership {
    min-height: 7.69rem;
    padding: 0.4rem 0;
    display: block;
    margin-bottom: -0.02rem;
  }
  .section-top-ownership::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.11%, #E2CAB8), to(rgba(211, 166, 133, 0)));
    background: linear-gradient(180deg, #E2CAB8 50.11%, rgba(211, 166, 133, 0) 100%);
    height: 4.48rem;
  }
  .section-top-ownership .ownership-thumbnail {
    margin-top: 2.22rem;
    height: 5.53rem;
  }
  .section-top-ownership .title-common-primary {
    margin-bottom: 0.17rem;
  }
  .section-top-ownership .title-common-primary .title-label {
    margin-top: 0.05rem;
    font-size: 0.28rem;
  }
  .section-top-ownership .title-common-primary .title-label.is-default {
    font-size: 0.35rem;
  }
  .section-top-ownership .paragraph-common p {
    margin-bottom: 0.15rem;
  }
}

.section-footer {
  background: url("../img/top/touch_bg_01.jpg") center center/cover no-repeat;
  color: #fff;
}
.section-footer::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  background: url("../img/common/footer_bg_01.png") center center/cover no-repeat;
  pointer-events: none;
}
.section-footer .footer-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-footer .footer-logo {
  margin: 0 auto;
}
.section-footer .footer-label {
  color: #2b3580;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
  text-transform: uppercase;
}
.section-footer .title-common-primary .title-label {
  margin: 0;
}
.section-footer .finger-icon {
  margin: 0 auto;
  cursor: pointer;
}
.section-footer .footer-copyright {
  opacity: 0.6;
  color: #555;
}
.section-footer .footer-copyright span {
  color: #c76400;
}
@media print, (min-width: 768px) {
  .section-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0.1rem;
  }
  .section-footer::after {
    height: 8.03rem;
  }
  .section-footer .footer-wrapper {
    padding-top: 1rem;
  }
  .section-footer .footer-content {
    margin-bottom: 0.3rem;
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
  .section-footer .footer-label {
    margin-bottom: 0.16rem;
    font-size: 0.27rem;
    line-height: 2.2222222222;
  }
  .section-footer .footer-logo {
    width: 2.75rem;
    margin-bottom: 1.2rem;
  }
  .section-footer .footer-finger {
    margin-bottom: 1.7rem;
  }
  .section-footer .finger-icon {
    width: 0.86rem;
    margin-bottom: 0.23rem;
  }
  .section-footer .finger-text {
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
  .section-footer .title-common-primary {
    margin-bottom: 0.28rem;
  }
  .section-footer .footer-copyright {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767.98px) {
  .group-central:has(.section-footer) {
    margin-top: -0.01rem;
  }
  .section-footer {
    padding: 0.41rem 0 0.14rem;
  }
  .section-footer::after {
    height: 100%;
  }
  .section-footer .title-common-primary {
    text-align: center;
    margin-bottom: 0.16rem;
  }
  .section-footer .title-common-primary .title-label {
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .section-footer .footer-wrapper {
    padding-top: 0.14rem;
  }
  .section-footer .footer-content {
    margin-bottom: 0.1rem;
    font-size: 0.13rem;
    line-height: 1.7333333333;
    text-align: center;
  }
  .section-footer .footer-label {
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
  .section-footer .footer-logo {
    width: 1.78rem;
    margin-bottom: 0.2rem;
  }
  .section-footer .footer-finger {
    margin-bottom: 0.5rem;
  }
  .section-footer .finger-icon {
    width: 0.28rem;
    margin-bottom: -0.02rem;
  }
  .section-footer .finger-text {
    font-size: 0.13rem;
    line-height: 1.7333333333;
  }
  .section-footer .footer-copyright {
    font-size: 0.11rem;
    line-height: 1.8333333333;
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 999999999;
  width: 100%;
  height: 100%;
}
.popup-overlay .image-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.popup-overlay .form-title {
  width: 100%;
  display: inline-block;
  background: linear-gradient(97.36deg, #c76400 8.99%, #2b3580 51%, #0084ae 91.42%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "VLNEWPARISHEADLINE", sans-serif;
}
.popup-overlay .form-detail {
  color: #737373;
  margin: 0;
}
.popup-overlay #closePopup {
  color: #2B3580;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.22rem;
  line-height: 1.1818181818;
  cursor: pointer;
  z-index: 2;
}
.popup-overlay .box-wrapper {
  overflow: hidden;
  position: relative;
}
.popup-overlay .box-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.popup-overlay .box-form {
  z-index: 2;
}
@media print, (min-width: 768px) {
  .popup-overlay .box-wrapper {
    width: 11.39rem;
    border-radius: 0.2rem;
  }
  .popup-overlay .box-wrapper::before {
    right: 0;
    max-width: 9.64rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(251, 244, 237, 0)), color-stop(63.71%, #FBF4ED));
    background: linear-gradient(90deg, rgba(251, 244, 237, 0) 0%, #FBF4ED 63.71%);
  }
  .popup-overlay .box-form {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 5.47rem;
    width: 100%;
    margin-right: 0.15rem;
    padding: 0.13rem 0.5rem 0 0;
  }
  .popup-overlay .box-image {
    max-width: 9.93rem;
  }
  .popup-overlay .form-title {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .popup-overlay .form-title p {
    margin-bottom: 0.09rem;
  }
  .popup-overlay .form-detail {
    padding: 0 0.03rem 0.27rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .popup-overlay .form-wrapper {
    margin-bottom: 0.15rem;
  }
  .popup-overlay .form-controller {
    margin-top: 0.2rem;
  }
  .popup-overlay #closePopup {
    margin-top: 0.11rem;
    margin-right: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .popup-overlay .box-wrapper {
    width: 4.2rem;
    height: 6.55rem;
    border-radius: 0.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBF4ED), color-stop(63.71%, #FBF4ED));
    background: linear-gradient(180deg, #FBF4ED 0%, #FBF4ED 63.71%);
  }
  .popup-overlay .box-wrapper::before {
    right: 0;
    height: 4.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 244, 237, 0)), color-stop(63.71%, #FBF4ED));
    background: linear-gradient(180deg, rgba(251, 244, 237, 0) 0%, #FBF4ED 63.71%);
  }
  .popup-overlay .box-form {
    top: 2.07rem;
    position: absolute;
    padding: 0 0.2rem;
  }
  .popup-overlay .box-form::before {
    border-radius: 0 0 9999px 9999px;
  }
  .popup-overlay .box-image {
    height: 2.79rem;
  }
  .popup-overlay .form-title {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .popup-overlay .form-title p {
    margin-bottom: 0.09rem;
  }
  .popup-overlay .form-detail {
    text-align: justify;
    padding: 0.01rem 0.03rem 0.21rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .popup-overlay .form-wrapper {
    margin-bottom: 0.14rem;
  }
  .popup-overlay .form-controller {
    margin-top: 0.2rem;
  }
  .popup-overlay .button-common-primary {
    padding: 0.11rem 0.66rem 0.09rem 0.3rem;
  }
  .popup-overlay .button-common-primary::after {
    width: 0.15rem;
    height: 0.15rem;
  }
  .popup-overlay #closePopup {
    margin: 0.1rem 0.12rem 0 0;
  }
}

.popup-box {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 0;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay.active .popup-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=top.css.map */