.fdbh-work-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 1.5rem 0;
}

.fdbh-columns-1 {
	grid-template-columns: 1fr;
}

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

.fdbh-columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fdbh-work-card {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.fdbh-work-card__thumb {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	background: #f3f4f6;
	color: inherit;
	text-decoration: none;
}

.fdbh-work-card--books .fdbh-work-card__thumb {
	aspect-ratio: 3 / 4;
}

.fdbh-work-card--doujin .fdbh-work-card__thumb {
	aspect-ratio: 4 / 3;
}

.fdbh-work-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fdbh-post-list-thumb--doujin .c-postThumb__figure::before,
.c-postThumb:has(.fdbh-thumb--doujin) .c-postThumb__figure::before {
	padding-top: 75%;
}

.fdbh-post-list-thumb--books .c-postThumb__figure::before,
.c-postThumb:has(.fdbh-thumb--books) .c-postThumb__figure::before {
	padding-top: 141.18%;
}

.fdbh-post-list-thumb--doujin .c-postThumb__img,
.fdbh-post-list-thumb--books .c-postThumb__img,
.c-postThumb__img.fdbh-thumb--doujin,
.c-postThumb__img.fdbh-thumb--books {
	width: 100%;
	height: 100%;
	background: #f3f4f6;
	object-fit: contain !important;
}

.fdbh-work-card__noimage {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #6b7280;
	font-size: 13px;
}

.fdbh-work-card__body {
	padding: 10px 12px 12px;
}

.fdbh-work-card__title {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.45;
}

.fdbh-work-card__title a {
	color: inherit;
	text-decoration: none;
}

.fdbh-work-card__meta {
	display: grid;
	gap: 4px;
	color: #4b5563;
	font-size: 12px;
	line-height: 1.5;
}

.fdbh-work-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 8px;
	align-items: baseline;
	min-width: 0;
}

.fdbh-work-card__meta-row--identity {
	color: #334155;
	font-weight: 500;
}

.fdbh-work-card__meta-row--genres {
	color: #64748b;
	font-size: 11px;
}

.fdbh-work-card__meta-row--commerce {
	flex-direction: column;
	gap: 3px 7px;
	align-items: flex-start;
}

.fdbh-work-card__commerce-line {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 6px;
	align-items: baseline;
	min-width: 0;
}

.fdbh-work-card__term {
	min-width: 0;
}

.fdbh-work-card__term a {
	color: inherit;
	text-decoration: none;
}

