*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  font-family: "Teachers", sans-serif;
  color: white;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nebula-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: linear-gradient(185deg, #1F1C2D 4.51%, #142426 87.92%);
  animation: nebulaMove 25s ease infinite alternate;
}

@keyframes nebulaMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#bubbleCanvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.branding-bg-overlay {
  position: fixed;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
@media (max-width: 768px) {
  .branding-bg-overlay {
    left: 5%;
    width: 90%;
  }
}

.branding-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 500;
}
@media (max-width: 768px) {
  .branding-header {
    height: 60px;
    padding: 0 20px;
  }
}

.header-logo {
  font-family: "Teachers", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: white;
  line-height: 127px;
}
@media (max-width: 768px) {
  .header-logo {
    font-size: 28px;
    line-height: 60px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 256px;
  padding: 8px 32px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-family: "Teachers", sans-serif;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: white;
  background: transparent;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.header-pill:hover {
  background: white;
  color: #000;
  border-color: white;
}
@media (max-width: 768px) {
  .header-pill {
    display: none;
  }
}

.hamburger-trigger {
  width: 50px;
  height: 28px;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .hamburger-trigger {
    width: 23px;
    height: 13px;
  }
}
.hamburger-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .hamburger-trigger span {
    height: 1px;
  }
}
.hamburger-trigger.is-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.re-fv {
  position: relative;
  width: 100%;
  padding-bottom: 250px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re-fv {
    min-height: 0;
    padding-bottom: 40px;
  }
}

.re-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform, opacity;
}
.re-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .re-fv__bg img {
    object-position: 62% center;
  }
}

.re-fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 16, 0.35) 0%, rgba(5, 5, 16, 0) 35%, rgba(5, 5, 16, 0.92) 100%), linear-gradient(90deg, rgba(5, 5, 16, 0.55) 0%, rgba(5, 5, 16, 0.12) 55%);
}

.re-fv__sparkle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform, opacity;
}

.re-fv__inner {
  position: relative;
  z-index: 10;
  padding: 200px 40px 0 clamp(24px, 10vw, 146px);
}
@media (max-width: 768px) {
  .re-fv__inner {
    padding: 108px 24px 0;
  }
}

.re-fv__lead-wrap {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .re-fv__lead-wrap {
    display: block;
  }
}

.re-fv__frame {
  position: absolute;
  background: #c5a059;
  z-index: 6;
  pointer-events: none;
}
@media (min-width: 769px) {
  .re-fv__frame--top {
    top: -30px;
    left: -75px;
    width: 50%;
    height: 1px;
  }
  .re-fv__frame--left {
    top: -60px;
    left: -55px;
    width: 1px;
    height: 180px;
  }
  .re-fv__frame--bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  .re-fv__frame--top {
    top: -18px;
    right: -10px;
    width: 32%;
    height: 1px;
  }
  .re-fv__frame--left {
    display: block;
    top: -38px;
    right: 10px;
    height: 130px;
    width: 1px;
  }
  .re-fv__frame--bottom {
    display: block;
    bottom: -40px;
    left: -30px;
    width: 56%;
    height: 1px;
  }
}

.re-fv__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 0.03em;
  color: #f0f0f0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.re-fv__lead span {
  display: block;
}
@media (max-width: 768px) {
  .re-fv__lead {
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 0.02em;
  }
}

.re-fv__sp-br {
  display: none;
}
@media (max-width: 768px) {
  .re-fv__sp-br {
    display: block;
  }
}

.re-fv__divider {
  display: block;
  width: 79px;
  height: 1px;
  background: #c5a059;
  margin: 30px 0 22px;
}
@media (max-width: 768px) {
  .re-fv__divider {
    display: none;
  }
}

.re-fv__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #f0f0f0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.re-fv__sub span {
  display: block;
}
@media (max-width: 768px) {
  .re-fv__sub {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.06em;
    text-align: right;
    margin-top: 200px;
  }
}

.re-fv__bg-text {
  position: absolute;
  left: clamp(20px, 6vw, 90px);
  top: 541px;
  z-index: 5;
  font-family: "Teachers", sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: white;
  opacity: 0.12;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .re-fv__bg-text {
    display: none;
  }
}

.content-area {
  position: relative;
  z-index: 20;
  max-width: 1070px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-area {
    width: 90%;
    max-width: 320px;
  }
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  z-index: 15;
  pointer-events: none;
}

