@charset "utf-8";
body {
	/* font-family: 'DIN 2014', YuGothic, '游ゴシック', sans-serif; */
	font-family: 'din-2014',游ゴシック体,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%;
	/* font-feature-settings: 'palt'; */
}
@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;
}
.din-condensed {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.05em;
}
/* flex */
@media screen and (min-width: 1141px) {
	.d-lg-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 767px) {
	.d-md-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-start {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-items-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-content-end {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.d-center {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gap-5 {
	gap: 5px;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-25 {
	gap: 25px;
}
.gap-30 {
	gap: 30px;
}
.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 .3s ease;
}
.btn__blue {
	background: #0C0E51;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
}
.btn__blue>* {
	z-index: 2;
}
.btn__blue::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: #FF26B7;
	z-index: 1;
	transition: all .3s ease;
}
.btn__blue:hover::after {
	height: 100%;
}
.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 {
	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) {
	.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: 16px;
	}
	.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;
}
#header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .headInner {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 80%);
}
#header .logo {
	position: relative;
	z-index: 99;
	display: flex;
	align-items: center;
	gap: 40px;
}
/* @media screen and (max-width: 1400px) and (min-width: 1300px) {
	#header .logo {
		width: 150px;
	}
} */
 #header .logo a:first-child img {
	padding-top: 12px;
 }
@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: 767px) {
	#header {
		height: 60px;
	}
	#header .headInner {
		padding: 0 16px 0 20px;
	}
	#header .logo {
		/* width: 138px; */
		gap: 17px;
	}
	#header .logo a {
		display: inline-block;
	}
	#header .logo a img {
		vertical-align: top;
	}
	#header .logo a:first-child img {
		width: 110px;
		height: auto;
		padding-top: 7px;
	}
	#header .logo a:last-child img {
		width: 126px;
		height: auto;
	}
}


