/* ==========================================================================
   住まう沖縄 TOP - ページ専用スタイル
   /okinawa-new/01.html のデザイン（配色・フォント・レイアウト）をそのまま
   クラスベースのCSSに書き起こしたもの。header/footer/gnavは対象外（既存共通部品を使用）。
   ========================================================================== */

.top-page {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
	color: #373737;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	line-height: 1.85;
}
.top-page img {
	display: block;
	max-width: 100%;
}
.top-page a {
	color: inherit;
	text-decoration: none;
}
.top-page *,
.top-page *::before,
.top-page *::after {
	box-sizing: border-box;
}

/* ---------------------------
   HERO
--------------------------- */
.top-hero {
	position: relative;
	background: #0c3941;
	overflow: hidden;
}
/* 背景スライダー（index.html） */
.top-hero .top-hero__slider,
.top-hero .top-hero__slider .slick-list,
.top-hero .top-hero__slider .slick-track {
	position: absolute;
	inset: 0;
	height: 100%;
}
.top-hero .top-hero__slide {
	position: relative;
	/* common.css declares .slick-slide{height:auto!important} globally for
	   the areaGuide slider; override it for this full-bleed hero slider only */
	height: 100% !important;
}
.top-hero .top-hero__slide img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 写真ごとの撮影エリア名（注釈）。右上に小さく重ねる */
.top-hero .top-hero__slideCap {
	position: absolute;
	top: 12px;
	right: 16px;
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.top-hero .top-hero__slideCap {
		top: 8px;
		right: 10px;
		font-size: 10px;
	}
}

/* 背景動画（index-movie.html）。JSが同じ動画をもう1枚複製し、末尾で重ねて
   クロスフェードさせることで継ぎ目を感じさせずにループさせる
   （フェード時間は script.js の FADE と揃える） */
.top-hero .top-hero__movie {
	position: absolute;
	inset: 0;
	overflow: hidden;
	/* z-indexを指定して独立した重ね合わせ文脈を作る。
	   JSが2枚のvideoに与えるz-indexをこの中に閉じ込め、テキストより前に出さない */
	z-index: 0;
}
.top-hero .top-hero__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.2s linear;
	pointer-events: none;
}
.top-hero .top-hero__video.is-visible {
	opacity: 1;
}
.top-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	padding: 56px 24px 76px;
}
@media screen and (max-width: 767px) {
	.top-hero__inner {
		padding: 36px 20px 48px;
	}
}
.top-hero__en {
	font-family: "Yu Mincho", serif;
	color: #fff;
	letter-spacing: 0.32em;
	font-size: 12px;
	margin-bottom: 22px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}
.top-hero__title {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	line-height: 1.5;
	margin: 0;
	letter-spacing: 0.04em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 767px) {
	.top-hero__title {
		font-size: 32px;
	}
}
.top-hero__lead {
	color: #fff;
	font-size: 16px;
	max-width: 600px;
	margin: 30px 0 0;
	line-height: 2;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.55);
}
.top-hero__btns {
	display: flex;
	gap: 14px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.top-hero__btn {
	width: 248px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.08em;
	padding: 15px 0;
	border-radius: 3px;
	transition: 0.2s;
}
a.top-hero__btn--wh {
	background: #fff;
	color: #373737;
}
a.top-hero__btn--wh:hover {
	background: #f0ede4;
}
/* 写真の上でも読めるよう、白抜き枠ではなく紺ベタ＋白文字にしている */
a.top-hero__btn--outline {
	background: #252b3a;
	border: 1px solid #252b3a;
	color: #fff;
}
a.top-hero__btn--outline:hover {
	background: #1a1f2b;
	border-color: #1a1f2b;
}

/* ---------------------------
   共通見出し
--------------------------- */
.top-kicker {
	font-family: "Yu Mincho", serif;
	letter-spacing: 0.3em;
	font-size: 0.95rem;
	color: #a98f4a;
	margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
	.top-kicker {
		font-size: 0.7rem;
	}
}
.top-headBlock {
	text-align: center;
}

/* ---------------------------
   AREA（3エリアタブ）
--------------------------- */
.top-area {
	background: #f4efe6;
	padding: 48px 0 56px;
}
@media screen and (max-width: 767px) {
	.top-area {
		padding: 48px 0 56px;
	}
}
.top-area__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-area__head {
	text-align: center;
	margin-bottom: 20px;
}
.top-area__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 30px;
	margin: 0;
	letter-spacing: 0.06em;
	color: #373737;
}
@media screen and (max-width: 767px) {
	.top-area__h {
		font-size: 24px;
	}
}
.top-area__desc {
	color: #373737;
	font-size: 14px;
	margin: 12px auto 0;
	max-width: 660px;
}
.top-area__desc strong {
	color: #373737;
}

