@charset "UTF-8";
/* ===================================================================

 file name  :high-floor.css
 page name  :高層階訴求LP（/high-floor/）

=================================================================== */
.page--high-floor .l-main,
.page--high-floor .l-main * {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-feature-settings: 'palt' 1;
}
.l-main {
  padding: 0;
}

/* =============================
	共通パーツ
=============================== */
.hf-c-num {
  font-family: 'EB Garamond', serif;
}
.hf-c-accent {
  color: #db5f71;
}
.hf-c-handwrite {
  font-family: 'Yomogi', 'Shippori Mincho', cursive;
  color: #796a56;
  line-height: 1.4;
}
.hf-c-hdg {
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.5;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}
.hf-c-hdg--white {
  color: #fff;
}
.hf-c-lead {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.hf-c-accenticon {
  text-align: center;
  margin-bottom: 15px;
}
.hf-c-accenticon img {
  width: 60px;
  height: auto;
}
.hf-c-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: right;
  line-height: 1.4;
}
.hf-note {
  padding: 15px 20px;
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .hf-c-hdg {
    font-size: 4.4rem;
  }
  .hf-c-lead {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .hf-c-caption {
    padding: 0.2em 0.5em;
    font-size: 1.2rem;
  }
}
/* =============================
	MV
=============================== */
.mv {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.mv-fig {
  position: relative;
}

.mv-fig-cap {
  font-size: 1rem;
}
.mv-fig-cap span {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-inline: 0.5em;
}

.mv-fig-cap-l {
  left: 0;
}

.mv-fig-cap-r {
  right: 0;
}
.mv-note {
  padding-right: 0.5em;
  font-size: 1rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .mv-fig-cap {
    font-size: 1.2rem;
  }
  .mv-note {
    font-size: 1.2rem;
  }
}

/* =============================
	高層階の魅力
=============================== */
.hf-merit {
  margin-top: -2.5em;
  padding: 70px 0 0;
  background: #fbf9f7;
}
.hf-merit__head {
  text-align: center;
}
.hf-merit__head .hf-c-accent {
  display: inline-block;
  position: relative;
}
.hf-merit__head .hf-c-accent .hf-c-accent-sub {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  color: #db5f71;
  position: absolute;
  bottom: -1.5em;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}

.hf-merit__body {
  margin-top: 40px;
}
.hf-merit__box {
  position: relative;
}

.hf-merit__person {
  width: 40%;
  margin-top: -10%;
  margin-left: auto;
  position: relative;
  max-width: 280px;
  z-index: 10;
}

.hf-merit__photo {
  position: relative;
}
.hf-merit__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.hf-merit__photo .hf-merit__photo-balloon {
  top: 15%;
  right: auto;
  left: 8%;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .hf-merit__head {
    width: 900px;
  }
  .hf-merit .hf-c-lead {
    letter-spacing: -0.05em;
  }
  .hf-merit__body {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-top: 50px;
  }
  .hf-merit__box {
    flex: 1;
    width: 900px;
    margin-bottom: 80px;
  }

  .hf-merit__person {
    flex-shrink: 0;
    width: 350px;
    max-width: none;
    margin: -70px 0 0;
  }
}

/* =============================
	本件ならではの眺望
=============================== */
.hf-view {
  background: #fbf9f7 url(../img/high-floor/bg_view_intro.webp) no-repeat 50% top / 100% auto;
}
.hf-view__intro {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.hf-view__intro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hf-view__intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.hf-view__intro-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(251, 249, 247, 0), #fbf9f7);
}
.hf-view__head {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hf-view__land {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 30px 20px 0;
  background: #fff;
  border: 1px solid #f5ebde;
  border-image: linear-gradient(to right, rgba(245, 235, 222, 1) 0%, rgba(198, 165, 126, 1) 50%, rgba(245, 235, 222, 1) 100%) 1;
}
.hf-view__land-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #b99060;
  letter-spacing: 0.1em;
  text-align: center;
}
.hf-view__land-txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.hf-view__land-person {
  position: relative;
  max-width: 200px;
  margin: 25px auto 0;
}
.hf-view__land-person img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.hf-view__land-balloon {
  position: absolute;
  top: -15px;
  right: -20px;
  width: 120px;
  margin: 0;
}
.hf-view__land-balloon img {
  width: 100%;
  height: auto;
}
.hf-view__land-balloon span {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.8rem;
  white-space: nowrap;
}
.hf-view__land-fig {
  margin: 30px 0 0;
}
.hf-view__photos {
  padding: 0 0 40px;
}
.hf-view__photo {
  position: relative;
  margin: 0 auto 20px;
  max-width: 1280px;
  overflow: hidden;
}
.hf-view__photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.hf-view__movie {
  padding: 0 20px 60px;
  text-align: center;
}
.hf-view__movie-ttl {
  font-size: 1.3rem;
  font-weight: 600;
  color: #b99060;
  letter-spacing: 0.05em;
}
.hf-view__movie-thumb {
  position: relative;
  margin: 25px auto 0;
  max-width: 820px;
}

@media screen and (min-width: 768px) {
  .hf-view__land {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 40px 80px;
    position: relative;
  }
  .hf-view__land-text {
    flex: 1;
    width: 460px;
  }
  .hf-view__land-ttl {
    text-align: left;
    color: #b99060;
    font-size: 2.6rem;
  }
  .hf-view__land-txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
  }
  .hf-view__land-fig {
    flex-shrink: 0;
    width: 540px;
    margin-top: 0;
  }
  .hf-view__land-person {
    position: absolute;
    max-width: none;
    width: 250px;
    margin: 0;
    left: 250px;
    bottom: 0;
  }
  .hf-view__photos {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .hf-view__photo img {
    width: 100%;
    height: auto;
  }
  .hf-view__movie {
    padding: 0 0 60px;
  }

  .hf-view__movie-ttl {
    font-size: 2.6rem;
  }
}
/* =============================
	動画ポップアップ
=============================== */
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  display: none;
}
.popup__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1024px;
}
.video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.close__btn {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* =============================
	価格
=============================== */
.hf-price {
  padding: 60px 0 0;
  background: #fff;
}
.hf-price__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.hf-price__card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hf-price__photo {
  position: relative;
  margin-top: 50px;
}
.hf-price__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .hf-price {
    padding: 60px 0 0;
  }
  .hf-price__list {
    flex-direction: row;
    gap: 40px;
    margin-block: 40px 80px;
  }
  .hf-price__card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
/* =============================
	CTA
=============================== */
.hf-cta {
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
  text-align: center;
  background: url(../img/high-floor/bg_cta.webp) no-repeat 50% 50% / cover;
}
.hf-cta__head {
  position: relative;
  z-index: 1;
}
.hf-cta__accent-gold {
  color: #d8af7f;
}
.hf-cta__lead {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.hf-cta__lead strong {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.hf-cta__btn {
  position: relative;
  z-index: 1;
  margin: 35px auto 0;
  max-width: 400px;
}
.hf-cta__btn a {
  display: block;
  padding: 15px;
  background: linear-gradient(90deg, #b99060, #d8af7f, #b99060);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hf-cta__lead {
    font-size: 1.8rem;
  }
  .hf-cta__lead strong {
    font-size: 3.2rem;
  }
  .hf-cta__btn a {
    color: #fff;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
  }
}
