:root {
	--nss-ink: #11110f;
	--nss-paper: #f4f1ea;
	--nss-white: #fff;
	--nss-gold: #c99b45;
	--nss-line: rgba(17, 17, 15, .14);
}

.nssbp-page .entry-title,
.nssbp-page .date-tags,
.nssbp-page .post-date,
.nssbp-page .eye-catch-wrap,
.nssbp-page .sns-share,
.nssbp-page .sns-share-message,
.nssbp-page .breadcrumb {
	display: none !important;
}

.nssbp-page .main,
.nssbp-page .entry-content,
.nssbp-page article,
.nssbp-page .content-in,
.nssbp-page .article {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.nssbp-page .content {
	margin-top: 0 !important;
}

.nssbp-page .sidebar {
	display: none !important;
}

.nssbp-shell {
	overflow: hidden;
	margin: 0;
	background: var(--nss-paper);
	color: var(--nss-ink);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

.nssbp-shell *,
.nssbp-shell *::before,
.nssbp-shell *::after {
	box-sizing: border-box;
}

.nssbp-shell a {
	color: inherit;
	text-decoration: none;
}

.nssbp-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.nssbp-hero {
	position: relative;
	padding: 56px 0 120px;
	background:
		radial-gradient(circle at 82% 20%, rgba(201, 155, 69, .23), transparent 28%),
		linear-gradient(140deg, #0e0e0c 0%, #191813 100%);
	color: var(--nss-white);
}

.nssbp-hero::after {
	position: absolute;
	right: -4vw;
	bottom: -11vw;
	width: 34vw;
	height: 34vw;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
}

.nssbp-backlink {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 96px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
}

.nssbp-backlink::before {
	width: 24px;
	height: 1px;
	background: var(--nss-gold);
	content: "";
}

.nssbp-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, .75fr);
	align-items: end;
	gap: 70px;
}

.nssbp-kicker,
.nssbp-section-label {
	margin: 0 0 20px !important;
	color: var(--nss-gold);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .22em;
}

.nssbp-hero h1 {
	margin: 0 !important;
	color: var(--nss-white);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(44px, 6.6vw, 88px) !important;
	font-weight: 500;
	line-height: 1.2 !important;
	letter-spacing: -.035em;
}

.nssbp-hero h1 span {
	color: #dab467;
}

.nssbp-hero-copy {
	margin: 0 0 8px !important;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 2;
}

.nssbp-section {
	padding: 112px 0;
}

.nssbp-two-column {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 110px;
}

.nssbp-shell h2 {
	margin: 0 !important;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(32px, 4.2vw, 56px) !important;
	font-weight: 500;
	line-height: 1.4 !important;
	letter-spacing: -.025em;
}

.nssbp-body-copy {
	padding-top: 37px;
	font-size: 16px;
	line-height: 2.25;
}

.nssbp-body-copy p {
	margin: 0 0 24px !important;
}

.nssbp-services {
	background: var(--nss-white);
}

.nssbp-heading-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 54px;
}

.nssbp-heading-row > p {
	max-width: 400px;
	margin: 0 !important;
	color: #68675f;
}

.nssbp-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--nss-line);
	border-left: 1px solid var(--nss-line);
}

.nssbp-service-card {
	position: relative;
	min-height: 350px;
	padding: 34px 36px 40px;
	border-right: 1px solid var(--nss-line);
	border-bottom: 1px solid var(--nss-line);
	background: #fff;
	transition: color .3s ease, background .3s ease;
}

.nssbp-service-card:not(.nssbp-service-card-soon):hover {
	background: var(--nss-ink);
	color: #fff;
}

.nssbp-service-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}

.nssbp-service-number {
	color: #99978e;
	font-size: 13px;
}

.nssbp-arrow {
	font-size: 22px;
	transition: transform .25s ease;
}

.nssbp-service-card:hover .nssbp-arrow {
	transform: translate(4px, -4px);
}

