@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 15.2rem;
	position: relative;
	border-radius: 8rem 8rem 0 0;
	background: #fff;
	z-index: 1;
}
#main .about {
	margin-bottom: 10rem;
}
#main .about h2 {
	margin-bottom: 5.6rem;
	text-align: center;
	color: #05B0C0;
	font-weight: 900;
	font-size: 4.8rem;
	line-height: 1.25;
}
#main .about h2 .en {
	display: block;
	font-size: 5.8rem;
	font-weight: 800;
}
#main .about p {
	margin: 0 auto 7.8rem;
	width: 65.4rem;
	font-weight: 700;
	line-height: 2;
}
#main .about .imgList {
	display: flex;
}
#main .about .imgList li {
	width: calc(100% / 3);
}
#main .about .imgList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .overview {
	margin-bottom: 11.1rem;
}
#main .overview h2 {
	margin-bottom: 8rem;
	text-align: center;
	color: #05B0C0;
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1.44;
}
#main .overview h2 .en {
	display: block;
	font-size: 4.8rem;
	font-weight: 800;
}
#main .overview .textList {
	margin-bottom: 7.6rem;
	text-align: center;
}
#main .overview .textList dt {
	margin-bottom: 0.5rem;
	color: #05B0C0;
	font-size: 3rem;
	font-weight: 900;
}
#main .overview .textList dd {
	margin-bottom: 4rem;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.458;
	letter-spacing: 0.06em;
}
#main .overview .textList dd:last-child {
	margin-bottom: 0;
}
#main .overview .textList dd a {
	text-decoration: underline;
}
#main .overview .textList dd a:hover {
	text-decoration: none;
}
#main .overview .textList dd .sm {
	margin-top: 0.6rem;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
}
#main .sliderBox {
	background: #000;
}
#main .sliderBox .image {
	display: flex;
}
#main .sliderBox span {
	display: block;
	flex-shrink: 0;
}
#main .sliderBox img {
	width: auto;
	max-width: initial;
	height: 11.7rem;
}
#main .guest {
	padding: 12.2rem 0 15.5rem;
	color: #fff;
	background: #05B0C0;
}
#main .coming {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	opacity: 0.4;
}
#main .coming .jost {
	margin-bottom: 2.4rem;
	display: block;
	font-weight: 900;
	font-style: italic;
	font-size: 9rem;
}
#main .contestant {
	padding: 20rem 0 15.5rem;
	background: #FFFF34;
}
#main .contestant .headLine01,
#main .contestant .headLine01 .en {
	color: #ED649E;
}
#main .contestant .headLine01 {
	margin-bottom: 8.8rem;
}
#main .sponsor {
	padding: 8.4rem 0 11.5rem;
	text-align: center;
}
#main .sponsor h2 {
	margin-bottom: 1.3rem;
	color: #05B0C0;
	font-weight: 900;
	font-size: 3.2rem;
}
#main .sponsor p {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.458;
}
#main .recruit {
	padding-top: 12.6rem;
	background: url(../img/index/bg01.webp) no-repeat center center / cover;
}
#main .recruit .innerBox {
	margin-bottom: 10.2rem;
	color: #fff;
	border-radius: 3rem;
	background: rgba(5, 176, 192, 0.8);
}
#main .recruit .innerBox a:hover {
	text-decoration: underline;
}
#main .recruit .subWrap {
	margin: 0 auto;
	padding: 6.9rem 0 10.7rem;
	width: 90rem;
}
#main .recruit h2 {
	margin-bottom: 7.3rem;
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
}
#main .recruit h3 {
	margin: 0 auto 7rem;
	padding: 1.4rem 2rem;
	width: fit-content;
	min-width: 36rem;
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
	border-top: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
}
#main .recruit p {
	margin-bottom: 2.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 2;
}
#main .recruit p:last-child {
	margin-bottom: 0;
}
#main .recruit .scheduleList {
	margin-right: -0.3rem;
	gap: 2.1rem;
}
#main .recruit .scheduleList li {
	padding: 3.4rem 2rem 1.3rem;
	width: 21rem;
	display: flex;
	justify-content: center;
	gap: 3.2rem;
	position: relative;
	color: #000;
	background: #fff;
	border-radius: 0.8rem;
}
#main .recruit .scheduleList li::after {
	margin-top: 0.2rem;
	width: 0;
	height: 0;
	position: absolute;
	right: -1.6rem;
	top: 50%;
	border-left: 1.1rem solid #fff;
	border-top: 0.8rem solid transparent;
	border-bottom: 0.8rem solid transparent;
	transform: translateY(-50%);
	box-sizing: border-box;
	content: '';
}
#main .recruit .scheduleList li:last-child::after {
	display: none;
}
#main .recruit .scheduleList li .ttl {
	padding: 0.3rem 0.3rem 0.1rem;
	width: 16.4rem;
	position: absolute;
	left: 50%;
	top: -2.1rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: center;
	border-radius: 0.8rem;
	background: #000;
	transform: translateX(-50%);
}
#main .recruit .scheduleList li .text {
	margin: 0;
	width: fit-content;
	position: relative;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#main .recruit .scheduleList li .text:not(:last-child)::after {
	position: absolute;
	right: -1.8rem;
	top: 0;
	content: '-';
}
#main .recruit .scheduleList li .text .sm {
	margin-top: 0.3rem;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
