@charset "UTF-8";
/*
 * 聖シャドーハート学園 — トップページ・作品ページ用のスタイル
 * すべて .sh-page 配下に限定しているため、記事ページ（Cocoonの表示）には影響しません。
 */

:root {
	--sh-paper: #FDF8F6;
	--sh-tint: #FBF1F6;
	--sh-card: #FFFFFF;
	--sh-thumb: #F6EBF1;
	--sh-ink: #3A2E3F;
	--sh-sub: #7B6C82;
	--sh-mute: #A294A8;
	--sh-line: #EBD7E2;
	--sh-pink: #E48AB4;
	--sh-pink-soft: #F4C6DC;
	--sh-pink-text: #C2588E;
	--sh-pink-deep: #8A3A62;
	--sh-lav-soft: #DFD6F7;
	--sh-lav-text: #57409B;
	--sh-shadow: 0 6px 18px rgba(122, 90, 130, .09);
	--sh-shadow-lg: 0 10px 28px rgba(122, 90, 130, .14);
	--sh-radius: 24px;
	--sh-pad: 64px;
	--sh-max: 1280px;
}

/* ---------- 土台 ---------- */

/* Cocoonは `html .body ...` という強い指定を使うので、
   こちらも html を付けて詳細度を上げておく。 */
html body.sh-page {
	margin: 0;
	background: var(--sh-paper);
	color: var(--sh-ink);
	font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.sh-page *,
.sh-page *::before,
.sh-page *::after {
	box-sizing: border-box;
}

/* ここから下のリセットは、独自デザインの部品だけに当てる。
   記事本文（.entry-content）にはCocoonの装飾をそのまま使わせるため、
   h2 や p などの素の要素セレクタは使わない。 */

.sh-page .sh-sechead h2,
.sh-page .sh-note-head h2,
.sh-page .sh-about-head h2,
.sh-page .sh-pagehead-title h1,
.sh-page .sh-detail-title,
.sh-page .sh-series-title,
.sh-page .sh-entry-title {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 1.45;
}

.sh-page .sh-header p,
.sh-page .sh-hero p,
.sh-page .sh-sechead p,
.sh-page .sh-series p,
.sh-page .sh-pagehead p,
.sh-page .sh-about p,
.sh-page .sh-panel p,
.sh-page .sh-fallback p,
.sh-page .sh-empty p,
.sh-page .sh-detail-head p,
.sh-page .sh-usedwith p,
.sh-page .sh-entry-head p,
.sh-page .sh-spec,
.sh-page .sh-spec dt,
.sh-page .sh-spec dd {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

/* リンクは独自部品の中でだけ文字色を継承させる。
   記事本文のリンク色はCocoonのままにするため、ここには含めない。 */
.sh-page .sh-header a,
.sh-page .sh-drawer a,
.sh-page .sh-hero a,
.sh-page .sh-sechead a,
.sh-page .sh-card,
.sh-page .sh-series,
.sh-page .sh-link,
.sh-page .sh-row,
.sh-page .sh-chip,
.sh-page .sh-btn,
.sh-page .sh-breadcrumb a,
.sh-page .sh-about a,
.sh-page .sh-pagination a,
.sh-page .sh-entry-nav a,
.sh-page .sh-widget a {
	color: inherit;
	text-decoration: none;
}

.sh-page .sh-header a,
.sh-page .sh-hero a,
.sh-page .sh-card,
.sh-page .sh-series,
.sh-page .sh-link,
.sh-page .sh-row,
.sh-page .sh-chip,
.sh-page .sh-btn,
.sh-page .sh-entry-nav a {
	transition: color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sh-page .sh-sechead-link,
.sh-page .sh-note-body a,
.sh-page .sh-spec a,
.sh-page .sh-pagehead-desc a {
	color: var(--sh-pink-text);
	text-decoration: none;
}

.sh-page .sh-sechead-link:hover,
.sh-page .sh-note-body a:hover,
.sh-page .sh-spec a:hover,
.sh-page .sh-pagehead-desc a:hover {
	color: #A13E72;
}

/* height はここで指定しない。
   指定すると、枠いっぱいに敷き詰める個別の指定（カードのサムネなど）を
   詳細度で打ち消してしまう。 */
.sh-page .sh-hero img,
.sh-page .sh-card img,
.sh-page .sh-series img,
.sh-page .sh-about img,
.sh-page .sh-detail-image,
.sh-page .sh-entry-thumb img {
	max-width: 100%;
	display: block;
}

.sh-page button {
	font-family: inherit;
}

.sh-skip {
	position: absolute;
	left: -9999px;
}

.sh-skip:focus {
	left: 16px;
	top: 16px;
	z-index: 100;
	background: #fff;
	padding: 10px 16px;
	border-radius: 8px;
}

.sh-star {
	flex: 0 0 auto;
}

.sh-wave {
	display: block;
}

/* ---------- ヘッダー ---------- */

.sh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	gap: 26px;
	height: 78px;
	padding: 0 var(--sh-pad);
	background: #fff;
	box-shadow: 0 2px 10px rgba(122, 90, 130, .06);
}

.sh-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: auto;
	color: var(--sh-ink);
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 19px;
	font-weight: 700;
}

.sh-logo:hover {
	color: var(--sh-ink);
}

.sh-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.sh-page .sh-nav-list {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-page .sh-nav-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-page .sh-nav-list a {
	color: var(--sh-ink);
	font-size: 13px;
	text-decoration: none;
}

.sh-page .sh-nav-list a:hover {
	color: var(--sh-pink-text);
}

.sh-page .sh-drawer-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-page .sh-drawer-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-page .sh-drawer-list a {
	display: block;
	padding: 16px 20px;
	border-top: 1px solid var(--sh-line);
	color: var(--sh-ink);
	font-size: 14px;
	text-decoration: none;
}

.sh-nav-item {
	color: var(--sh-ink);
	font-size: 13px;
}

.sh-nav-item:hover {
	color: var(--sh-pink-text);
}

.sh-nav-button {
	padding: 11px 22px;
	background: var(--sh-pink);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.sh-nav-button:hover {
	color: var(--sh-ink);
	box-shadow: 0 4px 12px rgba(228, 138, 180, .45);
}

.sh-burger {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: none;
	border: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.sh-burger span {
	width: 20px;
	height: 2px;
	background: var(--sh-ink);
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}

.sh-burger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.sh-burger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.sh-burger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.sh-drawer {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-bottom: 1px solid var(--sh-line);
	position: sticky;
	top: 78px;
	z-index: 49;
}

.sh-drawer[hidden] {
	display: none;
}

.sh-drawer a {
	padding: 16px 20px;
	color: var(--sh-ink);
	font-size: 14px;
	border-top: 1px solid var(--sh-line);
}

/* ---------- ヒーロー ---------- */

.sh-hero {
	position: relative;
	padding: 44px var(--sh-pad) 92px;
	background: var(--sh-tint);
}

.sh-hero-visual {
	border-radius: 34px;
	overflow: hidden;
	background: #F3E4EC;
}

.sh-hero-visual img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.sh-hero-empty {
	height: 620px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #9C8293;
	text-align: center;
	padding: 0 20px;
}

.sh-hero-empty-note {
	font-size: 12px;
	color: #A98F9F;
}

.sh-hero-card {
	position: absolute;
	left: calc(var(--sh-pad) + 40px);
	bottom: 44px;
	width: 470px;
	max-width: calc(100% - var(--sh-pad) * 2 - 20px);
	padding: 30px 34px;
	background: #fff;
	border-radius: 26px;
	box-shadow: var(--sh-shadow-lg);
}

.sh-hero-card-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.sh-hero-name {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.sh-hero-copy {
	font-size: 14px;
	line-height: 1.95;
	color: var(--sh-sub);
	margin-bottom: 18px;
}

.sh-hero-copy p {
	margin: 0 0 4px;
}

.sh-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

/* ---------- ボタン ---------- */

.sh-btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 13px;
	text-align: center;
}

.sh-btn-primary {
	background: var(--sh-pink);
	color: var(--sh-ink);
	font-weight: 700;
}

.sh-btn-primary:hover {
	color: var(--sh-ink);
	box-shadow: 0 6px 16px rgba(228, 138, 180, .45);
}

.sh-btn-ghost {
	background: #fff;
	border: 1px solid var(--sh-line);
	color: var(--sh-ink);
}

.sh-btn-ghost:hover {
	color: var(--sh-ink);
	border-color: var(--sh-pink);
}

.sh-btn-block {
	display: block;
	width: 100%;
}

/* ---------- セクション ---------- */

.sh-section {
	max-width: var(--sh-max);
	margin: 0 auto;
	padding: 72px var(--sh-pad) 0;
}

.sh-section-tint {
	max-width: none;
	margin-top: 72px;
	padding: 64px var(--sh-pad);
	background: var(--sh-tint);
}

.sh-sechead {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.sh-sechead-row {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sh-sechead h2 {
	font-size: 25px;
}

.sh-sechead-note {
	font-size: 12px;
	color: var(--sh-sub);
	padding-bottom: 8px;
}

.sh-sechead-link {
	margin-left: auto;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

/* ---------- グリッド ---------- */

.sh-grid {
	display: grid;
	gap: 22px;
}

.sh-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

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

.sh-grid-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

/* ---------- 作品カード ---------- */

.sh-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
	background: var(--sh-card);
	border-radius: 22px;
	box-shadow: var(--sh-shadow);
	color: var(--sh-ink);
}

.sh-card:hover {
	color: var(--sh-ink);
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(122, 90, 130, .16);
}

.sh-card-thumb {
	position: relative;
	aspect-ratio: 1 / 1;
	background: var(--sh-thumb);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sh-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-card-noimage {
	font-size: 10px;
	letter-spacing: .14em;
	color: #BCA6B4;
}

.sh-card-ext {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .92);
	border-radius: 999px;
	color: var(--sh-pink-deep);
}

.sh-card-meta {
	font-size: 10px;
	font-weight: 700;
	color: var(--sh-pink-text);
}

.sh-card-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.sh-card-date {
	font-size: 11px;
	color: var(--sh-sub);
}

.sh-grid-6 .sh-card {
	padding: 9px;
	border-radius: 18px;
	gap: 7px;
}

.sh-grid-6 .sh-card-thumb {
	border-radius: 12px;
}

.sh-grid-6 .sh-card-title {
	font-size: 12px;
}

.sh-grid-6 .sh-card-date {
	font-size: 10px;
}

/* ---------- 連載カード ---------- */

.sh-series {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 18px;
	background: var(--sh-card);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	color: var(--sh-ink);
}

.sh-series:hover {
	color: var(--sh-ink);
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(122, 90, 130, .16);
}

.sh-series-banner {
	aspect-ratio: 16 / 10;
	background: var(--sh-thumb);
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sh-series-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-series-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.sh-series-status {
	font-size: 11px;
	color: var(--sh-lav-text);
	font-weight: 700;
}

.sh-series-title {
	font-size: 19px;
}

.sh-series-desc {
	font-size: 13px;
	line-height: 1.85;
	color: var(--sh-sub);
}

.sh-series-count {
	font-size: 11px;
	color: var(--sh-sub);
}

/* ---------- タグ・チップ ---------- */

.sh-tag {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.sh-tag-pink {
	background: var(--sh-pink-soft);
	color: var(--sh-pink-deep);
}

.sh-tag-lav {
	background: var(--sh-lav-soft);
	color: var(--sh-lav-text);
}

.sh-tag-plain {
	background: #fff;
	border: 1px solid var(--sh-line);
	color: #5C4C63;
	font-weight: 400;
}

.sh-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.sh-page .sh-chip {
	padding: 10px 20px;
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: 999px;
	font-size: 12px;
	color: #5C4C63;
}

.sh-chip:hover {
	color: var(--sh-ink);
	border-color: var(--sh-pink);
}

.sh-chip.is-on {
	background: var(--sh-ink);
	border-color: var(--sh-ink);
	color: #fff;
	font-weight: 700;
}

/* ---------- リンクカード ---------- */

.sh-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 22px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 14px rgba(122, 90, 130, .08);
	color: var(--sh-ink);
}

.sh-link:hover {
	color: var(--sh-ink);
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(122, 90, 130, .15);
}

.sh-link-name {
	font-size: 15px;
	font-weight: 700;
}

.sh-link-badge {
	font-size: 12px;
	color: var(--sh-pink-text);
}

.sh-link-desc {
	font-size: 12px;
	line-height: 1.8;
	color: var(--sh-sub);
}

/* ---------- ブログ行 ---------- */

.sh-rows {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sh-row {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 18px 24px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 12px rgba(122, 90, 130, .07);
	color: var(--sh-ink);
}

.sh-row:hover {
	color: var(--sh-ink);
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(122, 90, 130, .13);
}

.sh-row-date {
	flex: 0 0 auto;
	width: 80px;
	font-size: 11px;
	color: var(--sh-sub);
}

.sh-row-title {
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.7;
}

/* ---------- 空の状態 ---------- */

.sh-empty {
	padding: 56px 24px;
	background: #fff;
	border: 2px dashed var(--sh-line);
	border-radius: var(--sh-radius);
	text-align: center;
	color: var(--sh-sub);
}

.sh-empty-note {
	font-size: 12px;
	margin-top: 8px;
}

/* ---------- ページ見出し ---------- */

.sh-pagehead {
	max-width: var(--sh-max);
	margin: 0 auto;
	padding: 36px var(--sh-pad) 0;
}

.sh-pagehead-compact {
	padding-bottom: 0;
}

.sh-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	color: var(--sh-sub);
	margin-bottom: 18px;
}

.sh-breadcrumb a {
	color: var(--sh-sub);
}

.sh-pagehead-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sh-pagehead-title h1 {
	font-size: 30px;
}

.sh-pagehead-note {
	margin-top: 10px;
	font-size: 12px;
	color: var(--sh-sub);
}

.sh-pagehead-desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.9;
	color: #5C4C63;
	max-width: 720px;
}

/* ---------- 作品ページ ---------- */

.sh-detail {
	max-width: var(--sh-max);
	margin: 0 auto;
	padding: 24px var(--sh-pad) 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: start;
}

.sh-detail-single {
	grid-template-columns: minmax(0, 1fr);
}

/* 一覧ページの2カラム（本体＋サイドバー） */
.sh-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: start;
}

.sh-layout-full {
	grid-template-columns: minmax(0, 1fr);
}

.sh-layout-main {
	min-width: 0;
}

.sh-detail-main {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.sh-detail-head {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.sh-detail-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.sh-detail-title {
	font-size: 32px;
}

.sh-embed {
	border-radius: 22px;
	overflow: hidden;
	background: var(--sh-ink);
}

.sh-embed iframe,
.sh-embed video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.sh-embed .twitter-tweet,
.sh-embed blockquote {
	margin: 0 auto;
}

.sh-detail-visual {
	border-radius: 22px;
	overflow: hidden;
	background: var(--sh-thumb);
}

.sh-detail-image {
	width: 100%;
	height: auto;
}

.sh-fallback {
	padding: 48px 32px;
	background: var(--sh-tint);
	border-radius: 22px;
	text-align: center;
}

.sh-fallback-lead {
	font-size: 15px;
	font-weight: 700;
}

.sh-fallback-note {
	margin: 10px 0 20px;
	font-size: 12px;
	line-height: 1.85;
	color: var(--sh-sub);
}

.sh-note,
.sh-usedwith {
	padding: 26px 28px;
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--sh-shadow);
}

.sh-usedwith {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sh-note-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 13px;
}

.sh-note-head h2 {
	font-size: 19px;
}

.sh-note-body {
	font-size: 14px;
	line-height: 1.95;
	color: #4A3D50;
}

.sh-note-body p {
	margin: 0 0 1em;
}

.sh-note-body p:last-child {
	margin-bottom: 0;
}

.sh-note-body img {
	border-radius: 12px;
	margin: 1em 0;
}

.sh-note-body a {
	text-decoration: underline;
}

.sh-detail-side {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sh-panel {
	padding: 24px;
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--sh-shadow);
}

.sh-panel-title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
}

.sh-spec {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	row-gap: 12px;
	column-gap: 12px;
	font-size: 12px;
	margin-bottom: 18px;
}

.sh-spec dt {
	color: var(--sh-sub);
}

.sh-panel-note {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.8;
	color: var(--sh-sub);
}

/* ---------- 記事ページ ---------- */

.sh-page .sh-entry-head {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.sh-page .sh-entry-title {
	font-size: 30px;
}

.sh-page .sh-entry-thumb img {
	width: 100%;
	border-radius: 22px;
}

/* 本文。Cocoonの装飾（吹き出し・ボックス・ブログカード）を
   そのまま効かせたいので、中の要素には手を入れない。 */
html body.sh-page .sh-entry-body {
	padding: 30px 34px;
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--sh-shadow);
	font-size: 18px;
	line-height: 1.8;
	color: #302735;
}

.sh-page .sh-linkpages {
	margin-top: 24px;
	font-size: 13px;
}

.sh-page .sh-entry-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.sh-page .sh-entry-nav-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 22px;
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--sh-shadow);
}

.sh-page .sh-entry-nav-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(122, 90, 130, .15);
}

.sh-page .sh-entry-nav-next {
	text-align: right;
}

.sh-page .sh-entry-nav-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--sh-pink-text);
}

