@charset "UTF-8";

/*=====================
  premium_floor.css
=====================*/


/*---------------------*/
/* ページ共通 */
/*---------------------*/

#premium_floor #mainArea {
  margin-bottom: 0;
  position: relative;
}

#premium_floor .pagetitle>h1,
#premium_floor .pagetitle>p,
#premium_floor .top_bg>h2,
#premium_floor .leadcopy p,
#premium_floor .leadTxt p {
  color: #FFF;
}

#premium_floor .leadTxt {
  margin-bottom: 3em;
}

#premium_floor .top_bg {
  width: 100%;
  background: #1a130e url("../images/premium_f/plan_bg.webp") no-repeat top center;
  background-size: cover;
  padding: 3rem 0 4rem;
  text-align: center;
}

#premium_floor .top_bg>h2 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 2vw, 26px);
  letter-spacing: 0.12em;
  line-height: 1.7;
  color: #C1B28A;
}


/*---------------------*/
/* セクションタイトル .conTtl */
/*---------------------*/

#premium_floor .conTtl {
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 3rem;
  text-align: center;
}

#premium_floor .conTtl>h2,
#premium_floor .conTtl>h3 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #C1B28A;
}

#premium_floor .conTtl>p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  margin-top: 0.6em;
}

#premium_floor .pf-plan .conTtl>p {
  color: #C1B28A;
}


/*---------------------*/
/* 背景 */
/*---------------------*/

#premium_floor .bg_01 {
  width: 100%;
  background: url("../images/premium_f/bg_01.webp") no-repeat top center;
  background-size: cover;
}

#premium_floor .bg_02 {
  width: 100%;
  background: url("../images/premium_f/bg_02.webp") repeat top center;
  background-size: cover;
}


/*---------------------*/
/* FV */
/*---------------------*/

#premium_floor .mv {
  width: 100%;
  max-width: initial;
  margin: 0;
}

#premium_floor .mv img {
  width: 100%;
  display: block;
}

/* FV オーバーレイ（フワッとフェードイン） */
#premium_floor .pf-fv-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#premium_floor .pf-fv-wrap .pf-fv__bg {
  width: 100% !important;
  height: 620px !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#premium_floor .pf-fv-inner {
  position: relative;
}

#premium_floor .pf-fv-wrap video.pf-fv__bg {
  position: static;
  width: 100% !important;
  height: auto !important;
  object-fit: initial;
  display: block;
}

@media screen and (min-width: 769px) {
  #premium_floor .pf-fv-inner {
    width: 78%;
    margin: 0 auto;
  }

  #premium_floor #mainArea {
    background: url("../images/premium_f/ab_88.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }

  .pf-banner-bg {
    background-attachment: fixed;
  }

}

@media screen and (max-width: 768px) {
  #premium_floor .pf-fv-wrap .pf-fv__bg {
    height: 56vw !important;
  }
}

@media screen and (max-width: 430px) {
  #premium_floor .pf-fv-wrap .pf-fv__bg {
    height: 65vw !important;
  }
}

.pf-fv__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: pfFvFadeIn 2s ease forwards;
  animation-delay: 0.7s;
  pointer-events: none;
}

#premium_floor .mv img.pf-fv__overlay {
  width: 22%;
  display: block;
}

@keyframes pfFvFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -46%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .pf-fv__overlay {
    width: 55%;
  }
}

@media screen and (max-width: 430px) {
  .pf-fv__overlay {
    width: 72%;
  }
}

/* FV コントロール */
#premium_floor .pf-fv-controls {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

#premium_floor .pf-fv-btn {
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  backdrop-filter: blur(4px);
}

#premium_floor .pf-fv-btn:hover {
  background: rgba(0, 0, 0, 0.64);
}

#premium_floor .pf-fv-btn:focus,
#premium_floor .pf-fv-btn:focus-visible {
  outline: none;
}

/* スキップでFVを隠す */
#premium_floor .pf-fv-wrap.is-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  #premium_floor .pf-fv-controls {
    top: 0;
    right: 0;
  }

  #premium_floor .pf-fv-btn {
    padding: 6px 10px;
    font-size: 13px;
  }
}


/*---------------------*/
/* イントロ .pf-intro */
/*---------------------*/

.pf-intro {
  padding: 9rem 0;
}

.pf-intro .section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pf-intro__frame {
  position: relative;
  max-width: 840px;
  width: 88%;
  border: 1px solid #C1B28A;
  padding: 5rem 6rem;
  text-align: center;
  box-sizing: border-box;
}

/* 内側二重ボーダー */
.pf-intro__frame::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(193, 178, 138, 0.45);
  pointer-events: none;
}