/* タブはパネルの右に縦並び（DOM順はタブが先なので row-reverse で右へ回す）。
   上に横並びで置いていた頃より縦を詰めて、
   見出し〜「このエリアの特集」までがPCの1画面に収まるようにしている */
.top-area__layout {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 18px;
}
.top-area__tabs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 124px;
	flex: none;
}
.top-area__panels {
	flex: 1;
	min-width: 0;
}
/* パネル下の複製タブはSP専用 */
.top-area__tabs--btm {
	display: none;
}
.top-area__tab {
	font: inherit;
	cursor: pointer;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 1px solid transparent;
	padding: 10px 8px;
	border-radius: 10px;
	transition: all 0.15s;
}
.top-area__tab.is-active {
	background: #fff;
	border-color: #e6ddca;
	box-shadow: 0 8px 24px rgba(14, 95, 105, 0.16);
}
.top-area__tabMap {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	flex: none;
}
.top-area__tabMap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.2s;
	filter: grayscale(1);
	opacity: 0.4;
}
.top-area__tab.is-active .top-area__tabMap img {
	filter: none;
	opacity: 1;
}
.top-area__tabLabel {
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #8a8578;
	white-space: nowrap;
}
.top-area__tab.is-active .top-area__tabLabel {
	color: #373737;
	font-weight: 700;
}
/* SPは横幅が足りないので従来どおりパネルの上に横並びで置く */
@media screen and (max-width: 767px) {
	.top-area__layout {
		display: block;
	}
	.top-area__tabs {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
		gap: 8px;
		margin-bottom: 20px;
	}
	.top-area__tabs--btm {
		display: flex;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.top-area__tab {
		width: auto;
		padding: 8px 12px;
		gap: 6px;
	}
	.top-area__tabMap {
		width: 56px;
		height: 56px;
	}
	.top-area__tabLabel {
		font-size: 14px;
	}
}

.top-area__panel {
	display: none;
	grid-template-columns: 1fr 1.15fr;
	background: #fff;
	border: 1px solid #e6ddca;
	border-radius: 8px;
	overflow: hidden;
	min-height: 420px;
}
.top-area__panel.is-active {
	display: grid;
}
@media screen and (max-width: 767px) {
	.top-area__panel.is-active {
		grid-template-columns: 1fr;
	}
}
.top-area__panelImg {
	position: relative;
	background: #e7e0d2;
	min-height: 380px;
}
.top-area__panelImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-area__panelBadge {
	position: absolute;
	top: 18px;
	left: 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 6px 18px;
	border-radius: 2px;
}
.top-area__panelBody {
	padding: 36px 38px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.top-area__panelBody {
		padding: 30px 24px;
	}
}
.top-area__panelEn {
	font-family: "Yu Mincho", serif;
	font-size: 11.5px;
	color: #9a917f;
	letter-spacing: 0.14em;
	margin-bottom: 12px;
}
.top-area__panelH {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 26px;
	margin: 0 0 16px;
	color: #373737;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.top-area__panelH {
		font-size: 22px;
	}
}
.top-area__panelTxt {
	font-size: 14px;
	color: #373737;
	line-height: 1.9;
	margin: 0 0 22px;
}
.top-area__panelFeatures {
	border-top: 1px solid #ece4d3;
	padding-top: 18px;
}
.top-area__panelFeaturesLabel {
	font-size: 12px;
	color: #8a8578;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.top-area__panelFeaturesList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-area__panelFeaturesList li {
	width: calc((100% - 12px) / 2);
}
.top-area__panelFeaturesList a {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 12px;
	border: 1px solid #cfe0e0;
	background: #f2f8f8;
	border-radius: 9px;
	padding: 8px 18px 8px 8px;
	transition: 0.2s;
}
.top-area__panelFeaturesList a:hover {
	background: #e3f0f0;
	border-color: #252b3a;
	box-shadow: 0 4px 14px rgba(14, 95, 105, 0.1);
}
.top-area__panelFeaturesList .thumb {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	flex: none;
	background: #e7e0d2;
	display: block;
}
.top-area__panelFeaturesList .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-area__panelFeaturesList .label {
	font-size: 14.5px;
	color: #373737;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.top-area__panelFeaturesList .arrow {
	color: #9bbdbf;
	margin-left: 2px;
}
.top-area__panelNote {
	font-size: 13px;
	color: #a79f8c;
}

