@charset "utf-8";

html {
  overflow-y:scroll;
	scroll-behavior: smooth;
}

body{
	background-color:#212529;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #EEE; }
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 */
} 

.gallery_img{
	margin-bottom: 5px;
}

/* メインボックス*/
#main {
width: 100%;
margin-right: auto;
margin-left: auto;
}

#main_area{
	position: relative;
	width: 100%;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}

#main_area_back{
	background: url("../images/home.jpg") right 40% / cover;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-bottom: #4A4120 3px solid;
}

#video_area{
	position: relative;
}

.video_area_img01{
	position: absolute;
	top: 60%;/*13%*/
	/*bottom: 20%;*/
	left: 10%;
	right: 10%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#trailer{
	position: absolute;
	top:400px;
	left: 2%;
	/*right: 20%;*/
}

#trailer img {
	transition:		all 0.2s ease;
}

#trailer img:hover {
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}


#game01{
	position: relative;
	background: url("../images/game01.jpg") center top / cover;
	padding: 200px 0;
}


#game02{
	position: relative;
	background: url("../images/game02.jpg") center top / cover;
	padding: 200px 0;
}

#game03{
	position: relative;
	background: url("../images/game03.jpg") center center/ cover;
	padding: 200px 0;
}

#game04{
	position: relative;
	background: url("../images/game04.jpg") center top / cover;
	padding: 200px 0;
}

#game05{
	position: relative;
	background: url("../images/game05.jpg") center top / cover;
	padding: 200px 0;
}

.gametxt{
	float: right;
	color: #FFF;
	width: 600px;
	margin: 0 auto;
	padding: 0 50px 0 0;
}

.gametxt2{
	/*float: left;*/
	color: #FFF;
	width: 600px;
	/*margin: 0 auto;*/
	padding: 0 0 0 150px;
}


.gamemds{
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 10px;
}

.gametxt p{
	font-size: 130%;
}

.gametxt2 p{
	font-size: 130%;
}


#mod{
	position: relative;
	background: url("../images/mods.jpg") center 30%/ cover;
	height: 650px;
	border-bottom: #4A4120 3px solid;
}

#new{
	position: relative;
	background: url("../images/new_since_spintires.jpg") center center / cover;
	border-bottom: #4A4120 3px solid;
}

#new_main1{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0px 0;
	text-align: center;
}

#new_main2{
	width: 720px;
	margin: 0 auto;
	padding: 0 0 30px 0px;
	text-align: center;
}




.c_main{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	text-align: center;
	border-bottom: #4A4120 3px solid;
}

.c_main2{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 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;
}

.resizeimage{
	width: 100%;
	
}

#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: #000;
	width:100%;
	padding-top:1px;
	padding-bottom:2px;
    position: fixed;
    top: 0;
    right:0;
/*	margin-bottom:30px;
*/	z-index: 2;
	/*border-bottom: #FFF 0.5px solid;*/
}



#kounyu a{
	/*margin-right: 20px;*/
	background: #FFF;
	padding: 5px 15px;
	color: #000;
	/*border: solid 1px #FFF;*/
	font-weight: bold;
}

#kounyu a:hover{
	color: #FFF;
	background: #D80C0A;
	transition:all 1.0s;
}


.cate_space{
	margin-left: 30px;
}

.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;
}
*/

#toplogo{
	float: left;
	text-align: left;
	margin-left: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#ccnt{
	float: right;
	text-align: center;
	margin-right: 25px;
	margin-top: 5px;
}

#ccnt a:hover{
	transition:all 1.0s;
}


#navi {
　　position:absolute;
　　height:60px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:left;
	color:#fff;
	margin:0.5em;
	font-size:160%;
/*	font-weight:bold;
*/	vertical-align:middle;
}

/*#navi a{
	margin-left: 20px;
}
*/



.u_line{
   text-decoration: none;
   border-bottom: 1px solid #FFF;
   padding-bottom: 0.3px;
   }



