/* ============================================================
   AVChecker ページ共通（checker.css を前提にした追加分）

   ★ h1〜h6 は使わない。見出しは .avc-h / .avc-page__title /
     .avc-profile__name / .avc-archhead__name に太さとサイズを持たせている。
   ============================================================ */
.avc-page {
	--avc-accent: #d6336c;
	--avc-hit: #157f3c;
	--avc-line: #e4e6e9;
	--avc-soft: #f7f8fa;
	--avc-dim: #8b929e;
	--avc-ink: #1d2327;
	max-width: 980px;
	margin: 0 auto;
}

/* --- 疑似見出し --- */
.avc-h {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 14px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--avc-ink);
}
.avc-h--2 {
	font-size: 1.08rem;
	padding-left: 12px;
	border-left: 4px solid var(--avc-accent);
}
.avc-h--3 {
	font-size: .95rem;
}
.avc-h__sub {
	font-size: 12px;
	font-weight: 600;
	color: var(--avc-dim);
}

.avc-page__title {
	margin: 0 0 20px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.45;
}
.avc-page__x {
	color: var(--avc-dim);
	margin: 0 .3em;
	font-weight: 400;
}
.avc-page__sub {
	display: block;
	font-size: .84rem;
	font-weight: 600;
	color: var(--avc-dim);
	margin-top: 5px;
}

.avc-section {
	margin: 38px 0;
}
.avc-empty {
	font-size: 13px;
	color: var(--avc-dim);
	margin: 0;
}
/* --- 「◯◯へ」のリンクはボタン風に --- */
.avc-more {
	margin: 16px 0 0;
	text-align: right;
}
.avc-more a,
.avc-widget__more a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: none;
	color: var(--avc-accent);
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 999px;
	transition: all .15s;
}
.avc-more a::after,
.avc-widget__more a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .15s;
}
.avc-more a:hover,
.avc-widget__more a:hover {
	color: #fff;
	background: var(--avc-accent);
	border-color: var(--avc-accent);
}
.avc-more a:hover::after,
.avc-widget__more a:hover::after {
	transform: rotate(45deg) translate(2px, -2px);
}

/* --- パンくず --- */
.avc-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	font-size: 12px;
	color: var(--avc-dim);
	margin-bottom: 14px;
}
.avc-crumb a {
	color: inherit;
}
.avc-crumb em {
	font-style: normal;
	color: #58606b;
}

/* ============================================================
   チェッカーを置くための帯
   ページ下部にフォームが素で置かれると雑に見えるので、
   カードにして「次の行き先」として見せる。
   ============================================================ */
.avc-cta {
	position: relative;
	margin: 40px 0;
	padding: 22px 24px;
	border-radius: 16px;
	background:
		radial-gradient(120% 140% at 100% 0%, rgba(214, 51, 108, .10) 0%, rgba(214, 51, 108, 0) 55%),
		var(--avc-soft);
	border: 1px solid var(--avc-line);
}
.avc-cta::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	border-radius: 16px 0 0 16px;
	background: linear-gradient(180deg, var(--avc-accent), #8e3fb0);
}
.avc-cta--inline {
	margin: 18px 0 34px;
	padding: 18px 20px;
}
@media (max-width: 600px) {
	.avc-cta {
		padding: 18px 16px;
	}
}

/* ============================================================
   人物プロフィール
   ============================================================ */