/* ---------------------------
   CTA1（小さめ3カード）
--------------------------- */
.top-cta1 {
	background: #fff;
	padding: 60px 0;
}
.top-cta1__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
@media screen and (max-width: 767px) {
	.top-cta1__inner {
		grid-template-columns: 1fr;
	}
}
.top-cta1__item {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid;
	border-radius: 6px;
	padding: 22px 24px;
	transition: 0.2s;
}
.top-cta1__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(14, 95, 105, 0.12);
}
.top-cta1__body {
	flex: 1;
}
/* アイコンは見出しと同じ行に置き、説明文はカードの左端に揃える */
.top-cta1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-cta1__icon {
	flex: none;
	display: flex;
	align-items: center;
}
.top-cta1__icon img {
	width: auto;
	height: 22px;
}
.top-cta1__desc {
	font-size: 12px;
	letter-spacing: 0.04em;
}
.top-cta1__arrow {
	font-size: 18px;
}
a.top-cta1__item--type1 {
	border-color: #cfe0e0;
	background: #f2f8f8;
	color: #373737;
}
.top-cta1__item--type1 .top-cta1__desc {
	color: #373737;
}

/* ---------------------------
   マンション実績（jisseki）
--------------------------- */
.top-works {
	background: #16323a;
	padding: 90px 0 96px;
	color: #eef5f5;
}
@media screen and (max-width: 767px) {
	.top-works {
		padding: 56px 0 64px;
	}
}
.top-works__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-works__head {
	text-align: center;
	margin-bottom: 20px;
}
.top-works__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 30px;
	margin: 0;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.top-works__h {
		font-size: 22px;
	}
}
.top-works__desc {
	color: #bcd2d2;
	font-size: 14.5px;
	margin: 22px auto 0;
	max-width: 820px;
	line-height: 2;
	text-align: left;
}
.top-works__note {
	font-size: 12px;
	color: #8fa5a5;
}
/* 実績一覧が全て分譲済である旨の注記 */
.top-works__sold {
	margin-top: 24px;
	font-size: 13px;
	color: #bcd2d2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.top-works__sold {
		font-size: 12px;
		text-align: left;
	}
}

.top-works__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.top-works__grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}
@media screen and (max-width: 480px) {
	.top-works__grid {
		grid-template-columns: 1fr;
	}
}
.top-works__card {
	background: #1e3d45;
	border: 1px solid #2a4d55;
	border-radius: 6px;
	overflow: hidden;
}
.top-works__cardImg {
	position: relative;
	/* 縦5:横4のトリミング（旧: height 150px の横長） */
	aspect-ratio: 4 / 5;
	background: #25454d;
}
.top-works__cardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-works__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #0c2429;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 3px 10px;
	border-radius: 2px;
}
.top-works__cardBody {
	padding: 18px 18px 20px;
}
.top-works__cardH {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.5;
	margin: 0 0 12px;
	color: #fff;
}
.top-works__data {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12.5px;
	color: #a9c3c3;
	margin: 0;
}
.top-works__data div {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #2a4d55;
	padding-bottom: 6px;
}
.top-works__data div:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.top-works__data dt {
	color: #7fa0a4;
}
.top-works__data dd {
	color: #dbe9e9;
	margin: 0;
}

