.netsui-community-guide {
	--cg-red: #c81e27;
	--cg-red-dark: #98151d;
	--cg-navy: #102542;
	--cg-teal: #138f9f;
	--cg-gold: #f7b32b;
	--cg-ink: #221916;
	--cg-text: #332925;
	--cg-muted: #756a64;
	--cg-paper: #f7f3ef;
	--cg-paper-2: #fdf9f6;
	--cg-surface: #ffffff;
	--cg-line: rgba(33, 25, 22, 0.12);
	--cg-line-soft: rgba(200, 30, 39, 0.12);
	--cg-radius: 8px;
	background: linear-gradient(180deg, #fff 0%, var(--cg-paper) 100%);
	color: var(--cg-text);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.78;
	min-height: 100vh;
	overflow-wrap: anywhere;
}

.netsui-community-guide *,
.netsui-community-guide *::before,
.netsui-community-guide *::after {
	box-sizing: border-box;
}

.netsui-community-guide a {
	color: inherit;
	text-decoration: none !important;
}

.netsui-community-guide a:hover,
.netsui-community-guide a:active,
.netsui-community-guide a:visited {
	color: inherit;
	text-decoration: none !important;
}

.netsui-community-guide a:not(.cg-button):not(.cg-text-link):not(.cg-overview-item) {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.netsui-community-guide a:focus,
.netsui-community-guide a:focus-visible {
	outline: 2px solid rgba(200, 30, 39, 0.35);
	outline-offset: 2px;
	text-decoration: none !important;
}

.netsui-community-guide .cg-button,
.netsui-community-guide .cg-text-link {
	text-decoration: none !important;
}

.netsui-community-guide mark {
	background: transparent;
	color: inherit;
}

.netsui-community-guide .cg-lead mark,
.netsui-community-guide .cg-task p mark,
.netsui-community-guide .cg-reference-card p mark,
.netsui-community-guide .cg-note p mark {
	background: transparent !important;
	color: inherit !important;
}

.netsui-community-guide p a:not(.cg-button):not(.cg-text-link),
.netsui-community-guide li a:not(.cg-button):not(.cg-text-link),
.netsui-community-guide span a:not(.cg-button):not(.cg-text-link) {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: var(--cg-red) !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(200, 30, 39, 0.35);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.netsui-community-guide a:not(.cg-button):not(.cg-text-link):not(.cg-overview-item)::before,
.netsui-community-guide a:not(.cg-button):not(.cg-text-link):not(.cg-overview-item)::after {
	background: none !important;
	background-image: none !important;
}

.netsui-community-guide [class*="highlight"],
.netsui-community-guide [style*="background: yellow"],
.netsui-community-guide [style*="background-color: yellow"] {
	background: transparent !important;
	background-color: transparent !important;
}

.netsui-community-guide .cg-status strong,
.netsui-community-guide .cg-overview-item strong,
.netsui-community-guide .cg-overview-item em {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: none !important;
}

.netsui-community-guide .cg-task a:not(.cg-button):not(.cg-text-link),
.netsui-community-guide .cg-reference a:not(.cg-button):not(.cg-text-link),
.netsui-community-guide .cg-contact a:not(.cg-button):not(.cg-text-link) {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cg-shell {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.cg-hero,
.cg-overview,
.cg-section {
	padding-inline: clamp(18px, 4vw, 48px);
}

.cg-hero {
	background:
		radial-gradient(circle at 86% 12%, rgba(247, 179, 43, 0.14), transparent 17rem),
		radial-gradient(circle at 72% 70%, rgba(200, 30, 39, 0.08), transparent 19rem),
		linear-gradient(180deg, #fff 0%, #fff8f4 100%);
	overflow: hidden;
	padding-block: clamp(58px, 8vw, 112px) clamp(44px, 6vw, 86px);
	position: relative;
}

.cg-hero::before {
	background: var(--cg-red);
	content: "";
	height: 7px;
	inset: 0 0 auto;
	position: absolute;
}

.cg-hero::after {
	background:
		radial-gradient(circle, rgba(200, 30, 39, 0.09) 0 1.2px, transparent 1.5px),
		linear-gradient(158deg, rgba(247, 179, 43, 0.18), rgba(247, 179, 43, 0) 44%);
	background-size: 16px 16px, auto, auto;
	clip-path: polygon(0 8%, 100% 0, 92% 100%, 8% 88%);
	content: "";
	height: clamp(180px, 28vw, 360px);
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
	right: -12vw;
	top: clamp(28px, 6vw, 74px);
	transform: rotate(-4deg);
	width: min(58vw, 780px);
}

.cg-hero__inner {
	align-items: end;
	display: grid;
	gap: clamp(28px, 6vw, 70px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
	position: relative;
	z-index: 1;
}

.cg-hero__copy {
	min-width: 0;
	position: relative;
}

.cg-hero__copy::before {
	background:
		linear-gradient(100deg, rgba(255, 255, 255, 0.72) 0 70%, rgba(255, 255, 255, 0) 71%),
		linear-gradient(172deg, rgba(200, 30, 39, 0.055), rgba(200, 30, 39, 0) 64%);
	border: 0;
	border-radius: 32px 8px 42px 10px;
	content: "";
	height: clamp(142px, 19vw, 240px);
	left: -26px;
	pointer-events: none;
	position: absolute;
	top: 44px;
	transform: rotate(-2deg);
	width: clamp(300px, 47vw, 620px);
	z-index: -1;
}

.cg-hero__title-row {
	display: block;
	max-width: 920px;
}

.cg-kicker,
.cg-section-label,
.cg-status__label {
	color: var(--cg-red);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.cg-title {
	color: var(--cg-navy);
	font-size: clamp(40px, 5.4vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 820px;
	text-wrap: balance;
}

.cg-title span {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.cg-title span::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0));
	border-radius: 999px;
	box-shadow: none;
	content: "";
	inset: auto -0.04em 0.04em -0.04em;
	position: absolute;
	height: 0.28em;
	transform: rotate(-1.1deg);
	z-index: -1;
}

.cg-title span:first-child {
	color: var(--cg-navy);
	text-shadow: 0.035em 0.035em 0 rgba(255, 255, 255, 0.9);
}

.cg-title span:last-child {
	color: var(--cg-red);
	text-shadow: 0.035em 0.035em 0 rgba(255, 255, 255, 0.9);
}

.cg-title::after {
	background: linear-gradient(90deg, var(--cg-red), rgba(247, 179, 43, 0.72));
	content: "";
	display: block;
	height: 8px;
	margin-top: 22px;
	transform: rotate(-2deg);
	width: 128px;
}

.cg-lead {
	color: var(--cg-muted);
	font-size: clamp(15px, 1.7vw, 18px);
	font-weight: 650;
	line-height: 2;
	margin: 24px 0 0;
	max-width: 740px;
}

.cg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.cg-button,
.cg-text-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 12px 14px 12px 22px;
	position: relative;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cg-button::after,
.cg-text-link::after {
	align-items: center;
	border-radius: 999px;
	content: "→";
	display: inline-flex;
	font-size: 12px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin-left: 12px;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 24px;
}

.cg-button:hover::after,
.cg-text-link:hover::after {
	transform: translateX(3px);
}

.cg-button--primary,
.cg-text-link {
	background: linear-gradient(135deg, #d92730 0%, var(--cg-red) 48%, var(--cg-red-dark) 100%);
	border: 1px solid var(--cg-red);
	box-shadow: 0 18px 38px rgba(200, 30, 39, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
	color: #fff !important;
}

.cg-button--primary::after,
.cg-text-link::after {
	background: rgba(255, 255, 255, 0.18);
}

.cg-button--primary:hover,
.cg-text-link:hover {
	background: linear-gradient(135deg, #e33a42 0%, #bd1c25 50%, var(--cg-red-dark) 100%);
	border-color: var(--cg-red-dark);
	box-shadow: 0 22px 44px rgba(200, 30, 39, 0.22);
	transform: translateY(-2px);
}

.cg-button--event,
.cg-text-link--event {
	background: linear-gradient(135deg, #ffffff 0%, #fff6f3 100%);
	border: 2px solid rgba(200, 30, 39, 0.42);
	box-shadow: 0 14px 30px rgba(200, 30, 39, 0.16);
	color: var(--cg-red) !important;
	font-size: 14px;
	letter-spacing: 0.02em;
	min-height: 52px;
	padding: 12px 18px 12px 24px;
}

.cg-button--event::after,
.cg-text-link--event::after {
	background: #fff0ed;
	color: var(--cg-red);
}

.cg-button--event:hover,
.cg-text-link--event:hover {
	background: linear-gradient(135deg, #fff9f8 0%, #ffecea 100%);
	border-color: rgba(200, 30, 39, 0.58);
	box-shadow: 0 18px 36px rgba(200, 30, 39, 0.22);
	transform: translateY(-2px);
}

.cg-button--secondary {
	background: #fff;
	border: 1px solid rgba(200, 30, 39, 0.22);
	box-shadow: none;
	color: var(--cg-red) !important;
}

.cg-button--secondary::after {
	background: #fff4f2;
	color: var(--cg-red);
}

.cg-button--secondary:hover {
	background: #fff4f2;
	border-color: rgba(200, 30, 39, 0.34);
	transform: translateY(-2px);
}

.cg-status {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--cg-text);
	display: grid;
	gap: 18px;
	min-height: clamp(390px, 38vw, 500px);
	padding: 0;
	position: relative;
	overflow: visible;
}

.cg-status__character {
	filter: drop-shadow(0 22px 30px rgba(200, 30, 39, 0.16));
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(560px, 52vw);
	z-index: 3;
}

.cg-status__character::before {
	background: #fff;
	border: 1px solid rgba(200, 30, 39, 0.16);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(200, 30, 39, 0.08);
	color: var(--cg-red-dark);
	content: "";
	display: none;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
	right: 62px;
	top: -8px;
	transform: rotate(-8deg);
	white-space: nowrap;
}

.cg-status__character::after {
	content: "";
	display: none;
}

.cg-status__character img {
	display: block;
	height: auto;
	width: 100%;
}

.cg-status__character-panel {
	align-items: center;
	color: var(--cg-navy);
	display: flex;
	flex-direction: column;
	font-size: clamp(13px, 1.35vw, 18px);
	font-weight: 900;
	gap: 6px;
	inset: 64.5% 24% auto 21%;
	justify-content: center;
	line-height: 1;
	position: absolute;
	transform: rotate(1.5deg);
	z-index: 4;
}

.cg-status__character-panel span {
	align-items: center;
	color: var(--cg-red-dark);
	display: inline-flex;
	font-size: 0.78em;
	font-weight: 900;
	gap: 7px;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.cg-status__character-panel span::before,
.cg-status__character-panel span::after {
	background: rgba(200, 30, 39, 0.34);
	border-radius: 999px;
	content: "";
	height: 2px;
	width: 20px;
}

.cg-status__character-panel strong {
	color: var(--cg-red-dark);
	display: block;
	font-size: clamp(56px, 6.4vw, 84px);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 0.82;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
}

.cg-status > div:not(.cg-status__character),
.cg-progress-card__track {
	position: relative;
	z-index: 2;
}

.cg-status > div:not(.cg-status__character) {
	display: none;
}

.cg-status::before {
	background: linear-gradient(90deg, rgba(16, 37, 66, 0), rgba(200, 30, 39, 0.12), rgba(255, 200, 68, 0));
	content: "";
	height: 62px;
	inset: auto 6% 8%;
	position: absolute;
	border-radius: 999px;
}

.cg-status strong {
	color: var(--cg-navy);
	display: none;
	font-size: clamp(38px, 4.2vw, 54px);
	font-weight: 900;
	line-height: 1;
}

.cg-status .cg-status__character-panel strong {
	display: block;
}

.cg-status p {
	color: var(--cg-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.65;
	margin: 10px 0 0;
}

.cg-progress-card__track {
	bottom: -18px;
	background: rgba(16, 37, 66, 0.1);
	border-radius: 999px;
	height: 10px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.cg-progress-card__track i {
	background: linear-gradient(90deg, var(--cg-red), var(--cg-gold));
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
	width: 100%;
}

.cg-overview {
	background: linear-gradient(180deg, #fffaf6 0%, #f9f3ee 100%);
	padding-block: clamp(34px, 6vw, 78px);
}

.cg-panel {
	background: linear-gradient(180deg, #fff 0%, #fffcfb 100%);
	border: 1px solid var(--cg-line-soft);
	border-radius: var(--cg-radius);
	box-shadow: 0 26px 80px rgba(200, 30, 39, 0.08);
	color: var(--cg-text);
	overflow: hidden;
	padding: clamp(24px, 4vw, 48px);
	position: relative;
}

.cg-panel::after {
	color: transparent;
	content: "MUST DO";
	font-size: clamp(72px, 13vw, 160px);
	font-weight: 900;
	line-height: 0.8;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
	right: -0.12em;
	top: 24px;
	-webkit-text-stroke: 1px rgba(200, 30, 39, 0.12);
	text-stroke: 1px rgba(200, 30, 39, 0.12);
	white-space: nowrap;
}

.cg-section-head {
	margin-bottom: 24px;
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.cg-section-head--compact {
	margin-bottom: 22px;
}

.cg-section h2,
.cg-section-head h2,
.cg-note h2 {
	color: var(--cg-ink);
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 900;
	line-height: 1.22;
	margin: 0;
}

.cg-panel .cg-section-head h2 {
	color: var(--cg-ink);
}

.cg-section-head p:not(.cg-section-label) {
	color: var(--cg-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	margin: 10px 0 0;
}

.cg-panel .cg-section-head p:not(.cg-section-label) {
	color: var(--cg-muted);
}

.netsui-community-guide a.cg-overview-item {
	background: #fff !important;
	background-image: none !important;
	border: 1px solid rgba(200, 30, 39, 0.18) !important;
	border-left: none !important;
	border-radius: 0;
	box-shadow: 0 10px 28px rgba(33, 25, 22, 0.08) !important;
	overflow: hidden;
}

.netsui-community-guide a.cg-overview-item:hover {
	background: #fff !important;
	background-image: none !important;
	border-color: rgba(200, 30, 39, 0.3) !important;
	box-shadow: 0 14px 32px rgba(200, 30, 39, 0.14) !important;
}

.cg-overview-list {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	position: relative;
	z-index: 1;
}

.cg-overview-item {
	align-items: stretch;
	background: #fff !important;
	background-image: none !important;
	border: 1px solid rgba(200, 30, 39, 0.18) !important;
	border-radius: 0;
	box-shadow: 0 10px 28px rgba(33, 25, 22, 0.08) !important;
	color: var(--cg-text);
	display: grid;
	gap: 0;
	grid-template-columns: 58px 1fr;
	grid-template-rows: auto auto;
	min-height: 92px;
	overflow: hidden;
	padding: 0 44px 0 0;
	position: relative;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cg-overview-item::before {
	display: none;
}

.cg-overview-item::after {
	background: none;
	border: none;
	color: var(--cg-red);
	content: "→";
	font-size: 18px;
	font-weight: 800;
	height: auto;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
	width: auto;
}

.cg-overview-item:hover {
	background: #fff !important;
	border-color: rgba(200, 30, 39, 0.3) !important;
	box-shadow: 0 14px 32px rgba(200, 30, 39, 0.14) !important;
	transform: translateY(-2px);
}

.cg-overview-item:hover::after {
	transform: translate(4px, -50%);
}

.cg-overview-item span {
	align-items: center;
	align-self: stretch;
	background: linear-gradient(180deg, #d92730 0%, var(--cg-red-dark) 100%) !important;
	background-image: linear-gradient(180deg, #d92730 0%, var(--cg-red-dark) 100%) !important;
	border-radius: 0;
	color: #fff !important;
	display: flex;
	font-size: 17px;
	font-weight: 900;
	grid-row: 1 / -1;
	justify-content: center;
	line-height: 1;
	min-height: 100%;
	min-width: 58px;
	padding: 0;
}

.cg-overview-item span::after {
	content: none;
}

.cg-overview-item strong {
	color: var(--cg-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	padding: 16px 12px 2px 18px;
}

.cg-overview-item em {
	color: #5c4540;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
	padding: 0 12px 16px 18px;
}

.cg-section {
	padding-block: clamp(44px, 7vw, 88px);
}

.cg-tasks {
	background: #fff;
	position: relative;
}

.cg-mid-character {
	display: none;
}

.cg-task-list {
	border-top: 1px solid var(--cg-line);
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

.cg-task-character {
	display: none;
}

.cg-task-character::before {
	background: #fff;
	border: 1px solid rgba(200, 30, 39, 0.15);
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(200, 30, 39, 0.08);
	color: var(--cg-red-dark);
	content: "まずはここ";
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	right: 88px;
	top: 26px;
	transform: rotate(-5deg);
	white-space: nowrap;
}

.cg-task-character::after {
	background:
		radial-gradient(circle at 18% 45%, rgba(255, 200, 68, 0.82) 0 3px, transparent 4px),
		radial-gradient(circle at 58% 30%, rgba(200, 30, 39, 0.22) 0 3px, transparent 4px),
		radial-gradient(circle at 78% 64%, rgba(16, 37, 66, 0.18) 0 2px, transparent 3px);
	border-radius: 999px;
	content: "";
	height: 54px;
	position: absolute;
	right: 4px;
	top: 96px;
	width: 104px;
	z-index: -1;
}

.cg-task-character img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.cg-mid-character img {
	display: block;
	height: auto;
	width: 100%;
}

.cg-task {
	background: #fff;
	border: 1px solid var(--cg-line);
	border-radius: var(--cg-radius);
	display: grid;
	gap: 20px;
	padding: clamp(22px, 4vw, 34px) clamp(18px, 2.5vw, 26px);
	scroll-margin-top: 18px;
}

.cg-task:hover {
	background: #fffdfa;
}

.cg-task:has(.cg-check:checked) {
	background: linear-gradient(180deg, #fff 0%, #fff7f5 100%);
	border-color: rgba(200, 30, 39, 0.22);
}

.cg-task__main {
	min-width: 0;
}

.cg-task__index {
	align-items: center;
	color: var(--cg-muted);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.cg-task__index span {
	color: var(--cg-red);
	font-size: clamp(28px, 4vw, 46px);
	letter-spacing: 0;
	line-height: 0.86;
}

.cg-task h3 {
	color: var(--cg-ink);
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 900;
	line-height: 1.34;
	margin: 0 0 10px;
}

.cg-task p,
.cg-reference-card p,
.cg-note p {
	color: var(--cg-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	margin: 0;
}

.cg-task__side {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.cg-task__button {
	min-width: min(270px, 100%);
}

.cg-check-label {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(200, 30, 39, 0.16);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(200, 30, 39, 0.08);
	color: var(--cg-muted);
	cursor: pointer;
	display: inline-flex !important;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	line-height: 1;
	min-height: 46px;
	padding: 10px 16px 10px 12px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
	white-space: nowrap;
	width: fit-content !important;
}

.cg-check-label span {
	align-items: center;
	display: inline-flex !important;
	gap: 6px;
	width: auto !important;
}

.cg-check-label:hover {
	background: linear-gradient(180deg, #fff 0%, #fff8f6 100%);
	border-color: rgba(200, 30, 39, 0.28);
	box-shadow: 0 14px 28px rgba(200, 30, 39, 0.12);
	transform: translateY(-1px);
}

.cg-check {
	appearance: none;
	background: linear-gradient(180deg, #fff 0%, #fff5f3 100%);
	border: 1px solid rgba(200, 30, 39, 0.18);
	border-radius: 999px;
	display: inline-grid;
	flex: 0 0 auto;
	height: 24px;
	margin: 0;
	place-content: center;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	width: 24px;
}

.cg-check::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	transform: rotate(45deg) scale(0);
	transition: transform 0.16s ease;
	width: 5px;
}

.cg-check:checked {
	background: var(--cg-red) !important;
	border-color: var(--cg-red) !important;
	box-shadow: 0 8px 18px rgba(200, 30, 39, 0.24);
}

.cg-check:checked::after {
	transform: rotate(45deg) scale(1);
}

.cg-check:checked + span {
	color: var(--cg-red);
	font-size: 0;
}

.cg-check:checked + span::after {
	color: var(--cg-red);
	content: "完了";
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 0;
}

.cg-mini-list {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.cg-mini-list li {
	align-items: center;
	background: var(--cg-paper-2);
	border: 1px solid var(--cg-line);
	border-radius: var(--cg-radius);
	color: var(--cg-text);
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	grid-template-columns: auto 1fr;
	line-height: 1.55;
	padding: 12px;
}

.cg-mini-list li span {
	background: #fff;
	border: 1px solid rgba(200, 30, 39, 0.22);
	border-radius: 999px;
	color: var(--cg-red);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 7px 9px;
	white-space: nowrap;
}

.cg-reference {
	background:
		linear-gradient(180deg, #fff 0%, #fffaf8 100%);
	color: var(--cg-text);
	position: relative;
}

.cg-reference .cg-shell {
	position: relative;
}

.cg-reference .cg-section-head,
.cg-reference-grid {
	position: relative;
	z-index: 4;
}

.cg-reference .cg-section-head h2 {
	color: var(--cg-ink);
}

.cg-reference .cg-section-head p:not(.cg-section-label) {
	color: var(--cg-muted);
}

.cg-reference-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.cg-reference-card {
	background: linear-gradient(180deg, #fff 0%, #fffaf8 100%);
	border: 1px solid var(--cg-line-soft);
	border-radius: var(--cg-radius);
	box-shadow: 0 14px 32px rgba(200, 30, 39, 0.06);
	overflow: hidden;
	padding: clamp(20px, 3vw, 28px);
	position: relative;
}

.cg-reference-card::after {
	background:
		linear-gradient(135deg, rgba(255, 179, 66, 0.28), rgba(255, 179, 66, 0)),
		radial-gradient(circle at 70% 32%, rgba(200, 30, 39, 0.14) 0 6px, transparent 7px);
	border-radius: 0 0 0 999px;
	content: "";
	height: 58px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
}

.cg-reference-card::before {
	background: var(--cg-red);
	content: "";
	height: 3px;
	inset: 0 0 auto;
	position: absolute;
}

.cg-reference-card span {
	color: var(--cg-red);
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.cg-reference-card h3 {
	color: var(--cg-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.45;
	margin: 0 0 10px;
}

.cg-reference-card p {
	color: var(--cg-muted);
}

.cg-text-link {
	font-size: 13px;
	margin-top: 18px;
	width: fit-content;
}

.cg-contact {
	background: var(--cg-paper);
}

.cg-note {
	background: #fff;
	border-radius: var(--cg-radius);
	padding: clamp(22px, 4vw, 34px);
	position: relative;
}

.cg-note--support {
	overflow: hidden;
	min-height: 250px;
	padding-right: clamp(22px, 22vw, 230px);
}

.cg-note--support::before {
	background:
		linear-gradient(100deg, rgba(255, 255, 255, 0.72), rgba(255, 245, 240, 0.22)),
		repeating-linear-gradient(135deg, rgba(200, 30, 39, 0.1) 0 2px, transparent 2px 10px);
	border-radius: 999px;
	bottom: -28px;
	content: "";
	height: 92px;
	position: absolute;
	right: 16px;
	width: 188px;
}

		.cg-support-character {
			animation: cg-character-point 5.8s ease-in-out infinite;
			bottom: -8px;
			filter: drop-shadow(0 20px 24px rgba(200, 30, 39, 0.16));
			position: absolute;
			right: 4px;
			width: clamp(132px, 22vw, 218px);
		}

.cg-support-character img {
	display: block;
	height: auto;
	width: 100%;
}

@keyframes cg-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes cg-wave {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-8px) rotate(-1.2deg);
	}
}

@keyframes cg-orbit {
	0%, 100% {
		transform: translateY(0) rotate(-3deg) scale(1);
	}
	45% {
		transform: translate(8px, -14px) rotate(3deg) scale(1.03);
	}
	70% {
		transform: translate(-4px, -6px) rotate(-1deg) scale(1.01);
	}
}

@keyframes cg-character-breathe {
	0%, 100% {
		transform: translateY(0) rotate(-1deg);
	}
	42% {
		transform: translateY(-10px) rotate(1.2deg);
	}
	70% {
		transform: translateY(-4px) rotate(-0.6deg);
	}
}

	@keyframes cg-character-point {
		0%, 100% {
			transform: translateX(0) rotate(1deg);
		}
		48% {
			transform: translateX(-10px) rotate(-1.8deg);
		}
	}

@keyframes cg-pop-guide {
	0%, 100% {
		transform: translateY(0) rotate(1deg);
	}
	35% {
		transform: translate(-6px, -12px) rotate(-2deg);
	}
	68% {
		transform: translate(4px, -4px) rotate(1.5deg);
	}
}

@keyframes cg-bubble {
	0%, 100% {
		transform: translateY(0) rotate(-2deg);
	}
	50% {
		transform: translateY(-8px) rotate(2deg);
	}
}

@keyframes cg-slide-heat {
	0%, 100% {
		opacity: 0.1;
		transform: translateX(0) rotate(-16deg);
	}
	50% {
		opacity: 0.24;
		transform: translateX(16px) rotate(-16deg);
	}
}

@keyframes cg-peek {
	0%, 100% {
		transform: translateY(0) rotate(1deg);
	}
	50% {
		transform: translateY(-10px) rotate(-1deg);
	}
}

@media (min-width: 760px) {
	.cg-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
	}

	.cg-overview-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cg-task {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.cg-task__side {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}

	.cg-task__button {
		min-width: 280px;
		width: auto;
	}

	.cg-mini-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cg-mini-list--compact {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.cg-reference-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

			.cg-mid-character {
				animation: cg-mid-shubaba 4.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
				display: block;
				filter: drop-shadow(0 16px 20px rgba(200, 30, 39, 0.12));
				height: auto;
				margin: 0;
				pointer-events: none;
				position: absolute;
				left: 50%;
				top: -190px;
				transform: translateX(-50%);
				width: min(560px, 68vw);
				z-index: 3;
			}

	.cg-mid-character::after {
		background:
			radial-gradient(circle at 26% 42%, rgba(255, 200, 68, 0.9) 0 3px, transparent 4px),
			radial-gradient(circle at 60% 30%, rgba(200, 30, 39, 0.2) 0 3px, transparent 4px),
			radial-gradient(circle at 78% 62%, rgba(16, 37, 66, 0.14) 0 2px, transparent 3px);
		border-radius: 999px;
		content: "";
		height: 52px;
		position: absolute;
		left: 50%;
		top: 76%;
		transform: translateX(-50%);
		width: 260px;
		z-index: -1;
	}

		.cg-mid-character img {
			display: block;
			height: auto;
			width: 100%;
		}

		.cg-task-character {
		animation: cg-corner-watch 7s ease-in-out infinite;
		display: block;
		filter: drop-shadow(0 18px 20px rgba(200, 30, 39, 0.13));
		height: auto;
		overflow: visible;
		position: absolute;
		z-index: 4;
	}

		.cg-task-character--gorilla {
			right: -54px;
			top: -116px;
			width: 132px;
		}

	.cg-task-character--gorilla img {
		transform: none;
	}

	.cg-task {
		position: relative;
		z-index: 2;
	}
}

@media (max-width: 759px) {
	.cg-hero__inner {
		grid-template-columns: 1fr;
	}

	.cg-title {
		font-size: clamp(36px, 10.2vw, 48px);
		max-width: min-content;
	}

	.cg-title span {
		display: block;
	}

	.cg-hero__copy::before {
		height: 154px;
		left: -12px;
		top: 42px;
		width: min(92vw, 360px);
	}

				.cg-status__character {
					left: 50%;
					right: auto;
					top: 44%;
					transform: translate(-50%, -50%);
					width: min(430px, 112vw);
				}

	.cg-status__character::before {
		font-size: 10px;
		padding: 6px 8px;
		right: 46px;
		top: -10px;
	}

					.cg-status__character-panel {
						font-size: 13px;
						gap: 5px;
						inset: 64.5% 24% auto 21%;
					}

					.cg-status__character-panel strong {
						font-size: 56px;
					}

	.cg-hero__actions,
	.cg-button,
	.cg-task__button,
	.cg-text-link {
		width: 100%;
	}

	.cg-task__side {
		flex-direction: column;
	}

	.cg-check-label {
		align-self: flex-start;
		width: fit-content !important;
	}

		.cg-note--support {
			min-height: 240px;
			padding-bottom: 148px;
			padding-right: clamp(22px, 4vw, 34px);
		}

		.cg-support-character {
			bottom: -4px;
			right: 14px;
			width: 128px;
		}

		.cg-mid-character {
			display: none;
		}

}

@keyframes cg-mid-pop {
	0%, 100% {
		transform: translateY(0) rotate(1deg);
	}
	48% {
		transform: translateY(-8px) rotate(-1.5deg);
	}
}

	@keyframes cg-mid-shubaba {
		0%, 12%, 100% {
			transform: translateX(-50%) rotate(0.6deg);
		}
		17% {
			transform: translateX(calc(-50% - 34px)) rotate(-2.2deg);
		}
		21% {
			transform: translateX(calc(-50% + 28px)) rotate(2deg);
		}
		25% {
			transform: translateX(calc(-50% - 18px)) rotate(-1.2deg);
		}
		30%, 58% {
			transform: translateX(calc(-50% + 12px)) rotate(0.8deg);
		}
		64% {
			transform: translateX(calc(-50% + 34px)) rotate(2.4deg);
		}
		70% {
			transform: translateX(calc(-50% - 10px)) rotate(-0.8deg);
		}
		76%, 88% {
			transform: translateX(-50%) rotate(0.6deg);
		}
	}

@keyframes cg-corner-watch {
	0%, 100% {
		transform: translateY(0) rotate(-4deg);
	}
	50% {
		transform: translateY(12px) rotate(2deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cg-task-character,
	.cg-support-character,
	.cg-mid-character {
		animation: none;
	}
}

/* WordPress theme reset guard: keep the completion pill from stretching. */
.netsui-community-guide .cg-task__side > .cg-check-label {
	align-self: flex-start !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	inline-size: max-content !important;
	max-inline-size: 100% !important;
	min-inline-size: 0 !important;
	width: max-content !important;
}

.netsui-community-guide .cg-task__side > .cg-check-label span {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	inline-size: auto !important;
	width: auto !important;
}
