.towerresidence .hero__title {
  white-space: pre;
  color: #C1D9F1;
  font-size: 4vw;
}

@media (max-width: 1199px) {
  .towerresidence .hero__title {
    font-size: 4.4vw;
  }
}

@media (max-width: 767px) {
  .towerresidence .hero__title {
    font-size: 10.694vw;
  }
  .hero-note {
    left: unset;
    right: 11vw;
  }
}

.towerresidence-bg {
  position: relative;
}

.towerresidence-footer-img {
  width: 100%;
}

.towerresidence-footer-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  /* SP: 公開空地の表示完了後に外観をフェードイン */
  .towerresidence-footer-img.fade-in.animation.animate {
    opacity: 0;
    transform: translateY(150px);
  }

  .towerresidence-bg:has(.towerresidence-common-item:nth-child(4).animate)
    .towerresidence-footer-img.fade-in.animation.animate {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
}

.towerresidence-bg::after {
  content: "";
  background-image: url("../img/towerresidence/towerresidence-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 140.62vw;
  left: 0;
  top: 46.46vw;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991px) {
  .towerresidence-bg::after {
    height: 290.62vw;
  }
}

@media (max-width: 767px) {
  .towerresidence-bg::after {
    /*height: 358.94vw;*/
    height: 298.94vw;
    /*top: 53.19vw;*/
    top: unset;
    bottom: 162vw;
  }
}

.towerresidence .section__station {
  padding: 62px 0;
}

.section__station.pt {
  padding-top: 117px;
}

@media (max-width: 767px) {
  .towerresidence .section__station {
    padding: 6.25vw 0;
  }

  .section__station.pt {
    padding-top: 19.72vw;
  }
}

.towerresidence-entrance-scroll {
  position: relative;
  height: calc(100vh * 5);
  --tr-fade-duration: 1.0s;
  --tr-fade-ease: cubic-bezier(0.33, 0, 0.2, 1);
  --tr-fade-shift: 24px;
  --tr-zoom-scale: 1.08;
}

@supports (-webkit-touch-callout: none) {
  .towerresidence-entrance-scroll {
    --tr-fade-duration: 1.4s;
  }
}

.towerresidence-entrance-scroll__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.towerresidence-entrance-scroll__slides,
.towerresidence-entrance-scroll__slide,
.towerresidence-entrance-scroll__media {
  position: absolute;
  inset: 0;
}

.towerresidence-entrance-scroll__slide {
  pointer-events: none;
}

.towerresidence-entrance-scroll__slide.is-active {
  pointer-events: auto;
}

.towerresidence-entrance-scroll__media {
  opacity: 0;
  transition: opacity var(--tr-fade-duration) var(--tr-fade-ease);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.towerresidence-entrance-scroll__slide.is-active:not(.is-entering):not(.is-leaving) .towerresidence-entrance-scroll__media {
  opacity: 1;
}

.towerresidence-entrance-scroll__slide.is-settled .towerresidence-entrance-scroll__media {
  opacity: 1;
  animation: none;
}

.towerresidence-entrance-scroll__slide.is-settled .towerresidence-entrance-scroll__caption {
  opacity: 1;
  animation: none;
}

@keyframes trEntranceFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes trEntranceFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes trEntranceZoomOut {
  from {
    transform: scale(var(--tr-zoom-scale));
  }
  to {
    transform: scale(1);
  }
}

@keyframes trEntranceOverlayIn {
  from {
    background-color: rgba(13, 31, 63, 0);
  }
  to {
    background-color: rgba(13, 31, 63, 0.7);
  }
}

@keyframes trEntranceOverlayOut {
  from {
    background-color: rgba(13, 31, 63, 0.7);
  }
  to {
    background-color: rgba(13, 31, 63, 0);
  }
}

@keyframes trEntranceTextUp {
  from {
    opacity: 0;
    transform: translateY(var(--tr-fade-shift));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trEntranceTextDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(var(--tr-fade-shift));
  }
}

.towerresidence-entrance-scroll__slide.is-leaving {
  z-index: 2;
  pointer-events: none;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__media,
.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__caption,
.towerresidence-entrance-scroll__slide.is-entering .towerresidence-entrance-scroll__media,
.towerresidence-entrance-scroll__slide.is-entering .towerresidence-entrance-scroll__caption {
  transition: none;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__media,
.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__caption {
  opacity: 1;
  animation: trEntranceFadeOut var(--tr-fade-duration) var(--tr-fade-ease) forwards;
}

.towerresidence-entrance-scroll__slide.is-entering .towerresidence-entrance-scroll__media,
.towerresidence-entrance-scroll__slide.is-entering .towerresidence-entrance-scroll__caption {
  animation: trEntranceFadeIn var(--tr-fade-duration) var(--tr-fade-ease) forwards;
}

.towerresidence-entrance-scroll__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transform: scale(1);
}

.towerresidence-entrance-scroll__slide.is-entering .towerresidence-entrance-scroll__media img {
  animation: trEntranceZoomOut var(--tr-fade-duration) var(--tr-fade-ease) forwards;
  transition: none;
}

.towerresidence-entrance-scroll__img-sp {
  display: none;
}

.towerresidence-entrance-scroll__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(13, 31, 63, 0);
  mix-blend-mode: multiply;
  z-index: 2;
}

.towerresidence-entrance-scroll__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  padding: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.towerresidence-entrance-scroll__content .container {
  width: 100%;
}

.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__overlay {
  background-color: rgba(13, 31, 63, 0.7);
  animation: trEntranceOverlayIn var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__overlay {
  animation: trEntranceOverlayOut var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__content {
  opacity: 1;
  animation: trEntranceFadeIn var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__content {
  animation: trEntranceFadeOut var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__title,
.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__desc {
  opacity: 1;
  transform: translateY(0);
  animation: trEntranceTextUp var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__title {
  animation-delay: 0.15s;
}

.towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__desc {
  animation-delay: 0.3s;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__title,
.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__desc {
  animation: trEntranceTextDown var(--tr-fade-duration) var(--tr-fade-ease) both;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__title {
  animation-delay: 0.15s;
}

.towerresidence-entrance-scroll__slide.is-leaving .towerresidence-entrance-scroll__desc {
  animation-delay: 0.3s;
}

.towerresidence-entrance-scroll__caption {
  position: absolute;
  /*right: 61px;*/
  right: 5vw;
  bottom: 12px;
  z-index: 4;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-shadow: 0 0 7px rgb(0, 0, 0);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--tr-fade-duration) var(--tr-fade-ease);
}

.towerresidence-entrance-scroll__slide.is-active:not(.is-entering):not(.is-leaving) .towerresidence-entrance-scroll__caption {
  opacity: 1;
}

.towerresidence-entrance-scroll__indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
}

.towerresidence-entrance-scroll__indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  transition: background-color 0.4s var(--tr-fade-ease);
}

.towerresidence-entrance-scroll__indicator-dot.is-current {
  background-color: #fff;
}

.towerresidence-entrance-scroll__title,
.towerresidence-entrance-scroll__desc {
  opacity: 0;
  transform: translateY(var(--tr-fade-shift));
}

.towerresidence-entrance-scroll__title {
  font-family: "EB Garamond", "Baskervville", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.towerresidence-entrance-scroll__desc {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.38;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .towerresidence-entrance-scroll {
    height: calc(100vh * 2);
    --tr-fade-shift: calc(100vw * 24 / 720);
    --tr-sp-aspect-ratio: 1440 / 1324;
  }

  .towerresidence-entrance-scroll__sticky {
    top: 0;
    bottom: auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    overflow: hidden;
  }

  .towerresidence-entrance-scroll__header {
    flex-shrink: 0;
  }

  .towerresidence-entrance-scroll__slides {
    margin-top: 0;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: var(--tr-sp-aspect-ratio);
  }

  .towerresidence-entrance-scroll__img-pc {
    display: none;
  }

  .towerresidence-entrance-scroll__img-sp {
    display: block;
  }

  .towerresidence-entrance-scroll__caption {
    right: auto;
    left: calc((100vw - 86.111vw) / 2);
    bottom: 1.67vw;
    font-size: 2.5vw;
  }

  .towerresidence-entrance-scroll__indicator {
    bottom: calc(100vw * 20 / 720);
    gap: calc(100vw * 14 / 720);
  }

  .towerresidence-entrance-scroll__indicator-dot {
    width: calc(100vw * 10 / 720);
    height: calc(100vw * 10 / 720);
  }

  .towerresidence-entrance-scroll__title {
    font-size: calc(100vw * 30 / 720);
  }

  .towerresidence-entrance-scroll__desc {
    font-size: calc(100vw * 23 / 720);
    line-height: 1.8;
    margin-top: 4.44vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .towerresidence-entrance-scroll__overlay,
  .towerresidence-entrance-scroll__content,
  .towerresidence-entrance-scroll__title,
  .towerresidence-entrance-scroll__desc,
  .towerresidence-entrance-scroll__indicator-dot {
    transition: none;
    transform: none;
    animation: none;
  }

  .towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__overlay {
    background-color: rgba(13, 31, 63, 0.7);
  }

  .towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__content,
  .towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__title,
  .towerresidence-entrance-scroll__slide.is-text-visible .towerresidence-entrance-scroll__desc {
    opacity: 1;
    transform: none;
  }
}

.section__front {
  padding: 160px 0 100px;
}

@media (max-width: 767px) {
  .section__front {
    padding: 14.28vw 0 10.28vw;
  }
}

.towerresidence-front {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.towerresidence-front-img {
  position: relative;
  overflow: hidden;
}

.towerresidence-front-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.towerresidence-front-img-sp {
  display: none;
}

.towerresidence-front-caption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.towerresidence-front-body {
  min-width: 0;
  background-color: #dedede;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.towerresidence-front-eng {
  color: #707070;
  font-size: 21px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.towerresidence-front-jp {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 30px;
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.towerresidence-front-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.towerresidence-front-list li::before {
  content: "・";
}

@media (min-width: 768px) {
  .towerresidence-front {
    max-width: 843px;
    height: 285px;
  }

  .towerresidence-front-img {
    flex: 0 0 50%;
    height: 285px;
    min-width: 0;
  }

  .towerresidence-front-body {
    flex: 0 0 50%;
    padding: 24px 32px 24px 36px;
  }
}

@media (max-width: 767px) {
  .towerresidence-front {
    max-width: 100%;
    height: auto;
    aspect-ratio: 620 / 295;
  }

  .towerresidence-front-img {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    min-width: 0;
  }

  .towerresidence-front-img-pc {
    display: none;
  }

  .towerresidence-front-img-sp {
    display: block;
  }

  .towerresidence-front-caption {
    font-size: 1.667vw;
    right: 1.11vw;
    bottom: 0.83vw;
  }

  .towerresidence-front-body {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
    padding: 3.2vw 3.6vw;
  }

  .towerresidence-front-eng {
    font-size: 3.0vw;
  }

  .towerresidence-front-jp {
    font-size: 3.6vw;
    line-height: 1.3;
    margin-top: 0.8vw;
    padding-bottom: 1.2vw;
    white-space: nowrap;
  }

  .towerresidence-front-list {
    font-size: 2.6vw;
    margin-top: 3.2vw;
    line-height: 1.9;
  }
}

.section__common {
  padding: 100px 0 147px;
}

@media (max-width: 767px) {
  .section__common {
    padding: 10.28vw 0 14.72vw;
  }
}

.towerresidence-common-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 50px;
  margin-top: 32px;
}

.towerresidence-common-item.fade-in.animation {
  transition: all 0.75s ease-in-out;
}

.towerresidence-common-item.fade-in.animation:nth-child(1) {
  transition-delay: 0.5s;
}

.towerresidence-common-item.fade-in.animation:nth-child(2) {
  transition-delay: 0.75s;
}

.towerresidence-common-item.fade-in.animation:nth-child(3) {
  transition-delay: 0.5s;
}

.towerresidence-common-item.fade-in.animation:nth-child(4) {
  transition-delay: 0.7s;
}

.towerresidence-common-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.towerresidence-common-eng {
  color: #517fbbbf;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 18px;
}

.towerresidence-common-jp {
  color: #0a3b8e;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 6px;
}

.towerresidence-common-txt {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.666;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .towerresidence-common-grid {
    grid-template-columns: 1fr;
    gap: 6.33vw;
    margin-top: 6.94vw;
  }

  .towerresidence-common-item.fade-in.animation:nth-child(2),
  .towerresidence-common-item.fade-in.animation:nth-child(4) {
    transition-delay: 0.2s;
  }

  .towerresidence-common-eng {
    font-size: 3.333vw;
    margin-top: 3.33vw;
  }

  .towerresidence-common-jp {
    font-size: 4.444vw;
    margin-top: 1.11vw;
  }

  .towerresidence-common-txt {
    font-size: 3.056vw;
    margin-top: 2.22vw;
  }
}

.mv__inquiries.inquiry {
  margin-top: -29%;
}