.top-works__more {
	text-align: center;
	margin-top: 46px;
}
a.top-works__moreLink {
	display: inline-block;
	border: 1px solid #6f9296;
	color: #eef5f5;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 15px 46px;
	border-radius: 3px;
	transition: 0.2s;
}
a.top-works__moreLink:hover {
	background: #1e3d45;
}

/* ---------------------------
   沖縄暮らしの魅力（kurashi）
--------------------------- */
.top-charms {
	background: #fff;
	padding: 88px 0 96px;
}
@media screen and (max-width: 767px) {
	.top-charms {
		padding: 56px 0 64px;
	}
}
.top-charms__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-charms__head {
	text-align: center;
	margin-bottom: 52px;
}
.top-charms__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 34px;
	margin: 0;
	letter-spacing: 0.06em;
	color: #373737;
}
@media screen and (max-width: 767px) {
	.top-charms__h {
		font-size: 24px;
	}
}
.top-charms__desc {
	color: #373737;
	font-size: 15px;
	margin: 18px auto 0;
	max-width: 640px;
}
.top-charms__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 上下2行のカード高さを揃える */
	grid-auto-rows: 1fr;
	gap: 20px;
}
@media screen and (max-width: 600px) {
	.top-charms__grid {
		grid-template-columns: 1fr;
	}
}
.top-charms__item {
	display: flex;
	gap: 0;
	align-items: stretch;
	border: 1px solid #e6ddca;
	border-radius: 6px;
	overflow: hidden;
	background: #faf7f0;
	transition: 0.2s;
}
.top-charms__item:hover {
	border-color: #252b3a;
	box-shadow: 0 8px 24px rgba(14, 95, 105, 0.08);
}
.top-charms__img {
	width: 150px;
	flex: none;
	background: #e7e0d2;
	position: relative;
}
.top-charms__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-charms__body {
	padding: 22px 22px;
	flex: 1;
}
.top-charms__h02 {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 19px;
	margin: 0 0 8px;
	color: #373737;
}
/* エリア特集リストと同じ矢印（SPのみ表示） */
.top-charms__h02 .arrow {
	display: none;
	color: #9bbdbf;
	margin-left: 2px;
}
.top-charms__txt {
	font-size: 13px;
	color: #373737;
	line-height: 1.85;
	margin: 0;
}

/* ---------------------------
   CTA2（4カード・画像付き）
--------------------------- */
.top-cta2 {
	background: #252b3a;
	padding: 76px 0;
}
.top-cta2__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}
.top-cta2__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 27px;
	color: #fff;
	margin: 0 0 8px;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
	.top-cta2__h {
		font-size: 20px;
	}
}
.top-cta2__desc {
	color: #c7ddde;
	font-size: 14px;
	margin: 0 0 42px;
}
.top-cta2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media screen and (max-width: 900px) {
	.top-cta2__grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 480px) {
	.top-cta2__grid {
		grid-template-columns: 1fr;
	}
}
.top-cta2__card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	transition: 0.2s;
}
.top-cta2__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}
.top-cta2__cardImg {
	height: 158px;
	background: #0c3941;
}
.top-cta2__cardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 矢印はカード右下に固定するので、本文側は下に矢印ぶんの余白を確保する */
.top-cta2__cardBody {
	flex: 1;
	padding: 20px 20px 66px;
}
.top-cta2__cardTitle {
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: 600;
	color: #373737;
	white-space: nowrap;
}
.top-cta2__cardDesc {
	font-size: 12px;
	color: #373737;
	margin-top: 5px;
	line-height: 1.6;
}
.top-cta2__cardArrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #252b3a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