/* コーナー装飾 */
.pf-intro__corner {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
}

.pf-intro__corner--tl {
  top: 5px;
  left: 5px;
  border-top: 2px solid #C1B28A;
  border-left: 2px solid #C1B28A;
}

.pf-intro__corner--tr {
  top: 5px;
  right: 5px;
  border-top: 2px solid #C1B28A;
  border-right: 2px solid #C1B28A;
}

.pf-intro__corner--bl {
  bottom: 5px;
  left: 5px;
  border-bottom: 2px solid #C1B28A;
  border-left: 2px solid #C1B28A;
}

.pf-intro__corner--br {
  bottom: 5px;
  right: 5px;
  border-bottom: 2px solid #C1B28A;
  border-right: 2px solid #C1B28A;
}

/* フレーム内センター配置 */
.pf-intro__center {
  text-align: center;
}

.pf-intro__center .pf-intro__heading,
.pf-intro__center .pf-intro__en,
.pf-intro__center .pf-intro__txt {
  text-align: center;
}

.pf-intro__center .pf-intro__en {
  margin-bottom: 2em;
  font-size: 1.5vw;
}

/* バナー上テキストコピー */
.pf-banner-intro {
  display: flex;
  align-items: center;
  gap: 4em;
  padding: 3rem 5%;
}

.pf-banner-intro__left {
  width: 40%;
  flex-shrink: 0;
  padding-left: 8%;
}

.pf-banner-intro__left .pf-intro__heading,
.pf-banner-intro__left .pf-intro__en {
  text-align: left;
}

.pf-banner-intro__left .pf-intro__en {
  font-size: clamp(12px, 1.3vw, 15px);
}

.pf-banner-intro__right {
  flex: 1;
}

.pf-banner-intro__right .pf-intro__txt {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .pf-banner-intro {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pf-banner-intro__left {
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .pf-banner-intro {
    flex-direction: column;
    gap: 1.5em;
    padding: 4rem 5% 2.5rem;
  }

  .pf-banner-intro__left {
    width: 100%;
    padding-left: 0;
  }

  .pf-banner-intro__left .pf-intro__heading {
    font-size: 5vw;
    text-align: center;
  }

  .pf-banner-intro__left .pf-intro__en {
    font-size: 3.8vw;
    text-align: center;
  }

  .pf-banner-intro__right .pf-intro__txt {
    text-align: center;
  }
}

/* 2カラムレイアウト */
.pf-intro__cols {
  display: flex;
  align-items: center;
  gap: 4em;
  text-align: left;
}

.pf-intro__col-left {
  width: 42%;
  flex-shrink: 0;
}

.pf-intro__col-right {
  flex: 1;
}

.pf-intro__heading {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.5em;
  text-align: left;
}

.pf-intro__center .pf-intro__heading {
  transform: translateX(10px);
}

.pf-intro__heading span {
  font-size: 0.6em;
  vertical-align: super;
}

.pf-intro__en {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: 0.1em;
  color: #C1B28A;
  margin-bottom: 0;
  text-align: left;
}

.pf-intro__txt {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pf-intro {
    padding: 6rem 0;
  }

  .pf-intro__frame {
    padding: 3.5rem 2.5rem;
    width: 90%;
  }

  .pf-intro__cols {
    flex-direction: column;
    gap: 2em;
  }

  .pf-intro__col-left {
    width: 100%;
  }

  .pf-intro__heading {
    font-size: 3.646vw;
  }

  .pf-intro__en {
    font-size: 3.906vw;
  }

  .pf-intro__txt {
    font-size: 2.604vw;
  }
}

@media screen and (max-width: 430px) {
  .pf-intro {
    padding: 4rem 0;
  }

  .pf-intro__frame {
    padding: 3rem 1.8rem;
  }

  .pf-intro__heading {
    font-size: 4.583vw;
  }

  .pf-intro__en {
    font-size: 4.583vw;
  }

  .pf-intro__txt {
    font-size: 3.333vw;
  }
}

@media screen and (min-width: 769px) {
  .pf-intro__frame {
    width: 78vw;
    max-width: 100%;
  }
}


/*---------------------*/
/* プランバナー .pf-planbanner */
/*---------------------*/

.pf-banner-bg {
  background: url("../images/premium_f/ab_88.jpg") no-repeat top center;
  background-size: cover;
}

.pf-planbanner {
  width: 100%;
  padding-bottom: 3rem;
}

.pf-planbanner__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 70%;
  margin: 0 auto;
  padding: 0 0 0;
}

.pf-planbanner__item {
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.pf-planbanner__item:hover {
  opacity: 0.88;
}

.pf-planbanner__item img {
  width: 100%;
  display: block;
}

.pf-planbanner__row {
  display: flex;
  gap: 1rem;
}

.pf-planbanner__row .pf-planbanner__item {
  width: calc(50% - 0.5rem);
}


@media screen and (max-width: 768px) {
  .pf-planbanner__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 600px) {
  .pf-planbanner__row {
    flex-direction: column;
    gap: 1rem;
  }

  .pf-planbanner__row .pf-planbanner__item {
    width: 100%;
  }
}


/*---------------------*/
/* PREMIUM GRADE / EQUIPMENT セクション */
/*---------------------*/

.pf-grade {
  background: #1a130e url("../images/premium_f/plan_bg.webp") no-repeat top center;
  background-size: cover;
  padding: 9rem 0;
}

.pf-equipment {
  background: url("../images/premium_f/ab_88.jpg") no-repeat top center !important;
  background-size: cover !important;
  padding: 4rem 0 9rem;
}

#premium_floor .pf-equipment .conTtl>p,
#premium_floor .pf-equipment .leadTxt p {
  color: #333;
}


/*---------------------*/
/* アコーディオン .pf-accordion */
/*---------------------*/

.pf-accordion {
  width: 100%;
  margin-top: 4rem;
}

.pf-accordion__item {
  border-top: 1px solid rgba(138, 104, 24, 0.35);
}

.pf-accordion__item:last-child {
  border-bottom: 1px solid rgba(138, 104, 24, 0.35);
}

.pf-accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  background: none;
  border: none;
  padding: 1.8em 100px 1.8em 75px;
  cursor: pointer;
  text-align: left;
  overflow: visible;
  box-sizing: border-box;
}