.sh-page .sh-entry-nav-title {
	font-size: 13px;
	line-height: 1.7;
}

.sh-page .sh-comments {
	padding: 26px 28px;
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--sh-shadow);
}

/* サイドバーのウィジェット */
.sh-page .sh-widget .widget {
	margin-bottom: 26px;
}

.sh-page .sh-widget .widget:last-child {
	margin-bottom: 0;
}

.sh-page .sh-widget .widget-title,
.sh-page .sh-widget .widgettitle {
	margin: 0 0 12px;
	padding: 0;
	background: none;
	border: 0;
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--sh-ink);
}

.sh-page .sh-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-page .sh-widget li {
	padding: 8px 0;
	border-bottom: 1px solid var(--sh-line);
	font-size: 13px;
	line-height: 1.7;
}

.sh-page .sh-widget li:last-child {
	border-bottom: 0;
}

/* ---------- ページ送り ---------- */

.sh-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
	flex-wrap: wrap;
}

html body.sh-page .sh-pagination .page-numbers {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: 999px;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	color: var(--sh-ink);
}

html body.sh-page .sh-pagination .page-numbers.dots {
	background: none;
	border-color: transparent;
	padding: 0 4px;
	min-width: 28px;
}

html body.sh-page .sh-pagination .page-numbers.current {
	background: var(--sh-ink);
	border-color: var(--sh-ink);
	color: #fff;
	font-weight: 700;
}