.fdbh-work-card__term a:hover,
.fdbh-work-card__term a:focus {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fdbh-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.fdbh-badge--sale {
	background: #b91c1c;
	color: #fff;
}

.fdbh-badge--discount-50 {
	background: #9f1239;
}

.fdbh-badge--discount-70 {
	background: #7f1d1d;
}

.fdbh-badge--discount-90 {
	background: #111827;
}

.fdbh-rating {
	color: #92400e;
	font-weight: 600;
}

.fdbh-price {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 3px 6px;
	align-items: baseline;
}

.fdbh-price__regular {
	color: #6b7280;
	text-decoration: line-through;
}

.fdbh-price__sale {
	color: #b91c1c;
	font-weight: 700;
}

.fdbh-preference-summary {
	margin: 1.25rem 0 1.5rem;
}

.fdbh-preference-summary__heading {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.45;
}

.fdbh-preference-summary__body {
	padding: 14px 16px;
	border: 1px solid #dbe3ea;
	border-radius: 8px;
	background: #f8fafc;
}

.fdbh-preference-summary__lead,
.fdbh-preference-summary__empty {
	margin: 0 0 10px;
	color: #1f2937;
	font-size: 14px;
	line-height: 1.7;
}

.fdbh-preference-summary__groups {
	display: grid;
	gap: 8px;
}

.fdbh-preference-summary__group {
	display: grid;
	grid-template-columns: 7.5em minmax(0, 1fr);
	gap: 8px 10px;
	align-items: start;
}

.fdbh-preference-summary__group-label {
	color: #475569;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.fdbh-preference-summary__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.fdbh-preference-chip {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	border: 1px solid #cfd8e3;
	border-radius: 4px;
	background: #fff;
	color: #273447;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.fdbh-work-card__preferences {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: -2px 0 8px;
}

.fdbh-work-card__preference {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border: 1px solid #cfdbe2;
	border-radius: 4px;
	background: #f8fafb;
	color: #274151;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.fdbh-work-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.fdbh-single-compare {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 1rem 0 1.25rem;
}

.fdbh-single-compare__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #cfd8e3;
	border-radius: 5px;
	background: #fff;
	color: #273447;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.fdbh-single-compare__link:hover,
.fdbh-single-compare__link:focus {
	border-color: #94a3b8;
	background: #f8fafc;
	color: #0f172a;
	text-decoration: none;
}

.fdbh-compare-button,
.fdbh-work-card__official,
.fdbh-preference-search__actions button,
.fdbh-preference-search__actions a,
.fdbh-compare-list__actions a,
.fdbh-compare-list__actions button,
.fdbh-compare-item button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #0d5360;
	border-radius: 5px;
	background: #0d5360;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.fdbh-compare-button:hover,
.fdbh-compare-button:focus,
.fdbh-work-card__official:hover,
.fdbh-work-card__official:focus,
.fdbh-preference-search__actions button:hover,
.fdbh-preference-search__actions button:focus,
.fdbh-preference-search__actions a:hover,
.fdbh-preference-search__actions a:focus,
.fdbh-compare-list__actions a:hover,
.fdbh-compare-list__actions a:focus,
.fdbh-compare-list__actions button:hover,
.fdbh-compare-list__actions button:focus,
.fdbh-compare-item button:hover,
.fdbh-compare-item button:focus {
	color: #fff;
	background: #09414b;
	text-decoration: none;
}

.fdbh-compare-button.is-saved {
	border-color: #9a3412;
	background: #9a3412;
}

.fdbh-work-card__official {
	border-color: #5c6f2e;
	background: #5c6f2e;
}

.fdbh-preference-search {
	display: grid;
	gap: 18px;
	margin: 20px 0 28px;
}

.fdbh-preference-search__form {
	display: grid;
	gap: 16px;
	padding: 16px;
	border: 1px solid #dce3e8;
	border-radius: 8px;
	background: #fff;
}

.fdbh-preference-search__axes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fdbh-preference-filter-group {
	min-width: 0;
	margin: 0;
	padding: 12px;
	border: 1px solid #e2e8ed;
	border-radius: 6px;
	background: #fbfcfd;
}

.fdbh-preference-filter-group legend {
	padding: 0 4px;
	font-weight: 800;
}

.fdbh-preference-filter-group__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.fdbh-preference-filter-chip {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 9px;
	border: 1px solid #ccd7df;
	border-radius: 5px;
	background: #fff;
	color: #243947;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.fdbh-preference-filter-chip input {
	margin-right: 5px;
}

.fdbh-preference-filter-chip.is-selected,
.fdbh-preference-filter-chip:has(input:checked) {
	border-color: #0d5360;
	background: #eef6f8;
	color: #0d5360;
}

.fdbh-preference-search__db-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px 12px;
}

.fdbh-preference-segment {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 7px;
	border: 1px solid #dce3e8;
	border-radius: 6px;
	background: #f7f9fa;
}

.fdbh-preference-segment legend {
	flex-basis: 100%;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 800;
}

.fdbh-preference-segment label,
.fdbh-preference-toggle,
.fdbh-preference-select {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.fdbh-preference-toggle,
.fdbh-preference-select {
	padding: 7px 9px;
	border: 1px solid #dce3e8;
	border-radius: 6px;
	background: #fff;
}

.fdbh-preference-select select {
	max-width: 150px;
}

.fdbh-preference-search__restored {
	margin: 0;
	color: #5a4a16;
	font-size: 13px;
	font-weight: 700;
}

.fdbh-preference-search__actions,
.fdbh-compare-list__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fdbh-preference-search__actions a,
.fdbh-compare-list__actions a,
.fdbh-compare-list__actions button,
.fdbh-compare-item button {
	border-color: #637381;
	background: #637381;
}

.fdbh-preference-search__result-head {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #334856;
	font-size: 14px;
	font-weight: 800;
}

.fdbh-preference-search__result-head span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 9px;
	border-radius: 4px;
	background: #edf2f5;
}

