.text-rotate-wrapper,
.menu-rotate-wrapper {
  position: relative;
  overflow: hidden;
}

.text-rotate-inner,
.menu-rotate-inner {
  position: relative;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.text-rotate-text,
.menu-rotate-text {
  display: block;
  white-space: nowrap;
}

.text-rotate-wrapper[data-text-rotate-mode=css],
.menu-rotate-wrapper {
  height: 1.2em;
}
.text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner,
.text-rotate-wrapper[data-text-rotate-mode=css] .menu-rotate-inner,
.menu-rotate-wrapper .text-rotate-inner,
.menu-rotate-wrapper .menu-rotate-inner {
  will-change: transform;
}
.text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-text,
.text-rotate-wrapper[data-text-rotate-mode=css] .menu-rotate-text,
.menu-rotate-wrapper .text-rotate-text,
.menu-rotate-wrapper .menu-rotate-text {
  height: 1.2em;
  line-height: 1.2;
}
.text-rotate-wrapper[data-text-rotate-mode=css]:not([data-text-rotate-target]):hover .text-rotate-inner,
.menu-rotate-wrapper:not([data-text-rotate-target]):hover .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-percentage=false]:not([data-text-rotate-target]):hover .text-rotate-inner,
.menu-rotate-wrapper[data-text-rotate-percentage=false]:not([data-text-rotate-target]):hover .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.hamburger-menu:hover .menu-rotate-inner,
.hamburger-menu-close:hover .menu-rotate-inner {
  transform: translateY(-50%);
}

.hamburger-menu .menu-rotate-inner,
.hamburger-menu-close .menu-rotate-inner {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.btn:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.news__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".news__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.footer-menu-item:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.header-menu-item:hover .text-rotate-wrapper[data-text-rotate-target=".header-menu-item"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-menu-item:hover .text-rotate-wrapper[data-text-rotate-target=".hamburger-menu-item"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.for-rent__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".for-rent__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.magazine__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".magazine__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.real-estate-single .hero-section .hero__nav {
  position: fixed;
  left: 64px;
  bottom: 24px;
  z-index: 900;
}
.real-estate-single .hero-section .hero__container {
  padding-left: 56px;
  padding-right: 40px;
  padding-top: 182px;
  height: 374px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  background-color: #f4f4f4;
}
.real-estate-single .hero-section .hero__container::after {
  content: "";
  display: block;
  clear: both;
}
.real-estate-single .hero-section .hero__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.real-estate-single .hero-section .hero__title {
  font-size: 40px;
  font-weight: 300;
  z-index: 2;
  line-height: 1.2;
  margin-top: 8px;
}
.real-estate-single .hero-section .hero__pretitle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.real-estate-single .hero-section .hero__unit-logo {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.real-estate-single .hero-section .hero__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  z-index: 2;
}
.real-estate-single .hero-section .hero__breadcrumbs {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.real-estate-single .hero-section .hero__breadcrumbs .hero__breadcrumbs-inner {
  display: flex;
  align-items: center;
  height: 40px;
}
.real-estate-single .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
  display: flex;
  justify-content: end;
}
.real-estate-single .hero-section .hero__breadcrumbs .aioseo-breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.real-estate-single .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper {
  height: 1.2em;
  max-width: 200px;
  overflow: hidden;
}
.real-estate-single .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-inner {
  will-change: transform;
}
.real-estate-single .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-text {
  height: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
}
.real-estate-single .hero-section .hero__breadcrumbs .aioseo-breadcrumb a:hover .text-rotate-wrapper .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.real-estate-single .hero-section .hero__heading-bg {
  position: absolute;
  bottom: -19px;
  left: -6px;
  font-size: 200px;
  letter-spacing: 4px;
  font-weight: 100;
  line-height: 100%;
  color: #fff;
  z-index: 1;
}
.real-estate-single .hero-section .hero__mark {
  position: absolute;
  top: 40px;
  left: 56px;
  width: 225px;
  height: 26px;
}
.real-estate-single .hero-section .hero__mark img {
  width: 100%;
  height: auto;
  display: block;
}
.real-estate-single .hero-section .hero__visual {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-left: 64px;
  background: #f4f4f4;
  position: relative;
  z-index: 3;
}
.real-estate-single .hero-section .hero__visual .hero__copy-block {
  max-width: 437px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 148px;
  min-height: 224px;
}
.real-estate-single .hero-section .hero__visual .hero__image {
  max-width: 785px;
  width: 100%;
}
.real-estate-single .hero-section .hero__visual .hero__image img {
  width: 100%;
  height: 640px !important;
  object-fit: cover;
  display: block;
}
@media (min-width: 1366px) {
  .real-estate-single .hero-section .hero__visual {
    width: 100%;
  }
  .real-estate-single .hero-section .hero__visual .hero__image {
    flex: 1 1 auto;
    width: auto;
    min-width: 785px;
  }
}
.real-estate-single .hero-section .hero__id {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.real-estate-single .hero-section .hero__symbol,
.real-estate-single .hero-section .hero__symbol-img {
  width: 100%;
  height: 30.84px;
  opacity: 0.6;
  display: block;
}
.real-estate-single .hero-section .hero__symbol-img {
  filter: invert(74%) sepia(6%) saturate(42%) hue-rotate(201deg) brightness(81%) contrast(90%);
}
.real-estate-single .hero-section .hero__copy {
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1.8;
  font-weight: 300;
  color: #a6a9ab;
}
.real-estate-single .hero-section .hero__nav-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.real-estate-single .hero-section .hero__nav-button:hover {
  opacity: 0.9;
}
.real-estate-single .hero-section .hero__nav-icon {
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
}
.real-estate-single .hero-section .hero__meta {
  display: inline-block;
  vertical-align: top;
}
.real-estate-single .hero-section .hero__meta .hero__meta-values {
  display: flex;
  align-items: center;
  height: 40px;
  letter-spacing: normal;
}
.real-estate-single .hero-section .hero__meta .hero__meta-row {
  margin-top: 8px;
}
.real-estate-single .hero-section .hero__meta .hero__meta-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: -20px;
}
.real-estate-single .hero-section .hero__meta .hero__chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 8px;
  height: 19px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #c8c9ca;
  color: #393c41;
  font-family: "Commissioner", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.real-estate-single .hero-section .hero__meta .hero__hash {
  display: inline-block;
  margin-right: 16px;
  color: #a6a9ab;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .real-estate-single .hero-section .hero__meta .hero__chip, .real-estate-single .hero-section .hero__meta .hero__hash {
    margin-bottom: 0;
  }
}
.real-estate-single .hero-section .hero__meta.is-pc {
  display: inline-block;
}
.real-estate-single .hero-section .hero__meta.is-sp {
  display: none;
}

