/* =========================================================
   InterlineMusic v2 — テーマ上書き
   PLAIN POP のポップな配色を InterlineMusic の
   モノトーンミニマル基調に寄せる
   ========================================================= */

:root {
	/* ベースカラーをホワイト×ブラックの 99% モノトーンに */
	--pp-paper:  #ffffff;          /* クリーム → 純白 */
	--pp-ink:    #0d0d0d;          /* やや深い黒 */
	--pp-red:    #d8443b;          /* ややくすませた赤（強すぎる赤の主張を抑える） */
	--pp-rule:   rgba(13, 13, 13, 0.09);
	--pp-mute:   #6a6a6a;
	--pp-soft:   #f4f4f2;          /* セクション交互背景用 */

	/* InterlineMusic 用にフォントスタックを少しモダンに */
	--pp-font-jp:     'Noto Sans JP', 'Noto Serif JP', 'Hiragino Sans', sans-serif;
	--pp-font-serif:  'Noto Serif JP', '游明朝', 'Yu Mincho', serif;
	--pp-font-num:    'Arial Black', 'Helvetica Neue', Helvetica, sans-serif;
	--pp-font-italic: 'Playfair Display', Georgia, serif;
}

.has-noto-sans-jp-font-family {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
}
.has-inter-font-family {
	font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
}
.has-jost-font-family {
	font-family: Jost, "Helvetica Neue", Arial, sans-serif !important;
}
.has-system-gothic-font-family {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif !important;
}
.has-helvetica-arial-font-family {
	font-family: "Helvetica Neue", Arial, sans-serif !important;
}

/* ====== Body ====== */
body {
	background: var(--pp-paper);
	color: var(--pp-ink);
}

/* ====== トップバー (Kinetic Hero) ====== */
.kh-topbar {
	background: #ffffff;
	border-bottom: 1px solid var(--pp-rule);
	height: 72px;
}

/* ロゴ: SVG ベース */
.kh-logo {
	display: inline-flex;
	align-items: center;
	gap: 0;
}
.kh-logo__svg {
	height: 34px;
	width: auto;
	display: block;
}

/* 通常ヘッダーのロゴサイズ */
.header__logo-img {
	height: 38px;
	width: auto;
	display: block;
}
.header__nav {
	margin-left: auto;
}
.header__nav ul {
	justify-content: flex-end;
}

/* フッター（黒背景）用にロゴを白色化 */
.footer__brand-img {
	height: 38px;
	width: auto;
	display: block;
}
.footer__brand-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.footer__brand-img--invert {
	filter: brightness(0) invert(1);
}

.kh-nav a {
	font-size: 12px;
	letter-spacing: 0.2em;
}
.kh-nav a:hover { color: var(--pp-red); }

/* ====== Hero 本体 ====== */
.kh-hero {
	background: var(--pp-paper);
	min-height: 620px;
	height: calc(100vh - 72px);
}

/* Hero 左カラム: 静謐な余白＋細いタイポ */
.kh-lede {
	align-self: center;
	justify-self: center;
	width: min(640px, calc(100% - 56px));
	gap: 28px;
	padding: clamp(34px, 4vw, 56px) !important;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
	backdrop-filter: blur(10px);
}

.kh-tag {
	font-size: 11px;
	letter-spacing: 0.3em;
	color: var(--pp-mute);
}
.kh-tag em { color: var(--pp-ink); font-weight: 700; }
.kh-tag__rule { background: var(--pp-ink); opacity: 0.6; }

.kh-h1 {
	font-family: var(--pp-font-serif);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.36;
}
.kh-h1__mark {
	text-decoration-thickness: 2px;
	text-decoration-color: var(--pp-red);
}
.kh-h1__em { display: none; }    /* イタリックの "—" は外す（控えめに） */

.kh-sub {
	color: var(--pp-mute);
	font-size: 15px;
	font-family: var(--pp-font-jp);
	font-style: normal;
	font-weight: 400;
}
@media (min-width: 768px) {
	body.home .kh-lede {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
	}
}

/* CTA: シンプルに黒ベース＋赤縁取り */
.kh-btn--primary {
	background: var(--pp-ink);
	color: #fff;
}
.kh-btn--primary:hover {
	background: var(--pp-red);
}
.kh-btn--ghost {
	border-color: var(--pp-ink);
	color: var(--pp-ink);
}
.kh-btn--ghost:hover {
	background: var(--pp-ink);
	color: #fff;
}

/* Stats: 派手な赤数字 → 黒に */
.kh-stats__num,
.kh-stats__num em { color: var(--pp-ink); }

/* ====== Hero 右カラム (featured) ====== */
/* グラデ背景を消してモノトーンに */
.kh-featured {
	background: #1a1a1a;
	position: relative;
}
.kh-featured__overlay { display: none !important; }
.kh-featured__grain { display: none !important; }
/* 左端から背景色（白）に溶ける追加グラデーション */
.kh-featured::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 35%;
	background: linear-gradient(to right,
		var(--pp-paper) 0%,
		rgba(255, 255, 255, 0.85) 18%,
		rgba(255, 255, 255, 0.45) 45%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 100%
	);
	pointer-events: none;
	z-index: 3;
}
.kh-featured__side em { color: var(--pp-red); }

/* スマホ（縦並び）では左フェードは不要 → 上端フェードに切り替え */
@media (max-width: 767px) {
	.kh-featured::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		height: 25%;
		background: linear-gradient(to bottom,
			var(--pp-paper) 0%,
			rgba(255, 255, 255, 0.6) 35%,
			rgba(255, 255, 255, 0.2) 70%,
			transparent 100%
		);
	}
}

/* ドット: 控えめなホワイト → アクティブのみ赤 */
.kh-featured__dot { background: rgba(255,255,255,0.35); }
.kh-featured__dot.is-active { background: var(--pp-red); }

/* ====== マーキー ====== */
.kh-marquee {
	background: var(--pp-ink);
	height: 64px;
}
.kh-marquee__label {
	background: var(--pp-ink);
	color: var(--pp-red);
	font-size: 11px;
}
.kh-roster .ja,
.kh-roster .en { font-size: 18px; }
.kh-roster .en {
	font-family: var(--pp-font-num);
	font-weight: 400;
	letter-spacing: 0.06em;
}
.kh-sep { color: var(--pp-red); opacity: 0.5; }

/* ====== セクション共通 ====== */
.section { padding: 100px 0; }
.section--gray { background: var(--pp-soft); }
body.home .home-news,
body.home .home-artist,
body.home .home-benefits {
	background: #fff !important;
}
body.home .home-event,
body.home .home-interview,
body.home .home-about {
	background: #f4f4f4 !important;
}
body.home .home-news,
body.home .home-event,
body.home .home-artist,
body.home .home-interview,
body.home .home-benefits,
body.home .home-about {
	border-top: 1px solid rgba(13, 13, 13, 0.06);
	border-bottom: 1px solid rgba(13, 13, 13, 0.04);
}

.section__title-en {
	font-family: var(--pp-font-num);
	font-size: 42px;
	letter-spacing: 0.06em;
	color: var(--pp-ink);
}
.section__title-jp {
	color: var(--pp-mute);
	font-family: var(--pp-font-jp);
	letter-spacing: 0.16em;
	margin-top: 6px;
}

/* ====== NEWS カード ====== */
.news-card { background: transparent; }
.news-card__category {
	font-family: var(--pp-font-num);
	font-size: 10px;
	letter-spacing: 0.22em;
	color: var(--pp-red);
}
.news-card__date {
	font-family: var(--pp-font-num);
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--pp-mute);
	font-weight: 700;
}
.news-card__title {
	font-family: var(--pp-font-jp);
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
	color: var(--pp-ink);
}

/* ====== ARTIST / LIVER カード ====== */
.artist-card__name {
	font-family: var(--pp-font-jp);
	font-weight: 500;
	font-size: 16px;
	color: var(--pp-ink);
}
.artist-card__debut {
	font-family: var(--pp-font-num);
	font-size: 10px;
	letter-spacing: 0.15em;
	color: var(--pp-mute);
}
.artist-card__category {
	font-family: var(--pp-font-num);
	font-size: 10px;
	letter-spacing: 0.18em;
	padding: 5px 12px;
}

/* グロウは控えめに（モノトーンに合わせて） */
.artist-card:hover .artist-card__image {
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.15),
		0 12px 32px rgba(0,0,0,0.12),
		0 24px 60px rgba(0,0,0,0.08);
}

/* ====== フッター ====== */
.footer {
	background: #000;
	color: #fff;
	padding: clamp(64px, 7vw, 96px) 0 40px;
}
.footer::before {
	display: none !important;
}
.footer__top {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(48px, 8vw, 112px);
	align-items: stretch;
	text-align: left;
	padding-bottom: clamp(44px, 5vw, 64px);
	border-bottom: 1px solid rgba(255,255,255,0.14);
}
.footer__brand {
	display: flex;
	align-items: center;
}
.footer__brand-link {
	justify-content: flex-start;
}
.footer__brand-label {
	margin: 16px 0 0;
	font-family: var(--pp-font-jp);
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: rgba(255,255,255,0.48);
}
.footer__tagline {
	margin: 14px 0 0;
	font-family: var(--pp-font-jp);
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.06em;
}
.footer__sns {
	justify-content: flex-start;
	gap: 14px;
	margin: 0 0 0 12px;
}
.footer__sns a {
	color: rgba(255,255,255,0.62);
}
.footer__sns a:hover,
.footer__sns a:focus-visible {
	color: #fff;
	opacity: 1;
}
.footer__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	column-gap: calc(clamp(32px, 5vw, 72px) + 3em);
	row-gap: clamp(32px, 5vw, 72px);
}
.footer__nav-title {
	margin: 0 0 18px;
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.18em;
	color: rgba(255,255,255,0.38);
}
.footer__nav-group--untitled {
	margin-left: -4em;
	padding-top: 33px;
}
.footer__nav-list {
	display: grid;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer__nav-list a {
	display: inline-flex;
	width: fit-content;
	color: rgba(255,255,255,0.62);
	font-family: var(--pp-font-jp);
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: color 0.18s ease, transform 0.18s ease;
}
.footer__nav-list a:hover,
.footer__nav-list a:focus-visible {
	color: #fff;
	transform: translateX(4px);
}
.footer__bottom {
	justify-content: flex-start;
	align-items: center;
	gap: 8px 18px;
	padding-top: 28px;
	color: rgba(255,255,255,0.42);
}
.footer__bottom p {
	margin: 0;
}
.footer__legal {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
}
.footer__legal a {
	margin: 0;
	color: inherit;
	text-decoration: none;
}
.footer__legal a:hover,
.footer__legal a:focus-visible {
	color: #fff;
}

/* =========================================================
   PRIVACY / COMPLIANCE
   ========================================================= */
.privacy-section {
	padding: clamp(56px, 7vw, 92px) 0 clamp(80px, 10vw, 132px);
	background:
		linear-gradient(180deg, #fff 0%, #f7f7f4 100%);
}
.privacy-container {
	max-width: 980px;
}
.privacy-doc {
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(17,17,17,0.1);
	border-radius: 24px;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 22px 64px rgba(0,0,0,0.06);
	font-family: var(--pp-font-jp);
	color: #1b1b1b;
}
.privacy-doc + .privacy-doc {
	margin-top: clamp(34px, 5vw, 56px);
}
.privacy-doc__lead,
.privacy-doc__heading {
	margin-bottom: clamp(28px, 4vw, 42px);
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(17,17,17,0.12);
}
.privacy-doc__eyebrow {
	margin: 0 0 10px;
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: rgba(17,17,17,0.42);
}
.privacy-doc h2 {
	margin: 0 0 18px;
	font-family: var(--pp-font-serif);
	font-size: clamp(26px, 3.4vw, 42px);
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.privacy-doc h3 {
	margin: 0 0 12px;
	font-family: var(--pp-font-jp);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.privacy-doc h3::before {
	content: "";
	display: inline-block;
	width: 0.72em;
	height: 0.72em;
	margin-right: 0.55em;
	border-radius: 50%;
	background: #111;
	vertical-align: 0.02em;
}
.privacy-doc p,
.privacy-doc li,
.privacy-doc__address {
	font-size: 15px;
	line-height: 2.05;
	letter-spacing: 0.035em;
}
.privacy-doc p {
	margin: 0 0 18px;
}
.privacy-doc__third-party-note span {
	display: inline;
}
.privacy-doc__fair-business-note span {
	display: inline;
}
.privacy-doc__section {
	margin-top: clamp(26px, 4vw, 42px);
}
.privacy-doc ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding-left: 1.3em;
}
.privacy-doc__address {
	display: grid;
	gap: 4px;
	margin-top: clamp(34px, 5vw, 52px);
	padding: 22px 24px;
	border-radius: 18px;
	background: #f4f4f1;
	font-style: normal;
}
.privacy-doc__address a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media (max-width: 767px) {
	.privacy-section {
		padding: 42px 0 72px;
	}
	.privacy-doc {
		padding: 24px 20px;
		border-radius: 18px;
	}
	.privacy-doc p,
	.privacy-doc li,
	.privacy-doc__address {
		font-size: 14px;
		line-height: 1.9;
	}
	.privacy-doc__third-party-note {
		font-size: clamp(10.5px, 3.05vw, 12.4px);
		line-height: 1.9;
		letter-spacing: -0.02em;
	}
	.privacy-doc__third-party-note span {
		display: block;
		white-space: nowrap;
	}
	.privacy-doc__one-line-mobile {
		white-space: nowrap;
		font-size: clamp(12px, 3.35vw, 14px);
		letter-spacing: -0.03em;
	}
	.privacy-doc__fair-business-note {
		font-size: clamp(11px, 3.15vw, 12.4px);
		line-height: 1.9;
		letter-spacing: -0.025em;
	}
	.privacy-doc__fair-business-note span {
		display: block;
		white-space: nowrap;
	}
	.privacy-doc__address {
		padding: 18px;
	}
}

/* ====== Modal (応募フォーム) もシンプルに ====== */
.audition-btn--primary {
	background: var(--pp-ink);
	color: #fff;
	box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.audition-btn--primary:hover {
	background: var(--pp-red);
}

/* ====== 画像の高品質レンダリング ====== */
img,
.profile-image img,
.artist-card__image img,
.kh-featured__img,
.news-card__image img {
	image-rendering: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);  /* GPU 合成で滲み防止 */
}

/* プロフィール画像: 元画像の縦長比率に合わせる（拡大による劣化を回避） */
.profile-image {
	background: #f4f4f2;
	aspect-ratio: 3 / 4;
	min-height: 0;       /* 元の 500px 強制を解除 */
	max-height: 720px;   /* 巨大化しすぎ防止 */
}
.profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;  /* 縦長画像なら頭が切れないように上寄せ */
	image-rendering: high-quality;
}

/* カード画像も同様に */
.artist-card__image img {
	image-rendering: high-quality;
}

/* Kinetic Hero の右カラム */
.kh-featured__img {
	image-rendering: high-quality;
}

/* ====== モバイル ====== */
@media (max-width: 767px) {
	.section { padding: 64px 0; }
	.section__title-en { font-size: 30px; }
	.kh-topbar { height: 60px; }
	.kh-hero { min-height: 0; }
}

/* =========================================================
   スマホヘッダー追従
   ========================================================= */
@media (max-width: 767px) {
	body:not(.home) {
		padding-top: 60px;
	}
	body.home .kh-hero {
		margin-top: 60px;
	}
	.header,
	.kh-topbar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		z-index: 9500 !important;
	}
	.header {
		background: rgba(255, 255, 255, 0.96) !important;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	body.has-visible-admin-bar .header,
	body.has-visible-admin-bar .kh-topbar {
		top: var(--imv2-admin-bar-offset, 46px) !important;
	}
}

/* ==========================================
   BENEFITS（所属特典）ページ
   ========================================== */
.benefits-header {
	background: var(--pp-soft);
	padding: 80px 0 40px;
	text-align: center;
}
.benefits-lead {
	max-width: 1120px;
	margin: 0 auto 60px;
	text-align: center;
	font-family: var(--pp-font-jp);
	font-size: 16px;
	line-height: 2;
	color: var(--pp-mute);
}
.benefits-lead strong {
	color: var(--pp-ink);
	font-weight: 700;
}
.benefits-lead__mobile-break {
	display: none;
}
.benefits-editable-content > *:first-child,
.about-editable-content > *:first-child {
	margin-top: 0;
}
.benefits-editable-content > *:last-child,
.about-editable-content > *:last-child {
	margin-bottom: 0;
}
.benefits-editable-content .benefits-lead,
.about-editable-content .about-lead {
	margin-top: 0;
}

.benefits-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.benefit-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 32px;
	align-items: start;
	padding: 32px;
	background: #ffffff;
	border: 1px solid var(--pp-rule);
	border-radius: 16px;
	transition: transform 0.3s var(--pp-ease), box-shadow 0.3s var(--pp-ease);
}
.benefit-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.benefit-item__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: var(--pp-ink);
	border-radius: 50%;
	position: relative;
}
.benefit-item__num span {
	font-family: var(--pp-font-num);
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.02em;
}
.benefit-item__num::after { display: none; }

