@charset "utf-8";

:root {
	--navy-900: #081a33;
	--navy-800: #0d2447;
	--navy-700: #123363;
	--blue-500: #2f6fd6;
	--blue-500c: #2f6fd6cc;
	--blue-5009: #2f6fd699;
	--cyan-400: #5fd4e8;
	--cyan-400c: #5fd4e8cc;
	--cyan-4009: #5fd4e899;
	--cyan-300: #9be8f2;
	--gold-500: #e6a93a;
	--gold-400: #f3c15f;
	--ink-900: #101826;
	--ink-700: #3c4a5e;
	--ink-500: #6b7a90;
	--ink-300: #9facc0;
	--ink-200: #afbcb0;
	--paper: #f6f8fb;
	--white: #ffffff;
	--white-c: #ffffffcc;
	--white-9: #ffffff99;
	--white-6: #ffffff66;
	--line: #e3e8f0;
	--radius: 18px;
	--shadow: 0 20px 50px -20px rgba(8, 26, 51, .25);

	--link:			#0096e9;
	--link-hover:	#00b6f9;

	--transition: all .2s ease;
}

.white-c { color: var(--white-c); }
.white-9 { color: var(--white-9); }

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	color: var(--ink-900);
	background: var(--paper);
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4 {
/*	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;*/
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

::selection {
	background: var(--cyan-300);
	color: var(--navy-900);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(8, 26, 51, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: .02em;
}

.brand img {
	height: 28px;
	height: 32px;
	width: auto;
}

.brand small {
	display: block;
	font-weight: 400;
	font-size: 1.0rem;
	color: var(--cyan-300);
	letter-spacing: .15em;
}

.nav-links {
	display: flex;
	gap: 28px;
	font-size: 1.3rem;
	color: rgba(255, 255, 255, .78);
}

.nav-links a {
	padding: 4px 0;
	transition: color .2s;
}

.nav-links a:hover {
	color: #fff;
}

.nav-cta {
	background: linear-gradient(120deg, var(--gold-400), var(--gold-500));
	color: var(--navy-900);
	font-weight: 700;
	font-size: 1.25rem;
	padding: 9px 18px;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: 0 8px 18px -6px rgba(230, 169, 58, .6);
}

@media (max-width:900px) {
	.nav-links {
		display: none;
	}
}

@media (max-width:560px) {
	.site-header .wrap {
		height: auto;
		padding-top: 12px;
		padding-bottom: 12px;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.brand span small {
		display: none;
	}

	.brand span {
		font-size: 1.2rem;
	}

	.nav-cta {
		font-size: 1.15rem;
		padding: 8px 14px;
	}
}

.hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(ellipse at 45% 20%, #143a72 0%, var(--navy-800) 40%, var(--navy-900) 90%);
	color: #fff;
	padding: 88px 0 0;
	padding: 152px 0 0;
	margin-top: -64px;
}

.normal {
	position: relative;
	overflow: hidden;
	padding: 32px 0 0;
}

.normal.bg-navy {
	background: var(--navy-900);
	color: #fff;
}


#jsap80th .hero .wrap {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.036fr .964fr;
	grid-template-rows: 1fr auto;
	gap: 40px;
	align-items: start;
	padding-bottom: 56px;
}

#jsap80th .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1.25rem;
	letter-spacing: .14em;
	color: var(--cyan-300);
	border: 1px solid rgba(155, 232, 242, .35);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 22px;
}

.eyebrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cyan-300);
	box-shadow: 0 0 10px var(--cyan-300);
}

#jsap80th .hero h1 {
/**/
	margin-top: -8px;
	font-size: clamp(2.8rem, 4vw, 4.6rem);
	font-weight: 900;
	letter-spacing: .01em;
	line-height: 1.25;
}

