@charset "utf-8";

html {
  overflow-y:scroll;
	scroll-behavior: smooth;
}

body{
	background-color:#ECECE4;
}


a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #E62110; }
a:active { color: #fff; }

a {
    outline: none;
	text-decoration: none;
}

#gallery_main a:hover img{
opacity:0.8;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
}

:target:before {
   content:"";
   display:block;
   height:50px;/* ヘッダの高さ = 50px */
   margin:-50px 0 0;/* ヘッダの高さ = 50px */
} 

/* メインボックス*/
#main {
width: 100%;
margin-right: auto;
margin-left: auto;
}
/*
#hedder{
	margin-top:10px;
	text-align:right;
}
*/

video{
	margin-top: 0px;
}

#video_area{
	position: relative;
}

.video_area_img01{
	position: absolute;
	top:15%;
	left: 10%;
	right: 10%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#offroad{
	position: relative;
}



.c_main{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
	text-align: center;
}

.title_logo{
	position: absolute;
	top:8%;
	left:30%;
	z-index: 1;
}


p.resizeimage img {
	width: 100%;
	margin-top: -3px;
	margin-bottom: -6px;
}

#main_back{
padding-right: 5%;
padding-left: 5%;
margin-top:0px;
background: url("../images/bg-dark.jpg") top left / cover;
background-color:#999;
}

/* メインボックス*/
#home_main {
width: 900px;
/*margin-top:-90px;
*/margin-right: auto;
margin-left: auto;
padding-top:30px;
padding-bottom:30px;
}

.clearText {
	margin-bottom:-1.5em;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#cate{
background-color: rgba(0,0,0,0.7);
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
    position: fixed;
    top: 0;
    right:0;
	margin-bottom:30px;
	z-index: 2;
}

#cate2{
background-color: rgba(0,0,0,0.7);
	width:100%;
	padding-top:12px;
    position: fixed;
    top: 0;
    right:0;
	margin-bottom:30px;
	z-index: 2;
}


.cate_space{
	margin-left: 15px;
}

.buy{
	font-weight: bold;
	background-color: #31BD29;
	color: #FFF;
	padding: 10px 19px 10px 15px;
	margin-left: 30px;
}

.buy a:hover{color: #fff;}

h1 {
　　font-size: 36px;
　　color: #FFF;
　　background-color: #222;
　　text-align: center;
　　padding: 5px;
}


#contents {
　　width: 740px;
　　margin-right: auto;
　　margin-left: auto;
}

/*#header {
    position: fixed;
    top: 0;
    left:0;
}
*/
#navi {
　　position:absolute;
　　height:70px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:right;
	color:#fff;
	margin:0.5em;
	font-size:160%;
/*	font-weight:bold;
*/	vertical-align:middle;
	padding-right:30px;
	margin-left:270px;
}

#navi a{
	margin-left: 5px;
}

#navi2-1 {
　　position:absolute;
　　height:70px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:right;
	color:#fff;
	margin:0.5em;
	font-size:160%;
/*	font-weight:bold;
*/	vertical-align:middle;
	padding-right:30px;
	margin-left:270px;
	padding-bottom: 17px;
}


#navi2-2 {
background-color: rgba(255,255,255,0.2);
　　position:absolute;
　　height:60px;
　　z-index:1;
　　width: 100%;
	text-align:center;
	color:#fff;
	font-size:140%;
	padding: 10px 0;
/*	font-weight:bold;
	vertical-align:middle;
	padding-right:30px;
	margin-left:270px;*/
}

#navi2-1 a{
	margin-left: 5px;
}



#navi2-2 a{
	margin-left: 35px;
}

.u_line{
   text-decoration: none;
   border-bottom: 1px solid #FFF;
   padding-bottom: 0.3px;
   }

#logo{
	position:absolute;
    top: 12px;  
    left: 10px;
	    vertical-align:middle;
	height: 70px;

	}
	
#logo img{
    vertical-align:middle;
}


#sns{
	position:absolute;
    top: 15px;  
    right: 10px;
	}



.spec_left{
	float:left;
	}

/* --- ボックス --- */
.news_right{
	width: 400px;
	height: 220px;
	float: right;
	text-align: left;
	background-image: url("../images/news_back.png");
}

/* --- 本文領域 --- */
.textarea {
height: 210px; /* 本文領域の高さ */
color:#FFF;
overflow: auto;
font-size:105%;
margin-top: 5px;
}

