@charset "utf-8";
body {
	font-family: 'Plus Jakarta Sans', 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.font-semi,
.din-demi {
	font-weight: 600;
}
.font-bold,
.din-bold {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

:root {
	--table-width: 4670px;
}
@media (max-width: 767px) {
	:root {
		--table-width: 1470px;
	}
}
.sticky-wrapper {
	width: var(--table-width);
}
.sticky-content {
	position: sticky;
	left: 0;
	width: 100vw;
}

/* .time__tbl {
	background: url(../img/bg_timetable.png) no-repeat center top / 100% auto;
} */
.container {
	padding: 0 20px;
	max-width: 1520px;
	margin: 0 auto;
}
.sec__title01 {
	font-size: 100px;
	font-weight: 700;
	color: #0c0e51;
	line-height: 1.5;
	margin-bottom: 0;
}
.sec__title03 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: normal;
}
.sec__title03::after {
	content: '';
	display: block;
	height: 4px;
	max-width: 508px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, rgba(0, 183, 236, 0) 0%, #00b7ec 26.5%, #5a00fc 38.5%, #9d00ce 50%, #ff00aa 62.5%, #ff9100 73%, rgba(255, 145, 0, 0) 100%);
}
.sec_description {
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 63px;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	position: relative;
	transition: all 0.3s ease;
}
.btn__blue {
	background: #0c0e51;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
}
.btn__blue > * {
	z-index: 2;
}
.btn__multi {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(110deg, #ff9100 6.44%, #f0a 27.92%, #9d00ce 49.39%, #5a00fc 70.87%, #00b7ec 92.35%);
}
.btn__multi:hover,
.btn__blue:hover {
	opacity: 0.8;
}
.btn__tran {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	background: transparent;
	border: 1px solid #0c0e51;
	color: #0c0e51;
}
.btn__tran:hover {
	border: 1px solid #ff26b7;
	color: #ff26b7;
}

@media screen and (max-width: 767px) {
	/* .time__tbl {
		background: url(../img/bg_timetable.png) no-repeat center top / 100% 300px;
	} */
	.pc {
		display: none;
	}
	.container {
		padding: 0 20px;
	}
	.sec__title01 {
		font-size: 64px;
		font-weight: 900;
	}
	.sec__title03 {
		font-size: 28px;
		margin-bottom: 38px;
	}
	.btn__blue {
		font-size: 12px;
	}
	.sec_description {
		margin-bottom: 42px;
	}
}
@media screen and (max-width: 400px) {
	.container {
		padding: 0 15px;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

/* Header */
html.active {
	overflow: hidden;
}

@media (min-width: 1280px) {
	.header-wrapper {
		position: sticky;
		top: 0;
		z-index: 2;
	}
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .headInner {
	width: 100%;
	height: 100%;
	padding: 12px 40px;
	display: flex;
	align-items: center;
	/* background: rgba(255, 255, 255, 80%); */
	background: #fff;
}
#header .logo {
	position: relative;
	z-index: 99;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 24px;
}
#header .logo div {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header__right {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	padding-left: 16px;
}
.header__right img {
	margin-right: 8px;
}
.header__right a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 48px;
	padding-inline: 12px;
	border-radius: 48px;
	font-size: 12px;
	line-height: 1.2;
	transition: opacity .3s cubic-bezier(.4, .4, 0, 1);
}
.header__right a:hover {
	opacity: .7;
}
.header__right a span {
	font-size: 15px;
	font-weight: 700;
}
.header__registrants {
	border: 2px solid #E6E6E6;
	background-color: #fff;
}
.header__cta {
	border: 2px solid #fff6;
	background-color: #FB6938;
	color: #fff;
}
@media (max-width: 1024px) {
	.header__right {
		display: none;
	}
}

@media screen and (max-width: 1299px) {
	#header .headInner {
		justify-content: space-between;
	}
	#header.gnav-open .headInner {
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (max-width: 950px) {
	#header .logo .logo01 img {
		width: auto;
		height: 28px;
	}
	#header .logo .logo02 img {
		width: auto;
		height: 29px;
	}
	#header .logo .logo03 img {
		width: auto;
		height: 24px;
	}
	#header .logo .logo04 img {
		width: auto;
		height: 24px;
	}
}
@media screen and (max-width: 767px) {
	#header .headInner {
		padding: 12px 16px 16px;
	}
	#header .logo {
		gap: 6px 17px;
	}
	#header .logo div {
		width: 100%;
	}
	#header .logo a {
		display: inline-block;
	}
	#header .logo a img {
		vertical-align: top;
	}
}

.fixed-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 11;
}
.fixed-btn a {
	background: linear-gradient(110deg, #ff9100 6.44%, #f0a 27.92%, #9d00ce 49.39%, #5a00fc 70.87%, #00b7ec 92.35%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 120px;
	flex-direction: column;
}
.fixed-btn a .present {
	font-size: 20px;
	margin: 6px auto 12px;
	line-height: 1;
	font-feature-settings: normal;
	color: #fff;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 900px) {
	.fixed-btn {
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.fixed-btn a {
		border-radius: 0;
		width: 100%;
		height: 98px;
	}
	.fixed-btn a .present {
		font-size: 16px;
		margin: 2px auto 9px;
	}
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 0;
	/* min-width: 6345px; */
	width: 100%;
	position: relative;
	z-index: 3;
}
.footer .container {
	max-width: 100%;
	width: 100vw;
	margin: 0;
	left: 0;
	position: sticky;
	padding: 40px 20px 60px;
	background-color: #000;
}
.footer .logo__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
}
section {
	padding: 0 0 160px;
}
h2 {
	margin: 0 0 60px;
}
h3 {
	margin: 0 0 16px;
}
.mb00 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.footer {
		min-width: auto;
	}
	.footer .container {
		padding: 56px 20px 40px;
	}
	.footer .logo__list {
		gap: 30px 32px;
		padding: 0 20px;
	}
	.footer .logo__list .logo {
		width: calc(50% - 16px);
	}
	.footer .logo__list .logo:nth-child(1) img {
		width: 133px;
	}
	.footer .logo__list .logo:nth-child(2) img {
		width: 129px;
	}
	.footer .logo__list .logo:nth-child(3) img {
		width: 110px;
	}
	.footer .logo__list .logo:nth-child(4) img {
		width: 126px;
	}
	.footer .logo__list .logo:nth-child(5) img {
		width: 102px;
	}
	section {
		padding: 0 0 120px;
	}
	h2 {
		margin: 0 0 40px;
	}
	h3 {
		margin: 0 0 8px;
	}
	h2:not(.point h2, .intro h2) img {
		width: auto;
		height: 34px;
	}
}
/* ------ */

