/**
 * News archive, list, and article typography.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* -------------------------------------------------------------------------- */
/* Archive
/* -------------------------------------------------------------------------- */

.c-news-archive {
	box-sizing: border-box;
	width: 100%;
	padding: 80px 100px;
	background: #fff;
}

.c-news-archive__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.c-news-archive__empty {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	color: var(--color-main-dark, #333);
}

.c-news-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid #d9d9d9;
}

.c-news-item {
	border-bottom: 1px solid #d9d9d9;
}

.c-news-item__link {
	display: flex;
	align-items: center;
	gap: 32px;
	box-sizing: border-box;
	padding: 28px 24px;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}

.c-news-item__link:hover {
	background: #fafafa;
	text-decoration: none;
	color: inherit;
}

.c-news-item__meta {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: auto;
}

.c-news-item__date {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
	white-space: nowrap;
}

.c-news-item__title {
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
}

.c-news-archive__more {
	display: flex;
	justify-content: center;
}

.c-news-archive__more[hidden] {
	display: none;
}

@keyframes tokumori-load-enter {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.c-news-list > .is-load-enter {
	animation: tokumori-load-enter 0.45s ease both;
	animation-delay: var(--load-enter-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
	.c-news-list > .is-load-enter {
		animation: none;
	}
}

.c-news-more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 202px;
	height: 48px;
	padding: 0 4px 0 12px;
	border: 1px solid #333;
	border-radius: 37px;
	background: #fff;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.c-news-more:hover {
	background: #fafafa;
}

.c-news-more:disabled,
.c-news-more.is-loading {
	opacity: 0.6;
	cursor: wait;
}

.c-news-more__icon,
.c-news-more__spacer {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.c-news-more__icon {
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	line-height: 1;
	font-weight: 400;
}

.c-news-more__label {
	flex: 1 1 auto;
	text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Single — Figma 1260:49499 (PC) / 1260:49727 (SP)
/* -------------------------------------------------------------------------- */

.c-news-single {
	box-sizing: border-box;
	width: 100%;
	padding: 80px 100px;
	background: #fff;
}

.c-news-single__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.c-news-single__header {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #d9d9d9;
}

.c-news-single__meta {
	display: flex;
	align-items: center;
	gap: 16px;
}

.c-news-single__date {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
}

.c-news-single__title {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-primary, #af322c);
}

.c-news-single__back {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.c-news-back-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 202px;
	height: 48px;
	padding: 0 4px 0 12px;
	border: 1px solid #333;
	border-radius: 37px;
	background: #fff;
	color: var(--color-main-dark, #333);
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.c-news-back-btn:hover,
.c-news-back-btn:focus-visible {
	background: var(--color-main-dark, #333);
	color: #fff;
	text-decoration: none;
}

.c-news-back-btn__icon,
.c-news-back-btn__spacer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.c-news-back-btn__chevron {
	width: 8px;
	height: 14px;
	transform: scaleX(-1);
}

.c-news-back-btn__label {
	flex: 1 1 auto;
	text-align: center;
	white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/* Article body (.c-news-body) — DOM-driven typography
/* -------------------------------------------------------------------------- */

.c-news-body {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
}

.c-news-body > *:first-child {
	margin-top: 0;
}

.c-news-body > *:last-child {
	margin-bottom: 0;
}

.c-news-body h2 {
	margin: 80px 0 24px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.c-news-body h3 {
	margin: 48px 0 16px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.c-news-body h2 + h3 {
	margin-top: 24px;
}

.c-news-body h3 + h4 {
	margin-top: 16px;
}

.c-news-body h4 {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 40px 0 24px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.c-news-body h4::before {
	content: "";
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-top: 0.55em;
	border-radius: 50%;
	background: var(--color-primary, #af322c);
}

.c-news-body p {
	margin: 0 0 24px;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
}

.c-news-body ul,
.c-news-body ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

.c-news-body li {
	margin-bottom: 0.5em;
}

.c-news-body a {
	color: var(--color-primary, #af322c);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.c-news-body > p:has(> a:only-child) {
	margin-top: 48px;
	margin-bottom: 48px;
}

.c-news-body figure {
	margin: 40px 0 0;
}

.c-news-body figure img,
.c-news-body img,
.c-news-body__img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.c-news-body > .wp-block-image:first-of-type img,
.c-news-body > figure:first-of-type img {
	border-radius: 24px;
}

.c-news-body figcaption,
.c-news-body .wp-element-caption {
	margin-top: 16px;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-gray, #838586);
	text-align: left;
}

.c-news-body .wp-block-gallery,
.c-news-body__gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
	margin: 40px 0 0;
}

.c-news-body .wp-block-gallery .wp-block-image,
.c-news-body__gallery .wp-block-image,
.c-news-body__gallery > figure {
	flex: 1 1 calc(50% - 28px);
	margin: 0;
	min-width: 0;
}

.c-news-body .wp-block-gallery.columns-3 .wp-block-image,
.c-news-body__gallery.columns-3 .wp-block-image,
.c-news-body__gallery.columns-3 > figure {
	flex: 1 1 calc(33.333% - 38px);
}

.c-news-body .wp-block-columns,
.c-news-body__columns {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 56px;
	margin: 80px 0 0;
}

.c-news-body .wp-block-column {
	flex: 1 1 calc(50% - 28px);
	min-width: 0;
	margin: 0;
}

.c-news-body .wp-block-columns .wp-block-image,
.c-news-body__columns .wp-block-image {
	margin-top: 0;
}

/* Excerpt note — Figma 1:463 */
.c-news-note {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin: 40px 0 0;
	padding: 16px 32px;
	background: #faf5f6;
	border-radius: 8px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.c-news-note p {
	margin: 0;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
}

.c-news-note p + p {
	margin-top: 0.5em;
}

.c-news-body blockquote {
	margin: 48px 0;
	padding: 16px 24px;
	border-left: 4px solid var(--color-primary, #af322c);
	background: #fafafa;
}

.c-news-body blockquote p {
	margin: 0;
}

.c-news-body hr {
	margin: 2.5em 0;
	border: 0;
	border-top: 1px solid #e8e8e8;
}

.c-news-br {
	display: none;
}

.c-news-mvv__lead {
	margin: 0 0 24px;
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.7;
	color: var(--color-primary, #af322c);
}

.c-news-logo-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 0 0 40px;
}

.c-news-logo-compare figure {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	margin: 0;
	padding: 32px 24px 20px;
	background: #faf5f6;
	border-radius: 8px;
}

.c-news-logo-compare img,
.c-news-body .c-news-logo-compare img {
	width: auto;
	max-width: 100%;
	max-height: 168px;
	height: auto;
	border-radius: 0;
	object-fit: contain;
}

.c-news-logo-compare figcaption {
	margin-top: 20px;
	font-weight: 700;
	color: var(--color-main-dark, #333);
	text-align: center;
}

.c-news-compare {
	display: grid;
	gap: 12px;
	margin: 0 0 24px;
}

.c-news-compare__row {
	display: block;
	align-items: start;
	margin: 0;
	padding: 16px 20px;
	background: #faf5f6;
	border-radius: 8px;
}

.c-news-compare__row dt {
	margin: 0;
	font-weight: 700;
	color: var(--color-primary, #af322c);
}

.c-news-compare__row dd {
	margin: 0;
}

.c-news-compare__row--new {
	background: #fff;
	border: 1px solid var(--color-primary, #af322c);
}

.c-news-overview {
	box-sizing: border-box;
	margin: 64px 0 0;
	padding: 32px;
	background: #faf5f6;
	border-radius: 8px;
}

.c-news-overview h2 {
	margin: 0 0 20px;
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
}

.c-news-overview dl {
	display: grid;
	gap: 12px;
	margin: 0 0 24px;
}

.c-news-overview dl > div {
	display: grid;
	grid-template-columns: 8.5em 1fr;
	gap: 16px;
	align-items: start;
}

.c-news-overview dt {
	margin: 0;
	font-weight: 700;
}

.c-news-overview dd {
	margin: 0;
}

.c-news-overview p {
	margin: 0;
}

/* Editor canvas */
.editor-styles-wrapper .c-news-body,
.editor-styles-wrapper .block-editor-block-list__layout {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--color-main-dark, #333);
}

.editor-styles-wrapper h2 {
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.editor-styles-wrapper h3 {
	font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.editor-styles-wrapper h4 {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--color-main-dark, #333);
}

.editor-styles-wrapper h4::before {
	content: "";
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-top: 0.55em;
	border-radius: 50%;
	background: var(--color-primary, #af322c);
}

@media (max-width: 1100px) {
	.c-news-archive {
		padding: 40px 16px;
	}

	.c-news-archive__inner {
		gap: 24px;
	}

	.c-news-item__link {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 24px;
	}

	.c-news-item__meta {
		width: auto;
		max-width: 100%;
	}

	.c-news-item__title {
		-webkit-line-clamp: 4;
		width: 100%;
	}

	.c-news-more {
		width: 100%;
	}

	.c-news-single {
		padding: 40px 16px;
	}

	.c-news-single__title {
		font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
		line-height: 1.6;
	}

	.c-news-single__back {
		margin-top: 40px;
	}

	.c-news-body h2 {
		margin-top: 40px;
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-news-br {
		display: inline;
	}

	.c-news-body h3 {
		margin-top: 32px;
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		line-height: 1.6;
	}

	.c-news-body h4 {
		margin-top: 40px;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		line-height: 1.6;
	}

	.c-news-body > .wp-block-image:first-of-type img,
	.c-news-body > figure:first-of-type img {
		border-radius: 8px;
	}

	.c-news-body .wp-block-gallery,
	.c-news-body__gallery {
		gap: 24px;
	}

	.c-news-body .wp-block-gallery .wp-block-image,
	.c-news-body .wp-block-gallery.columns-3 .wp-block-image,
	.c-news-body__gallery .wp-block-image,
	.c-news-body__gallery > figure,
	.c-news-body__gallery.columns-3 .wp-block-image,
	.c-news-body__gallery.columns-3 > figure {
		flex: 1 1 100%;
	}

	.c-news-body .wp-block-columns,
	.c-news-body__columns {
		flex-direction: column;
		gap: 24px;
		margin-top: 40px;
	}

	.c-news-body .wp-block-column {
		flex: 1 1 100%;
	}

	.c-news-note {
		padding: 16px;
	}

	.c-news-mvv__lead {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	}

	.c-news-logo-compare {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.c-news-logo-compare figure {
		min-height: 0;
		padding: 24px 20px 16px;
	}

	.c-news-overview {
		margin-top: 40px;
		padding: 20px 16px;
	}

	.c-news-overview h2 {
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	}

	.c-news-overview dl > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.c-news-back-btn {
		width: 100%;
		max-width: 343px;
	}
}