.pf-accordion__trigger:focus {
  outline: none;
}

.pf-accordion__trigger:focus-visible {
  outline: 1px solid rgba(138, 104, 24, 0.5);
  outline-offset: 3px;
}

.pf-accordion__trigger-text {
  font-size: clamp(15px, 1.5vw, 20px);
  letter-spacing: 0.1em;
  color: #8A6818;
  border-left: 1px solid #8A6818;
  padding: 0.15em 0 0.2em 0.8em;
  line-height: 1.5;
  min-width: 0;
}

/* +/− アイコン */
.pf-accordion__icon {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}

.pf-accordion__icon::before,
.pf-accordion__icon::after {
  content: '';
  position: absolute;
  background: #8A6818;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.pf-accordion__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pf-accordion__icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(1);
  transform-origin: center;
}

.pf-accordion__item.is-open .pf-accordion__icon::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

/* コンテンツ開閉 */
.pf-accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.55s ease;
}

.pf-accordion__item.is-open .pf-accordion__content {
  max-height: 6000px;
}

/* コンテンツ本体レイアウト */
.pf-accordion__body {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em 3em;
  align-items: flex-start;
  padding-bottom: 3.5em;
}

.pf-accordion__body img {
  width: 100%;
  display: block;
}

.pf-accordion__img {
  width: 58%;
}

.pf-accordion__text {
  flex: 1;
  min-width: 200px;
}

/* フル幅レイアウト（セキュリティ等横長画像） */
.pf-accordion__body.is-full .pf-accordion__img {
  width: 100%;
}

.pf-accordion__body.is-full .pf-accordion__text {
  width: 100%;
}

/* テキスト要素 */
.pf-accordion__body .qu_ttl {
  border-left: solid 1px #CCC;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #C1B28A;
  padding: 0.2em 0 0.3em 0.6em;
  margin-bottom: 0.6em;
}

.pf-accordion__body .qu_txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #FFF;
  margin-bottom: 0.5em;
}

.pf-accordion__body .qu_cap {
  font-size: 12px;
  line-height: 1.8;
  color: #FFF;
}

/* EQUIPMENT アコーディオン内 conMain（premium_f.html 準拠） */
.pf-equip-wrap {
  padding-bottom: 3.5em;
}

.pf-equipment .conMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3em;
  padding: 0;
}

.pf-equipment .conMain img {
  width: 100%;
  display: block;
}

.pf-equipment .conMain>li {
  width: calc((100% - 6em) / 3);
}

.pf-equipment .conMain>li.w_2 {
  width: calc(100% - ((100% - 6em) / 3) - 3em);
}

.pf-equipment .conMain>li.w_2b {
  width: calc((100% - 6em) / 3);
}

.pf-equipment .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding: 0;
}

.pf-equipment .col>li {
  width: 100%;
}

.pf-equipment .eq_img {
  width: 100%;
}