.gold-gra,
#jsap80th .hero h1 em {
/**/
	font-style: normal;
	display: block;
	background: linear-gradient(100deg, var(--gold-400), #ffe3a6 45%, var(--gold-400));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}

#jsap80th .hero h1 em {
	margin-top: 14px;
	font-size: clamp(2.1rem, 2.6vw, 2.6rem);
	letter-spacing: 0.04em;
}

#jsap80th .hero .sub {
/**/
	margin-top: 20px;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, .82);
	max-width: 48ch;
	max-width: 32em;
	text-align: justify;
}

#jsap80th .hero-meta {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	font-size: 1.35rem;
	color: rgba(255, 255, 255, .9);
}

#jsap80th .hero-meta div {
	display: flex;
	align-items: center;
	gap: 8px;
}

#jsap80th .hero-meta strong {
	color: var(--gold-400);
	font-weight: 700;
}

#jsap80th .hero-cta {
	margin-top: 24px;
	grid-row: 2 / 3;
	grid-column: 1 / 3;
	text-align: center;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 1.0em 1.85em;
	border-radius: 999px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-gold {
	background: linear-gradient(120deg, var(--gold-400), var(--gold-500));
	color: var(--navy-900);
	box-shadow: 0 14px 30px -10px rgba(230, 169, 58, .55);
}

.btn-ghost {
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	transition: var(--transition);
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, .08);
}

#jsap80th .hero-visual {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--shadow);
	aspect-ratio: 4/3;
}

#jsap80th .hero-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#jsap80th .hero-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 26, 51, 0) 55%, rgba(8, 26, 51, .55) 100%);
}


@media (max-width:900px) {
	#jsap80th .hero .wrap {
		grid-template-columns: 1fr;
		padding-top: 8px;
	}

	#jsap80th .hero-visual {
		order: -1;
		aspect-ratio: 16/10;
	}
}

.hero-wave {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.section {
	padding: 80px 0;
}

.section-head {
	max-width: 680px;
	margin: 0 auto 26px;
	text-align: center;
}

.section-head .tag {
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: .16em;
	color: var(--blue-500);
	font-weight: 700;
	margin-bottom: 14px;
}

.section-head h2 {
	font-size: clamp(2.4rem, 3.2vw, 3.4rem);
	font-weight: 900;
	color: var(--navy-900);
}

.section-head p {
	margin-top: 16px;
	color: var(--ink-500);
	font-size: 1.5rem;
}



/* #jsap80th ↓ */
/* project intro */
#jsap80th #project {
	margin-top: -2px;
	background: var(--paper);
}

#jsap80th #project2 {
	background: var(--white);
}

#jsap80th .intro-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 56px;
	align-items: center;
}

#jsap80th .intro-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 36px;
	box-shadow: var(--shadow);
}

#jsap80th .intro-card p {
	color: var(--ink-700);
	font-size: 1.55rem;
}

#jsap80th .intro-card p+p {
	margin-top: 16px;
}

#jsap80th .milestones {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 26px;
}

#jsap80th .milestone {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
}

#jsap80th .milestone strong {
	display: block;
	font-size: 2.0rem;
	color: var(--blue-500);
	font-weight: 900;
}

#jsap80th .milestone span {
	font-size: 1.15rem;
	color: var(--ink-500);
}

#jsap80th .about-figure {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}

#jsap80th .about-figure img {
	width: 100%;
}

@media (max-width:880px) {
	#jsap80th .intro-grid {
		grid-template-columns: 1fr;
	}
}

/* vision teaser card */
#jsap80th .vision-teaser {
	background: linear-gradient(150deg, #0e2a52, #153e78);
	border-radius: 24px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: var(--shadow);
	color: #fff;
}

#jsap80th .vision-teaser img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
}

#jsap80th .vision-teaser .vt-body {
	padding: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#jsap80th .vision-teaser .tag-sm {
	font-size: 1.15rem;
	letter-spacing: .14em;
	font-weight: 700;
	color: var(--cyan-300);
}