.avc-profile {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	padding: 22px;
	background: var(--avc-soft);
	border: 1px solid var(--avc-line);
	border-radius: 14px;
}
@media (max-width: 600px) {
	.avc-profile {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.avc-profile__body {
	flex: 1;
	min-width: 0;
}
.avc-profile__role {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	color: #fff;
	border-radius: 3px;
	padding: 2px 9px;
	background: #b6bcc4;
}
.avc-profile--actress .avc-profile__role {
	background: #d78bb4;
}
.avc-profile--actor .avc-profile__role {
	background: #6f9bd1;
}
.avc-profile__name {
	margin: 9px 0 2px;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.3;
}
.avc-profile__reading {
	margin: 0;
	font-size: 12px;
	color: var(--avc-dim);
}
.avc-profile__reading span {
	margin-left: 8px;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.avc-profile__stats {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #58606b;
}
.avc-profile__stats > li > span {
	font-size: 21px;
	font-weight: 800;
	color: var(--avc-ink);
	margin-right: 4px;
}
.avc-profile__stats-wide {
	width: 100%;
	font-size: 12px;
}
.avc-profile__partner {
	font-size: 14px !important;
	font-weight: 700;
	color: var(--avc-accent) !important;
}
.avc-profile .avc-coverage {
	margin: 15px 0 0;
	max-width: 100%;
}
.avc-profile .avc-coverage__text {
	text-align: left;
}
@media (max-width: 600px) {
	.avc-profile .avc-coverage__text {
		text-align: center;
	}
}

/* ============================================================
   共演相手ランキング
   ============================================================ */
.avc-rank {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 2px 26px;
}
.avc-rank__item {
	border-bottom: 1px solid var(--avc-line);
}
.avc-rank__link {
	display: grid;
	grid-template-columns: 22px auto minmax(0, 1fr) 52px;
	align-items: center;
	gap: 10px;
	padding: 9px 2px;
	text-decoration: none;
	color: inherit;
}
.avc-rank__link:hover .avc-rank__name {
	color: var(--avc-accent);
}
.avc-rank__link:hover .avc-av {
	box-shadow: 0 0 0 2px var(--avc-accent);
}
.avc-rank__no {
	font-size: 11px;
	font-weight: 700;
	color: #b9bfc7;
	text-align: right;
	font-variant-numeric: tabular-nums;
}
.avc-rank__body {
	min-width: 0;
}
.avc-rank__name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.avc-rank__years {
	display: block;
	font-size: 10px;
	color: #b3b9c1;
	margin-bottom: 3px;
}
.avc-rank__bar {
	display: block;
	height: 5px;
	background: #eceef1;
	border-radius: 3px;
	overflow: hidden;
}
.avc-rank__bar span {
	display: block;
	height: 100%;
	background: var(--avc-accent);
	opacity: .72;
}
.avc-rank__n {
	font-size: 16px;
	font-weight: 800;
	text-align: right;
	color: #4a525c;
	font-variant-numeric: tabular-nums;
}
.avc-rank__n small {
	font-size: 10px;
	font-weight: 600;
	color: var(--avc-dim);
	margin-left: 1px;
}

/* --- 未共演 --- */
.avc-unpaired__lead {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.75;
	color: #58606b;
}
.avc-unpaired__lead.is-warn {
	padding: 10px 14px;
	border-radius: 8px;
	background: #fdf6e3;
	color: #7a5a06;
}

/* ============================================================
   チップ（人物以外）
   ============================================================ */
.avc-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.avc-chips a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 13px;
	font-size: 13px;
	text-decoration: none;
	color: inherit;
	background: var(--avc-soft);
	border: 1px solid var(--avc-line);
	border-radius: 16px;
}
.avc-chips a:hover {
	border-color: var(--avc-accent);
	color: var(--avc-accent);
}

/* ============================================================
   汎用アーカイブ
   ============================================================ */
.avc-archhead {
	padding: 24px 26px;
	border-radius: 14px;
	background:
		radial-gradient(110% 130% at 0% 0%, rgba(214, 51, 108, .09) 0%, rgba(214, 51, 108, 0) 60%),
		var(--avc-soft);
	border: 1px solid var(--avc-line);
}
.avc-archhead__kind {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: var(--avc-accent);
	border-radius: 3px;
	padding: 3px 10px;
}
.avc-archhead__name {
	margin: 10px 0 0;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.35;
}
.avc-archhead__count {
	margin: 6px 0 0;
	font-size: 12px;
	color: #58606b;
}
.avc-archhead__count span {
	font-size: 20px;
	font-weight: 800;
	color: var(--avc-ink);
	margin-right: 3px;
}
.avc-archhead__desc {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.8;
	color: #58606b;
}

.avc-facepanel {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}

/* ============================================================
   作品ページ
   ============================================================ */
.avc-workhead {
	display: flex;
	gap: 26px;
	align-items: flex-start;
}
@media (max-width: 700px) {
	.avc-workhead {
		flex-direction: column;
	}
}
.avc-workhead__thumb {
	width: 330px;
	max-width: 100%;
	flex: none;
	border-radius: 12px;
	overflow: hidden;
	background: #f1f3f5;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}
.avc-workhead__thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.avc-workhead__body {
	flex: 1;
	min-width: 0;
}
.avc-workhead__hinban {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--avc-accent);
	border: 1px solid currentColor;
	border-radius: 4px;
	padding: 2px 8px;
}
.avc-workhead__title {
	margin: 11px 0 6px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}
.avc-workhead__cast {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--avc-accent);
}
.avc-spec {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.95;
}
.avc-spec li {
	display: flex;
	gap: 12px;
}
.avc-spec span {
	flex: none;
	width: 6em;
	color: var(--avc-dim);
	font-size: 12px;
}

/* --- 出演 --- */
.avc-cast {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}
.avc-cast__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--avc-dim);
	margin-bottom: 10px;
}

.avc-note {
	margin: 16px 0 0;
	padding: 10px 14px;
	font-size: 12.5px;
	line-height: 1.75;
	border-radius: 8px;
	background: var(--avc-soft);
	color: #58606b;
}
.avc-note.is-warn {
	background: #fdf6e3;
	color: #7a5a06;
}

/* --- この組み合わせの共演 --- */
.avc-pairlist {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.avc-pairlist a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 12px;
	transition: border-color .15s, box-shadow .15s;
}
.avc-pairlist a:hover {
	border-color: var(--avc-accent);
	box-shadow: 0 4px 14px rgba(214, 51, 108, .12);
}
/* 2つの顔を少し重ねて「組」に見せる */
.avc-pairlist__faces {
	display: flex;
	flex: none;
}
.avc-pairlist__faces .avc-av {
	border: 2px solid #fff;
	box-sizing: content-box;
}
.avc-pairlist__faces .avc-av + .avc-av {
	margin-left: -14px;
}
.avc-pairlist__body {
	min-width: 0;
}
.avc-pairlist__names {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.4;
}
.avc-pairlist__names em {
	font-style: normal;
	font-weight: 400;
	color: #c3c9d1;
	margin: 0 3px;
}
.avc-pairlist__note {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: var(--avc-dim);
}
.avc-pairlist__count {
	flex: none;
	display: flex;
	align-items: baseline;
	gap: 1px;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--avc-soft);
	color: var(--avc-accent);
}
.avc-pairlist__count strong {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}
.avc-pairlist__count small {
	font-size: 10px;
	font-weight: 700;
}

