@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* -----------------------
   common
-------------------------- */

body {
}

.LeftBox{
	float: left;
}

.RightBox{
	float: right;
}


h2{
	display: block;
	margin: 0 0 40px 0;
	padding: 18px 28px;
	background-color: #0A2850;
	border-left: 8px solid #EB8C0F;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

h3{
	display: block;
	position: relative;
	margin: 40px 0 20px 0;
	padding: 10px 0;
	border-bottom: 4px solid #0A2850;
	color: #0A2850;
	font-size: 20px;
	font-weight: bold;
}

h3::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 20%;
	height: 4px;
	background-color : #EB8C0F;
}

h4{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

p{
	margin-bottom: 16px;
}

li{
	margin-bottom: 1.2em;
}

.Btn{
	width: 180px;
	margin: 0 auto;
	background-color: #EB8C0F;
	text-align: center;
}

.Btn a{
	display: block;
	padding: 14px 0;
	color: #FFFFFF;
}

.overflow{
	overflow: hidden;
}


/* --- MaimImg --- */

#MainImg{
	width: 100%;
	padding-top: 78px;
}

#MainImg img{
	width: 100%;
}



/* -----------------------
   Contents
-------------------------- */

#Contents .Inner{
	padding: 60px 20px;
}

ul.Disc{
	padding: 0 0 0 20px;
	list-style: disc;
}

ul.square{
	padding: 0 0 0 20px;
	list-style: square;
}

.Title{
	font-weight: bold;
}


/* --- New --- */
#New{
	background-color: #FFFDEE;
}

#New .LeftBox{
	width: 40%;
	padding: 0 40px 0 0;
	text-align: center;
}

#New .LeftBox .Thumb img{
	max-width: 300px;
	width: 100%;
	max-height: 386px;
	height: 100%;
}

#New .LeftBox .Btn a::before{
	content: "\f00e";
	margin-right: 10px;
	color: #FFFFFF;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#New .RightBox{
	width: 60%;
}

#New h3{
	margin-top: 0;
}



/* --- YellSports, Player --- */

.Flex{
	display: flex;
	flex-wrap: wrap;
}

.Flex li{
	width: 25%;
	margin-bottom: 0;
	padding: 40px 10px; 
	text-align: center;
}

.Flex li .Btn a::before{
	content: "\f00e";
	margin-right: 10px;
	color: #FFF;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


#YellSports .Flex li .Thumb img{
	width: 200px;
	height: 258px;
}

#Player .Flex li .Thumb img{
	width: 200px;
	height: 284px;
}

.SoldOut{
	color: #FF0000;
}




/* --- Contact --- */
#Contact{
	background-color: #FFFDEE;
}

#Contact .Btn{
	width: 280px;
}

p#Privacy{
	width: 100%;
	height: 400px;
	padding: 20px;
	margin: 40px 0;
	border: 1px solid #0A2850;
	background-color: #FFFFFF;
	overflow-y: scroll;
}



/* --- footer飾り枠 --- */

footer .RightBox {
    position: relative;
    padding: 20px;
}

footer .RightBox:before, footer .RightBox:after{ 
    content:'';
	position: absolute;
	display: inline-block;
    width: 50px;
    height: 30px;
}

footer .RightBox:before{
    border-left: solid 2px #EB8C0F;
    border-top: solid 2px #EB8C0F;
    top:0;
    left: 0;
}

footer .RightBox:after{
    border-right: solid 2px #EB8C0F;
    border-bottom: solid 2px #EB8C0F;
    bottom:0;
    right: 0;
}

footer .RightBox p {
    margin: 0; 
    padding: 0;
}









/* ----------------------------------------
   タブレット・スマホ共通
------------------------------------------- */

@media screen and (max-width: 768px){
	
	h2{
		margin: 0 0 40px 0;
		padding: 14px 10px 14px 14px;
		font-size: 20px;
		}

	h3{
		margin: 40px 0 20px 0;
		padding: 10px 0;
		font-size: 18px;
	}
	
	h4{
		font-size: 18px;
	}
	
	.LeftBox, .RightBox{
		float: none;
	}
	
	
	
	
	/* --- New --- */
	
	#New .LeftBox{
		width: 100%;
		padding: 0 0 40px 0;
		text-align: center;
	}

	#New .RightBox{
		width: 100%;
	}
	
	
	
	/* --- YellSports, Player --- */

	.Flex li{
		width: 50%;
		padding: 60px 0 0 0; 
		text-align: center;
	}
	
	
}




@media screen and (max-width: 1000px){
	
	#MainImg{
		padding-top: 68px;
	}
	
	#MainImg .pc{
		display: block;
	}
	
	#MainImg .sp{
		display: none;
	}
}




/* ----------------------------------------
   タブレットのみ
------------------------------------------- */

@media screen and (min-width: 769px) and (max-width: 1000px){
	
	
	/* --- YellSports, Player --- */

	.Flex li{
		width: 33%;
		padding: 60px 0 0 0; 
		text-align: center;
	}
	
	
}


/* ----------------------------------------
   スマホのみ
------------------------------------------- */

@media screen and (max-width: 500px){
	
	#MainImg .pc{
		display: none;
	}
	
	#MainImg .sp{
		display: block;
	}
	
	
	/* --- YellSports, Player --- */

	.Flex li{
		width: 100%;
		padding: 60px 0 0 0; 
		text-align: center;
	}

}