#jsap80th .vision-teaser h3 {
	margin-top: 12px;
	font-size: clamp(2.0rem, 2.6vw, 2.8rem);
	font-weight: 900;
}

#jsap80th .vision-teaser p {
	margin-top: 14px;
	color: rgba(255, 255, 255, .78);
	font-size: 1.45rem;
}

#jsap80th .vision-teaser .btn {
	margin-top: 24px;
	align-self: flex-start;
}

@media (max-width:820px) {
	#jsap80th .vision-teaser {
		grid-template-columns: 1fr;
	}

	#jsap80th .vision-teaser img {
		min-height: 220px;
	}
}

/* event */
#jsap80th .event {
	background: var(--white);
}

#jsap80th .event-panel {
	display: grid;
	grid-template-columns: 1fr .76fr;
	grid-template-rows: 1fr auto auto;
	gap: 0 48px;
	align-items: start;
	background: linear-gradient(150deg, #0e2a52, #153e78);
	color: #fff;
	border-radius: 24px;
	padding: 48px;
	box-shadow: var(--shadow);
	position: relative;
	overflow: hidden;
}

#jsap80th .event-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .5;
	pointer-events: none;
	background: radial-gradient(circle at 90% 0%, rgba(95, 212, 232, .25), transparent 45%);
}

#jsap80th .event-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.25rem;
	letter-spacing: .14em;
	color: var(--gold-400);
	font-weight: 700;
	margin-bottom: 14px;
}

#jsap80th .event-panel h3 {
	font-size: clamp(2.2rem, 2.6vw, 2.8rem);
	font-weight: 900;
}

#jsap80th .event-panel .sub {
	color: rgba(255, 255, 255, .72);
	margin-top: 10px;
	font-size: 1.45rem;
}

#jsap80th .info-list {
	margin-top: 28px;
	display: grid;
	gap: 16px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

#jsap80th .info-row {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

#jsap80th .info-row dt {
	color: var(--cyan-300);
	font-weight: 700;
	letter-spacing: .04em;
	font-size: 1.4rem;
}

#jsap80th .info-row dd {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, .92);
}

#jsap80th .info-row dd small {
	display: block;
	color: rgba(255, 255, 255, .6);
	margin-top: 4px;
	font-size: 1.25rem;
}

#jsap80th .info-row .dmal {
	color: var(--white-c);
}

#jsap80th .info-row .dmal:hover {
	color: var(--cyan-300);
}

#jsap80th .fee-badge {
	display: inline-block;
	background: rgba(243, 193, 95, .16);
	color: var(--gold-400);
	border: 1px solid rgba(243, 193, 95, .4);
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 8px;
}

#jsap80th .flyer-wrap a {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .6);
}

#jsap80th .flyer-wrap a {
	display: inline-block;
}

#jsap80th .flyer-wrap img {
	width: 100%;
	max-width: 400px;
	display: inline-block;
}

.flyer-wrap a img {
	transition: var(--transition);
}
.flyer-wrap a:hover img {
	transform: translateY(-2px) scale(1.03);
}

@media (max-width:860px) {
	#jsap80th .event-panel {
		grid-template-columns: 1fr;
		padding: 32px;
	}
}

#jsap80th .program {
	background: var(--paper);
}

#jsap80th .program-table-wrap {
	position: relative;
	grid-row: 2/3;
	grid-column: 1/3;
	margin-top: 24px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	overflow-x: auto;
}

#closePRG1, 
#closePRG2 {
	position: absolute;
	top: 1px;
	right: 2px;

	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-align: center;
	font-size: 2.0rem;
	line-height: 48px;
	color: var(--white-9);
	cursor: pointer;

	transition: color .2s;
}

#closePRG1:hover, 
#closePRG2:hover {
	color: var(--white);
}

#jsap80th table.program-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
	margin: 0 !important;
	font-size: 1.6rem;
}

