@charset "utf-8";
section > h2,
.content_box h2 {
	width: 788px;
	height: 66px;
	margin: 0 auto 1em;
	font-size: 2.2rem;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.05em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/common/title04_bg.png) no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
}

.content_box .box {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 80px 40px;
	background: rgba(255,255,255,0.6);
	position: relative;
}

.content_box .box.wh {
	border: none;
	background: #ffffff;
	box-shadow: 3px 3px rgba(133,194,239,0.5);
}

#kv {
	height: auto;
	padding: 0;
	background: #000000;
}

#kv .content_box {
	width: 100%;
	max-width: none;
}

#kv .content_box h1 img {
	width: 100%;
	max-width: none;
}

#entry {
	background: rgba(147,114,233,0.7);
}

#entry > h2 {
	margin-top: -97px;
	margin-bottom: 2em;
	font-size: 2.2rem;
}

#entry .content_box {
	width: 100%;
	max-width: none;
}

#entry .content_box #flt.content {
	margin: 100px auto 0;
	position: relative;
	left: inherit;
	bottom: inherit;
	transform: none;
	z-index: 1;
	opacity: 1;
}

#reward {
}

#reward .content_box .box > h2 {
	margin: 0 0 2em 0;
}

#reward .content_box .box > ul {
}

#reward .content_box .box > ul li {
}

#notice {
	background-color: rgba(255,255,255,0.5);
}

#notice .content_box .box {
	font-size: 1.2rem;
}

#notice .content_box .box > h2 {
	margin: 0 0 2em 0;
}

#notice .content_box .box > div dl {
	margin: 0 0 1em 0;
	font-size: 1.2rem;
	text-align: justify;
	overflow: hidden;
}

#notice .content_box .box > div dl.is-hide {
	height: 280px;
}

#notice .content_box .box > div dl dt {
	margin: 0 0 1em 0;
	font-size: 1.4rem;
	font-weight: 600;
}

#notice .content_box .box > div dl dd {
	margin: 0 0 2em 0;
	line-height: 2;
}

#notice .content_box .box > div dl dd a {
	color: #84a0ee;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	main:before {
		content: '';
		width: 100%;
		height: 100vh;
		display: block;
		background: url(../images/common/bg_racecourse.jpg) no-repeat;
		background-position: 50% 100%;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	section > h2,
	.content_box h2 {
		width: 357px;
		height: 33px;
		margin: 0 auto 1em;
		font-size: 1.5rem;
		background: url(../images/common/sp/title04_bg.png) no-repeat;
		background-size: 100%;
	}
	
	.content_box .box {
		margin: 0 auto;
		padding: 15px 0 20px;
	}
	
	.content_box .box.wh {
		box-shadow: 2px 2px rgba(133,194,239,0.5);
	}
	
	#kv {
		height: auto;
		padding: 0;
		background: #000000;
	}
	
	#kv .content_box {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	
	#entry {
	padding-bottom: 20px;
	}
	
	#entry > h2 {
		margin-top: -55px;
		margin-bottom: 1.5em;
		font-size: 1.5rem;
	}
	
	#entry .content_box {
	margin: 0;
	}
	
	#entry .content_box #flt.content {
		margin: 40px auto 0;
		position: relative;
	}
	
	#reward {
	}
	
	#reward .content_box .box > h2 {
		width: 337px;
		margin: 0 auto 1em;
	}
	
	#reward .content_box .box > ul {
	}
	
	#reward .content_box .box > ul li {
	margin: 0 0 5px 0;
	}
	
	#notice {
	}
	
	#notice .content_box .box {
		font-size: 1.2rem;
	}
	
	#notice .content_box .box > h2 {
		width: 337px;
		margin: 0 auto 1em;
	}
	
	#notice .content_box .box > div dl {
		margin: 0 1.2rem 1em;
		font-size: 1.2rem;
	}
	
	#notice .content_box .box > div dl.is-hide {
	height: 100px;
	}
	
	#notice .content_box .box > div dl dt {
		font-size: 1.2rem;
	}
	
	#notice .content_box .box > div dl dd {
		margin: 0 0 2em 0;
		line-height: 1.5;
	}
	
}