#logo{
	width: 650px;
	/*text-align: center;
	margin: 0 auto;*/
	padding-left: 50px;
	padding-top: 30px;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
}

.day{
	font-size: 200%;

}

#sns{
	position:absolute;
    top: 15px;  
    right: 10px;
	}



.spec_left{
	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:0px;
　　margin-right: auto;
　　margin-left: auto;
}

#inc_logo{
	width: 960px;
	height: 80px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:200px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#inc_logo img{
    vertical-align:middle;
}

.logo_space{
	margin-left: 30px;
}


#copy{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:10px;
	color:#FFF;
	font-size:90%;
	text-align: left;
}




/*ゲームの特徴_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;*/
}

.title{
	color: #fff;
	margin-bottom:5px;
	font-size:190%;
	font-weight:bold;
/*	font-style:italic;*/
}

.title_gr{
	color:#31BD29 ;
}

#support{
　　position:absolute;
	background:url(../images/support-bg.jpg) center center / cover no-repeat;
	height:540px;

}


/*ギャラリー*/

#gallery_main{
width: 950px;
margin-right: auto;
margin-left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.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%;
}


#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;
}




.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;
}


#movbk{
	background:url(../images/splash_video.png) center center / cover no-repeat;
	padding: 20px 0 50px;
}

#mov{
	width: 800px;
	margin: 0px auto 30px;
	border: #FA7B00 2px solid;
	background: #000000;
}



img[usemap] {
    max-width: 100%;
    height: auto;
}

/*
.honbun{
	position: absolute;
	top: 10%;
	left: 20%;
	text-align: left;
	width: 550px;
	height: 100px;
	color: #FFF;
	font-size: 120%;
	text-shadow: 0.5px 0.5px 2px #000;
}

.honbun2{
	position: absolute;
	top: 10%;
	left: 20%;
	text-align: left;
	width: 550px;
	height: 100px;
	color: #000;
	font-size: 120%;
	text-shadow: 0.5px 0.5px 3px #FFF;
	font-weight: bold;
}
*/
.honbun1{
	position: absolute;
	top: 10%;
	right: 5%;
	text-align: left;
	width: 500px;
	height: 100px;
	color: #FFF;
	font-size: 130%;
	text-shadow: 0.5px 0.5px 2px #000;
}

.honbun2{
	position: absolute;
	top: 10%;
	left: 10%;
	text-align: left;
	width: 430px;
	height: 100px;
	color: #000;
	font-size: 130%;
	text-shadow: 0.5px 0.5px 3px #FFF;
	/*font-weight: bold;*/
}

.honbun3{
	position: absolute;
	top: 10%;
	right: 5%;
	text-align: left;
	width: 430px;
	height: 100px;
	color: #000;
	font-size: 130%;
	/*text-shadow: 0.5px 0.5px 2px #000;*/
}


.midashiw{
	color: #FFF;
	font-size: 220%;
	font-weight: bold;
	/*text-shadow: 0.5px 0.5px 2px #000;*/
}

.midashib{
	color: #000;
	font-size: 220%;
	font-weight: bold;
	/*text-shadow: 0.5px 0.5px 2px #000;*/
}


.bdr{
	border-bottom: 5px solid #FA7B01;
	width: 200px;
	margin: 10px 0 20px;
}

.honbuns{
	width: 700px;
	margin: 0 auto;
	color: #FFF;
	font-size: 150%;
	margin-bottom: 30px;
	/*text-shadow: 0.5px 0.5px 2px #000;*/
}


.midashis{
	color: #FFF;
	font-size: 190%;
	font-weight: bold;
	margin-top: 30px;
	/*text-shadow: 0.5px 0.5px 2px #000;*/
}




.midashi2{
	width: 960px;
	text-align: center;
	margin: 0px auto;
	color: #D2421E;
	font-size: 320%;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 2px #000;
	padding: 40px 0px 0px;
}

img{
	vertical-align: bottom;
	
}