/* ---------------------------
   販売中の物件一覧（onsale）
--------------------------- */
.top-onsale {
	background: #f4efe6;
	padding: 82px 0 90px;
}
@media screen and (max-width: 767px) {
	.top-onsale {
		padding: 56px 0 64px;
	}
}
.top-onsale__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-onsale__head {
	text-align: center;
	margin-bottom: 44px;
}
.top-onsale__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 32px;
	margin: 0;
	letter-spacing: 0.06em;
	color: #373737;
}
@media screen and (max-width: 767px) {
	.top-onsale__h {
		font-size: 24px;
	}
}
.top-onsale__desc {
	color: #373737;
	font-size: 15px;
	margin: 18px auto 0;
	max-width: 600px;
}
.top-onsale__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
@media screen and (max-width: 767px) {
	.top-onsale__grid {
		grid-template-columns: 1fr;
	}
}
/* 販売中の物件が2件のときは中央寄せ（完売にともなうカード削除に対応） */
.top-onsale__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.top-onsale__grid--2 {
		grid-template-columns: 1fr;
		max-width: none;
	}
}
.top-onsale__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6ddca;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.2s;
}
.top-onsale__card:hover {
	box-shadow: 0 12px 30px rgba(14, 95, 105, 0.12);
}
.top-onsale__cardImg {
	position: relative;
	height: 200px;
	background: #e7e0d2;
}
.top-onsale__cardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-onsale__saleBadge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #c0392b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 4px 14px;
	border-radius: 2px;
}
.top-onsale__cardBody {
	padding: 24px 24px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.top-onsale__city {
	font-size: 12px;
	color: #373737;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
.top-onsale__cardH {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 10px;
	color: #373737;
	line-height: 1.5;
}
.top-onsale__cardDesc {
	font-size: 13px;
	color: #373737;
	line-height: 1.85;
	margin: 0 0 18px;
	flex: 1;
}
.top-onsale__more {
	font-size: 13px;
	color: #373737;
	letter-spacing: 0.06em;
	font-weight: 700;
}

/* ---------------------------
   フッター前リンク（分譲マンション一覧・Instagram）
--------------------------- */
.top-footerLinks {
	background: #f4efe6;
}
.top-footerLinks__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 38px 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
@media screen and (max-width: 600px) {
	.top-footerLinks__inner {
		grid-template-columns: 1fr;
	}
}
a.top-footerLinks__item {
	font-size: 13.5px;
	color: #373737;
	border: 1px solid #cfc7b6;
	background: #fff;
	border-radius: 3px;
	padding: 16px 26px;
	letter-spacing: 0.06em;
	text-align: center;
	transition: 0.2s;
}
a.top-footerLinks__item:hover {
	background: #fbf8f2;
}
a.top-footerLinks__item--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.top-footerLinks__icon {
	width: 18px;
	height: 18px;
	color: #373737;
	display: inline-block;
	flex: none;
}

/* ---------------------------
   固定フローティングボタン
--------------------------- */
a.top-floatBtn {
	position: fixed;
	right: 22px;
	bottom: 26px;
	z-index: 60;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #252b3a;
	color: #fff;
	padding: 15px 22px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
	transition: 0.2s;
}
a.top-floatBtn:hover {
	background: #1a1f2b;
	transform: translateY(-2px);
}
@media screen and (max-width: 600px) {
	.top-floatBtn {
		right: 12px;
		bottom: 12px;
		padding: 12px 16px;
	}
	.top-floatBtn__txt {
		font-size: 11px !important;
	}
}
.top-floatBtn__icon {
	flex: none;
	width: 30px;
	height: 30px;
}
.top-floatBtn__txt {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.top-floatBtn__arrow {
	font-size: 15px;
	margin-left: 2px;
}

/* ---------------------------
   実績一覧 タイトルバンド
--------------------------- */
.top-titleband {
	background: #252b3a;
	color: #eef5f5;
	padding: 20px 0 0;
}
.top-titleband__crumb {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px 22px;
	font-size: 12px;
	color: #9aa3b2;
	letter-spacing: 0.04em;
}
.top-titleband__crumb a {
	color: #9aa3b2;
}
.top-titleband__crumb a:hover {
	color: #fff;
}
.top-titleband__crumb .sep {
	margin: 0 8px;
}
.top-titleband__crumb .current {
	color: #dfe4ee;
}
.top-titleband__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 22px 24px 56px;
	text-align: center;
}
.top-titleband__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 31px;
	margin: 0;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.top-titleband__h {
		font-size: 22px;
	}
}
.top-titleband__desc {
	color: #bcc6d6;
	font-size: 14.5px;
	margin: 22px auto 0;
	max-width: 820px;
	line-height: 2;
	text-align: left;
}
.top-titleband__note {
	font-size: 12px;
	color: #8a94a6;
}
/* 掲載物件が全て分譲済である旨の注記 */
.top-titleband__sold {
	font-size: 13px;
	color: #dfe5ef;
}
.top-list__sold {
	margin-top: 32px;
	font-size: 13px;
	color: #373737;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.top-list__sold {
		font-size: 12px;
		text-align: left;
	}
}

