.loading {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.loading__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .loading__body {
    gap: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .loading__body {
    gap: 3.2rem;
  }
}
.loading__logo {
  aspect-ratio: 292/293;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px) {
  .loading__logo {
    width: 29.2rem;
  }
}
@media screen and (max-width: 768px) {
  .loading__logo {
    width: 20.44rem;
  }
}
.loading__sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.loading__bg {
  background-color: #19436A;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transform-origin: center top;
  transition: clip-path 1.4s ease;
}
.loading__bg:after {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(333deg, #19436A 0%, #17293A 100%);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.loading__bgInner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  position: absolute;
  transform: scaleX(-1);
  z-index: 1;
}
.loading__bgInner > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.loading__video {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.loading__fallback {
  display: none;
  opacity: 0;
  position: absolute;
}
.loading__fallback .photo,
.loading__fallback .photo__pic,
.loading__fallback .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.loading.is-loaded {
  background-color: transparent;
  pointer-events: none;
  transition: background-color 0s 0.4s, visibility 0s 1.8s;
  visibility: hidden;
}
.loading.is-loaded .loading__body {
  opacity: 0;
}
.loading.is-loaded .loading__bg {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.mainVisual {
  background-color: #EBE7DE;
  left: 0;
  position: sticky;
}
@media screen and (min-width: 768px) {
  .mainVisual {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual {
    aspect-ratio: 390/694;
    top: 0;
  }
}
.mainVisual + * {
  background-color: #EBE7DE;
  position: relative;
  z-index: 2;
}
.mainVisual__ttl {
  aspect-ratio: 418/408;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl {
    padding-top: 9rem;
    width: 41.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl {
    width: 25.1rem;
  }
}
.mainVisual__ttl .strong {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl .strong {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl .strong {
    font-size: 5.29rem;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl .small {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl .small {
    font-size: 3.13rem;
  }
}
.mainVisual__bg {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mainVisual__bg:after {
  background-color: rgba(23, 41, 58, 0.2);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.mainVisual__note {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.mainVisual__note .caption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}
.mainVisual__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: relative;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 1;
}
.mainVisual__fallback {
  display: none;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s ease;
  width: 100%;
}
.mainVisual__fallback .photo,
.mainVisual__fallback .photo__pic,
.mainVisual__fallback .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mainVisual__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mainVisual__controls {
  align-items: flex-end;
  display: flex;
  gap: 1.2rem;
  height: 100vh;
  justify-content: flex-end;
  left: 0;
  max-height: 100%;
  position: sticky;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mainVisual__controls {
    padding-bottom: 2.4rem;
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__controls {
    padding-bottom: 4rem;
    padding-right: 2rem;
  }
}
.mainVisual__controls.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.mainVisual__btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mainVisual__btn {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__btn {
    height: 3.2rem;
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainVisual__btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.mainVisual__btnIcon {
  display: block;
  position: relative;
}
.mainVisual__btnIcon--pause {
  height: 1.2rem;
  width: 1rem;
}
.mainVisual__btnIcon--pause:before, .mainVisual__btnIcon--pause:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.2rem;
}
.mainVisual__btnIcon--pause:before {
  left: 0.15rem;
}
.mainVisual__btnIcon--pause:after {
  right: 0.15rem;
}
.mainVisual__btnIcon--play {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .mainVisual__btnIcon--play {
    border-width: 0.6rem 0 0.6rem 1rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__btnIcon--play {
    border-width: 0.5rem 0 0.5rem 0.8rem;
    margin-left: 0.15rem;
  }
}
@media screen and (min-width: 768px) {
  .uspArea {
    padding: 12rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .uspArea {
    padding: 8rem 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__body {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .uspArea__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.uspArea__item {
  overflow: hidden;
  position: relative;
}
.uspArea__item:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transform-origin: center top;
  transition: clip-path 1.4s ease;
  z-index: 1;
}
.uspArea__item:nth-child(1):after {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #E8CECF 100%);
}
.uspArea__item:nth-child(2):after {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #F7E8AB 100%);
}
.uspArea__item:nth-child(3):after {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(154deg, #19436A 0%, #99CEFF 97.92%);
}
.uspArea__item .photo__image {
  filter: brightness(1.3);
  transform: scale(1.2);
  transition: 1.4s ease 0.4s;
  transition-property: filter, transform;
  will-change: filter, transform;
}
.uspArea__item.sai-animate:after {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.uspArea__item.sai-animate .photo__image {
  filter: brightness(1);
  transform: scale(1);
}
.uspArea__lead {
  color: #FFF;
  left: 0;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .uspArea__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__lead .strong {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__lead .strong {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__lead .station {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__lead .station {
    font-size: 2.4rem;
  }
}
.uspArea__lead .num {
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 768px) {
  .uspArea__lead .num {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__lead .num {
    font-size: 4.2rem;
  }
}
.guidanceArea {
  background-attachment: fixed;
  clip-path: inset(0);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.guidanceArea__bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.guidanceArea__bg .grad {
  filter: brightness(1.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.6s ease;
  transition-property: opacity, filter;
  will-change: filter;
}
.guidanceArea__bg .grad:nth-child(1) {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #E8CECF 100%);
}
.guidanceArea__bg .grad:nth-child(2) {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #F7E8AB 100%);
}
.guidanceArea__bg .grad:nth-child(3) {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(154deg, #19436A 0%, #99CEFF 97.92%);
}
.guidanceArea__bg .grad:nth-child(4) {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #FBC89B 101.53%), linear-gradient(154deg, #19436A 0%, #99CEFF 97.92%);
}
.guidanceArea__bg .grad.is-active {
  filter: brightness(1);
  opacity: 1;
}
.guidanceArea__item {
  background-attachment: fixed;
  clip-path: inset(0);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidanceArea__item {
    height: 300vh;
  }
}
@media screen and (max-width: 768px) {
  .guidanceArea__item {
    height: 200vh;
  }
}
@media screen and (min-width: 768px) {
  .guidanceArea__item:has(> *:nth-child(2)) {
    height: 600vh;
  }
}
@media screen and (max-width: 768px) {
  .guidanceArea__item:has(> *:nth-child(2)) {
    height: 400vh;
  }
}
@media screen and (min-width: 768px) {
  .guidanceArea__item:has(.guidanceSect--plan) {
    height: 800vh;
  }
}
@media screen and (min-width: 768px) {
  .guidanceArea__item:has(.guidanceSect--premiumfloor) {
    height: 450vh;
  }
}
@media screen and (max-width: 768px) {
  .guidanceArea__item:has(.guidanceSect--premiumfloor) {
    height: 300vh;
  }
}
@media screen and (min-width: 768px) {
  .guidanceArea__item:has(.guidanceSect--location) {
    height: 400vh;
  }
}
.guidanceSect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.guidanceSect__body {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.guidanceSect__body.is-active {
  opacity: 1;
}
.guidanceSect__visual {
  overflow: hidden;
}
.guidanceSect__bg video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.guidanceSect__bg .caption {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.guidanceSect__bgFallback {
  display: none;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s ease;
  width: 100%;
}
.guidanceSect__bgFallback .photo,
.guidanceSect__bgFallback .photo__pic,
.guidanceSect__bgFallback .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.guidanceSect--commonspace {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #17293A 0%, #19436A 100%);
}
.guidanceSect--commonspace .guidanceSect__body {
  background: rgba(18, 22, 26, 0.5);
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__body {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__body {
    justify-content: center;
  }
}
.guidanceSect--commonspace .guidanceSect__visual {
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: absolute;
}
.guidanceSect--commonspace .guidanceSect__visual .photo {
  width: 100%;
}
.guidanceSect--commonspace .guidanceSect__bg {
  display: flex;
  flex-wrap: wrap;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bg {
    gap: 0 66.4rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bg {
    gap: 0 5.6rem;
  }
}
.guidanceSect--commonspace .guidanceSect__bgItem {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bgItem {
    height: 43.0208333333%;
    width: 38.8rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bgItem {
    height: 18.8rem;
    width: 16.7rem;
  }
}
.guidanceSect--commonspace .guidanceSect__bgItem:nth-child(-n+2) {
  align-items: flex-end;
}
.guidanceSect--commonspace .guidanceSect__bgItem:nth-child(n+3) {
  margin-top: auto;
}
.guidanceSect--commonspace .guidanceSect__bgItem .photo {
  min-height: 100%;
  position: static;
  width: auto;
}
@media screen and (min-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bgItem .photo {
    min-width: 42.5rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--commonspace .guidanceSect__bgItem .photo {
    min-width: 31rem;
  }
}
.guidanceSect--commonspace .guidanceCard {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.guidanceSect--plan {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  display: flex;
}
@media screen and (min-width: 768px) {
  .guidanceSect--plan {
    flex-direction: row-reverse;
    gap: 5.6rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--plan {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--plan .guidanceSect__head {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 72rem;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--plan .guidanceSect__head {
    height: 100vh;
    position: relative;
  }
}
.guidanceSect--plan .guidanceSect__bg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .guidanceSect--plan .guidanceSect__bg {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    left: 0;
    position: absolute;
    top: 0;
  }
}
.guidanceSect--plan .guidanceSect__visual {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--plan .guidanceSect__visual {
    position: relative;
    width: 38.7rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--plan .guidanceSect__visual {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--plan .guidanceSect__body {
    align-items: flex-end;
    display: flex;
    padding-bottom: 14rem;
    width: 66.4rem;
  }
  .guidanceSect--plan .guidanceSect__body:after {
    background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #F7E8AB 100%);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  .guidanceSect--plan .guidanceSect__body.is-active:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--plan .guidanceSect__body {
    padding: 5.6rem 2.4rem 12rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--plan .guidanceCard__link {
    margin-left: auto;
  }
}
.guidanceSect--premiumfloor {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor {
    align-items: center;
    display: flex;
    gap: 13.2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor {
    display: flex;
    flex-direction: column-reverse;
    gap: 3.2rem;
    justify-content: center;
    padding: 0 2.4rem;
  }
}
.guidanceSect--premiumfloor .guidanceSect__videoBg {
  background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(158deg, #17293A 40%, #F1EBE0 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.guidanceSect--premiumfloor .guidanceSect__videoBg video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.guidanceSect--premiumfloor .guidanceSect__videoBg .caption {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.guidanceSect--premiumfloor .guidanceSect__visual {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__visual {
    width: 34.7rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__visual {
    width: 18.3rem;
  }
}
.guidanceSect--premiumfloor .guidanceSect__body {
  position: relative;
  z-index: 1;
}
.guidanceSect--premiumfloor .guidanceSect__crossImages {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.guidanceSect--premiumfloor .guidanceSect__crossImage {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  overflow: hidden;
  position: absolute;
  will-change: clip-path, transform;
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(1) {
    height: 31rem;
    left: 23.5rem;
    top: 108rem;
    width: 23.3rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(1) {
    height: 21.8rem;
    left: 15.7rem;
    top: 72rem;
    width: 16.4rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(2) {
    height: 25.9rem;
    left: 51.5rem;
    top: 120rem;
    width: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(2) {
    height: 18.1rem;
    left: 0;
    top: 80rem;
    width: 13.6rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(3) {
    height: 25.9rem;
    left: 116.5rem;
    top: 140rem;
    width: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(3) {
    height: 18.1rem;
    left: 93;
    top: 90rem;
    width: 13.6rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(4) {
    height: 15.6rem;
    left: 4rem;
    top: 160rem;
    width: 11.7rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceSect__crossImage:nth-child(4) {
    height: 10.9rem;
    left: 28.4rem;
    top: 104rem;
    width: 8rem;
  }
}
.guidanceSect--premiumfloor .guidanceCard {
  position: relative;
}
.guidanceSect--premiumfloor .guidanceCard__ttl {
  position: relative;
}
.guidanceSect--premiumfloor .guidanceCard__ttl.is-grad .t {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.guidanceSect--premiumfloor .guidanceCard__ttlGrad {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(-13.76deg, #17293A 0%, #F1EBE0 43.68%, #424F5A 93.67%);
  color: transparent;
  left: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}
.guidanceSect--premiumfloor .guidanceCard__comingSoon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .guidanceSect--premiumfloor .guidanceCard__comingSoon {
    bottom: -2.7rem;
    right: -4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--premiumfloor .guidanceCard__comingSoon {
    bottom: calc(100% - 2.7rem);
    right: -4.5rem;
  }
}
.guidanceSect--location {
  display: flex;
}
@media screen and (min-width: 768px) {
  .guidanceSect--location {
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 5.6rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--location {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--location .guidanceSect__head {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 72rem;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--location .guidanceSect__head {
    height: 100vh;
    position: relative;
  }
}
.guidanceSect--location .guidanceSect__bg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .guidanceSect--location .guidanceSect__bg {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    left: 0;
    position: absolute;
    top: 0;
  }
}
.guidanceSect--location .guidanceSect__visual {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--location .guidanceSect__visual {
    position: relative;
    width: 38.7rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--location .guidanceSect__visual {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceSect--location .guidanceSect__body {
    padding-bottom: 14rem;
    width: 66.4rem;
  }
  .guidanceSect--location .guidanceSect__body:after {
    background: url("../common/imgs/bg-texture-01.png") repeat top center/auto, linear-gradient(153deg, #19436A 0%, #FBC89B 101.53%), linear-gradient(154deg, #19436A 0%, #99CEFF 97.92%);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .guidanceSect--location .guidanceSect__body.is-active:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--location .guidanceSect__body {
    padding: 5.6rem 2.4rem 12rem;
  }
}
.guidanceSect--access .guidanceSect__body {
  background: rgba(18, 22, 26, 0.5);
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--access .guidanceSect__body {
    padding-left: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--access .guidanceSect__body {
    text-align: center;
  }
}
.guidanceSect--access .guidanceSect__visual {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .guidanceSect--access .guidanceCard__link {
    margin-left: auto;
    margin-right: auto;
  }
}
.guidanceSect--design {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  height: auto;
}
.guidanceSect--design .guidanceSect__body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guidanceSect--design .guidanceSect__body {
    padding-top: 28.9rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceSect--design .guidanceSect__body {
    padding-top: 12rem;
  }
}
.guidanceSect--design .guidanceSect__visual {
  height: 100%;
}
.guidanceSect--design .guidanceSect__visual .photo__image {
  min-height: 100vh;
}
.guidanceSect--design .guidanceSect__note {
  align-items: flex-end;
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.guidanceSect--design .guidanceCard {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.guidanceCard {
  color: #FFF;
}
.is-active .guidanceCard .guidanceCard__ttl .t {
  opacity: 1;
  transform: rotate3d(0, 1, 0, 0.01deg);
}
@media screen and (max-width: 768px) {
  .is-active .guidanceCard .guidanceCard__link {
    opacity: 1;
    transition: opacity 0.6s ease 0.4s;
  }
}
@media screen and (hover: none) and (min-width: 768px) {
  .is-active .guidanceCard .guidanceCard__link {
    opacity: 1;
    transition: opacity 0.6s ease 0.4s;
  }
}
.guidanceCard__ttl {
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .guidanceCard__ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__ttl {
    font-size: 6.4rem;
  }
}
.guidanceCard__ttl .t {
  display: inline-block;
  opacity: 0;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: center;
  transition: transform 2.6s cubic-bezier(0.23, 0.01, 0, 1.04), opacity 1.3s cubic-bezier(0.425, 0.005, 0, 1);
}
@media screen and (min-width: 768px) {
  .guidanceCard__ttl .t--spacer {
    padding-right: 0.2em;
  }
}
.guidanceCard__txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .guidanceCard__txt {
    font-size: 1.6rem;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .guidanceCard__linkBody {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .guidanceCard__linkBody {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__linkBody {
    display: inline-block;
    position: relative;
  }
}
.guidanceCard__link {
  align-items: center;
  aspect-ratio: 1/1;
  backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-family: "EB Garamond", serif;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .guidanceCard__link {
    cursor: none;
    font-size: 1.9rem;
    gap: 1rem;
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 16rem;
  }
  .guidanceCard__link.is-hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .guidanceCard__link {
    margin-top: 4rem;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__link {
    font-size: 1.8rem;
    gap: 1rem;
    margin-top: 3.2rem;
    opacity: 0;
    transition: opacity 0.6s;
    width: 14rem;
  }
}
.guidanceCard__link .arrow {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .guidanceCard__link .arrow {
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__link .arrow {
    width: 1.2rem;
  }
}
.guidanceCard__comingSoon {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-family: "EB Garamond", serif;
  font-style: italic;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .guidanceCard__comingSoon {
    font-size: 2.6rem;
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .guidanceCard__comingSoon {
    font-size: 2.4rem;
    width: 22rem;
  }
}
.movieArea {
  background-attachment: fixed;
  clip-path: inset(0);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.movieArea__body {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.movieArea__body .moviePlayer {
  height: 100%;
  width: 100%;
}
.movieArea__body .moviePlayer__trigger {
  pointer-events: none;
}
.movieArea__body .moviePlayer__thumb {
  height: 100%;
  transform: scale(1);
}
.movieArea__body .moviePlayer__icon {
  opacity: 0;
}
.movieArea__bg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movieArea__bg {
    padding: 6.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .movieArea__bg {
    padding: 12.4rem 0;
  }
}
.movieArea__catch {
  color: rgba(255, 255, 255, 0.2);
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  left: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movieArea__catch {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .movieArea__catch {
    font-size: 8rem;
  }
}
.movieArea.is-active .movieArea__body .moviePlayer__trigger {
  pointer-events: auto;
}
.movieArea.is-active .movieArea__body .moviePlayer__icon {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .topInfoGroup {
    padding: 12rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfoGroup {
    padding: 6.4rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .topInfoGroup .informationSect + .newsSect {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfoGroup .informationSect + .newsSect {
    margin-top: 4rem;
  }
}
.fiveSensesBnr {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fiveSensesBnr {
    margin: -17rem auto 0;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .fiveSensesBnr {
    margin: -4rem auto 0;
    width: 37rem;
  }
}
@media screen and (min-width: 768px) {
  .fiveSensesBnr:hover .fiveSensesBnr__visual .photo__image {
    filter: brightness(1.2);
  }
  .fiveSensesBnr:hover .fiveSensesBnr__guide {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
  }
}
@media (hover: hover) and (pointer: fine) {
  .fiveSensesBnr:hover .fiveSensesBnr__visual .photo__image {
    filter: brightness(1.2);
  }
  .fiveSensesBnr:hover .fiveSensesBnr__guide {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
  }
}
.fiveSensesBnr__visual .photo__image {
  transition: 0.7s ease;
  transition-property: filter;
}
.fiveSensesBnr__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.fiveSensesBnr__ttl {
  color: #d6c4a0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 0 5.76rem rgba(0, 51, 87, 0.5);
}
@media screen and (min-width: 768px) {
  .fiveSensesBnr__ttl {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fiveSensesBnr__ttl {
    font-size: 4.4rem;
  }
}
.fiveSensesBnr__txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fiveSensesBnr__txt {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .fiveSensesBnr__txt {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.fiveSensesBnr__guide {
  align-items: center;
  aspect-ratio: 1/1;
  backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  transition: 0.7s ease;
  transition-property: background-color, border-color, transform;
  width: 8rem;
}
.fiveSensesBnr__arrow {
  color: #fff;
  display: flex;
  height: 1.2rem;
  width: 1.2rem;
}
.areaGuideBnr__link {
  align-items: center;
  background-color: #606060;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .areaGuideBnr__link {
    gap: 1.2rem;
    margin: 4rem auto 0;
    padding: 11rem 0;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .areaGuideBnr__link {
    gap: 1.2rem;
    height: 30rem;
    margin: 2rem auto 0;
    padding: 8rem 2rem;
    width: 37rem;
  }
}
.areaGuideBnr__en {
  font-family: Lato, sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .areaGuideBnr__en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .areaGuideBnr__en {
    font-size: 1.2rem;
  }
}
.areaGuideBnr__txt {
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .areaGuideBnr__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .areaGuideBnr__txt {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
