@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
/* 全体設定 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}

img,a img { border: none;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

a{text-decoration: none;}

body{background: url(../img/back.jpg) #3b0000;}
*:focus {  outline: none;}
.red{color:red;}
.yellow{ color:#FF0;}

/*リンク設定*/
A{text-decoration : none;}
A:LINK{color : #FFF;}
A:VISITED{color : #ff6e17;}
A:HOVER{color : #fff08c;}
A:ACTIVE{color : #fff08c;}

/*ヘッダー用*/
header{
	width:100%;
	background:#FFF;
	overflow:hidden;
	position: fixed;
	z-index: 99;
	height: 50px;
	display: flex;
	align-items: center;
}
	header img{text-align: left;}
	header img:hover{opacity:0.8;}


.hdcon{
	margin: 0 auto;
	width: 1180px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lang_btn{
	display: flex;
}

.lang_btn a{
	color:#FFF;
	
}

.lang_btn a:hover{
	color: #000;
}

.lang_btn p{
	width: 60px;
	border-radius: 3px;
	background:  rgba(45,89,231,1.00);
	padding: 2px auto;
	text-align: center;
	margin: 0 3px;
}

.c-logo{
	margin:2% 4%; 
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
}


/*メインコンテナ用*/
.main{
	padding-top: 52px;
	background: url(../img/back_00.jpg) center #3b0000;
	max-width:1200px;
	margin: 0 auto;
	color:#FFF;
	border-left: groove #fff08c 4px;
	border-right: groove #fff08c 4px;
	overflow: hidden;
}

/*中身*/
.main-img,.con{
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;
}
.main-img li{
	float: left;
	margin: 0% 2%;
	width:20%;
}

@media(max-width: 480px) {
.main-img{
	max-width:480px;
	margin:0 auto;
}
.main-img li{
	float: left;
	margin: 0% 1%;
	width:23%;
}
}


.g-title,.ps4logo{display:block;}
.g-title{margin: 5% auto; }
.ps4logo{margin:2% 4%;}
.c-logo{
	margin:2% 4%; 
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}


@media(max-width: 480px) {
.c-logo img{
	height: 45px;
}
	
	
.ps4logo{
	width:30%;
	margin:2% 4%;}
}

.cw{
	text-indent:-1em;
	padding-left:1em;
}


/*内容紹介用*/
h2{
	font-size: 24pt;
	font-weight: bold;
	margin-top: 15px;
}
.l-con{width:37%;}
.r-con{
	width:60%;
	font-size:16pt;
}
.r-con div{
	padding:5px;
	line-height: 220%;
}

.con2 .l-con{
	width: 100%;
}
.con2 .r-con{
	width: 90%;
	margin: 0 auto;
}

.con2 .r-con .sub-t{
	text-align: center;
}


.btn-li3{
	width:95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.btn-li3 li{
	width:300px;
	color:#301a07;
	height: 60px;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-li3 a{
	color:#301a07;
}

.btn3 {font-size:18px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

@media(max-width: 769px) {
	h2{
		font-size: 25pt;
		font-weight: bold;
		text-align: center;
	}
	.l-con{
		width:100%;
		text-align: center;
	}
	.r-con{
		width:96%;
		margin:5px auto;
		overflow: hidden;
	}
	.r-con div{
	line-height: 180%;
}
	
	
	.btn-li li{
		width:100%;
		margin-left: 0px;
		margin-bottom: 25px;}
	
.btn-li3{
	flex-wrap: wrap;
	justify-content: space-around;
}

.btn-li3 li{
	margin: 2% auto;
	width:calc(100vw/3.8);
}	
	
	
}

@media(max-width: 450px) {
	.game-link{
	display: flex;
	justify-content: space-around;
		flex-wrap: wrap;
}
	
	.btn-li3{
		justify-content: center;
	}	
	
	.btn-li3 li{
		margin: 2% auto;
		width:80vw;
	}	
	
}


/*上へ戻る*/
.up{
	width:95%;
	display: block;
	margin: 15px auto;
	text-align: right;
	cursor:pointer;
}


/*ゲーム一覧*/
.gamelist{
	max-width:1000px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.gamelist li{
	float:left;
	padding-top: 7px;
	color:#301a07;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	text-align: center;
	width: calc(98%/2);
	background: #FFF;
	border-radius: 5px;
	transition: 0.5s;
}

.gamelist h3{
	padding: 8px 0;
	font-weight:900;
	font-size: 20pt;
	margin-bottom: 10px;
}

.gamelist p{
	margin: 0;
	font-weight: bold;
	font-size:8pt;
}

.cap{
	float:left;
	overflow: hidden;
	width:220px;
	padding: 0 0 0 6px;
}
.g-con{
	text-align: left;
	font-size: 12pt;
	font-weight: 800;
	overflow: hidden;
	padding: 3px 6px 0;
}

.sub-gt{
	display: inline;
	font-size:14px; 
}

.game-btn{
	position: relative;
	width:96%;
	margin: 15px auto 3px;
	border-radius: 5px;
	font-weight: 900;
	font-size: 15pt;
	padding: 15px 0px;
	background: #301a07;
	color:#FFF;
	transition: 0.5s;
}
.game-btn:hover{opacity: 0.5;}

.game-btn::after{
	content:url(../img/arrow.png);
	position: absolute;
	right: 15px;
	top:20%;
	color: red;
}


.name{
	text-align: right;
	margin-right: 5px;
}



.caution{
	max-width:1000px;
	font-size: 8pt;
	margin: 10px auto;
}
@media(max-width: 780px) {
	.caution{
		width:96%;
		font-size: 8pt;
		margin: 10px auto;
	}
	
}



@media(max-width: 780px) {
	.gamelist,.caution{width: 95%; margin: 0 auto;}
	.gamelist{width: 95%; margin: 0 auto;}
	.gamelist li{width:100%; margin: 5px 0;}
	.game-btn::after{
	content:url(../img/arrow.png);
	position: absolute;
	right: 15px;
	top:26%;
	color: red;
}
}
@media(max-width:480px){
	.cap{
		float: none;
		max-width:240px;
		margin: 0 auto 10px;
	}
}

/*SNSボタン*/
#sns_btn{
  padding: 0;
  height: 80px;
  text-align:center;
  width:100%;
  overflow:hidden;
}
  
#sns_btn ul{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
  width:280px;
}

#sns_btn li{
  width: 50px;
  margin: 0px 10px;
  padding: 0;
}

#sns_btn a{
  display: block;
  width: 100%;
  height: 50px;
}
#sns_btn a:hover{ opacity:0.5;}


/*footer*/
footer{
	max-width:1208px;
	margin:0 auto;
	font-weight: 900;
	font-size:8pt;
	background:#FFF;
	color:#000;
	overflow: hidden;
}

footer p{
	text-align: center;
	font-weight: 900;
	font-size:8pt;
	margin: 20px 0;
}


/*シリーズ*/
.series{
	width:900px;
	max-width:90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}


.series li{
	display: block;
	background: #FFF;
	border-radius: 0.5em;
	width:250px;
	margin: 10px auto;
	overflow: hidden;
	padding: 10px;
}

.sr_con{
	display: block;
	background: #301a07;
	border-radius: 0.5em;
	margin: 15px 5px 5px;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}

.series a div{
	font-size:18px;
	font-weight: bold;
	color:#FFF;
}

.series a:hover div{
	font-size:18px;
	font-weight: bold;
	color:#ffe346;
}


.series li img{
	display: block;
	width:160px;
	margin: 0 auto;
}

.series li p{
	background: rgba(9,59,0,1.00);
}
@media(max-width: 780px) {
	.gamelist li{
		float: none;
		width:96%;
		margin: 30px auto;
		height: auto;
	}
	.game-btn{
		font-size:15px;
	}
	.game-btn::after{
	content:url(../img/arrow.png);
	position: absolute;
	right: 15px;
	top:26%;
	color: red;
}
	
	.series li{
		margin-bottom: 25px;
	}
}