/* ---------------------------
   実績一覧 フィルター＋件数バー
--------------------------- */
.top-listbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 34px;
}
.top-listbar__filters {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.top-listbar__filter {
	font: inherit;
	cursor: pointer;
	display: inline-block;
	width: auto;
	font-size: 13.5px;
	letter-spacing: 0.08em;
	padding: 10px 26px;
	border-radius: 3px;
	transition: all 0.15s;
	background: #fff;
	color: #373737;
	border: 1px solid #cfc7b6;
}
.top-listbar__filter.is-active {
	background: #252b3a;
	color: #fff;
	border-color: #252b3a;
	font-weight: 700;
}
.top-listbar__count {
	font-size: 13px;
	color: #373737;
	letter-spacing: 0.04em;
}
.top-listbar__count strong {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	color: #373737;
}

/* ---------------------------
   実績一覧 写真なしリスト
--------------------------- */
.top-noimglist {
	margin-top: 40px;
	border-top: 1px solid #e6ddca;
	padding-top: 24px;
}
.top-noimglist__table {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6ddca;
	border-radius: 8px;
	overflow: hidden;
}
.top-noimglist__row {
	display: grid;
	grid-template-columns: 2.2fr 0.8fr 1.6fr 1.1fr 0.9fr;
	gap: 12px;
	align-items: center;
	padding: 14px 22px;
	font-size: 13px;
	color: #373737;
}
.top-noimglist__row:not(:last-child) {
	border-bottom: 1px solid #ece4d3;
}
.top-noimglist__row--head {
	background: #faf7f0;
	color: #9a8f78;
	font-size: 11.5px;
	letter-spacing: 0.08em;
	padding: 10px 22px;
}
.top-noimglist__name {
	font-family: "Shippori Mincho", serif;
	color: #373737;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.top-noimglist__row {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 16px 18px;
	}
	.top-noimglist__row--head {
		display: none;
	}
	.top-noimglist__cell::before {
		content: attr(data-label);
		display: inline-block;
		width: 64px;
		color: #9a8f78;
		font-size: 11.5px;
	}
}

/* ---------------------------
   実績一覧 リストページ用カード（白背景）
--------------------------- */
.top-list {
	background: #f4efe6;
	padding: 44px 0 90px;
}
.top-list__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-listgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
@media screen and (max-width: 900px) {
	.top-listgrid {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 560px) {
	.top-listgrid {
		grid-template-columns: 1fr;
	}
}
.top-listcard {
	background: #fff;
	border: 1px solid #e6ddca;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.top-listcard__img {
	position: relative;
	/* トップの実績カードと同じ縦5:横4のトリミング（旧: height 186px の横長） */
	aspect-ratio: 4 / 5;
	background: #e7e0d2;
}
.top-listcard__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-listcard__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 4px 12px;
	border-radius: 2px;
}
.top-listcard__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.top-listcard__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #373737;
}
.top-listcard__data {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 12.5px;
	margin-top: auto;
}
.top-listcard__data div {
	display: flex;
	gap: 8px;
	line-height: 1.6;
}
.top-listcard__data dt {
	flex: none;
	width: 50px;
	color: #9a917f;
}
.top-listcard__data dd {
	color: #3a4a50;
	margin: 0;
}
.top-listcard__data dd.strong {
	font-weight: 500;
}
.top-list__back {
	text-align: center;
	margin-top: 56px;
}
a.top-list__backLink {
	display: inline-block;
	border: 1px solid #252b3a;
	color: #373737;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 15px 46px;
	border-radius: 3px;
	transition: 0.2s;
}
a.top-list__backLink:hover {
	background: #252b3a;
	color: #fff;
}