.benefit-item__body {
	padding-top: 8px;
}
.benefit-item__title {
	font-family: var(--pp-font-jp);
	font-size: 20px;
	font-weight: 700;
	color: var(--pp-ink);
	margin: 0 0 12px;
	line-height: 1.5;
}
.benefit-item__desc {
	font-family: var(--pp-font-jp);
	font-size: 15px;
	line-height: 1.9;
	color: var(--pp-mute);
	margin: 0;
}
.benefit-item__desc strong {
	color: var(--pp-ink);
	font-weight: 700;
}
.benefit-item__desc a {
	color: var(--pp-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.benefits-cta {
	margin-top: 80px;
	padding: 48px 32px;
	background: var(--pp-soft);
	border-radius: 16px;
	text-align: center;
}
.benefits-cta p {
	margin: 0 0 24px;
	font-family: var(--pp-font-jp);
	font-size: 15px;
	color: var(--pp-mute);
}

/* レスポンシブ */
@media (max-width: 767px) {
	.benefits-lead {
		max-width: 100%;
		font-size: 13.5px;
		letter-spacing: -0.02em;
		margin-bottom: 40px;
		padding: 0 8px;
	}
	.benefits-lead__mobile-break {
		display: inline;
	}
	.benefit-item {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 24px 20px;
		text-align: center;
	}
	.benefit-item__num {
		width: 96px;
		height: 96px;
		margin: 0 auto;
	}
	.benefit-item__num span { font-size: 28px; }
	.benefit-item__body { text-align: left; padding-top: 0; }
	.benefit-item__title { font-size: 17px; }
	.benefit-item__desc { font-size: 14px; }
	.benefits-cta { padding: 32px 20px; margin-top: 48px; }
}

/* ==========================================
   ABOUT（InterlineMusic について）ページ
   ========================================== */
/* ABOUTヘッダー: page-header--detail に統一（独自スタイルは無効化） */
.about-header::after { display: none; }

.about-section {
	padding: 100px 0;
}
.about-container {
	max-width: 1080px;
	margin: 0 auto;
}

/* ====== リード ====== */
.about-lead {
	text-align: center;
	max-width: 980px;
	margin: 0 auto 72px;
}
.about-lead__panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 3.6vw, 36px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.about-lead__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.about-lead__logo {
	display: block;
	width: min(100%, 300px);
	height: auto;
}
.about-lead__sub {
	font-family: var(--pp-font-num);
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--pp-mute);
	margin: 0 0 24px;
}
.about-lead__title {
	font-family: var(--pp-font-serif);
	font-size: clamp(24px, 3.2vw, 38px);
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.04em;
	color: var(--pp-ink);
	margin: 0;
	white-space: normal;
	overflow-wrap: anywhere;
}
.about-lead__text {
	max-width: min(100%, 860px);
	margin: 0 auto;
	font-family: var(--pp-font-serif);
	font-size: clamp(24px, 2.8vw, 40px);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.045em;
	color: #111;
	text-wrap: normal;
	text-align: center;
}
.about-lead__text > span {
	display: block;
	white-space: nowrap;
}
.about-lead__line {
	display: block;
}
.about-lead__line--em {
	font-family: var(--pp-font-serif);
	color: var(--pp-ink);
	font-weight: 700;
	margin-top: 6px;
}
.about-lead__mark {
	background: linear-gradient(transparent 60%, rgba(13, 13, 13, 0.10) 60%);
	padding: 0 4px;
}

/* ====== 本文ブロック ====== */
.about-body {
	font-family: var(--pp-font-jp);
	color: var(--pp-ink);
}
.about-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 72px;
}
.about-value {
	padding: 28px 26px;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fff;
}
.about-value__label {
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--pp-mute);
	margin: 0 0 18px;
}
.about-value__title {
	font-family: var(--pp-font-num);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 16px;
}
.about-value p {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	color: #555;
	margin: 0;
}
.about-story {
	max-width: 1080px;
	margin: 0 auto;
}
.about-story__block {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 12px 36px;
	padding: 48px 0;
	border-top: 1px solid #dedede;
}
.about-story__block:last-child {
	border-bottom: 1px solid #dedede;
}
.about-story__eyebrow {
	grid-row: span 3;
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: var(--pp-mute);
	margin: 8px 0 0;
}
.about-story h3 {
	font-family: var(--pp-font-serif);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
}
.about-story p:not(.about-story__eyebrow) {
	font-size: 15px;
	line-height: 2.05;
	letter-spacing: 0.04em;
	color: #333;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}
.about-story p:not(.about-story__eyebrow) + p {
	margin-top: 10px;
}
.about-block {
	margin: 0;
}
.about-block + .about-block { margin-top: 32px; }
.about-block p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 12px;
	letter-spacing: 0.04em;
	color: var(--pp-ink);
}
.about-block p:last-child { margin-bottom: 0; }

.about-block__head {
	font-family: var(--pp-font-serif);
	font-size: 19px !important;
	font-weight: 700;
	color: var(--pp-ink);
	margin-bottom: 16px !important;
	line-height: 1.7 !important;
}
.about-block__keyword {
	font-family: var(--pp-font-jp);
	font-weight: 700;
	color: var(--pp-ink);
	letter-spacing: 0.04em;
	padding: 0 2px;
	border-bottom: 1px solid var(--pp-ink);
}
.about-block strong {
	font-family: var(--pp-font-num);
	font-weight: 900;
	color: var(--pp-ink);
	letter-spacing: 0.02em;
}

/* セクション間の細い区切り */
.about-divider {
	width: 40px;
	height: 1px;
	background: var(--pp-ink);
	margin: 48px auto;
	opacity: 0.3;
}

/* ====== クロージング ====== */
.about-closing {
	max-width: 1080px;
	margin: 80px auto 0;
	padding: 56px 32px;
	background: var(--pp-soft);
	border-radius: 16px;
	text-align: center;
	position: relative;
}
.about-closing::before,
.about-closing::after {
	content: '"';
	position: absolute;
	font-family: var(--pp-font-italic);
	font-size: 80px;
	color: var(--pp-ink);
	opacity: 0.10;
	line-height: 1;
}
.about-closing::before { top: 8px; left: 24px; }
.about-closing::after { bottom: -20px; right: 24px; }

.about-closing__text {
	font-family: var(--pp-font-serif);
	font-size: 18px;
	line-height: 2.2;
	color: var(--pp-ink);
	margin: 0 0 24px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

@media (min-width: 1024px) {
	.about-closing__text {
		white-space: nowrap;
		overflow-wrap: normal;
	}
}
.about-closing__mark {
	font-family: var(--pp-font-serif);
	font-weight: 700;
	color: var(--pp-ink);
}
.about-closing__sign {
	font-family: var(--pp-font-italic);
	font-style: italic;
	font-size: 14px;
	color: var(--pp-mute);
	margin: 0;
	letter-spacing: 0.16em;
}

/* ====== CTA ====== */
.about-cta {
	margin-top: 80px;
	text-align: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ====== レスポンシブ ====== */
@media (max-width: 767px) {
	.about-header { padding: 64px 0 40px; }
	.about-section { padding: 60px 0; }
	.about-lead { margin-bottom: 48px; }
	.about-lead__panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 0;
		border-radius: 0;
	}
	.about-lead__logo-wrap {
		min-height: 0;
		padding: 0;
	}
	.about-lead__logo { width: min(100%, 240px); }
	.about-lead__title { font-size: 20px; line-height: 1.8; }
	.about-lead__text { font-size: clamp(15px, 4.4vw, 24px); line-height: 1.65; letter-spacing: 0.02em; }
	.about-values { grid-template-columns: 1fr; margin-bottom: 48px; }
	.about-value { padding: 24px 20px; }
	.about-story__block { grid-template-columns: 1fr; gap: 14px; padding: 36px 0; }
	.about-story__eyebrow { grid-row: auto; margin-top: 0; }
	.about-story h3 { font-size: 21px; }
	.about-story p:not(.about-story__eyebrow) { font-size: 14px; line-height: 1.9; white-space: normal; }
	.about-block p { font-size: 15px; line-height: 2; }
	.about-block__head { font-size: 16px !important; }
	.about-divider { margin: 32px auto; }
	.about-closing { padding: 40px 24px; margin-top: 56px; }
	.about-closing__text { font-size: 15px; line-height: 2; white-space: normal; }
	.about-cta { margin-top: 56px; flex-direction: column; align-items: stretch; }
	.about-cta .kh-btn { justify-content: center; }
}

/* ==========================================
   SNS アイコン
   ========================================== */
.sns-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
}
.sns-icons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	border-radius: 50%;
}
.sns-icons__link:hover,
.sns-icons__link:focus-visible {
	opacity: 0.78;
	transform: translateY(-2px);
}
.sns-icons__link--static {
	pointer-events: none;
}
.sns-icons__img {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;  /* 元画像が円形でない場合の対策（ほぼ無効化されるが念のため）*/
}

/* サイズバリアント */
.sns-icons--large .sns-icons__img  { width: 52px; height: 52px; }
.sns-icons--medium .sns-icons__img { width: 44px; height: 44px; }
.sns-icons--small .sns-icons__img  { width: 32px; height: 32px; }

/* カード下に並ぶ場合は中央寄せ＋上余白縮小 */
.artist-card-wrap .sns-icons {
	margin-top: 12px;
	gap: 10px;
}

/* レスポンシブ: タップ領域 44px 確保 */
@media (max-width: 767px) {
	.sns-icons--small .sns-icons__img { width: 28px; height: 28px; }
	.sns-icons--medium .sns-icons__img { width: 40px; height: 40px; }
	.sns-icons--large .sns-icons__img { width: 48px; height: 48px; }
}

/* =========================================================
   ARTIST/LIVER カード - InterlineMusic 本家寄せ
   ========================================================= */

/* 一覧グリッド: gap を狭めて密度感を出す */
.artist-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px 32px;
}
@media (max-width: 1023px) {
	.artist-grid { grid-template-columns: repeat(3, 1fr); gap: 36px 24px; }
}
@media (max-width: 767px) {
	.artist-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}

/* カード本体 */
.artist-card-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.artist-card {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	background: transparent;
	border: none;
	transition: transform 0.4s var(--pp-ease);
}
.artist-card:hover { transform: translateY(-4px); }

/* 画像: 角の丸みを最小限に、シャドウなし */
.artist-card__image {
	order: 1;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 0;
	background: var(--pp-soft);
	margin-bottom: 14px;
	box-shadow: none;
}
.artist-card:hover .artist-card__image {
	box-shadow: none;
}
.artist-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
	transition: transform 0.6s var(--pp-ease);
}
.artist-card:hover .artist-card__image img {
	transform: scale(1.04);
}

/* 配信プラットフォーム: 黒い細いピル */
.artist-card__category {
	order: 2 !important;
	align-self: center !important;
	display: inline-flex;
	align-items: center;
	padding: 4px 14px !important;
	margin: 0 0 8px !important;
	background: var(--pp-ink) !important;
	color: #ffffff !important;
	font-family: var(--pp-font-num);
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: 0.04em !important;
	border-radius: 999px;
	text-transform: uppercase;
}

/* 名前: クリーンな日本語サンセリフ */
.artist-card__name {
	order: 3;
	margin: 0 0 4px !important;
	font-family: var(--pp-font-jp);
	font-size: 16px !important;
	font-weight: 500;
	color: var(--pp-ink);
	letter-spacing: 0.04em;
	line-height: 1.4;
}

/* DEBUT 日付（小さく上品に） */
.artist-card__debut {
	order: 4;
	margin: 0 !important;
	font-family: var(--pp-font-num);
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: 0.18em !important;
	color: var(--pp-mute);
}

/* カード下の SNS アイコン: 小さくシンプルに */
.artist-card-wrap .sns-icons {
	margin-top: 10px;
	gap: 8px;
}
.artist-card-wrap .sns-icons__img {
	width: 26px !important;
	height: 26px !important;
}

/* ===== ホバー時のグレースケール演出を完全撤廃 ===== */
.artist-grid:has(.artist-card:hover) .artist-card:not(:hover) {
	filter: none;
}
.artist-card:hover .artist-card__image img {
	filter: none;  /* PLAIN POP 時代の brightness 等もリセット */
}

@media (max-width: 767px) {
	.artist-card__image { margin-bottom: 10px; }
	.artist-card__name { font-size: 14px !important; }
	.artist-card__category { font-size: 8px !important; padding: 3px 10px !important; }
	.artist-card-wrap .sns-icons__img { width: 22px !important; height: 22px !important; }
}

/* =========================================================
   ARTIST/LIVER カード - InterlineMusic 縁つきフレーム版
   ========================================================= */

/* カードラッパーをフレーム化 */
.artist-card-wrap {
	background: #ffffff;
	border: 1px solid var(--pp-rule);
	border-radius: 18px;
	padding: 14px 14px 18px;
	transition: border-color 0.3s var(--pp-ease), box-shadow 0.3s var(--pp-ease), transform 0.4s var(--pp-ease);
	display: flex;
	flex-direction: column;
	align-items: stretch;  /* center → stretch に変更（左寄せレイアウト用） */
	text-align: left;
	color: inherit;
	text-decoration: none;
}
.artist-card-wrap:hover {
	border-color: var(--pp-ink);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}
.artist-card-wrap:focus-visible {
	outline: 2px solid var(--artist-color, var(--pp-ink));
	outline-offset: 6px;
}

/* カード本体（リンク） */
.artist-card {
	background: transparent;
	border: none;
	display: flex !important;
	flex-direction: column;
	transition: none;
}
.artist-card:hover { transform: none; }

/* 画像: 内側を角丸に */
.artist-card__image {
	order: 1;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: var(--pp-soft);
	margin-bottom: 14px;
	box-shadow: none;
}

/* プラットフォームピル: 左寄せ */
.artist-card__category {
	order: 2 !important;
	align-self: flex-start !important;
	display: inline-flex !important;
	padding: 4px 14px !important;
	margin: 0 0 8px !important;
	background: var(--pp-ink) !important;
	color: #ffffff !important;
	font-family: var(--pp-font-num);
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: 0.04em !important;
	border-radius: 999px;
	text-transform: uppercase;
}

/* 名前: 左寄せ */
.artist-card__name {
	order: 3;
	text-align: left;
	margin: 0 0 4px !important;
	font-family: var(--pp-font-jp);
	font-size: 16px !important;
	font-weight: 500;
	color: var(--pp-ink);
	letter-spacing: 0.04em;
	line-height: 1.4;
}

/* DEBUT 日付 */
.artist-card__debut {
	order: 4;
	text-align: left;
	margin: 0 !important;
	font-family: var(--pp-font-num);
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: 0.18em !important;
	color: var(--pp-mute);
}

/* カード下の SNS アイコン: 左寄せ・小さく */
.artist-card-wrap .sns-icons {
	margin-top: 12px;
	gap: 8px;
	justify-content: flex-start;
}
.artist-card-wrap .sns-icons__img {
	width: 26px !important;
	height: 26px !important;
}

/* レスポンシブ: スマホでパディング縮小 */
@media (max-width: 767px) {
	.artist-card-wrap {
		padding: 10px 10px 14px;
		border-radius: 14px;
	}
	.artist-card__image { margin-bottom: 10px; border-radius: 10px; }
	.artist-card__name { font-size: 14px !important; }
	.artist-card__category { font-size: 8px !important; padding: 3px 10px !important; }
	.artist-card-wrap .sns-icons__img { width: 22px !important; height: 22px !important; }
}

/* =========================================================
   Hero ドットウェーブ装飾（InterlineMusic 本家風）
   ========================================================= */
.kh-hero { position: relative; overflow: hidden; }

.dot-wave {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	pointer-events: none;
	z-index: 1;
	display: block;
}
.dot-wave--top {
	top: 0;
	height: 200px;
}
.dot-wave--bottom {
	/* マーキー（高さ 64px）の上で止める。マーキー領域には侵入させない */
	bottom: 64px;
	height: 180px;
}

/* Hero のコンテンツを Canvas の上に */
.kh-lede,
.kh-featured {
	position: relative;
	z-index: 2;
}

/* マーキーは最前面に固定（ドットがその下に潜らないよう） */
.kh-marquee {
	z-index: 5 !important;
}

/* レスポンシブ: スマホは Canvas を小さく＆マーキーの上で止める */
@media (max-width: 767px) {
	.dot-wave--top { height: 120px; }
	.dot-wave--bottom { height: 110px; bottom: 56px; }
}

/* =========================================================
   トップページの LIVERS セクション: 2×2 グリッド
   ========================================================= */
.artist-grid--2x2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	max-width: 720px;
	margin: 0 auto;
	gap: 40px 32px !important;
}

@media (max-width: 767px) {
	.artist-grid--2x2 {
		grid-template-columns: repeat(2, 1fr) !important;
		max-width: 100%;
		gap: 24px 14px !important;
	}
}

img.emoji,
img.wp-smiley {
	display: inline !important;
	width: 1em !important;
	height: 1em !important;
	max-width: 1em !important;
	margin: 0 0.07em !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: none !important;
	vertical-align: -0.1em !important;
	object-fit: contain !important;
}

/* =========================================================
   NEWS カード - InterlineMusic 縁つきフレーム版
   ARTIST カード (artist-card-wrap) と同じデザインに統一
   ========================================================= */
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 28px;
}
@media (max-width: 1023px) {
	.news-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media (max-width: 767px) {
	.news-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* カード本体 */
.news-card {
	display: flex !important;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid var(--pp-rule);
	border-radius: 18px;
	padding: 14px 14px 18px;
	text-decoration: none !important;
	color: inherit !important;
	transition: border-color 0.3s var(--pp-ease), box-shadow 0.3s var(--pp-ease), transform 0.4s var(--pp-ease);
}
.news-card:hover {
	border-color: var(--pp-ink);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

/* 画像 */
.news-card__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	margin: 0 0 14px;
	box-shadow: none;
}
.news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--pp-ease);
	image-rendering: high-quality;
}
.news-card:hover .news-card__image img {
	transform: scale(1.04);
}
.news-card:hover .news-card__image {
	box-shadow: none !important;
}

/* カテゴリピル（黒い丸タグ・ARTIST と統一） */
.news-card__category {
	display: inline-flex !important;
	align-self: flex-start;
	padding: 4px 14px;
	margin: 0 0 8px;
	background: var(--pp-ink);
	color: #ffffff !important;
	font-family: var(--pp-font-num);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em !important;
	border-radius: 999px;
	text-transform: uppercase;
}

/* 日付 */
.news-card__date {
	font-family: var(--pp-font-num);
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--pp-mute);
	font-weight: 700;
	margin: 0 0 6px;
}

/* タイトル */
.news-card__title {
	font-family: var(--pp-font-jp);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: var(--pp-ink);
	margin: 0;
	/* 長いタイトルは 2 行で省略 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 767px) {
	.news-card { padding: 10px 10px 14px; border-radius: 14px; }
	.news-card__image { margin-bottom: 10px; border-radius: 10px; }
	.news-card__title { font-size: 14px; }
	.news-card__category { font-size: 8px; padding: 3px 10px; }
}

/* =========================================================
   NEWS 一覧ページ
   ========================================================= */
.news-header {
	background: var(--pp-soft);
	padding: 80px 0 40px;
	text-align: center;
}

.news-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0 auto 48px;
	max-width: 800px;
}
.news-filter .filter-btn {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	background: #ffffff;
	border: 1px solid var(--pp-rule);
	border-radius: 999px;
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--pp-ink);
	text-decoration: none;
	transition: all 0.25s var(--pp-ease);
}
.news-filter .filter-btn:hover {
	border-color: var(--pp-ink);
	background: var(--pp-ink);
	color: #ffffff;
}
.news-filter .filter-btn.is-active {
	background: var(--pp-ink);
	color: #ffffff;
	border-color: var(--pp-ink);
}

