@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* variables */
:root {
	--color-dark-gray: #333333;/* NBDC common */
	--color-gray: #666666;/* NBDC common */
	--color-light-gray: #f2f2f2;/* NBDC common */
	--color-white: #ffffff;

	--color-kv-aqua: #84dfff;
	--color-kv-blue: #164af7;
	--color-kv-light-blue: #e8f1ff;
	--color-kv-violet: #3b59ed;
	--color-kv-dark-pink: #bd32dc;
	--color-kv-pink: #d378e8;
	--color-kv-purple: #6a3eea;
	--color-kv-green: #00838f;

	--weight-bold: 700;
	--weight-normal: 400;
}


/* ============================================
	template
============================================ */
/* nav-togo */
.nav-togo {
	color: var(--color-white);
	background: linear-gradient(90deg, var(--color-kv-blue), var(--color-kv-dark-pink));
}
.list-togo {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-togo {
	width: 100%;
}
.link-togo {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 60px;
	padding: 15px;
	text-decoration: none !important;
	color: inherit !important;
	font-weight: var(--weight-bold);
}
.link-togo::before {
	position: absolute;
	bottom: -15px;
	width: 104px;
	height: 15px;
	content: "";
	transition: bottom 0.3s;
	background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5));
}
.link-togo.is-current::before {
	bottom: 0;
}
@media (hover: hover) {
	.link-togo:hover::before {
		bottom: 0;
	}
}
@media (max-width: 768px) {
	.nav-togo-in {
		padding-right: 0;
		padding-left: 0;
	}
}

/* hero-togo */
.hero-togo {
	background: var(--color-kv-light-blue);
}
.hero-togo-in-cat {
	padding: 50px 20px 50px 60px;
	color: var(--color-kv-violet);
	background: url(/event/symposium/togo2026/files/bg_togo2026_01.png) no-repeat center right 20px;
	background-size: auto 100%;
	font-size: 2.375rem;
	font-weight: var(--weight-bold);
}
@media (max-width: 768px) {
	.hero-togo-in-cat {
		padding: 40px 20px 40px 40px;
		font-size: 1.875rem;
	}
	.hero-togo-in-front {
		padding-right: 0;
		padding-left: 0;
	}
}

/* contents-togo */
.contents-togo {
	container-type: inline-size;
	margin-bottom: 0;
	padding-bottom: 60px;
	background: var(--color-kv-light-blue);
}

/* pagetop */
.link-pagetop {
	position: fixed;
	z-index: 1;
	right: 50px;
	bottom: 50px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
}
.link-pagetop:hover {
	background: rgba(0,0,0,0.3);
}
.img-pagetop {
	width: 100%;
	height: 100%;
	background: url("/common/files/ico_arrow_up_02.svg") no-repeat center 2px;
	background-size: cover;
}
.link-pagetop:hover .img-pagetop {
	animation: none;
}


/* ============================================
	module
============================================ */
/* section-togo */
.section-togo {
	position: relative;
	z-index: 1;
	margin: 30px 0;
	padding: 40px;
	border-radius: 40px;
	background: var(--color-white);
}
.section-togo::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	border-radius: 40px;
	background: var(--color-white);
}
.section-togo::after {
	position: absolute;
	z-index: -2;
	inset: 0 -5px -5px 0;
	content: "";
	border-radius: 40px;
	background: linear-gradient(90deg, var(--color-kv-violet), var(--color-kv-aqua));
}
.section-togo-toc {
	max-width: 280px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.section-togo-toc::after {
	content: initial;
}
.section-togo > *:first-child {
	margin-top: 0;
}
.section-togo > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.section-togo {
		margin: 20px 0;
		padding: 20px;
		border-radius: 20px;
	}
	.section-togo-program {
		padding-right: 10px;
		padding-left: 10px;
	}
	.section-togo::before,
	.section-togo::after {
		border-radius: 20px;
	}
}

/* box */
.ttl-box-01 {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-weight: var(--weight-bold);
}

/* ttl-level-01-togo */
.ttl-level-01-togo {
	margin: -10px 0 30px 0 !important;
	padding-bottom: 12px !important;
	text-align: center;
	color: var(--color-kv-violet);
	border: initial !important;
	background: url("/event/symposium/togo2026/files/bg_ttl-level-01-togo_01.png") no-repeat center bottom;
	background-size: auto 7px;
	font-size: 1.75rem !important;
}
@media (max-width: 768px) {
	.ttl-level-01-togo {
		margin-top: 0 !important;
		font-size: 1.5rem !important;
	}
}

