@charset "utf-8";

/* -------------------------------------------------------------------
.syuseisai
------------------------------------------------------------------- */
.sponly { display: none;}
.sr-only{ /* スクリーンリーダーオンリー */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#SYUSEISAI2022 { max-width: 1200px; width: 100%; margin: 0 auto; position: relative;}
#SYUSEISAI2022 .btn_hover { transition: all .4s; opacity: 0; background: #fff; position: absolute; top: 51%; left: 50%; transform: translateX(-49.6%); width: 66%; height: 3.6%;}
#SYUSEISAI2022 .btn_hover:hover { opacity: .4; cursor: pointer;}

#SYUSEISAI2023{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#SYUSEISAI2023 .registration-btn{
	position: absolute;
	max-width: 495px;
	max-height: 125px;
	top: 64.1%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 41.3vw;
	height: 10vw;
}
#SYUSEISAI2023 .red-text{
	position: absolute;
	white-space: nowrap;
	top: 68%;
	left: 50%;
	font-weight: 700;
	font-size: 24px;
	transform: translateY(-50%) translateX(-50%);
	color:red;
}

#SYUSEISAI2024{
	position: relative;
	padding-bottom: 90px;
}
#SYUSEISAI2024 .syuseisai_breadcrumb{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#SYUSEISAI2024 .syuseisai_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#SYUSEISAI2024 .syuseisai_note{
	width: 65%;
	max-width: 788px;
	position: absolute;
	top: 63.5%;
	left: 50%;
	transform: translateY(-50%) translateX(-48%);
	place-items: center;
	font-size: 1.6rem;
	font-size: clamp(1rem, -0.0704rem + 1.39vw, 1.6rem);
	color: #231715;
	line-height: calc(36 / 16);
}
#SYUSEISAI2024 .syuseisai_note_link{
	display: inline-block;
	font-weight: bold;
	color: #32C0BD;
	text-decoration: underline;
}
#SYUSEISAI2024 .syuseisai_note_link:hover{
	opacity: 0.7;
}
#SYUSEISAI2024 .registration-btn{
	width: 65%;
	max-width: 778px;
	height: 3.3%;
	max-height: 78px;
	background-color: #FBCA27;
	outline: 4px solid #231815;
	box-shadow: 10px 10px 0 0 #231815;
	position: absolute;
	top: 68.5%;
	left: 50%;
	transform: translateY(-50%) translateX(-48%);
	display: grid;
	place-items: center;
	font-size: clamp(2.1rem, 0.1376rem + 2.55vw, 3.2rem);
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
}

#SYUSEISAI2024 .registration-btn.--pre{
	background-color: #E4E4E4;
	pointer-events: none;
}
#SYUSEISAI2024 .registration-btn::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 2.7%;
	transform: translateY(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: clamp(14px, 0.512px + 1.62vw, 20px);
	border-right-width: 0;
	border-top-width: clamp(9px, 0.08px + 1.16vw, 14px);
	border-bottom-width: clamp(9px, 0.08px + 1.16vw, 14px);
	border-color: transparent transparent transparent #231815;
}
#SYUSEISAI2024 .registration-btn:hover{
	opacity: 0.4;
	cursor: pointer;
}

/* 20251001 add */

#SYUSEISAI2025{
	position: relative;
	padding-bottom: 90px;
	padding-top: 40px;
}
#SYUSEISAI2025 .syuseisai_breadcrumb{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#SYUSEISAI2025 .syuseisai_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#SYUSEISAI2025 .syuseisai_note{
	width: 65%;
	max-width: 788px;
	position: absolute;
	/*
	top: 80.3%;
	*/
	top: 60.5%;
	left: 50%;
	transform: translateY(-50%) translateX(-48%);
	place-items: center;
	font-size: 1.6rem;
	font-size: clamp(1rem, -0.0704rem + 1.39vw, 1.6rem);
	color: #231715;
	line-height: calc(36 / 16);
}
#SYUSEISAI2025 .syuseisai_note_link{
	display: inline-block;
	font-weight: bold;
	color: #32C0BD;
	text-decoration: underline;
}
#SYUSEISAI2025 .syuseisai_note_link:hover{
	opacity: 0.7;
}
#SYUSEISAI2025 .registration-btn{
	width: 65%;
	max-width: 778px;
	height: 3.3%;
	max-height: 78px;
	background-color: #FBCA27;
	outline: 4px solid #231815;
	box-shadow: 10px 10px 0 0 #231815;
	position: absolute;
	/*
	top: 86.9%;
	*/
	top: 65.5%;
	left: 50%;
	transform: translateY(-50%) translateX(-48%);
	display: grid;
	place-items: center;
	font-size: clamp(2.1rem, 0.1376rem + 2.55vw, 3.2rem);
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
}

#SYUSEISAI2025 .registration-btn.--pre{
	background-color: #E4E4E4;
	pointer-events: none;
}
#SYUSEISAI2025 .registration-btn::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 2.7%;
	transform: translateY(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: clamp(14px, 0.512px + 1.62vw, 20px);
	border-right-width: 0;
	border-top-width: clamp(9px, 0.08px + 1.16vw, 14px);
	border-bottom-width: clamp(9px, 0.08px + 1.16vw, 14px);
	border-color: transparent transparent transparent #231815;
}
#SYUSEISAI2025 .registration-btn:hover{
	opacity: 0.4;
	cursor: pointer;
}
@media screen and (max-width: 1400px) {
}