.pf-equipment .eq_ttl {
  border-left: solid 1px #CCC;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.08em;
  color: #C1B28A;
  padding: 0.2em 0 0.3em 0.6em;
  margin: 0.6em 0;
}

.pf-equipment .eq_txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  color: #333;
  margin-bottom: 0.5em;
}

.pf-equipment .eq_txt.mbno {
  margin-bottom: 0;
}

.pf-equipment .eq_cap {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}

@media screen and (min-width: 769px) {
  .pf-equipment .conMain {
    align-items: flex-start;
  }

  .pf-equipment li.pf-bath-main {
    margin-top: 0;
  }

  .pf-equipment .conMain>li.w_2 img {
    max-height: 670px;
    object-fit: cover;
    object-position: center;
  }
}

.pf-equipment li.eq_fl {
  width: calc((100% - 3em) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}

.pf-equipment li.eq_fl .eq_img {
  width: 60%;
}

.pf-equipment li.eq_fl .eq_txtArea {
  width: calc(40% - 1em);
}

.pf-equipment li.eq_fl .eq_txtArea .eq_ttl {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .pf-grade {
    padding: 7rem 0;
    background-image: url("../images/premium_f/plan_bg_sp.webp"); /* SP軽量版 */
    background-size: 100% auto; /* 高さ変化による背景ズーム防止 */
  }

  .pf-equipment {
    padding: 5rem 0 7rem;
    background-size: 100% auto !important; /* SP: アコーディオン開閉時の背景ズーム防止 */
    background-color: #0d0a07;             /* 画像が届かない部分の補完色 */
  }

  #premium_floor .conTtl {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }

  #premium_floor .conTtl>h2,
  #premium_floor .conTtl>h3 {
    font-size: 6.51vw;
  }

  #premium_floor .conTtl>p {
    font-size: 2.604vw;
  }

  .pf-accordion {
    margin-top: 3rem;
  }

  .pf-accordion__item.is-open .pf-accordion__content {
    max-height: 8000px;
  }

  .pf-accordion__trigger {
    padding: 1.4em 0;
  }

  .pf-accordion__trigger-text {
    font-size: 3.125vw;
  }

  .pf-accordion__body {
    flex-direction: column;
    gap: 1.5em;
    padding-bottom: 2.5em;
  }

  .pf-accordion__body.is-full {
    flex-direction: column;
  }

  .pf-accordion__img,
  .pf-accordion__body.is-full .pf-accordion__img {
    width: 100%;
  }

  .pf-accordion__text {
    width: 100%;
  }

  .pf-accordion__body .qu_ttl {
    font-size: 3.125vw;
  }

  .pf-accordion__body .qu_txt {
    font-size: 2.604vw;
  }

  .pf-equipment .conMain {
    gap: 3em 2em;
  }

  .pf-equipment .conMain>li {
    width: calc((100% - 2em) / 2);
  }

  .pf-equipment .conMain>li.w_2 {
    width: 100%;
  }

  .pf-equipment .conMain>li.w_2b {
    width: 100%;
  }

  .pf-equipment .col {
    flex-direction: row;
    gap: 2em;
  }

  .pf-equipment .col>li {
    width: calc((100% - 2em) / 2);
  }

  .pf-equipment .eq_ttl {
    font-size: 3.125vw;
  }

  .pf-equipment .eq_txt {
    font-size: 2.604vw;
  }

  .pf-equipment .eq_cap {
    font-size: 10px;
  }

  .pf-equipment li.eq_fl {
    width: calc((100% - 2em) / 2);
  }

  .pf-equipment li.eq_fl .eq_img {
    width: 100%;
  }

  .pf-equipment li.eq_fl .eq_txtArea {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pf-equipment .conMain>li,
  .pf-equipment .col>li,
  .pf-equipment li.eq_fl {
    width: 100%;
  }

  .pf-equipment .col {
    flex-direction: column;
  }

  .pf-banner-intro__left .pf-intro__heading,
  .pf-grade-leadcols__left p:first-child,
  .pf-location__heading {
    font-size: 4vw;
  }

  .pf-accordion__body .qu_ttl,
  .pf-grade-items .qu_ttl {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 430px) {
  .pf-grade {
    padding: 5rem 0;
  }

  .pf-equipment {
    padding: 4rem 0 5rem;
  }

  .pf-accordion__trigger-text {
    font-size: 4.186vw;
  }

  .pf-accordion__body .qu_ttl {
    font-size: 4.5vw;
  }

  .pf-accordion__body .qu_txt {
    font-size: 3.333vw;
  }


  .pf-equipment .eq_ttl {
    font-size: 4.186vw;
  }

  .pf-equipment .eq_txt {
    font-size: 3.256vw;
  }
}


/*---------------------*/
/* パノラマビュー（仮） */
/*---------------------*/

.pf-panorama {
  padding: 7rem 0;
}

#premium_floor .pf-equipment .pf-panorama .conTtl>h2,
#premium_floor .pf-equipment .pf-panorama .conTtl>h3 {
  color: #333;
  font-size: clamp(14px, 1.5vw, 18px);
}

