@charset "UTF-8";
/* CSS Document */


/*PC対応ここから*/
@media (min-width: 769px) {
/*-------------------------------------------------------
   Night Cloud 追加CSS
--------------------------------------------------------*/
section{
	width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}
.mainlogo h1{
	padding: 20px 0 290px 0;
}
h4{
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(0,0,255,1);
	font-size: 34px!important;
	font-family: "Sawarabi Mincho"!important;
	margin-bottom: 50px!important;
}
.social{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 100px 0;
}
.social img{
	width: 200px;
}
.social a{
	margin: 100px 10px;
}
.social a:hover{
	opacity: 0.7;
}
.mainText p{
	width: 701px;
	margin: 0 auto;
	text-align: center;
	padding: 290px 0 20px 0;
	font-size: 28px;
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(32,0,152,1);
	font-family: "Sawarabi Mincho"!important;
}





/*-------------------------------------------------------
   STORY
--------------------------------------------------------*/
.story{
	margin: 0 auto;
}
.story p{
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(255,255,0,10);
	font-size: 24px;
	font-family: "Sawarabi Mincho";
}



/*-------------------------------------------------------
   CHARACTERS
--------------------------------------------------------*/
	#characters{
		width: 1000px;
	}
	.charaContents{
		width: 184px;
		float: left;
		background-color: rgba(255,255,255,0.4);
		padding: 0 5px;
		/*box-shadow: 0 0 3px #fff;*/
		margin: 10px 20px 10px 0;
		height: 480px;
	}
	.charaContents h3{
		margin: 0 0 20px 0;
	}
	.charaContents p{
		text-align: left;
		font-size: 12px;
	}
	.characters a{
		color: yellow;
	}
	.characters a:hover{
		text-decoration: underline;
		color: darkgoldenrod;
	}
	.charaContents img{
		width: 100%;
	}
	.charaContents:nth-child(5n){
		margin-right: 0;
	}
	/*.charaContents2{
		width: 184px;
		float: left;
		background-color: rgba(255,255,255,0.4);
		padding: 0 5px;
		margin: 10px 0 10px 0;
		height: 480px;
	}
	.charaContents2 h3{
		margin: 0 0 20px 0;
	}
	.charaContents2 p{
		text-align: left;
		font-size: 12px;
	}
	.charaContents2 img{
		width: 100%;
	}*/
	
/*-------------------------------------------------------
   GAME
--------------------------------------------------------*/
	.game_contents img{
		width: 100%;
	}
	
	
/*-------------------------------------------------------
   SPEC
--------------------------------------------------------*/
	.spec{
		width: 650px;
	}
	.spec ul{
		font-size: 22px;
		padding: 30px 0;
	}
	.spec li{
		padding: 10px 0;
	}




/*-------------------------------------------------------
   modal
--------------------------------------------------------*/
	#application{
		 background-color: #09042b;
		 padding: 50px 0 30px 0;
	}
	img.mdImg{
		width: 100px;
	}
	.popupModal1{
		margin: 2% 2.5%!important;
	}
	.popupModal1 h3{
		font-size: 14px;
	}
	.modalTitle{
		text-align: center!important;
	}
	img.modalTitle_img{
		width: 100px;
	}


}












/*スマートフォン対応ここから*/
@media (max-width: 600px) {

/*-------------------------------------------------------
   Night Cloud 追加CSS
--------------------------------------------------------*/
.row{
	margin: 0!important;
}
footer p{
	text-align: center;
}
#bgWrap{
	opacity: 0;
    background: url(../img/bg_main.jpg) no-repeat!important;
	background-size: 100%!important;
    background-position: center top;
    background-attachment: fixed;
    font-family: Meiryo,'メイリオ', 'ヒラギノ角ゴ ProN W3', Arial,Helvetica,sans-serif,Osaka;
    top: 130.47px;
}
section{
	width: 100%;
	margin: 0 auto;
	padding: 60px 5% 0;
}
.mainlogo h1{
	padding: 20px 0 90px 0;
}
.mainlogo h1 img{
	width: 100%;
	padding: 0 5%;
}
h4{
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(0,0,255,1);
	font-size: 24px!important;
	font-family: "Sawarabi Mincho"!important;
	margin-bottom: 50px!important;
}
.social{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.social img{
	width: 30%;
}
.social a{
	margin: 100px 10px;
}
.social a:hover{
	opacity: 0.7;
}
.mainText p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30% 0 0 0;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(32,0,152,1);
	font-family: "Sawarabi Mincho"!important;
}





/*-------------------------------------------------------
   STORY
--------------------------------------------------------*/
.story{
	margin: 0 auto;
}
.story p{
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(255,255,0,10);
	font-size: 12px;
	font-family: "Sawarabi Mincho";
	text-align: center;
}



/*-------------------------------------------------------
   CHARACTERS
--------------------------------------------------------*/
	#characters{
		width: 100%;
	}
	.charaContents{
		width: 47%;
		float: left;
		background-color: rgba(255,255,255,0.4);
		padding: 0 5px;
		/*box-shadow: 0 0 3px #fff;*/
		margin: 10px 6% 10px 0;
		height: 475px;
	}
	.charaContents h3{
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.charaContents p{
		text-align: left;
		font-size: 12px;
	}
	.characters a{
		color: yellow;
	}
	.characters a:hover{
		text-decoration: underline;
		color: darkgoldenrod;
	}
	.charaContents img{
		width: 100%;
	}
	.charaContents:nth-child(2n){
		margin-right: 0;
	}
	
/*-------------------------------------------------------
   GAME
--------------------------------------------------------*/
	.game_contents img{
		width: 100%;
	}
	
	
/*-------------------------------------------------------
   SPEC
--------------------------------------------------------*/
	.spec{
		width: 100%;
	}
	.spec ul{
		font-size: 16px;
		padding: 30px 0;
	}
	.spec li{
		padding: 10px 0;
	}




/*-------------------------------------------------------
   modal
--------------------------------------------------------*/
	#application{
		 background-color: #09042b;
		 padding: 50px 0 30px 0;
	}
	img.mdImg{
		width: 100px;
	}
	.popupModal1 {
    float: left;
    padding: 20px 20px;
    width: 45%!important;
    height: auto;
		margin: 2% 2.5%!important;
}
	.popupModal1 h3{
		font-size: 16px;
	}
	.modalTitle{
		text-align: center!important;
		color: #333;
	}
	img.modalTitle_img{
		width: 30%!important;
	}
}