@charset "utf-8";
/* CSS Document */

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
 


html {
	overflow: auto;
	
	}
	
body {
	font: 16px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	background-image: url("/pc/img/top/10other/bg003.png");
	overflow: hidden;
	}

	
/* 固定ヘッダーメニュー */
.pc-header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: url("/pc/img/top/10other/hm-bg.png");
	z-index: 999;
	overflow: hidden;
	}
	
	#header01 {
	position: fixed;
	position: absolute;
	}
	
	/*IEだけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
	.pc-header   { 
	position: fixed ;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: url("/pc/img/top/10other/hm-bg.png");
	z-index: 999;
	overflow: hidden; } /* IE10以降 */
	
	#header01 {
	position: fixed;
	position: absolute;
	}
	}


/* ヘッダーメニュー 中身 */

.inline-block {
	text-align: center;
	list-style-type: none;
	padding-left: 0;
	}
	
.inline-block li {
	display: inline-block;
	padding: 5px;
	margin: 7px;
	}
	
.inline-block a {
	display: block;
	overflow: hidden;
	padding-top: 5px;
	}

.inline-block li a:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}



/* 音楽プレイヤー */
#jp_container_1 {
	width: 80px;
	height: 40px;
	position: fixed;
	top: 82px;
	z-index: 999;
	}
	
.track-name {
	font-size: 12px;
	padding: 15px 42px;
	font-weight: bold;
	line-height: 10px;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.3s ease 0s;
	}
	
.jp-play {
	position: absolute;
	left: 5px;
	top: 6px;
	width: 70px;
	height: 30px;
	background: url(/pc/img/top/10other/play.png) center top no-repeat;
	cursor: pointer;
	}
	
.jp-pause {
	position: absolute;
	left: 5px;
	top: 6px;
	width: 70px;
	height: 30px;
	background: url(/pc/img/top/10other/play.png) center bottom no-repeat;
	cursor: pointer;
	display: none;
	}
	
/* BGムービー */
video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}	

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 
  ::i-block-chrome,  
  .demo {
	display: none;
  }
  ::i-block-chrome,
  #jp_container_1 {
	display: none;
  }
  
}
	
/*IEだけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
 .demo {
	display: none;
  }

}

/*edgeだけに適用されるCSSハック*/  
_:-ms-lang(x), _::-webkit-meter-bar,

 .demo {
	display: none;
  }



	
/*ロード画面*/
#loading{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 450px;
    height: 294px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
}
 
	
/* 右上設置のSNS */
.sns {
	float: right;
	list-style-type: none;
	position: relative;
	top: 30px;
	right: 40px;
	z-index: 2;
	}
	
.sns ul li {
	display: inline-block;
	padding: 2px;
	}
	
.sns ul li a:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}
	
.sns02 {
	position: absolute;
	top: 92px;
	right: 0px;
	z-index: 1;
	}
	
	
	
	
/* メインビジュアル部 */
.main-01 {
	display: block;
	background-image: url("/pc/img/top/10other/bg.png");
	width: auto;
	height: 1061px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
	z-index: 1;
	}
	
.main-01 img {
	display: block;
	}
	
/* リリース後 */	
	
.dl-app {
	float:left;
	padding:10px;
	}

.dl-google{
	float:right;
	padding:10px;
	}
	
.dl {
	width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}
	
#dl{
	padding-top:70px;
	}
	
	
/* キャンペーンバナー */
.banner {
	width: 300px;
	position: relative;
	top: 280px;
	left: 100;
	}
	
.banner img {
	padding: 5px;
	}
	
.banner img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}
	
	
/* メインビジュアル部 PV */
.pv {
	width: 280px;
	height: 215px;
	position: relative;
	top: 480px;
	margin-left: auto;
	margin-right: auto;
	}
	
.pv img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}
	

/* 事前登録エリアへ飛ばすボタン */
#lets-zt-00 {
	position: relative;
	top: 650px;
	}
	
.lets-zt {
	width: 350px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	}
	
.lets-zt img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}

.lets-zt02 {
	width: 350px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	}
	
.lets-zt02 img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}
	
	
/* ここから下メインコンテンツ*/	

.main-02 {
	margin-left: auto;
	margin-right: auto;
	}
.main-02 img {
	display: block;
	text-align: center;
	margin: auto;
	}


/* 最新情報他 */	

#new_area {
	padding-top: 90px;
	}
	
#new {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.osirase {
	background-image : url(/pc/img/top/02news/mc-new.png );
	background-repeat : no-repeat;
	z-index : 9010;
	float: left;
	padding: 20px 20px 0px 20px;
	}
	
.whats_new_content {
	margin-top: 55px;
	margin-right: 10px;
	width: 380px;
	height: 315px;
	overflow-y: scroll; /* スクロールバーを表示(※) */
	scrollbar-arrow-color:#6e6252;
	scrollbar-face-color:#574c3c;
	scrollbar-track-color:#a1917a;
	margin-bottom: 45px;
	}