#premium_floor .pf-equipment>.section>.conTtl>h2 {
  color: #333;
  font-size: clamp(24px, 3vw, 36px);
}

#premium_floor .pf-panorama .conTtl>p {
  color: #333;
  margin-top: 1.5em;
}

.pf-panorama__img {
  width: 90%;
  margin: 0 auto;
}

.pf-panorama__btn {
  text-align: center;
  padding-top: 3rem;
}

.pf-panorama__iframe {
  width: 90%;
  margin: 3rem auto 0;
}

.pf-panorama__iframe iframe {
  width: 100%;
  height: 560px;
  display: block;
}

@media screen and (min-width: 769px) {
  .pf-panorama__iframe {
    width: 98%;
  }

  .pf-panorama__iframe iframe {
    height: 660px;
  }
}

@media screen and (max-width: 768px) {
  .pf-panorama__iframe iframe {
    height: 56vw;
  }
}

@media screen and (max-width: 430px) {
  .pf-panorama__iframe iframe {
    height: 65vw;
  }
}

.pf-panorama__img img {
  width: 100%;
  display: block;
}

.pf-panorama__img iframe {
  width: 100%;
  height: 560px;
  display: block;
}

@media screen and (max-width: 768px) {
  .pf-panorama__img iframe {
    height: 56vw;
  }
}

@media screen and (max-width: 430px) {
  .pf-panorama__img iframe {
    height: 65vw;
  }
}

@media screen and (max-width: 768px) {
  .pf-panorama {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 430px) {
  .pf-panorama {
    padding: 3.5rem 0;
  }
}


/*---------------------*/
/* 街の中心 駅間開発 */
/*---------------------*/

.pf-location {
  background-color: #f8f4ee;
}

.pf-location .section {
  padding-bottom: 3rem;
}

#premium_floor .pf-location .conTtl>h2 {
  color: #333;
}

.pf-location__img {
  width: 100%;
}

.pf-location__img img {
  width: 100%;
  display: block;
}

.pf-location__img-cap {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 0.4em;
}

.pf-location__body {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.pf-location__intro {
  display: flex;
  align-items: center;
  gap: 4em;
  margin-bottom: 4rem;
}

.pf-location__intro-left {
  width: 38%;
  flex-shrink: 0;
  padding-left: 8%;
}

.pf-location__heading {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.3em;
  text-align: left;
}

.pf-location__en {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: 0.1em;
  color: #C1B28A;
  text-align: left;
}

.pf-location__intro-right {
  flex: 1;
}

.pf-location__txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
}

.pf-location__btn {
  text-align: center;
  padding-top: 4rem;
}

.pf-location__grid {
  display: flex;
  gap: 0;
  margin: 8rem 0;
}

.pf-location__grid-item {
  flex: 1;
  border-left: 1px solid #C1B28A;
  padding: 0 2em;
}

.pf-location__item-ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #C1B28A;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.pf-location__item-txt {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #333;
}