.news-grid[data-news-filter-static] .news-card,
.news-grid[data-news-filter-static] .news-card.reveal {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: border-color 0.25s var(--pp-ease), box-shadow 0.25s var(--pp-ease), background-color 0.25s var(--pp-ease) !important;
}

/* ページネーション */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 60px;
}
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	background: #ffffff;
	border: 1px solid var(--pp-rule);
	border-radius: 999px;
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 700;
	color: var(--pp-ink);
	text-decoration: none;
	transition: all 0.2s var(--pp-ease);
}
.pagination .page-numbers:hover { border-color: var(--pp-ink); }
.pagination .page-numbers.current {
	background: var(--pp-ink);
	color: #ffffff;
	border-color: var(--pp-ink);
}

@media (max-width: 767px) {
	.news-filter { margin-bottom: 32px; }
	.news-filter .filter-btn { font-size: 10px; padding: 6px 14px; }
	.pagination .page-numbers { min-width: 36px; height: 36px; font-size: 11px; }
}

/* ニュースカード絞り込み時の非表示クラス（!important を使った display:flex に勝つため） */
.news-card.is-hidden { display: none !important; }

/* =========================================================
   Hero フィーチャー画像のドットを見やすく
   ========================================================= */
.kh-featured__dots {
	position: absolute !important;
	bottom: 28px !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	display: flex !important;
	gap: 10px !important;
	z-index: 6 !important;
	padding: 8px 14px;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.kh-featured__dot {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55) !important;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease;
}
.kh-featured__dot:hover {
	background: rgba(255, 255, 255, 0.85) !important;
	transform: scale(1.2);
}
.kh-featured__dot.is-active {
	background: var(--pp-red) !important;
	transform: scale(1.3);
}

/* =========================================================
   トップページの NEWS セクション: 2×2 グリッド
   ========================================================= */
.news-grid--2x2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	max-width: 880px;
	margin: 0 auto;
	gap: 32px !important;
}

@media (max-width: 767px) {
	.news-grid--2x2 {
		grid-template-columns: 1fr !important;
		max-width: 100%;
		gap: 20px !important;
	}
}

/* =========================================================
   スマホ表示の総合最適化（~767px）
   ========================================================= */
@media (max-width: 767px) {

	/* --- 横スクロール完全防止 --- */
	html, body { overflow-x: hidden; max-width: 100vw; }

	/* --- 共通: コンテナ余白を詰める --- */
	.container { padding-left: 20px; padding-right: 20px; }

	/* --- セクション間の余白を縮小 --- */
	.section { padding: 56px 0; }
	.section__title-en { font-size: 28px; letter-spacing: 0.04em; }
	.section__title-jp { font-size: 12px; }
	.section__heading { margin-bottom: 40px; }

	/* =====================================================
	   Kinetic Hero モバイル
	   ===================================================== */
	.kh-topbar {
		height: 60px !important;
		padding: 0 16px !important;
		grid-template-columns: auto 1fr auto;
	}
	.kh-logo__svg { height: 24px !important; }
	.header__logo-img,
	.custom-logo-link img {
		height: 26px !important;
		max-width: 170px;
		width: auto;
	}
	.kh-burger {
		display: inline-flex !important;
		grid-column: 3;
		justify-self: end;
	}

	.kh-hero {
		grid-template-columns: 1fr !important;
		height: auto !important;
		min-height: 0 !important;
	}

	/* 順序: featured（画像）→ lede（テキスト）→ marquee */
	.kh-featured { order: 1; }
	.kh-lede     { order: 2; padding: 36px 20px 32px !important; gap: 20px !important; }
	.kh-marquee  { order: 3; position: static !important; }

	/* Hero タイトル: 横幅に収める */
	.kh-h1 {
		font-size: clamp(28px, 8vw, 38px) !important;
		line-height: 1.4 !important;
		letter-spacing: 0.01em !important;
	}
	.kh-h1__line {
		white-space: normal !important;  /* 折返し許可 */
	}
	.kh-tag {
		font-size: 10px !important;
		letter-spacing: 0.2em !important;
	}
	.kh-sub {
		white-space: normal !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	/* CTA ボタン: 全幅 */
	.kh-cta {
		flex-direction: column !important;
		gap: 10px !important;
		width: 100%;
	}
	.kh-btn {
		justify-content: center;
		min-height: 48px;
		font-size: 13px !important;
		padding: 14px 24px !important;
	}

	/* 統計: 横並び 3 つで詰める */
	.kh-stats {
		flex-wrap: wrap;
		gap: 12px 18px !important;
		padding-top: 18px !important;
	}
	.kh-stats__num { font-size: 22px !important; }
	.kh-stats__label { font-size: 10px !important; }

	/* フィーチャー画像: 縦長に */
	.kh-featured {
		aspect-ratio: 4 / 5;
		min-height: 0;
		height: auto;
		max-height: 70vh;
	}
	.kh-featured__side { display: none; }   /* 縦書きラベル非表示 */

	/* マーキー: コンパクト */
	.kh-marquee {
		height: 52px !important;
	}
	.kh-marquee__label {
		flex: 0 0 90px;
		padding-left: 16px;
		font-size: 9px;
	}
	.kh-roster .ja { font-size: 14px !important; }
	.kh-roster .en { font-size: 15px !important; }
	.kh-sep { font-size: 11px; }

	/* ドットウェーブ: 高さ縮小 & マーキー上で止める */
	.dot-wave--top { height: 100px !important; }
	.dot-wave--bottom { height: 90px !important; bottom: 52px !important; }

	/* =====================================================
	   ARTIST/LIVER カード (HP)
	   ===================================================== */
	.artist-grid--2x2 { gap: 16px 14px !important; }
	.artist-card-wrap {
		padding: 8px 8px 12px !important;
		border-radius: 12px !important;
	}
	.artist-card__image { margin-bottom: 8px !important; border-radius: 8px !important; }
	.artist-card__name { font-size: 13px !important; }
	.artist-card__category { font-size: 8px !important; padding: 2px 8px !important; }
	.artist-card-wrap .sns-icons__img { width: 20px !important; height: 20px !important; }

	/* ライバー一覧 (archive) は 2 列 */
	.artist-grid:not(.artist-grid--2x2) {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px 14px;
	}

	/* =====================================================
	   NEWS カード
	   ===================================================== */
	.news-grid--2x2 { gap: 16px !important; }
	.news-card { padding: 8px 8px 14px !important; border-radius: 12px !important; }
	.news-card__image { border-radius: 8px !important; margin-bottom: 10px !important; }
	.news-card__title { font-size: 13px !important; line-height: 1.6 !important; }
	.news-card__category { font-size: 8px !important; padding: 2px 8px !important; }
	.news-card__date { font-size: 10px !important; }

	/* NEWS 一覧ページ: 1列 */
	.news-grid:not(.news-grid--2x2) {
		grid-template-columns: 1fr !important;
	}
	.news-filter {
		gap: 6px !important;
		margin-bottom: 28px !important;
	}
	.news-filter .filter-btn {
		font-size: 9px !important;
		padding: 6px 12px !important;
		letter-spacing: 0.12em !important;
		box-shadow: none !important;
	}
	.news-filter .filter-btn:hover,
	.news-filter .filter-btn.is-active {
		box-shadow: none !important;
	}

	/* =====================================================
	   BENEFITS ページ
	   ===================================================== */
	.benefit-item {
		grid-template-columns: 1fr !important;
		padding: 24px 18px !important;
		text-align: center;
	}
	.benefit-item__num {
		margin: 0 auto;
		width: 80px !important;
		height: 80px !important;
	}
	.benefit-item__num span { font-size: 24px !important; }
	.benefit-item__title { font-size: 16px !important; text-align: left; }
	.benefit-item__desc { font-size: 13px !important; text-align: left; }
	.benefit-item__body { text-align: left; }

	/* =====================================================
	   ABOUT ページ
	   ===================================================== */
	.about-header { padding: 56px 0 32px !important; }
	.about-lead { margin-bottom: 40px !important; }
	.about-lead__title { font-size: clamp(15px, 4.4vw, 18px) !important; line-height: 1.7 !important; }
	.about-block p { font-size: 14px !important; }
	.about-closing { padding: 32px 20px !important; }
	.about-closing__text { font-size: 14px !important; line-height: 1.9 !important; }

	/* =====================================================
	   ライバー個別ページ
	   ===================================================== */
	.profile-grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
	.profile-image {
		aspect-ratio: 3 / 4;
		max-height: none;
	}
	.artist-head__name-jp { font-size: 28px !important; }
	.artist-head__name-en { font-size: 12px !important; }

	.follow-links {
		flex-direction: column;
		gap: 10px;
	}
	.follow-btn {
		justify-content: center;
		min-height: 46px;
	}

	.artist-nav {
		grid-template-columns: 1fr 1fr !important;
		gap: 10px !important;
	}
	.artist-nav__item {
		padding: 14px 12px !important;
		min-height: 64px;
	}
	.artist-nav__label { font-size: 10px !important; }
	.artist-nav__name { font-size: 13px !important; }

	/* =====================================================
	   フッター
	   ===================================================== */
	.footer { padding: 40px 0 24px; }
	.footer__top {
		grid-template-columns: 1fr;
		gap: 34px;
		text-align: left;
		padding-bottom: 32px;
	}
	.footer__brand-img { height: 30px !important; margin: 0 auto; }
	.footer__brand-link { justify-content: flex-start; }
	.footer__brand-img { margin: 0 !important; }
	.footer__nav {
		grid-template-columns: 1fr 1fr;
		column-gap: calc(28px + 3em);
		row-gap: 28px;
	}
	.footer__nav-group--untitled { margin-left: -2em; }
	.footer__nav-list { gap: 12px; }
	.footer__bottom {
		flex-direction: row;
		align-items: flex-start;
		gap: 6px 14px;
		font-size: 11px;
		text-align: left;
		line-height: 1.8;
	}
	.footer__legal { justify-content: flex-start; }
	.footer__sns {
		justify-content: flex-start;
		margin-left: 0;
	}

	/* =====================================================
	   タップ領域確保（Apple HIG 44px）
	   ===================================================== */
	.kh-btn,
	.kh-nav a,
	.filter-btn,
	.follow-btn,
	.link-arrow,
	.kh-burger {
		min-height: 44px;
	}

	/* =====================================================
	   ハンバーガーメニュー（モバイル）の表示改善
	   ===================================================== */
	.kh-mobile-menu {
		padding: 32px 28px !important;
	}
	.kh-mobile-menu ul { gap: 16px !important; }
	.kh-mobile-menu a {
		font-size: 16px !important;
		display: block;
		padding: 12px 8px;
		min-height: 48px;
	}
}

/* =========================================================
   カード画像のホバー時の震え（jitter）を解消
   原因: `transform: translateZ(0)` と `transform: scale(...)` の競合
   ========================================================= */

/* グローバルな translateZ(0) を解除 → will-change に置き換え */
img,
.profile-image img,
.artist-card__image img,
.kh-featured__img,
.news-card__image img {
	transform: none !important;
	will-change: auto;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}

/* ホバー対象の画像のみ will-change を予告 */
.news-card__image img,
.artist-card__image img {
	will-change: transform;
}

/* NEWS カードのホバー時拡大を緩やかに（震え軽減） */
.news-card__image {
	overflow: hidden;
	transform: translateZ(0);  /* 画像でなくコンテナを GPU 化 */
}
.news-card__image img {
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) !important;
}
.news-card:hover .news-card__image img {
	transform: scale(1.03) !important;
}

/* ARTIST カードも同様の調整 */
.artist-card__image {
	overflow: hidden;
	transform: translateZ(0);
}
.artist-card__image img {
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) !important;
}
.artist-card:hover .artist-card__image img {
	transform: scale(1.03) !important;
}

/* カード本体のホバー浮上にも will-change */
.news-card,
.artist-card-wrap {
	will-change: transform, box-shadow;
}

/* =========================================================
   モバイル: フィーチャー画像が横に余白を作らないよう調整
   ========================================================= */
@media (max-width: 767px) {
	.kh-featured {
		aspect-ratio: auto !important;     /* 比率縛りを解除 */
		width: 100% !important;
		min-height: 60vh !important;
		max-height: none !important;
		height: 75vh !important;            /* 適度な高さで固定 */
	}
	.kh-featured__img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	/* ドットも下端寄りに */
	.kh-featured__dots {
		bottom: 16px !important;
	}
}

/* さらに縦に短い画面（横向きスマホ等） */
@media (max-width: 767px) and (max-height: 600px) {
	.kh-featured { height: 55vh !important; min-height: 0 !important; }
}

/* =========================================================
   モバイル: トップページの NEWS は 1 件だけ表示
   ========================================================= */
@media (max-width: 767px) {
	.news-grid--2x2 .news-card:nth-child(n+2) {
		display: none !important;
	}
	.news-grid--2x2 {
		grid-template-columns: 1fr !important;
		max-width: 100%;
	}
}

/* =========================================================
   モバイル: フィーチャー画像の白フェードを完全に消す
   ========================================================= */
@media (max-width: 767px) {
	.kh-featured::before {
		display: none !important;
	}
}

/* =========================================================
   NEWS 記事個別ページ（2カラム: 画像 / 本文）
   ========================================================= */
.news-single-header {
	padding: 32px 0 24px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
.news-single-header .container { text-align: left; }
.news-single-header__inner {
	display: flex;
	align-items: center;
	gap: 80px;
	position: relative;
}
.news-single-header__text {
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
}
.news-single-header__wave {
	flex: 1 1 auto;
	display: block;
	height: 140px;
	width: 100%;
	min-width: 0;
}
@media (max-width: 1023px) {
	.news-single-header__inner { gap: 48px; }
}
@media (max-width: 767px) {
	.news-single-header__inner { gap: 24px; }
	.news-single-header__wave {
		height: 90px;
	}
}
.news-single-header .page-header__en {
	text-transform: uppercase;
}
.news-single-header .page-header__rule {
	display: inline-block;
	width: 56px;
	height: 1px;
	background: #111;
}
.news-single-header .page-header__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.18em;
	margin: 0 0 12px;
}
.news-single-header__cat {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	padding: 4px 12px;
	margin: 0;
}

.article-single { padding: 48px 0 80px; }
.article-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 56px;
	align-items: start;
}
.article-single__media {
	position: sticky;
	top: 24px;
}
body.single-post .article-single__media {
	position: relative;
	top: auto;
	margin-top: var(--news-featured-card-offset, 0px);
	min-height: var(--news-featured-placeholder-height, auto);
}
.article-single__image {
	margin: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}
.article-single__image--placeholder {
	background: #f4f4f2;
}
.article-single__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.18));
}
body.single-post .article-single__image.is-news-featured-fixed {
	position: fixed;
	top: var(--news-featured-sticky-top, 24px);
	left: var(--news-featured-sticky-left, 0px);
	width: var(--news-featured-sticky-width, auto);
	z-index: 20;
}
body.single-post .article-single__image.is-news-featured-pinned {
	position: absolute;
	top: var(--news-featured-pinned-top, 0px);
	left: 0;
	width: 100%;
	z-index: 1;
}
.event-artist-links {
	margin-top: 18px;
	padding: 18px 0 0;
	border-top: 1px solid #e7e7e7;
}
.event-artist-links__label {
	margin: 0 0 12px;
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	color: #111;
}
.event-artist-links__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.event-artist-links__item {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid #111;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.event-artist-links__item:hover {
	background: #fff;
	color: #111;
	transform: translateY(-1px);
}
.event-artist-links__item--plain {
	background: #f6f6f6;
	border-color: #d8d8d8;
	color: #555;
}
.event-artist-links__item--plain:hover {
	background: #f6f6f6;
	color: #555;
	transform: none;
}
.article-single__content { min-width: 0; }
.article-single__date {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #222;
	margin: 0 0 12px;
}
.article-single__title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 28px;
}
.article-single__card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 44px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.article-single__card .article-single__title { margin-top: 0; }
.article-single__body {
	font-size: 15px;
	line-height: 1.8;
	color: #222;
	max-width: 35em;
	line-break: strict;
	word-break: normal;
	overflow-wrap: break-word;
	text-wrap: pretty;
}
.article-single__body p { margin: 0; }
.article-single__body > * + * { margin-top: 0; }
.article-single__body img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em 0;
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.16));
}
.article-single__body a {
	color: #1a73e8;
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-all;
}
.article-single__body a:hover {
	color: #0b57d0;
	text-decoration: none;
}
.article-single__body .article-sns-links,
.interview-single__body .article-sns-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin: 24px 0 32px;
}
.article-single__body .article-sns-links br,
.interview-single__body .article-sns-links br {
	display: none;
}
.article-single__body .article-sns-link,
.interview-single__body .article-sns-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 6px 14px 6px 7px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-family: var(--pp-font-num);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s var(--pp-ease), box-shadow 0.25s var(--pp-ease), border-color 0.25s var(--pp-ease);
	word-break: normal;
}
.article-single__body .article-sns-link:hover,
.article-single__body .article-sns-link:focus-visible,
.interview-single__body .article-sns-link:hover,
.interview-single__body .article-sns-link:focus-visible {
	border-color: rgba(17, 17, 17, 0.28);
	color: #111;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
	text-decoration: none;
	transform: translateY(-2px);
}
.article-single__body .article-sns-link img,
.interview-single__body .article-sns-link img {
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 50%;
	object-fit: cover;
	filter: none;
	box-shadow: none;
}
.article-single__body .article-sns-link--x img,
.article-single__body .article-sns-link--colorsing img,
.interview-single__body .article-sns-link--x img,
.interview-single__body .article-sns-link--colorsing img {
	background: #fff;
}
@media (max-width: 767px) {
	.article-single__body .article-sns-link,
	.interview-single__body .article-sns-link {
		min-height: 40px;
		padding: 6px 12px 6px 6px;
	}
	.article-single__body .article-sns-link img,
	.interview-single__body .article-sns-link img {
		width: 28px;
		height: 28px;
	}
}
.article-single__footer {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}
.btn-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 14px 28px;
	background: #c9c9c9;
	color: #111;
	font-size: 14px;
	letter-spacing: 0.16em;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}
