/* ===== PCレイアウト専用 ===== */

/* ===== メインビジュアル ===== */
.mv-bg{
  width: 100%;
  height: auto;
  background: rgb(163, 157, 152);
}

.infotop{
  width:100%;
  height: auto;
  background: rgb(163, 157, 152);
}

/* ===== キャッチバーPC ===== */
/* ===== 統合キャッチバー ===== */
/* ===== キャッチバー＋アクセスバー ===== */



#catch-bar {
background: var(--color-main);
}

.bar-inner {
  width: 82%;
  margin: 0 auto;
  padding: 0% 0% 0%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}

/* 各項目 */
.ac-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 0 0;
}

.ac-item:first-child {
  padding-left: 5%;
}

.ac-item:last-child {
  padding-right: 0;
}
.ac-item:last-child img{
  padding-right: 0;width:60%
}


/* 上段ラベル（小・ゴシック） */
.ac-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.48rem, 0.58vw, 0.58rem);
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 0.04em;
  margin-bottom: 0.4%;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
}

/* 下段メインテキスト（ゴシック・400） */
.ac-val {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.0rem, 1.45vw, 1.25rem);
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 0.04em;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

/* 数字部分（Noto Sans JP） */
.ac-val em {
  font-style: normal;
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
}

/* sup：(31) */
.ac-sup {
  font-size: 0.45em;
  vertical-align: super;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 0.1%;
  line-height: 1;
}

/* 徒歩13分（約1,030m）：改行して2段表示 */
.ac-sub {
  font-size: clamp(0.5rem, 0.68vw, 0.65rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 0.03em;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
  margin-left: 0;
  margin-top: 0.3%;
}

.ac-sub small {
  font-size: 0.85em;
}

/* 「に誕生」小さめ */
.ac-sm {
  font-size: 0.52em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 0.15%;
}

/* 「通学区」「中心」中サイズ */
.ac-mid {
  font-size: 0.65em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 0.15%;
}

/* 3LDK：他より1ランク大きく */
.ac-3ldk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ===== インフォメーションPC ===== */
#information {
  width: 70%;
  padding: 5% 0;
  margin: 0 auto;
  background: var(--color-white);
}

.info-in {
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 1025px) {
  .info-in {
    width: 60%;  margin: 0 auto;
  }
}

/* Information ラベル：グレー */
.info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.7rem, 0.95vw, 0.85rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 2%;
}

/* 見出し：左揃え・ゴシック・太め */
.info-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.34rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-dark);
  text-align: left;
  margin-bottom: 3%;
  line-height: 1.65;
}

/* 価格行：左揃え・下揃え */
.price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.7%;
  margin-bottom: 3%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.price-row-text {
    font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.6rem, 0.7vw, 0.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 2%;
}


/* 枠＋ボタンのラッパー：幅広でセンター */
.box-wrap {
  margin: 3% auto 5%;
}

@media screen and (min-width: 1025px) {
  .box-wrap {
    width: 80%;margin: 2% auto 0%;
  }
}

/* インフォメーション枠：太い枠線 */
.info-box {
  width: 100%;
  border: 2px solid var(--color-dark);
  padding: 0;
  margin-bottom: 4%;
  overflow: hidden;
  box-sizing: border-box;
}

/* 3段共通 */
.box-row {
  padding: 1.5% 5%;
  text-align: center;
}

/* 1段：カーナビ案内 */
.box-row--top {
  border-bottom: 1px solid var(--color-border);
}

/* 2段：住所 */
.box-row--addr {
  border-bottom: 1px solid var(--color-border);
}

/* 3段：タクシー案内 */
.box-row--taxi {
  background: transparent;
}

.addr-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 0.4%;
  color: var(--color-dark);
}

.addr-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.58rem, 0.78vw, 0.68rem);
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}

.box-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.58rem, 0.78vw, 0.68rem);
  font-weight: 400;
  color: #555;
  line-height: 1.9;
  text-align: center;
}

.info-btns {
  display: flex;
  gap: 3%;
  justify-content: center;
  width: 100%;margin-top: 8%;
}

/* ===== コンセプトPC ===== */
#concept {
  padding: 2% 0 2%; width: 100%;
  background: var(--color-white);
  text-align: center;background: linear-gradient(to top, #e6e6e6 0%, #fff 30%);
}

.cpt-label {
  font-family: var(--font-en-sans);
  font-size: clamp(0.8rem, 1.0vw, 1.2rem);
  letter-spacing: 0.0em;
  color: var(--color-gold);
  margin-bottom: 2%;
  text-transform: uppercase;
  font-weight: 500;
}

.cpt-title {
  width: 30%;
  margin: 0 auto 4%;
}

.cpt-title img {
  max-width: 100%;
  height: auto;
}

.cpt-lead {
  font-family: var(--font-sans-jp);
  font-size: clamp(0.9rem, 1.3vw, 1.4rem);
  font-weight: 400;
  color: var(--color-dark);
  letter-spacing: 0.00em;
  line-height: 1.8;
  margin-bottom: 4%;
}

.cpt-body {
  font-family: var(--font-sans-jp);
  font-size: clamp(0.8rem, 1.0vw, 0.9rem);
  color: #000;
  line-height: 2.1;
  max-width: 620px;
  margin: 0 auto 6%;
}

.cpt-img {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.cpt-img img{
  width: 100%;
  margin: 0 auto;
}


.cpt-img .img-note {
  position: absolute;
  bottom: 1%;
  right: 1.5%;
  font-family: var(--font-sans-jp);
  font-size: 0.55rem;
  color: #999;
}

/* ===== 特集セクション共通（ACCESS / LOCATION / PLANNING / RESIDENCE）PC ===== */
.f-sec {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 6% 0 6%;
}

/* img-left背景帯：左角丸なし・右角丸大きく */
.f-sec.img-left::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 90%;
  height: 100%;
  background: var(--color-beige);
  border-radius: 0 40px 40px 0;
  z-index: 0;
}

