#container	{
	width: 100%;
	overflow-x:hidden;
}

body,h1,h2,h3,h4,h5,h6,p,ul,li,div{
	padding:0;
	margin:0;
	color:#333;
    font-family:-apple-system,’Lucida Grande’,
    ‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
    ‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
	}

img	{
	max-width: 100%;
	height: auto;
	border:0;
}

body{
	text-align:center;
	}
	
h2{
	width:840px;
	margin:0 auto 0;
	text-align:center;
	font-weight:bold;
	color:#F17414;
	}


/*============
topimage
============*/

#video2, #video3 {
    display: none;
}

#gra_area {
	max-width:2000px;
	height: 888px;
	margin:0 auto 0;
    background: url(../img/gra_top.png) top center no-repeat;
	z-index: 100;
}

#gra_area_release {
	max-width:2000px;
	height: 888px;
	margin:0 auto 0;
    background: url(../img/gra_top_r.png) top center no-repeat;
	z-index: 100;
}

.touroku_btn{
	position: absolute;
    left: 70%;
    top: 350px;
    width: 260px;
    height: 271px;
	font-size: 0px;
    cursor: pointer;
}

#player_wrap {
/*  height: 100%; 
  height: 100vh;*/
  position: relative; 
	width: 100%;
}

#player_wrap video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
  background-attachment: fixed; 
  background-position: center center;
  background-size: cover; 
  min-width: 100%;
  min-width: 100vw;
  min-height: 768px;
}

/*============
atten
============*/

#giza_bg{
	width: 100%;
	height: 15px;
	position: absolute;
	top: 915px;
	background-image: url(../img/bg_gizagiza.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

#atten{
	padding-top: 20px;
	background:#000;
}

#atten_box{
	width:800px;
	margin:0 auto;
	text-align:left;
}

.atten_lead{
	color:#fff;
	margin-bottom: 10px;
	line-height:1.2em;
}

#atten_box ul{
	font-size:15px;
	line-height:1.2em;
	padding-left:1.0em;
}

#atten_box ul li{
	list-style:none;
	text-indent:-1.0em;
	color:#fff;
}

/*============
campaign
============*/

#cam{
	background-color: #ff4da0;
	background-image: url(../img/bg_cam.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 150px;
	padding-bottom: 100px;
}

#cam_release {
	background-color: #ff4da0;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
	padding-bottom: 100px;
}

/*============
Character
============*/
#chara{
	height: 1092px;
	background-color: #3fa6d4;
	background-image: url(../img/bg_chara.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/*============
GameConcept
============*/

#GameConcept{
	background-color: #ffd633;
	background-image: url(../img/bg_concept.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 230px;
	padding-bottom: 70px;
}

#GameConcept h2{
	font-size: 0px;
}

/*============
Movie
============*/

#Movie{
	height: 780px;
	background-color: #9b59b3;
	background-image: url(../img/bg_movie.png);
	background-repeat: no-repeat;
	background-position: top center;
	}

#Movie h2{
	font-size: 0px;
}

#Movie iframe {
	margin-top:200px;
	width:850px;
	height:478px;
	}

/*============
SNS　News
============*/

#News{
	height: 1438px;
	background-color: #fff6d3;
	background-image: url(../img/bg_sns.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#News h2{
	font-size: 0px;
}

#News_box{
	max-width:850px;
	padding:20px 0;
	vertical-align:middle ;
	margin:250px auto 0;
	box-shadow:0 5px;
   background-color: #fff;
	border: 5px solid #000;
   border-radius: 40px;
}

#TWbox{
	width:500px;
	height:700px;
	margin:0 auto;
	border-radius: 5px;
	}

#followbtn{
	margin-top:30px;
}

/*============
Footer
============*/

#footer_wrap{
	width:100%;
	background:#000;
	padding:20px;
	}

#footer{
	width: 1366px;
	margin: 0 auto;
	padding: 0 10px;
}

ul#corp{
	width: 400px;
	height: 50px;
	float: left;
	list-style:none;
	margin-left:500px;
}

li#corp01, #corp02{
	width: 170px;
	float:left;
}

li#corp01{
	margin-top: 10px;
}

#sharemenu_f{
	width: 200px;
	height: 20px;
	float: right;
	margin-top: 10px;
}

#sharemenu_f img#share_f02{
	margin-left: 10px;
}

#copy{
	margin-top: 10px;
	color: #fff;
	
}

/*============
ETC
============*/

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.mr30{margin-right:30px;}

.touroku_btn2{
	margin-top: 80px;
}


/* float clear */
.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
    line-height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.footer-info a {
	color: white;
	padding: 5px 10px 5px 10px;
}