@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4em;
	margin: 0 auto;
    background: #000000;
}

html body #all {
	width: 100%;
	padding: none 10px;
}

header p {
	width: 100%;
	background: rgb(0,0,0,0.8);
	text-align: left;
	padding: 30px 0 30px 20px;
	/*box-sizing: border-box;*/
	position: fixed;
	z-index: 10;
}

header p img {
	width: 40%;
}


main h1 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
	padding: 60px 0 20px 200px;	
}


main h2 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	background: #646464;
	color: #ffffff;
}

main #soccer {
	background: url("../image/icon_soccer.png") no-repeat;
	background-position: 4% 94%;
	padding-top: 300px;
}

main #baske {
	background: url("../image/icon_baske.png") no-repeat;
	background-position: 4% 70%;
}

main #volley {
	background: url("../image/icon_volley.png") no-repeat;
	background-position: 4% 70%;
}

main #hand {
	background: url("../image/icon_hand.png") no-repeat;
	background-position: 4% 70%;
}

main #other {
	background: url("../image/icon_other.png") no-repeat;
	background-position: 4% 70%;
}


main section div {
	width: 100%;
	height: 500px;
	vertical-align: bottom;
	background: #ffffff;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 4px #868686;
	margin-top: 10px;
	position: relative;
}

main section div p {
	padding-bottom: 10px;
}

main section div img {
	width: 30%;
	height: 30%;
	margin: 20px 0 0 80px; 
}

main section div ul {
	padding-left: 10px;
	margin-bottom: 20px;
	background-color: #bababa;
} 

main section div li {
	font-size: 2.4em;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	color:#000000;
}

main section div a {
	font-size: 2.6em;
	color: #ffffff;
	padding: 200px 100px 10px 100px;
	border-radius: 10px;
	box-shadow: 10px 10px 1px 1px #bababa;
	background-color: #2e2e2e;
	background-image: url("../image/icon_play.png");
	background-repeat: no-repeat;
	background-position: top 30px left 90px;
	position: absolute;
	bottom: 50px;
	right: 60px;
}

main .pageTop {
	display: none;
}

footer p {
	font-size: 2.0em;
	color: #d7d7d7;
	text-align: center;
	padding: 50px;
}


/*▼　大型ディスプレイ向け　▼--------------------------------------------------------*/



@media screen and (min-width: 960px){
			html {
				font-size: 62.5%;
			}
	
			body {
				width: 960px;
				margin: 0 auto;	
			}
	

			header p {
				padding-top: 50px;
				width: 100%;
				text-align: center; 
				position: static;
				box-sizing: border-box;
			}
	
	
			header p img {
				width: 300px;
			}


			main h1 {
				color: #ffffff;
				font-size: 2.4em;
				font-weight: bold;
				margin: 30px 0 20px 10px;
				padding-left: 10px;
			}

			main h2{
				font-size: 1.6em;
				padding-left: 10px;
			}
	
			main #soccer {
				padding-top: 0;
				margin-top: 0;
			}
	
	   		main #soccer,
			main #baske,
			main #volley,
			main #hand,
			main #other{
				background: none;
			}
			
			main section div {
				width: 290px;
				height: 440px;
				vertical-align: bottom;
				background: #ffffff;
				display: inline-block;
				box-sizing: border-box;
				border-radius: 10px;
				border: solid 4px #868686;
				margin-left: 20px;
				position: relative;
			}

			main section div p {
				padding-bottom: 10px;
			}

			main section div img {
				width: 60%;
				height: 60%;
				margin: 30px 0 30px 50px; 
			}
	
			main section div ul {
				padding-left: 0;
			}


			main section div li {
				font-size: 1.2em;
				display: inline-block;
				box-sizing: border-box;
				margin-left: 10px;
				padding-left: 0px;
			}


			main section div a {
				font-size: 1.2em;
				font-weight: bold;
				text-align: center;
				color: #ffffff;
				padding: 10px 20px;
				border-radius: 3px;
				box-shadow: 2px 2px 1px 1px #bababa;
				background: #2e2e2e; 
				position: absolute;
				bottom: 16px;
				left: 68px;
			}

			main section div a:hover {
				opacity: 0.8;
			}

			main section div a:active {
				background: #bb003e;
			}



			main #pageTop {
				display: flex;
				font-size: 1.4em;
				color: #ffffff;
				margin-top: 50px;
				text-align:center;
			}

			footer p {
				color: #d7d7d7;
				text-align: center;
				margin: 30px;
			}

}