/* img-right背景帯：右角丸なし・左角丸大きく */
.f-sec.img-right::before {
  content: '';
  position: absolute;
  top: 0%; right: 0;
  width: 90%;
  height: 100%;
  background: var(--color-blue-gray);
  border-radius: 60px 0 0 60px;
  z-index: 0;
}

/* 画像左・テキスト右（ACCESS・PLANNING） */
.f-sec.img-left .sec-img {
  width: 50%;
  flex-shrink: 0;
  margin-left: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.f-sec.img-left .sec-cont {
  width: 50%;
  flex-shrink: 0;
  flex: none;
  margin-right: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}



/* 画像右・テキスト左（LOCATION・RESIDENCE） */
.f-sec.img-right .sec-img {
  width: 50%;
  flex-shrink: 0;
  order: 2;
  margin-right: 10%; 
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.f-sec.img-right .sec-cont {
  width: 50%;
  flex-shrink: 0;
  flex: none;
  order: 1;
  margin-right: 0%;
  position: relative;
  z-index: 1;
  background: transparent;padding-left: 14%;
}

.sec-img {
  position: relative;
}

.sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sec-img .img-note {
  position: absolute;
  bottom: 1%;
  left: 1.5%;
  font-family: var(--font-sans-jp);
  font-size: 0.55rem;
  color: rgba(255,255,255,0.8);
}

.sec-cont {
  padding: 5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: transparent;
}

.f-sec.access-section .sec-cont,
.f-sec.location-section .sec-cont,
.f-sec.planning-section .sec-cont,
.f-sec.residence-section .sec-cont {
  background: transparent;
}

.sec-label {
  font-family: var(--font-en-sans);
  font-size: clamp(0.7rem, .9vw, 1.8rem);
  letter-spacing: 0.0em;
  color: #beac94;
  text-transform: uppercase;
  margin-bottom: 2%;
  font-weight: bold;
}

.sec-label2 {
  font-family: var(--font-en-sans);
  font-size: clamp(0.7rem, .9vw, 1.8rem);
  letter-spacing: 0.0em;
  color: #8b9aae;
  text-transform: uppercase;
  margin-bottom: 2%;
  font-weight: bold;
}

.sec-title {
  font-family: var(--font-sans-jp);
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.00em;
  color: var(--color-dark);
  line-height: 1.9;
  margin-bottom: 2%;
}

.sec-label-left {
  font-family: var(--font-en-sans);
  font-size: clamp(0.7rem, .9vw, 1.5rem);
  letter-spacing: 0.1em;
  color: #beac94;
  margin-left: 20%;
  text-transform: uppercase;
  margin-bottom: 2%;
  font-weight: bold;
}

.sec-title-left {
  font-family: var(--font-sans-jp);
  font-size: clamp(1.4rem, 2.2vw, 10rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-dark);
  line-height: 1.6;
  margin-bottom: 2%;margin-left: 20%;
}


.read-more-left {
  display: inline-flex;
  align-items: center;
  /* 文字と矢印の間隔 */
  gap: 10px;
  font-family: var(--font-en-sans);
  font-size: clamp(0.65rem, 0.9vw, 0.75rem);
  letter-spacing: 0.0em;
  /* 全体の位置調整 */
  margin-left: 20%;
  color: var(--color-dark);
  font-weight: bold;
  /* ホバー時のアニメーションを滑らかにする設定 */
  transition: color 0.3s ease;
}

/* --- 矢印の丸枠 --- */
.read-more-left .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 元コードの margin-left: 20% は不要なので削除 */
  background: var(--color-dark); /* 初期値：黒 */
  color: var(--color-white);
  font-size: 0.9em;
  /* ホバー時のアニメーションを滑らかにする設定 */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* --- 矢印自体を横向き（右）にする --- */
/* HTMLが <span class="arrow">↑</span> のようなテキストの場合、
   または画像/SVGが上向きの場合、ここで回転させます。
*/
.read-more-left .arrow span, /* テキストの場合 */
.read-more-left .arrow svg,  /* SVGの場合 */
.read-more-left .arrow i      /* アイコンフォントの場合 */ {
  display: inline-block;
  transform: rotate(90deg); /* 90度回転して右に向ける */
}

/* =========================================
   ホーバー時の設定
========================================= */
/* 親要素(.read-more-left)がホバーされた時 */

/* 1. 矢印の背景色を #a29c97 に変更 */
.read-more-left:hover .arrow {
  background-color: #a29c97;
}




.sec-title strong {
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
}

/* strongと通常テキストの間を詰める */
.sec-title strong + br + * ,
.sec-title strong ~ * {
  margin-top: 0;
}


@media screen and (min-width: 1025px) {
  /* 大文字背景テキスト画像 */
.sec-bg-txt {width: 37%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}
.sec-bg-txt1 {width: 37%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}



.sec-bg-txt2 {
  width: 37%;
  position: absolute;
  bottom: 0%;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}


  }


.sec-bg-txt img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0.55;
}
.sec-bg-txt1 img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0.55;
}
.sec-bg-txt2 img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0.5;
}



.f-sec.location-section .sec-bg-txt,
.f-sec.residence-section .sec-bg-txt {
  right: auto;
  left: 0;
}

/* ===== 特集セクション 動画 PC ===== */
.f-sec .sec-img video {
  width: 100%;
  height: 440px;
  display: block;
  object-fit: cover;
}

/* ===== フッターPC ===== */
#footer .footer-inner {
  padding: 30px 50px 50px;
}