#jsap80th table.program-table th {
	text-align: left;
	background: var(--navy-800);
	color: #fff;
	padding: 14px 18px;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: .06em;
}

#jsap80th table.program-table td {
	padding: 13px 18px;
	border-bottom: 1px solid var(--line);
	color: var(--ink-700);
	vertical-align: top;
}

#jsap80th table.program-table tr:last-child td {
	border-bottom: none;
}

#jsap80th table.program-table tr:hover td {
	background: #f0f5fc;
}

#jsap80th .t-time {
	width: 120px;
	white-space: nowrap;
	color: var(--blue-500);
	font-size: 1.36rem;
	line-height: 29px;
	font-weight: 700;
}

#jsap80th .t-speaker {
	width: 300px;
	color: var(--ink-900);
	font-weight: 500;
}

#jsap80th .t-speaker .org {
	color: var(--ink-500);
	font-size: 1.32rem;
}

#jsap80th .t-break td {
	color: var(--ink-900);
	font-style: italic;
	background: #fbfbfd;
}

#jsap80th .badge-panel {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--blue-500);
	background: #e9f0fd;
	border-radius: 6px;
	padding: 2px 8px;
	margin-left: 6px;
}

#jsap80th .duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

#jsap80th .duo-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 32px;
	box-shadow: var(--shadow);
}

#jsap80th .duo-card .tag-sm {
	font-size: 1.15rem;
	letter-spacing: .12em;
	font-weight: 700;
	color: var(--blue-500);
}

#jsap80th .duo-card h3 {
	margin-top: 10px;
	font-size: 2.0rem;
	font-weight: 900;
	color: var(--navy-900);
}

#jsap80th .duo-card p {
	margin-top: 12px;
	font-size: 1.4rem;
	color: var(--ink-700);
}

#jsap80th .soon {
	display: inline-block;
	margin-top: 16px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #b6822c;
	background: #fff4de;
	border: 1px solid #f0dcae;
	padding: 4px 10px;
	border-radius: 999px;
}

@media (max-width:760px) {
	#jsap80th .duo {
		grid-template-columns: 1fr;
	}
}

.event-btn {
	grid-row: 3/4;
	grid-column: 1/3;
	margin-top: 40px;
	text-align: center;
}
/* #jsap80th ↑ */








#mirai-vision .hero {
	margin-top: -76px;
/*
	background: radial-gradient(ellipse at 50% 15%, #143a72 0%, var(--navy-800) 20%, var(--navy-900) 35%);
*/
	background: radial-gradient(ellipse at 45% 20%, #143a72 0%, var(--navy-800) 35%, var(--navy-900) 90%);
}

.normal .wrap,
#mirai-vision .hero .wrap,
.mirai-vision .hero .wrap {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 34px;
	align-items: center;
	padding-bottom: 0;
	text-align: center;
}

.eyebrow {
	display: inline-flex;
	align-items: top;
	gap: 8px;
	font-size: 1.25rem;
	letter-spacing: .14em;
	color: var(--cyan-300);
	border: 1px solid rgba(155, 232, 242, .35);
	padding: 6px 14px;
	border-radius: 999px;
	margin: 0 auto;
}

.mirai-vision .hero h1,
#mirai-vision .hero h1 {
	font-size: clamp(3.0rem, 4.6vw, 5.2rem);
	font-weight: 900;
	letter-spacing: .01em;
}

.mirai-vision .hero .eyebrow + h1 {
	margin-top: -6px;
	line-height: 1.0;
}

.story {
	width: 100%;
	max-width: 672px;
	margin: 0 auto 50px;
	padding-bottom: 12px;
}

.story p {
	text-align: justify;
}

.story p + p {
	margin-top: 1.8em;
}

#mirai-vision .hero .sub {
	margin: 20px auto 0;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, .82);
	max-width: 52ch;
}

#mirai-vision .hero-cta {
	margin-top: 32px;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.mirai-vision .hero-visual,
