#cover {}
#cover .cover__title {
	padding: 100px 0;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
#cover .cover__title h1 {}
#cover .cover__title h1 span {
	color: #FFF;
	display: block;
	line-height: 0.9;
}
#cover .cover__title h1 span:nth-child(1) {
	font-size: 4em;
}
#cover .cover__title h1 span:nth-child(2) {
	font-size: 3em;
}
#cover .cover__title h1 span:nth-child(3) {
	font-size: 4em;
}
#cover .cover__title h2 {
	font-size: 1em;
	margin-top: 40px;
}
#cover .cover__title h2 span {
	color: #FFF;
	display: block;
	padding: 10px;
	background: var(--color-main);
	width: fit-content;
	margin-top: 10px;
}
#cover .cover__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	overflow: hidden;
}
#cover .cover__bg:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background: var(--color-main);
	opacity: 0.25;
	display: block;
}
#cover .cover__bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 80vh;
	max-width: 1000px;
	max-height: 700px;
	z-index: 3;
	background-image: url('/top/img/cover_smoke.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
#cover .cover__bg .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



section {
	padding: 50px 0;
}
section .section__contents {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
section h2 {
	font-size: 3em;
	color: #FFF;
}
section h2 span {
	font-size: 0.3em;
	color: #FFF;
	display: flex;
	align-items: center;
}
section h2 span:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #FFF;
	margin-right: 5px;
}



#tournament {
	background: var(--color-main);
}
/*#tournament .section__contents {
	background-image: url('/common/img/tournament_bg.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}*/
#tournament .tournament__more {
	margin: 50px auto auto;
}
#tournament .tournament__bg {
	position: absolute;
	max-width: 1000px;
	width: 100%;
	max-height: 100%;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	overflow: hidden;
}
.tournament__bg img {
	width: 1000px;
}



#about {
	background-image: url('/top/img/about_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#about:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	opacity: 0.8;
}
#about .section__contents {}
#about .section__contents h2 {
}
#about .section__contents .about__detail {
	color: #FFF;
	margin-top: 50px;
	line-height: 2;
	font-size: 0.9em;
}
#about .aboutball {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70vw;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}



#flow {}
#flow h2 {
	color: var(--color-main);
}
#flow h2 span {
	color: var(--color-main);
}
#flow h2 span:before {
	background: var(--color-main);
}
#flow .flow__list {
	width: 100%;
	overflow: auto;
}
#flow .flow__list .flow__list-contents {
	width: fit-content;
	display: flex;
}
#flow .flow__list .flow__list-item {
	width: 250px;
	padding: 50px 50px 50px 0;
}
#flow .flow__list .flow__list-item:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 0px;
	width: 0px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid var(--color-main);
}
#flow .flow__list .flow__list-item:last-child:after {
	display: none;
}
#flow .flow__list .flow__list-item .flow__list-item-ttl {
	color: var(--color-main);
	text-align: center;
	font-size: 0.9em;
}
#flow .flow__list .flow__list-item img {}


/*スクロールバー全体*/
#flow .flow__list::-webkit-scrollbar {
/*	width: 10px;*/
	width: 100%;
	height: 6px;
	background: var(--color-sub);
}
/*スクロールバーの軌道*/
#flow .flow__list::-webkit-scrollbar-track {
	/*border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
}
/*スクロールバーの動く部分*/
#flow .flow__list::-webkit-scrollbar-thumb {
	/*background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);*/
	background: var(--color-main);
	z-index: 2;
}


#flow .flow__more {
	margin: 50px auto auto;
}
#flow .flow_bg {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 800px;
	width: 100%;
	max-width: 800px;
	z-index: 0;
}
/*.flow__list-scroll {
	width: 100%;
	height: 30px;
	margin: 20px auto;
}
.flow__list-scroll:before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: var(--color-sub);
}
.flow__list-scroll hr {
	border: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--color-main);
	z-index: 2;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}*/


#school {
	background: var(--color-main);
}
#school h2 {}
#school .school__img {
	max-width: 800px;
	margin: 50px auto 50px 0;
}
#school .school__detail {
	font-size: 0.8em;
	color: #FFF;
	max-width: 600px;
	margin: 50px 0 50px auto;
}
#school .school__more {
	margin: 50px auto auto;
}
#school .school__bg {
	position: absolute;
	width: 100%;
	max-height: 100%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	overflow: hidden;
}
.school__bg img {
	width: 100%;
	min-width: 1000px;
}





/*===========================
=============================
PC 750~
=============================
===========================*/
@media screen and (min-width: 750px) {
	#cover .cover__title {
		display: flex;
		align-items: flex-end;
	}
	#cover .cover__title h1 span:nth-child(1) {
		font-size: 5em;
	}
	#cover .cover__title h1 span:nth-child(2) {
		font-size: 4em;
	}
	#cover .cover__title h1 span:nth-child(3) {
		font-size: 5em;
	}
	#cover .cover__title h2 {
		margin-left: 40px;
		margin-bottom: 22px;
	}



	section h2 {
		font-size: 4em;
		display: flex;
		align-items: baseline;
	}
	section h2 span {
		align-items: flex-end;
	}
	section h2 span:before {
		width: 100px;
	}



	#tournament .tournament__more,
	#flow .flow__more,
	#school .school__more {
		margin: 50px 0 auto auto;
	}


	#about .aboutball {
		width: 20vw;
	}
}