.content-inner {
  position: relative;
  z-index: 20;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 85px;
}
@media (max-width: 768px) {
  .content-inner {
    padding: 0 20px;
    max-width: 100%;
  }
}

.section-hero {
  text-align: center;
  padding: 160px 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .section-hero {
    padding: 80px 0;
  }
}
.section-hero .section-hero__en {
  display: none;
}
@media (max-width: 768px) {
  .section-hero .section-hero__en {
    display: block;
    font-family: "Teachers", sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 0.92;
    letter-spacing: 0.01em;
    color: white;
    opacity: 0.13;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.2em;
    text-align: center;
    white-space: normal;
    pointer-events: none;
    user-select: none;
  }
}
.section-hero .section-title__en {
  display: none;
}
@media (max-width: 768px) {
  .section-hero .section-title__en {
    display: block;
    font-family: "Teachers", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    color: white;
    opacity: 0.2;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 72px;
  }
}

.section-hero__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  color: #f0f0f0;
  letter-spacing: 0.01em;
  margin-top: -30px;
  position: relative;
}
@media (max-width: 768px) {
  .section-hero__ja {
    font-size: 24px;
    margin-top: -5px;
  }
}

.re-intro {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: white;
  max-width: 600px;
  margin: 50px auto 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .re-intro {
    font-size: 14px;
    line-height: 1.85;
    margin: 10px 0 40px;
  }
}

.brand-section {
  position: relative;
  padding: 100px 0 100px;
}
@media (max-width: 768px) {
  .brand-section {
    padding: 50px 0 50px;
  }
}

.re_container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re_container {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.re-sections {
  position: relative;
  z-index: 20;
  padding: 20px 0 60px;
}

.re-section {
  position: relative;
  margin-bottom: 56px;
}
.re-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .re-section {
    margin-bottom: 36px;
  }
}

.re-section__box {
  position: relative;
  padding: 60px 0 64px;
  width: calc(50vw + 540px);
  margin-left: calc(50% - 50vw);
  border: 1px #c5a059 solid;
  border-left-width: 0;
  border-radius: 0 25px 25px 0;
}
@media (max-width: 768px) {
  .re-section__box {
    width: calc(100vw - 24px);
    margin-left: calc(50% - 50vw);
    border-left-width: 0;
    border-radius: 0 14px 14px 0;
    padding: 36px 24px 40px 56px;
  }
}
.re-section__box .re-section__content {
  position: relative;
  z-index: 1;
  width: 992px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .re-section__box .re-section__content {
    width: auto;
    max-width: 100%;
  }
}

.re-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.re-section__bg img {
  width: 100%;
  height: auto;
}
.re-section__bg--01 {
  width: 1200px;
  left: 55%;
  top: 80px;
}
.re-section__bg--02 {
  display: none;
}
.re-section__bg--03 {
  width: 1536px;
  left: 27%;
  top: -180px;
}
.re-section__bg--04 {
  width: 1169px;
  left: 43%;
  top: 60px;
}
@media (max-width: 768px) {
  .re-section__bg {
    inset: 0;
    width: auto;
  }
  .re-section__bg--01 {
    width: 514px;
  }
  .re-section__bg--02 {
    display: block;
    width: 825px;
    height: 550px;
    left: 0;
    top: 180px;
  }
  .re-section__bg--03 {
    display: block;
    width: 825px;
    height: 550px;
    left: -440px;
    top: 200px;
  }
  .re-section__bg--04 {
    display: block;
    width: 552px;
    height: 368px;
    left: -30px;
    top: 280px;
  }
}

.re-section__num {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #c5a059;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .re-section__num {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

.re-section__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 30px;
  word-break: keep-all;
  overflow-wrap: normal;
}
.re-section__heading span {
  display: block;
}
@media (max-width: 768px) {
  .re-section__heading {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 22px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

.re-section__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: white;
  max-width: 504px;
}
.re-section__text + .re-section__text {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .re-section__text {
    font-size: 14px;
    line-height: 1.85;
    max-width: 100%;
  }
  .re-section__text + .re-section__text {
    margin-top: 16px;
  }
}

.re-section__sub {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .re-section__sub {
    margin-top: 22px;
  }
}

.re-section__sub-title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: white;
  margin-bottom: 8px;
  padding-left: 20px;
}
.re-section__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: #c5a059;
}
@media (max-width: 768px) {
  .re-section__sub-title {
    font-size: 16px;
    padding-left: 16px;
  }
  .re-section__sub-title::before {
    width: 8px;
    height: 8px;
  }
}

