@charset "UTF-8";
/* ==========================================================
   お客様の声（page-voice.php）2026年9月・雑誌型
   参考：無印良品の家「施工例・入居者インタビュー」
   ・大きな写真と余白で見せる。箱・影・角丸はできるだけ使わない
   ・色は黒・灰色が中心。赤は番号・小さな印・リンク・ボタンだけに使う
   ========================================================== */

.chance-voice {
	--vm-ink: #222;
	--vm-text: #3a3a3a;
	--vm-sub: #8a8a8a;
	--vm-line: #e4e4e4;
	--vm-red: #D8232A;
	--vm-col: 680px;   /* 文章の幅 */
	--vm-wide: 1080px; /* 写真の幅 */
	color: var(--vm-text);
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, sans-serif;
	letter-spacing: .04em;
	text-align: left;
}

.chance-voice a {
	color: inherit;
}

.chance-voice img {
	display: block;
	width: 100%;
	height: auto;
}

.chance-voice [hidden] {
	display: none !important;
}

/* 見出しは、言葉の途中で折り返さない（対応しているブラウザだけ） */
.vm-title,
.vm-item__title,
.vm-index-title {
	word-break: auto-phrase;
	text-wrap: balance;
}

/* パンくず */
.vm-breadcrumb {
	max-width: var(--vm-wide);
	margin: 0 auto;
	padding: 20px 30px 0;
	color: var(--vm-sub);
	font-size: 12px;
}

.vm-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vm-breadcrumb li + li::before {
	content: "/";
	margin-right: 6px;
	color: #ccc;
}

/* ----------------------------------------------------------
   記事
   ---------------------------------------------------------- */
.vm-hero {
	max-width: var(--vm-wide);
	margin: 20px auto 0;
	padding: 0 30px;
}

.vm-hero img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

/* 縦長・正方形の写真：写真と見出しを左右に並べる */
.vm-hero-split {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	max-width: var(--vm-wide);
	margin: 20px auto 0;
	padding: 0 30px;
}

.vm-hero-split__photo {
	margin: 0;
}

.vm-hero-split__photo img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.vm-hero-split .vm-head {
	max-width: none;
	margin: 0;
	padding: 0;
}

/* 写真がないとき：ご購入店舗の外観写真 */
.vm-hero.is-store figcaption {
	margin-top: 8px;
	color: var(--vm-sub);
	font-size: 12px;
}

/* 写真も店舗もないとき：文字だけ */
.vm-hero-none .vm-head {
	padding-top: 72px;
}

.vm-hero-none .vm-title {
	font-size: 32px;
}

.vm-head {
	max-width: var(--vm-col);
	margin: 0 auto;
	padding: 44px 0 0;
}

/* 「お客様の声 No.01」 */
.vm-label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--vm-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.vm-label span {
	padding: 3px 8px;
	background: var(--vm-red);
	color: #fff;
	letter-spacing: .08em;
}

.vm-title {
	margin: 0;
	color: var(--vm-ink);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: .03em;
}

.vm-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 0;
	margin: 18px 0 0;
	color: var(--vm-ink);
	font-size: 14px;
	font-weight: 700;
}

.vm-meta span {
	color: var(--vm-sub);
	font-weight: 400;
}

.vm-meta span::before {
	content: "|";
	margin: 0 10px;
	color: #d0d0d0;
}

.vm-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.vm-tags a {
	display: block;
	padding: 3px 9px;
	border: 1px solid var(--vm-line);
	color: var(--vm-sub);
	font-size: 11px;
	text-decoration: none;
}

.vm-tags a:hover {
	border-color: var(--vm-red);
	color: var(--vm-red);
}

.vm-body {
	max-width: var(--vm-col);
	margin: 0 auto;
	padding: 36px 0 20px;
	border-top: 1px solid var(--vm-line);
	margin-top: 32px;
}

.vm-intro {
	margin: 0;
	color: var(--vm-ink);
	font-size: 16px;
	line-height: 2.2;
}

/* 動画とご購入データ（9/26：パソコンでは動画を本文の写真と同じ幅に大きく出し、ご購入データはその下に並べる） */
.vm-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	margin: 40px 0 8px;
}

.vm-video {
	margin: 0 -60px;
}

.vm-play {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	border: 0;
	background: #000;
	cursor: pointer;
}

