.single-review .l-mainContent,
.single-review .l-container {
	max-width: 1080px;
}

/* =========================================================
 * Single review
 * ========================================================= */

.shdb-review {
	max-width: 920px;
	margin: 48px auto 72px;
	padding: 0 20px;
}

.shdb-hero {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 34px;
	align-items: center;
	margin-bottom: 36px;
	padding: 28px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
}

.shdb-hero__thumb {
	text-align: center;
}

.shdb-hero__thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.shdb-title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.45;
	font-weight: 800;
	color: #263238;
}

.shdb-pr {
	display: inline-block;
	margin: 0 0 18px;
	padding: 7px 12px;
	background: #f5f7f8;
	border-radius: 999px;
	font-size: 13px;
	color: #667;
}

.shdb-section {
	margin-top: 38px;
}

.shdb-section-title {
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6ecef;
	font-size: 21px;
	font-weight: 800;
	color: #263238;
}

.shdb-movie iframe {
	display: block;
	background: #000;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	overflow: hidden;
}

/* Axes */

.shdb-axes {
	display: grid;
	gap: 16px;
	margin-top: 10px;
}

.shdb-axis {
	display: grid;
	gap: 8px;
}

.shdb-axis__labels {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 800;
	color: #455a64;
}

.shdb-axis__bar {
	position: relative;
	height: 10px;
	background: linear-gradient(90deg, #dceff3, #f1f3f4);
	border-radius: 999px;
}

.shdb-axis__dot {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	background: #0f6f85;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .26);
	transform: translate(-50%, -50%);
}

/* Points */

.shdb-point-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shdb-point-list li {
	padding: 7px 13px;
	background: #eef6f8;
	border: 1px solid #d7e8ed;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: #24505a;
}

/* Samples */

.shdb-sample-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.shdb-sample-item {
	margin: 0;
}

.shdb-sample-item a {
	display: block;
}

.shdb-sample-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}

/* Info */

.shdb-info-list {
	margin: 0;
	border-top: 1px solid #edf0f2;
}

.shdb-info-list > div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid #edf0f2;
}

.shdb-info-list dt {
	font-weight: 800;
	color: #455a64;
}

.shdb-info-list dd {
	margin: 0;
	color: #333;
}

/* CTA */

.shdb-cta {
	margin: 50px 0 0;
	text-align: center;
}

.shdb-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 360px);
	min-height: 62px;
	padding: 0 28px;
	background: #0f6f85;
	color: #fff !important;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 111, 133, .28);
	transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.shdb-cta__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(15, 111, 133, .36);
	opacity: .96;
}

/* =========================================================
 * Archive / Taxonomy review layout
 * ========================================================= */

.shdb-archive {
	max-width: 1040px;
	margin: 44px auto 72px;
	padding: 0 20px;
}

.shdb-archive__header {
	margin-bottom: 30px;
}

.shdb-archive__title {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 800;
	color: #263238;
}

.shdb-archive__lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #667;
}

.shdb-archive-list {
	display: grid;
	gap: 22px;
}

.shdb-archive-card {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 22px;
	align-items: center;
	padding: 18px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .045);
}

.shdb-archive-card__thumb-link {
	display: block;
	text-decoration: none;
}

.shdb-archive-card__thumb {
	text-align: center;
	background: #fff;
}

.shdb-archive-card__thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 150px;
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .09);
}

.shdb-archive-card__body {
	min-width: 0;
}

.shdb-archive-card__title {
	margin: 0 0 7px;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 800;
	color: #263238;
}

.shdb-archive-card__title a {
	color: inherit;
	text-decoration: none;
}

.shdb-archive-card__title a:hover {
	color: #0f6f85;
}

.shdb-archive-card__date {
	margin-bottom: 12px;
	font-size: 12px;
	color: #778;
}

.shdb-archive-card__meta {
	display: grid;
	gap: 6px;
	font-size: 12px;
}

.shdb-archive-card__meta-row {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 10px;
	align-items: start;
}

.shdb-archive-card__meta-row span {
	font-weight: 800;
	color: #455a64;
}

.shdb-archive-card__meta-row p {
	margin: 0;
	line-height: 1.65;
	color: #445;
}

.shdb-archive-card__meta-row a {
	color: #0f6f85;
	text-decoration: none;
	font-weight: 700;
}

.shdb-archive-card__meta-row a:hover {
	text-decoration: underline;
}