.re-section__emas {
  display: block;
  width: 300px;
  max-width: 55%;
  margin: 36px 0 0 auto;
}
@media (min-width: 769px) {
  .re-section__emas {
    position: absolute;
    right: 70px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .re-section__emas {
    width: 180px;
    margin: 28px auto 0;
  }
}

.site-footer {
  position: relative;
  z-index: 30;
  background: #000;
  padding: 70px 0 110px;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 42px 0 64px;
  }
}

.footer-pills {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-pills {
    gap: 16px;
  }
}
.footer-pills .footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 255px;
  height: 57px;
  border: 1px solid white;
  border-radius: 55px;
  font-family: "Teachers", sans-serif;
  font-size: 25px;
  letter-spacing: 0.07em;
  color: white;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s, color 0.3s;
}
.footer-pills .footer-pill:hover {
  background: white;
  color: #000;
}
@media (max-width: 768px) {
  .footer-pills .footer-pill {
    width: 136px;
    height: 40px;
    font-size: 14px;
    gap: 6px;
  }
}
.footer-pills .footer-pill__arrow {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
  transition: filter 0.3s;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .footer-pills .footer-pill__arrow {
    width: 27px;
  }
}
.footer-pills .footer-pill:hover .footer-pill__arrow {
  filter: invert(1);
}
.footer-pills .footer-pill__text {
  display: block;
  line-height: 1;
}

.footer-sitemap {
  max-width: 1270px;
  margin: 0 auto;
  padding: 90px 120px 0;
}
@media (max-width: 768px) {
  .footer-sitemap {
    padding: 56px 25px 0;
  }
}

.footer-sitemap__logo {
  display: inline-block;
  font-family: "Teachers", sans-serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  color: white;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .footer-sitemap__logo {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.footer-sitemap__list {
  list-style: none;
}
.footer-sitemap__list li a {
  display: inline-block;
  font-family: "Teachers", sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.07em;
  color: #d9d9d9;
  transition: color 0.3s;
}
.footer-sitemap__list li a:hover {
  color: white;
}
@media (max-width: 768px) {
  .footer-sitemap__list li a {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.07em;
  }
}

.nav-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  background: #050517;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 98px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (max-width: 768px) {
  .nav-menu {
    justify-content: flex-start;
    padding: 72px 32px 120px 45px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-menu__list {
  list-style: none;
}

.nav-menu__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.nav-menu.is-open .nav-menu__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-menu.is-open .nav-menu__item:nth-child(1) {
  transition-delay: 0.06s;
}
.nav-menu.is-open .nav-menu__item:nth-child(2) {
  transition-delay: 0.12s;
}
.nav-menu.is-open .nav-menu__item:nth-child(3) {
  transition-delay: 0.18s;
}
.nav-menu.is-open .nav-menu__item:nth-child(4) {
  transition-delay: 0.24s;
}
.nav-menu.is-open .nav-menu__item:nth-child(5) {
  transition-delay: 0.3s;
}
.nav-menu.is-open .nav-menu__item:nth-child(6) {
  transition-delay: 0.36s;
}
.nav-menu.is-open .nav-menu__item:nth-child(7) {
  transition-delay: 0.42s;
}
.nav-menu.is-open .nav-menu__item:nth-child(8) {
  transition-delay: 0.48s;
}

.nav-menu__link {
  display: inline-block;
  font-family: "Teachers", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: 0.07em;
  color: #d9d9d9;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .nav-menu__link {
    font-size: 22px;
    line-height: 46px;
  }
}
.nav-menu__link:hover {
  opacity: 0.5;
}

.nav-menu__close {
  position: absolute;
  bottom: 60px;
  left: 98px;
  width: 139px;
  height: 50px;
  background: transparent;
  border: 1px solid white;
  border-radius: 57px;
  color: #d9d9d9;
  font-family: "Teachers", sans-serif;
  font-size: 21px;
  letter-spacing: 0.07em;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .nav-menu__close {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
  }
}
.nav-menu__close:hover {
  background: white;
  color: black;
}

.nav-menu {
  z-index: 600;
}

body {
  cursor: crosshair;
}

.ripple-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.ripple-ring {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1.5px solid rgba(218, 165, 32, 0.8);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple-out 1.3s cubic-bezier(0.15, 0.5, 0.4, 1) forwards;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  100% {
    transform: translate(-50%, -50%) scale(7);
    opacity: 0;
    border-width: 0.1px;
  }
}

/*# sourceMappingURL=realestate.css.map */