/* ttl-level-02-togo */
.ttl-level-02-togo {
	position: relative;
	padding-left: 17px !important;
	border: none !important;
	font-size: 1.125rem !important;
}
.ttl-level-02-togo::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 7px;
	content: "";
	border-radius: 5px;
	background: linear-gradient(var(--color-kv-blue), var(--color-kv-dark-pink));
}

/* ttl-togo-poster */
.ttl-togo-poster {
	position: relative;
	padding-left: 2.5rem !important;
	border: none !important;
	font-size: 1.125rem !important;
}
[data-part="part-01"] .ttl-togo-poster {
	color: var(--color-kv-dark-pink);
}
[data-part="part-02"] .ttl-togo-poster {
	color: var(--color-kv-green);
}
[data-part="part-03"] .ttl-togo-poster {
	color: var(--color-kv-purple);
}
.num-poster {
	position: absolute;
	top: -0.28125rem;
	left: 0;
	width: 2.5rem;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 2.25rem !important;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
}

/* btn-large */
.btn-large {
	border-radius: 25px;
	font-size: 1.25rem;
}

/* btn-togo */
.btn-togo {
	background: url("/common/files/ico_blank_02.svg") no-repeat right 10px center, linear-gradient(90deg, var(--color-kv-blue), var(--color-kv-dark-pink)) !important;
	font-weight: var(--weight-bold);
}
@media (hover: hover) {
	.btn-togo:hover {
		background: url("/common/files/ico_blank_02.svg") no-repeat right 10px center, linear-gradient(-90deg, var(--color-kv-blue), var(--color-kv-dark-pink)) !important;
	}
}

/* label-togo */
.label-togo {
	display: inline-block;
	padding: 2px 5px;
	text-align: center;
	color: var(--color-white);
	border-radius: 5px;
	background: var(--color-kv-violet);
	font-size: 0.75rem;
	font-weight: var(--weight-bold);
}
[data-part="part-01"] .label-togo {
	background: var(--color-kv-dark-pink);
}
[data-part="part-02"] .label-togo {
	background: var(--color-kv-green);
}
[data-part="part-03"] .label-togo {
	background: var(--color-kv-purple);
}


/* ============================================
	front
============================================ */
/* registration */
.registration {
	display: grid;
	gap: 10px;
	justify-items: center;
	margin: 60px min(calc(-50cqw + 470px), -20px);
	padding: 40px 20px;
	background: var(--color-white);
}

/* list-program */
.list-program {
	display: grid;
	gap: 10px;
	grid-template-columns: auto 1fr;
}
.list-program > div {
	grid-column: span 2;
	display: grid;
	gap: 10px;
	grid-template-columns: subgrid;
	align-items: start;
	padding: 10px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--color-kv-light-blue), var(--color-white));
}
.list-program > div.break-time {
	background: linear-gradient(90deg, var(--color-light-gray), var(--color-white));
}
.list-program > div > dt {
	padding: 2px 5px;
	text-align: center;
	color: var(--color-white);
	border-radius: 5px;
	background: var(--color-kv-violet);
	font-size: 0.875rem;
	font-weight: var(--weight-bold);
}
.list-program > div.break-time > dt {
	background: var(--color-gray);
}
.list-program > div > dt:has(.visually-hidden) {
	background: none;
}
.list-program > div > dd {
	margin: 0;
}
.list-program > div > dd:not(:has(.subject-program:first-child)) {
	padding-top: 2px;
}
.list-program .subject-program {
	font-size: 1rem;
	font-weight: var(--weight-bold);
}
.list-program a {
	display: inline-block;
	padding-right: 25px;
	color: var(--color-kv-violet) !important;
	background: url("/common/files/ico_arrow_right_01.svg") no-repeat right center;
	background-size: 18px;
	font-size: 1rem;
	font-weight: var(--weight-bold);
}
.ico-program {
	float: right;
	margin: 4px 0;
}
.list-program-in {
	display: grid;
	gap: 10px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
.list-program-in > li {
	position: relative;
}
.time-program {
	position: absolute;
	right: calc(100% + 10px);
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 5px;
	text-align: center;
	color: var(--color-white);
	border-radius: 5px;
	background: var(--color-kv-violet);
	font-size: 0.875rem;
	font-weight: var(--weight-bold);
}
.note-program {
	font-size: 0.875rem;
	font-weight: var(--weight-normal);
}

/* google-maps */
.google-maps {
	aspect-ratio: 860 / 450;
	width: 100%;
	border: 0;
}


/* ============================================
	talk
============================================ */
/* speakers */
.speakers {
	display: grid;
	gap: 10px;
}
.speaker {
	position: relative;
	display: grid;
	gap: 5px;
	align-content: center;
	min-height: 190px;
	padding: 20px 20px 20px 190px;
	border-radius: 20px;
	background: linear-gradient(90deg, var(--color-kv-light-blue), var(--color-white));
}
.speaker-name {
	font-size: 1.125rem !important;
	font-weight: var(--weight-bold);
}
.speaker > dd {
	margin: 0;
}
.speaker-position {
	font-weight: var(--weight-bold);
}
.speaker-photo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
}
@media (max-width: 768px) {
	.speaker {
		padding: 190px 20px 20px 20px;
	}
	.speaker-photo {
		left: 50%;
		margin-left: -75px !important;
	}
}