html body.sh-page .sh-pagination a.page-numbers:hover {
	border-color: var(--sh-pink);
	color: var(--sh-pink-text);
}

/* ---------- 学園について（フッター） ---------- */

.sh-about {
	margin-top: 72px;
	padding: 56px var(--sh-pad);
	background: var(--sh-ink);
	color: #F8F1F5;
}

.sh-about-inner {
	max-width: var(--sh-max);
	margin: 0 auto;
	display: flex;
	gap: 44px;
	align-items: flex-start;
}

.sh-about-icon {
	flex: 0 0 auto;
	width: 176px;
	height: 176px;
	background: #4C3E52;
	border-radius: 28px;
	overflow: hidden;
}

.sh-about-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-about-body {
	flex: 1 1 auto;
	min-width: 0;
}

.sh-about-head {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sh-about-head h2 {
	font-size: 24px;
}

.sh-about-role {
	margin-top: 8px;
	font-size: 13px;
	color: #EFB6D3;
}

.sh-about-text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 2;
	color: #C3B4C8;
	max-width: 620px;
}

.sh-about-text p {
	margin: 0 0 .6em;
}

.sh-about-actions {
	margin-top: 16px;
}

.sh-about-actions a {
	display: inline-block;
	padding: 12px 26px;
	border: 1px solid #63556A;
	border-radius: 999px;
	font-size: 12px;
	color: #F8F1F5;
}