.fdbh-preference-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 18px 0 0;
}

.fdbh-preference-pagination a,
.fdbh-preference-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 4px 12px;
	border: 1px solid #dce3e8;
	border-radius: 5px;
	background: #fff;
	font-weight: 700;
	text-decoration: none;
}

.fdbh-preference-related {
	margin: 28px 0;
}

.fdbh-preference-related h2 {
	margin: 0 0 12px;
	font-size: 20px;
}

.fdbh-compare-list {
	display: grid;
	gap: 14px;
	margin: 20px 0 28px;
}

.fdbh-compare-list__heading {
	margin: 0;
	color: #0f172a;
	font-size: 22px;
	line-height: 1.35;
}

.fdbh-compare-list__note {
	margin: 0;
	color: #52616b;
	font-size: 13px;
	line-height: 1.7;
}

.fdbh-compare-list__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.fdbh-compare-list__title {
	margin: 0;
	color: #243947;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
}

.fdbh-compare-list__empty {
	padding: 14px;
	border: 1px solid #dce3e8;
	border-radius: 6px;
	background: #fff;
	color: #52616b;
}

.fdbh-compare-list__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.fdbh-compare-item {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border: 1px solid #dce3e8;
	border-radius: 7px;
	background: #fff;
}

.fdbh-compare-item__thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 5px;
}

.fdbh-compare-item__body {
	min-width: 0;
}

.fdbh-compare-item h3 {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.45;
}

.fdbh-compare-item p {
	margin: 0 0 8px;
	color: #52616b;
	font-size: 13px;
	line-height: 1.45;
}

.fdbh-compare-item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 10px;
}

.fdbh-compare-item__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border-radius: 4px;
	background: #edf2f5;
	font-size: 11px;
	font-weight: 700;
}

.fdbh-compare-floating {
	position: fixed;
	right: 18px;
	bottom: 88px;
	z-index: 999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid #0d5360;
	border-radius: 8px;
	background: #0d5360;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.fdbh-compare-floating:hover,
.fdbh-compare-floating:focus {
	background: #09414b;
	color: #fff;
	text-decoration: none;
}

.fdbh-compare-floating[hidden] {
	display: none;
}

.fdbh-sale-summary {
	margin: 1.5rem 0;
	padding: 14px 16px;
	border: 1px solid #dbe3ea;
	border-radius: 8px;
	background: #f8fafc;
}

.fdbh-sale-summary dl {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.fdbh-sale-summary dt {
	margin: 0 0 4px;
	color: #4b5563;
	font-size: 12px;
	font-weight: 600;
}

.fdbh-sale-summary dd {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
}

.fdbh-sale-summary p {
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 12px;
}

.fdbh-home-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 1.25rem 0 1.5rem;
}

.fdbh-home-link-grid a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d7dde5;
	border-radius: 8px;
	background: #fff;
	color: #273447;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.fdbh-home-link-grid a:hover,
.fdbh-home-link-grid a:focus {
	border-color: #94a3b8;
	background: #f8fafc;
}

@media (max-width: 900px) {
	.fdbh-home-link-grid,
	.fdbh-preference-search__axes,
	.fdbh-compare-list__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.fdbh-home-link-grid,
	.fdbh-preference-summary__group,
	.fdbh-preference-search__axes,
	.fdbh-compare-list__items,
	.fdbh-compare-item {
		grid-template-columns: 1fr;
	}

	.fdbh-preference-summary__group {
		gap: 4px;
	}

	.fdbh-preference-search__form {
		padding: 12px;
	}

	.fdbh-preference-search__db-filters,
	.fdbh-preference-search__actions,
	.fdbh-compare-list__head,
	.fdbh-compare-list__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.fdbh-preference-segment,
	.fdbh-preference-toggle,
	.fdbh-preference-select,
	.fdbh-preference-search__actions button,
	.fdbh-preference-search__actions a,
	.fdbh-compare-list__actions a,
	.fdbh-compare-list__actions button {
		width: 100%;
		box-sizing: border-box;
	}

	.fdbh-compare-item__thumb {
		max-width: 160px;
	}

	.fdbh-compare-floating {
		right: 12px;
		bottom: 78px;
		max-width: calc(100vw - 24px);
	}
}

.fdbh-sale-tabs {
	margin: 1.5rem 0;
}

.fdbh-sale-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}

