

/*　セクション1　---------------------------------------------------*/
.CSection1 {
	width:90%;
	margin:0 auto;
	max-width:1280px;
	margin-top:30px;
}
.CSection1 .CGameCo{
	display:flex;
	flex-wrap:wrap;
}
.CSection1 .CGame{
	margin:7px;
	width:23%;
	/*background-color:#9ee295;*/
	margin-bottom:40px;
}
.CSection1 .CVideo{
	padding-top:100%;
	width:100%;
	/*height:0px;*/
	position:relative;
}
.CSection1 video{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	border-radius:10%;
}
.CSection1 .CTitle{
	font-size:20px;
	font-weight:500;
	margin:5px 0;
	text-align:center;
}
.CSection1 .CContent{
	font-size:18px;
	margin:10px 0;
}
@media only screen and (max-width:960px){/*スマホ対応*/
	.CSection1 .CGame{
		margin:7px;
		width:45%;
		/*background-color:#9ee295;*/
		margin-bottom:30px;
	}
}



/*余白----------------------------------------------------------*/
.yohaku50{
	height:50px;
}
.yohaku100{
	height:100px;
}
.yohaku150{
	height:150px;
}





















