@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
    RESET
   ---------------------------------------------------------------------------- */

html #legacy {
	display:none;
}

/* legacy IE8↓ */
html.lt-ie9 {
	height:auto !important;
	overflow:visible !important;
}

html.lt-ie9 body {
	height:auto !important;
	overflow:visible !important;
	background:#000;
}

html.lt-ie9 #legacy {
	display:block;
	position:relative;
	width:100%;
	height:auto !important;
	min-height:auto !important;
	background:#000;
	color:#f4f4f4;
	overflow:visible !important;
}

html.lt-ie9 #legacy p {
	width:96%;
	padding:2%;
	text-align:center;
}
html.lt-ie9 #legacy img {
	display:block;	
	width:100%;
}

html.lt-ie9 #maincontents {
	display:none;
}
/* //legacy IE8↓ */


html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	color: #fff;
	background: #fff;
	font-size:14px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
 
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }
 
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; vertical-align:baseline; }
 
li {
	/* [disabled]list-style-position: outside; */
}
ul li { list-style-type: none; }
 
table { width: 100%;}
th, td { text-align: left; vertical-align: top;}
 
pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }
 
a:hover { cursor: pointer; background-color: transparent; }
a:active,a:focus { outline: none; }
 
sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }
 
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
 
hr { display: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	display:inline;
	clear:both;
	height:1px;
}

#loadingWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width:100%;
	max-width:100%;
	height: 100%;
	min-height: 100%;
	max-width: 100%;
	background: #000;
	z-index: 10000;
}

video{
  max-width:100%;
  height: auto;
}
/*
#loadingWrap #video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
	overflow: hidden;
}
*/
#loadingWrap #loading_over {
	display:none;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#loadingWrap2 {
	width: 100%;
	height: 100%;
	background: #fff url(../img/logo_anime_200.gif) center center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

a:link { color: #1687FF; }
a:visited { color: #1687FF; }
a:hover { color: #E8085B; }
a:active { color: yellow; }

.fancybox-inner {
overflow:hidden !important;
}
.fancybox-inner iframe {
width:853px;
}

iframe[name="google_conversion_frame"] {
	width:1px;
	height:1px;
}

.pconly {
	display:block;
}
.sponly {
	display:none;
}

#header {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1200px;
	height:80px;
	background:#000;
	z-index:7000;
}
#header ul {
	width:1200px;
	margin:0 auto;
}
#header ul li {
	float:left;
}
#header ul li.sns {
	float:left;
	margin:0 0 0 10px;
}

#header ul li#gnav_about,
#header ul li#gnav_history {
	cursor:pointer;
}


#header ul li.comingsoon {
	cursor:default;
}

#subheader {
	display:none;
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	min-width:1200px;
	height:60px;
	background:rgba(0,0,0,0.8);
	z-index:20000;
}

#subheader ul {
	width:654px;
	margin:0 auto;
}

#subheader ul li {
	float:left;
	margin:0 10px;
	padding:0;
	text-align:center;
}

#subheader2 {
	display:none;
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	min-width:1200px;
	height:60px;
	background:rgba(0,0,0,0.8);
	z-index:20000;
}

#subheader2 ul {
	width:470px;
	margin:0 auto;
}

#subheader2 ul li {
	float:left;
	margin:0 10px;
	padding:0;
	text-align:center;
}


#sp_hd {
	display:none;
}

#container {
	background:#000;
	width:100%;
	min-width:1200px;
	max-width:2000px;
	height: auto;
	margin:80px auto 0;
}

#wrapper {
	position:relative;
	width:100%;
	min-width:1200px;
	max-width:2000px;
	height: auto;
	margin:0 auto;
	background:#54778d;
}

#contents {
	position:relative;
	width:100%;
	min-width:1200px;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#footer {
	position:relative;
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:100%;
	height:40px;
	background:#000;
	z-index:7000;
}

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

/* sns area */

#snsarea {
	float:left;
	position:relative;
	width:375px;
	height:24px;
	margin:0 10px 0 0;
	clear:both;
}
#snsarea ul {
	width:355px;
	height:24px;
	margin:0 0 0 20px;
}
#snsarea ul li.hb {
	float:left;
	width:95px !important;
}
#snsarea ul li.tw {
	float:left;
	width:80px;
}
#snsarea ul li.fb {
	float:left;
	width:130px !important;
}

#snsarea ul li.gp {
	float:left;
	width:50px !important;
}

#copyright {
	float:left;
	position:relative;
	display:block;
	margin:5px 0 0;
}


@media all and (max-width: 1200px) {
	
#subheader,
#subheader2 {
	min-width:100%;
}



@media all and (max-width: 640px) {

.pconly {
	display:none;
}
.sponly {
	display:block;
}

#header {
	display:none;
}

#container {
	background:#0a171f;
	width:100%;
	min-width:100%;
	max-width:100%;
	height: auto;
	min-height: 100%;
	margin:0 auto;
}

#wrapper {
	position:relative;
	width:100%;
	min-width:100%;
	max-width:100%;
	height: auto;
	min-height: 100%;
	margin:0 auto;
}

#wrapper > img {
	position:relative;
	top:0;
	left:0;
	width:100%;
	min-width:100%;
	max-width:100%;
}

#contents {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#footer {
	position:relative;
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:100%;
	height:auto;
	padding:0 0 10px;
	background:#000;
	z-index:7000;
}

#footer #footer_inner {
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
}

/* sns area */

#snsarea {
	float:none;
	position:relative;
	width:375px;
	height:24px;
	margin:0 auto;
	clear:both;
}

#copyright {
	float:none;
	position:relative;
	display:block;
	margin:5px auto 0;
}

.fancybox-inner {
overflow:hidden !important;
}
.fancybox-inner iframe {
width:100%;
margin:0 auto;
}


}


@media screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}


@media screen and (max-device-width: 400px) {
#snsarea {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:56px;
	margin:0 auto;
	clear:both;
}

#snsarea ul {
	width:180px;
	height:56px;
	margin:0 auto;
}

#snsarea ul li {
	height:28px;
}

#snsarea ul li.fb {
	clear:both;
	float:left;
	width:130px !important;
}
}