.nssbp-service-eyebrow {
	margin: 0 0 7px !important;
	color: var(--nss-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
}

.nssbp-service-card h3 {
	margin: 0 0 23px !important;
	font-size: clamp(24px, 3vw, 37px) !important;
	font-weight: 600;
	line-height: 1.35 !important;
}

.nssbp-service-card > p:last-child {
	max-width: 430px;
	margin: 0 !important;
	color: #77756e;
	font-size: 14px;
	line-height: 1.85;
}

.nssbp-service-card:hover > p:last-child {
	color: rgba(255, 255, 255, .66);
}

.nssbp-service-card-soon {
	background: #f1efe9;
}

.nssbp-status {
	padding: 4px 10px;
	border: 1px solid #bdb8ab;
	border-radius: 999px;
	color: #77736b;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
}

.nssbp-profile {
	background: var(--nss-paper);
}

.nssbp-profile-list {
	margin: 0;
	border-top: 1px solid var(--nss-line);
}

.nssbp-profile-list > div {
	display: grid;
	grid-template-columns: 170px 1fr;
	padding: 23px 0;
	border-bottom: 1px solid var(--nss-line);
}

.nssbp-profile-list dt {
	color: #77756e;
	font-size: 13px;
}

.nssbp-profile-list dd {
	margin: 0;
	font-weight: 600;
}

.nssbp-profile-list a {
	border-bottom: 1px solid currentColor;
}

.nssbp-cta {
	padding: 108px 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		var(--nss-ink);
	background-size: 52px 52px;
	color: #fff;
	text-align: center;
}

.nssbp-cta h2 {
	color: #fff;
}

.nssbp-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: min(330px, 100%);
	margin-top: 44px;
	padding: 18px 22px;
	border: 1px solid rgba(255,255,255,.35);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	transition: background .25s ease, color .25s ease;
}

.nssbp-button:hover {
	background: #fff;
	color: #111;
}

/* Column */
.nssbp-column-hero {
	padding-bottom: 92px;
}

.nssbp-column-hero .nssbp-backlink {
	margin-bottom: 72px;
}

.nssbp-articles {
	position: relative;
	z-index: 1;
	overflow: visible;
	padding-top: 54px;
	background: #f7f5ef;
}

.nssbp-articles::after {
	display: block;
	clear: both;
	content: "";
}

.nssbp-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 56px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--nss-line);
}

.nssbp-filters a {
	padding: 10px 17px;
	border: 1px solid #d2cec4;
	border-radius: 999px;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	transition: .2s ease;
}

.nssbp-filters a:hover,
.nssbp-filters a.is-active {
	border-color: var(--nss-ink);
	background: var(--nss-ink);
	color: #fff;
}

.nssbp-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 52px 24px;
}

.nssbp-article-card {
	min-width: 0;
	background: transparent !important;
}

.nssbp-article-link {
	display: block;
}

.nssbp-article-visual {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	margin-bottom: 23px;
	background: #25241f;
}

.nssbp-article-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, transparent 38%, rgba(255,255,255,.08));
	content: "";
}

.nssbp-article-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.nssbp-article-link:hover .nssbp-article-visual img {
	transform: scale(1.035);
}

.nssbp-article-visual > span {
	position: absolute;
	z-index: 1;
	right: 22px;
	bottom: 18px;
	color: rgba(255,255,255,.82);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .17em;
}