/* ---------------------------
   大和ハウスグループの事業
--------------------------- */
.top-groupbiz {
	background: #fff;
	padding: 84px 0 90px;
}
.top-groupbiz__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}
.top-groupbiz__head {
	text-align: center;
	margin-bottom: 52px;
}
.top-groupbiz__h {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 30px;
	margin: 0;
	letter-spacing: 0.06em;
	color: #373737;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.top-groupbiz__h {
		font-size: 22px;
	}
}
.top-groupbiz__desc {
	color: #373737;
	font-size: 14.5px;
	margin: 22px auto 0;
	max-width: 760px;
	line-height: 2;
}
.top-groupbiz__group {
	display: flex;
	flex-direction: column;
	gap: 44px;
}
.top-groupbiz__groupHead {
	display: flex;
	align-items: baseline;
	gap: 14px;
	border-bottom: 1px solid #e6ddca;
	padding-bottom: 14px;
	margin-bottom: 24px;
}
.top-groupbiz__en {
	font-family: "Yu Mincho", serif;
	font-size: 11.5px;
	color: #b8923f;
	letter-spacing: 0.2em;
}
.top-groupbiz__groupTitle {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	color: #373737;
	letter-spacing: 0.04em;
}
.top-groupbiz__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
@media screen and (max-width: 767px) {
	.top-groupbiz__items {
		grid-template-columns: 1fr 1fr;
	}
}
.top-groupbiz__item {
	border: 1px solid #e6ddca;
	border-radius: 8px;
	overflow: hidden;
	background: #faf7f0;
}
.top-groupbiz__itemImg {
	height: 190px;
	background: #e7e0d2;
	position: relative;
}
.top-groupbiz__itemImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.top-groupbiz__itemName {
	padding: 16px 18px;
	font-size: 14px;
	color: #373737;
	font-weight: 500;
	letter-spacing: 0.02em;
}

/* ==========================================================================
   SP（〜767px）レイアウト調整
   縦に長くなりすぎるのを抑えるため、SPでは補足テキストを省き
   カード類を横並び／1列に組み替えている
   ========================================================================== */
/* SPだけ／PCだけで効かせる改行 */
.top-brSp {
	display: none;
}
@media screen and (max-width: 767px) {
	.top-brSp {
		display: inline;
	}
	.top-brPc {
		display: none;
	}

	/* --- HERO：リード文はSPでは出さない --- */
	.top-hero__lead {
		display: none;
	}
	.top-hero__btns {
		margin-top: 28px;
	}

	/* --- AREA --- */
	/* 説明文はPCの折り返し位置を引き継がず、幅なりに流す */
	.top-area__desc br {
		display: none;
	}
	/* タブはマップとラベルを横並びにして高さを詰める */
	.top-area__tab {
		flex-direction: row;
		align-items: center;
		gap: 8px;
		padding: 8px 14px 8px 8px;
	}
	.top-area__tabMap {
		width: 40px;
		height: 40px;
	}
	/* 写真はPCの半分の高さに */
	.top-area__panelImg {
		min-height: 190px;
	}
	/* 「このエリアの特集」は1列 */
	.top-area__panelFeaturesList li {
		width: 100%;
	}

	/* --- CTA1：3列に --- */
	.top-cta1 {
		padding: 40px 0;
	}
	.top-cta1__inner {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.top-cta1__item {
		flex-direction: column;
		gap: 8px;
		text-align: center;
		padding: 16px 8px;
	}
	.top-cta1__title {
		flex-direction: column;
		gap: 8px;
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 0;
	}
	/* 3列だと入りきらない要素は省く */
	.top-cta1__desc,
	.top-cta1__arrow {
		display: none;
	}

	/* --- 魅力：見出しは1行に納め、本文は省く。末尾に矢印を出す --- */
	.top-charms__h02 .arrow {
		display: inline;
	}
	.top-charms__h02 {
		font-size: 16px;
		letter-spacing: 0;
		white-space: nowrap;
		margin: 0;
	}
	.top-charms__txt {
		display: none;
	}
	.top-charms__body {
		padding: 16px;
		display: flex;
		align-items: center;
	}
	.top-charms__img {
		width: 110px;
	}

	/* --- CTA2：カードの補足テキストは省く --- */
	.top-cta2__cardDesc {
		display: none;
	}
	.top-cta2__cardBody {
		padding: 18px 18px 60px;
	}
}
