
/* セクション0--------------------------------------------------*/
.section0{
	border:1px solid #999;
	background:#f2f2f2;
	width:90%;
	margin:10px auto;
	max-width:1280px;
	padding:10px;
	/*margin:10px;*/
}
@media only screen and (min-width:960px){
	.section0{
		display:none !important;
	}
}

/* セクション１--------------------------------------------------*/
.section1{
	padding-top:30px;
	/*width:90%;
	margin:0 auto;
	max-width:1280px;*/
	/*background-color:#8ECC9B;*/
}
.section1 .iframe_wrap{
	position:relative;
	height:var(--vh);
	width:var(--vw);
	/*height:calc(var(--vh)*100);
	width:calc(var(--vh)*67);*/
	margin:0 auto;
}
.section1 iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.section1 .game_title{
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin:30px;
}
/*.section1 .cm{
	background:green;
	height:100px;
}*/

/*@media only screen and (max-width:960px){
	.section1 .iframe_wrap{
		position:relative;
		width:calc(var(--vw)*100);
		height:calc(var(--vw)*150);
		margin:0 auto;
	}
	.section1 iframe{
		width:100%;
		height:100%;
		position:absolute;
		top:0px;
		left:0px;
	}
}*/

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

	max-inline-size:max-content;
	margin-inline:auto;
}
.section2 .manual_title{
	display:flex;
	/*justify-content:center;*/
	align-items:center;
}
.section2 .manual_playing{
	font-size:24px;
	font-weight:500;
	margin-left:50px;
}
.section2 .manual_display{
	display:flex;
	flex-flow:column;
	line-height:1.6;
	font-size:16;
}

.section2 .docs_box{
	background:#c2ffcf;
	border:3px solid RGB(92,153,105);
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;

	margin-bottom:20px;
}
.section2 .docs_box_text{
	font-size:20px;
	font-weight:500;
	margin-left:20px;
	color:#5653ed;
}

.section2 li{
	list-style-type:disc;
	margin-left:24px;
}

.section2 .credit{
	padding-top:50px;
}
.section2 .credit_title{
	display:flex;
	align-items:center;
}
.section2 .credit_line{
	background:#8ECC9B;
	height:40px;
	width:20px;
}
.section2 .credit_index{
	font-size:24px;
	font-weight:500;
	margin-left:20px;
}
.section2 .credit_row{
	display:flex;
	margin:10px 0;
	line-height:1.6;
}
.section2 .credit_str{
	margin-right:20px;
}

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

	margin-bottom:50px;
}

.section3 .cdate{
	font-size:16px;
	line-height:1.6;
	text-align:right;
}


