.shdb-archive-pagination {
	margin-top: 42px;
}

.shdb-archive-empty {
	padding: 28px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 14px;
	color: #667;
}

/* =========================================================
 * Harem top page
 * ========================================================= */

.harem-top {
	max-width: 1040px;
	margin: 44px auto 72px;
	padding: 0 20px;
}

.harem-top-hero {
	margin-bottom: 42px;
	padding: 38px 34px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .045);
}

.harem-top-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	color: #0f6f85;
}

.harem-top-hero__title {
	margin: 0 0 16px;
	font-size: 32px;
	line-height: 1.45;
	font-weight: 900;
	color: #263238;
}

.harem-top-hero__lead {
	max-width: 640px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #556;
}

.harem-top-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.harem-top-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	padding: 12px 18px;
	background: #0f6f85;
	color: #fff !important;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(15, 111, 133, .22);
}

.harem-top-btn--sub {
	background: #eef6f8;
	color: #24505a !important;
	box-shadow: none;
}

.harem-top-banner {
	margin: 40px 0 56px;
	text-align: center;
}

.harem-top-banner__lead {
	margin-bottom: 18px;
	font-size: 14px;
	color: #666;
	letter-spacing: .04em;
}

.harem-top-banner__pc {
	display: block;
}

.harem-top-banner__sp {
	display: none;
}

.harem-top-section {
	margin-top: 42px;
}

.harem-top-section__head {
	margin-bottom: 18px;
}

.harem-top-section__head h2 {
	margin: 0 0 8px;
	font-size: 23px;
	line-height: 1.5;
	font-weight: 900;
	color: #263238;
}

.harem-top-section__head p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #667;
}

.harem-top-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.harem-top-card-grid--people {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.harem-top-card {
	display: grid;
	gap: 6px;
	min-height: 118px;
	padding: 18px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 18px;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
	transition: transform .15s ease, box-shadow .15s ease;
}

.harem-top-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .07);
}

.harem-top-card__label {
	font-size: 18px;
	font-weight: 900;
	color: #263238;
}

.harem-top-card__desc {
	font-size: 12px;
	line-height: 1.6;
	color: #667;
}

.harem-top-card__count {
	align-self: end;
	font-size: 12px;
	font-weight: 800;
	color: #0f6f85;
}

.harem-top-review-list {
	display: grid;
	gap: 18px;
}

.harem-top-review-card {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 18px;
	align-items: center;
	padding: 16px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.harem-top-review-card__thumb {
	display: block;
	text-align: center;
}

.harem-top-review-card__thumb img {
	width: auto;
	max-width: 100%;
	max-height: 135px;
	height: auto;
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .09);
}

.harem-top-review-card__body {
	min-width: 0;
}

.harem-top-review-card__body h3 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 900;
	color: #263238;
}

.harem-top-review-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.harem-top-review-card__date {
	margin-bottom: 10px;
	font-size: 12px;
	color: #778;
}

.harem-top-review-card__meta {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 10px;
	margin-top: 5px;
	font-size: 12px;
}

.harem-top-review-card__meta span {
	font-weight: 800;
	color: #455a64;
}

.harem-top-review-card__meta p {
	margin: 0;
	line-height: 1.65;
	color: #445;
}

.harem-top-review-card__meta a {
	color: #0f6f85;
	font-weight: 700;
	text-decoration: none;
}

.harem-top-more {
	margin-top: 24px;
	text-align: center;
}

.harem-top-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	padding: 13px 20px;
	background: #f2f7f8;
	color: #24505a;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

/* =========================================================
 * Responsive
 * ========================================================= */

