body.page-template-page-news-products #post_title,
body.page-template-page-news-products #bread_crumb {
	display: none !important;
}

body.page-template-page-news-products #main_contents,
body.page-template-page-news-products #main_col,
body.page-template-page-news-products #left_col,
body.page-template-page-news-products #article,
body.page-template-page-news-products .post_content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.kn-news-products-page {
	width: 100%;
	max-width: 100%;
	margin: 0 0 72px;
	background: #fbfaf7;
	color: #2b2522;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.75;
	overflow: hidden;
}

.kn-news-products-page * {
	box-sizing: border-box;
}

.kn-news-products-page a {
	color: inherit;
	text-decoration: none;
}

.kn-news-shell {
	width: min(1160px, calc(100% - 32px));
	margin: 0 auto;
}

.kn-news-hero {
	padding: 42px 0 48px;
	background: linear-gradient(135deg, #fffaf0 0%, #f7efe7 40%, #eef4ed 100%);
	border-bottom: 1px solid rgba(69, 53, 45, .12);
}

.kn-news-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 34px;
	align-items: center;
}

.kn-news-hero__copy {
	max-width: 620px;
}

.kn-news-hero__eyebrow {
	margin: 0 0 14px;
	color: #8d3f45;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

.kn-news-hero h2 {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #26201d !important;
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.08;
	letter-spacing: 0;
}

.kn-news-hero__lead {
	margin: 0 0 22px;
	color: #574b45;
	font-size: 17px;
	line-height: 2;
}

.kn-news-hero__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.kn-news-hero__topics a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(141, 63, 69, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .56);
	color: #8d3f45 !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
}

.kn-news-hero__topics a:hover {
	background: #8d3f45;
	color: #fff !important;
}

.kn-news-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 26px;
}

.kn-news-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 17px;
	border: 1px solid #2b2522;
	border-radius: 999px;
	background: #2b2522;
	color: #fff !important;
	font-weight: 800;
}

.kn-news-button--light {
	border-color: rgba(43, 37, 34, .22);
	background: rgba(255, 255, 255, .64);
	color: #2b2522 !important;
}

.kn-news-hero__visual {
	position: relative;
}

.kn-news-hero__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	background: #e8ddd2;
	box-shadow: 0 22px 55px rgba(43, 37, 34, .18);
}

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

.kn-news-hero__note {
	position: absolute;
	left: -24px;
	bottom: 24px;
	width: min(300px, 72%);
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	color: #2b2522;
	box-shadow: 0 18px 40px rgba(43, 37, 34, .16);
}

.kn-news-hero__note small {
	display: block;
	margin: 0 0 6px;
	color: #8d3f45;
	font-weight: 800;
}

.kn-news-hero__note p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}

.kn-news-strip {
	background: #2b2522;
	color: #fff;
}

.kn-news-strip__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	font-size: 13px;
}

.kn-news-strip b {
	color: #f0c9ad;
}

.kn-news-section {
	padding: 42px 0;
}

.kn-news-section--latest {
	padding-top: 54px;
}

.kn-news-section__head {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	margin: 0 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(43, 37, 34, .12);
}

.kn-news-section h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2b2522 !important;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
	letter-spacing: 0;
}

.kn-news-section__head p {
	max-width: 420px;
	margin: 0;
	color: #776a63;
	font-size: 14px;
	text-align: right;
}

.kn-news-feature-list {
	display: grid;
	gap: 16px;
}

.kn-news-feature-card {
	display: grid;
	grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(141, 63, 69, .16);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(43, 37, 34, .08);
}

.kn-news-feature-card__image {
	display: block;
	min-height: 260px;
	overflow: hidden;
	background: #e7dfd6;
}

.kn-news-feature-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kn-news-feature-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px;
}

.kn-news-feature-card__label {
	margin: 0 0 9px;
	color: #8d3f45;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
}

.kn-news-feature-card h3 {
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2b2522 !important;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.38;
	letter-spacing: 0;
}

.kn-news-feature-card__excerpt {
	margin: 0 0 18px;
	color: #625852;
	font-size: 14px;
	line-height: 1.9;
}

.kn-news-feature-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	color: #8d3f45 !important;
	font-weight: 900;
}

.kn-news-feature-card__link::after {
	content: "\2192";
	transition: transform .18s ease;
}

.kn-news-feature-card:hover .kn-news-feature-card__link::after {
	transform: translateX(4px);
}

