@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 : #1B3A8E;}
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;
}
	header img{text-align: left;}
	header img:hover{opacity:0.8;}
header p{
	max-width:1200px;
	margin: 0 auto;
	margin-top: 0.3%;
}




/*メインコンテナ用*/
.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%;
}

.sp{display: none;}

@media(max-width: 480px) {
.main-img{
	max-width:480px;
	margin:0 auto;
}
.main-img li{
	float: left;
	margin: 0% 1%;
	width:23%;
}
.sp{display: block;}
}

.g-title,.ps4logo{display:block;}
.g-title{margin: 5% auto; }
.ps4logo{margin:2% 4%;}

@media(max-width: 480px) {
.ps4logo{
	width:30%;
	margin:2% 4%;}
}


/*内容紹介用*/
.con{height: 480px;}
.con li{
	float:left;
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 900;
}
h2{
	font-size: 24pt;
	font-weight: bold;
	margin-top: 15px;
}
.l-con{width:37%;}
.r-con{
	width:60%;
	font-size:16pt;
	color: #24160A;
}
.r-con div{
	padding:5px;
	line-height: 220%;
	font-weight: bold;
}

.btn-li2 {width:95%;}
.btn-li2 li{
	width:100%;
	padding-top: 7px;
	color:#4a1b4a;
	font-size:30pt;
	margin-left: 5px;
	line-height: 120%;
	height: 50px;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
	transition: 0.5s;
}

.btn-li{
	display: table-cell;
	width:700px;
	padding-top: 25px;
}
.btn-li li{
	padding-top: 7px;
	color:rgba(0,40,150,1.00);
	font-size:30pt;
	margin-left: 5px;
	line-height: 120%;
	height: 50px;
	text-align: center;
	width: 48%;
	background: #FFF;
	border-radius: 5px;
	transition: 0.5s;
}

.btn-li li:hover,.btn-li2 li:hover{opacity: 0.5}

.btn-li a,.btn-li2 a{
	color:#7a0000;
}

@media(max-width: 480px) {
	.con{height: auto;}
	.con li{
		float:none;
	}
	h2{
		font-size: 25pt;
		font-weight: bold;
		text-align: center;
	}
	.l-con{
		width:100%;
		text-align: center;
	}
	.r-con{
		width:100%;
		margin:5px 3px;
		overflow: hidden;
	}
	.r-con div{
	line-height: 180%;
}
	
	.btn-li li{
		width:94%;
		margin-bottom: 25px;}
}

/*上へ戻る*/
.up{
	width:95%;
	display: block;
	margin: 15px auto;
	text-align: right;
	cursor:pointer;
}
.up a{color:#FFF;}
.up a:hover{color:rgba(255,194,16,1.00);}

/*ゲーム一覧*/
.gamelist{
	max-width:1000px;
	overflow: hidden;
	margin: 0 auto;
}
.gamelist li{
	float:left;
	padding-top: 7px;
	color: rgba(77,58,99,1.00);
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	text-align: center;
	width: 48%;
	height: 300px;
	background: #FFF;
	border-radius: 5px;
	transition: 0.5s;
	overflow: hidden;
}

h3{
	padding: 9px 0;
	font-weight:bold;
	
}

h3,.one{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight:bold;
}

@media(max-width:480px){
	h3,.one{
		font-size: 26px;
	}
}


h3,.two{
	font-weight:bold;
	font-size: 20pt;
	margin-bottom: 10px;
}

.two span{
	font-size:10pt;
}

.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;
}

.game-btn{
	position: relative;
	width:96%;
	margin: 15px auto 3px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 15pt;
	padding: 15px 0px;
	background: rgba(118,74,170,1.00);
	color:#FFF;
	transition: 0.5s;
	overflow: hidden;
}
.game-btn:hover{opacity: 0.5;}

.game-btn::after{
	content:url(../img/arrow.png);
	position: absolute;
	right: 15px;
	top:25%;
	color: red;
}


.game-btn2{
	position: relative;
	width:96%;
	margin: 15px auto 3px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 15pt;
	padding: 15px 0px;
	background: rgba(118,74,170,1.00);
	color:#FFF;
	transition: 0.5s;
	overflow: hidden;
}


.sub-gt{
	display: inline;
	font-size:12px; 
}


.name{
	text-align: right;
	margin-right: 5px;
}


#Note{position:absolute;
	top:-80px; }
.caution{
	max-width:980px;
	font-size: 8pt;
	margin: 10px auto;
	position: relative;
}

.caution li{
	margin-bottom: 8px;
}


/*シリーズ*/
.series{
	width:900px;
	max-width:100%;
	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: rgba(118,74,170,1.00);
	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) {
	.caution{
		width:96%;
		font-size: 8pt;
		margin: 10px auto;
	}
	
	.series{
	justify-content: space-around;
}
	
}

@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;
	}
}
@media(max-width:480px){
	.cap{
		float: none;
		max-width:240px;
		margin: 0 auto 10px;
	}
}


.cw{
	text-indent:-5em;
	padding-left: 5em;
}




/*YOUTUBE*/
.youtube{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}

/*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;
  max-width:300px;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	justify-content: center;
}

#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;
	ext-align: center;
}

footer p{
	text-align: center;
	font-weight: 900;
	font-size:8pt;
	margin: 20px 0;
}


footer a{
	text-align: center;
	font-size:8pt;
	margin: 20px 0;
	color:#2D38B3;
}