/* --- サンプル動画 --- */
/*
 * DMM の litevideo は「16:9 の動画」ではなく「プレイヤーのページ」を読み込む。
 * 動画の上下にタイトルバーとコントロールが入るぶん、16:9 では見切れる。
 * 4:3（padding-top:75%）が実測で過不足ない。
 */
.avc-video {
	position: relative;
	width: 100%;
	padding-top: 75%;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
}
.avc-video iframe,
.avc-video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.avc-video video {
	object-fit: contain;
}
/* MGS は自前のサイズで差し込まれるので枠を固定しない */
.avc-video--mgs {
	padding-top: 0;
	height: auto;
	background: none;
}
.avc-video--mgs iframe {
	position: static;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
}

/* --- サンプル画像 --- */
/* Masonry（CSS multi-column）。画像の縦横比がまちまちでも隙間が出ない */
.avc-samples {
	column-width: 180px;
	column-count: 4;
	column-gap: 8px;
}
.avc-samples a {
	display: block;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	margin: 0 0 8px;
	border-radius: 6px;
	overflow: hidden;
	line-height: 0;
}
.avc-samples img {
	width: 100%;
	height: auto;
	display: block;
	transition: opacity .15s;
}
.avc-samples a:hover img {
	opacity: .82;
}

/* ============================================================
   配信リンクボタン
   ============================================================ */
.avc-affs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 20px 0;
}
@media (max-width: 560px) {
	.avc-affs {
		grid-template-columns: repeat(2, 1fr);
	}
}
.avc-aff {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 6px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .14);
	transition: transform .18s, box-shadow .18s, opacity .18s;
}
.avc-aff__label {
	position: relative;
	z-index: 2;
}

/* FANZA */
.avc-aff--fanza {
	background: #d10000;
}
.avc-aff--fanza:hover:not(.is-off) {
	opacity: .78;
	color: #fff;
}

/* MGS：黒地に斜めの赤 */
.avc-aff--mgs {
	background: #000;
}
.avc-aff--mgs::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 100%;
	background: #d10000;
	clip-path: polygon(0 23%, 0 100%, 74% 100%);
	z-index: 1;
}
.avc-aff--mgs:hover:not(.is-off) {
	opacity: .78;
	color: #fff;
}

/* ソクミル */
.avc-aff--sokmil {
	background: #fff;
	border: 1px solid #dcdfe3;
}
.avc-aff__label--sokmil {
	color: #e60012;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0;
}
.avc-aff--sokmil:hover:not(.is-off),
.avc-aff--duga:hover:not(.is-off) {
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
	border-color: #c9ced4;
}

/* DUGA */
.avc-aff--duga {
	background: #fff;
	border: 1px solid #dcdfe3;
	color: #111;
}
.avc-aff__duga {
	display: inline-flex;
	align-items: center;
}
.avc-aff__duga svg {
	width: 92px;
	height: auto;
	display: block;
}

