.article-details [itemprop="articleBody"] table {
	max-width: 100%;
}

.article-details [itemprop="articleBody"] img {
	max-width: 100%;
	height: auto;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) {
	width: 100%;
	margin: 0 0 1.5rem;
	border: 1px solid #dde4ed;
	border-radius: 14px;
	border-collapse: separate;
	border-spacing: 0;
	background: #f7f9fc;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td {
	padding: 1.25rem;
	vertical-align: top;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:has(a.sppb-btn) {
	text-align: left;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:has(a.sppb-btn) p {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:has(a.sppb-btn) p:has(a.sppb-btn) {
	margin-bottom: 0;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:has(a.sppb-btn) hr {
	display: none;
}

.article-details [itemprop="articleBody"] table:has(a.sppb-btn) img {
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(16, 35, 60, 0.16);
}

.article-details [itemprop="articleBody"] span:has(> a.sppb-btn) {
	display: block;
}

.article-details [itemprop="articleBody"] span:has(> a.sppb-btn) br {
	display: none;
}

.article-details [itemprop="articleBody"] a.sppb-btn {
	display: flex;
	width: 100%;
	max-width: 22rem;
	min-height: 3.4rem;
	align-items: center;
	justify-content: center;
	margin: 0 0 0.75rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid #b3d425;
	border-radius: 12px;
	background: #caeb38;
	box-shadow: 0 4px 12px rgba(150, 190, 20, 0.28);
	color: #1d2b0a;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform 120ms ease;
}

.article-details [itemprop="articleBody"] a.sppb-btn br {
	display: none;
}

.article-details [itemprop="articleBody"] a.sppb-btn:hover,
.article-details [itemprop="articleBody"] a.sppb-btn:focus-visible {
	background: #d3f04f;
	color: #1d2b0a;
	transform: translateY(-1px);
}

.article-details [itemprop="articleBody"] a.sppb-btn:focus-visible,
.li-game-card:focus-visible {
	outline: 3px solid #0b4c80;
	outline-offset: 3px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #0b4c80;
}

.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) {
	width: 100%;
	margin: 0 0 1.5rem;
	border: 1px solid #dde4ed;
	border-radius: 14px;
	border-collapse: separate;
	border-spacing: 0;
	background: #f7f9fc;
}

.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) td {
	padding: 1.15rem 1.35rem;
	line-height: 1.95;
	text-align: left;
	vertical-align: top;
}

.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) strong {
	color: #5a6b82;
	font-weight: 700;
}

.article-details [itemprop="articleBody"] .text {
	line-height: 1.7;
}

.article-details [itemprop="articleBody"] .shots {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1.75rem 0;
	text-align: left;
}

.article-details [itemprop="articleBody"] .shots h2 {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 800;
}

.article-details [itemprop="articleBody"] .shots a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.article-details [itemprop="articleBody"] .shots img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	object-fit: cover;
}

.article-list > .row:has(.li-game-card) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.article-list > .row:has(.li-game-card) > [class*="col-"] {
	width: auto;
	max-width: none;
	flex: none;
	padding: 0;
}

.article-list > .row:has(.li-game-card) > [class*="col-"] > .article {
	height: 100%;
}

.li-game-card {
	display: grid;
	grid-template-columns: 8rem minmax(0, 1fr);
	gap: 1rem;
	height: 100%;
	padding: 0.9rem;
	border: 1px solid #d7e0ea;
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 0.45rem 1.75rem rgba(15, 35, 59, 0.07);
	color: #17283b;
	text-decoration: none;
}

.li-game-card__cover {
	display: block;
	overflow: hidden;
	align-self: start;
	aspect-ratio: 3 / 4;
	border-radius: 0.7rem;
	background: #16263a;
}

.li-game-card__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.li-game-card__cover-placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	color: #ffffff;
	font-weight: 800;
}

.li-game-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

.li-game-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 0.85rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #4a5b6e;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.li-game-card__title {
	margin: 0;
	color: #11263d;
	font-size: clamp(1.0625rem, 1.3vw, 1.25rem);
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	overflow-wrap: anywhere;
}

.li-game-card:hover .li-game-card__title,
.li-game-card:focus-visible .li-game-card__title {
	color: #155a9c;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.li-game-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.9rem;
	margin: 0.55rem 0 0.7rem;
	color: #516578;
	font-size: 0.875rem;
}

.li-game-card__facts div {
	display: flex;
	gap: 0.25rem;
}

.li-game-card__facts dt,
.li-game-card__facts dd {
	margin: 0;
}

.li-game-card__facts dt {
	font-weight: 800;
}

.li-game-card__excerpt:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.article-details [itemprop="articleBody"] table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	.article-details [itemprop="articleBody"] .shots {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	@supports selector(table:has(a)) {
		.article-details [itemprop="articleBody"] table:has(a.sppb-btn),
		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) tbody,
		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) tr,
		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td,
		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)),
		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) tbody,
		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) tr,
		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) td {
			display: block;
			width: 100%;
			max-width: 100%;
			overflow: visible;
		}

		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td {
			padding: 0.9rem 1rem;
		}

		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:first-child {
			padding-bottom: 0;
			text-align: center;
		}

		.article-details [itemprop="articleBody"] table:has(a.sppb-btn) td:first-child img {
			max-width: 11.5rem !important;
			max-height: none !important;
			height: auto;
		}

		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) td {
			padding: 0.9rem 1rem;
			line-height: 1.85;
		}

		.article-details [itemprop="articleBody"] table:not(:has(a.sppb-btn)) td + td {
			padding-top: 0;
		}

		.article-details [itemprop="articleBody"] a.sppb-btn {
			max-width: none;
		}
	}

	.article-list > .row:has(.li-game-card) {
		grid-template-columns: minmax(0, 1fr);
	}

	.li-game-card {
		grid-template-columns: 6.5rem minmax(0, 1fr);
		gap: 0.85rem;
		padding: 0.75rem;
	}

	.li-game-card__facts {
		margin: 0.5rem 0;
	}

	.li-game-card__excerpt {
		margin-bottom: 0.6rem;
		-webkit-line-clamp: 2;
		font-size: 0.875rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	.li-game-card__cover img {
		transition: transform 180ms ease;
	}

	.li-game-card__cover:hover img,
	.li-game-card__cover:focus-visible img {
		transform: scale(1.03);
	}
}