@media (max-width: 960px) {
  .real-estate-single .hero-section .hero__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 0;
    min-height: fit-content;
    height: 32vh;
  }
  .real-estate-single .hero-section .hero__heading {
    justify-content: flex-end;
  }
  .real-estate-single .hero-section .hero__heading .hero__symbol-img {
    height: 25px;
  }
  .real-estate-single .hero-section .hero__title {
    font-size: 28px;
  }
  .real-estate-single .hero-section .hero__heading-bg {
    font-size: 72px;
    bottom: -6px;
    left: -5px;
    letter-spacing: 1.44px;
  }
  .real-estate-single .hero-section .hero__breadcrumbs {
    margin-top: 20px;
  }
  .real-estate-single .hero-section .hero__breadcrumbs .hero__breadcrumbs-inner {
    height: auto;
  }
  .real-estate-single .hero-section .hero__info-row {
    justify-content: flex-end;
  }
  .real-estate-single .hero-section .hero__meta.is-pc {
    display: none;
  }
  .real-estate-single .hero-section .hero__meta.is-sp {
    display: inline-block;
    padding: 24px 32px 0;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
  }
  .real-estate-single .hero-section .hero__meta.is-sp .hero__meta-row .hero__hash {
    font-size: 10px;
    margin-right: 8px;
  }
  .real-estate-single .hero-section .hero__meta.is-sp .hero__chip {
    font-size: 10px;
    padding: 3px 8px;
  }
  .real-estate-single .hero-section .hero__meta.is-sp .hero__meta-values {
    margin-top: 0;
    min-height: 18px;
  }
  .real-estate-single .hero-section .hero__visual {
    flex-direction: column-reverse;
    padding: 0;
    gap: 48px;
  }
  .real-estate-single .hero-section .hero__visual .hero__image img {
    height: 300px !important;
    object-position: center;
    object-fit: cover;
  }
  .real-estate-single .hero-section .hero__visual .hero__copy-block {
    padding-top: 0;
    min-height: 58px;
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  .real-estate-single .hero-section .hero__visual .hero__copy-block .hero__copy {
    font-size: 18px;
  }
}