.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: 1466px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.footer .container {
	padding: 40px 0 60px;
	background-color: #000;
}
.footer .logo__list {
	display: flex;
	gap: 40px 80px;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
}
.footer .logo__list .logo:first-child img {
	padding-top: 20px;
}
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: 1500px) {
	.footer .container {
		max-width: 100%;
		width: 100vw;
		margin: 0;
		left: 0;
		position: sticky;
		padding: 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		min-width: 858px;
	}
	.footer .logo__list {
		gap: 33px;
		/* margin: 0 0 18px; */
		padding: 0 20px;
		margin-left: -25px;
	}
	.footer .logo__list .logo:first-child img {
		width: 133px;
		height: auto;
		padding-top: 10px;
	}
	.footer .logo__list .logo:last-child img {
		width: 129px;
		height: auto;
	}
	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;
	}
	.footer .container {
		padding: 110px 0 100px;

	}
}
/* ------ */
.min-40 {
	height: calc((232px / 6) * 8);
}
.min-45 {
	height: calc((232px / 6) * 9);
}
.min-50 {
	height: calc((232px / 6) * 10);
}
.min-60 {
	height: calc((232px / 6) * 12);
}
.min-70 {
	height: calc((232px / 6) * 14);
}
.min-80 {
	height: calc((232px / 6) * 16);
}
.min-90 {
	height: calc((232px / 6) * 18);
}
.min-120 {
	height: calc((232px / 6) * 24);
}
.st-1015 {top: calc(232px / 6 * 3 - 0 * 232px / 30)}
.st-1020 {top: calc(232px / 6 * 4 - 0 * 232px / 30)}
.st-1025 {top: calc(232px / 6 * 5 - 0 * 232px / 30)}
.st-1030 {top: calc(232px / 6 * 6 - 0 * 232px / 30)}
.st-1035 {top: calc(232px / 6 * 7 - 0 * 232px / 30)}
.st-1040 {top: calc(232px / 6 * 8 - 0 * 232px / 30)}
.st-1045 {top: calc(232px / 6 * 9 - 0 * 232px / 30)}
.st-1050 {top: calc(232px / 6 * 10 - 0 * 232px / 30)}
.st-1055 {top: calc(232px / 6 * 11 - 0 * 232px / 30)}
.st-1100 {top: calc(232px / 6 * 12 - 0 * 232px / 30)}
.st-1105 {top: calc(232px / 6 * 13 - 0 * 232px / 30)}
.st-1110 {top: calc(232px / 6 * 14 - 0 * 232px / 30)}
.st-1115 {top: calc(232px / 6 * 15 - 0 * 232px / 30)}
.st-1120 {top: calc(232px / 6 * 16 - 0 * 232px / 30)}
.st-1125 {top: calc(232px / 6 * 17 - 0 * 232px / 30)}
.st-1130 {top: calc(232px / 6 * 18 - 0 * 232px / 30)}
.st-1135 {top: calc(232px / 6 * 19 - 0 * 232px / 30)}
.st-1140 {top: calc(232px / 6 * 20 - 0 * 232px / 30)}
.st-1145 {top: calc(232px / 6 * 21 - 0 * 232px / 30)}
.st-1150 {top: calc(232px / 6 * 22 - 0 * 232px / 30)}
.st-1155 {top: calc(232px / 6 * 23 - 0 * 232px / 30)}
.st-1200 {top: calc(232px / 6 * 24 - 0 * 232px / 30)}
.st-1205 {top: calc(232px / 6 * 25 - 0 * 232px / 30)}
.st-1210 {top: calc(232px / 6 * 26 - 0 * 232px / 30)}
.st-1215 {top: calc(232px / 6 * 27 - 0 * 232px / 30)}
.st-1220 {top: calc(232px / 6 * 28 - 0 * 232px / 30)}
.st-1225 {top: calc(232px / 6 * 29 - 0 * 232px / 30)}
.st-1230 {top: calc(232px / 6 * 30 - 0 * 232px / 30)}
.st-1235 {top: calc(232px / 6 * 31 - 0 * 232px / 30)}
.st-1240 {top: calc(232px / 6 * 32 - 0 * 232px / 30)}
.st-1245 {top: calc(232px / 6 * 33 - 0 * 232px / 30)}
.st-1250 {top: calc(232px / 6 * 34 - 0 * 232px / 30)}
.st-1255 {top: calc(232px / 6 * 35 - 0 * 232px / 30)}
.st-1300 {top: calc(232px / 6 * 36 - 0 * 232px / 30)}
.st-1305 {top: calc(232px / 6 * 37 - 0 * 232px / 30)}
.st-1310 {top: calc(232px / 6 * 38 - 0 * 232px / 30)}
.st-1315 {top: calc(232px / 6 * 39 - 0 * 232px / 30)}
.st-1320 {top: calc(232px / 6 * 40 - 0 * 232px / 30)}
.st-1325 {top: calc(232px / 6 * 41 - 0 * 232px / 30)}
.st-1330 {top: calc(232px / 6 * 42 - 0 * 232px / 30)}
.st-1335 {top: calc(232px / 6 * 43 - 0 * 232px / 30)}
.st-1340 {top: calc(232px / 6 * 44 - 0 * 232px / 30)}
.st-1345 {top: calc(232px / 6 * 45 - 0 * 232px / 30)}
.st-1350 {top: calc(232px / 6 * 46 - 0 * 232px / 30)}
.st-1355 {top: calc(232px / 6 * 47 - 0 * 232px / 30)}
.st-1400 {top: calc(232px / 6 * 48 - 0 * 232px / 30)}
.st-1405 {top: calc(232px / 6 * 49 - 0 * 232px / 30)}
.st-1410 {top: calc(232px / 6 * 50 - 0 * 232px / 30)}
.st-1415 {top: calc(232px / 6 * 51 - 0 * 232px / 30)}
.st-1420 {top: calc(232px / 6 * 52 - 0 * 232px / 30)}
.st-1425 {top: calc(232px / 6 * 53 - 0 * 232px / 30)}
.st-1430 {top: calc(232px / 6 * 54 - 0 * 232px / 30)}
.st-1435 {top: calc(232px / 6 * 55 - 0 * 232px / 30)}
.st-1440 {top: calc(232px / 6 * 56 - 0 * 232px / 30)}
.st-1445 {top: calc(232px / 6 * 57 - 0 * 232px / 30)}
.st-1450 {top: calc(232px / 6 * 58 - 0 * 232px / 30)}
.st-1455 {top: calc(232px / 6 * 59 - 0 * 232px / 30)}
.st-1500 {top: calc(232px / 6 * 60 - 0 * 232px / 30)}
.st-1505 {top: calc(232px / 6 * 61 - 0 * 232px / 30)}
.st-1510 {top: calc(232px / 6 * 62 - 0 * 232px / 30)}
.st-1515 {top: calc(232px / 6 * 63 - 0 * 232px / 30)}
.st-1520 {top: calc(232px / 6 * 64 - 0 * 232px / 30)}
.st-1525 {top: calc(232px / 6 * 65 - 0 * 232px / 30)}
.st-1530 {top: calc(232px / 6 * 66 - 0 * 232px / 30)}
.st-1535 {top: calc(232px / 6 * 67 - 0 * 232px / 30)}
.st-1540 {top: calc(232px / 6 * 68 - 0 * 232px / 30)}
.st-1545 {top: calc(232px / 6 * 69 - 0 * 232px / 30)}
.st-1550 {top: calc(232px / 6 * 70 - 0 * 232px / 30)}
.st-1555 {top: calc(232px / 6 * 71 - 0 * 232px / 30)}
.st-1600 {top: calc(232px / 6 * 72 - 0 * 232px / 30)}
.st-1605 {top: calc(232px / 6 * 73 - 0 * 232px / 30)}
.st-1610 {top: calc(232px / 6 * 74 - 0 * 232px / 30)}
.st-1615 {top: calc(232px / 6 * 75 - 0 * 232px / 30)}
.st-1620 {top: calc(232px / 6 * 76 - 0 * 232px / 30)}
.st-1625 {top: calc(232px / 6 * 77 - 0 * 232px / 30)}
.st-1630 {top: calc(232px / 6 * 78 - 0 * 232px / 30)}
.st-1635 {top: calc(232px / 6 * 79 - 0 * 232px / 30)}
.st-1640 {top: calc(232px / 6 * 80 - 0 * 232px / 30)}
.st-1645 {top: calc(232px / 6 * 81 - 0 * 232px / 30)}
.st-1650 {top: calc(232px / 6 * 82 - 0 * 232px / 30)}
.st-1655 {top: calc(232px / 6 * 83 - 0 * 232px / 30)}
.st-1700 {top: calc(232px / 6 * 84 - 0 * 232px / 30)}

