@charset "utf-8";

/* ========================================================
	INDEX
======================================================== */

/* sportsIndexContents
============================================================================================================ */
#sportsIndexContents {

}
#sportsIndexContents > section {
	position: relative;
	font-weight: bold;
}
#sportsIndexContents > section.bg_light {
	background-color: #b7e10d;
}
#sportsIndexContents > section::before,
#sportsIndexContents > section::after {
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#sportsIndexContents > section.darts::before,
#sportsIndexContents > section.darts::after {
	background-image: url(../images/common/ph_darts.jpg);
}
#sportsIndexContents > section.billiard::before,
#sportsIndexContents > section.billiard::after {
	background-image: url(../images/common/ph_billiard.jpg);
}
#sportsIndexContents > section.golf::before,
#sportsIndexContents > section.golf::after {
	background-image: url(../images/common/ph_golf.jpg);
}
#sportsIndexContents > section.tabletennis::before,
#sportsIndexContents > section.tabletennis::after {
	background-image: url(../images/common/ph_tabletennis.jpg);
}
#sportsIndexContents > section.batting::before,
#sportsIndexContents > section.batting::after {
	background-image: url(../images/common/ph_batting.jpg);
}
#sportsIndexContents > section.vr::before,
#sportsIndexContents > section.vr::after {
	background-image: url(../images/common/ph_vr.jpg);
}

#sportsIndexContents > section > * {
	position: relative;
	z-index: 3;
}
#sportsIndexContents > section ul.multi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sportsIndexContents > section ul.multi .box_btn {
	width: 100%;
}
#sportsIndexContents > section ul.multi > * {
	width: 33.33%;
}
#sportsIndexContents > section ul.multi > *:nth-child(3) ~ * {
	margin-top: 20px;
}

@media screen and (min-width: 769px), print {
	#sportsIndexContents {
		margin-bottom: 70px;
	}
	#sportsIndexContents > section {
		min-height: 580px;
		font-size: 1.8rem;
	}
	#sportsIndexContents > section::before {
		content: "";
		position: absolute;
		width: 52%;
	}
	#sportsIndexContents > section.ph_t::before {
		top: 0;
		bottom: 40px;
	}
	#sportsIndexContents > section.ph_b::before {
		top: 40px;
		bottom: 0;
	}
	#sportsIndexContents > section.ph_r::before {
		right: 0;
	}
	#sportsIndexContents > section.ph_l::after {
		left: 0;
	}
	#sportsIndexContents > section.ph_r.ph_t::before {
		border-radius: 0 0 0 50px;
	}
	#sportsIndexContents > section.ph_r.ph_b::before {
		border-radius: 50px 0 0 0;
	}
	#sportsIndexContents > section.ph_l.ph_t::before {
		border-radius: 0 0 50px 0;
	}
	#sportsIndexContents > section.ph_l.ph_b::before {
		border-radius: 0 50px 0 0;
	}
	#sportsIndexContents > section > * {
		width: 50%;
		padding: 100px 5%;
	}
	#sportsIndexContents > section.ph_l > * {
		margin-left: auto;
	}
	#sportsIndexContents > section h1 {
		margin-bottom: 20px;
		font-size: 4.2rem;
		white-space: nowrap;
		line-height: 1.4;
	}
	#sportsIndexContents > section ul {
		margin-top: 40px;
	}
	#sportsIndexContents > section li + li {
		margin-top: 10px;
	}
	#sportsIndexContents > section ul a {
		margin: 0;
	}
	#sportsIndexContents > section ul.multi {
		width: 570px;
	}
	#sportsIndexContents > section ul.multi > * {
		padding-right: 10px;
	}
	#sportsIndexContents > section ul.multi li + li {
		margin-top: 0;
	}
}
@media screen and (min-width: 1350px) {
	#sportsIndexContents > section > * {
		padding-left: 7%;
		padding-right: 7%;
	}
	#sportsIndexContents > section::before,
	#sportsIndexContents > section::after {
		width: 54%;
	}
}
@media screen and (min-width: 1450px) {
	#sportsIndexContents > section > * {
		padding-left: 9%;
		padding-right: 9%;
	}
	#sportsIndexContents > section::before,
	#sportsIndexContents > section::after {
		width: 57%;
	}
}
@media screen and (max-width: 768px) {
	#sportsIndexContents > section.ph_t::before,
	#sportsIndexContents > section.ph_b::after {
		content: "";
		display: block;
		height: 170px;
	}
	#sportsIndexContents > section.ph_t {
		padding-bottom: 40px;
	}
	#sportsIndexContents > section.ph_t::before {
		margin-bottom: 30px;
		border-radius: 0 0 20px 20px;
	}
	#sportsIndexContents > section.ph_b {
		padding-top: 40px;
	}
	#sportsIndexContents > section.ph_b::after {
		margin-top: 40px;
		border-radius: 20px 20px 0 0;
	}
	#sportsIndexContents > section h1 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#sportsIndexContents > section ul {
		margin: 20px -3px 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#sportsIndexContents > section ul > * {
		width: 50%;
		padding: 0 3px;
	}
	#sportsIndexContents > section ul.multi > *:nth-child(3) ~ * {
		margin-top: 10px;
	}
}