@media screen and (min-width: 769px) {
  .pf-location__intro {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .pf-location__intro-left {
    padding-left: 4%;
  }

  .pf-location__grid-item.is-pc {
    flex: none;
    width: 0;
    min-width: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .pf-location__body {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }

  .pf-location__intro {
    flex-direction: column;
    gap: 2.5em;
    margin-bottom: 3rem;
  }

  .pf-location__intro-left {
    width: 100%;
    padding-left: 0;
  }

  .pf-location__heading {
    font-size: 5vw;
    text-align: center;
  }

  .pf-location__en {
    font-size: 3.8vw;
    text-align: center;
  }

  .pf-location__txt {
    text-align: center;
  }

  .pf-location__grid {
    flex-direction: column;
    gap: 2.5em;
  }

  .pf-location__grid-item {
    border-left: none;
    padding: 0;
  }

  .pf-location__item-ttl {
    border-bottom: 1px solid #C1B28A;
    padding-bottom: 0.6em;
    margin-bottom: 0.8em;
  }
}


/*---------------------*/
/* ライフシーン */
/*---------------------*/

.pf-lifescene {
  background-color: #1a130e;
  padding-bottom: 7rem;
}

.pf-lifescene .section {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

/* 2カラムイントロ */
.pf-lifescene__intro {
  display: flex;
  align-items: center;
  gap: 5em;
}

.pf-lifescene__intro-left {
  width: 40%;
  flex-shrink: 0;
}

.pf-lifescene__heading {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #C1B28A;
  margin-bottom: 0.4em;
}

.pf-lifescene__en {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: 0.1em;
  color: #C1B28A;
}

.pf-lifescene__intro-right {
  flex: 1;
}

.pf-lifescene__txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #FFF;
  text-align: left;
}

/* 2段スクロール */
.pf-lifescene__rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pf-lifescene__wrap {
  overflow: hidden;
  width: 100%;
}

.pf-lifescene__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: lifeScroll 50s linear infinite;
}

.pf-lifescene__track--rev {
  animation-name: lifeScrollRev;
}

.pf-lifescene__track:hover {
  animation-play-state: paused;
}

.pf-lifescene__track img {
  height: 240px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

@keyframes lifeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes lifeScrollRev {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.pf-lifescene__btn {
  text-align: center;
  padding: 4rem 0 0;
}

.pf-lifescene__btn .pf-btn {
  color: #FFF;
}

.pf-btn {
  display: inline-block;
  padding: 1em 4em;
  border: 1px solid #C1B28A;
  color: #C1B28A;
  font-family: "trajan-pro-3", serif;
  font-size: clamp(13px, 1.2vw, 15px);
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pf-btn:hover {
  background-color: #C1B28A;
  color: #1a130e;
}

@media screen and (max-width: 768px) {
  .pf-lifescene__intro {
    flex-direction: column;
    gap: 1.5em;
  }

  .pf-lifescene__intro-left {
    width: 100%;
  }

  .pf-lifescene__track img {
    height: 160px;
  }

  .pf-lifescene__txt {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .pf-lifescene__track img {
    height: 120px;
  }
}


/*---------------------*/
/* PREMIUM GRADE 常時表示レイアウト */
/*---------------------*/

.pf-grade-items {
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin-top: 10rem;
}

.pf-grade-item img {
  width: 100%;
  display: block;
}

/* フル幅（セキュリティ）：テキスト上・画像下 */
.pf-grade-item--full .pf-grade-item__body {
  width: 100%;
  margin-bottom: 1.5em;
}

.pf-grade-item--full .pf-grade-item__img {
  width: 75%;
  margin: 0 auto;
}

.pf-grade-item__img--cap {
  position: relative;
}

.qu_cap--br {
  position: absolute;
  bottom: 0.1em;
  right: 0.5em;
  font-size: 12px;
  color: #FFF;
  line-height: 1.4;
}

/* 縦積み（天井高）：テキスト上・画像下 */
.pf-grade-item--split {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.pf-grade-item--split .pf-grade-item__img {
  width: 75%;
  margin: 0 auto;
}

/* 3カラム行 */
.pf-grade-row {
  display: flex;
  gap: 3em;
}

.pf-grade-item--col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pf-grade-item--col .pf-grade-item__body {
  margin-bottom: 1em;
}

.pf-grade-item--col .qu_cap--br {
  position: static;
  display: block;
  text-align: right;
  padding: 0.3em 0.2em 0;
}

.pf-grade-item--full .qu_cap--br {
  position: static;
  display: block;
  text-align: right;
  padding: 0.3em 0.2em 0;
  color: #666;
}

.pf-grade-item--split .qu_cap--br {
  position: static;
  display: block;
  text-align: right;
  padding: 0.3em 0.2em 0;
  color: #666;
}

/* 2カラムイントロコピー */
.pf-grade-leadcols {
  display: flex;
  align-items: center;
  gap: 4em;
  margin-bottom: 4rem;
}

.pf-grade-leadcols__left {
  width: 40%;
  flex-shrink: 0;
  padding-left: 8%;
}

.pf-grade-leadcols__left p {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: left;
}

.pf-grade-leadcols__left .pf-intro__en {
  font-size: clamp(12px, 1.3vw, 15px);
  color: #C1B28A;
}

.pf-grade-leadcols__right p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #FFF;
  text-align: left;
}

/* テキスト要素（共通） */
.pf-grade-items .qu_ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #C1B28A;
  padding: 0.2em 0 0.3em 0.6em;
  margin-bottom: 0.6em;
}

.pf-grade-items .qu_txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #FFF;
  margin-bottom: 0.5em;
}

.pf-grade-items .qu_cap {
  font-size: 12px;
  line-height: 1.8;
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .pf-grade-leadcols {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .pf-grade-leadcols__left {
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .pf-grade-leadcols {
    flex-direction: column;
    gap: 2.5em;
  }

  .pf-grade-leadcols__left {
    width: 100%;
    padding-left: 0;
  }

  .pf-grade-leadcols__left p {
    font-size: 5vw;
    text-align: center;
  }

  .pf-grade-leadcols__left .pf-intro__en {
    font-size: 3.8vw;
    text-align: center;
  }

  .pf-grade-item--full .pf-grade-item__img {
    width: 85%;
    margin: 0 auto;
  }

  .pf-grade-leadcols__right p {
    text-align: center;
  }

  .pf-grade-items {
    gap: 3.5em;
  }

  .pf-grade-item--split {
    flex-direction: column;
    gap: 1.5em;
  }

  .pf-grade-item--split .pf-grade-item__img {
    width: 100%;
  }

  .pf-grade-row {
    flex-direction: column;
    gap: 2em;
  }

  .pf-grade-items .qu_ttl {
    font-size: 3.125vw;
  }

  .pf-grade-items .qu_txt {
    font-size: 2.604vw;
  }

  .qu_cap--br {
    position: static;
    display: block;
    text-align: right;
    padding: 0.3em 0.2em 0;
  }
}

@media screen and (max-width: 430px) {
  .pf-grade-items {
    gap: 2.5em;
  }

  .pf-grade-row {
    flex-direction: column;
    gap: 2.5em;
  }

  .pf-grade-items .qu_ttl {
    font-size: 4.5vw;
  }

  .pf-grade-items .qu_txt {
    font-size: 3.333vw;
  }
}


/*---------------------*/
/* PLAN セクション */
/*---------------------*/

.pf-plan {
  background: url("../images/premium_f/bg_01.webp") no-repeat top center;
  background-size: cover;
  padding: 9rem 0;
}

.pf-plan .leadcopy p,
.pf-plan .leadTxt p {
  color: #333;
}

.pf-plancards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 4rem;
}

.pf-plancard {
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.pf-plancard:hover {
  opacity: 0.88;
}

.pf-plancard img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .pf-plan {
    padding: 7rem 0;
  }

  .pf-plancards {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 430px) {
  .pf-plan {
    padding: 5rem 0;
  }

  .pf-plancards {
    gap: 1rem;
    margin-top: 2rem;
  }
}


/*---------------------*/
/* TOP_BG レスポンシブ */
/*---------------------*/

@media screen and (max-width: 768px) {
  #premium_floor .top_bg>h2 {
    font-size: 3.385vw;
  }
}

@media screen and (max-width: 430px) {
  #premium_floor .top_bg {
    padding: 2rem 0 3rem;
  }

  #premium_floor .top_bg>h2 {
    font-size: 4.167vw;
  }
}

/*---------------------*/
/* プランポップアップ .pf-popup */
/*---------------------*/

@keyframes pfOverlayFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pfOverlayFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes pfPopupFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -52%) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pfPopupFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -52%) scale(0.97);
  }
}