@media screen and (max-width: 767px) {
	.min-40 {
		height: calc((204px / 6) * 8);
	}
	.min-50 {
		height: calc((204px / 6) * 10);
	}
	.min-60 {
		height: calc((204px / 6) * 12);
	}
	.min-80 {
		height: calc((204px / 6) * 16);
	}
	.min-90 {
		height: calc((204px / 6) * 18);
	}
	.min-120 {
		height: calc((204px / 6) * 24);
	}
	.st-1015 {top: calc(204px / 6 * 3 - 0 * 204px / 30)}
	.st-1020 {top: calc(204px / 6 * 4 - 0 * 204px / 30)}
	.st-1025 {top: calc(204px / 6 * 5 - 0 * 204px / 30)}
	.st-1030 {top: calc(204px / 6 * 6 - 0 * 204px / 30)}
	.st-1035 {top: calc(204px / 6 * 7 - 0 * 204px / 30)}
	.st-1040 {top: calc(204px / 6 * 8 - 0 * 204px / 30)}
	.st-1045 {top: calc(204px / 6 * 9 - 0 * 204px / 30)}
	.st-1050 {top: calc(204px / 6 * 10 - 0 * 204px / 30)}
	.st-1055 {top: calc(204px / 6 * 11 - 0 * 204px / 30)}
	.st-1100 {top: calc(204px / 6 * 12 - 0 * 204px / 30)}
	.st-1105 {top: calc(204px / 6 * 13 - 0 * 204px / 30)}
	.st-1110 {top: calc(204px / 6 * 14 - 0 * 204px / 30)}
	.st-1115 {top: calc(204px / 6 * 15 - 0 * 204px / 30)}
	.st-1120 {top: calc(204px / 6 * 16 - 0 * 204px / 30)}
	.st-1125 {top: calc(204px / 6 * 17 - 0 * 204px / 30)}
	.st-1130 {top: calc(204px / 6 * 18 - 0 * 204px / 30)}
	.st-1135 {top: calc(204px / 6 * 19 - 0 * 204px / 30)}
	.st-1140 {top: calc(204px / 6 * 20 - 0 * 204px / 30)}
	.st-1145 {top: calc(204px / 6 * 21 - 0 * 204px / 30)}
	.st-1150 {top: calc(204px / 6 * 22 - 0 * 204px / 30)}
	.st-1155 {top: calc(204px / 6 * 23 - 0 * 204px / 30)}
	.st-1200 {top: calc(204px / 6 * 24 - 0 * 204px / 30)}
	.st-1205 {top: calc(204px / 6 * 25 - 0 * 204px / 30)}
	.st-1210 {top: calc(204px / 6 * 26 - 0 * 204px / 30)}
	.st-1215 {top: calc(204px / 6 * 27 - 0 * 204px / 30)}
	.st-1220 {top: calc(204px / 6 * 28 - 0 * 204px / 30)}
	.st-1225 {top: calc(204px / 6 * 29 - 0 * 204px / 30)}
	.st-1230 {top: calc(204px / 6 * 30 - 0 * 204px / 30)}
	.st-1235 {top: calc(204px / 6 * 31 - 0 * 204px / 30)}
	.st-1240 {top: calc(204px / 6 * 32 - 0 * 204px / 30)}
	.st-1245 {top: calc(204px / 6 * 33 - 0 * 204px / 30)}
	.st-1250 {top: calc(204px / 6 * 34 - 0 * 204px / 30)}
	.st-1255 {top: calc(204px / 6 * 35 - 0 * 204px / 30)}
	.st-1300 {top: calc(204px / 6 * 36 - 0 * 204px / 30)}
	.st-1305 {top: calc(204px / 6 * 37 - 0 * 204px / 30)}
	.st-1310 {top: calc(204px / 6 * 38 - 0 * 204px / 30)}
	.st-1315 {top: calc(204px / 6 * 39 - 0 * 204px / 30)}
	.st-1320 {top: calc(204px / 6 * 40 - 0 * 204px / 30)}
	.st-1325 {top: calc(204px / 6 * 41 - 0 * 204px / 30)}
	.st-1330 {top: calc(204px / 6 * 42 - 0 * 204px / 30)}
	.st-1335 {top: calc(204px / 6 * 43 - 0 * 204px / 30)}
	.st-1340 {top: calc(204px / 6 * 44 - 0 * 204px / 30)}
	.st-1345 {top: calc(204px / 6 * 45 - 0 * 204px / 30)}
	.st-1350 {top: calc(204px / 6 * 46 - 0 * 204px / 30)}
	.st-1355 {top: calc(204px / 6 * 47 - 0 * 204px / 30)}
	.st-1400 {top: calc(204px / 6 * 48 - 0 * 204px / 30)}
	.st-1405 {top: calc(204px / 6 * 49 - 0 * 204px / 30)}
	.st-1410 {top: calc(204px / 6 * 50 - 0 * 204px / 30)}
	.st-1415 {top: calc(204px / 6 * 51 - 0 * 204px / 30)}
	.st-1420 {top: calc(204px / 6 * 52 - 0 * 204px / 30)}
	.st-1425 {top: calc(204px / 6 * 53 - 0 * 204px / 30)}
	.st-1430 {top: calc(204px / 6 * 54 - 0 * 204px / 30)}
	.st-1435 {top: calc(204px / 6 * 55 - 0 * 204px / 30)}
	.st-1440 {top: calc(204px / 6 * 56 - 0 * 204px / 30)}
	.st-1445 {top: calc(204px / 6 * 57 - 0 * 204px / 30)}
	.st-1450 {top: calc(204px / 6 * 58 - 0 * 204px / 30)}
	.st-1455 {top: calc(204px / 6 * 59 - 0 * 204px / 30)}
	.st-1500 {top: calc(204px / 6 * 60 - 0 * 204px / 30)}
	.st-1505 {top: calc(204px / 6 * 61 - 0 * 204px / 30)}
	.st-1510 {top: calc(204px / 6 * 62 - 0 * 204px / 30)}
	.st-1515 {top: calc(204px / 6 * 63 - 0 * 204px / 30)}
	.st-1520 {top: calc(204px / 6 * 64 - 0 * 204px / 30)}
	.st-1525 {top: calc(204px / 6 * 65 - 0 * 204px / 30)}
	.st-1530 {top: calc(204px / 6 * 66 - 0 * 204px / 30)}
	.st-1535 {top: calc(204px / 6 * 67 - 0 * 204px / 30)}
	.st-1540 {top: calc(204px / 6 * 68 - 0 * 204px / 30)}
	.st-1545 {top: calc(204px / 6 * 69 - 0 * 204px / 30)}
	.st-1550 {top: calc(204px / 6 * 70 - 0 * 204px / 30)}
	.st-1555 {top: calc(204px / 6 * 71 - 0 * 204px / 30)}
	.st-1600 {top: calc(204px / 6 * 72 - 0 * 204px / 30)}
	.st-1605 {top: calc(204px / 6 * 73 - 0 * 204px / 30)}
	.st-1610 {top: calc(204px / 6 * 74 - 0 * 204px / 30)}
	.st-1615 {top: calc(204px / 6 * 75 - 0 * 204px / 30)}
	.st-1620 {top: calc(204px / 6 * 76 - 0 * 204px / 30)}
	.st-1625 {top: calc(204px / 6 * 77 - 0 * 204px / 30)}
	.st-1630 {top: calc(204px / 6 * 78 - 0 * 204px / 30)}
	.st-1635 {top: calc(204px / 6 * 79 - 0 * 204px / 30)}
	.st-1640 {top: calc(204px / 6 * 80 - 0 * 204px / 30)}
	.st-1645 {top: calc(204px / 6 * 81 - 0 * 204px / 30)}
	.st-1650 {top: calc(204px / 6 * 82 - 0 * 204px / 30)}
	.st-1655 {top: calc(204px / 6 * 83 - 0 * 204px / 30)}
	.st-1700 {top: calc(204px / 6 * 84 - 0 * 204px / 30)}
}