.kn-news-theme-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.kn-news-theme {
	display: flex;
	flex-direction: column;
	min-height: 210px;
	padding: 20px;
	border: 1px solid rgba(43, 37, 34, .12);
	border-radius: 8px;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease;
}

.kn-news-theme:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(43, 37, 34, .1);
}

.kn-news-theme--1 {
	background: #fff8f1;
}

.kn-news-theme--2 {
	background: #edf5f0;
}

.kn-news-theme--3 {
	background: #f8eef1;
}

.kn-news-theme--4 {
	background: #f6f0e8;
}

.kn-news-theme__number {
	display: block;
	margin: 0 0 22px;
	color: #8d3f45;
	font-size: 12px;
	font-weight: 900;
}

.kn-news-theme h3 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2b2522 !important;
	font-size: 21px;
	line-height: 1.35;
	letter-spacing: 0;
}

.kn-news-theme p {
	margin: 0 0 18px;
	color: #5f5651;
	font-size: 13px;
	line-height: 1.8;
}

.kn-news-theme__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: #8d3f45;
	font-weight: 900;
}

.kn-news-theme__link::after {
	content: "\2192";
	transition: transform .18s ease;
}

.kn-news-theme:hover .kn-news-theme__link::after {
	transform: translateX(4px);
}

.kn-news-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.kn-news-card {
	overflow: hidden;
	border: 1px solid rgba(43, 37, 34, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(43, 37, 34, .06);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kn-news-card:hover {
	transform: translateY(-3px);
	border-color: rgba(141, 63, 69, .28);
	box-shadow: 0 20px 42px rgba(43, 37, 34, .10);
}

.kn-news-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #e7dfd6;
}

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

.kn-news-card__noimage {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #8d3f45;
	font-weight: 900;
	letter-spacing: .16em;
}

.kn-news-card__body {
	padding: 17px;
}

.kn-news-card__date {
	margin: 0 0 8px;
	color: #8d3f45;
	font-size: 12px;
	font-weight: 900;
}

.kn-news-card h3 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2b2522 !important;
	font-size: 17px;
	line-height: 1.58;
	letter-spacing: 0;
}

.kn-news-card__excerpt {
	margin: 0;
	color: #625852;
	font-size: 13px;
	line-height: 1.85;
}

.kn-news-empty {
	padding: 18px;
	border: 1px dashed rgba(43, 37, 34, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .62);
	color: #776a63;
}

.kn-news-tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kn-news-tag-grid a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 14px;
	border: 1px solid rgba(43, 37, 34, .14);
	border-radius: 999px;
	background: #fff;
	color: #2b2522;
	font-weight: 800;
}

.kn-news-tag-grid a b {
	display: inline-flex;
	min-width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #8d3f45;
	color: #fff;
	font-size: 12px;
}

/* Feature tokens are available to every custom component in post content.
 * WordPress may insert table wrappers, so components cannot rely on a single
 * article wrapper remaining around the full feature body. */
.post_content {
	--nf-ink: #2d2621;
	--nf-muted: #756a61;
	--nf-line: #eadfd2;
	--nf-soft: #fff8f0;
	--nf-soft2: #f2f7f2;
	--nf-accent: #8d4b32;
}

.np-feature-article {
	color: var(--nf-ink);
	line-height: 1.9;
}

.np-feature-article * {
	box-sizing: border-box;
}

.post_content .np-feature-article p,
.np-feature-article p {
	margin: 0 !important;
	line-height: 1.75 !important;
}

.np-feature-article a {
	color: #83523b;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.np-feature-hero {
	margin: 0 0 30px;
	padding: 6px 0 26px;
	border-bottom: 1px solid var(--nf-line);
	background: transparent;
}

.np-feature-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
}

.np-feature-kicker i {
	flex: 1 1 auto;
	height: 1px;
	background: var(--nf-line);
}

.np-feature-kicker__text {
	color: #8d4b32;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4 !important;
	white-space: nowrap;
}

.post_content .np-feature-article .np-feature-deck,
.np-feature-article .np-feature-deck {
	max-width: 790px;
	margin: 0 0 16px !important;
	color: #2d2621;
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 400;
	line-height: 1.78 !important;
}

.post_content .np-feature-article .np-feature-lead,
.np-feature-article .np-feature-lead {
	max-width: 780px;
	color: #5f554f;
	font-size: 15px;
	line-height: 1.88 !important;
}