/* ============================================
	poster
============================================ */
/* filter */
.filter-poster {
	position: relative;
}
.form-filter-poster {
	position: sticky;
	z-index: 10;
	top: 0;
	padding: 10px 0;
	background: linear-gradient(0deg, rgba(232, 241, 255, 0), rgba(232, 241, 255, 1) 10%);
}
.box-filter-poster {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-filter-poster li {
	flex: 1;
}

.box-filter-poster .btn-check-in {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: inherit;
	height: 100%;
	padding: 4px;
	color: var(--color-kv-violet);
	border-color: var(--color-kv-violet);
}
.box-filter-poster input[value="part-01"] + .btn-check-in {
	color: var(--color-kv-dark-pink);
	border-color: var(--color-kv-dark-pink);
}
.box-filter-poster input[value="part-02"] + .btn-check-in {
	color: var(--color-kv-green);
	border-color: var(--color-kv-green);
}
.box-filter-poster input[value="part-03"] + .btn-check-in {
	color: var(--color-kv-purple);
	border-color: var(--color-kv-purple);
}

@media (hover: hover) {
	.box-filter-poster .btn-check-in:hover {
		padding: 3px;
		border-width: 2px;
		background: var(--color-white);
	}
}

.box-filter-poster input:checked + .btn-check-in {
	color: var(--color-white);
	background: var(--color-kv-violet);
}
.box-filter-poster input[value="part-01"]:checked + .btn-check-in {
	background: var(--color-kv-dark-pink);
}
.box-filter-poster input[value="part-02"]:checked + .btn-check-in {
	background: var(--color-kv-green);
}
.box-filter-poster input[value="part-03"]:checked + .btn-check-in {
	background: var(--color-kv-purple);
}

.box-filter-poster input:checked + .btn-check-in::before {
	position: absolute;
	top: 100%;
	left: 50%;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 10px;
	height: 8px;
	margin-left: -5px;
	content: "";
	background: var(--color-kv-violet);
}
.box-filter-poster input[value="part-01"]:checked + .btn-check-in::before {
	background: var(--color-kv-dark-pink);
}
.box-filter-poster input[value="part-02"]:checked + .btn-check-in::before {
	background: var(--color-kv-green);
}
.box-filter-poster input[value="part-03"]:checked + .btn-check-in::before {
	background: var(--color-kv-purple);
}

/* table-poster */
.table-poster {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 60px;
	border-radius: 15px;
	background: var(--color-white);
}
.table-poster tr {
	border-bottom: solid 2px var(--color-kv-light-blue) !important;
}
.table-poster td,
.table-poster th {
	padding: 10px !important;
}
.table-poster td:nth-child(2),
.table-poster th:nth-child(2) {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.table-poster th {
	text-align: center !important;
}
.table-poster th:nth-child(1) {
	white-space: nowrap;
}
.table-poster td:nth-child(1) {
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}
.table-poster [data-part="part-01"] td:nth-child(1) {
	color: var(--color-kv-dark-pink);
}
.table-poster [data-part="part-02"] td:nth-child(1) {
	color: var(--color-kv-green);
}
.table-poster [data-part="part-03"] td:nth-child(1) {
	color: var(--color-kv-purple);
}
.table-poster td:nth-child(2) {
	text-align: center;
	white-space: nowrap;
}

/* table-poster */
.legend-poster {
	text-align: right;
}