.btn-back:hover { background: #111; color: #fff; }

@media (max-width: 1023px) {
	.article-single__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
		gap: 40px;
	}
	.article-single__title { font-size: 24px; }
}
@media (max-width: 767px) {
	.news-single-header { padding: 24px 0 18px; }
	.news-single-header .page-header__jp { font-size: 24px; }
	.article-single { padding: 32px 0 56px; }
	.article-single__grid { grid-template-columns: 1fr; gap: 28px; }
	.article-single__media { position: static; margin-top: 0; }
	.article-single__title { font-size: 20px; margin-bottom: 20px; }
	.article-single__card { padding: 24px 20px; border-radius: 12px; }
	.article-single__body { font-size: 14px; line-height: 1.7; }
	.event-artist-links { margin-top: 14px; padding-top: 14px; }
	.event-artist-links__items { gap: 6px; }
	.event-artist-links__item {
		min-height: 28px;
		padding: 5px 9px;
		font-size: 11px;
		letter-spacing: 0.01em;
	}
	.article-single__footer { margin-top: 40px; }
	.btn-back { min-width: 160px; padding: 12px 24px; font-size: 13px; }
}

/* =========================================================
   ページヘッダー（各下層ページ）の英字タイトル色
   - デフォルト: 黒（style.css の赤を上書き）
   - 黒背景の .about-header だけは白を維持（上で個別指定済み）
   ========================================================= */
.page-header__en {
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
}
/* 黒背景のヘッダーは白に戻す */
.about-header .page-header__en {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* =========================================================
   NEWS 記事ページ：本文後ろのアウトロ（ドットウェーブ + 一覧に戻る）
   ========================================================= */
.article-single-outro {
	position: relative;
	padding: 80px 0 100px;
	overflow: hidden;
}
.article-single-outro__wave {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 180px;
	width: calc(50% - 180px);
	display: block;
	pointer-events: none;
	z-index: 0;
}
.article-single-outro__wave--left { left: 0; }
.article-single-outro__wave--right { right: 0; }
.article-single-outro__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.article-single-outro { padding: 56px 0 72px; }
	.article-single-outro__wave {
		height: 120px;
		width: calc(50% - 100px);
	}
}

/* =========================================================
   セクション見出し：英字タイトルを黒に統一
   ========================================================= */
.section__title-en {
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	background: none !important;
}

/* =========================================================
   LINKS（配信プラットフォーム）：ColorSing をアプリアイコン表示に
   ========================================================= */
.follow-btn--icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 28px;
	overflow: hidden;
	transition: transform 0.25s ease;
}
.follow-btn--icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.follow-btn--icon:hover {
	transform: translateY(-2px);
	background: transparent !important;
	box-shadow: none !important;
}
@media (max-width: 767px) {
	.follow-btn--icon { width: 110px; height: 110px; border-radius: 22px; }
}

/* =========================================================
   ライバー個別ページ：実績下の配信プラットフォームエリア
   ========================================================= */
.profile-links {
	margin: 32px 0 28px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}
.profile-links__label {
	font-family: var(--pp-font-jp);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--pp-ink);
	margin: 0 0 14px;
}
.profile-links .follow-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}
.profile-sns {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.profile-links { margin: 24px 0 20px; padding-top: 20px; }
	.profile-links .follow-links { gap: 14px; }
}

/* =========================================================
   ライバー個別ページ：PROFILE と画像の間隔を広げてバランス調整
   ========================================================= */
@media (min-width: 1024px) {
	.profile-grid {
		grid-template-columns: 1fr 1.3fr;
		gap: 120px;
	}
	.profile-content { padding-left: 20px; }
	.profile-content .section__title-en { margin-bottom: 40px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.profile-grid { gap: 60px; }
}

/* =========================================================
   所属ライバー一覧（archive-liver）：4列グリッド
   ========================================================= */
.post-type-archive-liver .artist-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 42px 28px !important;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1023px) {
	.post-type-archive-liver .artist-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 32px 20px !important;
		max-width: 820px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.post-type-archive-liver .artist-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px 12px !important;
		max-width: 100%;
	}
}

/* =========================================================
   CONTACT ページ
   ========================================================= */
.contact-header {
	padding: 60px 0 32px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
.contact-header .container { text-align: left; }
.contact-header .page-header__breadcrumb {
	font-size: 13px;
	color: #555;
	margin: 0 0 28px;
}
.contact-header .page-header__breadcrumb span { margin: 0 6px; color: #aaa; }
.contact-header .page-header__en {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	font-family: var(--pp-font-num), sans-serif;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	margin: 0 0 6px;
}
.contact-header .page-header__rule {
	display: inline-block;
	width: 64px;
	height: 1px;
	background: #111;
}
.contact-header .page-header__jp {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	color: var(--pp-mute);
	letter-spacing: 0.16em;
	margin: 0;
}

.contact-section { padding: 60px 0 120px; }

/* LINE CTA */
.contact-line {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.contact-line__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 360px;
	padding: 22px 40px;
	background: #2a2a2a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease;
}
.contact-line__btn:hover { background: #06c755; color: #fff; }

/* フォーム */
.contact-form { max-width: 720px; margin: 0 auto; }
.contact-form__notice {
	max-width: 720px;
	margin: 0 auto 32px;
	padding: 16px 18px;
	border-radius: 8px;
	font-family: var(--pp-font-jp);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.contact-form__notice--success {
	background: #f0f8f3;
	border: 1px solid #b7dfc2;
	color: #14532d;
}
.contact-form__notice--error {
	background: #fff4f4;
	border: 1px solid #f0b7b7;
	color: #8a1f1f;
}
.contact-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contact-form__heading {
	font-family: var(--pp-font-jp);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-bottom: 14px;
	margin: 0 0 40px;
	border-bottom: 1px solid #d9d9d9;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.contact-form__row { margin-bottom: 28px; }
.contact-form__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
}
.contact-form__required {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 3px 10px;
	border-radius: 999px;
}
.contact-form__required[hidden] {
	display: none !important;
}
.contact-form__input,
.contact-form__textarea {
	display: block;
	width: 100%;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: #111;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	transition: border-color 0.2s ease;
}
.contact-form__input:focus,
.contact-form__textarea:focus {
	border-color: #111;
	outline: none;
}
.contact-form__textarea { resize: vertical; min-height: 180px; }
.contact-form__input--small { max-width: 240px; }

.contact-form__radios,
.contact-form__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 28px;
	margin-top: 6px;
}
.contact-form__radio,
.contact-form__check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	cursor: pointer;
}
.contact-form__radio input,
.contact-form__check input { accent-color: #111; }

.contact-form__address { display: flex; flex-direction: column; gap: 12px; }
.contact-form__sublabel {
	font-size: 13px;
	font-weight: 700;
	color: #555;
	margin: 0 0 -4px;
}

.contact-form__agree {
	display: flex;
	justify-content: center;
	margin: 36px 0 28px;
}
.contact-form__agree a {
	color: #1a73e8;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.contact-form__submit { display: flex; justify-content: center; }
.contact-form__btn {
	min-width: 240px;
	padding: 16px 36px;
	background: #fff;
	color: #111;
	border: 1px solid #111;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}
.contact-form__btn:hover { background: #111; color: #fff; }

@media (max-width: 767px) {
	.contact-header { padding: 40px 0 24px; }
	.contact-header .page-header__en { font-size: 32px; }
	.contact-section { padding: 40px 0 80px; }
	.contact-line__btn { min-width: 0; width: 100%; font-size: 15px; padding: 18px 24px; }
	.contact-form__heading { font-size: 16px; }
	.contact-form__input,
	.contact-form__textarea { font-size: 16px; } /* iOS ズーム防止 */
	.contact-form__btn { width: 100%; }
}

/* =========================================================
   ページヘッダー（共通・詳細版）：CONTACT/NEWS/LIVERS/ABOUT/BENEFITS
   ========================================================= */
.page-header--detail {
	padding: 60px 0 32px !important;
	background: #fff !important;
	border-bottom: 1px solid #e5e5e5;
	text-align: left !important;
}
.page-header--detail .container { text-align: left; }
.page-header--detail .page-header__breadcrumb {
	font-size: 13px;
	color: #555;
	margin: 0 0 28px;
}
.page-header--detail .page-header__breadcrumb span {
	margin: 0 6px;
	color: #aaa;
}
.page-header--detail .page-header__en {
	display: inline-flex !important;
	align-items: center;
	gap: 18px;
	font-family: var(--pp-font-num), sans-serif;
	font-size: 42px !important;
	font-weight: 900;
	letter-spacing: 0.06em !important;
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	background: none !important;
	margin: 0 0 6px !important;
}
.page-header--detail .page-header__rule {
	display: inline-block;
	width: 64px;
	height: 1px;
	background: #111;
}
.page-header--detail .page-header__jp {
	font-family: var(--pp-font-jp);
	font-size: 14px !important;
	color: var(--pp-mute) !important;
	letter-spacing: 0.16em;
	margin: 0 !important;
	text-align: left !important;
}
@media (max-width: 767px) {
	.page-header--detail { padding: 40px 0 24px !important; }
	.page-header--detail .page-header__en { font-size: 32px !important; }
	.page-header--detail .page-header__breadcrumb { margin-bottom: 20px; font-size: 12px; }
}

/* =========================================================
   モバイルメニュー：開いた時のリンクを右揃え
   ========================================================= */
@media (max-width: 767px) {
	.hamburger[aria-expanded="true"] {
		top: 10px !important;
	}
	body:not(.home) .mobile-menu {
		inset: calc(60px + var(--imv2-admin-bar-offset, 0px)) 0 0 0 !important;
		display: flex !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		padding: 18px 24px 32px !important;
		background: #ffffff !important;
		overflow-y: auto !important;
	}
	body.admin-bar:not(.home) .mobile-menu {
		inset: calc(60px + var(--imv2-admin-bar-offset, 46px)) 0 0 0 !important;
	}
	body:not(.home) .mobile-menu__nav {
		width: 100% !important;
	}
	.kh-mobile-menu,
	.mobile-menu {
		padding-right: 8px !important;
	}
	.kh-mobile-menu ul,
	.mobile-menu__nav ul {
		align-items: flex-end !important;
		gap: 20px !important;
		text-align: right !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100% !important;
	}
	.kh-mobile-menu li,
	.mobile-menu__nav li {
		text-align: right !important;
		width: auto !important;
		padding-right: 0 !important;
	}
	body:not(.home) .mobile-menu__nav li,
	body:not(.home) .mobile-menu.is-open .mobile-menu__nav li {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		transition-delay: 0s !important;
	}
	.kh-mobile-menu a,
	.mobile-menu__nav a {
		display: inline-block !important;
		font-size: 35px !important;
		text-align: right !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
}

/* =========================================================
   ページヘッダー詳細版：スクロールリビールを無効化（即時表示）
   ========================================================= */
.page-header--detail .reveal,
.page-header--detail .page-header__en,
.page-header--detail .page-header__jp {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* =========================================================
   NEWS 個別記事：カテゴリーバッジ（ヘッダー直下）
   ========================================================= */
.news-single-cat {
	padding: 24px 0 0;
}
.news-single-cat__badge {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	padding: 5px 14px;
	border-radius: 999px;
}
@media (max-width: 767px) {
	.news-single-cat { padding: 18px 0 0; }
}

/* =========================================================
   NEWS 個別記事：カテゴリーバッジを日付の横に配置
   ========================================================= */
.article-single__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 12px;
}
.article-single__meta .article-single__date { margin: 0; }
.article-single__meta .news-single-cat__badge { line-height: 1.4; }

/* 独立カテゴリーセクションは非表示（位置移動済み） */
.news-single-cat { display: none; }

/* =========================================================
   BENEFITS 各項目：TOP と同じ白黒ラインアイコン
   ========================================================= */
.benefit-item__num {
	position: relative;
	width: 72px !important;
	height: 72px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background: #111 !important;
	border: 1px solid #111;
	box-shadow: none;
	color: #fff;
}
.benefit-item__num::before,
.benefit-item__num::after {
	display: none !important;
}
.benefit-item__num svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.benefit-item__num--image {
	padding: 0 !important;
	overflow: hidden;
	background: #fff !important;
	border-color: #111;
}
.benefit-item__icon-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

/* =========================================================
   BENEFITS：A案-左（画像が左 + メダル+テキストが右）
   ========================================================= */
.benefit-item {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: stretch !important;
	gap: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.benefit-item__main {
	flex: 1 1 0% !important;
	align-self: stretch !important;
	min-width: 0;
}
.benefit-item__banner {
	flex: 0 0 320px !important;
	align-self: stretch !important;
	overflow: hidden;
	min-height: 240px;
	background-color: #f4f4f2;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	margin: 0 !important;
}
.benefit-item__main {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 24px;
	align-items: center;
	padding: 28px 32px;
}
@media (max-width: 1023px) {
	.benefit-item__banner { flex: 0 0 240px !important; }
	.benefit-item__main { padding: 24px; }
}
@media (max-width: 767px) {
	.benefit-item { flex-direction: column !important; }
	.benefit-item__banner {
		flex: none !important;
		width: 100% !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10;
	}
	.benefit-item__main {
		grid-template-columns: 72px 1fr;
		gap: 14px;
		padding: 20px;
	}
	.benefit-item__num {
		width: 64px !important;
		height: 64px !important;
	}
	.benefit-item__num svg {
		width: 36px;
		height: 36px;
	}
}

/* =========================================================
   NEWS カテゴリタグ：全カテゴリを黒背景・白文字に統一
   ========================================================= */
.news-card__category,
.news-card[data-news-category="release"] .news-card__category,
.news-card[data-news-category="live"] .news-card__category,
.news-card[data-news-category="media"] .news-card__category,
.news-card[data-news-category="interview"] .news-card__category,
.news-card[data-news-category="event"] .news-card__category,
.news-card[data-news-category="info"] .news-card__category {
	background: #111 !important;
	color: #fff !important;
	box-shadow: none !important;
}

/* =========================================================
   フロントページ ローディングオーバーレイ（音楽プレイヤー風）
   ========================================================= */
.page-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}
.page-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
body.page-loader-active {
	overflow: hidden;
}
body.page-loader-active .fixed-line-link,
body:has(#page-loader) .fixed-line-link {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.page-loader__inner {
	width: min(520px, 88vw);
	text-align: center;
}
.page-loader__brand {
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #111;
	margin-bottom: 28px;
}

.page-loader__player {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

/* 再生ボタン */
.page-loader__play {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border: none;
	padding: 0;
	animation: loader-pulse 1.2s ease-in-out infinite;
}
.page-loader__play svg {
	display: block;
	transform: translateX(1px);
}
@keyframes loader-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.08); }
}

/* 時間表示 */
.page-loader__time {
	font-family: 'Inter', monospace;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.04em;
	min-width: 32px;
}

/* シークバー */
.page-loader__bar {
	position: relative;
	height: 4px;
	background: #ececec;
	border-radius: 999px;
	overflow: visible;
}
.page-loader__bar-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: #111;
	border-radius: 999px;
	animation: loader-progress 1s ease-in-out forwards;
}
.page-loader__bar-knob {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	background: #111;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 6px rgba(0,0,0,0.18);
	animation: loader-knob 1s ease-in-out forwards;
}
@keyframes loader-progress {
	0%   { width: 0%; }
	100% { width: 100%; }
}
@keyframes loader-knob {
	0%   { left: 0%; }
	100% { left: 100%; }
}

/* イコライザー（4本バー） */
.page-loader__eq {
	display: inline-flex;
	align-items: flex-end;
	gap: 3px;
	height: 22px;
}
.page-loader__eq span {
	display: block;
	width: 3px;
	background: #111;
	border-radius: 2px;
	animation: loader-eq 0.9s ease-in-out infinite;
}
.page-loader__eq span:nth-child(1) { animation-delay: 0s; height: 60%; }
.page-loader__eq span:nth-child(2) { animation-delay: 0.15s; height: 100%; }
.page-loader__eq span:nth-child(3) { animation-delay: 0.30s; height: 50%; }
.page-loader__eq span:nth-child(4) { animation-delay: 0.45s; height: 85%; }
@keyframes loader-eq {
	0%, 100% { transform: scaleY(0.45); }
	50%      { transform: scaleY(1); }
	transform-origin: bottom;
}

.page-loader__caption {
	margin: 24px 0 0;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #888;
	animation: loader-fade 1.4s ease-in-out infinite;
}
@keyframes loader-fade {
	0%, 100% { opacity: 0.4; }
	50%      { opacity: 1; }
}

@media (max-width: 767px) {
	.page-loader__player { padding: 12px 14px; gap: 8px; grid-template-columns: auto auto 1fr auto auto; }
	.page-loader__brand { font-size: 16px; margin-bottom: 22px; }
	.page-loader__time { font-size: 11px; min-width: 26px; }
	.page-loader__play { width: 30px; height: 30px; }
	.page-loader__play svg { transform: translateX(0.75px); }
	.page-loader__eq { height: 18px; }
}

/* =========================================================
   HP の黒ピルボタン：ホバー/フォーカス時のシャドウ・縁を除去
   ========================================================= */
.kh-btn,
.kh-btn--primary,
.kh-btn--ghost,
.kh-btn:hover,
.kh-btn--primary:hover,
.kh-btn--ghost:hover,
.kh-btn:focus,
.kh-btn:focus-visible,
.kh-btn--primary:focus,
.kh-btn--primary:focus-visible,
.kh-btn--ghost:focus,
.kh-btn--ghost:focus-visible {
	box-shadow: none !important;
	outline: none !important;
	filter: none !important;
}
.kh-btn--primary:hover {
	transform: none !important;
}

/* =========================================================
   link-arrow（すべてのニュースを見る等）：影・拡大・浮き上がりを除去
   ========================================================= */
.link-arrow,
.link-arrow:hover,
.link-arrow:focus,
.link-arrow:focus-visible {
	box-shadow: none !important;
	transform: none !important;
	outline: none !important;
}
.link-arrow:hover {
	background: #333 !important;
	border-color: #333 !important;
}

/* =========================================================
   HOMEに追加した BENEFITS / ABOUT セクション
   ========================================================= */
.home-benefits__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 28px;
}
.home-benefits__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 16px;
	background: #fff;
	border: 1px solid var(--pp-rule);
	border-radius: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-benefits__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.home-benefits__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 22px;
	border: 1px solid #111;
	border-radius: 50%;
	background: #111;
	color: #fff;
}
.home-benefits__icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.home-benefits__icon--image {
	padding: 0 !important;
	overflow: hidden;
	background: #fff !important;
	border-color: #111;
	color: #111;
}
.home-benefits__icon-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.home-benefits__title {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: var(--pp-ink);
	margin: 0;
}

/* ABOUT セクション */
.home-about__container { max-width: 1180px; }
.home-about .about-lead {
	margin-bottom: 42px;
}
.home-about .about-lead__text {
	margin-top: 0;
}
.home-about .about-values {
	margin-bottom: 46px;
}
.home-about__lead {
	text-align: center;
	margin-bottom: 36px;
}
.home-about__sub {
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--pp-mute);
	margin: 0 0 16px;
}
.home-about__title {
	font-family: var(--pp-font-serif);
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04em;
	color: var(--pp-ink);
	margin: 0;
}
.home-about__mark {
	background: none !important;
	padding: 0 !important;
}
.home-about__body {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.home-about__body p {
	font-family: var(--pp-font-jp);
	font-size: 15px;
	line-height: 2;
	color: var(--pp-ink);
	margin: 0 0 14px;
	letter-spacing: 0.04em;
}
.home-about__body strong {
	font-family: var(--pp-font-num);
	font-weight: 900;
	letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
	.home-about__body p:nth-child(1),
	.home-about__body p:nth-child(2) {
		white-space: nowrap;
	}
}

@media (max-width: 1023px) {
	.home-benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media (max-width: 767px) {
	.home-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.home-benefits__item {
		min-height: 128px;
		padding: 14px 8px;
		border-radius: 12px;
	}
	.home-benefits__icon {
		width: 44px;
		height: 44px;
		margin-bottom: 14px;
	}
	.home-benefits__icon svg {
		width: 27px;
		height: 27px;
		stroke-width: 2.4;
	}
	.home-benefits__icon-img {
		width: 100%;
		height: 100%;
	}
	.home-benefits__title {
		font-size: 11px;
		line-height: 1.45;
		letter-spacing: 0;
	}
	.home-about__body p { font-size: 14px; line-height: 1.9; white-space: normal; }
}

/* =========================================================
   EVENT 一覧
   ========================================================= */
.event-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 28px;
}
.event-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}
.event-card:hover { transform: translateY(-4px); }
.event-card__image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 8px;
	background: #f4f4f2;
	margin-bottom: 16px;
}
.event-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.event-card:hover .event-card__image img { transform: scale(1.04); }
.event-card__body { padding: 0 4px; }
.event-card__cat {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-family: var(--pp-font-jp);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0 0 10px;
}
.event-card__date {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--pp-mute);
	margin: 0 0 8px;
}
.event-card__title {
	font-family: var(--pp-font-jp);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--pp-ink);
	margin: 0 0 8px;
}
.event-card__excerpt {
	font-family: var(--pp-font-jp);
	font-size: 13px;
	line-height: 1.7;
	color: var(--pp-mute);
	margin: 0;
}
.event-empty {
	text-align: center;
	padding: 80px 0;
	color: var(--pp-mute);
}