/* --- 本文領域内の段落 --- */
.textarea .day {
	width: 80px;
margin: 8px 0px 8px 20px; /* 段落のマージン（上、左右、下） */
}

.textarea .honbun {
	width: 248px;
margin: 8px 20px 8px 15px; /* 段落のマージン（上、左右、下） */
}


.day{
	float: left;
}

.honbun{
	float: left;
}


/*コピーライト*/

#tenpo{
	width: 960px;
	text-align:center;
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;

}




#footer{

	width: 960px;
	padding-bottom:20px;
　　margin-right: auto;
　　margin-left: auto;
}

/*#inc_logo{
	text-align:center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
}
*/
#inc_logo{
	width: 960px;
	height: 80px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:200px;
	padding-bottom: 20px;
	padding-top: 30px;
}

#inc_logo img{
    vertical-align:middle;
}

.logo_space{
	margin-left: 50px;
}


#copy{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:90%;
	text-align: center;
}




/*ゲームの特徴_TOP*/
#tokucho_top{
　　position:absolute;
}


#top_main{
    box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
	height: 800px;
	width: 100%;
	background: url(../images/home-bg.jpg) top center / cover no-repeat;
}

.top_logo{
/*	background-color:rgba(0,0,0,0.3); ;
*/	padding:0px;
	width:450px;
	height:140px;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
/*	position:relative;*/
	left:23%; 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.top_box{
	color:#FFF;
/*	background-color:rgba(0,0,0,0.3); ;
*/	padding:0px;
	width:960px;
	height:200px;
	position: relative;
	top: 80%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
/*	position:relative;
	left:22%; */
	font-size:110%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.top_box_bot{
	width: 960px;
	float: left;
}

.top_box_right{
	width: 530px;
	float: right;
}

.top_box_right_2{
	margin-top: -10%;
	width: 530px;
	float: right;
}


.top_title{
	color: #31BD29;
	margin-bottom:5px;
	font-size:190%;
	font-weight:bold;
/*	font-style:italic;*/
}









.box_tokucho{
	color:#FFF;
/*	background-color:rgba(0,0,0,0.3); ;
*/	padding:0px;
	width:960px;
	height:200px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
/*	position:relative;
	left:22%; */
	font-size:120%;
	margin-right: auto;
	margin-left: auto;
}

.box_left{
	text-shadow: 1px 1px 2px #000;
	width: 400px;
	float: left;
}

.box_right{
	width: 530px;
	float: right;
}

.box_right_2{
	margin-top: -10%;
	width: 530px;
	float: right;
}


.title{
	color: #fff;
	margin-bottom:5px;
	font-size:190%;
	font-weight:bold;
/*	font-style:italic;*/
}

.title_gr{
	color:#31BD29 ;
}



/*ゲームの特徴_ポップ*/

.game_b_bg{
	width: 100%;
	margin: 0 auto;
	background:url(../images/bg-dark.jpg) top left / cover no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	
}

.game_b_box{
	width: 960px;
	margin: 0 auto;

}

.game_b_box img{
	float: left;
	width: 450px;
	padding-top: 100px;
	padding-bottom: 100px;

}


.b_box_text{
	float: right;
	width: 450px;
	font-size: 120%;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 100px;
	
}


.game_w_bg{
	width: 100%;
	margin: 0 auto;
	background:url(../images/game_graphic.jpg) top left / cover no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	
}

.game_w_box{
	width: 960px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px

}



.w_box_text{
	width: 450px;
	font-size: 130%;
	color: #000;
	
}

.midashi{
	color: #8dc72d;
	font-size: 140%;
	font-weight: bold;
}

.text_s{
	font-size: 80%;
	
}


#support{
　　position:absolute;
	background:url(../images/support-bg.jpg) center center / cover no-repeat;
	height:540px;

}



.box{
	color:#FFF;
	background-color:rgba(0,0,0,0.5); ;
	padding:30px;
	width:700px;
	position:relative;
    top: 8%;  
	font-size:130%;
	margin-right: auto;
	margin-left: auto;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #31BD29;
  background-color: #333;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

.tab_content img {
	width: 100%;
	margin: auto;
}



/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#test:checked ~ #test_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #31BD29;
  color: #fff;
}


/*ギャラリー*/

#gallery_main{
width: 960px;
margin-right: auto;
margin-left: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}