/* 未登録 */
.avc-aff.is-off {
	background: #d7dade !important;
	border-color: #d7dade !important;
	color: #f2f3f5 !important;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}
.avc-aff.is-off::before {
	display: none;
}
.avc-aff.is-off .avc-aff__label--sokmil {
	color: #f2f3f5;
}
.avc-aff.is-off .avc-aff__duga svg {
	filter: grayscale(1);
	opacity: .45;
}

@media (max-width: 560px) {
	.avc-aff {
		font-size: 14px;
		padding: 12px 4px;
	}
	.avc-aff__label--sokmil {
		font-size: 16px;
	}
	.avc-aff__duga svg {
		width: 74px;
	}
}

/* ============================================================
   トップページ
   ============================================================ */
.avc-hero {
	margin: 0 0 34px;
	padding: 30px 26px 26px;
	border-radius: 18px;
	background:
		radial-gradient(90% 120% at 15% 0%, rgba(214, 51, 108, .12) 0%, rgba(214, 51, 108, 0) 55%),
		radial-gradient(80% 120% at 100% 10%, rgba(142, 63, 176, .12) 0%, rgba(142, 63, 176, 0) 55%),
		var(--avc-soft);
	border: 1px solid var(--avc-line);
	text-align: center;
}
.avc-hero__catch {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 4.6vw, 2.15rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .01em;
}
.avc-hero__catch span {
	background: linear-gradient(135deg, #e0457a, #a52a86);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.avc-hero__lead {
	margin: 0 auto 22px;
	max-width: 620px;
	font-size: 13.5px;
	line-height: 1.9;
	color: #626a75;
}
.avc-hero .avc-checker {
	max-width: 640px;
	margin: 0 auto;
}
.avc-hero__stats {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	font-size: 11.5px;
	color: #7a828d;
}
.avc-hero__stats > li > span {
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--avc-ink);
	font-variant-numeric: tabular-nums;
}
.avc-hero__stats--plain {
	justify-content: flex-start;
	gap: 12px 30px;
}

/* --- 導線カード --- */
.avc-homelinks {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 38px;
}
.avc-homelink {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 12px;
	transition: border-color .15s, box-shadow .15s, transform .15s;
}
.avc-homelink:hover {
	border-color: var(--avc-accent);
	box-shadow: 0 6px 18px rgba(214, 51, 108, .12);
	transform: translateY(-2px);
}
.avc-homelink__icon {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(214, 51, 108, .1);
	color: var(--avc-accent);
}
.avc-homelink__icon svg {
	width: 20px;
	height: 20px;
}
.avc-homelink__body {
	min-width: 0;
}
.avc-homelink__label {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 3px;
}
.avc-homelink__desc {
	display: block;
	font-size: 11.5px;
	line-height: 1.6;
	color: #7a828d;
}

/* --- 但し書き --- */
/* ============================================================
   ウィジェット
   ============================================================ */
.avc-widget__more {
	margin: 12px 0 0;
	text-align: right;
}
.avc-widget__more a {
	padding: 6px 13px;
	font-size: 11.5px;
	--avc-accent: #d6336c;
	--avc-line: #e4e6e9;
}
.avc-rank__gap {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 7px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	color: #7a5a06;
	background: #fdf0cf;
	border-radius: 999px;
	vertical-align: middle;
}
.avc-rank__item.is-stale .avc-rank__bar span {
	background: #d9a441;
	opacity: .8;
}

/* --- コンビ --- */
.avc-pairwidget {
	list-style: none;
	margin: 0;
	padding: 0;
}
.avc-pairwidget li {
	margin: 0 0 6px;
}
.avc-pairwidget a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 8px;
	border-radius: 9px;
	text-decoration: none;
	color: inherit;
	transition: background .12s;
}
.avc-pairwidget a:hover {
	background: var(--avc-soft, #f7f8fa);
}
.avc-pairwidget__faces {
	display: flex;
	flex: none;
}
.avc-pairwidget__faces .avc-av {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	box-sizing: content-box;
}
.avc-pairwidget__faces .avc-av + .avc-av {
	margin-left: -12px;
}
.avc-pairwidget__name {
	flex: 1;
	min-width: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}
.avc-pairwidget__name em {
	font-style: normal;
	font-weight: 400;
	color: #c3c9d1;
	margin: 0 2px;
}
.avc-pairwidget__n {
	flex: none;
	font-size: 13px;
	font-weight: 800;
	color: var(--avc-accent, #d6336c);
	font-variant-numeric: tabular-nums;
}

/* --- 作品リスト --- */
.avc-worklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.avc-worklist__item {
	margin: 0 0 10px;
}
.avc-worklist__item a {
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.avc-worklist__thumb {
	position: relative;
	flex: none;
	width: 78px;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f3f5;
}
.avc-worklist__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.avc-worklist__thumb .avc-badges {
	top: 3px;
	left: 3px;
	gap: 2px;
}
.avc-worklist__thumb .avc-badge2 {
	font-size: 8.5px;
	padding: 1px 5px;
}
.avc-worklist__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.avc-worklist__hinban {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--avc-accent, #d6336c);
}
.avc-worklist__title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.avc-worklist__item a:hover .avc-worklist__title {
	color: var(--avc-accent, #d6336c);
}

/* ============================================================
   セール
   ============================================================ */
.avc-sale {
	margin: 0 0 16px;
	border: 2px solid #ff3d6e;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 14px rgba(255, 61, 110, .18);
}
.avc-sale__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 14px;
	background: linear-gradient(135deg, #ff5e5e, #ff2d55);
	color: #fff;
}
.avc-sale__name {
	font-size: 13.5px;
	font-weight: 800;
}
.avc-sale__count {
	flex: none;
	font-size: 12px;
	font-weight: 700;
	background: rgba(255, 255, 255, .24);
	padding: 2px 10px;
	border-radius: 999px;
}
.avc-sale__count strong {
	font-size: 1.15em;
	margin: 0 2px;
}
.avc-sale__body {
	padding: 11px 14px;
}
.avc-sale__prices {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}
.avc-sale__now {
	font-size: 26px;
	font-weight: 900;
	color: #ff2d55;
	line-height: 1;
}
.avc-sale__now small {
	font-size: 14px;
}
.avc-sale__was {
	font-size: 14px;
	color: #9aa1ab;
	text-decoration: line-through;
}
.avc-sale__off {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: #ff2d55;
	border-radius: 5px;
	padding: 2px 9px;
}
.avc-sale__end {
	margin: 7px 0 0;
	font-size: 11.5px;
	color: #8a8189;
}

/* --- セールウィジェット --- */
.avc-salelist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.avc-salelist__item {
	margin: 0 0 10px;
}
.avc-salelist__item a {
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.avc-salelist__thumb {
	position: relative;
	flex: none;
	width: 76px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f3f5;
}
.avc-salelist__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.avc-salelist__off {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 9.5px;
	font-weight: 800;
	color: #fff;
	background: #ff2d55;
	padding: 1px 5px;
	border-radius: 0 5px 0 0;
}
.avc-salelist__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.avc-salelist__title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.avc-salelist__item a:hover .avc-salelist__title {
	color: #ff2d55;
}
.avc-salelist__price {
	font-size: 13px;
	font-weight: 900;
	color: #ff2d55;
}
.avc-salelist__days {
	font-size: 10px;
	color: var(--avc-dim, #8b929e);
}

/* ============================================================
   人物一覧
   ============================================================ */
.avc-filter {
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 14px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: opacity .15s;
}
.avc-filter.is-busy {
	opacity: .55;
	pointer-events: none;
}
/* JS が動いていればボタンは押さなくてよい */
.avc-filter.is-live .avc-filter__submit {
	display: none;
}

.avc-filter__main {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 14px 16px;
	background: var(--avc-soft);
	border-bottom: 1px solid var(--avc-line);
}
.avc-filter__search {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}
.avc-filter__icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #a8afb8;
	line-height: 0;
}
.avc-filter__icon svg {
	width: 17px;
	height: 17px;
}
.avc-filter__search input {
	width: 100%;
	padding: 11px 13px 11px 36px;
	font-size: 15px;
	border: 1px solid #d3d7dd;
	border-radius: 9px;
	background: #fff;
	box-sizing: border-box;
}
.avc-filter__search input:focus {
	outline: none;
	border-color: var(--avc-accent);
	box-shadow: 0 0 0 3px rgba(214, 51, 108, .12);
}
.avc-filter__submit {
	flex: none;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: var(--avc-accent);
	border: 0;
	border-radius: 9px;
	cursor: pointer;
}
.avc-filter__submit:hover {
	filter: brightness(1.06);
}

/* --- ブロック --- */
.avc-filter__block {
	padding: 14px 16px;
	border-bottom: 1px solid var(--avc-line);
}
.avc-filter__block:last-child {
	border-bottom: 0;
}
.avc-filter__block--split {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.avc-filter__col {
	min-width: 0;
}
.avc-filter__col--order {
	margin-left: auto;
}
.avc-filter__legend {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	color: #7a828d;
}
.avc-filter__legend em {
	font-style: normal;
	font-weight: 500;
	color: #a8afb8;
	margin-left: 8px;
}
.avc-filter__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.avc-filter__hint {
	margin: 10px 0 0;
	font-size: 11.5px;
	color: #7a828d;
}
.avc-filter__select {
	padding: 8px 10px;
	font-size: 13px;
	border: 1px solid #d3d7dd;
	border-radius: 8px;
	background: #fff;
}

/* --- 五十音 --- */
.avc-rowbtn {
	min-width: 36px;
	padding: 6px 10px;
	font-size: 13px;
	font-weight: 700;
	color: #58606b;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 8px;
	cursor: pointer;
	transition: all .12s;
}
.avc-rowbtn:hover {
	border-color: var(--avc-accent);
	color: var(--avc-accent);
}
.avc-rowbtn.is-on {
	color: #fff;
	background: var(--avc-accent);
	border-color: var(--avc-accent);
}

/* --- 特徴タグ --- */
.avc-tagbtn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 13px 6px 9px;
	font-size: 13px;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 999px;
	cursor: pointer;
	user-select: none;
	transition: all .12s;
}
.avc-tagbtn input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.avc-tagbtn__check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: none;
	border-radius: 50%;
	border: 1.5px solid #cfd4da;
	background: #fff;
	color: transparent;
}
.avc-tagbtn__check svg {
	width: 10px;
	height: 10px;
}
.avc-tagbtn__label {
	font-weight: 600;
}
.avc-tagbtn__n {
	font-size: 10px;
	color: #a8afb8;
}
.avc-tagbtn:hover {
	border-color: var(--avc-accent);
}
.avc-tagbtn:focus-within {
	box-shadow: 0 0 0 3px rgba(214, 51, 108, .18);
}
.avc-tagbtn.is-on {
	color: #fff;
	background: var(--avc-accent);
	border-color: var(--avc-accent);
}
.avc-tagbtn.is-on .avc-tagbtn__check {
	background: #fff;
	border-color: #fff;
	color: var(--avc-accent);
}
.avc-tagbtn.is-on .avc-tagbtn__n {
	color: rgba(255, 255, 255, .78);
}

/* --- 結果の件数 --- */
.avc-filter__result {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 16px;
}
.avc-filter__count {
	margin: 0;
	font-size: 13px;
	color: #58606b;
}
.avc-filter__count strong {
	font-size: 19px;
	font-weight: 800;
	color: var(--avc-ink);
	margin-right: 2px;
}
.avc-filter__active {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}
.avc-activechip {
	font-size: 11.5px;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--avc-soft);
	border: 1px solid var(--avc-line);
	color: #58606b;
}
.avc-filter__clear {
	font-size: 12px;
}

.avc-peoplegrid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px 10px;
}
@media (max-width: 900px) {
	.avc-peoplegrid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.avc-pcard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	text-decoration: none;
	color: inherit;
}
.avc-pcard:hover .avc-av {
	box-shadow: 0 0 0 2px var(--avc-accent);
}
.avc-pcard:hover .avc-pcard__name {
	color: var(--avc-accent);
}
.avc-pcard__name {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}
.avc-pcard__stat {
	font-size: 10.5px;
	color: var(--avc-dim);
}
.avc-pcard__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3px;
}
.avc-pcard__tags span {
	font-size: 9.5px;
	line-height: 1.6;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--avc-soft);
	border: 1px solid var(--avc-line);
	color: #6b7280;
}