@media (max-width: 1023px) {
	.event-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
}
@media (max-width: 767px) {
	.event-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* =========================================================
   ARTIST 個別ページ：楽曲セクション
   ========================================================= */
.liver-music__embed {
	max-width: 720px;
	margin: 0 auto;
}
.liver-music__item iframe {
	width: 100%;
	border: 0;
	border-radius: 12px;
	display: block;
}
.liver-music__item--apple iframe { min-height: 175px; }
.liver-music__item--spotify iframe { min-height: 152px; }
.liver-music__audio {
	width: 100%;
	display: block;
}

/* CONTACT: フォームのみ表示 */
.contact-panel { display: block; }
.contact-panel[hidden] { display: none !important; }

/* =========================================================
   全ページヘッダー：パンくず要素を非表示
   ========================================================= */
.page-header__breadcrumb {
	display: none !important;
}

/* =========================================================
   HOME NEWS / EVENT 手動スライダー
   ========================================================= */
.news-slider {
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.news-slider__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 8px 0 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.news-slider__track::-webkit-scrollbar { display: none; }
.news-slider__item {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}
.news-slider::before,
.news-slider::after {
	display: none !important;
	content: none !important;
}
.news-slider__nav {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}
.news-slider__btn {
	pointer-events: auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(13, 13, 13, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92) !important;
	color: #111111 !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
	font-family: var(--pp-font-num);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.news-slider__btn:hover,
.news-slider__btn:focus-visible {
	background: #111111 !important;
	color: #ffffff !important;
	transform: scale(1.06);
}
.news-slider__btn:disabled {
	opacity: 0.28;
	cursor: default;
	transform: none;
}
.news-slider__range-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 28px auto 0;
	padding: 0 24px;
}
.news-slider__pager {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: min(520px, 68vw);
	padding: 8px 10px;
	border-radius: 999px;
	background: #eeeeee;
}
.news-slider__pager-btn {
	display: block;
	width: 54px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: #cfcfcf;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.news-slider__pager-btn:hover,
.news-slider__pager-btn:focus-visible {
	background: #8f8f8f;
	outline: none;
	transform: translateY(-1px);
}
.news-slider__pager-btn.is-active {
	width: 70px;
	background: #111111;
}
.news-slider__range {
	-webkit-appearance: none;
	appearance: none;
	width: min(520px, 68vw);
	height: 10px;
	border-radius: 999px;
	background: #e6e6e6;
	cursor: grab;
	outline: none;
}
.news-slider__range:active {
	cursor: grabbing;
}
.news-slider__range:disabled {
	opacity: 0.3;
	cursor: default;
}
.news-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 42px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: #111111;
	box-shadow: none;
}
.news-slider__range::-moz-range-thumb {
	width: 42px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: #111111;
	box-shadow: none;
}
.news-slider__range::-moz-range-track {
	height: 10px;
	border-radius: 999px;
	background: #e6e6e6;
}

@media (max-width: 1023px) {
	.news-slider__item { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 767px) {
	.news-slider__track {
		gap: 14px;
		padding: 4px 4px 16px;
		-webkit-overflow-scrolling: touch;
	}
	.news-slider__item { flex: 0 0 78%; }  /* スマホ：1枚＋次の頭が見える */
	.news-slider__nav { padding: 0 10px; }
	.news-slider__btn {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.news-slider__range-wrap {
		margin-top: 22px;
	}
	.news-slider__pager {
		gap: 7px;
		max-width: min(290px, 76vw);
		padding: 7px 9px;
	}
	.news-slider__pager-btn {
		width: 34px;
		height: 9px;
	}
	.news-slider__pager-btn.is-active {
		width: 46px;
	}
	.news-slider__range {
		width: min(280px, 72vw);
	}
}

/* HOME の NEWS / EVENT は横に複数枚見える軽いカードサイズに調整 */
body.home .home-news .news-slider,
body.home .home-event .news-slider {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

body.home .home-news .news-slider__track,
body.home .home-event .news-slider__track {
	gap: 30px;
	padding: 8px max(48px, calc((100vw - 1720px) / 2 + 48px)) 18px;
}

body.home .home-news .news-slider__item,
body.home .home-event .news-slider__item {
	flex: 0 0 clamp(260px, 18.5vw, 350px);
}

body.home .home-news .news-card,
body.home .home-event .event-card {
	background: #fff !important;
	border: 1px solid #e1e1e1 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	padding: 12px !important;
}

body.home .home-news .news-card:hover,
body.home .home-event .event-card:hover {
	border-color: #c9c9c9 !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
	transform: translateY(-3px);
}

body.home .home-news .news-card__image,
body.home .home-event .event-card__image {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	margin-bottom: 14px;
}

body.home .home-news .news-card__category,
body.home .home-event .event-card__cat {
	margin-bottom: 10px;
}

body.home .home-news .news-card__date,
body.home .home-event .event-card__date {
	font-size: 13px;
}

body.home .home-news .news-card__title,
body.home .home-event .event-card__title {
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 1023px) {
	body.home .home-news .news-slider__track,
	body.home .home-event .news-slider__track {
		gap: 22px;
		padding-inline: 24px;
	}

	body.home .home-news .news-slider__item,
	body.home .home-event .news-slider__item {
		flex-basis: clamp(250px, 42vw, 340px);
	}
}

@media (max-width: 767px) {
	body.home .home-news .news-slider__track,
	body.home .home-event .news-slider__track {
		gap: 16px;
		padding-inline: 18px;
	}

	body.home .home-news .news-slider__item,
	body.home .home-event .news-slider__item {
		flex-basis: 82%;
	}
}

body.home .home-event__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
	gap: clamp(34px, 5vw, 68px);
	align-items: start;
}

body.home .home-event__main {
	min-width: 0;
}

body.home .home-event__layout .news-slider {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

body.home .home-event__layout .news-slider__track {
	padding-left: 0;
	padding-right: 0;
}

body.home .home-event__layout .news-slider__range-wrap {
	padding-left: 0;
	padding-right: 0;
}

body.home .home-event__visual {
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	align-self: start;
	justify-self: end;
	transform-origin: 50% 58%;
	animation: imv2-home-event-float 5.8s ease-in-out infinite;
	will-change: transform;
}

body.home .home-event__stack-list {
	position: relative;
	width: min(100%, 290px);
	aspect-ratio: 724 / 1024;
	margin-inline: auto;
	overflow: visible;
	touch-action: pan-y;
}

body.home .home-event__stack-card {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform-origin: 50% 88%;
	transform: translate3d(0, 0, 0) scale(0.82);
	transition:
		opacity 0.36s ease,
		filter 0.36s ease,
		transform 0.42s cubic-bezier(.2,.8,.2,1);
}

body.home .home-event__stack-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.12));
}

body.home .home-event__stack-card.is-front {
	z-index: 4;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
}

body.home .home-event__stack-card.is-back-1 {
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	filter: brightness(0.82) saturate(0.96);
	transform: translate3d(-64px, 26px, 0) scale(0.9) rotate(-7deg);
}

body.home .home-event__stack-card.is-back-2 {
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	filter: brightness(0.82) saturate(0.96);
	transform: translate3d(64px, 26px, 0) scale(0.9) rotate(7deg);
}

body.home .home-event__stack-card.is-hidden {
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(58px, 44px, 0) scale(0.8);
}

@keyframes imv2-home-event-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-0.2deg);
	}
	50% {
		transform: translate3d(0, -10px, 0) rotate(0.25deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .home-event__visual {
		animation: none;
		transform: none;
	}
	body.home .home-event__stack-card {
		transition: none;
	}
}

@media (min-width: 1024px) {
	body.home .home-event__visual {
		margin-top: -24px;
	}

	body.home .home-event__stack-list {
		transform: translateX(clamp(22px, 2.4vw, 38px));
	}
}

@media (max-width: 1023px) {
	body.home .home-event__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .home-event__visual {
		width: min(100%, 360px);
		margin: 26px auto 0;
	}

	body.home .home-event__stack-list {
		margin-inline: auto;
	}

}

@media (max-width: 767px) {
	body.home .home-event__visual {
		width: min(100%, 320px);
		margin-top: 22px;
	}

	body.home .home-event__stack-card.is-back-1 {
		transform: translate3d(-38px, 18px, 0) scale(0.9) rotate(-6deg);
	}

	body.home .home-event__stack-card.is-back-2 {
		transform: translate3d(38px, 18px, 0) scale(0.9) rotate(6deg);
	}
}

/* =========================================================
   Mobile TOP: ヒーローを静的で読みやすい構成に整理
   ========================================================= */
@media (max-width: 767px) {
	body.home .kh-hero {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: minmax(520px, calc(100svh - 60px)) !important;
		background: #fff !important;
		overflow: hidden !important;
	}

	body.home .kh-lede {
		grid-area: 1 / 1 !important;
		z-index: 3 !important;
		justify-content: end !important;
		align-self: end !important;
		justify-self: center !important;
		width: calc(100% - 44px) !important;
		margin: 0 auto 22px !important;
		padding: 22px 20px 24px !important;
		gap: 14px !important;
		background: rgba(255, 255, 255, 0.94) !important;
		border: 1px solid rgba(17, 17, 17, 0.08) !important;
		border-radius: 20px !important;
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14) !important;
		backdrop-filter: blur(10px);
		color: #111 !important;
	}

	body.home .kh-featured {
		grid-area: 1 / 1 !important;
		order: initial !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		border-radius: 0 !important;
		overflow: hidden !important;
		background: #f4f4f2 !important;
	}

	body.home .kh-featured::after {
		display: none !important;
		content: none !important;
	}

	body.home .kh-featured::before,
	body.home .kh-featured__overlay,
	body.home .kh-featured__grain,
	body.home .kh-featured__dots,
	body.home .kh-marquee,
	body.home .dot-wave {
		display: none !important;
	}

	body.home .kh-featured__img {
		transform: none !important;
		display: block !important;
		opacity: 0;
		z-index: 1;
		transition: opacity 1.35s ease-in-out !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	body.home .kh-featured__img.is-active {
		opacity: 1;
		z-index: 2;
	}

	body.home .kh-featured__img:not(.is-active) {
		display: block !important;
		opacity: 0;
	}

	body.home .kh-tag {
		font-size: 9px !important;
		letter-spacing: 0.18em !important;
		color: #111 !important;
	}

	body.home .kh-h1 {
		font-size: 30px !important;
		line-height: 1.42 !important;
		color: #111 !important;
	}

	body.home .kh-sub {
		font-size: 13px !important;
		line-height: 1.8 !important;
		color: #333 !important;
	}

	body.home .kh-cta {
		gap: 10px !important;
	}
}

@media (max-width: 380px) {
	body.home .kh-hero {
		grid-template-rows: minmax(500px, calc(100svh - 60px)) !important;
	}
}

/* =========================================================
   アーティストカード：SNSアイコンの有無で高さを変えない
   ========================================================= */
.artist-card-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.artist-card { flex: 1 1 auto; }

/* 管理画面で入力したテーマカラーを ARTIST カードのピルへ反映 */
.artist-card[data-artist] .artist-card__category {
	background: var(--artist-color, var(--pp-ink)) !important;
}
.artist-card__categories {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: flex-start;
	gap: 6px;
	margin: 0 0 10px;
}
.artist-card__categories .artist-card__category {
	margin: 0 !important;
	aspect-ratio: auto !important;
	min-height: 24px;
	white-space: nowrap;
}
.sns-icons--small {
	min-height: 36px;  /* SNSアイコンが無くてもこの高さを確保 */
}
.sns-icons--small.sns-icons--empty {
	visibility: hidden;
}

/* アーティスト一覧: 選択中カードを濃いグレー + 白文字で見やすくする */
.post-type-archive-liver .artist-card[data-artist] .artist-card__category {
	background: var(--pp-ink, #111111) !important;
	color: #ffffff !important;
}

.post-type-archive-liver .artist-card-wrap {
	transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

.post-type-archive-liver .artist-card-wrap:is(:hover, :focus-within, :active) {
	background: #2b2b2b;
	border-color: #2b2b2b;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #fff;
	border-color: rgba(194, 171, 224, 0.24);
	color: var(--pp-ink);
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap::before,
.post-type-archive-liver .artist-archive--v .artist-card-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition:
		opacity 0.3s ease,
		transform 0.45s ease;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap::before {
	background:
		radial-gradient(circle at 13% 18%, rgba(216, 142, 222, 0.22), transparent 25%),
		radial-gradient(circle at 48% 0%, rgba(234, 150, 214, 0.18), transparent 28%),
		radial-gradient(circle at 84% 76%, rgba(137, 209, 226, 0.28), transparent 30%),
		linear-gradient(135deg, #fbf7ff 0%, #fff4fb 45%, #eefbff 100%);
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap::after {
	background:
		radial-gradient(circle at 16% 28%, rgba(225, 160, 224, 0.28) 0 6px, transparent 7px),
		radial-gradient(circle at 78% 18%, rgba(138, 202, 224, 0.28) 0 10px, transparent 11px),
		radial-gradient(circle at 88% 78%, transparent 0 20px, rgba(191, 165, 225, 0.22) 21px 22px, transparent 23px);
}

.post-type-archive-liver .artist-archive--v .artist-card__image {
	background: #fff;
}

.post-type-archive-liver .artist-archive--v .artist-card__image img {
	object-fit: contain;
	object-position: center center;
	transform: none !important;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap .artist-card__name,
.post-type-archive-liver .artist-archive--v .artist-card-wrap .artist-card__debut {
	color: var(--pp-ink) !important;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) {
	background: transparent;
	border-color: rgba(194, 171, 224, 0.46);
	color: #1a1a2e;
	box-shadow:
		0 22px 54px rgba(167, 132, 205, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.68) inset;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active)::before,
.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active)::after {
	opacity: 1;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active)::after {
	transform: translate3d(8px, -6px, 0);
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__name,
.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__debut {
	color: #1a1a2e !important;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__category {
	background: rgba(255, 255, 255, 0.86) !important;
	color: #1a1a2e !important;
	box-shadow: 0 0 0 1px rgba(194, 171, 224, 0.28) inset;
}

.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) .sns-icons__link {
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 10px 24px rgba(167, 132, 205, 0.18);
}

.post-type-archive-liver .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__name,
.post-type-archive-liver .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__debut {
	color: #ffffff !important;
}

.post-type-archive-liver .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card {
	outline: none;
}

.post-type-archive-liver .artist-card:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 6px;
	border-radius: 12px;
}

.post-type-archive-liver .artist-card-wrap .sns-icons {
	align-self: center;
	justify-content: center;
	width: 100%;
}

body.home .home-artist .artist-card-wrap .sns-icons {
	align-self: center;
	justify-content: center;
	width: 100%;
}

/* HP の ARTIST は NEWS / EVENT と近い密度で 5列×2段にする */
body.home .home-artist .container {
	max-width: 1720px;
}

body.home .home-artist .artist-grid--2x2 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	max-width: none !important;
	width: 100%;
	gap: 30px !important;
	margin: 0 auto;
}

body.home .home-artist .artist-card-wrap {
	align-items: flex-start;
	text-align: left;
	padding: 10px !important;
	background: #fff !important;
	border: 1px solid #e1e1e1 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

body.home .home-artist .artist-card-wrap:is(:hover, :focus-within, :active) {
	background: #2b2b2b !important;
	border-color: #2b2b2b !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
}

body.home .home-artist .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__name,
body.home .home-artist .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__debut {
	color: #ffffff !important;
}

body.home .home-artist .artist-card {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.home .home-artist .artist-card__image {
	aspect-ratio: 4 / 3;
	border-radius: 8px !important;
	margin-bottom: 14px !important;
}

body.home .home-artist .artist-card__name {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.45;
}

body.home .home-artist .artist-card__category {
	align-self: flex-start !important;
	margin-bottom: 10px !important;
}
body.home .home-artist .artist-card__categories {
	margin-bottom: 10px !important;
}
body.home .home-artist .artist-card__categories .artist-card__category {
	margin: 0 !important;
}

/* 配信プラットフォームのピルは通常時から白地 + 黒文字で統一 */
.artist-card .artist-card__category,
.artist-card[data-artist] .artist-card__category,
.artist-card__categories .artist-card__category,
.artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__category,
.artist-card:is(:hover, :focus, :focus-visible, :focus-within, :active) .artist-card__category,
.post-type-archive-liver .artist-card[data-artist] .artist-card__category,
.post-type-archive-liver .artist-archive--v .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__category,
body.home .home-artist .artist-card__category,
body.home .home-artist .artist-card__categories .artist-card__category {
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.14) inset !important;
}

body.home .home-artist .artist-card-wrap .sns-icons {
	align-self: center;
	justify-content: center;
	width: 100%;
	margin-top: 8px;
}

body.home .home-artist .artist-card-wrap .sns-icons__link {
	width: 30px !important;
	height: 30px !important;
	flex-basis: 30px !important;
}

body.home .home-artist .artist-card-wrap .sns-icons__img {
	width: 30px !important;
	height: 30px !important;
}

@media (max-width: 1023px) {
	body.home .home-artist .artist-grid--2x2 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 24px !important;
	}
}

@media (max-width: 767px) {
	body.home .home-artist .artist-grid--2x2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px 16px !important;
	}
	body.home .home-artist .artist-grid--2x2 .artist-card-wrap:nth-child(n+7) {
		display: none !important;
	}

	body.home .home-artist .artist-card-wrap .sns-icons__link {
		width: 26px !important;
		height: 26px !important;
		flex-basis: 26px !important;
	}

	body.home .home-artist .artist-card-wrap .sns-icons__img {
		width: 26px !important;
		height: 26px !important;
	}
}

/* アーティストカード内の SNS アイコンは名前下に控えめに表示 */
.artist-card-wrap .sns-icons {
	gap: 8px !important;
}
.artist-card-wrap .sns-icons__link {
	width: 30px !important;
	height: 30px !important;
	flex: 0 0 30px;
}
.artist-card-wrap .sns-icons__img {
	width: 30px !important;
	height: 30px !important;
}

@media (max-width: 767px) {
.artist-card-wrap .sns-icons {
	gap: 6px !important;
}
	.artist-card-wrap .sns-icons__link {
		width: 26px !important;
		height: 26px !important;
		flex-basis: 26px;
	}
	.artist-card-wrap .sns-icons__img {
		width: 26px !important;
		height: 26px !important;
	}
}

/* =========================================================
   配信プラットフォーム：アプリアイコン（角丸 + 影）
   ========================================================= */
.follow-btn--app {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 80px !important;
	height: 80px !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 18px !important;
	overflow: hidden;
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.12),
		0 1px 3px rgba(0, 0, 0, 0.08) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.follow-btn--app img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.follow-btn--app:hover {
	transform: translateY(-2px);
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.16),
		0 2px 6px rgba(0, 0, 0, 0.10) !important;
}
@media (max-width: 767px) {
	.follow-btn--app { width: 64px !important; height: 64px !important; border-radius: 14px !important; }
}

/* =========================================================
   SNS リンクアイコン：円形クロップ / 影なし
   ========================================================= */
.sns-icons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	box-shadow: none !important;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.sns-icons__link:hover {
	transform: translateY(-2px);
	opacity: 0.85;
}
.sns-icons__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
/* large サイズ（アーティスト個別ページ用） */
.sns-icons--large .sns-icons__link {
	width: 56px;
	height: 56px;
}
@media (max-width: 767px) {
	.sns-icons--large .sns-icons__link { width: 48px; height: 48px; }
}

/* =========================================================
   アーティスト個別ページ：新レイアウト
   ========================================================= */
.artist-page {
	padding: 56px 0 80px;
	background: #fff;
}

body.single-liver,
body.single-liver .site-main,
body.single-liver .artist-page,
body.single-liver .artist-links-section,
body.single-liver .artist-nav-section {
	background: #fff !important;
}
.artist-nav__item--prev {
	grid-column: 1;
}
.artist-nav__item--next {
	grid-column: 2;
}

/* ヘッダー（ARTIST + プラットフォーム + 点線） */
.artist-page__head {
	margin-bottom: 36px;
}
.artist-page__label {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	font-family: var(--pp-font-num);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: 0.06em;
	color: var(--artist-color, #111);
	text-transform: uppercase;
}
.artist-page__platform {
	display: inline-flex;
	align-items: center;
	background: var(--artist-color, #111);
	color: #fff;
	font-family: var(--pp-font-num);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 6px 14px;
	border-radius: 999px;
}
.artist-page__rule {
	flex: 1 1 auto;
	height: 0;
	border-top: 2px dotted var(--artist-color, #111);
	margin-left: 8px;
}

/* プロフィール（2カラム） */
.artist-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
	gap: 64px;
	align-items: start;
	margin-bottom: 56px;
}
.artist-page__media {
	width: 100%;
	position: sticky;
	top: 96px;
	align-self: start;
}
.admin-bar .artist-page__media {
	top: 128px;
}
.artist-page__image {
	margin: 0;
	height: min(72vh, 760px);
	min-height: 520px;
	background: #f4f4f2;
	border-radius: 14px;
	overflow: hidden;
}
.artist-page__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.artist-page__profile {
	min-width: 0;
	padding-top: 8px;
	text-align: left;
}
.artist-page__profile,
.artist-page__profile * { text-align: left; }
.artist-page__name {
	font-family: var(--pp-font-serif);
	font-size: clamp(34px, 4.8vw, 64px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: var(--pp-ink);
	margin: 0 0 6px;
	transform: translateX(-0.12em);
	width: calc(100% + 0.12em);
	white-space: nowrap;
	word-break: keep-all;
}
.artist-page[data-liver="misojikouonniki"] .artist-page__name {
	font-size: clamp(28px, 3.25vw, 48px);
	letter-spacing: -0.02em;
	transform: none;
	width: 100%;
}
.artist-page__sub {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	color: var(--pp-mute);
	letter-spacing: 0.12em;
	margin: 0 0 24px;
}
.artist-page__name-en {
	font-family: var(--pp-font-num);
	font-size: 13px;
	letter-spacing: 0.16em;
	color: var(--artist-color, var(--pp-mute));
	margin: 0 0 16px;
}
.artist-page__catch {
	font-family: var(--pp-font-jp);
	font-size: 16px;
	font-weight: 500;
	color: var(--pp-ink);
	margin: 0 0 16px;
	line-height: 1.7;
}
.artist-page__body {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	line-height: 2;
	color: var(--pp-ink);
	margin: 0 0 24px;
	max-width: 720px;
	overflow-wrap: anywhere;
}
.artist-page__body > *:first-child { margin-top: 0; }
.artist-page__body > *:last-child { margin-bottom: 0; }
.artist-page__body p { margin: 0 0 12px; }
.artist-page__body :where(h1, h2, h3, h4, h5, h6) {
	font-family: var(--pp-font-serif);
	font-weight: 700;
	line-height: 1.35;
	color: inherit;
	margin: 24px 0 12px;
	letter-spacing: 0.04em;
}
.artist-page__body h1 { font-size: clamp(30px, 3.4vw, 44px); }
.artist-page__body h2 { font-size: clamp(28px, 3vw, 40px); }
.artist-page__body h3 { font-size: clamp(22px, 2.4vw, 30px); }
.artist-page__body h4 { font-size: clamp(18px, 2vw, 24px); }
.artist-page__body :where(.has-large-font-size, .has-x-large-font-size) {
	line-height: 1.45;
}
.artist-page__body a {
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
.artist-page__body a:hover,
.artist-page__body a:focus-visible {
	color: var(--artist-color, var(--pp-red));
}
.artist-page__body-youtube {
	margin: 16px 0 18px;
	max-width: 560px;
}
.artist-page__body-music {
	margin: 16px 0 18px;
	max-width: 720px;
}
.artist-page__body-youtube .artist-page__youtube-frame {
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(0,0,0,0.12);
}
.artist-page__meta {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 6px 16px;
	font-family: var(--pp-font-jp);
	font-size: 13px;
	margin: 24px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
}
.artist-page__meta dt {
	color: var(--pp-mute);
	font-weight: 700;
	letter-spacing: 0.1em;
}
.artist-page__meta dd { margin: 0; color: var(--pp-ink); }

/* Apple Music 埋め込み（中央配置） */
.artist-page__music {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.artist-page__music iframe {
	width: min(720px, 100%) !important;
	max-width: 720px;
	border: 0;
	border-radius: 12px;
	display: block;
}
.artist-page__audio { width: 100%; display: block; }

/* LINKS セクション（2グループ） */
.artist-links-section {
	padding: 56px 0 80px;
	background: #fff;
}
.artist-links-section .artist-link-group__circle {
	background: #fff;
}
.artist-links-section__heading {
	text-align: center;
	margin-bottom: 40px;
}
.artist-links-section__title {
	font-family: var(--pp-font-num);
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #111;
	margin: 0 0 10px;
}
.artist-links-section__sub {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	color: var(--pp-mute);
	letter-spacing: 0.08em;
	margin: 0;
}
.artist-links-section__groups {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	max-width: 820px;
	margin: 0 auto;
}
.artist-link-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.artist-link-group__label {
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--pp-ink);
	margin: 0;
	text-transform: uppercase;
}
.artist-link-group__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 280px;
	height: 280px;
	background: #fff;
	border-radius: 50%;
	box-shadow:
		0 4px 18px rgba(0,0,0,0.06),
		0 1px 4px rgba(0,0,0,0.04);
	padding: 24px;
}
.artist-link-group--stream .artist-link-group__circle,
.artist-link-group--sns .artist-link-group__circle {
	width: 240px;
	height: 240px;
}
.artist-link-group__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
}
.artist-link-group__icon:hover { opacity: 0.78; }
.artist-link-group__icon--app {
	width: 64px;
	height: 64px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow:
		0 4px 10px rgba(0, 0, 0, 0.14),
		0 1px 3px rgba(0, 0, 0, 0.08);
}
.artist-link-group__icon--app img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.artist-link-group__icon--sns {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
}
.artist-link-group__icon--sns img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

/* レスポンシブ */
@media (max-width: 1023px) {
	.artist-page__grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr); gap: 40px; }
	.artist-page__media { top: 88px; }
	.admin-bar .artist-page__media { top: 120px; }
	.artist-page__image { min-height: 460px; }
	.artist-link-group__circle { width: 240px; height: 240px; gap: 12px; }
	.artist-link-group--stream .artist-link-group__circle,
	.artist-link-group--sns .artist-link-group__circle { width: 220px; height: 220px; }
	.artist-link-group__icon--app { width: 56px; height: 56px; border-radius: 12px; }
	.artist-link-group__icon--sns { width: 48px; height: 48px; }
}
@media (max-width: 767px) {
	.artist-page { padding: 36px 0 56px; }
	.artist-page__grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 36px; }
	.artist-page__media { position: static; }
	.artist-page__image {
		height: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}
	.artist-page__name { font-size: clamp(28px, 8vw, 34px); }
	.artist-page__name {
		max-width: 100%;
		transform: translateX(-0.08em);
		width: calc(100% + 0.08em);
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
		line-break: strict;
		text-wrap: balance;
	}
	.artist-page[data-liver="misojikouonniki"] .artist-page__name {
		font-size: clamp(18px, 4.9vw, 22px);
		letter-spacing: -0.045em;
		transform: none;
		width: 100%;
		white-space: nowrap;
		overflow-wrap: normal;
		word-break: keep-all;
		text-wrap: nowrap;
	}
	.artist-page__label { font-size: 24px; gap: 10px; }
	.artist-page__platform { font-size: 11px; padding: 4px 10px; }
	.artist-links-section { padding: 40px 0 56px; }
	.artist-links-section__groups { gap: 24px; }
	.artist-link-group__circle { width: 200px; height: 200px; gap: 10px; padding: 18px; }
	.artist-link-group__icon--app { width: 48px; height: 48px; border-radius: 10px; }
	.artist-link-group__icon--sns { width: 44px; height: 44px; }
}

/* =========================================================
   page-header の英字タイトル後ろにつく横線を全ページで削除
   ========================================================= */
.page-header__rule { display: none !important; }

/* =========================================================
   下層ページヘッダー：中央配置版
   ========================================================= */
.page-header--detail {
	padding: 64px 0 56px !important;
	background: #fff !important;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #e5e5e5;
	text-align: center !important;
}
.page-header--detail .container,
.contact-header .container {
	text-align: center !important;
}
.page-header--detail .page-header__en,
.contact-header .page-header__en,
.news-single-header .page-header__en {
	display: block !important;
	font-family: var(--pp-font-num), sans-serif;
	font-size: clamp(56px, 8vw, 96px) !important;
	font-weight: 900 !important;
	line-height: 0.95 !important;
	letter-spacing: 0.02em !important;
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	background: none !important;
	margin: 0 auto 18px !important;
	text-align: center !important;
}
.page-header--detail .page-header__jp,
.contact-header .page-header__jp,
.news-single-header .page-header__jp {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--pp-font-jp);
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #111 !important;
	margin: 0 !important;
	text-align: center !important;
}
.page-header--detail .page-header__jp::before,
.page-header--detail .page-header__jp::after,
.contact-header .page-header__jp::before,
.contact-header .page-header__jp::after,
.news-single-header .page-header__jp::before,
.news-single-header .page-header__jp::after {
	content: "";
	width: 18px;
	height: 1px;
	background: currentColor;
}
.event-header .page-header__en {
	font-size: clamp(44px, 7vw, 82px) !important;
	letter-spacing: 0.01em !important;
	white-space: nowrap;
	max-width: 100%;
}
.interview-header .page-header__en {
	font-size: clamp(44px, 7vw, 82px) !important;
	letter-spacing: 0.01em !important;
	white-space: nowrap;
	max-width: 100%;
}
.about-header .page-header__en {
	font-size: clamp(44px, 7vw, 82px) !important;
	letter-spacing: 0.01em !important;
	white-space: nowrap;
	max-width: 100%;
}
.compliance-header .page-header__en {
	font-size: clamp(42px, 6.2vw, 76px) !important;
	letter-spacing: 0.005em !important;
	white-space: nowrap;
	max-width: 100%;
}
@media (max-width: 767px) {
	.page-header--detail {
		padding: 42px 0 36px !important;
	}
	.page-header--detail .page-header__en,
	.contact-header .page-header__en,
	.news-single-header .page-header__en {
		font-size: clamp(42px, 15vw, 64px) !important;
		margin-bottom: 12px !important;
	}
	.event-header .page-header__en {
		font-size: clamp(34px, 11vw, 46px) !important;
	}
	.interview-header .page-header__en {
		font-size: clamp(33px, 10.5vw, 44px) !important;
	}
	.about-header .page-header__en {
		font-size: clamp(34px, 11vw, 46px) !important;
	}
	.compliance-header .page-header__en {
		font-size: clamp(29px, 9vw, 36px) !important;
	}
	.page-header--detail .page-header__jp,
	.contact-header .page-header__jp,
	.news-single-header .page-header__jp {
		font-size: 14px !important;
	}
}