.np-feature-hero--dark {
	margin-bottom: 32px;
	padding: 28px 30px 31px;
	border: 1px solid #3a302b;
	background: #171716;
	box-shadow: 0 18px 40px rgba(28, 19, 14, .18);
}

.np-feature-showcase {
	margin: 0 0 46px;
	overflow: hidden;
	border: 1px solid #302923;
	background: #171716;
	box-shadow: 0 18px 40px rgba(28, 19, 14, .18);
}

.np-feature-showcase .np-feature-hero--dark {
	margin: 0;
	border: 0;
	box-shadow: none;
}

.np-feature-hero--dark .np-feature-kicker i {
	background: #e1a779;
	opacity: .24;
}

.np-feature-hero--dark .np-feature-kicker__text {
	color: #e1a779;
}

.post_content .np-feature-article .np-feature-hero--dark .np-feature-deck,
.np-feature-article .np-feature-hero--dark .np-feature-deck {
	color: #f3eee7;
}

.post_content .np-feature-article .np-feature-hero--dark .np-feature-lead,
.np-feature-article .np-feature-hero--dark .np-feature-lead {
	color: #d9d0c7;
}

.np-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0;
}

.np-feature-pick {
	overflow: hidden;
	border: 1px solid #eadfd2;
	border-radius: 10px;
	background: #fff;
}

.np-feature-pick img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.np-feature-pick__body {
	padding: 15px;
}

.np-feature-pick b {
	display: block;
	margin: 0 0 6px;
	color: #8d4b32;
	font-size: 12px;
}

.np-feature-pick h3 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2d2621 !important;
	font-size: 17px;
	line-height: 1.55;
	letter-spacing: 0;
}

.np-feature-pick p {
	color: #635852;
	font-size: 13px;
	line-height: 1.8;
}

/* Tokyo autumn feature: a visual entry point before the comparison table. */
.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #3a302b;
	background: #171716;
}

