@charset "UTF-8";
:root {
	--ink: #122238;
	--muted: #69778a;
	--line: #e6ebf0;
	--soft: #f5f7f8;
	--navy: #102d50;
	--orange: #e96c3a;
	--green: #4b8b72;
}
* { box-sizing: border-box; }
html { background: #f5f7f8; }
body {
	margin: 0;
	color: var(--ink);
	background: #fff;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topline { background: #f3f5f6; color: #7b8794; font-size: 12px; }
.topbar { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.toplinks { display: flex; align-items: center; gap: 12px; }
.toplinks i { display: block; width: 1px; height: 11px; background: #cfd6dc; }
.header { height: 104px; display: flex; align-items: center; gap: 48px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand-mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--orange);
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1;
	border-radius: 5px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong, .footer-brand strong { font-size: 24px; letter-spacing: 1px; }
.brand-copy small, .footer-brand small {
	margin-top: 4px;
	color: #a0aab3;
	font-size: 9px;
	letter-spacing: 1.8px;
}
.search {
	display: flex;
	flex: 1;
	max-width: 520px;
	height: 40px;
	background: #f5f7f8;
	border: 1px solid #edf0f2;
	border-radius: 3px;
	overflow: hidden;
}
.search input {
	min-width: 0;
	flex: 1;
	border: 0;
	background: transparent;
	padding: 0 16px;
	outline: 0;
	color: var(--ink);
	font: inherit;
}
.search button {
	width: 75px;
	border: 0;
	background: var(--navy);
	color: #fff;
	cursor: pointer;
	font: inherit;
}
.header-note {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	text-align: right;
	color: var(--orange);
	line-height: 1.4;
}
.header-note span { color: #9aa6b2; font-size: 12px; margin-top: 4px; }
.nav { border-bottom: 1px solid var(--line); border-top: 1px solid #eef1f2; background: #fff; }
.nav-inner { display: flex; align-items: center; height: 52px; gap: 0; overflow-x: auto; }
.nav a {
	height: 52px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: #465567;
	font-weight: 600;
	position: relative;
	white-space: nowrap;
}
.nav a:hover, .nav a.active { color: var(--orange); }
.nav a.active::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 20px;
	right: 20px;
	height: 3px;
	background: var(--orange);
}
.subhero {
	background: linear-gradient(135deg, #10243f, #1b3f67 60%, #e6d0b6 60.3%, #f0e2d0 100%);
	color: #fff;
}
.subhero-inner { padding: 40px 0 36px; }
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: rgba(255,255,255,.76);
	font-size: 12px;
}
.subhero h1 { margin: 12px 0 10px; font-size: 34px; line-height: 1.25; letter-spacing: .6px; }
.subhero p { margin: 0; color: rgba(255,255,255,.82); max-width: 760px; }
.site-main { padding: 34px 0 76px; }
.site-main > #content { display: block; width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 28px; }
.hero-story {
	min-height: 350px;
	position: relative;
	overflow: hidden;
	background: var(--navy);
	border-radius: 4px;
	color: #fff;
}
.hero-image {
	height: 350px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 34px;
	background: linear-gradient(120deg, #172e4c 0%, #274766 53%, #d67d55 53.2%, #eab48f 100%);
	font-size: 14px;
	letter-spacing: 3px;
	color: rgba(255,255,255,.72);
	text-align: right;
}
.hero-image::after {
	content: "";
	position: absolute;
	right: 20%;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.16);
	transform: rotate(28deg);
}
.hero-image b { font-size: 25px; color: #fff; letter-spacing: 1px; }
.hero-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 54px 40px 31px;
	background: linear-gradient(transparent, rgba(9,27,49,.96) 43%);
}
.eyebrow, .resource-label, em {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2px;
	color: var(--orange);
	font-weight: 700;
}
.hero-body h1 { font-size: 29px; line-height: 1.35; max-width: 640px; margin: 8px 0 7px; letter-spacing: .5px; }
.hero-body p { margin: 0; color: #c9d3dd; max-width: 600px; }
.read-more { display: inline-block; margin-top: 18px; font-weight: 700; }
.read-more span, .section-head a span, .platform-card > b, .resource-link span { margin-left: 9px; font-size: 18px; }
.headline-list { padding: 5px 0; }
.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid var(--ink);
	padding-bottom: 11px;
}
.section-head h2 { font-size: 20px; margin: 0; letter-spacing: .5px; }
.section-head a { color: var(--orange); font-size: 12px; font-weight: 600; }
.headline {
	display: flex;
	gap: 17px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}
.headline > b { color: #cbd2d8; font-size: 21px; font-family: Georgia, serif; font-weight: 400; }
.headline span { display: flex; flex-direction: column; line-height: 1.5; }
.headline strong { font-size: 15px; font-weight: 600; }
.headline small { color: #a0aab4; font-size: 11px; margin-top: 5px; }
.platform-strip { padding: 47px 0 42px; }
.platform-strip .section-head > div, .directory .section-head > div, .feed-head > div:first-child {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.platforms { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 20px; }
.platform-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 12px;
	background: var(--soft);
	border: 1px solid transparent;
	transition: .2s;
}
.platform-card:hover { background: #fff; border-color: #dce3e8; box-shadow: 0 6px 18px rgba(20,40,60,.06); }
.platform-icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	height: 38px;
	border-radius: 50%;
	font-weight: 800;
	color: #fff;
	font-size: 18px;
}
.rakuten .platform-icon { background: #bf1e2e; }
.amazon-japan .platform-icon { background: #152a45; }
.yahoo-shopping .platform-icon { background: #6c47a5; }
.qoo10 .platform-icon { background: #e84354; }
.mercari .platform-icon { background: #53a9a4; }
.platform-card span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.platform-card strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.platform-card small { color: #9aa6b2; font-size: 11px; margin-top: 3px; }
.platform-card > b { margin-left: auto; color: #c4cdd4; font-size: 17px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 56px; }
.feed-head { align-items: flex-end; }
.tabs { display: flex; gap: 19px; color: #8c98a3; font-size: 12px; font-weight: 600; }
.tabs a.selected { color: var(--orange); }
.news-card { display: flex; gap: 19px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.news-thumb {
	flex: 0 0 148px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,.8);
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.2;
}
.news-thumb b { font-size: 15px; color: #fff; letter-spacing: 1px; margin-top: 4px; }
.news-thumb.blue { background: linear-gradient(135deg, #17466c, #5797a2); }
.news-thumb.orange { background: linear-gradient(135deg, #e77c3e, #f1b467); }
.news-thumb.green { background: linear-gradient(135deg, #2a665c, #83ad8a); }
.news-thumb.navy { background: linear-gradient(135deg, #1c2e52, #59718f); }
.news-info { min-width: 0; }
.meta { display: flex; gap: 13px; align-items: center; color: #9ba7b2; font-size: 11px; }
.meta span { color: var(--orange); font-weight: 700; }
.news-info h3 { font-size: 17px; line-height: 1.5; margin: 5px 0 5px; }
.news-info p { color: #7a8793; margin: 0; font-size: 12px; }
.source { font-size: 11px; color: #a4afb8; margin-top: 10px; }
.side-column { padding-top: 0; }
.side-box { border: 1px solid var(--line); padding: 20px 20px; margin-bottom: 22px; }
.side-box .section-head { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.hot-list { padding: 5px 0 0; margin: 0; list-style: none; }
.hot-list li { border-bottom: 1px solid var(--line); padding: 11px 0; }
.hot-list li:last-child { border: 0; }
.hot-list a { display: flex; gap: 11px; font-size: 13px; line-height: 1.5; }
.hot-list b { color: var(--orange); font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.resource-box { background: var(--navy); color: #fff; border: 0; padding: 25px 23px; }
.resource-box h2 { font-size: 20px; margin: 14px 0 4px; }
.resource-box p { color: #b8c6d4; font-size: 12px; margin: 0 0 23px; }
.resource-link { font-size: 12px; font-weight: 700; }
.directory { padding-top: 58px; }
.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; }
.directory-grid a {
	position: relative;
	padding: 21px 18px;
	background: var(--soft);
	display: flex;
	flex-direction: column;
	min-height: 118px;
}
.directory-grid a:hover { background: #eef2f4; }
.directory-grid b { font-size: 16px; }
.directory-grid span { color: #8a97a2; font-size: 11px; margin-top: 3px; }
.directory-grid i { position: absolute; right: 16px; bottom: 18px; color: var(--orange); font-style: normal; font-size: 18px; }
.channel-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 42px; }
.channel-intro, .article-summary {
	padding: 18px 20px;
	background: #f6f8f9;
	border-left: 4px solid var(--orange);
	color: #617282;
	margin-bottom: 20px;
}
.channel-list { display: grid; gap: 18px; }
.channel-card {
	border: 1px solid var(--line);
	padding: 22px 22px 18px;
	background: #fff;
}
.channel-meta, .article-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #8d99a4;
	font-size: 11px;
	margin-bottom: 8px;
}
.channel-meta span, .article-meta span { color: var(--orange); font-weight: 700; }
.channel-card h2 { font-size: 22px; line-height: 1.4; margin: 0 0 8px; }
.channel-card p { margin: 0; color: #6e7f8d; }
.channel-links { list-style: none; padding: 0; margin: 12px 0 0; }
.channel-links li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.channel-links li:last-child { border-bottom: 0; }
.article-layout {
	max-width: 820px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.article-source {
	margin: 0 0 24px;
	padding: 10px 14px;
	background: #f6f8f9;
	color: #7d8994;
	font-size: 12px;
}
.article-source a {
	margin-left: 10px;
	color: var(--orange);
	font-weight: 600;
}
.article-body { font-size: 15px; color: #25374c; }
.article-body p { margin: 0 0 1.1em; }
.footer { border-top: 1px solid var(--line); background: #f5f7f8; }
.footer-inner {
	display: flex;
	align-items: center;
	gap: 50px;
	min-height: 120px;
	position: relative;
}
.footer-brand .brand-mark { width: 37px; height: 37px; font-size: 19px; }
.footer-brand strong { font-size: 18px; }
.footer-links { display: flex; gap: 23px; color: #788591; font-size: 12px; }
.footer-inner p {
	position: absolute;
	right: 0;
	bottom: 17px;
	color: #a4afb7;
	font-size: 10px;
	margin: 0;
}
@media (max-width: 900px) {
	.header { gap: 24px; }
	.header-note { display: none; }
	.platforms { grid-template-columns: repeat(3, 1fr); }
	.content-grid, .channel-layout { gap: 28px; grid-template-columns: minmax(0, 1fr) 280px; }
	.footer-inner { padding: 20px 0; display: block; }
	.footer-links { margin-top: 16px; }
	.footer-inner p { position: static; margin-top: 18px; }
}
@media (max-width: 680px) {
	.wrap { width: calc(100% - 32px); }
	.header {
		height: auto;
		padding: 20px 0;
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 18px;
	}
	.brand-copy strong { font-size: 20px; }
	.brand-mark { width: 42px; height: 42px; font-size: 22px; }
	.search { grid-column: 1 / -1; max-width: none; order: 3; }
	.nav a { padding: 0 14px; }
	.nav a.active::after { left: 14px; right: 14px; }
	.subhero-inner { padding: 28px 0 26px; }
	.subhero h1 { font-size: 25px; }
	.hero-grid { grid-template-columns: 1fr; gap: 26px; }
	.hero-story, .hero-image { min-height: 350px; height: 350px; }
	.hero-body { padding: 50px 24px 24px; }
	.hero-body h1 { font-size: 23px; }
	.platforms { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.content-grid, .channel-layout { display: block; }
	.side-column, .channel-side { padding-top: 36px; }
	.news-card { gap: 12px; }
	.news-thumb { flex-basis: 92px; height: 74px; font-size: 10px; }
	.news-thumb b { font-size: 11px; }
	.news-info h3, .channel-card h2 { font-size: 18px; }
	.directory-grid { grid-template-columns: repeat(2, 1fr); }
}