.pf-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.pf-popup-overlay.is-open {
  display: block;
  animation: pfOverlayFadeIn 0.25s ease forwards;
}

.pf-popup-overlay.is-closing {
  animation: pfOverlayFadeOut 0.25s ease forwards;
}

.pf-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 1200px;
  max-height: 85vh;
  background: #fff;
  z-index: 1001;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.pf-popup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/premium_f/popup_bg.webp') center top / cover no-repeat;
  z-index: 0;
  pointer-events: none;
}

.pf-popup.is-open {
  display: block;
  animation: pfPopupFadeIn 0.3s ease forwards;
}

.pf-popup.is-closing {
  display: block;
  animation: pfPopupFadeOut 0.25s ease forwards;
}

.pf-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 4px 8px;
  z-index: 10;
}

.pf-popup__close:hover {
  opacity: 0.6;
}

.pf-popup__scroll {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  max-height: 85vh;
  padding: 4rem 4rem 3rem;
  background: url('../images/premium_f/popup_bg.webp') center top / cover no-repeat;
  -webkit-overflow-scrolling: touch;
}

.pf-popup__header {
  text-align: left;
}

.pf-popup__typewrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #C1B28A;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}

.pf-popup__type {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #C1B28A;
}

.pf-popup__type span {
  font-size: 18px;
}

.pf-popup__typepre {
  background: linear-gradient(90deg, rgba(217, 203, 164, 1) 0%, rgba(195, 171, 111, 1) 100%);
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  padding: 0.4em 1.2em;
  line-height: 1.2;
}

.pf-popup__ldk {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4;
  color: #C1B28A;
  margin-bottom: 0.3em;
}