/* ============================================================
   マトリクス
   ============================================================ */
.avc-matrix-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 12px;
	font-size: 11px;
	color: var(--avc-dim);
}
.avc-matrix-legend__item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.avc-matrix-legend i {
	width: 14px;
	height: 14px;
	border-radius: 3px;
	display: block;
}
.avc-matrix-legend .is-zero { background: #f1f3f5; border: 1px solid #e2e5e9; }
.avc-matrix-legend .is-low  { background: #f7d3e0; }
.avc-matrix-legend .is-mid  { background: #e88bb1; }
.avc-matrix-legend .is-high { background: #d6336c; }

.avc-matrix-scroll {
	overflow: auto;
	max-height: 78vh;
	border: 1px solid var(--avc-line);
	border-radius: 12px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
.avc-matrix {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
}
.avc-matrix th,
.avc-matrix td {
	border-right: 1px solid #eef0f2;
	border-bottom: 1px solid #eef0f2;
	padding: 0;
}

/* 行と列の見出しを固定して迷子にならないようにする */
.avc-matrix__corner {
	position: sticky;
	left: 0;
	top: 0;
	z-index: 3;
	background: #f7f8fa;
	min-width: 150px;
	padding: 8px 10px !important;
	font-size: 10.5px;
	font-weight: 600;
	color: var(--avc-dim);
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
}
.avc-matrix__corner span {
	display: block;
	line-height: 1.6;
}
.avc-matrix__corner-col {
	color: #6f9bd1;
}
.avc-matrix__corner-row {
	color: #d78bb4;
}
.avc-matrix__colhead {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #f7f8fa;
	height: 152px;
	width: 44px;
	min-width: 44px;
	vertical-align: bottom;
}
.avc-matrix__colhead a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	height: 100%;
	padding: 6px 0;
	text-decoration: none;
	color: #4a525c;
	box-sizing: border-box;
}
.avc-matrix__colhead .avc-av--sm {
	width: 30px;
	height: 30px;
	order: 1; /* 顔を名前の上に */
}
.avc-matrix__colhead a:hover .avc-av {
	box-shadow: 0 0 0 2px var(--avc-accent);
}
.avc-matrix__colname {
	order: 2;
	display: block;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 11.5px;
	font-weight: 600;
	max-height: 104px;
	overflow: hidden;
	margin: 0 auto;
}
.avc-matrix__colhead a:hover .avc-matrix__colname {
	color: var(--avc-accent);
}
.avc-matrix__rowhead {
	position: sticky;
	left: 0;
	z-index: 1;
	background: #fff;
	min-width: 150px;
	text-align: left;
}
.avc-matrix__rowhead a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px;
	text-decoration: none;
	color: inherit;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
}
.avc-matrix__rowhead a:hover {
	color: var(--avc-accent);
}
.avc-matrix__rowhead .avc-av--sm {
	width: 30px;
	height: 30px;
}

.avc-matrix__cell a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	font-variant-numeric: tabular-nums;
	transition: filter .12s;
}
.avc-matrix__cell a:hover {
	filter: brightness(.92);
	outline: 2px solid var(--avc-accent);
	outline-offset: -2px;
}
.avc-matrix__cell.is-zero a { background: #f8f9fa; color: #cbd0d6; }
.avc-matrix__cell.is-low  a { background: #f9dde7; color: #a03a63; }
.avc-matrix__cell.is-mid  a { background: #e88bb1; color: #fff; }
.avc-matrix__cell.is-high a { background: #d6336c; color: #fff; }

.avc-matrix__note {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--avc-dim);
	line-height: 1.7;
}

/* ============================================================
   ランキング
   ============================================================ */
.avc-rankcards {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 8px;
	counter-reset: none;
}
.avc-rankcard a {
	display: grid;
	grid-template-columns: 26px auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 11px;
	transition: border-color .15s, box-shadow .15s;
}
.avc-rankcard a:hover {
	border-color: var(--avc-accent);
	box-shadow: 0 4px 14px rgba(214, 51, 108, .12);
}
.avc-rankcard__no {
	font-size: 13px;
	font-weight: 800;
	color: #c3c9d1;
	text-align: center;
	font-variant-numeric: tabular-nums;
}
.avc-rankcard:nth-child(1) .avc-rankcard__no { color: #d4a017; }
.avc-rankcard:nth-child(2) .avc-rankcard__no { color: #9aa3ad; }
.avc-rankcard:nth-child(3) .avc-rankcard__no { color: #b0764a; }
.avc-rankcard__body {
	min-width: 0;
}
.avc-rankcard__name {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.avc-rankcard__name em {
	font-style: normal;
	font-weight: 400;
	color: #c3c9d1;
	margin: 0 3px;
}
.avc-rankcard__bar {
	display: block;
	height: 4px;
	margin: 4px 0 3px;
	background: #eceef1;
	border-radius: 2px;
	overflow: hidden;
}
.avc-rankcard__bar span {
	display: block;
	height: 100%;
	background: var(--avc-accent);
	opacity: .7;
}
.avc-rankcard__meta {
	display: block;
	font-size: 10.5px;
	color: var(--avc-dim);
}
.avc-rankcards__note {
	margin: 10px 0 0;
	font-size: 11px;
	color: var(--avc-dim);
}

/* ============================================================
   ページャー
   ============================================================ */
.avc-pager {
	margin: 28px 0 0;
	text-align: center;
}
.avc-pager__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.avc-pager__list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.avc-pager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #58606b;
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--avc-line);
	border-radius: 9px;
	transition: border-color .15s, color .15s, background .15s;
	box-sizing: border-box;
}
.avc-pager a.page-numbers:hover {
	border-color: var(--avc-accent);
	color: var(--avc-accent);
}
.avc-pager .page-numbers.current {
	color: #fff;
	background: var(--avc-accent);
	border-color: var(--avc-accent);
}
.avc-pager .page-numbers.dots {
	border-color: transparent;
	background: none;
	min-width: 24px;
	padding: 0 2px;
	color: #b3b9c1;
}
.avc-pager__status {
	margin: 12px 0 0;
	font-size: 11px;
	color: var(--avc-dim);
}
@media (max-width: 600px) {
	.avc-pager .page-numbers {
		min-width: 36px;
		height: 36px;
		padding: 0 9px;
		font-size: 13px;
	}
	.avc-pager__label {
		display: none;
	}
}

/* ============================================================
   常設チェッカー（左端の小さなボタン → モーダル）
   ============================================================ */
.avc-dock {
	--avc-accent: #d6336c;
	--avc-line: #e4e6e9;
}

/* --- 開くボタン（丸アイコンだけ。画面を占有しない） --- */
.avc-dock__btn {
	position: fixed;
	z-index: 9990;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(150deg, #e0457a, #a52a86);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(165, 42, 134, .38);
	transition: transform .18s, box-shadow .18s;
}
.avc-dock__btn:hover {
	transform: translateY(-50%) scale(1.06);
	box-shadow: 0 8px 22px rgba(165, 42, 134, .5);
}
.avc-dock__icon svg {
	width: 23px;
	height: 23px;
	display: block;
}

/* ホバーで出る小さなラベル */
.avc-dock__tip {
	position: absolute;
	left: calc(100% + 10px);
	white-space: nowrap;
	padding: 5px 11px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #2b303a;
	border-radius: 6px;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-4px);
	transition: opacity .15s, transform .15s;
}
.avc-dock__tip::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-right-color: #2b303a;
}
.avc-dock__btn:hover .avc-dock__tip,
.avc-dock__btn:focus-visible .avc-dock__tip {
	opacity: 1;
	transform: translateX(0);
}
.avc-dock.is-open .avc-dock__btn {
	opacity: 0;
	pointer-events: none;
}

/* display を指定した要素は hidden 属性が効かなくなるので明示的に消す */
.avc-dock__modal[hidden],
.avc-dock__backdrop[hidden] {
	display: none !important;
}

/* --- 背景 --- */
.avc-dock__backdrop {
	position: fixed;
	inset: 0;
	z-index: 9991;
	background: rgba(15, 18, 22, .55);
	backdrop-filter: blur(3px);
	animation: avc-fade-in .16s ease;
}
@keyframes avc-fade-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* --- モーダル --- */
.avc-dock__modal {
	position: fixed;
	z-index: 9992;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(680px, calc(100vw - 32px));
	max-height: min(84vh, 780px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
	animation: avc-modal-in .18s ease;
}
@keyframes avc-modal-in {
	from { opacity: 0; transform: translate(-50%, -48%) scale(.97); }
	to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.avc-dock__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--avc-line);
}
.avc-dock__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
}
.avc-dock__close {
	flex: none;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #f1f3f5;
	color: #58606b;
	cursor: pointer;
}
.avc-dock__close:hover {
	background: #e6e9ec;
}
.avc-dock__close svg {
	width: 17px;
	height: 17px;
}
.avc-dock__body {
	flex: 1;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 18px;
	-webkit-overflow-scrolling: touch;
}
.avc-dock__body .avc-checker {
	margin-bottom: 0;
}
/* モーダルの幅では横並びが窮屈なので縦に積む */
.avc-dock__body .avc-checker__form {
	grid-template-columns: 1fr;
	gap: 10px;
}
.avc-dock__body .avc-checker__x {
	justify-self: center;
	padding: 0;
	font-size: 13px;
}
.avc-dock__body .avc-checker__submit {
	width: 100%;
}
.avc-dock__body .avc-result {
	padding: 16px;
}
.avc-dock__body .avc-works {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

/* --- スマホ --- */
@media (max-width: 782px) {
	.avc-dock__btn {
		left: 14px;
		top: auto;
		bottom: 82px;
		width: 46px;
		height: 46px;
		transform: none;
	}
	.avc-dock__btn:hover {
		transform: scale(1.06);
	}
	.avc-dock__tip {
		display: none;
	}
	.avc-dock__modal {
		width: calc(100vw - 20px);
		max-height: 88vh;
	}
	.avc-dock__body {
		padding: 14px;
	}
}

/* ============================================================
   スマホ調整
   ============================================================ */
@media (max-width: 600px) {
	.avc-page {
		font-size: 15px;
	}
	.avc-section {
		margin: 28px 0;
	}
	.avc-page__title {
		font-size: 1.24rem;
	}
	.avc-h--2 {
		font-size: 1rem;
		padding-left: 10px;
		border-left-width: 3px;
	}
	.avc-h {
		flex-wrap: wrap;
		gap: 6px;
	}

	/* プロフィール */
	.avc-profile {
		padding: 18px 16px;
		gap: 14px;
	}
	.avc-profile__name {
		font-size: 1.3rem;
	}
	.avc-profile__stats {
		justify-content: center;
		gap: 18px;
	}
	.avc-profile__stats > li > span {
		font-size: 18px;
	}

	/* 共演ランキングは1列 */
	.avc-rank {
		grid-template-columns: 1fr;
	}
	.avc-rank__link {
		grid-template-columns: 18px auto minmax(0, 1fr) 46px;
		gap: 8px;
	}

	/* 作品グリッドは2列固定 */
	.avc-works {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.avc-work__title {
		font-size: 11.5px;
	}

	/* 人物タイル */
	.avc-ptiles {
		gap: 14px 8px;
	}
	.avc-peoplegrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px 8px;
	}
	.avc-ptiles--sm {
		grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
	}

	/* 作品ページ */
	.avc-workhead {
		gap: 18px;
	}
	.avc-workhead__thumb {
		width: 100%;
	}
	.avc-workhead__title {
		font-size: 1.1rem;
	}
	.avc-spec {
		font-size: 12.5px;
	}
	.avc-spec span {
		width: 5.4em;
	}
	.avc-cast {
		gap: 18px;
	}
	.avc-pairlist {
		grid-template-columns: 1fr;
	}
	.avc-samples {
		column-width: 110px;
		column-count: 3;
		column-gap: 6px;
	}
	.avc-samples a {
		margin-bottom: 6px;
	}

	/* アーカイブ */
	.avc-archhead {
		padding: 18px 16px;
	}
	.avc-archhead__name {
		font-size: 1.3rem;
	}
	.avc-facepanel {
		gap: 22px;
	}

	/* CTA */
	.avc-cta,
	.avc-cta--inline {
		margin: 26px 0;
		padding: 16px 14px;
	}

	/* トップ */
	.avc-hero {
		padding: 22px 15px 20px;
		border-radius: 14px;
	}
	.avc-hero__lead {
		font-size: 12.5px;
		margin-bottom: 18px;
	}
	.avc-hero__stats {
		gap: 8px 18px;
	}
	.avc-hero__stats > li > span {
		font-size: 18px;
	}
	.avc-homelinks {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-bottom: 28px;
	}
	.avc-homelink {
		flex-direction: column;
		gap: 8px;
		padding: 13px;
	}
	.avc-homelink__desc {
		display: none;
	}

	/* ランキング・マトリクス */
	.avc-rankcards {
		grid-template-columns: 1fr;
	}
	.avc-matrix__corner,
	.avc-matrix__rowhead {
		min-width: 118px;
	}
	.avc-matrix__rowhead a {
		font-size: 11.5px;
		gap: 6px;
		padding: 4px 7px;
	}
	.avc-matrix__rowhead .avc-av--sm {
		width: 24px;
		height: 24px;
	}
	.avc-matrix__colhead {
		height: 124px;
		width: 36px;
		min-width: 36px;
	}
	.avc-matrix__colhead .avc-av--sm {
		width: 24px;
		height: 24px;
	}
	.avc-matrix__colname {
		font-size: 10.5px;
		max-height: 84px;
	}

	/* 人物一覧 */
	.avc-filter__main,
	.avc-filter__block {
		padding: 12px 13px;
	}
	.avc-filter__search input {
		font-size: 16px;
	}
	.avc-filter__block--split {
		flex-direction: column;
		gap: 14px;
	}
	.avc-filter__col--order {
		margin-left: 0;
		width: 100%;
	}
	.avc-filter__select {
		width: 100%;
	}
	.avc-tagbtn {
		font-size: 12.5px;
		padding: 6px 11px 6px 8px;
	}
	.avc-peoplegrid {
		grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
		gap: 14px 8px;
	}
	.avc-pcard__name {
		font-size: 12px;
	}
	.avc-matrix__cell a {
		height: 34px;
		font-size: 11px;
	}
}

/* 極小画面 */
@media (max-width: 360px) {
	.avc-works {
		grid-template-columns: 1fr;
	}
	.avc-affs {
		grid-template-columns: 1fr;
	}
}