/** bg */
.bg {
	position: absolute;
	inset: 0 0 auto;
}
.tbl__bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tbl__bg::before, .tbl__bg::after {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 300px;
	z-index: 1;
}
.tbl__bg::before {
	z-index: -1;
	background: linear-gradient(90deg, #FF9100, #FF00AA, #9D00CE, #5A00FC, #00B7EC);
	-webkit-mask-image: linear-gradient(rgb(0 0 0 / 0.2), rgb(0 0 0 / 0.05), rgb(0 0 0 / 0));
	mask-image: linear-gradient(rgb(0 0 0 / 0.2), rgb(0 0 0 / 0.05), rgb(0 0 0 / 0));
}
.tbl__bg .object::before,
.tbl__bg .object::after {
	content: '';
	position: absolute;
	top: 120px;
	width: 465px;
	height: 233px;
}
.tbl__bg .object::before {
	left: 0;
	background: url(../img/img_object1.png) no-repeat center center / 100% auto;
}
.tbl__bg .object::after {
	right: 0;
	background: url(../img/img_object2.png) no-repeat center center / 100% auto;
}

/* timetable */
.commingsoon {
	overflow: hidden;
}
.timetable {
	padding: 120px 0 0;
	/* position: relative; */
}
.timetable .container {
	max-width: 100%;
	position: relative;
}
.timetable .sec__title {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 27px;
	width: 100%;
	position: relative;
	z-index: 5;
}
.timetable .sec__title span {
	display: block;
}
.timetable .block__full {
	width: 100%;
	position: relative;
	z-index: 5;
}
.timetable .block__full .block__inr {
	padding: 0 20px;
	z-index: 5;
}
.timetable .sec__text {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
}
.timetable .sec__list {
	max-width: 100%;
	width: fit-content;
	margin: 0 auto 32px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	border-radius: 2px;
	padding: 12px 14px;
}
.timetable .sec__list li {
	font-weight: 500;
	line-height: 150%;
}
.timetable__block .sticky-wrapper {
	top: 0;
	position: sticky;
	z-index: 10;
}
.timetable__block .timetable__head {
	padding: 32px 0 0;
	width: 100%;
}
@media (min-width: 1280px) {
	.timetable__block .sticky-wrapper {
		top: 70px;
	}
}
.timetable__block .timetable__head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.timetable__block .timetable__head::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background: rgba(220, 220, 220, 1);
}
.timetable__block .timetable__row {
	padding: 0 0 144px;
}
.timetable__block .timetable__row .row__content {
	margin: 0 auto;
	padding: 0 69px;
}
.timetable__block .tab__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 20px;
}
.timetable__block .tab__link {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 0 9px 10px;
	position: relative;
	transition: all 0.3s ease;
}
.timetable__block .tab__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: #FB6938;
	transition: all 0.3s ease;
}
.timetable__block .tab__link.current::after,
.timetable__block .tab__link:hover::after {
	opacity: 1;
}
.timetable__block .tab__link:hover::after {
	opacity: 0.9;
}
.timetable__block .tab__link p {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
.timetable__block .tab__link.current p,
.timetable__block .tab__link:hover p {
	color: #000;
}
.filter__block {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px 28px;
	gap: 12px;
	position: relative;
}
.filter__block .block__col {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}
.filter__block .block__text {
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	width: 75px;
}
.btn__pdf {
	font-size: 20px;
	font-weight: 700;
	background: #141414;
	border-radius: 60px;
	width: 135px;
	height: 36px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
}
.btn__pdf:hover {
	opacity: 0.8;
}
.filter__block .block__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	width: calc(100% - 87px);
}
.filter__block .block__list > li {
	background: #fff;
	box-shadow: inset 0 0 0 1px #DCDCDC;
	border-radius: 60px;
	transition: box-shadow 0.3s ease;
	position: relative;
}
.filter__block .block__list > li.active {
	box-shadow: inset 0 0 0 2px #FB6938, inset 0 0 0 1px #DCDCDC;
}
.filter__block .block__list li a,
.filter__block .block__list li span {
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3px 17px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	transition: none;
}
.filter__block .block__list > li.active span,
.filter__block .block__list > li.active > a {
	font-weight: 700;
}
.filter__block .block__list .hasSub {
	position: relative;
}
.filter__block .block__list .hasSub .sub {
	position: absolute;
	top: -10px;
	left: 50%;
	min-width: max-content;
	visibility: hidden;
	display: block !important;
	opacity: 0;
	padding-top: 40px;
	transform: translate(-50%, 20px);
	transition: all 0.3s ease;
	z-index: 2;
}
.filter__block .block__list .hasSub .sub.active {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 10px);
}
.filter__block .block__list .hasSub .sub ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
}
.filter__block .block__list .hasSub .sub li {
	padding: 5px 0 1px;
}
.filter__block .block__list .hasSub .sub li:not(:last-child) {
	border-bottom: 1px solid #dcdcdc;
}
.filter__block .block__list .hasSub .sub li a {
	font-size: 18px;
	padding: 0;
	transition: all 0.3s ease;
}
.filter__block .block__list .hasSub .sub li a:hover {
	opacity: 0.5;
}
.filter__block .block__list .hasSub .icon {
	width: 12px;
	height: 6px;
	margin-left: 3px;
	margin-bottom: 3px;
	display: inline-block;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1%201L7%207L13%201%22%20stroke%3D%22%23141414%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E')
	  no-repeat center / 100% auto;
}
#tbl__block {
	position: relative;
	width: 100%;
	overflow: visible !important;
}
#tbl__block .tbl__container {
	cursor: default !important;
	transform-origin: 0 0;
	/* transition: all 0.2s !important; */
}
#tbl__block .tbl__container.is-grabbing {
	cursor: grabbing !important;
}
.timetable__block .timetable__date {
	display: flex;
	justify-content: center;
	padding: 10px 0 2px;
	width: 100vw;
	position: sticky;
	left: 0;
}
.timetable__block .timetable__date .tab__date {
	font-size: 64px;
	font-weight: 700;
	display: block;
	transition: all 0.3s ease-in-out;
}
.timetable__block .timetable__date .tab__date small {
	font-size: 36px;
	font-weight: 600;
}
.timetable__block .timetable__caption {
	width: fit-content;
	min-width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 4px;
	padding: 0 153px;
	margin-bottom: 16px;
}
.timetable__block .timetable__event {
	width: calc(var(--col-count) * 360px + (var(--col-count) - 1) * 4px);
}
.timetable__block .timetable__event .event__title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}
.timetable__block .timetable__event.spe .event__title {
	background: #0095ff;
}
.timetable__block .timetable__event.manu .event__title {
	background: linear-gradient(90deg, #ff0062 30%, #0080f7 70%);
}
.timetable__block .timetable__event.exp .event__title {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.timetable__block .timetable__event.new .event__title {
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%);
}
.timetable__block .timetable__event.fun .event__title {
	color: #e2c576;
	background: rgba(25, 26, 26, 0.8);
}
.timetable__block .timetable__event .event__columnGroup {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.timetable__block .timetable__event .event__columnGroup .column {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	border-radius: 2px;
	color: #fff;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.timetable__block .timetable__event.spe .event__columnGroup .column {
	background: #2d63e2;
}
.timetable__block .timetable__event.manu .event__columnGroup .column {
	background: #bd2924;
	/* width: calc((100% - 4px) / 2); */
}
/* .timetable__block .timetable__event.manu .event__columnGroup .column:nth-child(2) {
	background: #01568e;
} */
.timetable__block .timetable__event.exp .event__columnGroup .column {
	background: #cc8729;
}
.timetable__block .timetable__event.exp .event__columnGroup .column:nth-child(2) {
	background: #ca5846;
}
.timetable__block .timetable__event.exp .event__columnGroup .column:nth-child(3) {
	background: #c232aa;
}
.timetable__block .timetable__event.exp .event__columnGroup .column:nth-child(4) {
	background: #a23cc4;
}
.timetable__block .timetable__event.exp .event__columnGroup .column:nth-child(5) {
	background: #0670bd;
}
.timetable__block .timetable__event.exp .event__columnGroup .column:nth-child(6) {
	background: #0b894f;
}
.timetable__block .timetable__event.fun .event__columnGroup .column {
	background: #e2c576;
	color: rgba(25, 26, 26, 0.8);
}
.timetable__block .timetable__event.new .event__columnGroup .column {
	background: #BCCEFF;
	color: #1c2024;
}
.timetable__block .timetable__event.new .event__columnGroup .column:nth-child(2) {
	background: #99D3FD;
}
.timetable__block .timetable__event.new .event__columnGroup .column:nth-child(3) {
	background: #9CE5E0;
}
.timetable__block .timetable__event.new .event__columnGroup .column:nth-child(4) {
	background: #AEEBA8;
}
.timetable__block .timetable__event .event__columnGroup .column span {
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}
.timetable__block .timetable__content {
	display: flex;
	justify-content: space-between;
}
.timetable__timeColumn {
	background-color: hsla(0, 0%, 100%, 0.8);
	width: 84px;
}
.timetable__timeColumn div {
	height: 232px;
}
.timetable__timeColumn.col01 div {
	text-align: right;
	padding-right: 10px;
}
.timetable__timeColumn.col02 div {
	text-align: left;
	padding-left: 8px;
}
.timetable__timeColumn span {
	font-size: 24px;
	line-height: 1;
}
.timetable__container {
	width: var(--table-width);
	padding-top: 16px;
	position: relative;
}
.timetable__lineContainer {
	top: 16px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.timetable__lineContainer span {
	display: block;
	height: 232px;
	width: 100%;
}
.timetable__lineContainer span:nth-child(odd) {
	background: #f8fafd;
}
.timetable__lineContainer span:nth-child(even) {
	background: #ebf2f8;
}
.timetable__eventContainer {
	display: block;
	position: relative;
	z-index: 1;
}
.timetable__eventContainer.current {
	display: block;
}
.timetable__eventContainer .eventContainer__inner {
	display: flex;
	gap: 4px;
}
.timetable__col {
	width: 360px;
	position: relative;
}
.timetable__item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.024), 0px 3px 12px -4px rgba(0, 0, 0, 0.024), 0px 2px 3px -2px rgba(0, 0, 59, 0.051);
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
}
.timetable__item.colx2 {
	width: calc(200% + 8px);
}
.col06 .timetable__item .item__title {
	background: #f2cc6c;
}
.timetable__item .item__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	height: 144px;
	padding: 13px 16px 2px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.timetable__item .item__title p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.timetable__item .item__title .item__tag {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 32px;
	width: fit-content;
	padding: 0 20px;
	margin-bottom: 9px;
	position: relative;
}
.timetable__item .item__content {
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 0 0 8px 8px;
	color: #1c2024;
	padding: 16px;
	height: calc(100% - 144px);
	transition: all 0.3s ease-in-out;
	overflow: auto;
}
.timetable__item.item__grad .item__content {
	border: none;
	padding: 16px 18px 18px;
}
.timetable__item.item__grad .item__content > * {
	position: relative;
	z-index: 2;
}
.timetable__item .item__content::-webkit-scrollbar {
	display: none;
}
.timetable__item .item__content .item__block:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.timetable__item .item__content .time {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
.col01 .timetable__item .item__content .time {
	background: rgba(45, 99, 226, 0.059);
}
.col02 .timetable__item .item__content .time {
	background: rgba(255, 191, 1, 0.185);
}
.col03 .timetable__item .item__content .time {
	background: rgba(245, 43, 0, 0.0941);
}
.col04 .timetable__item .item__content .time {
	background: rgba(146, 0, 237, 0.055);
}
.col05 .timetable__item .item__content .time {
	background: rgba(146, 0, 237, 0.055);
}
.col06 .timetable__item .item__content .time {
	background: rgba(2, 128, 255, 0.071);
}
.col07 .timetable__item .item__content .time {
	background: rgba(2, 186, 60, 0.087);
}
.col09 .timetable__item .item__content .time,
.col10 .timetable__item .item__content .time {
	background: rgba(255, 191, 1, 0.185);
	color: #fff;
}
.col11 .timetable__item .item__content .time {
	background: rgba(114, 145, 229, 0.12);
}
.col12 .timetable__item .item__content .time {
	background: rgba(153, 211, 253, 0.2);
}
.col13 .timetable__item .item__content .time {
	background: rgba(156, 229, 224, 0.2);
}
.col14 .timetable__item .item__content .time {
	background: rgba(174, 235, 168, 0.2);
}
/* .timetable__item.item__blue .item__content .time {
	background: rgba(2, 128, 255, 0.071);
}
.timetable__item.item__grad .item__content .time {
	background: linear-gradient(90deg, rgba(34, 85, 220, 0.08) 0%, rgba(0, 152, 58, 0.08) 100%);
}
.timetable__item.item__green .item__content .time {
	background: rgba(2, 186, 60, 0.087);
} */
.timetable__item .item__content .list li {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.timetable__item .item__content .list li:not(:last-child) {
	margin-bottom: 8px;
}
.timetable__item .item__content .list li span {
	color: rgba(0, 7, 19, 0.624);
}
.col10 .timetable__item .item__content .list li,
.col10 .timetable__item .item__content .list li span {
	color: #fff;
}
.col01 .timetable__item:hover .item__content {
	background: rgba(45, 99, 226, 0.06);
}
.col01 .timetable__item.active .item__content {
	background: rgba(45, 99, 226, 0.06);
	border-color: #2d63e2;
}
.col01 .timetable__item .item__title {
	background: #2d63e2;
}
.col01 .timetable__item .item__title .item__tag {
	color: #2d63e2;
}
.col02 .timetable__item:hover .item__content {
	background: rgba(204, 135, 41, 0.06);
}
.col02 .timetable__item.active .item__content {
	background: rgba(204, 135, 41, 0.06);
	border-color: #cc8729;
}
.col02 .timetable__item .item__title {
	background: #cc8729;
}
.col02 .timetable__item .item__title .item__tag {
	color: #cc8729;
}
.col03 .timetable__item:hover .item__content {
	background: rgba(202, 88, 70, 0.06);
}
.col03 .timetable__item.active .item__content {
	background: rgba(202, 88, 70, 0.06);
	border-color: #ca5846;
}
.col03 .timetable__item .item__title {
	background: #ca5846;
}
.col03 .timetable__item .item__title .item__tag {
	color: #ca5846;
}
.col04 .timetable__item:hover .item__content {
	background: rgba(194, 50, 170, 0.06);
}
.col04 .timetable__item.active .item__content {
	background: rgba(194, 50, 170, 0.06);
	border-color: #c232aa;
}
.col04 .timetable__item .item__title {
	background: #c232aa;
}
.col04 .timetable__item .item__title .item__tag {
	color: #c232aa;
}
.col05 .timetable__item:hover .item__content {
	background: rgba(162, 60, 196, 0.06);
}
.col05 .timetable__item.active .item__content {
	background: rgba(162, 60, 196, 0.06);
	border-color: #a23cc4;
}
.col05 .timetable__item .item__title {
	background: #a23cc4;
}
.col05 .timetable__item .item__title .item__tag {
	color: #a23cc4;
}
.col06 .timetable__item:hover .item__content {
	background: rgba(6, 112, 189, 0.06);
}
.col06 .timetable__item.active .item__content {
	background: rgba(6, 112, 189, 0.06);
	border-color: #0670bd;
}
.col06 .timetable__item .item__title {
	background: #0670bd;
}
.col06 .timetable__item .item__title .item__tag {
	color: #0670bd;
}
.col07 .timetable__item:hover .item__content {
	background: rgba(11, 137, 79, 0.06);
}
.col07 .timetable__item.active .item__content {
	background: rgba(11, 137, 79, 0.06);
	border-color: #0b894f;
}
.col07 .timetable__item .item__title {
	background: #0b894f;
}
.col07 .timetable__item .item__title .item__tag {
	color: #0b894f;
}

:is(.col9, .col10) .timetable__item {
	background: #474848;
}
:is(.col9, .col10) .timetable__item:hover .item__content {
	background: rgba(0, 0, 0, 0.1);
}
:is(.col9, .col10) .timetable__item.active .item__content {
	background: rgba(0, 0, 0, 0.1);
	border-color: #e2c576;
}
:is(.col9, .col10) .timetable__item .item__title {
	background: #e2c576;
	color: rgba(25, 26, 26, 0.8);
}
:is(.col9, .col10) .timetable__item .item__title .item__tag {
	color: #474848;
}
.col11 .timetable__item:hover .item__content {
	background: #BCCEFF1F;
}
.col11 .timetable__item.active .item__content {
	background: #BCCEFF1F;
	border-color: #BCCEFF;
}
.col11 .timetable__item .item__title {
	background: #BCCEFF;
	color: #1C2024;
}
.col11 .timetable__item .item__title .item__tag {
	color: #7291E5;
}
.col12 .timetable__item:hover .item__content {
	background: #99D3FD1F;
}
.col12 .timetable__item.active .item__content {
	background: #99D3FD1F;
	border-color: #99D3FD;
}
.col12 .timetable__item .item__title {
	background: #99D3FD;
	color: #1C2024;
}
.col12 .timetable__item .item__title .item__tag {
	color: #52A5E1;
}
.col13 .timetable__item:hover .item__content {
	background: #9CE5E01F;
}
.col13 .timetable__item.active .item__content {
	background: #9CE5E01F;
	border-color: #9CE5E0;
}
.col13 .timetable__item .item__title {
	background: #9CE5E0;
	color: #1C2024;
}
.col13 .timetable__item .item__title .item__tag {
	color: #48C0B8;
}
.col14 .timetable__item:hover .item__content {
	background: #AEEBA81F;
}
.col14 .timetable__item.active .item__content {
	background: #AEEBA81F;
	border-color: #AEEBA8;
}
.col14 .timetable__item .item__title {
	background: #AEEBA8;
	color: #1C2024;
}
.col14 .timetable__item .item__title .item__tag {
	color: #60C556;
}

.timetable__item.item__grad::before,
.timetable__item.item__grad::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 144px);
	border-radius: 0 0 6px 6px;
	transition: all 0.3s ease;
	opacity: 0;
}
.timetable__item.item__blue:hover .item__content {
	background: rgba(34, 85, 220, 0.06);
}
.timetable__item.item__grad::before {
	background: linear-gradient(90deg, #f2f5fd 0%, #f0f9f3 100%);
	z-index: 2;
}
.timetable__item.item__grad::after {
	background: linear-gradient(90deg, rgba(34, 85, 220) 0%, rgba(0, 152, 58) 100%);
}
.timetable__item.item__grad:hover::before {
	opacity: 1;
}
.timetable__item.item__blue.active .item__content {
	background: rgba(34, 85, 220, 0.06);
	border-color: #2255dc;
}
.timetable__item.item__grad.active::before {
	opacity: 1;
	width: calc(100% - 4px);
	height: calc(100% - 146px);
	left: 2px;
	bottom: 2px;
}
.timetable__item.item__grad.active::after {
	opacity: 1;
}
.timetable__item.item__blue .item__title {
	background: #2255dc;
}
.timetable__item.item__grad .item__title {
	background: linear-gradient(90deg, #2255dc 0%, #00983a 100%);
}
.timetable__item.item__blue .item__title .item__tag {
	color: #2255dc;
}
.timetable__item.item__grad .item__title .item__tag span {
	background: linear-gradient(90deg, #2255dc 0%, #00983a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.timetable__item.item__green:hover .item__content {
	background: rgba(0, 152, 58, 0.06);
}
.timetable__item.item__green.active .item__content {
	background: rgba(0, 152, 58, 0.06);
	border-color: #00983a;
}
.timetable__item.item__green .item__title {
	background: #00983a;
}
.timetable__item.item__green .item__title .item__tag {
	color: #00983a;
}

.timetable__item.daikaigi-keynote {
	width: calc(400% + 12px);
}
.timetable__item.daikaigi-keynote .item__title {
	background: linear-gradient(90deg, #2255dc, #00983a);
	color: #fff;
}
.timetable__item.daikaigi-keynote .item__content .time {
	background: linear-gradient(90deg, rgba(34, 85, 220, 0.08), rgba(0, 152, 58, 0.08));
}
.timetable__item.daikaigi-keynote.active .item__content {
	border-color: transparent;
	background:
		linear-gradient(90deg, #f2f5fd 0%, #f0f9f3 100%) padding-box,
	  linear-gradient(90deg, #2255dc, #00983a) border-box;
}


.timetable .buttons {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 30;
}
.timetable .buttons .btn__zoom {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
	position: relative;
}
.timetable .buttons .btn__zoom::before,
.timetable .buttons .btn__zoom::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.timetable .buttons .btn__zoom::before {
	background: #fff;
	z-index: -1;
}
.timetable .buttons .btn__zoom::after {
	background: linear-gradient(90deg, rgba(244, 108, 86, 0.6) -0.09%, rgba(244, 59, 123, 0.6) 18.95%, rgba(255, 73, 196, 0.6) 34.97%, rgba(152, 79, 232, 0.6) 53.01%, rgba(47, 134, 255, 0.6) 74.04%, rgba(5, 198, 84, 0.6) 100.09%);
	filter: blur(10px);
	z-index: -2;
}
.timetable .buttons .btn__zoom img {
	pointer-events: none;
}

@media screen and (max-width: 950px) {
	.tbl__bg .object::before,
	.tbl__bg .object::after {
		width: 48.947vw;
		height: 24.526vw;
	}
}
@media screen and (max-width: 767px) {
	.timetable {
		padding: 40px 0 0;
	}
	.tbl__bg::before {
		height: 400px;
	}
	.timetable .sec__title {
		font-size: 40px;
		margin: 0 0 20px;
	}
	.timetable .sec__text {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 19px;
	}
	.timetable .sec__list {
		padding: 12px 16px;
		margin: 0 auto 32px;
	}
	.timetable .sec__list li {
		font-size: 12px;
	}
	.timetable::before,
	.timetable::after {
		display: none;
	}
  .timetable__guideBlock {
		width: 100%;
		position: relative;
		z-index: 5;
	}
	.timetable__guideBlock .block__inner {
		width: 100vw;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		position: sticky;
		left: 0;
	}
	.timetable__guide {
		font-size: 14px;
		font-weight: 700;
		max-width: 375px;
		width: 100vw;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 30px;
		background: rgba(89, 89, 89, 10%);
		margin: 0 0 24px;
		text-align: center;
		position: sticky;
		left: 0;
	}
	.timetable__guide span {
		padding: 0 23px;
		position: relative;
	}
	.timetable__guide span::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		height: 17px;
		width: 12px;
		transform: translateY(-50%);
		background: url(../img/right_gray.png) no-repeat center center / 100% auto;
	}
	.timetable__block .timetable__head {
		padding: 31px 0 0;
	}
	.timetable__block .timetable__head::before {
		height: 144px;
	}
	.timetable__block .timetable__head::after {
		top: 144px;
	}
	.timetable__block .tab__list {
		gap: 8px;
		position: relative;
	}
	.timetable__block .tab__link {
		/* width: calc((100% - 20px) / 2); */
		max-width: 170px;
		padding: 0 8px 9px;
	}
	.timetable__block .tab__link p {
		font-size: 18px;
	}
	.timetable__block .tab__link p span {
		font-size: 23px;
	}
	.timetable__block .tab__list .tab__btn {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	.filter__block {
		position: relative;
		width: 100%;
		overflow-x: scroll;
		display: block;
		padding-bottom: 124px;
	}
	.filter__block::-webkit-scrollbar {
		display: none;
	}
	.filter__block .block__col:nth-child(1) {
		width: 750px;
		gap: 8px;
	}
	.filter__block .block__col:nth-child(2) {
		display: none;
	}
	.filter__block .block__text {
		font-size: 14px;
		width: 60px;
	}
	.filter__block .block__list {
		width: calc(100% - 60px);
		gap: 8px;
	}
	.filter__block .block__list li a,
	.filter__block .block__list li span {
		font-size: 14px;
		padding: 6px 16px;
	}
	.filter__block .block__list .hasSub .sub li {
		padding: 10px 0 7px;
	}
	.filter__block .block__list .hasSub .sub li a {
		font-size: 12px;
	}
	.btn__pdf {
		font-size: 16px;
		width: 114px;
		height: 33px;
	}
	#tbl__block {
		margin-top: -100px;
	}
	.timetable__block .timetable__date {
		padding: 30px 0 10px;
	}
	.timetable__block .timetable__date .tab__date,
	.timetable__block .timetable__date .tab__date small {
		font-size: 28px;
		font-weight: 600;
	}
	.timetable__block .timetable__date .tab__date span {
		font-size: 40px;
	}
	.timetable__block .timetable__caption,
	.timetable__block .timetable__row .row__content {
		padding: 0 20px;
	}
	.timetable__block .timetable__caption {
		padding: 0 65px;
		gap: 4px;
		margin-bottom: 12px;
	}
	.timetable__block .timetable__row {
		padding: 0 0 60px;
	}
	.timetable__block .timetable__event {
		width: calc(var(--col-count) * 108px + (var(--col-count) - 1) * 4px);
	}
	.timetable__block .timetable__event .event__title {
		font-size: 14px;
		height: 26px;
		margin-bottom: 4px;
	}
	.timetable__block .timetable__event.manu .event__title {
		font-size: 7px;
	}
	.timetable__block .timetable__event .event__columnGroup {
		gap: 4px;
	}
	.timetable__block .timetable__event .event__columnGroup .column {
		font-size: 10px;
		height: 47px;
	}
	.timetable__block .timetable__event.exp .event__columnGroup .column {
		width: 108px;
	}
	.timetable__block .timetable__event.fun .event__columnGroup .column {
		width: 108px;
	}
	.timetable__block .timetable__event .event__columnGroup .column span {
		font-size: 8px;
		margin-top: 4px;
	}
	.timetable__timeColumn span {
		font-size: 18px;
	}
	.timetable__eventContainer .eventContainer__inner {
		gap: 4px;
		padding: 0;
	}
	.timetable__container {
		padding-top: 8px;
		width: 1788px;
	}
	.timetable__timeColumn div,
	.timetable__lineContainer span {
		height: 204px;
	}
	.timetable__lineContainer {
		top: 8px;
	}
	.timetable__col {
		width: 108px;
	}
	.timetable__item .item__title {
		font-size: 12px;
		line-height: 1.3;
		padding: 8px 8px 2px;
		height: 156px;
	}
	.timetable__item .item__title p {
		-webkit-line-clamp: 7;
	}
	.timetable__item .item__title .item__tag {
		font-size: 12px;
		height: 20px;
		padding: 0 8px;
		margin-bottom: 10px;
	}
	.timetable__item.item__grad::before,
	.timetable__item.item__grad::after {
		height: calc(100% - 156px);
	}
	.timetable__item .item__content {
		padding: 8px;
		height: calc(100% - 156px);
	}
	.timetable__item.item__grad.active::before {
		height: calc(100% - 158px);
	}
	.timetable__item.item__grad .item__content {
		padding: 8px 10px 10px;
	}
	.timetable__item .item__content .time {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.timetable__item .item__content .list li {
		font-size: 10px;
	}
	.timetable__item .item__content .list li:not(:last-child) {
		margin-bottom: 4px;
	}
	.timetable__item .item__content .list li span {
		display: block;
	}
	.timetable__item .item__content .text {
		font-size: 12px;
	}
	.timetable__block .timetable__content {
		gap: 0;
	}
	.timetable__timeColumn {
		width: 45px;
	}
	.timetable__timeColumn span {
		font-size: 16px;
	}
	.timetable .buttons {
		right: 20px;
		bottom: 20px;
	}
	.timetable .buttons .btn__zoom {
		width: 40px;
		height: 40px;
	}
	.timetable .buttons .btn__zoom img {
		width: 25px;
		height: 25px;
	}
}

/* Popup */
.mfp-container {
	padding: 0;
}
.mfp-content {
	margin: 0;
	padding: 0;
}
.m__modal {
	max-width: 480px;
	position: relative;
}
.modal__block {
	position: relative;
}
.modal__block .block__scroll {
	height: 100vh;
	overflow: auto;
	background: #f5f5f7;
	border-radius: 0 12px 12px 0;
	position: relative;
	z-index: 1;
}
.modal__block .block__scroll::-webkit-scrollbar {
	height: 8px;
	width: 5px;
	display: none;
}
.modal__block .block__scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
.clim .modal__block .block__scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #ff9100 6.44%, #f0a 27.92%, #9d00ce 49.39%, #5a00fc 70.87%, #00b7ec 92.35%);
}
.exp .modal__block .block__scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.fun .modal__block .block__scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #80b3b5 0%, #e2c576 50%, #d782ac 100%);
}
.modal__block .block__inner {
	background: #f5f5f7;
	border-radius: 12px;
	padding: 32px 28px 28px;
	position: relative;
	z-index: 2;
}
.modal__block .block__head {
	margin-bottom: 28px;
}
.clim .modal__block .block__inner > .block__head {
	margin-bottom: 13px;
}
.modal__block .block__head .date {
	font-size: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 13px;
	gap: 8px 20px;
}
.modal__block .block__head .date small {
	font-size: 75%;
	padding: 7px 10px 0 8px;
}
.modal__block .block__head .tag {
	font-weight: 700;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 2px 16px;
}
.modal__block .block__head .tag {
	color: #000;
	background: #d3e7ea;
}
.modal__block .block__head .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}
.clim .modal__block .block__head .title {
	padding-left: 71px;
}
.modal__block .block__head .title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
}
.exp .modal__block .block__head .title::after,
.clim .modal__block .block__head .title::after {
	background: #FB6938;
}
.clim .modal__block .block__head .title::after {
	left: 41px;
}
.fun .modal__block .block__head .title::after {
	background: #E2C576;
}
.spe .modal__block .block__head .title::after {
	background: #2D63E2;
}
.new .modal__block .block__head .title::after {
	background: #3166F1;
}
/* .manu .modal__block .block__head .title::after {
	background: linear-gradient(0deg, rgba(255, 0, 98, 0) 0%, #ff0062 25%, #0080f7 75%, rgba(0, 128, 247, 0) 100%);
} */
.modal__block .block__head .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.modal__block .block__content .cnt__infor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
}
.modal__block .block__content:not(:last-child) {
	margin-bottom: 40px;
}
.modal__block .block__content .cnt__infor .infor__head {
	display: flex;
	align-items: center;
	width: 100%;
}
.modal__block .block__content .cnt__infor .head__img {
	width: 200px;
	border-radius: 16px;
	overflow: hidden;
}
.clim .modal__block .block__content .cnt__infor .infor__img {
	width: 260px;
}
.modal__block .block__content .cnt__infor .infor__img .radius50 {
	border-radius: 50%;
}
.modal__block .block__content .cnt__infor .head__cnt {
	flex: 1 1;
	padding-left: 24px;
}
.clim .modal__block .block__content .cnt__infor .infor__content {
	padding-top: 20px;
}
.modal__block .block__content .cnt__infor .position {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 25px;
}
.modal__block .block__content .cnt__infor .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
.modal__block .block__content .cnt__infor .name span {
	font-size: 24px;
	font-weight: 400;
	display: block;
	padding-top: 9px;
	margin-top: 9px;
	position: relative;
	display: none;
}
.modal__block .block__content .cnt__infor .name span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 1px;
	background: #000;
}
.fun .modal__block .block__content .cnt__infor .name span,
.clim .modal__block .block__content .cnt__infor .name span {
	border-left: 1px solid #fff;
}
.modal__block .block__content .cnt__infor .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content .cnt__list .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	justify-content: center;
}
.modal__block .block__content .cnt__list .list .item {
	width: 200px;
}
.modal__block .block__content .cnt__list .list .item__img {
	margin-bottom: 17px;
	border-radius: 16px;
	overflow: hidden;
}
.modal__block .block__content .cnt__list .list .item__position {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 7px;
}
.modal__block .block__content .cnt__list .list .item__name {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.modal__block .block__group {
	display: flex;
	flex-direction: column;
	gap: 60px;
	counter-reset: section;
}
.modal__block .block__group .block__single .block__head .title::before {
	counter-increment: section;
	content: counter(section);
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.modal__btn {
	width: 100%;
	height: 50px;
	margin: 10px auto 0;
	bottom: 28px;
	background: #fff;
	border-radius: 24px;
	left: 0;
	position: sticky;
	z-index: 2;
	/* display: none; */
}
.modal__btn .btn__multi {
	font-size: 18px;
}
.fun .modal__btn .btn__multi {
	background: linear-gradient(90deg, #91F5B8, #FCD877, #FF90B5);
	color: #000;
}
.new .modal__btn .btn__multi {
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%);
}
.exp .modal__btn .btn__multi {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.spe .modal__btn .btn__multi {
	background: #2D63E2;
	font-size: 16px;
}
/* .manu .modal__btn .btn__multi {
	background: linear-gradient(90deg, #ff0062 30%, #0080f7 70%);
} */
/* .exp .modal__btn .btn__blue {
	background: #2d63e2;
} */
.mfp-close {
	display: none !important;
}
.m__modal .modal__close {
	position: absolute;
	width: 44px;
	height: 44px;
	font-size: 0;
	top: 12px;
	right: 12px;
	background: url(../img/btn_close.png) no-repeat center center / 100% auto;
	transition: all 0.3s ease;
	z-index: 2;
}
.m__modal .modal__close:hover {
	opacity: 0.9;
}

@media screen and (min-width: 768px) {
	html {
		overflow: auto !important;
		margin-right: 0 !important;
	}
	.mfp-wrap {
		height: 100vh;
		max-width: 480px;
		box-shadow: 8px 0px 60px rgba(0, 0, 0, 0.24);
		border-radius: 0 12px 12px 0;
	}
	.mfp-wrap::-webkit-scrollbar {
		display: none;
	}
	.mfp-bg {
		max-width: 480px;
		background: transparent;
	}
}
@media screen and (max-width: 767px) {
	.m__modal {
		padding: 0 20px;
		margin: 0 auto;
	}
	.modal__block .block__scroll {
		max-height: calc(90vh - 50px);
		min-height: auto;
		border-radius: 12px;
	}
	.modal__block .block__inner {
		padding: 37px 20px 95px;
	}
	.modal__block .block__head {
		margin-bottom: 28px;
	}
	.modal__block .block__head .date {
		font-size: 24px;
		margin-bottom: 17px;
	}
	.modal__block .block__head .date small {
		font-size: 67%;
		padding: 6px 8px 0 6px;
	}
	.modal__block .block__head .tag {
		font-size: 15px;
		padding: 2px 12px;
	}
	.modal__block .block__head .tag.booth {
		margin-left: auto;
	}
	.modal__block .block__head .title {
		font-size: 18px;
		padding-left: 16px;
		margin-bottom: 15px;
	}
	.clim .modal__block .block__head .title {
		padding-left: 41px;
	}
	.clim .modal__block .block__group .block__single .block__head .title::before {
		font-size: 24px;
	}
	.clim .modal__block .block__head .title::after {
		left: 25px;
	}
	.modal__block .block__content .cnt__infor {
		flex-direction: column;
		align-items: center;
		gap: 22px;
	}
	.modal__block .block__content .cnt__infor .infor__head {
		flex-wrap: wrap;
	}
	.modal__block .block__content .cnt__infor .head__img {
		width: 152px;
		margin: 0 auto 21px;
	}
	.modal__block .block__content .cnt__infor .head__cnt {
		width: 100%;
		flex: auto;
		padding-left: 0;
	}
	.modal__block .block__content .cnt__infor .position {
		font-size: 16px;
		text-align: center;
		margin-bottom: 16px;
	}
	.clim .modal__block .block__content .cnt__infor .position {
		text-align: left;
	}
	.modal__block .block__content .cnt__infor .name {
		font-size: 24px;
		text-align: center;
		margin-bottom: 3px;
	}
	.modal__block .block__content .cnt__infor .name span {
		font-size: 18px;
		padding-left: 12px;
		margin-left: 12px;
		word-break: break-all;
	}
	.modal__block .block__content .cnt__list .title {
		font-size: 18px;
		padding-top: 3px;
	}
	.modal__block .block__content .cnt__list .list {
		gap: 28px 17px;
	}
	.modal__block .block__content .cnt__list .list .item {
		max-width: 138px;
		width: 100%;
	}
	.modal__block .block__content .cnt__list .list .item__img {
		margin-bottom: 18px;
	}
	.modal__block .block__content .cnt__list .list .item__position {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.modal__block .block__content .cnt__list .list .item__name {
		font-size: 18px;
	}
	.modal__btn {
		width: 100%;
		height: 48px;
	}
	.modal__btn .btn__multi {
		font-size: 14px;
	}
	.spe .modal__btn .btn__multi {
		font-size: 12px;
	}
	.m__modal .modal__close {
		right: 10px;
		top: -12px;
	}
	.modal__block .block__head .desc,
	.modal__block .block__content .cnt__infor .desc {
		font-size: 12px;
	}
}

@media screen and (max-width: 380px) {
	.modal__block .block__head .date small {
		font-size: 67%;
		padding: 6px 8px 0 6px;
	}
	.modal__block .block__head .tag.booth {
		padding: 2px 5px;
		font-size: 13px;
	}
	.modal__block .block__content .cnt__list .list {
		gap: 28px 14px;
	}
}
.copyright {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}

/* coming soon 対応 */
.timetable_cs {
	height: 100%;
	margin: 0;
}
.timetable_cs .timetable_cs_wrap .comingsoon {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 140px;
	position: relative;
	z-index: 10;
	margin-bottom: 266px;
}

.modal__block .block__head:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.exp.auto-height .block__scroll {
		min-height: inherit !important;
	}
}
@media screen and (max-width: 767px) {
	.timetable__timeColumn {
		box-shadow: none;
	}
}

#panzoom {
	transform-origin: 0 0 !important;
	touch-action: manipulation;
}