@media (prefers-reduced-motion: reduce) {
	.article-details [itemprop="articleBody"] a.sppb-btn,
	.li-game-card__cover img {
		transition: none;
	}
}

.li-related {
	margin: 2.5rem 0 1rem;
	padding-top: 1.75rem;
	border-top: 1px solid #dde4ed;
}

.li-related__title {
	margin: 0 0 1.25rem;
	color: #16233a;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
}

.li-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.li-related__card {
	display: flex;
	height: 100%;
	flex-direction: column;
	gap: 0.6rem;
	color: #17283b;
	text-decoration: none;
}

.li-related__cover {
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border: 1px solid #dde4ed;
	border-radius: 0.7rem;
	background: #16263a;
}

.li-related__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.li-related__name {
	display: block;
	color: #11263d;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.li-related__card:hover .li-related__name,
.li-related__card:focus-visible .li-related__name {
	color: #155a9c;
	text-decoration: underline;
}

.li-related__card:focus-visible {
	outline: 3px solid #0b4c80;
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.li-related__cover img {
		transition: transform 180ms ease;
	}

	.li-related__card:hover .li-related__cover img {
		transform: scale(1.04);
	}
}

@media (max-width: 767px) {
	.li-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.li-related__title {
		font-size: 1.3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.li-related__cover img {
		transition: none;
	}
}
.li-random {
	margin-bottom: 1.5rem;
}

.li-random__headline {
	margin: 0 0 0.75rem;
	color: #16233a;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.3;
}

.li-random__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.li-random__card {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	align-items: center;
	gap: 0.7rem;
	padding: 0.4rem;
	border: 1px solid #e4eaf1;
	border-radius: 0.6rem;
	background: #ffffff;
	color: #17283b;
	text-decoration: none;
}

.li-random__cover {
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border-radius: 0.4rem;
	background: #16263a;
}

.li-random__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.li-random__name {
	display: block;
	color: #11263d;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.li-random__card:hover,
.li-random__card:focus-visible {
	border-color: #c4d3e4;
}

.li-random__card:hover .li-random__name,
.li-random__card:focus-visible .li-random__name {
	color: #155a9c;
	text-decoration: underline;
}

.li-random__card:focus-visible {
	outline: 3px solid #0b4c80;
	outline-offset: 2px;
}

#sp-left .sp-module ul.li-random__list > li,
#sp-right .sp-module ul.li-random__list > li {
	border-bottom: 0;
}

#sp-left .sp-module ul.li-random__list > li > .li-random__card,
#sp-right .sp-module ul.li-random__list > li > .li-random__card {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	align-items: center;
	gap: 0.7rem;
	padding: 0.4rem;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
}
#sp-footer {
	padding: 2.25rem 0 1.5rem;
	background: #16233a;
	color: #c3cede;
}

#sp-footer .row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.75rem;
}

#sp-footer [id^="sp-footer"] {
	width: auto;
	max-width: none;
	flex: none;
}

#sp-footer a {
	color: #ffffff;
	text-decoration: none;
}

#sp-footer a:hover,
#sp-footer a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

#sp-footer .sp-copyright {
	display: block;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #93a3ba;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.li-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 2rem;
}

.li-footer__lead {
	margin: 0 0 0.5rem;
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.35;
}

.li-footer__guide {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.li-footer__guide a {
	font-weight: 700;
	text-decoration: underline;
}

.li-footer__nav-title {
	display: block;
	margin-bottom: 0.75rem;
	color: #93a3ba;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.li-footer__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.li-footer__links a {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	#sp-footer {
		padding: 1.75rem 0 1.25rem;
	}

	.li-footer {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.li-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.li-score {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	max-width: 540px;
	margin: 14px auto;
	padding: 10px 14px;
	border: 1px solid #dde4ed;
	border-radius: 12px;
	background: #f7f9fc;
}

.li-score__value {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #1d2b0a;
}

.li-score__bar {
	flex: 0 0 88px;
	height: 6px;
	border-radius: 3px;
	background: #e4eaf2;
	overflow: hidden;
}

.li-score__fill {
	display: block;
	height: 100%;
	border-radius: 3px;
	background: #b3d425;
}

.li-score--mid .li-score__fill {
	background: #e2b93b;
}

.li-score--low .li-score__fill {
	background: #dd7b63;
}

.li-score__text {
	flex: 1 1 200px;
	font-size: 13px;
	color: #5a6b82;
}
.li-meta {
	max-width: 540px;
	margin: 10px auto 16px;
	padding: 10px 14px;
	border: 1px solid #dde4ed;
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	line-height: 1.5;
}

.li-meta__row {
	display: flex;
	gap: 10px;
	padding: 3px 0;
}

.li-meta__row + .li-meta__row {
	border-top: 1px solid #eef2f7;
}

.li-meta__label {
	flex: 0 0 84px;
	color: #5a6b82;
}

.li-meta__value {
	flex: 1 1 auto;
	color: #1d2b0a;
}