.post_content .np-feature-article h2.np-feature-gallery__heading,
.np-feature-article h2.np-feature-gallery__heading {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #8d4b32 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .1em !important;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	color: #443933;
	text-decoration: none;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .2s ease, opacity .2s ease;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__item::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 15, 12, .18), transparent 42%, rgba(20, 15, 12, .76));
	content: "";
	pointer-events: none;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__place,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__title {
	position: absolute;
	left: 12px;
	right: 12px;
	z-index: 1;
	color: #fff;
	letter-spacing: 0;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__place {
	top: 11px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__title {
	bottom: 11px;
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__item:hover img,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__item:focus-visible img {
	opacity: .88;
	transform: translateY(-2px);
}

.np-feature-table {
	width: 100%;
	max-width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.np-feature-article .s_table {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	white-space: normal;
	-webkit-overflow-scrolling: touch;
}

.np-feature-table th,
.np-feature-table td {
	box-sizing: border-box;
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid var(--nf-line);
	vertical-align: top;
	white-space: normal;
	overflow-wrap: anywhere;
}

.np-feature-table th {
	background: var(--nf-soft);
	text-align: left;
}

.np-feature-table thead th {
	background: #fff;
	color: #2d2621;
	white-space: nowrap;
}

.np-feature-table--two-columns thead th:first-child {
	width: 20%;
}

.np-feature-table--three-columns thead th:nth-child(1) {
	width: 30%;
}

.np-feature-table--three-columns thead th:nth-child(2) {
	width: 43%;
}

.np-feature-table--three-columns thead th:nth-child(3) {
	width: 27%;
}

.np-feature-table tbody th {
	background: #fff;
	white-space: normal;
}

.np-feature-candidate {
	display: block;
	color: #8d4b32;
	text-decoration: none;
}

.np-feature-candidate:hover,
.np-feature-candidate:focus-visible {
	color: #6f3421;
	text-decoration: underline;
}

.np-feature-candidate img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 4px;
	object-fit: cover;
}

.np-feature-candidate-title {
	margin: 0 0 10px !important;
	color: #2d2621;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55 !important;
}

.np-feature-candidate-title a {
	color: inherit;
	text-decoration: none;
}

.np-feature-candidate-title a:hover,
.np-feature-candidate-title a:focus-visible {
	color: #8d4b32;
	text-decoration: underline;
}

.np-feature-detail-list {
	margin: 0;
}

.np-feature-detail-list > div {
	display: flex;
	gap: 10px;
	padding: 7px 0;
	border-bottom: 1px solid #eee7e2;
}

.np-feature-detail-list > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.np-feature-detail-list dt {
	flex: 0 0 5.5em;
	margin: 0;
	color: #8d4b32;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
}

.np-feature-detail-list dd {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: #443933;
	font-size: 13px;
	line-height: 1.7;
}

.np-feature-editor-note {
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: transparent;
}

.post_content .np-feature-article .np-feature-editor-note__label,
.np-feature-article .np-feature-editor-note__label {
	display: inline-block;
	margin: 0 0 6px !important;
	padding: 3px 8px;
	background: #656565;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4 !important;
}

.post_content .np-feature-article .np-feature-editor-note__body,
.np-feature-article .np-feature-editor-note__body {
	margin: 0 !important;
	color: #443933;
	font-size: 13px;
	line-height: 1.8 !important;
}

/* Keep the long Tokyo comparison practical to scan. */
.np-feature-tokyo-autumn-afternoon-tea .np-feature-table td {
	padding: 8px 10px;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-candidate-title {
	margin-bottom: 2px !important;
	font-size: 15px;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list {
	margin: 0 !important;
	padding: 0 !important;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list > div {
	align-items: center;
	gap: 8px;
	padding: 6px 0;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list > div:last-child {
	padding-bottom: 6px;
}

.post_content .np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list dt,
.post_content .np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list dd,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list dt,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list dd {
	margin: 0 !important;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-detail-list dd {
	line-height: 1.55;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-editor-note {
	margin-top: 8px;
	padding: 0;
	border-top: 0;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-table--two-columns > tbody > tr > td {
	vertical-align: middle;
}

.np-feature-tokyo-autumn-afternoon-tea .np-feature-table--two-columns > tbody > tr > td:first-child {
	width: 20%;
	vertical-align: top;
}

@media (max-width: 720px) {
	.np-feature-tokyo-autumn-afternoon-tea .np-feature-table--two-columns > tbody > tr > td:first-child {
		width: 100%;
	}

	.np-feature-tokyo-autumn-afternoon-tea .np-feature-candidate img {
		width: 100%;
		max-width: none;
		aspect-ratio: 16 / 9;
	}
}

.post_content .np-feature-tokyo-autumn-afternoon-tea .np-feature-editor-note__label,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-editor-note__label {
	margin-bottom: 4px !important;
}

.post_content .np-feature-tokyo-autumn-afternoon-tea .np-feature-editor-note__body,
.np-feature-tokyo-autumn-afternoon-tea .np-feature-editor-note__body {
	line-height: 1.72 !important;
}

.np-feature-heading,
.np-feature-article h2 {
	margin: 2.2em 0 .8em !important;
	padding: .55em .7em !important;
	border-left: 4px solid var(--nf-accent) !important;
	background: var(--nf-soft) !important;
	box-shadow: none !important;
	color: #2d2621 !important;
	font-size: 1.35em;
	line-height: 1.45;
	letter-spacing: 0 !important;
}

.np-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 20px 0;
}

.np-feature-box {
	padding: 16px;
	border: 1px solid var(--nf-line);
	border-radius: 10px;
	background: #fff;
}

.np-feature-box h3 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #2d2621 !important;
	font-size: 17px;
	letter-spacing: 0;
}

.np-kuroneko-note {
	margin: 28px 0;
	padding: 18px 20px;
	border: 1px solid #e5cfba;
	border-radius: 10px;
	background: #fff8ef;
}

.np-kuroneko-note__label {
	margin: 0 0 8px !important;
	color: #8d4b32;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.np-kuroneko-note__text {
	margin: 0 !important;
	color: #443933;
}

.np-feature-links,
.np-feature-sources {
	margin: 28px 0;
	padding: 16px 18px;
	border-top: 1px solid var(--nf-line);
	border-bottom: 1px solid var(--nf-line);
	background: #fbfaf8;
}

.np-feature-links ul,
.np-feature-sources ul {
	margin: .5em 0 0 1.2em;
}

.np-feature-source-note {
	margin: 0 0 10px;
	color: #756a61;
	font-size: 13px;
}

/* Single news articles use the same design language as feature posts. */
.np-news-article {
	color: var(--nf-ink);
	line-height: 1.9;
}

.post_content .np-news-article p,
.np-news-article p {
	margin: 0 0 1.1em !important;
	line-height: 1.9 !important;
}

.np-news-article a {
	color: #83523b;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.np-news-heading,
.np-news-article h2 {
	margin: 2.2em 0 .8em !important;
	padding: .55em .7em !important;
	border-left: 4px solid var(--nf-accent) !important;
	background: var(--nf-soft) !important;
	box-shadow: none !important;
	color: #2d2621 !important;
	font-size: 1.35em;
	line-height: 1.45;
	letter-spacing: 0 !important;
}

.np-news-summary {
	width: 100%;
	max-width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	background: #fff;
}

.np-news-summary th,
.np-news-summary td {
	padding: 11px 12px;
	border: 1px solid var(--nf-line);
	vertical-align: top;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
}

.np-news-summary th {
	width: 30%;
	background: var(--nf-soft);
	font-weight: 700;
}

.np-news-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
	margin: 26px 0;
}

.np-news-gallery figure {
	margin: 0;
}

.np-news-gallery img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	border-radius: 8px;
}

.np-news-gallery figcaption,
.np-news-source-note {
	color: var(--nf-muted);
	font-size: 12px;
	line-height: 1.55;
}

.np-news-gallery figcaption {
	margin-top: 7px;
}

.np-news-links,
.np-news-sources {
	margin: 28px 0;
	padding: 16px 18px;
	border-top: 1px solid var(--nf-line);
	border-bottom: 1px solid var(--nf-line);
	background: #fbfaf8;
}

.np-news-links ul,
.np-news-sources ul {
	margin: .5em 0 0 1.2em;
}

.np-news-source-note {
	margin: 0 0 10px !important;
}

@media (max-width: 980px) {
	.kn-news-hero__grid {
		grid-template-columns: 1fr;
	}

	.kn-news-hero__visual {
		max-width: 520px;
	}

	.kn-news-feature-card {
		grid-template-columns: 1fr;
	}

	.kn-news-feature-card__image {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.kn-news-theme-grid,
	.kn-news-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kn-news-section__head {
		display: block;
	}

	.kn-news-section__head p {
		margin-top: 8px;
		text-align: left;
	}

	.kn-news-hero__note {
		left: 16px;
	}
}

@media (max-width: 720px) {
	.np-feature-hero {
		padding: 4px 0 20px;
	}

	.np-feature-hero--dark {
		padding: 22px 17px 25px;
	}

	.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery {
		padding: 14px;
	}

	.post_content .np-feature-article .np-feature-deck,
	.np-feature-article .np-feature-deck {
		font-size: 20px;
		line-height: 1.72 !important;
	}

	.np-feature-grid,
	.np-feature-list {
		grid-template-columns: 1fr;
	}

	.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__place {
		top: 9px;
		font-size: 10px;
	}

	.np-feature-tokyo-autumn-afternoon-tea .np-feature-gallery__title {
		bottom: 9px;
		font-size: 10px;
	}

	.np-feature-table th,
	.np-feature-table td {
		display: block;
		width: auto;
	}

	.np-feature-table th {
		border-bottom: 0;
	}

	.np-feature-table thead {
		display: none;
	}

	.np-feature-candidate img {
		width: min(180px, 100%);
	}

	.np-news-summary th,
	.np-news-summary td {
		display: block;
		width: auto;
	}

	.np-news-summary th {
		border-bottom: 0;
	}

}

@media (max-width: 640px) {
	.kn-news-shell {
		width: min(100%, calc(100% - 24px));
	}

	.kn-news-hero {
		padding: 28px 0 34px;
	}

	.kn-news-hero h2 {
		font-size: 36px;
		line-height: 1.16;
	}

	.kn-news-hero__lead {
		font-size: 15px;
	}

	.kn-news-hero__image {
		aspect-ratio: 4 / 3;
	}

	.kn-news-hero__note {
		position: static;
		width: auto;
		margin-top: 10px;
	}

	.kn-news-strip__inner {
		display: block;
	}

	.kn-news-strip__inner span + span {
		display: block;
		margin-top: 5px;
		color: #e7ddd3;
	}

	.kn-news-feature-card__body {
		padding: 20px;
	}

	.kn-news-theme-grid,
	.kn-news-post-grid {
		grid-template-columns: 1fr;
	}

	.kn-news-section {
		padding: 32px 0;
	}
}