/* =========================================================
   V部門一覧ヘッダー：Linear風の淡いTALENT背景
   ========================================================= */
.page-header--liver-v {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 0;
	padding: 64px 0 56px !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	background: linear-gradient(115deg, #fbf7ff 0%, #fff4fb 43%, #eefbff 100%) !important;
}
.page-header--detail.page-header--liver-v {
	border-bottom: 1px solid transparent !important;
}
.page-header--liver-v::before,
.page-header--liver-v::after {
	content: none !important;
	display: none !important;
}
.page-header--liver-v::before {
	content: "♪";
	position: absolute;
	left: 9%;
	top: 24%;
	z-index: -1;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: clamp(22px, 2.8vw, 42px);
	font-weight: 800;
	line-height: 1;
	color: rgba(225, 160, 224, 0.28);
	text-shadow:
		30vw -2vw 0 rgba(198, 132, 220, 0.18),
		67vw 2vw 0 rgba(134, 182, 226, 0.26),
		84vw 9vw 0 rgba(225, 160, 224, 0.18);
	transform: rotate(-12deg);
	white-space: nowrap;
	pointer-events: none;
	animation: imv2-v-note-float-a 7.5s ease-in-out infinite;
}
.page-header--liver-v::after {
	content: "♫";
	position: absolute;
	right: 12%;
	top: 18%;
	z-index: -1;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: clamp(26px, 3.4vw, 54px);
	font-weight: 800;
	line-height: 1;
	color: rgba(134, 182, 226, 0.24);
	text-shadow:
		-20vw 9vw 0 rgba(225, 160, 224, 0.20),
		-52vw 4vw 0 rgba(198, 132, 220, 0.16),
		-74vw 11vw 0 rgba(134, 182, 226, 0.18);
	transform: rotate(10deg);
	white-space: nowrap;
	pointer-events: none;
	animation: imv2-v-note-float-b 8.8s ease-in-out infinite;
}
@keyframes imv2-v-note-float-a {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-12deg); }
	35% { transform: translate3d(4px, -3px, 0) rotate(-11deg); }
	70% { transform: translate3d(-3px, 3px, 0) rotate(-13deg); }
}
@keyframes imv2-v-note-float-b {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(10deg); }
	40% { transform: translate3d(-4px, 3px, 0) rotate(11deg); }
	75% { transform: translate3d(3px, -3px, 0) rotate(9deg); }
}
@media (prefers-reduced-motion: reduce) {
	.page-header--liver-v::before,
	.page-header--liver-v::after {
		animation: none !important;
	}
}
.page-header--liver-v .container {
	position: relative;
	z-index: 1;
}
.page-header--liver-v .page-header__breadcrumb {
	display: block;
}
.page-header--liver-v .page-header__en {
	display: inline-block !important;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: clamp(56px, 8vw, 96px) !important;
	font-weight: 800 !important;
	line-height: 0.95 !important;
	letter-spacing: 0.02em !important;
	background: linear-gradient(90deg, #e179cf 0%, #c684dc 42%, #86b6e2 100%) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	text-shadow: 0 18px 44px rgba(167, 132, 205, 0.15);
	margin-bottom: 18px !important;
}
.page-header--liver-v .page-header__rule {
	display: none !important;
}
.page-header--liver-v .page-header__jp {
	color: rgba(26, 26, 46, 0.58) !important;
	font-size: 15px !important;
	font-weight: 500;
	letter-spacing: 0.18em;
}
.page-header--liver-v .page-header__jp::before,
.page-header--liver-v .page-header__jp::after {
	display: block !important;
}

@media (max-width: 767px) {
	.page-header--liver-v {
		min-height: 0;
		padding: 42px 0 36px !important;
	}
	.page-header--liver-v::before {
		font-size: 112px;
		letter-spacing: 0.06em;
	}
	.page-header--liver-v .page-header__en {
		font-size: clamp(42px, 15vw, 64px) !important;
		letter-spacing: 0.02em !important;
		margin-bottom: 12px !important;
	}
	.page-header--liver-v .page-header__jp {
		font-size: 13px !important;
	}
}

.artist-link-group__circle {
	overflow: hidden;
}
.artist-link-group__icon {
	transition: opacity 0.2s ease;
	transform-origin: center center;
}

/* =========================================================
   Apple Music セクションを上下等間隔に
   ========================================================= */
.artist-page__grid { margin-bottom: 80px !important; }
.artist-page__music {
	width: 100%;
	max-width: none;
	margin: 0 auto 80px !important;
	display: flex;
	justify-content: center;
}
.artist-page__music-stack {
	width: min(720px, 100%);
	display: grid;
	gap: 24px;
	align-items: center;
}
.artist-page__music-stack > iframe {
	width: 100% !important;
	max-width: none;
}
.artist-page__music-track {
	display: grid;
	gap: 10px;
	min-width: 0;
}
.artist-page__music-track > iframe {
	width: 100% !important;
	max-width: none;
}
.artist-page__music-title,
.artist-page__youtube-label {
	display: block;
	width: fit-content;
	margin: 0 0 12px;
	padding: 0 0 10px;
	font-family: var(--pp-font-jp);
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.04em;
	color: #111111;
}
.artist-page__music-title::before,
.artist-page__youtube-label::before {
	content: none;
}
.artist-page__music-title::after,
.artist-page__youtube-label::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin-top: 8px;
	border-radius: 999px;
	background: var(--artist-color, #ef4444);
}
.artist-page__music-stack:has(> iframe):has(.artist-page__youtube),
.artist-page__music-stack:has(> audio):has(.artist-page__youtube),
.artist-page__music-stack:has(> .artist-page__music-link):has(.artist-page__youtube),
.artist-page__music-stack:has(.artist-page__music-track):has(.artist-page__youtube) {
	width: min(1120px, 100%);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(24px, 3vw, 40px);
	align-items: start;
}
.artist-page__music-stack:has(.artist-page__music-track):has(.artist-page__youtube) .artist-page__music-track {
	height: auto;
	grid-template-rows: auto auto;
}
.artist-page__music-stack:has(.artist-page__music-track):has(.artist-page__youtube) .artist-page__music-track > iframe {
	aspect-ratio: auto;
	height: 175px !important;
	min-height: 175px;
}
.artist-page__music-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-family: var(--pp-font-jp);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.artist-page__youtube {
	display: grid;
	gap: 10px;
	grid-template-rows: auto auto;
	height: auto;
}
.artist-page__youtube-frame {
	aspect-ratio: 16 / 9;
	height: auto;
	overflow: hidden;
	border-radius: 18px;
	background: #000;
	box-shadow: 0 18px 48px rgba(0,0,0,0.14);
}
.artist-page__youtube-frame iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	border: 0;
	border-radius: 0;
	display: block;
}
.artist-page__youtube-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-family: var(--pp-font-jp);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
/* music が存在する artist-page の下余白を 0 にして LINKS との重複を回避 */
.artist-page { padding-bottom: 0 !important; }
.artist-links-section { padding-top: 0 !important; }
.artist-links-section__heading {
	padding-top: 80px;       /* 上余白を等間隔に */
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.artist-page__grid { margin-bottom: 56px !important; }
	.artist-page__music { margin-bottom: 56px !important; }
	.artist-page__music-stack:has(> iframe):has(.artist-page__youtube),
	.artist-page__music-stack:has(> audio):has(.artist-page__youtube),
	.artist-page__music-stack:has(> .artist-page__music-link):has(.artist-page__youtube),
	.artist-page__music-stack:has(.artist-page__music-track):has(.artist-page__youtube) {
		width: min(720px, 100%);
		grid-template-columns: 1fr;
		align-items: center;
	}
	.artist-page__music-stack:has(.artist-page__music-track):has(.artist-page__youtube) .artist-page__music-track > iframe {
		height: 175px !important;
		aspect-ratio: auto;
		min-height: 175px;
	}
	.artist-links-section__heading { padding-top: 56px; }
}