.vm-play {
	overflow: hidden;
}

.vm-play img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.34); /* 動画の上下の帯（ロゴと文字）を外に出す */
	opacity: .92;
	transition: opacity .2s;
}

.vm-play:hover img,
.vm-play:focus-visible img {
	opacity: .75;
}

.vm-play__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.vm-play__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-35%, -50%);
}

.vm-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.vm-video__caption {
	margin: 8px 0 0;
	color: var(--vm-sub);
	font-size: 12px;
}

.vm-data {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}

.vm-data dt {
	color: var(--vm-sub);
	white-space: nowrap;
}

.vm-data dt::before {
	content: "■";
	margin-right: 4px;
	color: var(--vm-red);
	font-size: 9px;
	vertical-align: 2px;
}

.vm-data dd {
	margin: 0;
	color: var(--vm-ink);
	/* 「ご家族で4／台」のように言葉の途中で折り返さず、「、」や空白のところで折り返す（入りきらない長さのときだけ途中で折り返す） */
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.vm-pending {
	color: #b0b0b0;
}

/* ----------------------------------------------------------
   本文（管理画面のブロックエディターで書いた章）
   小見出し＝段落のスタイル「小見出し」、見出し＝見出し2、お客様の言葉＝引用（引用元に話し手）、
   写真＝画像（キャプション）、大きなひと言＝プルクオート。見出し・引用の「」はここで付ける
   ---------------------------------------------------------- */
.vm-story > * {
	margin-top: 0;
	margin-bottom: 22px;
}

.vm-story p {
	color: var(--vm-text);
	font-size: 16px;
	line-height: 2.2;
}

.vm-story a {
	color: var(--vm-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* 章の始まりの小さな文字 */
.vm-story .is-style-vm-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 64px 0 10px;
	color: var(--vm-sub);
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: .12em;
}

.vm-story .is-style-vm-kicker::before {
	content: "";
	flex: none;
	width: 20px;
	height: 1px;
	background: var(--vm-red);
}

.vm-story h2 {
	margin: 64px 0 22px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--vm-ink);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .03em;
	text-align: left;
	word-break: auto-phrase;
	text-wrap: balance;
}

.vm-story .is-style-vm-kicker + h2 {
	margin-top: 0;
}

.vm-story h2::before {
	content: "「";
}

.vm-story h2::after {
	content: "」";
}

/* お客様の言葉（引用） */
.vm-story .wp-block-quote {
	display: flex;
	flex-direction: column;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	quotes: none;
}

.vm-story .wp-block-quote p {
	margin: 0;
	color: var(--vm-ink);
	font-size: 16px;
	font-style: normal;
	line-height: 2.2;
}

.vm-story .wp-block-quote p:first-of-type::before {
	content: "「";
}

.vm-story .wp-block-quote p:last-of-type::after {
	content: "」";
}

.vm-story .wp-block-quote cite {
	order: -1;
	margin-bottom: 2px;
	color: var(--vm-red);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
}

/* 写真 */
.vm-story .wp-block-image {
	margin: 36px -60px 0;
}

.vm-story .wp-block-image img {
	width: 100%;
	height: auto;
}

.vm-story .wp-block-image figcaption {
	margin: 8px 60px 0;
	color: var(--vm-sub);
	font-size: 12px;
	text-align: left;
}

/* 大きなひと言（プルクオート。線で挟むだけ） */
.vm-story .wp-block-pullquote {
	margin: 72px 0 8px;
	padding: 34px 0;
	border-top: 1px solid var(--vm-ink);
	border-bottom: 1px solid var(--vm-line);
	color: var(--vm-ink);
	text-align: left;
}

.vm-story .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.vm-story .wp-block-pullquote p {
	margin: 0;
	color: var(--vm-ink);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.8;
	word-break: auto-phrase;
}

.vm-story .wp-block-pullquote p::before {
	content: "「";
}

.vm-story .wp-block-pullquote p::after {
	content: "」";
}

.vm-story .wp-block-pullquote cite {
	display: block;
	margin-top: 14px;
	color: var(--vm-sub);
	font-size: 13px;
	font-style: normal;
	text-transform: none;
}

.vm-story .wp-block-pullquote cite::before {
	content: "― ";
}

/* 担当スタッフより */
.vm-staff {
	margin: 64px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--vm-line);
}