/* timetable */
.commingsoon {
	overflow: hidden;
}
.timetable {
	padding: 120px 0 0;
	position: relative;
}
.timetable .container {
	max-width: 1496px;
}
.timetable .tbl__bg {
	height: 300px;
	min-width: 1466px;
	width: 100%;
	top: 80px;
	left: 0;
	position: absolute;
}
.timetable .tbl__bg .object {
	position: sticky;
	height: 100%;
	z-index: 4;
}
.timetable .tbl__bg .object::before,
.timetable .tbl__bg .object::after {
	content: "";
	position: absolute;
	top: 40px;
	width: 465px;
	height: 233px;
	z-index: 3;
}
.timetable .tbl__bg .object::before {
	left: 0;
	background: url(../img/img_object1.png) no-repeat center center / 100% auto;
}
.timetable .tbl__bg .object::after {
	right: 0;
	background: url(../img/img_object2.png) no-repeat center center / 100% auto;
}
.timetable .tbl__bg .bg {
	position: fixed;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	z-index: 3;
}
.timetable .tbl__bg .bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg_timetable.png) no-repeat center bottom / 100% 100%;
}
.timetable .container {
	position: relative;
}
.timetable .sec__title {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 45px;
	min-width: 1466px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.timetable .sec__title span {
	display: block;
}
.timetable .sec__text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
}
.timetable__block .timetable__head {
	top: 110px;
	position: sticky;
	z-index: 10;
	min-width: 1466px;
	width: 100%;
}
.timetable__block .timetable__row {
	padding-bottom: 200px;
}
.timetable__block .timetable__row .row__content {
	max-width: 1456px;
	width: 1456px;
	margin: 0 auto;
	padding-right: 8px;
}
.timetable__block .tab__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.timetable__block .tab__link {
	list-style: none;
	width: 260px;
	height: 48px;
	display: flex;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all .3s ease;
}
.timetable__block .tab__link.current,
.timetable__block .tab__link:hover {
	background: linear-gradient(90deg, #FF9600 4%, #F637A7 32%, #8E00C7 50%, #4E1EF2 68%, #00B5E7 96%);
}
.timetable__block .tab__link::after {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border-radius: 50px;
	background: #fff;
	transition: all .3s ease;
}
.timetable__block .tab__link:hover::after {
	opacity: 0.9;
}
.timetable__block .tab__link p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
	position: relative;
	z-index: 2;
}
.timetable__block .tab__link.current p,
.timetable__block .tab__link:hover p {
	background: linear-gradient(90deg, #FF9600 0%, #F637A7 25%, #8E00C7 50%, #4E1EF2 75%, #00B5E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.timetable__block .tab__link p span {
	font-size: 28px;
	display: inline-block;
	margin-right: 15px;
}
.timetable__block .timetable__caption {
	max-width: 1456px;
	width: 1456px;
	margin: 0 auto;
	display: flex;
	gap: 8px;
	padding: 0 8px 0 80px;
	margin-bottom: 32px;
	position: sticky;
	top: 178px;
	z-index: 3;
}
.timetable__block .timetable__event.clim {
	width: 283px;
}
.timetable__block .timetable__event.exp {
	width: 860px;
}
.timetable__block .timetable__event.fun {
	width: 209px;
}
.timetable__block .timetable__event .event__title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.timetable__block .timetable__event.clim .event__title {
	background: linear-gradient(90deg, #FF7E00 0%, #FF00AD 25%, #B700D9 50%, #6D00FF 75%, #00B8F2 100%);
}
.timetable__block .timetable__event.exp .event__title {
	background: linear-gradient(90deg, #FF9300 0%, #FF5B00 25%, #EC00EE 50%, #0094FF 75%, #00C56B 100%);
}
.timetable__block .timetable__event.fun .event__title {
	color: #F2CC6C;
	background: #393842;
}
.timetable__block .timetable__event .event__columnGroup {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.timetable__block .timetable__event .event__columnGroup .column {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	background: #D3E7EA;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.timetable__block .timetable__event.clim .event__columnGroup .column {
	width: 100%;
}
.timetable__block .timetable__event.exp .event__columnGroup .column {
	width: calc((100% - 24px) / 4);
}
.timetable__block .timetable__event.fun .event__columnGroup .column {
	width: 100%;
}
.timetable__block .timetable__event .event__columnGroup .column span {
	font-size: 14px;
	margin-top: 3px;
}
.timetable__block .timetable__content {
	display: flex;
	justify-content: space-between;
	gap: 1px;
}
.timetable__timeColumn {
	background-color: hsla(0, 0%, 100%, .8);
  box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .8);
	position: sticky;
	left: 0;
	z-index: 2;
}
.timetable__timeColumn div {
	height: 232px;
}
.timetable__timeColumn span {
	font-size: 32px;
	line-height: 1;
}
.timetable__container {
	width: 1368px;
	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%;
	border-top: 1px solid #B7B7B7;
}
.timetable__eventContainer {
	display: none;
	position: relative;
	z-index: 1;
}
.timetable__eventContainer.current {
	display: block;
}
.timetable__eventContainer .eventContainer__inner {
	display: flex;
	gap: 8px;
	/* padding: 0 8px; */
}
.timetable__col {
	width: 209px;
	position: relative;
}
.timetable__col.col01 {
	width: 283px;
	position: relative;
}
.timetable__item {
	border-width: 2px;
	border-style: solid;
	box-shadow: 0px 0px 12px rgba(50, 65, 126, 0.2);
	background: #fff;
	border-radius: 8px;
	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;
	color: #fff;
	display: flex;
	align-items: center;
	height: 26px;
	justify-content: space-between;
	padding: 2px 10px;
}
.timetable__item .item__title span {
	font-size: 12px;
}
.timetable__item .item__content {
	padding: 8px 12px;
	height: calc(100% - 26px);
}
.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 .text {
	font-weight: 700;
}
.timetable__item .item__content .list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 11px;
}
.timetable__item .item__content .list .infor {
	display: flex;
	align-items: center;
}
.timetable__item .item__content .list .infor .infor__img {
	height: 48px;
	min-width: 48px;
	width: 48px;
	background: linear-gradient(180deg, #f0fcff, #b8bfc1);
	border-radius: 100%;
	overflow: hidden;
}
.timetable__item .item__content .list .infor .infor__img img {
	-o-object-position: bottom;
	object-position: bottom;
	width: 100%;
}
.timetable__item .item__content .list .infor .infor__cnt {
	width: calc(100% - 48px);
	padding-left: 8px;
}
.timetable__item .item__content .list .infor .infor__cnt .title {
	font-weight: 700;
	font-size: 8px;
	line-height: 1.2;
	margin-bottom: 4px;
}
.timetable__item .item__content .list .infor .infor__cnt .name {
	font-weight: 700;
	font-size: 14px;
}
.timetable__item .item__content .list .infor .infor__cnt .name small {
	font-size: 10px;
}
.col01 .timetable__item {
	border: none;
	padding: 2px;
	background: linear-gradient(90deg, rgba(255, 126, 0, 0.7) 0%, rgba(255, 0, 173, 0.7) 25%, rgba(183, 0, 217, 0.7) 50%, rgba(109, 0, 255, 0.7) 75%, rgba(0, 184, 242, 0.7) 100%);
}
.col01 .timetable__item .item__inner {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	height: 100%;
	transition: all .3s ease;
}
.col01 .timetable__item:hover .item__inner {
	background: rgba(255, 255, 255, 0.8);
}
.col01 .timetable__item .item__title {
	background: linear-gradient(90deg, rgba(255, 126, 0, 0.7) 0%, rgba(255, 0, 173, 0.7) 25%, rgba(183, 0, 217, 0.7) 50%, rgba(109, 0, 255, 0.7) 75%, rgba(0, 184, 242, 0.7) 100%);
}
.col02 .timetable__item {
	border-color: #FF9300;
}
.col02 .timetable__item:hover {
	background: #fffaf2;
}
.col02 .timetable__item .item__title {
	background: #FF9300;
}
.col03 .timetable__item {
	border-color: #EC00EE;
}
.col03 .timetable__item:hover {
	background: #fef2fe;
}
.col03 .timetable__item .item__title {
	background: #EC00EE;
}
.col04 .timetable__item {
	border-color: #0094FF;
}
.col04 .timetable__item:hover {
	background: #f2faff;
}
.col04 .timetable__item .item__title {
	background: #0094FF;
}
.col05 .timetable__item {
	border-color: #00C56B;
}
.col05 .timetable__item:hover {
	background: #f2fcf8;
}
.col05 .timetable__item .item__title {
	background: #00C56B;
}
.col06 .timetable__item {
	border-color: #F2CC6C;
	background: #393842;
}
.col06 .timetable__item:hover {
	background: #5E564A;
}
.col06 .timetable__item .item__title {
	background: #F2CC6C;
	color: #000;
}
.col06 .timetable__item .text {
	color: #fff;
}
@media screen and (max-width: 1500px) {
	.timetable .tbl__bg .object {
		width: 100vw;
		/* position: sticky; */
		left: 0;
	}
	.timetable .sec__title span {
		position: sticky;
		left: 0;
		width: 100vw;
	}
	.timetable__block .tab__list {
		width: 100vw;
		position: sticky;
		left: 0;
	}
}
@media screen and (max-width: 950px) {
	.timetable .tbl__bg .object::before,
	.timetable .tbl__bg .object::after {
		width: 48.947vw;
		height: 24.526vw;
	}
}
@media screen and (max-width: 767px) {
	.timetable {
		padding: 100px 0 0;
	}
	.timetable .tbl__bg {
		height: 180px;
		min-width: 858px;
	}
	.timetable .sec__title {
		font-size: 40px;
		margin: 0 0 160px;
		min-width: 858px;
	}
	.timetable .sec__text {
		font-size: 20px;
		line-height: 1.4;
	}
	.timetable::before,
	.timetable::after {
		display: none;
	}
	.timetable__block .timetable__guideBlock {
		min-width: 858px;
		width: 100%;
		position: relative;
		z-index: 3;
	}
	.timetable__block .timetable__guideBlock .block__inner {
		width: 100vw;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		position: sticky;
		left: 0;
	}
	.timetable__block .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__block .timetable__guide span {
		padding: 0 23px;
		position: relative;
	}
	.timetable__block .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 {
		min-width: 858px;
		top: 70px;
	}
	.timetable__block .tab__list {
		gap: 16px;
		padding: 0 20px;
	}
	.timetable__block .tab__link {
		width: calc((100% - 16px) / 2);
		height: 38px;
		max-width: 179px;
	}
	.timetable__block .tab__link::after {
		top: 2px;
		bottom: 2px;
		left: 2px;
		right: 2px;
	}
	.timetable__block .tab__link p {
		font-size: 16px;
	}
	.timetable__block .tab__link p span {
		font-size: 18px;
		margin-right: 8px;
	}
	.timetable__block .timetable__caption,
	.timetable__block .timetable__row .row__content {
		max-width: 772px;
		width: 772px;
	}
	.timetable__block .timetable__caption {
		padding: 0 7px 0 43px;
		gap: 6px;
		margin-bottom: 12px;
		top: 128px;
	}
	.timetable__block .timetable__row {
    padding-bottom: 30px;
	}
	.timetable__block .timetable__event.clim {
		width: 152px;
	}
	.timetable__block .timetable__event.fun {
		width: 108px;
	}
	.timetable__block .timetable__event.exp {
    width: 450px;
	}
	.timetable__block .timetable__event .event__title {
		font-size: 14px;
		height: 30px;
		margin-bottom: 6px;
	}
	.timetable__block .timetable__event .event__columnGroup {
		gap: 6px;
	}
	.timetable__block .timetable__event .event__columnGroup .column {
		font-size: 14px;
		height: 38px;
	}
	.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: 10px;
	}
	.timetable__timeColumn span {
		font-size: 18px;
	}
	.timetable__eventContainer .eventContainer__inner {
		gap: 6px;
		padding: 0;
	}
	.timetable__container {
		padding-top: 8px;
		width: 836px;
	}
	.timetable__timeColumn div,
	.timetable__lineContainer span {
		height: 204px;
	}
	.timetable__lineContainer {
		top: 8px;
	}
	.timetable__col {
		width: 108px;
	}
	.timetable__col.col01 {
		width: 152px;
	}
	.timetable__item.colx2 {
		width: calc(200% + 6px);
	}
	.timetable__item .item__title {
		font-size: 14px;
		padding: 2px 6px;
	}
	.timetable__item .item__content {
		padding: 8px 6px;
	}
	.timetable__item .item__content .text {
		font-size: 12px;
	}

	.timetable__block .timetable__caption {
		padding-left: 40px;
	}
	.timetable__block .timetable__content {
		flex-wrap: wrap;
		gap: 0;
	}
	.timetable__timeColumn {
		width: 40px;
	}
	.timetable__container {
		width: calc(100% - 40px);
	}
	.timetable__timeColumn span {
		font-size: 16px;
	}
	.timetable__block .timetable__head,
	.timetable__block .timetable__guideBlock,
	.footer,
	.timetable .sec__title,
	.timetable .tbl__bg {
		min-width: 772px;
	}
}
@media screen and (max-width: 400px) {
	.timetable__block .timetable__guideBlock .block__inner,
	.timetable__block .tab__list {
		padding: 0 15px;
	}
}

/* Popup */
.m__modal {
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}
.modal__block {
	position: relative;
}
.fun .modal__block,
.clim .modal__block {
	color: #fff;
}
.modal__block .block__scroll {
	max-height: calc(80vh - 50px);
	min-height: 629px;
	overflow: auto;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}
.exp .modal__block .block__scroll {
	background: #fff;
}
.clim .modal__block .block__scroll,
.fun .modal__block .block__scroll {
	background: #000;
}
.fun .modal__block .block__scroll {
	border: 1px solid #AB803A;
}
.modal__block .block__scroll::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}
.modal__block .block__scroll::-webkit-scrollbar-track {
	background: rgba(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::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(30px);
	transform: rotate(-180deg);
}
.exp .modal__block::after,
.clim .modal__block::after {
	background: linear-gradient(279.66deg, rgba(255, 145, 0, 0.8) 0.44%, rgba(255, 0, 170, 0.8) 25.02%, rgba(157, 0, 206, 0.8) 49.6%, rgba(90, 0, 252, 0.8) 74.18%, rgba(0, 183, 236, 0.8) 98.77%);
}
.modal__block .block__inner {
	background: #F5F5F7;
	border-radius: 12px;
	padding: 34px 40px 50px;
	position: relative;
	z-index: 2;
}
.clim .modal__block .block__inner,
.fun .modal__block .block__inner {
	background: #000;
}
.modal__block .block__head {
	margin-bottom: 45px;
}
.clim .modal__block .block__inner>.block__head {
	margin-bottom: 13px;
}
.modal__block .block__head .date {
	font-size: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 13px;
}
.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;
	margin-left: 20px;
	padding: 2px 16px;
}
.clim .modal__block .block__head .tag,
.exp .modal__block .block__head .tag,
.fun .modal__block .block__head .tag {
	color: #000;
	background: #D3E7EA;
}
.modal__block .block__head .title {
	font-size: 28px;
	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: linear-gradient(0deg, rgba(255, 145, 0, 0) 0%, #FF9100 26.5%, #FF00AA 38.5%, #9D00CE 50%, #5A00FC 62.5%, #00B7EC 73%, rgba(0, 183, 236, 0) 100%);
}
.clim .modal__block .block__head .title::after {
	left: 41px;
}
.fun .modal__block .block__head .title::after {
	background: linear-gradient(0deg, rgba(233, 207, 126, 0) 0%, #E9CF7E 26.5%, #E9CF7E 73%, rgba(233, 207, 126, 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: 40px;
}
.modal__block .block__content:not(:last-child) {
	margin-bottom: 40px;
}
.modal__block .block__content .cnt__infor .infor__img {
	width: 220px;
}
.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 .infor__content {
	flex: 1 1;
}
.clim .modal__block .block__content .cnt__infor .infor__content {
	padding-top: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .position {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}
.modal__block .block__content .cnt__infor .infor__content .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .name span {
	font-size: 29px;
	border-left: 1px solid #000;
	padding-left: 20px;
	margin-left: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .name span {
	font-size: 29px;
	border-left: 1px solid #000;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: 400;
}
.fun .modal__block .block__content .cnt__infor .infor__content .name span,
.clim .modal__block .block__content .cnt__infor .infor__content .name span {
	border-left: 1px solid #fff;
}
.modal__block .block__content .cnt__infor .infor__content .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: 36px;
	justify-content: center;
}
.modal__block .block__content .cnt__list .list .item {
	width: 220px;
}
.modal__block .block__content .cnt__list .list .item__img {
	margin-bottom: 18px;
}
.modal__block .block__content .cnt__list .list .item__position {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 9px;
}
.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 {
	max-width: 400px;
	width: 100%;
	height: 48px;
	margin: 40px auto 0;
	display: none;
}
.modal__btn .btn__multi {
	font-size: 18px;
}
.fun .modal__btn .btn__multi {
	background: linear-gradient(90deg, #80B3B5 0%, #E2C576 50%, #D782AC 100%);
	color: #000;
}
.exp .modal__btn .btn__multi {
	background: linear-gradient(90deg, #FF9300 0%, #FF5B00 25%, #EC00EE 50%, #0094FF 75%, #00C56B 100%);
}
.mfp-close {
	display: none !important;
}
.m__modal .modal__close {
	position: absolute;
	width: 44px;
	height: 44px;
	font-size: 0;
	top: -22px;
	right: 0;
	background: url(../img/btn_close.png) no-repeat center center / 100% auto;
	transition: all .3s ease;
	z-index: 2;
}
.m__modal.fun .modal__close,
.m__modal.clim .modal__close {
	background: url(../img/btn_close_fun.png) no-repeat center center / 100% auto;
}
.m__modal .modal__close:hover {
	opacity: .9;
}

@media screen and (max-width: 767px) {
	.m__modal {
		padding: 0 20px;
	}
	.modal__block .block__scroll {
		max-height: calc(70vh - 50px);
		min-height: auto;
	}
	.modal__block .block__inner {
		padding: 37px 20px 39px;
	}
	.modal__block .block__head {
    margin-bottom: 24px;
	}
	.modal__block .block__head .date {
		font-size: 24px;
		margin-bottom: 11px;
	}
	.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;
		/* margin-left: 21px; */
	}
	.modal__block .block__head .tag.booth {
		margin-left: auto;
	}
	.modal__block .block__head .title {
		font-size: 18px;
		padding-left: 16px;
		margin-bottom: 18px;
	}
	.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__img {
		width: 152px;
	}
	.modal__block .block__content .cnt__infor .infor__content {
		width: 100%;
	}
	.modal__block .block__content .cnt__infor .infor__content .position {
		font-size: 16px;
		text-align: center;
		margin-bottom: 16px;
	}
	.clim .modal__block .block__content .cnt__infor .infor__content .position {
		text-align: left;
	}
	.modal__block .block__content .cnt__infor .infor__content .name {
		font-size: 24px;
		text-align: center;
		margin-bottom: 24px;
	}
	.modal__block .block__content .cnt__infor .infor__content .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: 18px;
	}
	.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: 16px;
	}
	.modal__block .block__content .cnt__list .list .item__position {
		font-size: 14px;
	}
	.modal__block .block__content .cnt__list .list .item__name {
		font-size: 18px;
	}
	.modal__btn .btn__multi {
		font-size: 16px;
	}
	.m__modal .modal__close {
		right: 8px;
	}
	.modal__block .block__head .desc, .modal__block .block__content .cnt__infor .infor__content .desc {
		font-size: 12px;
	}
	/* .modal__block .block__head {
		margin-bottom: 43px;
	} */
}

@media screen and (max-width: 380px) {
	/* .modal__block .block__head .tag {
		margin-left: auto;
	} */
	.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 .container {
    /* min-height: calc(100vh - 686px); */
	z-index: 10;
}
.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;
}
@media screen and (max-width: 767px) {
	.timetable_cs .timetable_cs_wrap .container {
		/* min-height: calc(100vh - 305px); */
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.timetable_cs .timetable_cs_wrap .comingsoon {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 200px;
	}
}

.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;
	}
}