#main .recruit .schedule {
	margin-bottom: 9.9rem;
}
#main .recruit .notes {
	margin-bottom: 6.7rem;
}
#main .recruit .notes h3 {
	margin-bottom: 3.5rem;
}
#main .recruit .guide h3 {
	margin-bottom: 4.4rem;
}
#main .recruit .comBtn {
	margin-bottom: 9.2rem;
}
#main .recruit .comBtn a {
	margin-left: 0.4rem;
	padding: 0.8rem 1.5rem 2rem 1.4rem;
}
#main .recruit .comBtn a .inner {
	width: 65rem;
	height: 14.1rem;
	font-size: 2.5rem;
}
#main .recruit .comBtn a .inner .jost {
	margin: 0.5rem 0 0.2rem;
	display: block;
	font-size: 6.5rem;
	line-height: 1;
}
#main .recruit .insBox {
	padding: 10.5rem 0;
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.79);
}
#main .recruit .insBox a {
	padding: 1.8rem 2rem 1.5rem;
	width: 54.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #05B0C0;
	font-size: 2.6rem;
	font-weight: 700;
	background: #fff;
	border-radius: 8rem;
	border: 0.4rem solid #05B0C0;
}
#main .recruit .insBox a:hover {
	opacity: 0.7;
}
#main .recruit .insBox a .txt {
	padding-left: 8.4rem;
	display: inline-block;
	line-height: 1.8;
	background: url(../img/common/icon_ins.png) no-repeat left center / 4.1rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 14.4rem;
		border-radius: 4rem 4rem 0 0;
	}
	#main .about {
		margin-bottom: 8rem;
	}
	#main .about h2 {
		margin-bottom: 4.4rem;
		font-size: 2.9rem;
	}
	#main .about h2 .en {
		margin-bottom: 1.7rem;
		font-size: 3.6rem;
		line-height: 1.18;
	}
	#main .about p {
		margin: 0 1.8rem 4.8rem;
		width: auto;
		letter-spacing: -0.02em;
	}
	#main .about .imgList li {
		width: 61.8667vw;
		flex-shrink: 0;
	}
	#main .overview {
		margin-bottom: 9.5rem;
	}
	#main .overview h2 {
		margin-bottom: 5.9rem;
		font-size: 1.5rem;
	}
	#main .overview h2 .en {
		font-size: 3rem;
	}
	#main .overview .textList {
		margin-bottom: 5.8rem;
	}
	#main .overview .textList dt {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	#main .overview .textList dd {
		margin-bottom: 3.9rem;
		font-size: 1.9rem;
		line-height: 1.44;
	}
	#main .overview .textList dd:last-child {
		margin-bottom: 0;
	}
	#main .overview .textList dd a:hover {
		text-decoration: underline;
	}
	#main .overview .textList dd .sm {
		margin-top: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.428;
	}
	#main .sliderBox img {
		height: 5.4rem;
	}
	#main .guest {
		padding: 7.9rem 0 8.4rem;
	}
	#main .coming {
		font-size: 1.6rem;
	}
	#main .coming .jost {
		margin-bottom: 1.5rem;
		font-size: 4rem;
	}
	#main .contestant {
		padding: 15.3rem 0 15.5rem;
	}
	#main .contestant .headLine01 {
		margin-bottom: 4.9rem;
	}
	#main .sponsor {
		padding: 11.1rem 0 13rem;
	}
	#main .sponsor h2 {
		margin-bottom: 1.3rem;
		font-size: 2.6rem;
	}
	#main .sponsor p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .recruit {
		padding-top: 6rem;
		background-image: url(../img/index/bg01_sp.webp);
		background-position: center top;
	}
	#main .recruit .innerBox {
		margin-bottom: 6.5rem;
		border-radius: 1.5rem;
	}
	#main .recruit .innerBox a:hover {
		text-decoration: none;
	}
	#main .recruit .subWrap {
		padding: 5.9rem 2rem 6.6rem;
		width: auto;
	}
	#main .recruit h2 {
		margin-bottom: 3.8rem;
		font-size: 2.8rem;
	}
	#main .recruit h3 {
		margin-bottom: 4.7rem;
		padding: 0.9rem 1.5rem 0.8rem;
		min-width: 23rem;
		font-size: 1.6rem;
	}
	#main .recruit p {
		margin-bottom: 2.4rem;
		font-size: 1.2rem;
	}
	#main .recruit p:last-child {
		margin-bottom: 0;
	}
	#main .recruit .scheduleList {
		margin-right: 0;
		gap: 4.9rem;
		flex-direction: column;
		align-items: center;
	}
	#main .recruit .scheduleList li {
		padding: 2.9rem 2rem 1.3rem;
		width: 18.4rem;
	}
	#main .recruit .scheduleList li::after {
		margin-top: 0;
		right: 50%;
		top: auto;
		bottom: -2.4rem;
		transform: translateX(50%) rotate(90deg);
	}
	#main .recruit .scheduleList li .ttl {
		padding: 0.3rem 0.3rem 0.2rem;
		width: 14.4rem;
		top: -1.8rem;
		font-size: 1.5rem;
	}
	#main .recruit .scheduleList li .text {
		font-size: 3.3rem;
	}
	#main .recruit .scheduleList li .text .sm {
		font-size: 1.4rem;
	}
	#main .recruit .schedule {
		margin-bottom: 7.9rem;
	}
	#main .recruit .notes {
		margin-bottom: 7.4rem;
	}
	#main .recruit .notes h3 {
		margin-bottom: 2.6rem;
	}
	#main .recruit .guide h3 {
		margin-bottom: 2.6rem;
	}
	#main .recruit .comBtn {
		margin-bottom: 7.2rem;
	}
	#main .recruit .comBtn a {
		margin-left: 0;
		padding: 0.5rem 1.1rem 1.3rem 0.7rem;
	}
	#main .recruit .comBtn a .inner {
		width: 29.5rem;
		height: 11.2rem;
		font-size: 1.8rem;
	}
	#main .recruit .comBtn a .inner .jost {
		margin: 0.5rem 0 -0.3rem;
		font-size: 4.7rem;
	}
	#main .recruit .insBox {
		padding: 5rem 2rem;
	}
	#main .recruit .insBox a {
		padding: 0.8rem 1.5rem 0.7rem;
		width: 30.7rem;
		max-width: 100%;
		font-size: 1.6rem;
		border-width: 0.3rem;
	}
	#main .recruit .insBox a .txt {
		padding-left: 3.8rem;
		background-size: 2.3rem;
	}
}