#mirai-vision .hero-visual {
	position: relative;
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto 10px;
	border-radius: 22px;
	box-shadow: var(--shadow);
}

.mirai-vision .hero-visual img,
#mirai-vision .hero-visual img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
	transition: var(--transition);
}

.mirai-vision .hero-visual .nowprint,
.mirai-vision .hero-visual img {
	aspect-ratio: 16/9;
}

.mirai-vision .hero-visual .nowprint {
	display: block;
	box-sizing: border-box;
	width: 672px;
	height: auto;
	padding-top: calc(100% / 16 * 9 * 0.5 - 10px);
	line-height: 1.0;
	font-size: 2.0rem;
	color: var(--navy-800);
	background: #ffffff09;
}

@media (max-width:672px) {
	.mirai-vision .hero-visual {
		width: 100%;
	}
	.mirai-vision .hero-visual .nowprint {
		width: 100%;
	}
}

.useimagemap {
	position: relative;
}

.useimagemap a {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	box-sizing: border-box;

/*
	color: #0f0;
	font-weight: 900;
	font-size: 2.4rem;
	border: 4px solid #ff000066;
*/
	border: 3px solid #0033cc00;
	animation: blink-ani 2.1s linear alternate;
	border-radius: 6px;
	transition: var(--transition);
}

@keyframes blink-ani {
	0%		{ border-color: #2cd8ff00; }
	64%		{ border-color: #0bd2ffff; }
	100%	{ border-color: #2cd8ff00; }
}

.useimagemap a:hover {
	border-color: #2cd8ffff;
}

#toCat1 {	top: 316px;		left: 480px;	width: 215px;		height: 60px;	}
#toCat2 {	top: 366px;		left: 700px;	width: 140px;		height: 60px;	}
#toCat3 {	top: 388px;		left: 375px;	width: 154px;		height: 60px;	}
#toCat4 {	top: 276px;		left: 750px;	width: 210px;		height: 60px;	}
#toCat5 {	top: 162px;		left: 588px;	width: 230px;		height: 86px;	}
#toCat6 {	top: 85px;		left: 375px;	width: 140px;		height: 60px;	}


/* vision6 */

.vision-card {
	display: grid;
	grid-gap: 40px;
}

.vision-card .vision {
	display: grid;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	border-radius: 12px;
	overflow: hidden;
}

.vision-card .vision-item {
	position: relative;
	display: grid;
	grid-template-columns: 0.38fr 0.62fr;
	grid-template-rows: 56px 0.2fr auto 56px;
	grid-gap: 0 39px;

	border: 1px solid var(--line);
	background: var(--white);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.vision-image {
	overflow: hidden;
	grid-row: 1/5;
	grid-column: 1/2;
	border-radius: var(--radius) 0 0 var(--radius);
}

.vision-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.vision-item:hover img {
	transform: scale(1.06);
}

h3.vision-title {
	margin: 30px 40px 0 0;
	padding: 0;
	line-height: 1.1;
	font-size: 2.3rem;
	font-weight: 900;
	color: var(--ink-900);
}

.vision-item .notavailable {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 392px;
	height: 100%;
	aspect-ratio: 392px / 220px;
	padding: 30% 0 0;
	text-align: center;
	line-height: 1.0;
	font-size: 1.6rem;
	color: var(--white-c);
	background: var(--ink-300);
}

.vision-catch {
	margin: 12px 40px 0 0;
	line-height: 1.1;
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--ink-500)
}

.vision-intro {
	margin: 16px 40px 0 0;
	text-align: justify;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: calc(1.8em * 3);
}

.vision-item > a {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;

	white-space: nowrap;
	text-indent: 101%;
	font-size: 1.3rem;
	font-weight: bold;
	color: var(--link);

	transition: var(--transition);
}

.continue {
	display: block;
	margin: 18px 0;
	line-height: 1.1;
	font-size: 1.3rem;
	font-weight: bold;
	color: var(--link);
}

.continue:before {
	content: "つづきを読む";
}

.vision-item > a:hover, 
.vition-item:hover .continue {
	color: var(--link-hover);
}

/*
.vision-item > a:after {
	content: "";
	display: inline-block;
	width: 0;
	max-width: calc(100% - 6.5em - 40px);
	height: 1px;
	margin-left: 0.5em;
	border-bottom: 2px solid var(--link);
	transform: translateY(-0.35em);
	transition: all 1.2s linear 0s;
	opacity: 0.3;
}

.vision-item > a:hover:after {
	width: calc(100% - 6.5em - 40px);
	border-color: var(--link-hover);
}
*/

/* about */
.about-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 40px;
	box-shadow: var(--shadow);
	max-width: 840px;
	margin: 0 auto;
}

.about-card p {
	color: var(--ink-700);
	font-size: 1.55rem;
}

.about-card p+p {
	margin-top: 16px;
}

.about-card .quote {
	margin-top: 24px;
	padding: 18px 22px;
	border-left: 3px solid var(--gold-500);
	background: #fbf6ea;
	border-radius: 0 10px 10px 0;
	font-size: 1.45rem;
	color: var(--ink-700);
	font-style: italic;
}

.related-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 26px;
	padding: 16px 20px;
	border: 1px dashed var(--line);
	border-radius: 12px;
	font-size: 1.35rem;
	color: var(--ink-700);
	flex-wrap: wrap;
}

.related-link b {
	color: var(--navy-900);
}

/* themes */
.themes {
	background: var(--navy-900);
	color: #fff;
	position: relative;
}

.themes .section-head h2 {
	color: #fff;
}

.themes .section-head p {
	color: rgba(255, 255, 255, .65);
}

.themes .section-head .tag {
	color: var(--cyan-300);
}

.theme-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.theme-card {
	background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--radius);
	padding: 28px 24px;
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.theme-card:hover {
	transform: translateY(-6px);
	border-color: rgba(155, 232, 242, .5);
	background: rgba(255, 255, 255, .08);
}

.theme-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	background: linear-gradient(135deg, var(--blue-5009), var(--cyan-4009));
	grid-row: 1/3;
	grid-column: 1/2;
}