.pf-popup__ldk span {
  font-size: 36px;
}

.pf-popup__detail {
  font-size: 14px;
  color: #C1B28A;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}

.pf-popup__detail span {
  font-size: 20px;
}

.pf-popup__img {
  margin: 5rem 0 0.8rem;
}

.pf-popup__img img {
  width: 100%;
  max-width: 832px;
  display: block;
  margin: 0 auto;
}

.pf-popup__notes dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em 1.5em;
  font-size: 12px;
  margin-bottom: 0.6em;
}

.pf-popup__notes dt {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.pf-popup__swatch {
  display: inline-block;
  width: 30px;
  height: 1em;
  flex-shrink: 0;
}

.pf-popup__swatch--blue {
  background: #cddbda;
}

.pf-popup__swatch--beige {
  background: #efe3cd;
}

.pf-popup__cap {
  font-size: 11px;
  color: #fff;
  line-height: 1.8;
  text-align: left;
}

.pf-popup__notes {
  text-align: left;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pf-popup__scroll {
    padding: 3.5rem 1.2rem 1.5rem;
  }

  .pf-popup__type {
    font-size: 34px;
  }

  .pf-popup__type span {
    font-size: 22px;
  }

  .pf-popup__typepre {
    font-size: 11px;
    padding: 0.3em 0.8em;
  }

  .pf-popup__ldk {
    font-size: 18px;
  }

  .pf-popup__ldk span {
    font-size: 24px;
  }

  .pf-popup__detail {
    font-size: 13px;
  }

  .pf-popup__notes {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .pf-popup {
    max-width: 1050px;
  }

  .pf-popup__close {
    font-size: 30px;
  }
}

/*=====================
  眺望 #view_area
=====================*/
#view_area {
  height: 100%;
  margin: 8rem auto 6rem;
}

#view_area .view_area__ttl,
.pf-virtual-modelroom .view_area__ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

#view_area .view_area__ttl h2,
.pf-virtual-modelroom .view_area__ttl h2 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 4vw, 40px);
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}

#view_area .view_area__ttl p,
.pf-virtual-modelroom .view_area__ttl p {
  font-size: 18px;
  color: #888;
  letter-spacing: 0.1em;
}

#view_area .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 1em;
}

#view_area .view_tab {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  background: #FFF;
  padding: 10px;
  cursor: pointer;
}

#view_area .view_tab.active {
  background: linear-gradient(0deg, rgba(217, 203, 164, 1) 0%, rgba(195, 171, 111, 1) 100%);
  color: #333;
}

#view_area .view_content {
  display: none;
}

#view_area .view_content.active {
  display: block;
}

#view_area .tx {
  font-size: 14px;
  text-align: center;
  margin: 0 auto 1rem;
  color: #333;
}

.pf-view__cap {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 0.4em;
}

#view_wrap {
  position: relative;
  height: 100%;
  min-height: 460px;
  margin: auto;
}

#view_area .containerbox {
  overflow: hidden;
  position: relative;
  height: 460px;
  cursor: move;
}

#view_area .panoramixImg {
  width: 4060px;
  max-width: none;
  height: 100%;
  position: absolute;
  margin: auto;
}

#view_area .pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#view_area .controls .left,
#view_area .controls .right {
  display: block;
  width: 51px;
  height: 88px;
  background: rgba(25, 24, 22, .5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#view_area .controls .left {
  left: 0;
}

#view_area .controls .right {
  right: 0;
}

#view_area .controls .left::before,
#view_area .controls .right::before {
  content: "";
  position: absolute;
  top: 34px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#view_area .controls .left::before {
  left: 15px;
  transform: rotate(-135deg);
}

#view_area .controls .right::before {
  right: 15px;
  transform: rotate(45deg);
}

#view_area img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  #view_area {
    margin: 5rem auto 4rem;
  }

  #view_area .tabs {
    width: 80%;
    margin: 0 auto 1em;
  }

  #view_area .view_tab {
    width: 50%;
    font-size: 3.385vw;
    padding: 10px;
  }

  #view_area .tx {
    font-size: 12px;
  }

  #view_wrap {
    min-height: 60vw;
  }

  #view_area .containerbox {
    height: 60vw;
  }

  #view_area .panoramixImg {
    width: auto;
  }

  #view_area .controls .left,
  #view_area .controls .right {
    width: 30px;
    height: 51px;
  }

  #view_area .controls .left::before,
  #view_area .controls .right::before {
    top: 21px;
    width: 13px;
    height: 13px;
  }

  #view_area .controls .left::before {
    left: 10px;
  }

  #view_area .controls .right::before {
    right: 10px;
  }
}