.fdbh-sale-tabs__nav--discount {
	padding-top: 4px;
}

.fdbh-sale-tabs__tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid #d7dde5;
	border-radius: 6px;
	background: #fff;
	color: #273447;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.fdbh-sale-tabs__tab small {
	min-width: 22px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #eef2f7;
	color: #536173;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.fdbh-sale-tabs__tab:hover,
.fdbh-sale-tabs__tab:focus {
	border-color: #8fa4b8;
	color: #0f2538;
}

.fdbh-sale-tabs__tab.is-active {
	border-color: #0d5360;
	background: #0d5360;
	color: #fff;
}

.fdbh-sale-tabs__tab.is-active small {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.fdbh-sale-tabs__summary {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	margin: 14px 0 0;
	color: #273447;
	font-size: 14px;
}

.fdbh-sale-tabs__summary span {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.fdbh-empty {
	margin: 1rem 0;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
	color: #4b5563;
}

.fdbh-term-hub {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1.5rem 0;
}

.fdbh-term-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	color: inherit;
	text-decoration: none;
}

.fdbh-term-chip__count {
	min-width: 22px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #4b5563;
	font-size: 12px;
	text-align: center;
}

.fdbh-db-stats dl {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 6px 12px;
}

.fdbh-term-summary {
	margin: 1.5rem 0;
	padding: 16px;
	border: 1px solid #dbe3ea;
	border-radius: 8px;
	background: #f8fafc;
}

.fdbh-term-summary__main {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
	grid-template-areas:
		"details featured"
		"campaigns featured";
	gap: 18px;
	align-items: start;
}

.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.fdbh-term-summary--featured-large.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main,
.fdbh-term-summary--featured-image.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main {
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.fdbh-term-summary--taxonomy-fanza_series.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main,
.fdbh-term-summary--taxonomy-fanza_series.fdbh-term-summary--featured-large.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main,
.fdbh-term-summary--taxonomy-fanza_series.fdbh-term-summary--featured-image.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main {
	grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
}

.fdbh-term-summary__details {
	grid-area: details;
}

.fdbh-term-summary__featured {
	grid-area: featured;
}

.fdbh-term-summary__eyebrow {
	margin: 0 0 4px;
	color: #0d5360;
	font-size: 12px;
	font-weight: 700;
}

.fdbh-term-summary h2,
.fdbh-term-summary h3,
.fdbh-term-work-block h2,
.fdbh-term-related h2 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.45;
}

.fdbh-term-summary__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.fdbh-term-summary__stats div {
	padding: 10px;
	border: 1px solid #e4e9ef;
	border-radius: 6px;
	background: #fff;
}

.fdbh-term-summary__stats dt {
	margin: 0 0 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.fdbh-term-summary__stats dd {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.fdbh-term-summary__notes {
	margin: 12px 0 0;
	padding-left: 1.2em;
	color: #64748b;
	font-size: 12px;
	line-height: 1.6;
}

.fdbh-term-summary__campaigns {
	grid-area: campaigns;
	margin-top: -4px;
}

.fdbh-term-summary__campaign-heading {
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
}

.fdbh-term-summary__campaign-list {
	display: grid;
	gap: 10px;
}

.fdbh-term-campaign {
	padding: 10px;
	border: 1px solid #e4e9ef;
	border-radius: 6px;
	background: #fff;
}

.fdbh-term-campaign--layout-horizontal.fdbh-term-campaign--has-image {
	display: grid;
	grid-template-columns: minmax(150px, 42%) minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.fdbh-term-campaign--layout-banner_top.fdbh-term-campaign--has-image .fdbh-term-campaign__image {
	margin-bottom: 10px;
}

.fdbh-term-campaign--layout-banner_only {
	padding: 8px;
}

.fdbh-term-campaign__image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 4px;
	background: #eef2f7;
}

.fdbh-term-campaign__image img {
	display: block;
	width: 100%;
	max-height: var(--fdbh-campaign-image-max-height, 160px);
	height: auto;
	object-fit: var(--fdbh-campaign-image-fit, contain);
	object-position: center;
}

.fdbh-term-campaign--layout-horizontal .fdbh-term-campaign__image img {
	max-height: min(var(--fdbh-campaign-image-max-height, 160px), 140px);
}

.fdbh-term-campaign--layout-banner_only .fdbh-term-campaign__image img {
	max-height: var(--fdbh-campaign-image-max-height, 180px);
}

.fdbh-term-campaign h3 {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.45;
}

.fdbh-term-campaign__description {
	margin: 0 0 8px;
	color: #475569;
	font-size: 12px;
	line-height: 1.6;
}

.fdbh-term-campaign__cta {
	margin-top: 10px;
}

.fdbh-term-campaign__microcopy {
	margin: 0 0 6px;
	color: #d9005b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-align: center;
}

.fdbh-term-campaign__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: var(--fdbh-campaign-button-padding-y, 8px) 14px;
	border-radius: var(--fdbh-campaign-button-radius, 4px);
	background: var(--fdbh-campaign-button-bg, #0d5360);
	color: var(--fdbh-campaign-button-text, #fff);
	font-size: var(--fdbh-campaign-button-font-size, 12px);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.fdbh-term-campaign__button:hover,
.fdbh-term-campaign__button:focus {
	color: var(--fdbh-campaign-button-text, #fff);
	opacity: .9;
}

.fdbh-term-campaign__cta--inset_full .fdbh-term-campaign__button,
.fdbh-term-campaign__cta--flush_full .fdbh-term-campaign__button {
	display: flex;
	width: 100%;
}

.fdbh-term-campaign__cta--center_fixed {
	text-align: center;
}

.fdbh-term-campaign__cta--center_fixed .fdbh-term-campaign__button {
	width: min(100%, var(--fdbh-campaign-button-width, 260px));
}

.fdbh-term-campaign__cta--flush_full {
	margin: 10px -10px -10px;
}

.fdbh-term-campaign__cta--flush_full .fdbh-term-campaign__button {
	border-radius: 0 0 6px 6px;
}

.fdbh-term-summary__featured .fdbh-work-list {
	margin: 0;
}

.fdbh-term-summary__featured--compact .fdbh-work-card {
	display: grid;
	grid-template-columns: minmax(112px, 136px) minmax(0, 1fr);
}

.fdbh-term-summary__featured--standard .fdbh-work-card,
.fdbh-term-summary__featured--large .fdbh-work-card,
.fdbh-term-summary__featured--image .fdbh-work-card {
	display: block;
}

.fdbh-term-summary__featured .fdbh-work-card__thumb {
	align-self: start;
}

.fdbh-term-summary__featured .fdbh-work-card__body {
	padding: 10px;
}

.fdbh-term-summary__featured .fdbh-work-card__title {
	font-size: 14px;
	line-height: 1.45;
}

.fdbh-term-summary__featured .fdbh-work-card__meta {
	font-size: 11px;
}

.fdbh-term-summary__featured--large .fdbh-work-card__title,
.fdbh-term-summary__featured--image .fdbh-work-card__title {
	font-size: 15px;
}

.fdbh-term-blocks,
.fdbh-term-related {
	margin: 1.8rem 0;
}

.fdbh-term-work-block,
.fdbh-term-related__section {
	margin: 0 0 1.7rem;
}

.fdbh-series-list {
	display: grid;
	gap: 14px;
}

.fdbh-series-card {
	padding: 14px;
	border: 1px solid #dfe7ef;
	border-radius: 8px;
	background: #fff;
}

.fdbh-series-card__head {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 6px;
}

.fdbh-series-card__head h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.fdbh-series-card__head a {
	color: inherit;
	text-decoration: none;
}

.fdbh-series-card__head a:hover,
.fdbh-series-card__head a:focus {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fdbh-series-card__head span {
	color: #0d5360;
	font-size: 13px;
	font-weight: 700;
}

.fdbh-series-card__meta {
	margin: 0 0 10px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.6;
}

.fdbh-series-card .fdbh-work-list {
	grid-template-columns: repeat(auto-fit, minmax(180px, 260px));
	justify-content: start;
	gap: 12px;
	margin: 10px 0 0;
}

.fdbh-series-card .fdbh-work-card {
	max-width: 260px;
}

.fdbh-series-card .fdbh-work-card__body {
	padding: 9px 10px 10px;
}

.fdbh-series-card .fdbh-work-card__title {
	margin-bottom: 0;
	font-size: 13px;
}

.fdbh-series-card__link {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.fdbh-series-card__link a {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	color: #0d5360;
	text-decoration: none !important;
}

.fdbh-series-card__link-icon {
	margin-left: .35em;
}

.fdbh-series-card__link a:hover,
.fdbh-series-card__link a:focus {
	border-bottom-color: currentColor;
	text-decoration: none !important;
}

@media (max-width: 782px) {
	.fdbh-work-list,
	.fdbh-columns-3,
	.fdbh-columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fdbh-sale-summary dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fdbh-term-summary__main {
		grid-template-columns: 1fr;
		grid-template-areas:
			"details"
			"featured"
			"campaigns";
	}

	.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main,
	.fdbh-term-summary--featured-large.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main,
	.fdbh-term-summary--featured-image.fdbh-term-summary--featured-work-doujin .fdbh-term-summary__main {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 520px) {
	.fdbh-work-list,
	.fdbh-columns-2,
	.fdbh-columns-3,
	.fdbh-columns-4 {
		grid-template-columns: 1fr;
	}

	.fdbh-sale-summary dl {
		grid-template-columns: 1fr;
	}

	.fdbh-term-summary__stats {
		grid-template-columns: 1fr;
	}

	.fdbh-term-summary__featured--compact .fdbh-work-card {
		grid-template-columns: minmax(96px, 116px) minmax(0, 1fr);
	}

	.fdbh-term-campaign--layout-horizontal.fdbh-term-campaign--has-image {
		grid-template-columns: 1fr;
	}

}
.fdbh-product-overview {
	margin: 1.6rem 0;
	padding: 18px;
	border: 1px solid #dce3e8;
	border-radius: 8px;
	background: #fff;
}

.fdbh-product-overview__head {
	margin-bottom: 12px;
}

.fdbh-product-overview__type {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 8px;
	border-radius: 3px;
	background: #eef6f8;
	color: #0d5360;
	font-size: .82rem;
	font-weight: 700;
}

.fdbh-product-overview__head h2 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.45;
}

.fdbh-product-overview__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: #e5edf1;
	border: 1px solid #e5edf1;
}

.fdbh-product-overview__list > div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	background: #fff;
}

.fdbh-product-overview__list dt,
.fdbh-product-overview__list dd {
	margin: 0;
	padding: 9px 10px;
	font-size: .92rem;
	line-height: 1.55;
}

.fdbh-product-overview__list dt {
	background: #f6f8f9;
	color: #4c5960;
	font-weight: 700;
}

.fdbh-product-overview__list a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fdbh-product-overview__regular {
	color: #69737a;
	text-decoration: line-through;
}

.fdbh-product-overview__sale,
.fdbh-product-overview__discount {
	color: #c71f1f;
}

.fdbh-product-overview__cta {
	margin: 14px 0 0;
	text-align: center;
}

.fdbh-product-overview__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 5px;
	background: #006f8f;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 782px) {
	.fdbh-product-overview__list {
		grid-template-columns: 1fr;
	}

	.fdbh-product-overview__list > div {
		grid-template-columns: 84px minmax(0, 1fr);
	}
}