.theme-en {
	font-size: 1.1rem;
	letter-spacing: .16em;
	color: var(--cyan-300);
	font-weight: 700;
}

.theme-card h3 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-size: 1.9rem;
	font-weight: 700;
}

.theme-team {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px dashed rgba(255, 255, 255, .18);
	font-size: 1.6rem;
	color: rgba(255, 255, 255, .92);
}

.theme-team .org {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, .7);
}

.theme-team b,
.theme-team .role {
	color: rgba(255, 255, 255, .88);
	font-weight: 700;
	display: inline-block;
	margin-left: 0.5em;
	font-size: 1.25rem;
}

.theme-team div+div {
	margin-top: 4px;
}

@media (max-width:900px) {
	.theme-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:600px) {
	.theme-grid {
		grid-template-columns: 1fr;
	}
}

/* ambassador */
.amb-panel {
	display: grid;
	grid-template-columns: .62fr 1fr;
	gap: 0;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.amb-photo {
	background: linear-gradient(150deg, var(--blue-500), var(--navy-800));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	min-height: 260px;
}

.amb-photo .initial {
	font-size: 6.4rem;
	font-weight: 900;
	opacity: .9;
}

.amb-body {
	padding: 40px;
}

.amb-body .tag-sm {
	font-size: 1.15rem;
	letter-spacing: .14em;
	font-weight: 700;
	color: var(--blue-500);
}

.amb-body h3 {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--navy-900);
}

.amb-role {
	margin-top: 6px;
	font-size: 1.3rem;
	color: var(--ink-500);
}

.amb-body p {
	margin-top: 16px;
	font-size: 1.45rem;
	color: var(--ink-700);
}

