/* fanza-media 作品詳細ページ（ダークテーマ・アクセント#FA2198。カードグリッドは子テーマskin.css） */
.fanza-work {
	max-width: 760px;
	margin: 0 auto;
	line-height: 1.8;
	color: #f0f0f0;
}

.fanza-pr-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin: 0 0 8px;
}
.fanza-pr-label span {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	padding: 0 6px;
	margin-right: 6px;
	font-weight: 600;
}

.fanza-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fanza-breadcrumb a { color: rgba(255, 255, 255, 0.5) !important; }
.fanza-breadcrumb .sep { margin: 0 6px; }

.fanza-title {
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 12px;
	color: #fff;
	font-weight: 700;
}

.fanza-quickmeta {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	padding: 0;
	margin: 0 0 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
}

.fanza-mainvisual {
	margin: 0 0 16px;
	text-align: center;
}
.fanza-mainvisual img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.fanza-pricecard {
	background: #242424;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 14px 16px;
	margin-bottom: 16px;
}
.fanza-review {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}
.fanza-review .stars { color: #f2b13d; font-weight: 700; }

.fanza-cta {
	text-align: center;
	margin: 26px 0;
}
.fanza-cta a {
	display: block;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background: linear-gradient(135deg, #FA2198, #ff5aa8);
	color: #fff !important;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	border-radius: 999px;
	padding: 17px 20px;
	box-sizing: border-box;
	box-shadow: 0 4px 18px rgba(250, 33, 152, 0.45);
	transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.fanza-cta a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 18px rgba(250, 33, 152, 0.55);
}

.fanza-work h2 {
	font-size: 19px;
	color: #FA2198;
	font-weight: 700;
	margin: 34px 0 14px;
}

/* サンプル画像: 本文幅(760px)より一回り大きく表示しつつ、見切れ不安が出ないよう余白を残す。
   PC=最大920pxで中央寄せ、SP=左右12pxの余白 */
.fanza-samples {
	width: min(100vw - 24px, 920px);
	margin-left: calc(50% - min(50vw - 12px, 460px));
	margin-top: 10px;
}
.fanza-samples-grid {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.fanza-samples-grid figure { margin: 0; text-align: center; }
.fanza-samples-grid img {
	width: 100%;
	max-width: 920px;
	height: auto;
	border-radius: 6px;
	display: inline-block;
}
@media (max-width: 700px) {
	.fanza-samples-grid { gap: 10px; }
}

.fanza-details table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.fanza-details th,
.fanza-details td {
	border-bottom: 1px solid #333;
	padding: 9px 8px;
	text-align: left;
	vertical-align: top;
}
.fanza-details th {
	width: 8em;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 600;
	white-space: nowrap;
}

.fanza-features ul,
.fanza-pricehistory ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.fanza-features li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #333;
	padding: 8px 4px;
}
.fanza-features .label { color: rgba(255, 255, 255, 0.55); }
.fanza-features .value { font-weight: 600; }
.fanza-pricehistory li { padding: 4px 0; }

.fanza-official p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.7;
}

.fanza-genre-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
/* チップ自体の見た目は子テーマskin.css（サイト共通）側で定義 */

.fanza-quickmeta a,
.fanza-details a {
	color: #ff6eb8 !important;
	text-decoration: none;
}
.fanza-quickmeta a:hover,
.fanza-details a:hover { text-decoration: underline; }