.sh-about-actions a:hover {
	color: #fff;
	border-color: var(--sh-pink);
}

.sh-copyright {
	margin-top: 28px;
	font-size: 11px;
	color: #9D8CA3;
}

/* ---------- 出現アニメーション ---------- */

.sh-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .5s ease, transform .5s ease;
}

.sh-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {

	.sh-reveal,
	.sh-card,
	.sh-series,
	.sh-link,
	.sh-row {
		transition: none;
	}

	.sh-reveal {
		opacity: 1;
		transform: none;
	}
}

/* ---------- レスポンシブ ---------- */

@media screen and (max-width: 1100px) {

	:root {
		--sh-pad: 40px;
	}

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

	.sh-detail,
	.sh-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.sh-detail-side {
		position: static;
	}
}

@media screen and (max-width: 900px) {

	.sh-nav {
		display: none;
	}

	.sh-burger {
		display: flex;
	}

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

	.sh-hero-visual img,
	.sh-hero-empty {
		height: 440px;
	}

	.sh-hero-card {
		position: static;
		width: auto;
		max-width: none;
		margin: -28px 16px 0;
	}

	.sh-hero {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 600px) {

	:root {
		--sh-pad: 16px;
		--sh-radius: 20px;
	}

	body.sh-page {
		font-size: 14px;
	}

	.sh-header {
		height: 58px;
		gap: 10px;
	}

	.sh-logo {
		font-size: 16px;
	}

	.sh-drawer {
		top: 58px;
	}

	.sh-hero {
		padding: 16px 16px 32px;
	}

	.sh-hero-visual {
		border-radius: 24px;
	}

	.sh-hero-visual img,
	.sh-hero-empty {
		height: 420px;
	}

	.sh-hero-card {
		padding: 22px 20px;
		border-radius: 22px;
		margin: -28px 8px 0;
	}

	.sh-hero-name {
		font-size: 20px;
	}

	.sh-hero-actions .sh-btn {
		flex: 1 1 0;
		padding: 14px 10px;
	}

	.sh-section {
		padding-top: 36px;
	}

	.sh-section-tint {
		margin-top: 36px;
		padding: 32px var(--sh-pad);
	}

	.sh-sechead h2 {
		font-size: 20px;
	}

	.sh-sechead-note {
		display: none;
	}

	.sh-grid,
	.sh-grid-3,
	.sh-grid-4,
	.sh-grid-6 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.sh-chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		-webkit-overflow-scrolling: touch;
	}

	.sh-chip {
		flex: 0 0 auto;
	}

	.sh-card {
		padding: 10px;
		border-radius: 18px;
	}

	.sh-card-title {
		font-size: 13px;
	}

	.sh-row {
		flex-wrap: wrap;
		gap: 8px 12px;
		padding: 15px 16px;
	}

	.sh-row-title {
		flex: 1 1 100%;
		font-size: 13px;
	}

	.sh-detail {
		padding-top: 16px;
		gap: 24px;
	}

	.sh-detail-title {
		font-size: 22px;
	}

	.sh-page .sh-entry-title {
		font-size: 21px;
	}

	/* 本文の文字サイズはCocoonに合わせ、スマホでも小さくしない */
	html body.sh-page .sh-entry-body {
		padding: 20px 18px;
		border-radius: 18px;
	}

	.sh-page .sh-entry-nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.sh-pagehead-title h1 {
		font-size: 22px;
	}

	.sh-note {
		padding: 20px;
	}

	.sh-about {
		margin-top: 36px;
		padding: 32px 20px;
	}

	.sh-about-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 16px;
	}

	.sh-about-icon {
		width: 96px;
		height: 96px;
		border-radius: 999px;
	}

	.sh-about-head {
		justify-content: center;
	}

	.sh-about-head h2 {
		font-size: 19px;
	}
}