.amb-tag {
	display: inline-block;
	margin-top: 16px;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--blue-500);
	background: #e9f0fd;
	padding: 4px 12px;
	border-radius: 999px;
}

@media (max-width:760px) {
	.amb-panel {
		grid-template-columns: 1fr;
	}

	.amb-photo {
		min-height: 160px;
	}
}

/* timeline */
.timeline {
	background: var(--white);
}

.tl-list {
	max-width: 720px;
	margin: 40px auto 0;
	position: relative;
	padding-left: 28px;
	border-left: 2px solid var(--line);
}

.tl-year {
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--blue-500);
	letter-spacing: .08em;
	margin: 14px 0 24px -20px;
	padding-left: 20px;
}

.tl-year:first-child {
	margin-top: 0;
}

.tl-item {
	position: relative;
	padding-bottom: 20px;
}

.tl-item::before {
	content: "";
	position: absolute;
	left: -34px;
	top: 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--blue-500);
	box-shadow: 0 0 0 4px #e9f0fd;
}

.tl-item .tl-date {
	display: inline-block;
	width: 7.0em;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ink-900);
}

.tl-item .tl-title {
	display: inline-block;
	font-size: 1.6rem;
	color: var(--ink-900);
	margin-top: 4px;
}

.tl-item .tl-place {
	display: inline-block;
	font-size: 1.25rem;
	color: var(--ink-500);
	margin: 2px 0 0 1.0em;
}

.tl-note {
	max-width: 760px;
	margin: 34px auto 0;
	padding-left: 28px;
	font-size: 1.25rem;
	color: var(--ink-500);
}

.tl-note p+p {
	margin-top: 6px;
}

/* gallery */
.gallery {
	background: var(--paper);
}

.gal-group {
	margin-bottom: 44px;
}

.gal-group:last-child {
	margin-bottom: 0;
}

.gal-group h3 {
	font-size: 1.6rem;
	font-weight: 900;
	color: var(--navy-900);
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gal-group h3::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--blue-500);
	display: inline-block;
}

.gal-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.gal-item {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--shadow);
	position: relative;
	background: var(--navy-900);
}

.gal-item img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
	transition: var(--transition);;
}

.gal-item:hover img {
	transform: scale(1.06);
}

.gal-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px 10px;
	font-size: 1.15rem;
	color: #fff;
	background: linear-gradient(0deg, rgba(8, 26, 51, .85), rgba(8, 26, 51, 0));
	white-space: pre-line;
}

@media (max-width:900px) {
	.gal-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:640px) {
	.gal-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gal-group a[href*=".jpg"]:after, 
.gal-group a[href*=".png"]:after {
	content: "";
	display: none;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 0.3;
}

/* acknowledgement */
.ack {
	background: var(--white);
}

.ack-card {
	max-width: 800px;
	margin: 0 auto;
	background: linear-gradient(150deg, #0e2a52, #153e78);
	color: #fff;
	border-radius: var(--radius);
	padding: 44px;
	box-shadow: var(--shadow);
}

.ack-card .tag-sm {
	font-size: 1.15rem;
	letter-spacing: .14em;
	font-weight: 700;
	color: var(--gold-400);
}

.ack-card h3 {
	margin-top: 10px;
	font-size: 2.0rem;
	font-weight: 900;
}

.ack-card p {
	margin-top: 16px;
	font-size: 1.6rem;
	text-align: justify;
	color: var(--white);
}

.ack-card p+p {
	margin-top: 14px;
}

.ack-credit {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	font-size: 1.25rem;
	color: rgba(255, 255, 255, .6);
	display: grid;
	gap: 6px;
}

.ack-credit b {
	color: rgba(255, 255, 255, .85);
}

.cta {
	padding: 40px 0;
	background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(95, 212, 232, .22), transparent 55%);
}

.cta .wrap {
	position: relative;
	z-index: 2;
}

.cta h2 {
	font-size: clamp(1.8rem, 2.8vw, 3.0rem);
	font-weight: 900;
}

.cta p {
	margin-top: 14px;
	color: rgba(255, 255, 255, .75);
	font-size: 1.5rem;
}

.cta .hero-cta {
	justify-content: center;
	margin-top: 32px;
}

.cta .hero-cta a + a {
	margin-left: 16px;
}

footer {
	background: var(--navy-900);
	padding: 40px 0 30px;
	font-size: 1.25rem;
}

footer,
footer .dmal {
	color: var(--white-9) !important;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 16px;
}

footer .f-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

footer .dmal, 
footer .f-links a {
	transition: var(--transition) !important;
}

footer .dmal:hover, 
footer .f-links a:hover {
	color: var(--white) !important;
}

footer .f-org {
	margin-bottom: 6px;
	color: var(--white-c);
	font-weight: 700;
	font-size: 1.3rem;
}

.copyright {
	margin-top: 20px;
	font-size: 1.1rem;
	color: var(--white-6);
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
	opacity: 1;
	transform: none;
}

.theme-head {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr auto;
	gap: 0 16px;
}

#dispPRG1, 
#dispPRG2 {
	display: inline-block;
	cursor: pointer;
}