/*#shop{
	float: right;
	width: 350px;
	text-align: center;
	margin-right: 10px;

}

#shop img{
	margin-bottom: 5px;
}*/


/*#shop{
	text-align: center;
	border-bottom: #4A4120 3px solid;
	padding-bottom: 20px;
}

#shop img{
	margin-bottom: 5px;
}
*/
#game_mov{
	margin-top: 100px;
}

#game_mov img {
	transition:		all 0.2s ease;
}

#game_mov img:hover {
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}

#skbk{
	width: 100%;
	border-bottom: #980007 3px solid;
	margin-top: 30px;
}
#sk{
	position: relative;
	width: 900px;
	padding: 40px 0 20px;
	margin: 0 auto;
}


#smain{
	float: left;
	width: 540px;
	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%;
}

#meta{
	text-align: center;
	padding: 30px 0;
}

.metamds{
	width: 930px;
	margin: 0 auto;
	font-size: 300%;
	font-weight: bold;
	color: #FA7B01;
	padding: 50px 0;
}

.metatx{
	width: 780px;
	margin: 0 auto;
	color: #FFF;
	font-size: 180%;
	padding: 0 0 50px;
}

#accbg{
	background: #980007;
}

#acclogo{
	width: 960px;
	margin: -5px auto 0;
	padding: 10px 0;
}


.spmenu{ display:none;}


@media screen and (max-width:960px){

.pcmenu{display:none;}
.spmenu{display:inherit;}

}

/*@media only screen and (min-width: 460px)
and (max-width: 760px){
} 

.spmenu{display:none;}
.pcmenu{display:inherit;}*/

.areab{
	width: 900px;
	padding: 100px 0;
	margin: 0 auto;
	color: #FFF;
}

.areab p{
	font-size: 130%;
}

.areamds{
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 10px;
}



.areaw_bk{
	background: #FFF;
}

.areaw{
	width: 900px;
	padding: 100px 0;
	margin: 0 auto;
	color: #000;
}

.areaw p{
	font-size: 130%;
}

#gallerybg{
	padding: 80px 0 80px;
	background: #FFF;
	width: 100%;

}

.st{
	font-weight: bold;
}


.spec1main{
	color: #FFF;
	width: 920px;
	margin: 0 auto;
	padding: 50px 0 20px;
	text-align: left;
}

.speccntttl{
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	margin-top: 20px;
	height: 60px;
}

.specttl{
	background: #B41E23;
	color: #FFF;
	font-size: 180%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.specttl2{
	background: #3A7FA8;
	color: #FFF;
	font-size: 180%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.specbkg{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 20px 0;
	margin-top: 80px;
}

.spectext{
	font-size: 160%;
	margin-bottom: 15px;
	border-bottom: #FFF solid 1px;
	padding-bottom: 10px;
}

.spectextbgx{
	font-size: 160%;

}

/*.spectext b{
	font-weight: bold;
}*/

.spectext b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;
}

.spectext8em{
	
}

.spectext_a b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;

}

.spectext_b b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;
}

dl {
list-style:none;
	font-size: 160%;
	margin-bottom: 15px;
}

.dl_bd{
	border-bottom: #FFF solid 1px;
}

ul {
list-style:none;
	font-size: 160%;
	margin-bottom: 15px;
}

li{
	border-bottom: #FFF solid 1px;

}

.li_bd{
	border-top: #FFF solid 1px;
	padding-top: 10px;
}

.li_bd2{
	border-top: #FFF solid 1px;
	padding-top: 10px;
	border-bottom: #FFF solid 1px; 
}


.specbd{
	margin-top: 10px;

}

span.dan {
	float:left;
	width: 9em;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

span.dan2 {
	display: block;
	margin-left: 110px;
	margin: 0 0 10px;
}

span.dan3{
	float:left;
	width: 9em;
	height: 3em;
	display: flex;
  justify-content: center;
  align-items: center;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}


#shop{
	text-align: center;
	margin: 50px 0 0px;
}

#shop img{
	margin-bottom: 5px;
}