.nssbp-accent-blue { background: linear-gradient(135deg, #101720, #263d53); }
.nssbp-accent-gold { background: linear-gradient(135deg, #17150f, #6b542c); }
.nssbp-accent-green { background: linear-gradient(135deg, #101815, #315745); }
.nssbp-accent-pink { background: linear-gradient(135deg, #1b1217, #69404f); }

.nssbp-article-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
	color: #858279;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
}

.nssbp-article-meta span {
	color: #8c682c;
}

.nssbp-article-meta span::after {
	margin-left: 10px;
	color: #b9b5aa;
	content: "/";
}

.nssbp-article-content h2 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 13px !important;
	font-family: inherit;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.65 !important;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nssbp-article-content > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 20px !important;
	color: #77746b;
	font-size: 13px;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nssbp-readmore {
	display: inline-flex;
	gap: 9px;
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa59a;
	font-size: 11px;
	font-weight: 700;
}

.nssbp-readmore b {
	transition: transform .2s ease;
}

.nssbp-article-link:hover .nssbp-readmore b {
	transform: translate(3px, -3px);
}

.nssbp-pagination {
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 74px;
	margin-bottom: 0;
}

.nssbp-pagination ul.page-numbers {
	display: flex;
	width: 100% !important;
	height: auto !important;
	min-height: 42px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nssbp-pagination ul.page-numbers > li {
	display: block;
	float: none;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nssbp-pagination a.page-numbers,
.nssbp-pagination span.page-numbers {
	display: grid;
	width: auto !important;
	min-width: 42px;
	height: 42px;
	margin: 0;
	padding: 0 12px;
	place-items: center;
	border: 1px solid #d5d1c8;
	background: transparent;
	line-height: 1;
	white-space: nowrap;
	font-size: 12px;
}

.nssbp-pagination span.page-numbers.current,
.nssbp-pagination a.page-numbers:hover {
	border-color: var(--nss-ink);
	background: var(--nss-ink);
	color: #fff;
}

.nssbp-empty {
	padding: 80px 30px;
	border: 1px solid var(--nss-line);
	text-align: center;
}

.nssbp-empty h2 {
	font-size: clamp(26px, 3vw, 40px) !important;
}

.nssbp-empty > p:not(.nssbp-section-label) {
	color: #77746b;
}

.nssbp-empty a {
	display: inline-block;
	margin-top: 18px;
	border-bottom: 1px solid;
	font-size: 13px;
	font-weight: 700;
}

.nssbp-column-cta {
	text-align: left;
}

.nssbp-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 44px;
}

.nssbp-inline-links a {
	padding: 14px 18px;
	border: 1px solid rgba(255,255,255,.28);
	font-size: 12px;
	font-weight: 700;
}

.nssbp-inline-links a:hover {
	background: #fff;
	color: #111;
}

@media (max-width: 900px) {
	.nssbp-hero-grid,
	.nssbp-two-column {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.nssbp-hero-copy {
		max-width: 620px;
	}

	.nssbp-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.nssbp-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.nssbp-container {
		width: min(100% - 32px, 1180px);
	}

	.nssbp-hero {
		padding: 32px 0 72px;
	}

	.nssbp-backlink,
	.nssbp-column-hero .nssbp-backlink {
		margin-bottom: 64px;
	}

	.nssbp-hero h1 {
		font-size: clamp(36px, 11vw, 54px) !important;
	}

	.nssbp-section {
		padding: 76px 0;
	}

	.nssbp-two-column {
		gap: 22px;
	}

	.nssbp-body-copy {
		padding-top: 0;
	}

	.nssbp-service-grid,
	.nssbp-article-grid {
		grid-template-columns: 1fr;
	}

	.nssbp-service-card {
		min-height: 305px;
		padding: 28px 25px 32px;
	}

	.nssbp-service-top {
		margin-bottom: 48px;
	}

	.nssbp-profile-list > div {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.nssbp-cta {
		padding: 78px 0;
	}

	.nssbp-articles {
		padding-top: 36px;
	}

	.nssbp-filters {
		margin-bottom: 38px;
	}

	.nssbp-article-grid {
		gap: 44px;
	}

	.nssbp-pagination ul.page-numbers {
		gap: 5px;
	}

	.nssbp-pagination a.page-numbers,
	.nssbp-pagination span.page-numbers {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
	}
}