a.topdf:after,
#dispPRG1 .fa-solid, 
#dispPRG2 .fa-solid {
	margin-left: 0.2em;
	color: var(--white-9);
	transition: color .2s;
}

a.topdf:hover:after,
#dispPRG1:hover .fa-solid, 
#dispPRG2:hover .fa-solid {
	color: var(--white);
}

#other-visions {
	margin-top: -2px;
	background: var(--paper);
	z-index: 10;
}

#other-visions .wrap {
	width: auto;
	margin: 0 auto 80px;
	padding-top: 80px;
}

.list-links_mv {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	gap: 20px 28px;
}

.list-links_mv > li {
	width: 100%;
	max-width: 220px;
}

.list-links_mv a {
	display: block;
	text-align: center;
}

.links-title {
	font-size: 1.36rem;
	font-weight: bold;
	color: var(--link);
	transition: var(--transition);
}

a:hover .links-title {
	color: var(--link-hover);
}

.links-image {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 96/54;
	overflow: hidden;
	border-radius: 8px;
	transition: var(--transition);
	box-shadow: 0 12px 30px -15px rgba(8, 26, 51, .65);
}

.list-links_mv .current {
	position: relative;
}

.list-links_mv .current .links-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 96/54;
	border-radius: 8px;
	box-sizing: border-box;
	border: 8px solid #ffbb00cc;
}

.links-image.noimg {
	padding: calc(100% / 16 * 9 * 0.5 - 7px) 0 0;
	line-height: 1.0;
	font-size: 1.4rem;
	color: var(--ink-200);
	background: #eaeaf2;
}


.list-links_mv img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: var(--transition);
}

.list-links_mv a:hover img {
	transform: scale(1.06);
}

.catchcopy {
	margin: 0 0 22px;
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: var(--gold-400);
}

.story p a, 
#thank p a {
	transition: var(--transition);
	border-bottom: 1px dotted var(--white-9);
}

.story p a:hover, 
#thank p a:hover {
	color: var(--white);
	border-color: var(--white);
}

footer .totop {
	position: fixed;
	right: 30px;
	bottom: 10px;
	margin: 0 auto;

	display: none;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	line-height: 1.0;
	background: #000;
	border-radius: 4px;
	opacity: 0.48;
	transition: all .16s linear 0s;
	cursor: pointer;
}

footer .totop:before {
	content: url("../imgs/home/totop.svg");
	display: inline-block;
	width: 24px;
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	overflow: hidden;
	transition: all .10s linear 0s;
	margin-top: 8px;
}

footer .totop:hover {
	background: var(--link-hover);
	opacity: 1;
}

footer .totop:hover:before {
	margin-top: 4px;
}