@media (max-width: 900px) {
	.harem-top-card-grid,
	.harem-top-card-grid--people {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.shdb-review {
		margin: 28px auto 56px;
		padding: 0 14px;
	}

	.shdb-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.shdb-hero__thumb {
		max-width: 260px;
		margin: 0 auto;
	}

	.shdb-title {
		font-size: 22px;
	}

	.shdb-sample-grid {
		grid-template-columns: 1fr;
	}

	.shdb-info-list > div {
		grid-template-columns: 95px 1fr;
		gap: 12px;
		font-size: 14px;
	}

	.shdb-archive {
		margin: 28px auto 56px;
		padding: 0 14px;
	}

	.shdb-archive-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
	}

	.shdb-archive-card__thumb img {
		max-height: none;
	}

	.shdb-archive-card__title {
		font-size: 16px;
	}

	.shdb-archive-card__meta-row {
		grid-template-columns: 68px 1fr;
	}

	.harem-top {
		margin: 28px auto 56px;
		padding: 0 14px;
	}

	.harem-top-hero {
		padding: 28px 22px;
	}

	.harem-top-hero__title {
		font-size: 25px;
	}

	.harem-top-banner {
		margin: 32px 0 44px;
	}

	.harem-top-banner__pc {
		display: none;
	}

	.harem-top-banner__sp {
		display: block;
	}

	.harem-top-card-grid,
	.harem-top-card-grid--people {
		grid-template-columns: 1fr;
	}

	.harem-top-review-card {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.harem-top-review-card__thumb img {
		max-height: none;
	}

	.harem-top-review-card__meta {
		grid-template-columns: 68px 1fr;
	}
}


/* =========================================================
 * Pagination reset
 * ========================================================= */

.shdb-archive-pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 42px;
}

.shdb-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	background: #f2f4f5;
	color: #455a64;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
}

.shdb-archive-pagination .page-numbers.current {
	background: #0f6f85;
	color: #fff;
}

.shdb-archive-pagination a.page-numbers:hover {
	background: #e6f1f4;
	color: #0f6f85;
}


.shdb-genre-features,
.shdb-genre-recommend {
	margin-top: 22px;
	padding: 20px;
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.shdb-genre-features h2,
.shdb-genre-recommend__head {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 900;
	color: #263238;
}

.shdb-genre-features ul {
	margin: 0;
	padding-left: 1.2em;
	line-height: 1.9;
}

.shdb-genre-recommend__card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.shdb-genre-recommend__thumb img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

.shdb-genre-recommend__title {
	font-weight: 900;
	line-height: 1.5;
}

.shdb-genre-recommend__body p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.8;
	color: #556;
}

@media (max-width: 768px) {
	.shdb-genre-recommend__card {
		grid-template-columns: 1fr;
	}
}


/* ジャンルページ上部 */
.shdb-genre-features {
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 18px;
	padding: 22px 24px;
	margin-top: 24px;
	box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.shdb-genre-features h2 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 900;
	color: #263238;
}

.shdb-genre-features ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shdb-genre-features li {
	padding: 7px 13px;
	background: #eef6f8;
	border: 1px solid #d7e8ed;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #24505a;
}

/* taxonomy一覧をPCで2カラム */
@media (min-width: 769px) {
	.tax-review_genre .shdb-archive-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.tax-review_genre .shdb-archive-card {
		grid-template-columns: 110px 1fr;
		gap: 16px;
		padding: 16px;
	}

	.tax-review_genre .shdb-archive-card__thumb img {
		max-height: 110px;
	}

	.tax-review_genre .shdb-archive-card__title {
		font-size: 15px;
	}
}

.shdb-archive__title{
	margin-bottom:20px;
}

.shdb-archive__lead{
	line-height:2;
	color:#5c6670;
}

.shdb-genre-features {
	padding: 24px 28px;
}

.shdb-genre-features .shdb-archive__lead {
	margin: 0 0 22px;
	line-height: 2;
}

.shdb-genre-features ul,
.shdb-genre-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.shdb-genre-features li {
	padding: 7px 13px;
	background: #eef6f8;
	border: 1px solid #d7e8ed;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #24505a;
}


.shdb-genre-features{
	margin-bottom:42px;
}

.shdb-air-keywords--simple {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.shdb-air-keywords--simple .shdb-air-keyword {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	background: #f2f7f8;
	border: 1px solid #d8e8ec;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #34545c;
	line-height: 1;
	cursor: default;
	user-select: none;
}


.shdb-air-keywords--simple {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
	margin-bottom: 8px;
}

.shdb-air-keywords--simple .shdb-air-keyword {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: #f2f7f8;
	border: 1px solid #d8e8ec;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #34545c;
	line-height: 1;
	cursor: default;
	user-select: none;
}


.shdb-genre-recommend {
	margin-bottom: 56px;
}


.shdb-genre-recommend {
	margin-bottom: 56px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(
		135deg,
		#f8fbfc 0%,
		#f2f7f8 100%
	);
	border: 1px solid #dce9ed;
	box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.shdb-genre-recommend__head {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #0f766e;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.shdb-genre-recommend__head::before {
	content: "★";
	font-size: 12px;
}

.shdb-air-keywords {
	margin-top: 36px;
}