/* 最新情報-ツイッター */
.new-Twitter {
	background-image : url( /pc/img/top/02news/mc-twi.png );
	background-repeat : no-repeat;
	z-index : 9010;
	float: right;
	display: block;
	padding: 20px 0px 0px 0px;
	}
	
.whats_new_content02 {
	width: 400px;
	height: 430px;
	margin-top: 56px;
	margin-right: 10px;
	margin-left: 20px;
	}
	
/* 最新情報float解除用div */
#release02 {
	clear: both;
	}
	
/* 最新情報他ここまで */	


/* 事前登録受付中！ */
h3 img {
	clear: both;
	padding-top: 40px;
	padding-bottom: 25px;
	}


/* 事前登録エリア */	
#pre_area {
	padding-top: 30px;
	padding-bottom: 10px;
	}
	
/* 事前登録ボタン */

.PCztb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	width:1000px;
	background:#101010;  /* 背景色の指定 */
	border-radius: 10px;      /* 角丸の指定 */
	margin-bottom:10px;
		}
	
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 ::i-block-chrome, 
  
  .PCztb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	width:1100px;
	background-color: transparent; /* 背景色の指定 */
	border-radius: 10px;      /* 角丸の指定 */
		}
  }
	
/*IEだけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){

  .PCztb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	width:1100px;
	background-color: transparent; /* 背景色の指定 */
	border-radius: 10px;      /* 角丸の指定 */
		}
}

/*edgeだけに適用されるCSSハック*/  
_:-ms-lang(x), _::-webkit-meter-bar,

 .PCztb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	width:1100px;
	background-color: transparent; /* 背景色の指定 */
	border-radius: 10px;      /* 角丸の指定 */
		}

.PCztb li {
	display: inline-block;
	padding: 3px;
	margin: 7px;
	}
	
.PCztb img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}

/* 事前登録キャンペーン */
#zt-campaign img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#zt-campaign {
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #eeddbb;
	color: #5a4c43;
	font-size: 13px;
	}
	
.zt-campaign-img img{
	padding-top:20px;	
}
	
/* 事前登録キャンペーン 注意事項 */
.zt-campaign01 {
	display: inline-block;
	text-align: left;
	width: 650px;
	height: 315px;
	overflow-y: scroll; /* スクロールバーを表示(※) */
	margin:15px;
	padding-top:10px;
	}
	
.zt-campaign01 a {
	color: #5a4c43;
	font-style: normal;
	text-decoration: underline;
	}

/* 事前登録キャンペーン 注意事項エリア */
#zt-campaign-rule {
	padding-top:60px;
	}


/* ストーリー */	
#story_area {
	padding-top: 90px;
	}
	
/* ゲームシステム */	
#battle_area {
	padding-top: 45px;
	}
	
.game_area {
	padding-top: 45px;	
}
	
	
/* キャラクター メインキャラクター */	
#character_area {
	padding-top: 90px;
	}
#character {
padding-bottom:30px;	
}
	
	
/* キャラクター メインキャラクター スライドショー制御 */	
#slide {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 689px;
	position: relative;
	}
	
#slide_character {
	width: 80%;
	height: 80%;
	padding-top: 50px;
	padding-left: 10%;
	}


#voice {
	padding-top: 70px;
}


/* プロモーションビデオ */	
#pv_area {
	padding-top: 90px;
	}
	
#pv02 {
	width: 700px;
	height: 430px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
#pv02 img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
	}

.pv_left {
	padding-left:20px;
	padding-top:10px;
	float:left;
}

.pv_right {
	padding-left:20px;
	padding-top:10px;
	float:left;
}

.clear {
	clear:both;	
}

.pv-backnumber {
	width:680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pv-backnumber02 {
	width:680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}



/* フッター付近 事前登録ボタンとアプリ詳細の間の空白 */	
.appli-information img {
	padding-top: 80px;
	}


/* フッター */
.footer {
	width: 100%;
	height: 160px;
	background: #08132B;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	bottom: 0;
	min-width: 100%;
	}
	
.footer p {
	font-size: 9px;
	color: #fff;
	}
	
.footer img {
	padding: 15px;
	}
	

	
/* ページトップへ戻るボタン */
#pageTop {
	display: none;
	position: fixed;
	bottom: 120px;
	left: 20px;
	z-index:99;
	}
	
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	font-weight: bold;
	}
	
#pageTop a:hover {
	display: block;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.7;
	}
	
	
/* 4コマ  */

a#rightArea {
	position: fixed;
	top: 420px;
	right: 0px;
	z-index:99;
	}

a#rightArea img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.8;
	}

a#rightArea02 {
	position: fixed;
	top: 400px;
	right: 6px;
	}



/* 以下 微調整 */


/* ノートPC向け */
@media screen and (max-width: 1200px) {

#header01 {
	display: none;
}
	
a#rightArea {
	display: none;
}
#rightArea01 {
	display: none;
}
a#rightArea02 {
	display: none;
}
.banner img {
	display: none;
}
}