.vm-staff__label {
	margin: 0 0 10px;
	color: var(--vm-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.vm-staff__text {
	margin: 0;
	font-size: 15px;
	line-height: 2.1;
}

.vm-overview.is-no-video {
	grid-template-columns: 1fr;
}

/* ----------------------------------------------------------
   写真と見出しの並び（一覧・ほかのお客様の声）
   ---------------------------------------------------------- */
.vm-section-title {
	margin: 0 0 28px;
	color: var(--vm-ink);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .08em;
}

.vm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vm-item a {
	display: block;
	color: var(--vm-ink);
	text-decoration: none;
}

.vm-item img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
	transition: opacity .25s;
}

/* 写真がないお客様のカード：写真の代わりに大きな引用符 */
.vm-item__noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 2 / 1;
	background: #f5f2ef;
}

.vm-item__noimg span {
	color: var(--vm-red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 96px;
	line-height: 1;
	transform: translateY(18%);
}

.vm-item a:hover img {
	opacity: .85;
}

.vm-item__label {
	display: block;
	margin: 16px 0 8px;
	color: var(--vm-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.vm-item__label span {
	margin-left: 12px;
	color: var(--vm-sub);
	font-weight: 400;
	letter-spacing: .04em;
}

.vm-item__title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.vm-item a:hover .vm-item__title {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.vm-item__lead {
	display: block;
	margin-top: 10px;
	color: var(--vm-sub);
	font-size: 13px;
	line-height: 1.9;
}

.vm-others {
	max-width: var(--vm-wide);
	margin: 72px auto 0;
	padding: 48px 30px 0;
	border-top: 1px solid var(--vm-line);
}

/* ----------------------------------------------------------
   一覧
   ---------------------------------------------------------- */
.vm-index-head {
	max-width: var(--vm-wide);
	margin: 0 auto;
	padding: 48px 30px 0;
}

.vm-index-title {
	margin: 0;
	color: var(--vm-ink);
	font-size: 34px;
	font-weight: 700;
	letter-spacing: .08em;
}

.vm-index-lead {
	max-width: 620px;
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 2;
}

.vm-index {
	max-width: var(--vm-wide);
	margin: 0 auto;
	padding: 32px 30px 20px;
}

.vm-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 22px;
	margin: 0 0 40px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--vm-line);
}

.vm-filter button {
	padding: 4px 0;
	border: 0;
	border-bottom: 2px solid transparent;
	background: none;
	color: var(--vm-sub);
	font-size: 14px;
	letter-spacing: .06em;
	cursor: pointer;
}

.vm-filter button span {
	margin-left: 6px;
	font-size: 12px;
}

.vm-filter button.is-active {
	border-bottom-color: var(--vm-red);
	color: var(--vm-ink);
	font-weight: 700;
}

.vm-index .navigation.pagination {
	margin: 48px 0 0;
	text-align: center;
}

.vm-index .nav-links .page-numbers {
	display: inline-block;
	min-width: 2.4em;
	padding: 6px 8px;
	color: var(--vm-sub);
	text-decoration: none;
}

.vm-index .nav-links .current {
	color: var(--vm-ink);
	font-weight: 700;
	border-bottom: 2px solid var(--vm-red);
}

.vm-reasons {
	margin: 88px 0 0;
}

.vm-reasons ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: vm-r;
	border-top: 1px solid var(--vm-line);
}

.vm-reasons li {
	display: grid;
	grid-template-columns: 3em minmax(0, 14em) minmax(0, 1fr);
	gap: 20px;
	align-items: baseline;
	padding: 22px 0;
	border-bottom: 1px solid var(--vm-line);
	counter-increment: vm-r;
}

.vm-reasons li::before {
	content: counter(vm-r, decimal-leading-zero);
	color: var(--vm-red);
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.vm-reasons__title {
	color: var(--vm-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
}

.vm-reasons__text {
	color: var(--vm-sub);
	font-size: 13px;
	line-height: 1.9;
}

.vm-reasons a {
	text-decoration: underline;
}

/* ----------------------------------------------------------
   次の一歩
   ---------------------------------------------------------- */
.vm-cta {
	max-width: var(--vm-wide);
	margin: 88px auto 0;
	padding: 56px 30px 64px;
	border-top: 1px solid var(--vm-line);
	text-align: center;
}

.vm-cta__title {
	margin: 0;
	color: var(--vm-ink);
	font-size: 20px;
	font-weight: 700;
}

.vm-cta__text {
	margin: 10px 0 26px;
	font-size: 14px;
}

.vm-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0;
}

.vm-cta__buttons a {
	min-width: 200px;
	padding: 14px 24px;
	border: 1px solid var(--vm-ink);
	color: var(--vm-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	transition: background .2s, color .2s, border-color .2s;
}

.vm-cta__buttons a.is-primary {
	border-color: var(--vm-red);
	background: var(--vm-red);
	color: #fff;
}

.vm-cta__buttons a:hover {
	border-color: var(--vm-ink);
	background: var(--vm-ink);
	color: #fff;
}

.vm-cta__sub {
	margin: 18px 0 0;
	font-size: 13px;
}

.vm-cta__sub a {
	text-decoration: underline;
}

/* ==========================================================
   iPad など（1023px以下）
   ========================================================== */
@media screen and (max-width: 1023px) {

	.vm-head,
	.vm-body {
		padding-right: 30px;
		padding-left: 30px;
	}

	.vm-body {
		max-width: calc(var(--vm-col) + 60px);
	}

	.vm-head {
		max-width: calc(var(--vm-col) + 60px);
	}

	.vm-hero-split {
		grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
		gap: 36px;
	}

	.vm-story .wp-block-image,
	.vm-video {
		margin-right: 0;
		margin-left: 0;
	}

	.vm-story .wp-block-image figcaption {
		margin-right: 0;
		margin-left: 0;
	}
}

/* ==========================================================
   スマホ（749px以下）
   ========================================================== */
@media screen and (max-width: 749px) {

	.vm-breadcrumb {
		padding: 94px 20px 0; /* 上に固定されたロゴの帯（80px）の下から */
	}

	.vm-hero {
		margin-top: 14px;
		padding: 0;
	}

	.vm-hero img {
		aspect-ratio: 4 / 3;
	}

	.vm-hero.is-store figcaption {
		margin: 8px 20px 0;
	}

	.vm-hero-split {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 14px;
		padding: 0;
	}

	.vm-hero-split__photo img {
		aspect-ratio: 4 / 5;
	}

	.vm-hero-split .vm-head {
		padding: 28px 20px 0;
	}

	.vm-hero-none .vm-head {
		padding-top: 36px;
	}

	.vm-hero-none .vm-title {
		font-size: 23px;
	}

	.vm-head,
	.vm-body {
		padding-right: 20px;
		padding-left: 20px;
	}

	.vm-head {
		padding-top: 28px;
	}

	.vm-title {
		font-size: 21px;
	}

	.vm-body {
		margin-top: 24px;
		padding-top: 28px;
	}

	.vm-intro,
	.vm-story p,
	.vm-story .wp-block-quote p {
		font-size: 15px;
		line-height: 2.1;
	}

	.vm-overview {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.vm-play__icon {
		width: 58px;
		height: 58px;
	}

	.vm-play__icon::after {
		border-width: 9px 0 9px 15px;
	}

	.vm-story .is-style-vm-kicker,
	.vm-story h2 {
		margin-top: 52px;
	}

	.vm-story .is-style-vm-kicker + h2 {
		margin-top: 0;
	}

	.vm-story h2 {
		font-size: 18px;
	}

	.vm-story .wp-block-image {
		margin: 28px -20px 0;
	}

	.vm-story .wp-block-image figcaption {
		margin: 8px 20px 0;
	}

	.vm-story .wp-block-pullquote p {
		font-size: 19px;
	}

	.vm-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vm-others {
		padding: 40px 20px 0;
	}

	.vm-index-head {
		padding: 28px 20px 0;
	}

	.vm-index-title {
		font-size: 26px;
	}

	.vm-index {
		padding: 24px 20px 12px;
	}

	.vm-filter {
		flex-wrap: nowrap;
		margin-right: -20px;
		padding-right: 20px;
		overflow-x: auto;
	}

	.vm-filter button {
		flex: none;
	}

	.vm-reasons li {
		grid-template-columns: 2.4em 1fr;
		gap: 4px 12px;
	}

	.vm-reasons__text {
		grid-column: 2;
	}

	.vm-cta {
		padding: 44px 20px 52px;
	}

	.vm-cta__buttons a {
		flex: 1 1 100%;
	}
}
