
/* セクション0--------------------------------------------------*/
.CSection0{
	border:1px solid #999;
	background:#f2f2f2;
	width:90%;
	margin:10px auto;
	max-width:1280px;
	padding:10px;

	font-size:16px;
}
@media only screen and (min-width:960px){
	.CSection0{
		display:none !important;
	}
}

/* セクション１--------------------------------------------------*/
.CSection1{
	padding-top:30px;
}
.CSection1 .CIframeCo{
	position:relative;
	height:var(--vh);
	width:var(--vw);
	/*height:calc(var(--vh)*100);
	width:calc(var(--vh)*67);*/
	margin:0 auto;
}
.CSection1 iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.CSection1 .CGameTitle{
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin:30px;
}


/* セクション２--------------------------------------------------*/
.CSection2{
	padding-top:30px;
	padding-bottom:30px;
	width:90%;
	margin:0 auto;
	max-width:1280px;
	font-size:16px;

	max-inline-size:max-content;
	margin-inline:auto;
}
.CSection2 .CPlayingCo{
	display:flex;
	/*justify-content:center;*/
	align-items:center;
}
.CSection2 .CPlaying{
	font-size:24px;
	font-weight:500;
	margin-left:50px;
}
.CSection2 .CManual{
	display:flex;
	flex-flow:column;
	font-size:16px;
	line-height:1.6;
}
.CSection2 .CManual li{
	list-style-type:disc;
	margin-left:24px;
}

.CSection2 .CCredit{
	padding-top:50px;
	margin-bottom:150px;
}
.CSection2 .CCredit .CTitleCo{
	display:flex;
	align-items:center;
}
.CSection2 .CCredit .CTitleLine{
	background:#8ECC9B;
	height:40px;
	width:20px;
}
.CSection2 .CCredit .CTitle{
	font-size:24px;
	font-weight:500;
	margin-left:20px;
}

.CSection2 .CCredit .CStrCo{
	display:flex;
	margin:10px 0;
}
.CSection2 .CCredit .CStr{
	font-size:16px;
	line-height:1.6;
	margin-right:20px;
}

/* セクション３--------------------------------------------------*/
.section3{
	width:90%;
	margin:0 auto;
	max-width:1280px;
	margin-bottom:100px;

	font-size:16px;
}
.section3 .row{
	display:flex;
	align-items:center;
	margin-top:20px;
}
.section3 .review_title{
	font-size:30px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}
.section3 .line{
	background:#8ECC9B;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
}
.section3 .index_row{
	display:flex;
	align-items:center;
	margin-top:50px;
	margin-bottom:30px;
	/*background:#8ABEDD;*/
}
.section3 .index_line{
	background:#8ECC9B;
	height:24px;
	width:10px;
}
.section3 .index{
	/*font-size:20px;*/
	font-size:20px;
	font-weight:400;
	margin-left:20px;
}
.section3 .sentence_display{
	display:flex;
	flex-flow:column;
}
.section3 .sentence{
	font-size:16px;
	line-height:1.6;
	/*background:#8ECFFF;*/
}















