@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
[data-type] {
  width: 0;
  animation: none;
  display: inline-block;
  overflow: hidden;
  margin-right: auto;
  white-space: nowrap;
  transition: 0.5s ease;
  text-align: left;
}
[data-type].active {
  animation: typing 1s steps(40, end);
  width: 100%;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.banner.home-banner {
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--footerstrip));
    text-indent: initial;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper {
    bottom: 25%;
  }
}

@media only screen and (max-width: 675px) {
  body.ios .home-secA:before {
    background-attachment: initial;
  }
}

.home-secA {
  position: relative;
  background: var(--prime);
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
  display: flex;
  align-items: center;
}
.home-secA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/vector/vector-1.jpg) no-repeat;
}
.home-secA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    height: auto;
    padding: 4rem 0;
    display: block;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 2rem 0;
    text-indent: initial;
  }
}
.home-secA::before {
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.15;
}
.home-secA::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4455) 14.5%, rgba(0, 0, 0, 0.55) 50.5%, rgba(0, 0, 0, 0.4675) 80.5%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.home-secA .container {
  position: relative;
  z-index: 1;
}
.home-secA .content {
  text-align: center;
}
.home-secA .content .ico {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .ico {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .ico {
    margin-bottom: 20px;
  }
}
.home-secA .content .ico img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .content .ico .logo-icon {
  width: 100px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .ico .logo-icon {
    width: 65px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .ico .logo-icon {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secA .content .ico .logo-icon {
    width: 50px;
  }
}
.home-secA .content .ico .logo-name {
  width: 219px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .ico .logo-name {
    width: 170px;
  }
}
.home-secA .content .desc {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .desc {
    max-width: 650px;
    margin-bottom: 2rem;
  }
}
.home-secA .content .desc p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .home-secA .content .desc p {
    font-size: 14px;
  }
}
.home-secA .content .heading.gradient-heading {
  max-width: 530px;
  padding-bottom: 20px;
}
.home-secA .content .count-wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .count-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content .count-wrap {
    margin-top: 0rem;
  }
}
.home-secA .content .count-wrap .count-info {
  color: var(--white);
}
.home-secA .content .count-wrap .count-info h5 {
  font-family: Optima;
  font-size: 150px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .count-wrap .count-info h5 {
    font-size: 125px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secA .content .count-wrap .count-info h5 {
    font-size: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .content .count-wrap .count-info h5 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content .count-wrap .count-info h5 {
    font-size: 64px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .count-wrap .count-info h5 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .count-wrap .count-info h5 {
    font-size: 48px;
  }
}
.home-secA .content .count-wrap .count-info p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 675px) {
  .home-secA .content .count-wrap .count-info p {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .count-wrap .count-info p {
    font-size: 14px;
  }
}
.home-secA .content .aside-right-logo {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home-secA .content .aside-right-logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
}
.home-secA .content .aside-right-logo li {
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .home-secA .content .aside-right-logo li {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.home-secA .content .aside-right-logo li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .content .aside-right-logo li:not(:last-child) {
    margin-right: 15px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .content .aside-right-logo li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.home-secA .content .aside-right-logo li .ico {
  line-height: 0;
  margin-bottom: 5px;
  width: 35px;
}
.home-secA .content .aside-right-logo li .ico img {
  width: 100%;
}
.home-secA .content .aside-right-logo li h6 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 520px) {
  .home-secA .content .aside-right-logo li h6 {
    font-size: 14px;
  }
}
.home-secA .content .aside-right-logo li p {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .home-secA .content .aside-right-logo li p {
    font-size: 12px;
    line-height: 18px;
  }
}

.home-secB {
  position: sticky;
  top: var(--headerfixed);
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    height: auto;
  }
}
.home-secB .bg {
  line-height: 0;
  height: 100%;
}
.home-secB .bg img, .home-secB .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
  padding-top: 43px;
}
.home-secB figure img {
  width: 100%;
  height: 100%;
}

.home-secC {
  position: sticky;
  top: var(--headerfixed);
}
@media only screen and (min-width: 1152px) {
  .home-secC {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 675px) {
  .home-secC {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1152px) {
  .home-secC .colA, .home-secC .colB {
    height: 100%;
  }
}
.home-secC .colA {
  flex: 0 1 60%;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colA {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colA {
    flex: 0 1 100%;
  }
}
.home-secC .colA figcaption {
  text-align: center;
  bottom: 5rem;
}
@media only screen and (max-width: 675px) {
  .home-secC .colA figcaption {
    bottom: 3rem;
  }
}
.home-secC .colA figcaption h3 {
  display: inline-block;
  color: var(--white);
  font-family: Palmaton;
  font-size: 96px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colA figcaption h3 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colA figcaption h3 {
    font-size: 50px;
  }
}
.home-secC .colB {
  flex: 1;
  display: flex;
  align-items: center;
  background: url(../../images/vector/vector-4.svg) no-repeat;
  background-position: bottom right;
  background-size: 60% auto;
}
@media only screen and (max-width: 675px) {
  .home-secC .colB {
    flex: 0 1 100%;
    text-align: center;
  }
}
.home-secC .colB .content {
  padding: 82px 22px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colB .content {
    padding: 55px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colB .content {
    padding: 40px 22px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 22px;
  }
}
.home-secC .colB .content .ico {
  width: 67px;
  line-height: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colB .content .ico {
    width: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content .ico {
    width: 67px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secC .colB .content .ico img {
  width: 100%;
}
.home-secC .colB .content .heading {
  margin-bottom: 20px;
}
.home-secC .colB .content .heading span {
  font-weight: 400;
  font-style: italic;
}
.home-secC .colB .content .desc p {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content .desc p {
    font-size: 14px;
  }
}

.home-secD {
  background: var(--pink-light);
  position: relative;
  padding: 60px 0 80px;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 50px 0 55px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 45px 0;
  }
}
.home-secD .heading .sub-title {
  margin-bottom: 12px;
}
.home-secD .heading .tagline {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .home-secD .upper-sec {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec {
    position: unset;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .upper-sec .swiper-nav {
    bottom: -50%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: auto;
    top: 36%;
    width: 100%;
    padding: 0 15px;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .upper-sec .swiper-nav {
    top: 39%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav .swiper-prev, .home-secD .upper-sec .swiper-nav .swiper-next {
    background: var(--primary);
    border: none;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav .swiper-prev path[stroke], .home-secD .upper-sec .swiper-nav .swiper-next path[stroke] {
    stroke: var(--white);
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav .swiper-prev path[fill], .home-secD .upper-sec .swiper-nav .swiper-next path[fill] {
    fill: var(--white);
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav .swiper-prev.swiper-button-disabled, .home-secD .upper-sec .swiper-nav .swiper-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
}
.home-secD .upper-sec .swiper-nav .specification-fraction {
  flex: 1;
  color: var(--primary);
}
@media only screen and (max-width: 675px) {
  .home-secD .upper-sec .swiper-nav .specification-fraction {
    display: none;
  }
}
.home-secD .specification-wrap {
  padding-left: 5rem;
}
@media only screen and (max-width: 1300px) {
  .home-secD .specification-wrap {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .specification-wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secD .specification-wrap {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secD .specification-wrap {
    padding-left: 10px;
  }
}
.home-secD .swiper .item figure {
  position: relative;
  line-height: 0;
}
.home-secD .swiper .item figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secD .swiper .item figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.home-secD .swiper .item figure img {
  width: 100%;
  aspect-ratio: 1.2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD .swiper .item figcaption {
  padding-top: 22px;
}
.home-secD .swiper .item figcaption h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--primary);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-secD .swiper .item figcaption h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper .item figcaption h6 {
    font-size: 16px;
  }
}
.home-secD .swiper .item figcaption p {
  font-size: 14px;
  line-height: 18px;
  color: var(--text);
}
.home-secD .btn-div-btm {
  margin-top: 62px;
}

.home-secE {
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
}
@media only screen and (max-width: 991px) {
  .home-secE {
    height: auto;
    position: relative;
    height: 400px;
    top: 0;
  }
}
.home-secE::before {
  background: linear-gradient(180deg, rgba(0, 6, 2, 0) 0%, #0F361C 100%);
}

.home-secF {
  position: relative;
  padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .home-secF {
    padding-top: 0;
    background: var(--prime);
  }
}
.home-secF .heading {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 3rem;
    z-index: 2;
  }
}
.home-secF .heading .sub-title {
  color: #fff;
  padding-bottom: 10px;
}
.home-secF .heading .tagline {
  max-width: 640px;
  margin: 0 auto;
}
.home-secF .amenities-wrap {
  padding: 12px 0 0;
  padding-left: 56px;
}
@media only screen and (max-width: 1300px) {
  .home-secF .amenities-wrap {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secF .amenities-wrap {
    padding-top: 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secF .amenities-wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secF .amenities-wrap {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secF .amenities-wrap {
    padding-left: 10px;
  }
}
.home-secF .amenities-wrap .swiper {
  padding-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .home-secF .amenities-wrap .swiper {
    padding-bottom: 4rem;
  }
}
.home-secF .amenities-wrap .swiper-nav {
  max-width: 93.3%;
  top: 40%;
}
@media only screen and (max-width: 675px) {
  .home-secF .amenities-wrap .swiper-nav {
    max-width: 80.3%;
  }
}
.home-secF .item {
  border-radius: 10px;
  overflow: hidden;
}
.home-secF .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-secF .item figcaption {
  text-align: center;
  color: var(--white);
  padding: 0 20px 30px;
}
.home-secF .item figcaption h6 {
  line-height: 1.25;
  text-transform: capitalize;
}
@media only screen and (max-width: 675px) {
  .home-secF .item figcaption h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secF .item figcaption h6 {
    font-size: 18px;
  }
}

body:is(.ios) .home-secG .location-map-wrap {
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
          clip-path: ellipse(50% 100% at 50% 100%);
}

.home-secG {
  background: var(--pink-light) url(../../images/vector/vector-2.svg) no-repeat;
  position: relative;
  padding: 80px 0 0;
  background-position: 0 100%;
  background-size: 100% auto;
}
@media only screen and (max-width: 675px) {
  .home-secG {
    padding-top: 3.5rem;
  }
}
.home-secG .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .home-secG .heading {
    margin-bottom: 40px;
  }
}
.home-secG .heading .sub-title {
  padding-bottom: 10px;
}
.home-secG .heading .tagline {
  max-width: 640px;
  margin: 0 auto;
}
.home-secG .advantage-wrap {
  --dot: 14px;
  position: relative;
  margin-bottom: 64px;
}
.home-secG .advantage-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #A6A6A6;
}
@media only screen and (max-width: 675px) {
  .home-secG .advantage-wrap {
    margin-bottom: 2rem;
  }
}
.home-secG .advantage-wrap::before {
  top: auto;
  height: 1px;
  bottom: var(--dot);
}
.home-secG .advantage-slider {
  padding: 0 15px;
  padding-bottom: var(--dot);
}
@media only screen and (max-width: 675px) {
  .home-secG .advantage-slider {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 30px);
  }
}
.home-secG .advantage-slider .item {
  text-align: center;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 48px;
  position: relative;
}
.home-secG .advantage-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #A6A6A6;
}
@media only screen and (max-width: 675px) {
  .home-secG .advantage-slider .item {
    padding-bottom: 15px;
  }
}
.home-secG .advantage-slider .item::before {
  height: var(--dot);
  width: var(--dot);
  border-radius: 50%;
  top: auto;
  bottom: calc(var(--dot) / -2);
  right: auto;
  left: 50%;
  translate: -50% 0;
}
.home-secG .advantage-slider .item .ico {
  line-height: 0;
  margin-bottom: 16px;
}
.home-secG .advantage-slider .item .ico img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secG .advantage-slider .item .loc, .home-secG .advantage-slider .item .dst {
  font-size: 16px;
  line-height: 1.2;
}
.home-secG .advantage-slider .item .loc {
  color: var(--text);
  margin-bottom: 12px;
}
.home-secG .advantage-slider .item .dst {
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  .home-secG .swiper-nav {
    max-width: calc(100% - 56px);
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .swiper-nav {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 345px) {
  .home-secG .swiper-nav {
    max-width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 320px) {
  .home-secG .swiper-nav {
    max-width: calc(100% - 20px);
  }
}
.home-secG .location-map-wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
}
@media only screen and (max-width: 991px) {
  .home-secG .location-map-wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .location-map-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .home-secG .location-map-wrap {
    width: calc(100% - 30px);
  }
}
.home-secG .location-map-wrap .location-map {
  display: block;
  width: 100%;
  height: 50%;
  aspect-ratio: 2;
  line-height: 0;
  box-shadow: -9px -45px 85.9px 0px rgba(228, 205, 183, 0.7215686275);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-secG .location-map-wrap .location-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--pink-light);
}
.home-secG .location-map-wrap .location-map::after {
  mix-blend-mode: multiply;
}
.home-secG .location-map-wrap .location-map iframe {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  filter: grayscale(1);
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .home-secG .location-map-wrap .location-map iframe {
    mix-blend-mode: multiply;
  }
}
.home-secG .location-map-wrap .location-map .location-ico {
  position: absolute;
  left: 50%;
  top: 27%;
  translate: -50% 0;
  line-height: 0;
  z-index: 3;
  animation: jump 1s ease-in-out infinite;
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .location-map-wrap .location-map .location-ico {
    width: 30px;
  }
}

.home-secH {
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
}
@media only screen and (max-width: 991px) {
  .home-secH {
    height: auto;
  }
}
@media only screen and (max-width: 675px) {
  .home-secH {
    position: relative;
    top: 0;
  }
}
.home-secH figcaption {
  line-height: 0;
}
.home-secH figcaption img {
  width: 100%;
}

.home-secI {
  padding: 82px 0 92px;
  position: relative;
  background: var(--white);
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .home-secI {
    padding: 3.5rem 0;
  }
}
.home-secI .heading {
  margin-bottom: 32px;
}
@media only screen and (max-width: 675px) {
  .home-secI .heading {
    margin-bottom: 1rem;
  }
}
.home-secI .floor-nav {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 991px) {
  .home-secI .floor-nav {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.home-secI .floor-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  position: relative;
  transition: 0.5s ease;
  color: var(--text);
}
.home-secI .floor-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav li {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-secI .floor-nav li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.home-secI .floor-nav li.active {
  color: var(--primary);
}
.home-secI .floor-nav li.active::before {
  width: 100%;
}
.home-secI .floor-nav li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav li:not(:last-child) {
    margin-right: 12px;
  }
}
.home-secI .floor-nav-content .upper-sec {
  line-height: 0;
  margin-bottom: 30px;
  position: relative;
}
.home-secI .floor-nav-content .upper-sec img {
  width: 100%;
  filter: blur(3px);
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav-content .upper-sec img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-secI .floor-nav-content .upper-sec .enqr-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home-secI .floor-nav-content .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec {
    gap: 2rem;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav-content .bottom-sec .col-md {
    flex: 0 1 100%;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md h6 {
    margin-bottom: 26px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
    gap: 12px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col {
  flex: 1;
  border: 1px solid #A47F56;
  border-radius: 10px;
  padding: 16px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col {
    padding: 10px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .ttl {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .ttl {
    font-size: 13px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .des {
  color: var(--text);
  font-size: 12px;
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .des:not(:last-of-type) {
  margin-bottom: 4px;
}

.home-secJ {
  position: relative;
  background: var(--pink-light);
  z-index: 1;
}
.home-secJ .colA {
  flex: 0 1 50%;
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .home-secJ .colA {
    flex: 0 1 100%;
    max-width: 100%;
    display: none;
  }
}
.home-secJ .colA figure {
  height: 100%;
}
.home-secJ .colA figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secJ .colB {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-secJ .colB .content {
  padding: 50px 50px;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ .colB .content {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secJ .colB .content {
    padding: 3rem 15px;
  }
}
.home-secJ .colB .content .ico {
  width: 77px;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content .ico {
    width: 60px;
    margin-bottom: 18px;
  }
}
.home-secJ .colB .content .ico img {
  width: 100%;
}
.home-secJ .colB .content .heading {
  margin-bottom: 32px;
  text-align: center;
}
.home-secJ .colB .content .heading span {
  font-weight: 400;
  font-style: italic;
}
.home-secJ .colB .content .desc-wrap .form {
  --item: 2;
  --gaptb: 25px;
  --gaplr: 35px;
  --labelbefore: var(--primary);
  --labelafter: var(--text);
  --borderbefore: var(--primary);
  --borderafter: var(--primary);
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content .desc-wrap .form {
    --gaptb: 15px;
    --gaplr: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ .colB .content .desc-wrap .form {
    --gaptb: 10px;
    --gaplr: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secJ .colB .content .desc-wrap .form {
    --item: 1;
    --gaptb: 15px;
  }
}
.home-secJ .colB .content .desc-wrap .form .sbmt-grp {
  margin-top: 20px;
}
.home-secJ .colB .content .desc-wrap .form .sbmt-grp .btn {
  --padding: 50px;
}/*# sourceMappingURL=home.css.map */