@charset "utf-8";
:root {
	touch-action: pan-x pan-y;
	height: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #e9f2ff;
	color: #3e4da3;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.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-yugo {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}
.en {
	font-family: 'Ubuntu', sans-serif;
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-500 {
	font-weight: 500;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.word-break {
	word-break: break-word;
}
/* flex */
@media screen and (min-width: 800px) {
	.d-lg-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-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.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;
}
.flex-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;
	text-align: center;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
.inner {
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 1016px) {
	.container {
		padding: 0 28px;
	}
}
@media screen and (max-width: 799px) {
	.pc {
		display: none;
	}
	.inner {
		padding: 0 28px;
	}
}
@media screen and (min-width: 800px) {
	.sp {
		display: none;
	}
}
header {
	padding: 8px 32px;
	height: 66px;
}
footer {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	padding: 48px 0;
	color: #231815;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
footer .container {
	gap: 48px;
}
.footer-logos {
	gap: 48px;
}
.dota::before {
	content: '@';
}
@media screen and (max-width: 1230px) {
	header {
		background-color: #e9f2ff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 15;
	}
}
@media screen and (max-width: 799px) {
	header {
		padding: 8px 20px;
		height: 40px;
	}
	header .logo img {
		width: 214px;
	}
	footer {
		padding: 32px 0;
		font-size: 11px;
	}
	footer .container {
		gap: 32px;
	}
	.footer-logos {
		gap: 24px;
	}
	.footer-logos li:nth-child(1) img {
		width: 78px;
		height: 28px;
	}
	.footer-logos li:nth-child(2) img {
		width: 72px;
		height: 40px;
	}
}
main {
	padding: 54px 0 120px;
}
.page-title {
	margin: 0 0 63px;
	padding: 0 0 1px;
	font-weight: 600;
}
.page-title h1 {
	font-size: 47px;
	line-height: 1.4;
	position: relative;
}
.page-title h1.en {
	font-size: 70px;
}
.page-title h1.mb-70 {
	margin: 0 0 70px;
}
.page-title h1::after {
	content: '';
	width: 64px;
	height: 6px;
	background: linear-gradient(45deg, #98f09c 17%, #ffffb4 66%, #7e8bff 100%);
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin: 0 0 0 -32px;
}
.page-title p {
	line-height: 1.8;
	margin: 70px 0 0;
}
.page-title p + p {
	margin: 16px 0 0;
}
.form-row:not(:last-child) {
	margin-bottom: 40px;
}
.form-label {
	font-weight: 600;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
select,
textarea {
	background-color: #fff;
	border: 2px solid #cac8e1;
	border-radius: 6px;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	padding: 12px 16px;
	color: #231815;
}
::-webkit-input-placeholder {
	color: #717171;
}
::-moz-placeholder {
	color: #717171;
}
:-ms-input-placeholder {
	color: #717171;
}
:-moz-placeholder {
	color: #717171;
}
.form-error input[type='text'],
.form-error input[type='email'],
.form-error input[type='password'],
.form-error input[type='tel'],
.form-error select,
.form-error textarea {
	border-color: #ff4b33;
}
.form-error-message {
	color: #ff4b33;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}
.btn {
	border-radius: 40px;
	background: linear-gradient(to bottom, #f1f1f1 0%, #e1ca6c 100%);
	display: block;
	width: 400px;
	height: 80px;
	padding: 2px;
	margin: 0 auto;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
/*  */
.btn > span {
	border-radius: 38px;
	background: linear-gradient(to right, #f8ac3a 0%, #f8494c 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}
.btn > span > span::before,
.btn > span > span::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	width: 12px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 1px) 50%;
}
.btn > span > span::before {
	transform: rotate(45deg);
}
.btn > span > span::after {
	transform: rotate(-45deg);
}
.btn.btn-deepblue,
.btn.btn-blue {
	background: linear-gradient(to right, #b4ffbe 0%, #f8ffce 30%, #a8a2ff 100%);
}
.btn.btn-deepblue > span {
	background: #3e4da3;
}
.btn.btn-blue > span {
	background: #1c55dc;
}
.btn.btn-line,
.btn.btn-line > span {
	background: #06c755;
}
.btn.btn-line {
	border-radius: 10px;
}
.btn.btn-line > span {
	border-radius: 8px;
}
.btn.btn-black {
	background: #6B697C;
}
.btn.btn-black > span {
	background: #161144;
}
@media screen and (min-width: 800px) {
	.btn > span:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 100%;
		height: 0;
		padding-top: 100%;
		background: #fff;
		border-radius: 50%;
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.1);
		transition: opacity 0.3s, transform 0s 0.2s;
	}
	.btn:hover > span:before {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.01);
		transition: opacity 0.6s, transform 0.4s ease-in-out;
	}
	.btn > span > span {
		z-index: 5;
	}
	.btn:hover > span {
		/* background: #fff; */
		color: #ee7762;
	}
	.btn:hover > span > span::before,
	.btn:hover > span > span::after {
		background-color: #ee7762;
	}
	.btn.btn-deepblue:hover > span {
		color: #3e4da3;
	}
	.btn.btn-deepblue:hover > span > span::before,
	.btn.btn-deepblue:hover > span > span::after {
		background-color: #1c55dc;
	}
	.btn.btn-blue:hover > span {
		color: #1c55dc;
	}
	.btn.btn-blue:hover > span > span::before,
	.btn.btn-blue:hover > span > span::after {
		background-color: #1c55dc;
	}
	.btn.btn-line:hover > span {
		color: #06c755;
	}
	.btn.btn-line:hover > span > span::before,
	.btn.btn-line:hover > span > span::after {
		background-color: #06c755;
	}
	.btn.btn-black:hover > span {
		color: #161144;
	}
	.btn.btn-black:hover > span > span::before,
	.btn.btn-black:hover > span > span::after {
		background-color: #161144;
	}
	.form-label {
		width: 188px;
		height: 56px;
		display: flex;
		align-items: center;
	}
	.form-group {
		width: 612px;
	}
}
@media screen and (max-width: 1230px) {
	main {
		padding: 120px 0;
	}
}
@media screen and (max-width: 799px) {
	main {
		padding: 72px 0 32px;
	}
	.page-title {
		margin: 0 20px 47px;
		font-weight: 600;
	}
	.page-title h1 {
		font-size: 26px;
		position: relative;
	}
	.page-title h1.en {
		font-size: 32px;
	}
	.page-title h1.mb-70 {
		margin: 0 0 36px;
	}
	.page-title h1::after {
		width: 54px;
		height: 4px;
		bottom: -18px;
		margin: 0 0 0 -27px;
	}
	.page-title p {
		font-size: 13px;
		margin: 36px 0 0;
	}
	.form-row:not(:last-child) {
		margin-bottom: 16px;
	}
	.form-group {
		margin: 4px 0 0;
	}
	.form-submit {
		margin: 48px 0 0;
	}
	.btn {
		border-radius: 48px;
		width: 240px;
		height: auto;
		min-height: 48px;
	}
	.btn > span {
		border-radius: 44px;
		height: auto;
		min-height: 44px;
		padding: 8px 0;
		font-size: 14px;
	}
	.btn > span > span::before,
	.btn > span > span::after {
		right: 16px;
		width: 8px;
	}
}
.infor {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 80px;
}
.infor.mb-0 {
	margin-bottom: 0;
}
.infor h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px;
}
.infor p:not(:last-child) {
	margin: 0 0 24px;
}
@media screen and (max-width: 799px) {
	.infor {
		font-size: 13px;
		margin: 0 0 48px;
	}
	.infor h2 {
		font-size: 16px;
	}
}
/*  */
.form-submit,
.form-checkbox {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}
.form-submit {
	margin: 80px 0 0;
}
.form-policy {
	margin: 0 0 32px;
}
input[type='checkbox'] {
	display: none;
}
.form-checkbox label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.form-checkbox label .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 2px solid #cac8e1;
	background: #fff;
	transition: 0.3s;
}
input[type='checkbox']:checked + label .icon {
	background: url(../img/checkbox.png) no-repeat center / cover #3e4da3;
	border-color: #cac8e1;
}
.form-checkbox .txt {
	padding-bottom: 1px;
}
.mt-32 {
	margin-top: 32px;
}
.text-link {
	border-bottom: 1px dashed #3e4da3;
	display: inline-block;
	text-decoration: none;
	line-height: 1.9;
	transition: 0.3s;
}
@media screen and (min-width: 800px) {
	.text-link:hover {
		color: #3e4da3;
		border-bottom-color: #e9f2ff;
	}
}

/*  */
.box {
	background: #cac8e1;
	border-radius: 4px;
	padding: 0 0 2px;
}
.box-style2 {
	background: linear-gradient(to right, #f8ac3a 0%, #f8494c 100%);
}
.box:not(:last-child) {
	margin: 0 0 64px;
}
.box-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 4px;
}
.box:not(.box-style2) .box-title {
	background: linear-gradient(to right, #73b5b1 10%, #6c7df3 62%);
	border-radius: 4px 4px 0 0;
}
.box-style2 .box-title {
	padding: 16px 5px;
}
.box-content {
	font-weight: bold;
	border-radius: 0 0 4px 4px;
	background: #fff;
	border-top: none;
	padding: 32px 56px;
	margin: 0 2px;
	position: relative;
}
.is-deactivate {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.is-deactivate span {
	background-color: #939393;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 126px;
	height: 46px;
	font-size: 18px;
	font-weight: 600;
}
.qr:not(:last-child) {
	margin: 0 0 24px;
}
.qr .text {
	font-weight: bold;
}
.qr .text h3 {
	margin: 0 0 20px;
}
.qr .text p {
	margin: 0 0 10px;
}
.qr .text p:last-child {
	margin: 0;
}
.text-note {
	font-size: 10px;
	font-weight: normal;
	text-indent: -10px;
	padding: 0 0 0 10px;
}
.text-normal {
	font-size: 12px;
	font-weight: normal;
}
.text-small {
	font-size: 10px;
}
@media screen and (min-width: 800px) {
	.qr .text {
		width: calc(100% - 174px);
		padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 1016px) {
	.box-content {
		padding: 32px;
	}
}
@media screen and (max-width: 799px) {
	.box:not(:last-child) {
		margin: 0 0 40px;
	}
	.box-title {
		font-size: 16px;
	}
	.box-style2 .box-title {
		padding: 8px 5px;
	}
	.box-content {
		padding: 24px;
		font-size: 13px;
	}
	.box-content h3 {
		text-align: center;
	}
	.qr:not(:last-child) {
		margin: 0 0 16px;
	}
	.qr .img {
		text-align: center;
		margin: 0 0 24px;
	}
	.qr .text h3 {
		margin: 0 0 16px;
	}
	.qr .text p {
		margin: 0 0 8px;
	}
}
/*  */
.box-access {
	margin: 0 0 80px;
}
.access-list {
	margin: -16px 0;
}
.access-list dl {
	border-bottom: 1px solid #cac8e1;
	padding: 16px 0;
}
.access-list dl:last-child {
	border-bottom: none;
}
.access-list dl dt {
	color: #303030;
	font-size: 18px;
	line-height: 1.388;
}
@media screen and (min-width: 800px) {
	.access-list dl dt {
		width: 214px;
		padding: 0 24px 0 0;
	}
	.access-list dl dd {
		width: calc(100% - 214px);
	}
}
@media screen and (max-width: 799px) {
	.box-access {
		margin: 0 0 48px;
	}
	.access-list dl dt {
		font-size: 14px;
		margin: 0 0 4px;
	}
}
/*  */
.box .btn > span {
	text-align: center;
}
.box .btn-target > span > span::before,
.box .btn-target > span > span::after,
.box .btn-copy > span > span::before,
.box .btn-copy > span > span::after,
.box .news-list .btn > span > span::before,
.box .news-list .btn > span > span::after {
	display: none;
}
.box .btn-target > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/target.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
}
.box .btn-copy > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/copy.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
}
.btn.btn-download > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/download.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -8px 0 0;
}
@media screen and (min-width: 800px) {
	.box .btn {
		width: 326px;
		height: 68px;
		font-size: 18px;
	}
	.box .btn > span {
		height: 64px;
		font-size: 18px;
		line-height: 1.4;
	}
	.box .btn > span > span::before,
	.box .btn > span > span::after {
		width: 10px;
	}
	.box .btn-target:hover > span::after {
		background: url(../img/target_on.png) no-repeat center / cover;
	}
	.box .btn-target.btn-deepblue:hover > span::after {
		background: url(../img/target_on2.png) no-repeat center / cover;
	}
	.box .btn-copy:hover > span::after {
		background: url(../img/copy_on.png) no-repeat center / cover;
	}
	.btn.btn-download:hover > span::after {
		background: url(../img/download_on.png) no-repeat center / cover;
	}
}
@media screen and (max-width: 799px) {
	.box .btn-target > span::after {
		background: url(../img/target_2x.png) no-repeat center / cover;
		right: 16px;
	}
}
/*  */
.news-list {
	margin: -24px 0;
}
.news-list:not(:last-child) {
	margin-bottom: 24px;
}
.news-list li {
	padding: 24px 0;
	border-bottom: 1px solid #cac8e1;
}
.news-list:last-child li:last-child {
	border-bottom: none;
}
.news-cont p:not(:last-child) {
	margin: 0 0 4px;
}
.news-cont p.text-normal {
	font-weight: 600;
}
.news-date {
	font-family: 'Ubuntu', sans-serif;
	color: #303030;
}
.news-date span {
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
	background: #3e4da3;
	color: #fff;
	width: 53px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media screen and (min-width: 800px) {
	.news-date {
		width: 118px;
	}
	.news-date span {
		margin: 0 0 6px;
	}
	.news-action {
		width: 183px;
	}
	.news-cont {
		flex: 1;
		padding: 0 40px 0 0;
	}
}
@media screen and (max-width: 799px) {
	.news-date {
		margin: 0 0 8px;
		display: flex;
		align-items: center;
		gap: 0 8px;
	}
	.news-cont p:not(:last-child) {
		margin: 0 0 8px;
	}
}
/* .news-btn */
.news-list .btn {
	border-radius: 20px;
	width: 183px;
	height: 36px;
}
.news-list .btn > span {
	border-radius: 16px;
	height: 32px;
	font-size: 12px;
}
@media screen and (max-width: 799px) {
	.news-action {
		margin: 16px 0 0;
	}
	.news-list .btn {
		border-radius: 20px;
		width: 200px;
		min-height: 40px;
	}
	.news-list .btn > span {
		border-radius: 18px;
		min-height: 36px;
	}
}
.finds {
	margin: 200px 0 0;
}
.finds-content {
	background: linear-gradient(to bottom, #f1edf9 0%, #eaf2ff 100%);
	padding: 10px 0 0;
	position: relative;
}
.finds-content::after {
	content: '';
	width: 100%;
	height: 300px;
	background: url(../img/mask.png) no-repeat center / 1620px 300px;
	position: absolute;
	left: 50%;
	top: -300px;
	transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
}
@media screen and (min-width: 1621px) {
	.finds-content::after {
		background-size: 100% 100%;
	}
}
.finds .page-title {
	margin: 0 0 32px;
}
@media screen and (max-width: 799px) {
	.finds {
		margin: 70px 0 0;
	}
	.finds-content {
		padding-top: 5px;
	}
	.finds-content::after {
		content: '';
		width: 100%;
		height: 55px;
		background: url(../img/mask_2x.png) no-repeat center / 100% 100%;
		top: -55px;
	}
	.finds .page-title {
		margin: 0 0 24px;
	}
}
/*  */
.tabs {
	margin: 0 -4px 24px;
}
.tabs li {
	width: 25%;
	padding: 0 4px;
}
.tabs li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3e4da3;
	border: 2px solid #cac8e1;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
	height: 72px;
	cursor: pointer;
}
.tabs li.is-active span {
	background: #fff;
	color: #3e4da3;
	position: relative;
}
.tabs li.is-active span::after {
	content: '';
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	border: 2px solid #3e4da3;
	border-radius: 9px;
	position: absolute;
	top: -7px;
	left: -7px;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 800px) {
	.tabs li:hover span {
		background: #fff;
		color: #3e4da3;
		position: relative;
	}
}
@media screen and (max-width: 799px) {
	.tabs {
		margin-bottom: 16px;
	}
	.tabs li {
		width: 50%;
		margin: 0 0 8px;
	}
	.tabs li span {
		font-size: 13px;
		height: 48px;
	}
	.tabs li.is-active span::after {
		content: '';
		width: calc(100% + 14px);
		height: calc(100% + 14px);
		border: 2px solid #3e4da3;
		border-radius: 9px;
		position: absolute;
		top: -7px;
		left: -7px;
		transition: all 0.3s ease-in-out;
	}
}
/*  */
.session-box {
	border: 2px solid #cac8e1;
	background-color: #fff;
	border-radius: 6px;
	padding: 32px 16px;
	color: #303030;
	display: none;
}
.session-box.is-show {
	display: block;
}
.session-box h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 16px;
}
.session-list li {
	width: 25%;
	padding: 0 16px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.session-list .text-normal {
	font-weight: 600;
}
.session-heading1 {
	font-size: 12px;
	border-top: 2px solid #cac8e1;
	border-bottom: 2px solid #cac8e1;
	text-align: center;
	padding: 6px 0;
	margin: 0 0 16px;
	color: #3e4da3;
}
.session-heading2 {
	gap: 4px;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 8px;
}
.session-heading2 dd {
	font-family: 'Ubuntu', sans-serif;
	color: #3e4da3;
	width: calc(100% - 109px);
	text-align: center;
}
.session-heading2 dt {
	width: 105px;
}
.session-heading2 dt span {
	display: block;
	border-radius: 6px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.bg1 {
	background-color: #30beff;
}
.bg2 {
	background-color: #ffa45e;
}
.bg3 {
	background-color: #39dd96;
}
.session-box h3 {
	color: #3e4da3;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 32px;
	text-align: center;
}
.session-list {
	justify-content: center;
}
.session-list p {
	margin: 0 0 10px;
}
.session-list p:last-child {
	margin: 0;
}
.session-list p.session-title {
	margin: 0 0 8px;
}
.session-list .btn {
	margin-top: 16px;
}
.session-list .btn > span > span::before,
.session-list .btn > span > span::after {
	display: none;
}
@media screen and (min-width: 800px) {
	.session-list .btn {
		border-radius: 44px;
		width: 152px;
		height: 44px;
	}
	.session-list .btn > span {
		border-radius: 40px;
		height: 40px;
		font-size: 12px;
	}
}
@media screen and (max-width: 799px) {
	.session-box {
		padding: 24px;
	}
	.session-box h2 {
		font-size: 16px;
	}
	.session-list {
		justify-content: space-between;
		gap: 24px;
	}
	.session-list li {
		width: calc(50% - 12px);
		padding: 0;
	}
	.session-heading2 dd {
		width: 100%;
		text-align: left;
		margin: 4px 0 0;
	}
	.session-list p.session-title {
		font-size: 13px;
	}
	.session-list .btn {
		border-radius: 36px;
		width: 100%;
		min-height: 36px;
		margin-top: 12px;
	}
	.session-list .btn > span {
		border-radius: 32px;
		min-height: 32px;
		font-size: 12px;
	}
	.session-box h3 {
		font-size: 16px;
		margin: 0 0 20px;
	}
}
/*  */
.speaker-submit {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.speaker-submit .form-error-message {
	color: #ff7c52;
	margin: 0;
}
.btn-back {
	width: 326px;
	height: 64px;
}
.btn-back > span {
	height: 60px;
	font-size: 18px;
}
.btn-back > span > span::before,
.btn-back > span > span::after {
	right: inherit;
	left: 22px;
	transform-origin: 1px 50%;
}
@media screen and (max-width: 799px) {
	.speaker-submit {
		gap: 16px;
	}
	.speaker-submit .form-error-message {
		margin: 0 0 16px;
	}
	.btn-back {
		width: 200px;
		height: 40px;
	}
	.btn-back > span {
		height: 36px;
		font-size: 14px;
	}
	.btn-back > span > span::before,
	.btn-back > span > span::after {
		left: 16px;
	}
}
/*  */
.speaker .container {
	max-width: 1270px;
	padding: 0 20px;
}
.speaker-content {
	padding: 0 0 0 58px;
	/* margin: 0 0 80px; */
}
.area {
	background: url(../img/session/bg3.png) no-repeat right top / 245px 270px;
	border: 8px solid #cac8e1;
	border-radius: 6px;
	max-width: 670px;
	min-height: 310px;
	margin: 0 auto 80px;
	position: relative;
}
.area.bg-area-2 {
	background: url(../img/session/bg4a.png) no-repeat right top / 217px 63px, url(../img/session/bg4b.png) no-repeat right bottom / 245px 222px;
	min-height: 290px;
}
.area-cnt {
	padding: 24px 24px 8px;
	max-width: 408px;
	font-size: 12px;
}
.area-title {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 16px;
}
.area-time {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 12px;
}
.area .checkbox {
	bottom: 8px;
}
@media screen and (max-width: 799px) {
	.speaker-content {
		padding: 0 0 0 45px;
		/* margin: 0 0 40px; */
	}
	.area {
		background: url(../img/session/bg3a.png) no-repeat right top / 122px 56px, url(../img/session/bg3b.png) no-repeat left 18px bottom / 144px 93px;
		border-width: 6px;
		margin: 0 28px 56px;
	}
	.area.bg-area-2 {
		background: url(../img/session/bg3a.png) no-repeat right top / 122px 56px, url(../img/session/bg4b_2x.png) no-repeat left bottom / 245px 94px;
	}
	.area-cnt {
		padding: 24px 18px 108px;
		max-width: 100%;
	}
	.area-title {
		font-size: 18px;
	}
	.area-time {
		font-size: 14px;
		margin: 0 0 8px;
	}
	.area .checkbox {
		left: inherit;
		width: 122px;
	}
}
/*  */
.keynote {
	margin: 0 0 26px;
}
.--heading {
	border-bottom: 3px solid rgba(62, 77, 163, 0.6);
	font-size: 22px;
	line-height: 1;
	padding: 0 0 14px;
	text-align: center;
	margin: 0 0 15px;
}
.--label {
	border-radius: 22px;
	background-color: #9891ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0 0 6px;
}
.--bg1 {
	background-color: #30beff;
}
.--bg2 {
	background-color: #ffa45e;
}
.--bg3 {
	background-color: #39dd96;
}
.--timing {
	color: #3e4da3;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: -58px;
}
.--start {
	top: -8px;
}
.--end {
	bottom: -2px;
}
@media screen and (max-width: 799px) {
	.--heading {
		font-size: 18px;
		padding: 0 0 8px;
	}
	.--timing {
		font-size: 14px;
		left: -50px;
	}
}
/*  */
.keynote-box {
	background: url(../img/session/bg1.png) no-repeat left bottom / 383px 241px #fff;
	border-radius: 6px;
	border: 2px solid #cac8e1;
	position: relative;
	min-height: 270px;
	color: #303030;
}
.keynote-box::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/session/plus.png) no-repeat center / 24px;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: 0.3s ease;
	pointer-events: none;
}
@media screen and (min-width: 800px) {
	.keynote-box:hover::after {
		transform: scale(1.17);
	}
	.keynote-box:has(.checkbox:hover)::after {
		transform: scale(1);
	}
}
.keynote-title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 54px 0 0;
}
.keynote .--start {
	top: -40px;
}
.keynote .--end {
	bottom: 80px;
}
@media screen and (max-width: 1100px) {
	.keynote-box {
		background: #fff;
		padding: 0 24px 58px;
	}
	.keynote-box::after {
		right: 4px;
		top: 4px;
	}
	.keynote-title {
		text-align: left;
		font-size: 16px;
		padding: 32px 0 0;
	}
}
@media screen and (max-width: 799px) {
	.keynote-box {
		padding: 0 6px 58px;
	}
	.keynote-box .checkbox {
		left: inherit;
		width: 122px;
	}
}
/*  */
.speaker-list {
	gap: 16px;
}
.speaker-list li {
	width: 143px;
}
.speaker-img {
	text-align: center;
	margin: 0 0 29px;
}
.speaker-comp {
	font-weight: 600;
	margin: 0 0 4px;
}
.speaker-pos {
	font-size: 10px;
	margin: 0 0 8px;
}
.speaker-name {
	font-weight: 600;
}
@media screen and (min-width: 1101px) {
	.speaker-list {
		position: absolute;
		right: 20px;
		bottom: 24px;
		font-size: 12px;
	}
}
@media screen and (max-width: 799px) {
	.speaker-list {
		gap: 4px;
	}
	.speaker-list li {
		width: calc(50% - 2px);
		font-size: 12px;
	}
	.speaker-img {
		max-width: 74px;
		margin: 0 auto 12px;
	}
}
/*  */
.garden {
	margin: 0 0 80px;
}
.garden-box {
	background: url(../img/session/bg2.jpg) no-repeat right center / cover;
	border-radius: 6px;
	border: 2px solid #cac8e1;
	position: relative;
	min-height: 265px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	font-size: 12px;
}
.garden-title {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 16px;
}
@media screen and (max-width: 1100px) {
	.garden-box {
		background: url(../img/session/bg2b.png) no-repeat right 32px center, url(../img/session/bg2_2x.jpg) no-repeat center / cover;
		display: block;
		padding: 32px;
	}
}
@media screen and (max-width: 799px) {
	.garden {
		margin: 0 0 45px;
	}
	.garden-box {
		background-size: 103px 80px, cover;
		background-position: left 28px bottom 6px, center;
		min-height: 248px;
		padding: 24px 24px 88px;
	}
	.garden-title {
		font-size: 18px;
	}
	.garden-box .checkbox {
		left: inherit;
		width: 122px;
	}
}
/*  */
.checkbox {
	background: linear-gradient(to right, #b4ffbe 0%, #f8ffce 30%, #a8a2ff 100%);
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	max-width: 122px;
	height: 38px;
	border-radius: 19px;
	padding: 2px;
	margin: 0 auto;
	z-index: 5;
}
.checkbox span:not(.checkmark) {
	border-radius: 19px;
	background-color: #3e4da3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	padding: 0 16px 2px 0;
	overflow: hidden;
}
label em {
	font-style: normal;
	display: none;
}
.checkmark {
	background: url(../img/session/check.png) no-repeat center / cover;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
input[type='checkbox']:checked + label .checkmark {
	background: url(../img/session/checked.png) no-repeat center / cover;
	/* width: 24px;
	height: 24px; */
}
input[type='checkbox']:checked + label em {
	display: block;
}
.checkbox label em {
	font-style: normal;
	display: none;
}
.checkbox-disabled.checkbox {
	background: #cac8e1;
	pointer-events: none;
}
.checkbox-disabled span:not(.checkmark) {
	background-color: #b3b3b3;
	color: #3e4da3;
	padding-right: 0;
}
.checkbox-disabled .checkmark {
	display: none;
}
.checkbox-remaining span:not(.checkmark) {
	background-color: #ff6a5f;
}
.checkbox-exclusive.checkbox {
	pointer-events: none;
	overflow: hidden;
}
.checkbox-exclusive.checkbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 11;
}
@media screen and (max-width: 799px) {
	.checkbox span:not(.checkmark) {
		font-size: 13px;
		padding-bottom: 0;
	}
}
/*  */
.timetable {
	position: relative;
	margin: 0 auto 40px;
	width: 1230px;
	padding: 0 0 0 58px;
}
@media screen and (max-width: 1230px) {
	.timetable {
		margin-left: 20px;
	}
}
@media screen and (max-width: 799px) {
	.timetable {
		width: 1217px;
		padding: 0 0 0 45px;
	}
}
.timetable-heading {
	margin: 0 0 16px;
	position: sticky;
	z-index: 12;
	top: 0;
	display: flex;
	justify-content: center;
	gap: 11px;
	padding: 0 0 0 1px;
}
@media screen and (max-width: 1230px) {
	.timetable-heading {
		top: 66px;
	}
}
@media screen and (max-width: 799px) {
	.timetable-heading {
		top: 40px;
	}
}
.timetable-heading .--heading {
	background-color: #e9f2ff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-top: 14px;
	margin: 0;
}
.row {
	position: relative;
}
.grid {
	display: flex;
}
.col {
	flex: 1;
	width: 12.5%;
	height: 300px;
	border-right: 2px solid #e7e7e7;
	position: relative;
}
.col:last-child {
	border-right: none;
}
.timetable-item {
	--start: attr(data-start);
	--end: attr(data-end);
	position: absolute;
	z-index: 11;
	height: calc((var(--end) - var(--start)) * 10px);
}
[data-y='0'] {
	top: 0;
}
[data-y='10'] {
	top: 100px;
}
[data-y='20'] {
	top: 200px;
}
[data-x='1'] {
	left: 5px;
}
[data-x='2'] {
	left: calc(12.5% + 5px);
}
[data-x='3'] {
	left: calc(25% + 5px);
}
[data-x='4'] {
	left: calc(37.5% + 5px);
}
[data-x='5'] {
	left: calc(50% + 5px);
}
[data-x='6'] {
	left: calc(62.5% + 5px);
}
[data-x='7'] {
	left: calc(75% + 5px);
}
[data-x='8'] {
	left: calc(87.5% + 5px);
}
.w-1x {
	width: calc(12.5% - 10px);
}
.w-2x {
	width: calc(25% - 10px);
}
.w-3x {
	width: calc(37.5% - 10px);
}
.w-4x {
	width: calc(50% - 10px);
}
.w-5x {
	width: calc(62.5% - 10px);
}
.timetable-group {
	height: calc(100% - 28px);
	display: flex;
	justify-content: space-between;
}
.timetable-box {
	background: #fff;
	border-radius: 6px;
	border: 2px solid #cac8e1;
	color: #303030;
	height: 100%;
	width: 136px;
	position: relative;
	padding: 6px;
	font-size: 10px;
}
.is-disabled::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 11;
}
/* .is-disabled .j-popup, */
.is-disabled label {
	pointer-events: none;
}
.timetable-title {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 12px;
	min-height: 57px;
/*	overflow: hidden; */
	display: -webkit-box;
/*	-webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.tags-list span {
	background-color: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 8px;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	padding: 0 8px;
	margin: 0 2px 2px 0;
}
.timetable-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 8px;
}
.timetable-logo {
	background-color: #fff;
	border: 1px solid #cac8e1;
	border-radius: 2px;
	width: 88px;
	height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0 12px;
}
.is-sansan {
	background: url(../img/session/sansan.png) no-repeat left 1px center / 12px #fff;
}
.is-bill_one {
	background: url(../img/session/bill_one.png) no-repeat left 1px center / 12px #fff;
}
.is-contact_one {
	background: url(../img/session/contact_one.png) no-repeat left 1px center / 12px #fff;
}
.customers-logo {
	height: 50px;
	margin: 30px 0 8px;
}
.customers-logo img {
	width: 120px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}
.timetable-box:not(.is-disabled) .timetable-plus {
	position: relative;
	isolation: isolate;
	z-index: 111;
	pointer-events: none;
}
.timetable-plus img {
	width: 24px;
	height: 24px;
	transition: 0.3s ease;
}
@media screen and (min-width: 800px) {
	.checkbox,
	.j-popup {
		transition: 0.3s ease;
	}
	.timetable-box .j-popup:hover,
	.keynote-box .j-popup:hover {
		background: rgba(255, 255, 255, 0.6);
	}
	.timetable-box.is-disabled .j-popup:hover {
		background: transparent;
	}
	.checkbox:hover {
		opacity: 0.6;
	}
	.timetable-box:hover .timetable-plus img {
		transform: scale(1.17);
	}
	.timetable-box:has(.checkbox:hover) .timetable-plus img {
		transform: scale(1);
	}
}
@media screen and (max-width: 799px) {
	.timetable::after {
		content: '';
		position: absolute;
		top: 155px;
		left: 100px;
		width: 151px;
		height: 151px;
		background: url(../img/session/wide.png) no-repeat center / cover;
		z-index: 15;
	}
	.timetable.is--inview::after {
		opacity: 0;
		transition: 3s ease 2s;
		visibility: hidden;
	}
}
/*  */
.gnav ul {
	gap: 32px;
	font-size: 16px;
	font-weight: bold;
}
.gnav ul li:last-child {
	margin: 0 0 0 24px;
}
.gnav .btn {
	width: 200px;
	height: 50px;
}
.gnav .btn > span {
	height: 46px;
	font-size: 18px;
	line-height: 1.4;
}
.gnav .btn > span > span::before,
.gnav .btn > span > span::after {
	display: none;
}
.logo a {
	display: block;
	line-height: 0;
}
.gnav a:not(.btn) {
	position: relative;
	padding: 8px 0;
}
.gnav a:not(.btn)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #3e4da3;
	transform-origin: left;
	transition: width 0.3s ease;
}
.gnav a:not(.btn):hover::after,
.gnav .is-active a:not(.btn)::after {
	width: 100%;
}
@media screen and (max-width: 960px) {
	/* hamburger */
	.hamburger {
		display: block;
		width: 28px;
		height: 14px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 6;
	}
	.hamburger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #3e4da3;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		border-radius: 2px;
	}
	.hamburger span:nth-child(1) {
		top: 0px;
	}
	.hamburger span:nth-child(2) {
		top: 6px;
	}
	.hamburger span:nth-child(3) {
		top: 12px;
	}
	.hamburger.is-open span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hamburger.is-open span:nth-child(2) {
		opacity: 0;
		left: -28px;
	}
	.hamburger.is-open span:nth-child(3) {
		top: 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/*  */
	body.menu-open {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
	.gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(233, 242, 255, 0.95);
		z-index: 4;
		padding: 40px 0 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.menu-open .gnav {
		opacity: 1;
		visibility: visible;
	}
	.menu-open .logo {
		position: relative;
		z-index: 11;
	}
	.gnav ul {
		display: block;
		text-align: center;
	}
	.gnav li {
		margin: 30px 0 0;
	}
	.gnav ul li:last-child {
		margin: 50px 0 0;
	}
}
.fixed {
	background: linear-gradient(to right, #b4ffbe 0%, #f8ffce 30%, #a8a2ff 100%);
	position: fixed;
	right: -2px;
	top: 30%;
	transform: translateY(-50%) translateX(216px);
	z-index: 15;
	transition: 0.3s ease;
	border-radius: 6px 0 0 6px;
	padding: 2px;
}
.fixed.is-show {
	transform: translateY(-50%) translateX(0%);
}
.fixed-cnt {
	background-color: #1c55dc;
	border-radius: 4px 0 0 4px;
	color: #fff;
	display: flex;
}
.fixed-toggle {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 74px;
	height: 210px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	cursor: pointer;
}
.fixed-toggle span {
	background: url(../img/search.png) no-repeat center bottom / 37px;
	display: block;
	padding: 0 10px 47px;
}
.fixed-list {
	width: 216px;
	padding: 13px 12px;
}
.fixed-list li:not(:last-child) {
	border-bottom: 1px dashed #fff;
}
.fixed-list a {
	background: url(../img/arrow.png) no-repeat right 16px center / 9px;
	font-size: 12px;
	line-height: 1;
	display: block;
	padding: 18px 16px;
}
@media screen and (min-width: 800px) {
	.fixed-list a:hover {
		/* background: url(../img/arrow_on.png) no-repeat right 16px center / 9px #fff;
		color: #1c55dc; */
		opacity: 0.5;
	}
}
@media screen and (max-width: 799px) {
	.fixed {
		transform: translateY(-50%) translateX(200px);
	}
	.fixed-toggle {
		width: 46px;
		height: 136px;
		font-size: 12px;
	}
	.fixed-toggle span {
		background-size: 25px;
		padding: 0 5px 35px;
	}
	.fixed-list {
		width: 200px;
		padding: 8px 12px;
	}
	.fixed-list a {
		padding: 9px 16px;
	}
}
@media screen and (max-width: 1230px) {
	.layout-fixed,
	.finds {
		position: relative;
		width: 1250px;
	}
	.layout-fixed .container,
	.finds-content {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		margin: 0;
		position: sticky;
		left: 0;
	}
}
@media screen and (max-width: 799px) {
	.layout-fixed,
	.finds {
		width: 1237px;
		margin-left: 0;
		margin-right: 0;
	}
	.layout-fixed .container,
	.finds-content {
		width: 100vw;
		max-width: 100vw;
		padding: 0;
	}
	.keynote .container,
	.garden .container {
		padding: 0 20px;
	}
}
/* register */
.regist {
	margin: 0 0 80px;
}
.regist h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 16px;
}
.ref-row {
	margin: 0 0 20px;
}
.ref-row:last-child {
	margin-bottom: 0;
}
.ref-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 8px;
}
.ref-label small {
	font-size: 12px;
	font-weight: 400;
}
.hissu,
.ninni {
	border-radius: 2px;
	width: 30px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	margin: 0 8px;
	padding-bottom: 1px;
}
.ninni {
	background-color: #d1d1d1;
	color: #231815;
}
.hissu {
	background: #ff4b33;
	color: #fff;
}
.form-2x li {
	width: calc(50% - 8px);
}
select {
	background: url(../img/arrow-down.png) no-repeat right 16px center / 16px #fff;
}
select.is-placeholder {
	color: #717171;
}
.text-frame {
	font-weight: 400;
	color: #303030;
	/* max-width: 688px; */
	width: 100%;
	background: rgba(233, 242, 255, 0.7);
	border: 2px solid #cac8e1;
	border-radius: 6px;
	margin: 24px 0 0;
	padding: 8px 16px;
	word-break: break-all;
}
@media screen and (max-width: 799px) {
	.regist h3 {
		font-size: 16px;
	}
	.ref-label {
		flex-wrap: wrap;
		font-size: 13px;
	}
	.ref-label small {
		width: 100%;
		display: block;
		font-size: 10px;
		margin: 4px 0 0;
	}
	.form-2x li {
		width: 100%;
		margin: 0 0 12px;
	}
	.form-2x li:last-child {
		margin-bottom: 0;
	}
	.text-frame {
		height: 56px;
		justify-content: flex-start;
		padding: 5px 16px;
		margin: 15px auto 0;
		text-align: left;
	}
}
@media screen and (min-width: 800px) {
	.register-finish .box-content {
		padding: 32px;
	}
	.register-finish .qr {
		margin-left: 45px;
		margin-right: 45px;
	}
	.register-finish .qr .text {
		padding-left: 32px;
		width: auto;
	}
	.register-finish .qr .text p {
		margin-bottom: 20px;
	}
	.register-finish .infor {
		margin-bottom: 56px;
	}
	.register-finish .infor h2 {
		font-size: 18px;
	}
}
.enjoy {
	margin: 0 0 24px;
}
.enjoy h3 {
	font-size: 18px;
	margin: 0 0 16px;
}
.enjoy p:not(:last-child) {
	margin: 0 0 8px;
}
.title-add {
	margin: 0 0 20px;
	position: relative;
}
.title-add::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1c55dc;
	position: absolute;
	top: 50%;
	left: 0;
}
.title-add span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.btn-normalsize {
	width: 326px;
	height: 68px;
	font-size: 18px;
}
.btn-normalsize > span {
	height: 64px;
	font-size: 18px;
	line-height: 1.4;
}
.btn-normalsize > span > span::before,
.btn-normalsize > span > span::after {
	width: 10px;
}
@media screen and (max-width: 799px) {
	.enjoy {
		text-align: left;
	}
	.enjoy h3 {
		text-align: center;
		font-size: 14px;
	}
	.enjoy p {
		font-size: 13px;
	}
	.title-add {
		margin: 0 0 16px;
		font-size: 13px;
	}
}
/* css for modal */
.timetable .j-popup, .keynote .j-popup, .garden .j-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.modals {
	border-radius: 6px;
	background: #e9f2ff;
	max-width: 960px;
	margin: 40px auto;
	color: #3e4da3;
	overflow: hidden;
	padding: 20px 40px 32px;
	font-size: 12px;
	position: relative;
}
.modals-stage {
	position: relative;
	padding: 0 0 12px;
	border-bottom: 5px solid #30beff;
}
.modals-stage.--line1 {
	border-bottom-color: #9891ff;
}
.modals-stage.--line2 {
	border-bottom-color: #ffa45e;
}
.modals-stage.--line3 {
	border-bottom-color: #39dd96;
}
.modals-stage dl {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
}
.modals-stage dd {
	font-size: 22px;
}
.modals-stage dt span {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #3e4da3;
	color: #fff;
}
.modals-stage h2 {
	font-size: 27px;
	line-height: 1;
}
.modals-cont {
	margin: 40px 0 0;
}
.modals h3 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 16px;
}
.modals h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
}
.modals-cont p {
	margin: 16px 0 0;
}
.modals-cont p.text-note {
	margin: 8px 0 0;
}
.modals-cont p.subtitle {
	font-size: 18px;
	font-weight: 600;
}
.modals-speaker {
	border-radius: 6px;
	background-color: #fff;
	color: #303030;
	padding: 24px;
	margin: 40px 0 0;
	position: relative;
}
.modals-speaker.--award::before {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	width: 40px;
	height: 72px;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.15);
	background: url(../img/session/award.png) no-repeat center center / 100% auto;
	z-index: 2;
}
.modals-speaker + .modals-speaker {
	margin-top: 20px;
}
.modals-speaker-heading {
	margin: 0 0 32px;
}
.modals-speaker-text .speaker-comp {
	font-size: 16px;
	margin: 0 0 4px;
}
.modals-speaker-text .speaker-name {
	font-size: 27px;
}
.modals-stage .checkbox {
	right: 0;
	left: inherit;
	width: 106px;
}
.modals-cont .timetable-actions {
	gap: 16px;
	justify-content: flex-start;
	margin: 16px 0 0;
}
.modals-cont .timetable-logo {
	width: 96px;
	height: 24px;
	font-size: 10px;
	color: #303030;
	background-size: 17px;
	background-position: left 6px center;
}
.modals-cont .tags-list span {
	font-size: 12px;
	line-height: 20px;
	border-radius: 10px;
	color: #303030;
	margin: 0 8px 0 0;
}
.modals-speaker-cont > p {
	margin: 0 0 8px;
}
.modals-speaker-cont > p:last-child,
.modals-speaker-cont > p.text-note {
	margin-bottom: 0;
}
.modals a {
	border-bottom: 1px dashed #3e4da3;
	transition: border-bottom 0.3s ease;
}
.modals .modals-speaker a {
	border-bottom: 1px dashed #303030;
}
@media screen and (min-width: 961px) {
	.modals-speaker.--award::before {
		width: 48px;
		height: 90px;
	}
	.modals-stage .checkbox {
		left: inherit;
		bottom: 12px;
		width: 144px;
		height: 50px;
		border-radius: 25px;
	}
	.modals-stage .checkbox span:not(.checkmark) {
		height: 46px;
		border-radius: 23px;
	}
	.modals-speaker-layout {
		display: flex;
		flex-direction: row-reverse;
	}
	.modals-speaker.--award .modals-speaker-layout {
		padding-left: 48px;
	}
	.modals-speaker-img {
		width: 280px;
		text-align: center;
	}
	.modals-speaker-cont {
		width: calc(100% - 280px);
		padding: 0 24px 0 0;
	}
	.modals-speaker-heading:has(.modals-speaker-logo) {
		display: flex;
		flex-direction: row-reverse;
	}
	.modals-speaker-logo {
		width: 190px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #d6d6d6;
	}
	.modals-speaker-heading:has(.modals-speaker-logo) .modals-speaker-text {
		width: calc(100% - 190px);
		padding: 0 0 0 24px;
	}
	.yt-frame {
		text-align: center;
		margin: 24px 0 0;
	}
	.modals a:hover {
		border-bottom-color: transparent;
	}
}
@media screen and (min-width: 800px) {
	.modals .mfp-close {
		transition: 0.3s ease;
	}
	.modals .mfp-close:hover {
		transform: scale(1.17);
	}
}
@media screen and (max-width: 960px) {
	.modals {
		margin: 24px 18px;
		padding: 24px;
	}
	.modals-stage {
		padding: 0 0 12px;
	}
	.modals-stage dl {
		gap: 4px;
		margin: 0 0 4px;
	}
	.modals-stage dd {
		font-size: 16px;
	}
	.modals-stage dt span {
		font-size: 12px;
		line-height: 22px;
		padding: 0 8px;
	}
	.modals-stage h2 {
		font-size: 18px;
	}
	.modals-cont {
		margin: 24px 0 0;
	}
	.modals h3 {
		font-size: 20px;
	}
	.modals h4 {
		font-size: 18px;
	}
	.modals-speaker {
		margin: 24px 0 0;
	}
	.modals-speaker + .modals-speaker {
		margin-top: 20px;
	}
	.modals-speaker-img {
		text-align: center;
		margin: 0 0 16px;
	}
	.modals-speaker-heading {
		margin: 0 0 16px;
	}
	.modals-speaker-text .speaker-comp {
		font-size: 13px;
	}
	.modals-speaker-text .speaker-name {
		font-size: 20px;
	}
	.modals-speaker-logo {
		text-align: center;
		min-height: 102px;
		padding: 5px 0;
		border-bottom: 1px solid #d6d6d6;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.modals-cont .timetable-actions {
		display: block;
	}
	.modals-cont .tags-list {
		margin: 8px 0 0;
	}
	.modals-cont p.subtitle {
		font-size: 14px;
	}
	.yt-frame {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		margin: 16px 0 0;
	}
	.yt-frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.cv {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 15;
}
@media screen and (min-width: 800px) {
	.cv a {
		display: block;
	}
	.cv a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 799px) {
	.cv {
		width: 90px;
		right: inherit;
		left: 8px;
		bottom: 8px;
		z-index: 15;
	}
}
.speaker__box .box {
	position: relative;
}
.speaker__box .box::before {
	content: '';
	position: absolute;
	top: -23px;
	left: 50px;
	width: 68px;
	height: 60px;
	background: url(../img/benefits.png) no-repeat center / contain;
}
.speaker__box .box-title {
	padding: 4px;
	font-size: 18px;
}
@media screen and (min-width: 800px) {
	.speaker__box .box {
		max-width: 610px;
		margin: -32px auto 32px;
	}
	.speaker__box .box-content {
		padding: 18px 24px 24px;
	}
	.speaker__box .box-content .qr {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.speaker__box .box-content .qr .text {
		padding: 0;
	}
	.speaker__box .no-wrap {
		white-space: nowrap;
	}
}
@media screen and (max-width: 799px) {
	.speaker__box {
		margin: -30px 0 47px;
	}
	.speaker__box .box {
		margin: 0 28px;
	}
	.speaker__box .box::before {
		width: 50px;
		height: 44px;
		left: 5px;
		top: -12px;
	}
	.speaker__box .box-title {
		font-size: 14px;
		padding: 5px 4px;
	}
	.speaker__box .box-content {
		padding: 10px 14px;
		font-size: 12px;
	}
	.speaker__box .box-content .qr .img {
		width: 98px;
		float: right;
		margin: 0;
	}
}
.line-verification {
	background-color: #fff;
	width: 100%;
	height: 100vh;
}
.line-verification .btn {
	margin-top: 56px;
}
.line-foot {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #696969;
	font-size: 12px;
}
.line-main {
	height: calc(100vh - 130px);
	color: #303030;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.line-main p:not(:first-child) {
	margin: 6px 0 0;
}
@media screen and (max-width: 799px) {
	.line-verification .btn {
		margin-top: 0;
	}
	.line-foot {
		font-size: 10px;
	}
	.line-main {
		font-size: 14px;
		position: relative;
	}
	.line-main p:not(:first-child) {
		margin: 6px 0 0;
	}
	.line-main .btn {
		position: absolute;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
	}
}
#benefits p:not(:last-child) {
	margin: 0 0 24px;
}
@media screen and (max-width: 799px) {
	#benefits .qr {
		text-align: left;
	}
	#benefits p:not(:last-child) {
		margin: 0 0 16px;
	}
	#benefits p:first-child {
		margin: 0 0 8px;
	}
}
body.error-page {
	background: linear-gradient(to bottom, #161079 0%, #6750b7 100%);
	color: #fff;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7
}
body.error-page header {
	position: relative;
	background: transparent;
}
body.error-page footer {
	color: #fff;
}
body.error-page main {
	min-height: calc(100vh - 182px);
	padding: 120px 0 0;
}
body.error-page h1 {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 16px;
}
body.error-page .subtitle {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 48px;
}
body.error-page main p {
	margin: 0 0 12px;
}
body.error-page p.text-small {
	font-size: 14px;
}
body.error-page .btn {
	margin-top: 48px;
}
@media screen and (max-width: 799px) {
	body.error-page {
		font-size: 14px;
	}
	body.error-page main {
		min-height: calc(100vh - 122px);
		padding: 48px 0 0;
	}
	body.error-page .container {
		padding: 0 16px;
	}
	body.error-page h1 {
		font-size: 26px;
		margin: 0 0 8px;
	}
	body.error-page .subtitle {
		font-size: 17px;
		margin: 0 0 32px;
	}
	body.error-page main p {
		margin: 0 0 8px;
	}
	body.error-page p.text-small {
		font-size: 13px;
	}
	body.error-page .btn {
		margin-top: 32px;
	}
}