/* =========================================================
   NEWS 個別記事：SNS シェアボタン
   ========================================================= */
.news-share {
	margin: 36px 0 0;
	padding-top: 28px;
	border-top: 1px solid #e5e5e5;
}
.news-share__label {
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--pp-mute);
	margin: 0 0 14px;
	text-transform: uppercase;
}
.news-share__buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.news-share__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	background:
		radial-gradient(circle at 18% 102%, #feda75 0 18%, transparent 34%),
		linear-gradient(135deg, #feda75 0%, #fa7e1e 22%, #d62976 52%, #962fbf 74%, #4f5bd5 100%);
	color: #fff;
	font-family: var(--pp-font-jp);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(214, 41, 118, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.news-share__btn:hover,
.news-share__btn:focus-visible {
	transform: translateY(-2px);
	color: #fff;
	filter: saturate(1.08) brightness(1.03);
	box-shadow: 0 14px 30px rgba(150, 47, 191, 0.28);
}
.news-share__btn--x {
	border-color: #000;
	background: #000;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.news-share__btn--x:hover,
.news-share__btn--x:focus-visible {
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}
.news-share__btn--line {
	border-color: #06c755;
	background: #06c755;
	box-shadow: 0 10px 24px rgba(6, 199, 85, 0.22);
}
.news-share__btn--line:hover,
.news-share__btn--line:focus-visible {
	box-shadow: 0 14px 30px rgba(6, 199, 85, 0.30);
}
.news-share__btn svg { display: block; }

@media (max-width: 767px) {
	.news-share__buttons {
		flex-wrap: nowrap;
		gap: 6px;
		width: 100%;
	}
	.news-share__btn {
		flex: 1 1 0;
		justify-content: center;
		min-width: 0;
		gap: 5px;
		padding: 9px 7px;
		font-size: 11px;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}
	.news-share__btn svg {
		width: 18px;
		height: 18px;
		flex: 0 0 auto;
	}
}

.news-share__toast {
	position: fixed;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%) translateY(20px);
	background: #111;
	color: #fff;
	padding: 12px 24px;
	border-radius: 999px;
	font-size: 13px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 1000;
}
.news-share__toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* =========================================================
   公式LINE 固定リンク
   ========================================================= */
.fixed-line-link {
	position: fixed;
	right: max(24px, env(safe-area-inset-right));
	bottom: max(24px, env(safe-area-inset-bottom));
	z-index: 9999;
	display: block;
	width: clamp(112px, 8.6vw, 148px);
	aspect-ratio: 1 / 1;
	padding: 10px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.20),
		0 4px 12px rgba(0, 0, 0, 0.10);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.fixed-line-link:hover,
.fixed-line-link:focus-visible {
	transform: translateY(-3px) scale(1.03);
	background: #fff;
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.26),
		0 6px 16px rgba(0, 0, 0, 0.12);
}
.fixed-line-link img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	border-radius: 18px;
}
body.menu-open .fixed-line-link,
body:has(.mobile-menu.is-open) .fixed-line-link,
body:has(.kh-mobile-menu.is-open) .fixed-line-link {
	display: none !important;
	pointer-events: none !important;
}
@media (max-width: 767px) {
	.fixed-line-link {
		right: max(12px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
		width: 108px;
		padding: 7px;
		border-radius: 20px;
	}
	.footer {
		padding-bottom: calc(152px + env(safe-area-inset-bottom)) !important;
	}
}

/* アーティスト名の直下にSNSアイコン、その下にDEBUTを固定 */
.artist-card-wrap .sns-icons {
	order: 4;
	margin-top: 6px !important;
	margin-bottom: 6px;
}

.artist-card-wrap .artist-card__name {
	font-size: 19px !important;
	font-weight: 700 !important;
}

.artist-card__debut {
	order: 5 !important;
}

@media (max-width: 767px) {
	.artist-card-wrap .artist-card__name {
		font-size: 16px !important;
	}
}

/* =========================================================
   ARTIST archive: 通常 / V 部門切り替え
   ========================================================= */
.artist-division-tabs {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 12px;
}
.artist-division-tabs__item {
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	padding: 12px 20px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #242424;
	font-family: var(--pp-font-jp);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	white-space: nowrap;
	transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}
.artist-division-tabs__item:is(:hover, :focus-visible),
.artist-division-tabs__item.is-active {
	background: #202020;
	border-color: #202020;
	color: #fff;
	transform: translateY(-2px);
}
.artist-division-note {
	margin: 0 0 38px;
	text-align: center;
	font-family: var(--pp-font-jp);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: rgba(17, 17, 17, 0.38);
}
.artist-division-empty {
	margin: 40px 0 0;
	text-align: center;
	font-family: var(--pp-font-jp);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--pp-mute);
}
.post-type-archive-liver [data-artist-division-grid] [hidden],
.post-type-archive-liver .artist-card-wrap[hidden],
.post-type-archive-liver .artist-division-empty[hidden] {
	display: none !important;
}
@media (max-width: 767px) {
	.artist-division-tabs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		gap: 6px;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.artist-division-note {
		margin-bottom: 24px;
		font-size: 11px;
	}
	.artist-division-tabs__item {
		min-width: 0;
		width: 100%;
		padding: 10px 4px;
		font-size: clamp(9px, 2.55vw, 11px);
		letter-spacing: 0;
	}
}

/* =========================================================
   ARTIST LINKS: SNS は拡大なし、SP は横並びで整理
   ========================================================= */
.artist-link-group__icon--sns.is-hovered,
.artist-link-group__icon--sns:is(:hover, :focus-visible) {
	filter: none;
	transform: none !important;
}
@media (max-width: 767px) {
	.artist-links-section__groups {
		align-items: stretch;
	}
	.artist-link-group {
		width: 100%;
	}
	.artist-link-group--sns .artist-link-group__circle {
		width: 100%;
		max-width: 280px;
		height: auto;
		min-height: 78px;
		border-radius: 28px;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 16px;
		margin-inline: auto;
	}
	.artist-link-group--sns .artist-link-group__icon--sns {
		width: 50px;
		height: 50px;
	}
	.artist-link-group--stream .artist-link-group__circle {
		width: 100%;
		max-width: 280px;
		height: auto;
		min-height: 78px;
		border-radius: 28px;
		margin-inline: auto;
	}
}

/* =========================================================
   V 部門アーティスト個人ページ
   ========================================================= */
.artist-page--v {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: linear-gradient(115deg, #fbf7ff 0%, #fff4fb 43%, #eefbff 100%) !important;
	color: #1a1a2e;
	padding-top: 86px !important;
}
.artist-page--v::before {
	content: "♪";
	position: absolute;
	left: 9%;
	top: 16%;
	z-index: -1;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: clamp(22px, 2.8vw, 42px);
	font-weight: 800;
	line-height: 1;
	color: rgba(225, 160, 224, 0.28);
	text-shadow:
		30vw -2vw 0 rgba(198, 132, 220, 0.18),
		67vw 2vw 0 rgba(134, 182, 226, 0.26),
		84vw 9vw 0 rgba(225, 160, 224, 0.18);
	transform: rotate(-12deg);
	white-space: nowrap;
	pointer-events: none;
	animation: imv2-v-note-float-a 7.5s ease-in-out infinite;
}
.artist-page--v::after {
	content: "♫";
	position: absolute;
	right: 12%;
	top: 12%;
	z-index: -1;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: clamp(26px, 3.4vw, 54px);
	font-weight: 800;
	line-height: 1;
	color: rgba(134, 182, 226, 0.24);
	text-shadow:
		-20vw 9vw 0 rgba(225, 160, 224, 0.20),
		-52vw 4vw 0 rgba(198, 132, 220, 0.16),
		-74vw 11vw 0 rgba(134, 182, 226, 0.18);
	transform: rotate(10deg);
	white-space: nowrap;
	pointer-events: none;
	animation: imv2-v-note-float-b 8.8s ease-in-out infinite;
}
.artist-page--v > .container {
	position: relative;
	z-index: 1;
}
@keyframes imv2-v-ambient {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-88px, 0, 0); }
}
.artist-page--v .artist-page__head {
	margin-bottom: 54px;
}
.artist-page--v .artist-page__label-text {
	display: inline-block;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	background: linear-gradient(135deg, #c8a0e6 0%, #e87bc5 40%, #5ed0d5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent !important;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.artist-page--v .artist-page__platform {
	background: rgba(240, 236, 255, 0.9) !important;
	color: #1a1a2e !important;
	box-shadow: none;
}
.artist-page--v .artist-page__rule {
	display: none !important;
	border: 0 !important;
	background: none !important;
}
.artist-page--v .artist-page__grid {
	align-items: start;
}
.artist-page--v .artist-page__image {
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.72);
	border: 0;
	box-shadow: none;
}
.artist-page--v .artist-page__image img {
	object-fit: contain;
	object-position: center bottom;
	filter: none;
}
.artist-page--v .artist-page__profile {
	padding: 8px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}
.artist-page--v .artist-page__name,
.artist-page--v .artist-page__name-en,
.artist-page--v .artist-page__body,
.artist-page--v .artist-page__body p,
.artist-page--v .artist-page__meta dd {
	color: #1a1a2e !important;
}
.artist-page--v .artist-page__name {
	text-shadow: none;
}
.artist-page--v .artist-page__name-en,
.artist-page--v .artist-page__meta dt {
	color: rgba(26, 26, 46, 0.58) !important;
}
.artist-page--v .artist-page__body {
	border: 0 !important;
}
.artist-page--v .artist-page__meta {
	border: 0 !important;
	padding-top: 0;
}
.artist-page--v + .artist-links-section {
	background:
		linear-gradient(135deg, #faf8ff 0%, #fff5fb 48%, #eef9fb 100%) !important;
	color: #1a1a2e;
}
.artist-page--v + .artist-links-section .artist-links-section__title,
.artist-page--v + .artist-links-section .artist-link-group__label {
	color: #1a1a2e;
}
.artist-page--v + .artist-links-section .artist-links-section__sub {
	color: rgba(26, 26, 46, 0.58);
}
.artist-page--v + .artist-links-section .artist-link-group__circle {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(200, 160, 230, 0.2);
	box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
	.artist-page--v::before,
	.artist-page--v::after {
		animation: none !important;
	}
}
@media (max-width: 767px) {
	.artist-page--v {
		padding-top: 48px !important;
	}
	.artist-page--v::before {
		font-size: 112px;
		letter-spacing: 0.06em;
	}
	.artist-page--v .artist-page__profile {
		padding: 8px 0 0;
		border-radius: 0;
	}
	.artist-page--v .artist-page__image {
		border-radius: 22px;
	}
}

/* =========================================================
   INTERVIEW
   ========================================================= */
.interview-archive {
	background: #fff;
}
.interview-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 0 56px;
}
.interview-filter .filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #111111;
}
.interview-filter .filter-btn:hover,
.interview-filter .filter-btn.is-active {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}
.interview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 32px;
}
.interview-card {
	display: grid;
	grid-template-rows: auto 1fr;
	color: var(--pp-ink);
	text-decoration: none;
}
.interview-card__image {
	aspect-ratio: 4 / 5;
	margin: 0 0 22px;
	overflow: hidden;
	background: #f2f2f2;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.interview-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(18%);
	transition: transform 0.6s ease, filter 0.3s ease;
}
.interview-card:hover .interview-card__image img {
	transform: scale(1.04);
	filter: grayscale(0%);
}
.interview-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.interview-card__type {
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--pp-mute);
	text-transform: uppercase;
	margin: 0 0 12px;
}
.interview-card__title {
	font-family: var(--pp-font-serif);
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
	color: var(--pp-ink);
	margin: 0 0 16px;
}
.interview-card__excerpt {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	line-height: 1.9;
	color: #555;
	margin: 0 0 22px;
}
.interview-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #dedede;
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #777;
}
.interview-empty {
	text-align: center;
	color: var(--pp-mute);
	font-family: var(--pp-font-jp);
}
.home-interview__range {
	display: none;
}