.w_bg{
	position:relative;
	float: left;
	background-color: #fff;
	width: 310px;
	height: 176px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.w_bg_mov{
	position:relative;
	float: left;
	background-color: #fff;
	width: 630px;
	height: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
}




.on_text{
	color: #FFF;
	font-weight: bold;
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	background-color: #FBB014;
	font-size: 130%;
}

#trailer{
	width: 960px;
	margin-top: -13px;
	padding-left: 23px;
	padding-bottom: 10px;
}

#art{
	width: 960px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*.img_space{
	margin-left: 5px;
}*/

.img_line{
border: 1px #444 solid; /* 写真の境界線 */
	
}

.center{
	padding-top: 30px;
	text-align: center;
}

#media{
	text-align: left;
	color: #FFF;
	font-size: 125%;
}

.media_text{
	margin-left: 20px;
	margin-top: 10px;

	margin-bottom: 0px;
}

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
	color: #FFF;
}

#ss{
	width: 95%;
	margin: 20px auto;
	text-align: center;
	background: url(../images/bg_ss.jpg) center center / cover no-repeat;
	padding: 30px 0px;
	border-radius:40px;
}

.scale {
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
  
.cd-fixed-bg.cd-bg-ps5 {
  background-image: url("../images/bg_dlc.jpg");
	padding: 100px 0;
}


.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/bg01.jpg");
	padding: 100px 0;
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../images/bg03.jpg");
	padding: 100px 0;
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../images/ss04.jpg");
	padding: 200px 0;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../images/ss01.jpg");
	padding: 200px 0;

}
  
.cd-scrolling-bg {
    min-height: 100%;
}

.toha{
	width: 800px;
	margin: 0 auto;
	color: #FFF;
}

.toha p{
	font-size: 130%;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.cmds{
	font-size: 230%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

.boxa{
	padding-bottom: 20px;
}

.btxt{
	float: left;
	width: 400px;
	font-size: 130%;
	padding-top: 20px;
}

.bimg{
	float: right;
	width: 360px;
	padding-left: 30px;
}

.btxt2{
	float: right;
	width: 400px;
	font-size: 130%;
	padding-top: 20px;
}

.bimg2{
	float: left;
	width: 400px;
}

.bimg3{
	float: left;
	width: 400px;
}

.bimg3 img{
	text-align: center;
}


.bmds{
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}

.bmds_s{
	font-size: 60%;
}

#skbk{
	background:url("../images/bg02.jpg") center center / cover no-repeat fixed;
}

#sk{
	position: relative;
	width: 960px;
	padding: 70px 0 20px;
	margin: 0 auto;
}


#smain{
	float: left;
	width: 530px;
	margin: 0 auto;
}

#stext{
	float: left;
	color: #FFF;
	margin-left: 20px;
}

.mds{
	font-size: 190%;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: solid #FFF 2px ;
	display: inline-block;
}

.hbn{
	font-size: 145%;
}

#shop{
	float: right;
	width: 350px;
	text-align: center;
	margin-right: 20px;
/*	padding-bottom: 20px;*/
}

#shop img{
	margin-bottom: 0px;
}

#coop{
	background-color: rgba(0,0,0,0.5);
	width: 800px;
	padding: 20px;
	color: #FFF;
	margin: 0 auto;
	font-size: 140%;
	
}

#mov{
	width: 90%;
	margin: 0px auto 50px;
	text-align: center;
}

.movsp{
	margin-left: 10px;
}

.youtube iframe{
	width: 50%;
}

.spec1main{
	color: #FFF;
	width: 920px;
	margin: 0 auto;
}

.specttl{
	font-size: 200%;
	margin-bottom: 20px;
	font-weight: bold;
}

.spectext{
	font-size: 160%;
	margin-bottom: 15px;
	border-bottom: #FFF solid 1px;
}

.spectext_a{
	float: left;
	width: 450px;
	font-size: 160%;
	margin-bottom: 15px;
	border-bottom: #FFF solid 1px;
}

.spectext_b{
	float: right;
	width: 450px;
	font-size: 160%;
	margin-bottom: 15px;
	border-bottom: #FFF solid 1px;
}


#shop_list{
	width: 880px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.bold{
	font-weight: bold;
	font-size: 120%;
}