body.home .home-interview__track.news-grid--slider {
	display: flex !important;
	grid-template-columns: none !important;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

body.home .home-interview__track.news-grid--slider .news-card {
	flex: 0 0 calc((100% - 64px) / 3);
	min-width: 0;
	max-width: none;
	scroll-snap-align: start;
}

.interview-single {
	background: #fff;
	color: var(--pp-ink);
}
.interview-single__hero {
	padding: clamp(44px, 6vw, 82px) 0 0;
	text-align: center;
	border-bottom: 0;
}
.interview-single__hero-inner {
	width: 100%;
	max-width: 1180px;
	text-align: center;
}
.interview-single__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 clamp(28px, 4vw, 42px);
	font-family: var(--pp-font-jp);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7;
	color: #858585;
	text-align: left;
}
.interview-single__breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.interview-single__breadcrumb a:hover,
.interview-single__breadcrumb a:focus-visible {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.interview-single__breadcrumb span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.interview-single__kicker {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 0 0 22px;
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--pp-mute);
	text-transform: uppercase;
}
.interview-single__title {
	width: 100%;
	max-width: min(1120px, calc(100vw - 96px));
	margin: 0 auto;
	font-family: var(--pp-font-serif);
	font-size: clamp(34px, 3vw, 50px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0.02em;
	text-align: center;
	white-space: normal;
	text-wrap: balance;
	overflow-wrap: anywhere;
}
.interview-single__lead {
	max-width: 720px;
	margin: clamp(22px, 3vw, 34px) auto 0;
	font-family: var(--pp-font-jp);
	font-size: 16px;
	line-height: 2;
	color: #555;
	letter-spacing: 0.04em;
}
.interview-single__credit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin: clamp(22px, 3vw, 34px) 0 0;
	font-family: var(--pp-font-num);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	color: #777;
	text-transform: uppercase;
}
.interview-single__credit span + span::before {
	content: "/";
	margin-right: 18px;
	color: #c9c9c9;
}
.interview-single__artist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 8px 18px;
	border: 1px solid #111;
	border-radius: 999px;
	color: #111;
	font-family: var(--pp-font-jp);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.interview-single__artist:hover,
.interview-single__artist:focus-visible {
	background: #111;
	color: #fff;
	border-color: #111;
}
.interview-single__visual {
	position: relative;
	width: 100%;
	max-width: 1120px;
	aspect-ratio: 16 / 9;
	margin: clamp(38px, 5vw, 64px) auto 0;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(17, 17, 17, 0.08);
	background: #f2f2f2;
	display: block;
}
.interview-single__visual::before {
	position: absolute;
	inset: -24px;
	display: block;
	content: "";
	background-image: var(--interview-visual-bg);
	background-position: center;
	background-size: cover;
	filter: blur(22px) saturate(1.08);
	opacity: 0.58;
	transform: scale(1.08);
}
.interview-single__visual::after {
	position: absolute;
	inset: 0;
	display: block;
	content: "";
	background: rgba(255, 255, 255, 0.22);
}
.interview-single__visual img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: none;
	display: block;
}
.interview-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(240px, 300px);
	gap: clamp(52px, 7vw, 88px);
	justify-content: center;
	max-width: 1180px;
	padding-top: clamp(56px, 7vw, 92px);
	padding-bottom: clamp(84px, 11vw, 144px);
	align-items: start;
	position: relative;
}
.interview-single__content {
	max-width: 720px;
	min-width: 0;
}
.interview-single__type {
	display: inline-flex;
	margin: 0 0 34px;
	padding: 6px 14px;
	background: #111;
	color: #fff;
	border-radius: 999px;
	font-family: var(--pp-font-jp);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.interview-single__body {
	display: grid;
	gap: clamp(32px, 4vw, 48px);
	font-family: var(--pp-font-jp);
	font-size: 16px;
	line-height: 2.08;
	letter-spacing: 0.04em;
	color: #202020;
}
.interview-content-section {
	margin: 0 !important;
	padding: 0;
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
	scroll-margin-top: 110px;
}
.interview-content-section:nth-child(even) {
	background: transparent;
}
.interview-content-section > :first-child {
	margin-top: 0 !important;
}
.interview-content-section > :last-child {
	margin-bottom: 0 !important;
}
.interview-single__body > * {
	margin-top: 0;
	margin-bottom: 1.4em;
}
.interview-single__body > :first-child {
	margin-top: 0 !important;
}
.interview-single__body h2,
.interview-single__body h3 {
	font-family: var(--pp-font-serif);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
	margin: 0 0 0.85em;
}
.interview-single__body h2 {
	max-width: 25.5em;
	font-size: clamp(26px, 2.4vw, 34px);
	white-space: normal;
	text-wrap: normal;
	overflow-wrap: normal;
	line-break: strict;
}
.interview-single__body h3 { font-size: clamp(21px, 2.2vw, 28px); }
.interview-single__body blockquote {
	margin: 2.2em 0;
	padding: 0 0 0 28px;
	border-left: 2px solid #111;
	font-family: var(--pp-font-serif);
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 1.7;
	color: #111;
}
.interview-single__body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	margin: 2em 0;
}
.interview-single__body a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.interview-single__body hr,
.interview-single__body .wp-block-separator {
	display: none !important;
}

/* フッターは全ページで純黒に統一 */
.footer {
	background: #000 !important;
	background-color: #000 !important;
	background-image: none !important;
	color: #fff;
}
.footer::before,
.footer::after {
	display: none !important;
	content: none !important;
}
.interview-single__aside-placeholder {
	width: min(280px, calc(100vw - 48px));
	min-height: var(--interview-aside-placeholder-height, 0);
	box-sizing: border-box;
	align-self: stretch;
	position: relative;
	z-index: 20;
}
.interview-single__aside {
	width: 100%;
	box-sizing: border-box;
	align-self: start;
	position: sticky !important;
	top: 96px;
	max-height: calc(100dvh - 112px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: none;
	border-top: 1px solid #111;
	padding-top: 18px;
	padding-right: 4px;
	background: #fff;
	z-index: 9000;
}
.interview-single__aside::-webkit-scrollbar {
	display: none;
}
.interview-single__aside.is-interview-aside-fixed {
	position: fixed !important;
	top: var(--interview-aside-sticky-top, 24px);
	left: var(--interview-aside-sticky-left, 0px);
	width: var(--interview-aside-sticky-width, auto);
}
.interview-single__aside.is-interview-aside-pinned {
	position: absolute !important;
	top: var(--interview-aside-pinned-top, 0px);
	left: 0;
	width: 100%;
}
.admin-bar .interview-single__aside {
	top: 128px;
	max-height: calc(100dvh - 144px);
}
.admin-bar .interview-single__aside.is-interview-aside-fixed {
	top: var(--interview-aside-sticky-top, 24px) !important;
}
.admin-bar .interview-single__aside.is-interview-aside-pinned {
	top: var(--interview-aside-pinned-top, 0px) !important;
}
.interview-single__aside-title {
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin: 0 0 18px;
}
.interview-related {
	display: grid;
	gap: 12px;
}
.interview-related__item {
	display: grid;
	gap: 7px;
	padding: 16px 0 18px;
	border-bottom: 1px solid #e3e3e3;
	color: #111;
	text-decoration: none;
	transition: color 0.18s ease, transform 0.18s ease;
}
.interview-related__item:hover,
.interview-related__item:focus-visible {
	color: #e84f4b;
	transform: translateX(3px);
}
.interview-related__label {
	font-family: var(--pp-font-num);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--pp-mute);
}
.interview-related__name {
	font-family: var(--pp-font-jp);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.interview-other-nav {
	margin-top: 32px;
	padding-top: 18px;
	border-top: 1px solid #111;
	background: #fff;
	z-index: 2;
}
.interview-other-nav__title {
	margin: 0 0 18px;
	font-family: var(--pp-font-num);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #111;
}
.interview-other-nav__items {
	display: grid;
	gap: 16px;
}
.interview-other-nav__item {
	display: grid;
	gap: 9px;
	padding: 0 0 16px;
	border-bottom: 1px solid #e3e3e3;
	color: #111;
	text-decoration: none;
}
.interview-other-nav__item:hover .interview-other-nav__name,
.interview-other-nav__item:focus-visible .interview-other-nav__name {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.interview-other-nav__image {
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #f1f1f1;
}
.interview-other-nav__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.24s ease;
}
.interview-other-nav__item:hover .interview-other-nav__image img,
.interview-other-nav__item:focus-visible .interview-other-nav__image img {
	transform: scale(1.04);
}
.interview-other-nav__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-family: var(--pp-font-num);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	color: var(--pp-mute);
}
.interview-other-nav__name {
	font-family: var(--pp-font-jp);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
	display: block;
}

@media (max-width: 899px) {
	.interview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.interview-single__layout { grid-template-columns: minmax(0, 1fr); }
	.interview-single__content,
	.interview-single__aside-placeholder,
	.interview-single__aside {
		max-width: 760px;
		width: auto;
		min-height: 0;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
	.interview-single__aside-placeholder {
		position: static !important;
		z-index: auto !important;
		width: 100% !important;
		min-height: 0 !important;
		margin-top: 48px;
	}
	.interview-single__aside,
	.interview-single__aside.is-interview-aside-fixed,
	.interview-single__aside.is-interview-aside-pinned {
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: none;
		max-height: none !important;
		overflow: visible !important;
		z-index: auto !important;
	}
	.interview-other-nav { position: static; }
}
@media (max-width: 767px) {
	.interview-grid { grid-template-columns: 1fr; gap: 36px; }
	.interview-filter {
		gap: 8px;
		margin-bottom: 36px;
	}
	.interview-filter .filter-btn {
		min-width: auto;
		padding: 8px 14px;
		font-size: 11px;
	}
	.interview-card__image { aspect-ratio: 16 / 11; }
	body.home .home-interview__slider {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		overflow: hidden;
	}
	body.home .home-interview__track {
		display: flex;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		padding: 10px 18px 16px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	body.home .home-interview__track::-webkit-scrollbar {
		display: none;
	}
	body.home .home-interview__track .interview-card,
	body.home .home-interview__track .news-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}
	body.home .home-interview__track.news-grid--slider .news-card {
		flex: 0 0 82% !important;
		min-width: 0 !important;
		max-width: none !important;
	}
	.interview-archive .news-card__title,
	body.home .home-interview .news-card__title {
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		font-size: 12.5px !important;
		line-height: 1.5 !important;
		letter-spacing: 0.01em !important;
		min-height: 4.5em;
	}
	body.home .home-interview__range {
		display: flex;
		margin-top: 22px;
	}
	.interview-single__hero { padding: 28px 0 0; }
	.interview-single__breadcrumb {
		margin-bottom: 26px;
		font-size: 11px;
	}
	.interview-single__kicker { flex-direction: column; gap: 8px; }
	.interview-single__title {
		display: block;
		-webkit-line-clamp: unset;
		max-height: none;
		overflow: visible;
		text-overflow: clip;
		font-size: clamp(16px, 4.3vw, 18px);
		line-height: 1.45;
		letter-spacing: 0.01em;
		white-space: normal;
		text-wrap: normal;
		overflow-wrap: anywhere;
	}
	.interview-single__lead { font-size: 14px; line-height: 1.9; }
	.interview-single__visual {
		width: 100%;
		margin-top: 28px;
		aspect-ratio: 4 / 5;
	}
	.interview-single__visual::before {
		content: none;
		display: none;
	}
	.interview-single__visual img {
		height: 100%;
		object-fit: contain;
	}
	.interview-single__layout {
		padding-top: 38px;
		padding-bottom: 80px;
	}
	.interview-single__body {
		font-size: 15px;
		line-height: 2;
		gap: 20px;
	}
	.interview-content-section {
		padding: 0 0 34px;
	}
	.interview-single__body h2 {
		max-width: 100%;
		font-size: clamp(24px, 7.2vw, 30px);
		white-space: normal;
		text-wrap: balance;
		overflow-wrap: anywhere;
	}
}

/* =========================================================
   クリック時：薄い虹色の音符バースト
   ========================================================= */
.note-burst-root {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
	overflow: hidden;
}
.note-burst {
	position: fixed;
	left: 0;
	top: 0;
	display: inline-block;
	font-family: "Jost", var(--pp-font-num), sans-serif;
	font-size: var(--note-size, 18px);
	font-weight: 800;
	line-height: 1;
	color: hsl(var(--note-hue, 320) 90% 64% / 0.62);
	text-shadow: 0 8px 22px hsl(var(--note-hue, 320) 90% 70% / 0.16);
	transform: translate(-50%, -50%);
	animation: note-burst-float 1.05s cubic-bezier(0.16, 0.84, 0.36, 1) var(--note-delay, 0s) forwards;
	will-change: transform, opacity, filter;
}
@keyframes note-burst-float {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.72) rotate(0deg);
		filter: blur(0);
	}
	16% {
		opacity: 0.72;
	}
	100% {
		opacity: 0;
		transform:
			translate(-50%, -50%)
			translate(var(--note-dx, 48px), var(--note-dy, -58px))
			scale(1.18)
			rotate(var(--note-rot, 60deg));
		filter: blur(1.4px);
	}
}
@media (prefers-reduced-motion: reduce) {
	.note-burst-root {
		display: none;
	}
}

/* =========================================================
   HOME mobile menu: match the large common hamburger menu
   ========================================================= */
@media (max-width: 767px) {
	body.home .kh-mobile-menu {
		inset: calc(60px + var(--imv2-admin-bar-offset, 0px)) 0 0 0 !important;
		display: flex !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		padding: 18px 24px 32px !important;
		background: #ffffff !important;
	}

	body.admin-bar.home .kh-mobile-menu {
		inset: calc(60px + var(--imv2-admin-bar-offset, 46px)) 0 0 0 !important;
	}

	body.home .kh-mobile-menu nav {
		width: 100% !important;
	}

	body.home .kh-mobile-menu ul {
		align-items: flex-end !important;
		gap: 20px !important;
		width: 100% !important;
		text-align: right !important;
	}

	body.home .kh-mobile-menu li {
		width: auto !important;
		text-align: right !important;
		padding-right: 0 !important;
	}

	body.home .kh-mobile-menu a {
		display: inline-block !important;
		margin-right: 0 !important;
		padding: 0 !important;
		min-height: 0 !important;
		color: #111111 !important;
		font-family: "Arial Black", "Helvetica Neue", Helvetica, sans-serif !important;
		font-size: 35px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		letter-spacing: -0.01em !important;
		text-align: right !important;
		-webkit-text-fill-color: #111111 !important;
	}
}

/* =========================================================
   HOME featured slider: all-artist display refinements
   ========================================================= */
body.home .kh-featured__img.is-v-liver,
body.home .kh-featured__img[data-divisions~="v"] {
	background: #ffffff !important;
	box-sizing: border-box;
	object-fit: contain !important;
	object-position: center bottom !important;
	padding: clamp(18px, 3.2vw, 42px) clamp(12px, 2.2vw, 34px) 0 !important;
}

@media (max-width: 767px) {
	body.home .kh-featured__img.is-v-liver:not(.is-inukai-neko),
	body.home .kh-featured__img[data-divisions~="v"]:not(.is-inukai-neko) {
		object-position: center center !important;
		padding: 6px 4px 0 !important;
		transform: translateY(-5%) scale(1.18) !important;
		transform-origin: center center !important;
	}

	body.home .kh-featured__img[data-artist="shirokuro_kingyo"],
	body.home .kh-featured__img[data-artist="tukasa_misato"],
	body.home .kh-featured__img[data-name^="雪上ごま"] {
		transform: translateY(-6%) scale(1.24) !important;
	}
}

body.home .artist-card-wrap[data-artist*="inukai"] .artist-card__image img,
body.home .artist-card[data-artist*="inukai"] .artist-card__image img,
body.home .artist-card__image img[src*="CS07.png"] {
	background: #ffffff !important;
	box-sizing: border-box;
	object-fit: contain !important;
	object-position: center top !important;
	padding: 0 !important;
	transform: scale(1.4) !important;
	transform-origin: center top !important;
}

body.home .artist-card-wrap[data-artist*="inukai"]:is(:hover, :focus-within, :active) .artist-card__image img,
body.home .artist-card[data-artist*="inukai"]:is(:hover, :focus-within, :active) .artist-card__image img,
body.home .artist-card-wrap:is(:hover, :focus-within, :active) .artist-card__image img[src*="CS07.png"] {
	transform: scale(1.42) !important;
	transform-origin: center top !important;
}

/* =========================================================
   スマホ: Vライバー立ち絵を上半身寄りに大きく見せる
   ========================================================= */
@media (max-width: 767px) {
	body.home .home-artist .artist-card-wrap[data-divisions~="v"] .artist-card__image,
	body.home .home-artist .artist-card-wrap[data-division~="v"] .artist-card__image,
	body.home .home-artist .artist-card-wrap[data-artist="inukaineko"] .artist-card__image,
	body.home .home-artist .artist-card-wrap[data-artist="shirokuro_kingyo"] .artist-card__image,
	body.home .home-artist .artist-card-wrap[data-artist="tukasa_misato"] .artist-card__image,
	.post-type-archive-liver .artist-card-wrap[data-divisions~="v"] .artist-card__image,
	.post-type-archive-liver .artist-card-wrap[data-division~="v"] .artist-card__image {
		background: #ffffff !important;
		overflow: hidden !important;
	}

	body.home .home-artist .artist-card-wrap[data-divisions~="v"] .artist-card__image img,
	body.home .home-artist .artist-card-wrap[data-division~="v"] .artist-card__image img,
	body.home .home-artist .artist-card-wrap[data-artist="inukaineko"] .artist-card__image img,
	body.home .home-artist .artist-card-wrap[data-artist="shirokuro_kingyo"] .artist-card__image img,
	body.home .home-artist .artist-card-wrap[data-artist="tukasa_misato"] .artist-card__image img,
	.post-type-archive-liver .artist-card-wrap[data-divisions~="v"] .artist-card__image img,
	.post-type-archive-liver .artist-card-wrap[data-division~="v"] .artist-card__image img {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: contain !important;
		object-position: center top !important;
		transform: scale(1.5) !important;
		transform-origin: center top !important;
	}

	body.home .home-artist .artist-card-wrap[data-artist="inukaineko"] .artist-card__image img,
	.post-type-archive-liver .artist-card-wrap[data-artist="inukaineko"] .artist-card__image img,
	body.home .home-artist .artist-card__image img[src*="CS07.png"],
	.post-type-archive-liver .artist-card__image img[src*="CS07.png"] {
		transform: scale(1.72) !important;
	}

	body.home .home-artist .artist-card-wrap[data-artist="tukasa_misato"] .artist-card__image img,
	.post-type-archive-liver .artist-card-wrap[data-artist="tukasa_misato"] .artist-card__image img,
	body.home .home-artist .artist-card__image img[src*="%E5%8F%B8"],
	.post-type-archive-liver .artist-card__image img[src*="%E5%8F%B8"],
	body.home .home-artist .artist-card__image img[src*="司"],
	.post-type-archive-liver .artist-card__image img[src*="司"] {
		transform: scale(1.42) !important;
	}
}
