@charset "utf-8";

/*============================================================
	[RESET DEFAULT TAGS]
*/
html,body { background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,embed,button { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000000; }

/*============================================================
	[RESET DEFAULT FONT]
*/
body { font-size:100%; color:#000000; }
input,button,textarea { font-weight:inherit; font-size:99%; }
table { font-size:inherit; font-size:100%; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; }

html {
	height: 100%;
}
html, body {
	width: 100%;
}
body {
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: top;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

#container,
#containerIndex {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1020px;
}
#containerIndex {
	padding-top: 60px;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}

.shadow-t {
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 100%; height: 10px;
	background: transparent url(../img/shadow_t.png) 0 0 repeat-x;
}
.shadow-b {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 100;
	width: 100%; height: 10px;
	background: transparent url(../img/shadow_b.png) 0 0 repeat-x;
}


/*============================================================
	HEADER
*/
#header {
	position: fixed;
	top: -60px; left: 0;
	z-index: 9990;
	width: 100%; height: 60px;
	background: transparent url(../img/header_bg.png) 0 0 repeat;
}
#containerIndex #header {
	position: absolute;
	top: 0;
}
#header .in {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#header .logo {
	position: absolute;
	top: 0; left: 0;
	z-index: 9991;
	width: 80px; height: 60px;
	background: transparent url(../img/logo_bakumatsu_sm.png) 0 0 no-repeat;
}
#header .logo a,
#header .logo span {
	display: block;
	overflow: hidden;
	padding-top: 60px;
	width: 100%; height: 0;
}
#header .pagetop {
	position: absolute;
	top: 15px; right: 0;
	width: 100px; height: 30px;
	background: transparent url(../img/header_pagetop.png) 0 0 no-repeat;
}
#header .pagetop a {
	display: block;
	overflow: hidden;
	padding-top: 30px;
	width: 100%; height: 0;
}
#header .nav {
	position: relative;
	width: 100%;
}
#header .nav ul {
	position: absolute;
	top: 15px; left: 190px;
	width: 100%;
}
#header .nav ul li {
	float: left;
	padding: 0 25px;
}
#header .nav ul li a {
	display: block;
	overflow: hidden;
	padding-top: 30px;
	height: 0;
	background: transparent url(../img/nav.png) 0 0 no-repeat;
}
#header .nav ul li a.home {
	width: 70px;
	background-position: 0 0;
}
#header .nav ul li a.character {
	width: 126px;
	background-position: 0 -30px;
}
#header .nav ul li a.movie {
	width: 74px;
	background-position: 0 -60px;
}
#header .nav ul li a.system {
	width: 86px;
	background-position: 0 -90px;
}

#spHeader {
	display: none;
}

/*============================================================
	COMMON HEADER
*/
#commonHeader {
	overflow: hidden;
	position: relative;
	width: 100%; height: 140px;
	background: #000;
}
#commonHeader .bg {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -490px;
	width: 980px;
}
#commonHeader .bg img {
	width: 100%;
}
#commonHeader .dot {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(../img/bg_dot.png) 0 0 repeat;
}
#commonHeader .logo {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#commonHeader .logo a {
	overflow: hidden;
	position: absolute;
	top: 0; left: 50%;
	display: block;
	margin-left: -100px;
	padding-top: 140px;
	width: 200px; height: 0;
	background: transparent url(../img/logo_bakumatsu_md.png?20150904) 0 0 no-repeat;
}

/*============================================================
	HEADING
*/
#heading {
	width: 100%; height: 120px;
	background: transparent url(../img/heading_bg.png) 50% 0 no-repeat;
	text-align: center;
}
#heading .ttl {
	padding-top: 40px;
}

/*============================================================
	FOOTER
*/
#footer {
	width: 100%;
	background: #000;
}
#footer .in {
	position: relative;
	margin: 0 auto;
	width: 980px; height: 80px;
}
#footer ul {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -7px;
	font-size: 12px;
	line-height: 14px;
}
#footer ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
#footer ul li:first-child {
	padding-left: 0;
}
#footer ul li:last-child {
	padding-right: 0;
	border-right: 0;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer .logo {
	position: absolute;
	top: 50%; right: 0;
	margin-top: -20px;
}
#footer .logo a {
	display: block;
	overflow: hidden;
	padding-top: 40px;
	width: 70px; height: 0;
	background: transparent url(../img/logo_marv.png) 0 0 no-repeat;
}
#footer .copyright {
	position: absolute;
	top: 50%; right: 80px;
	margin-top: -10px;
	overflow: hidden;
	padding-top: 20px;
	width: 150px; height: 0;
	background: transparent url(../img/copyright.png) 0 0 no-repeat;
}

/*============================================================
	PLAY
*/
#play {
	position: relative;
	overflow: hidden;
	width: 100%; height: 140px;
	background: #000;
}
#play .bg {
	position: absolute;
	top: -120px; left: 50%;
	margin-left: -560px;
	width: 1120px;
}
#play .bg img {
	width: 100%;
}
#play .dot {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(../img/bg_dot.png) 0 0 repeat;
}
#play .in {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -300px;
	width: 600px; height: 140px;
}
#play .pc {
	display: block;
}
#play .sp {
	display: none;
}
#play .ttl {
	position: absolute;
	top: 34px; left: 0;
}
#play ul {
	position: absolute;
	top: 24px; left: 92px;
}
#play ul li {
	float: left;
	padding-left: 10px;
}
#play .usoul {
	position: absolute;
	top: 24px; left: 180px;
	width: 390px;
}
#play .bsoul {
	position: absolute;
	top: 24px; left: 590px;
	width: 390px;
}

/*============================================================
	SOCIAL
*/
#social {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
}
#social .btns {
	position: absolute;
	top: 50%; left: 478px;
	margin-top: -25px;
	width: 332px;
}
#social .btns .youtube,
#social .btns .nicovideo {
	width: 164px;
}
#social .btns .youtube a,
#social .btns .nicovideo a {
	display: block;
	overflow: hidden;
	padding-top: 50px;
	width: 100%; height: 0;
	background: transparent url(../img/btns.png) 0 0 no-repeat;
}
#social .btns .youtube {
	float: left;
}
#social .btns .youtube a {
	background-position: 0 0;
}
#social .btns .nicovideo {
	float: right;
}
#social .btns .nicovideo a {
	background-position: 0 -50px;
}

#social .btns .nicovideo {
	display: none;
}

#social .sns {
	position: absolute;
	top: 50%; right: 0;
	margin-top: -20px;
}
#social .sns ul li {
	float: left;
}
#social .sns ul li img {
	width: 40px;
}
#social .sns ul li.line {
	display: none;
}



@media only screen and (max-width: 620px) {

#container {
	min-width: 1px;
}
#containerIndex {
	padding-top: 40px;
	min-width: 1px;
}
.is-pc {
	display: none;
}
.is-sp {
	display: block;
}

.shadow-t {
	height: 5px;
	background-size: 5px 5px;
}
.shadow-b {
	height: 5px;
	background-size: 5px 5px;
}

/*
	HEADER
*/
#header {
	display: none;
}

#spHeader {
	display: block;
	position: fixed;
	bottom: 0; left: -100%;
	z-index: 900;
	width: 100%;
}
#spHeader .nav {
	margin-left: 60px;
	background: transparent url(../img/header_bg.png) 0 0 repeat;
	height: 100%;
}
#spHeader .nav ul {
	
}
#spHeader .nav ul li {
	border-bottom: 1px solid #555;
}
#spHeader .nav ul li:last-child {
	border: 0;
}
#spHeader .nav ul li a {
	display: block;
	overflow: hidden;
	padding-top: 50px;
	height: 0;
	background: transparent url(../img/sp_nav.png) 0 0 no-repeat;
	background-size: 160px 250px;
}
#spHeader .nav ul li a.home {
	background-position: 0 0;
}
#spHeader .nav ul li a.character {
	background-position: 0 -50px;
}
#spHeader .nav ul li a.movie {
	background-position: 0 -100px;
}
#spHeader .nav ul li a.system {
	background-position: 0 -150px;
}
#spHeader .nav ul li.pagetop a {
	background-position: 0 -200px;
}
#spHeader .nav-opener {
	display: block;
	position: absolute;
	bottom: 5px; right: -55px;
	width: 50px; height: 50px;
}
#spHeader .nav-opener a {
	display: block;
	overflow: hidden;
	width: 100%; height: 100%;
	background: transparent url(../img/nav_open.png) 0 0 no-repeat;
	background-size: 50px 50px;
	text-indent: -999em;
}

/*.sp-header-open {
	left: 0;
}
.nav-close-active {
	left: 0;
}*/

/*
	COMMON HEADER
*/
#commonHeader {
	height: 70px;
}
#commonHeader .bg {
	margin-left: -240px;
	width: 480px;
}
#commonHeader .logo {
	width: 120px;
}
#commonHeader .logo a {
	display: block;
	position: static;
	margin-left: 0;
	padding-top: 0;
	width: 100%; height: 70px;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -999em;
}

/*
	HEADING
*/
#heading {
	width: 100%; height: 60px;
	background: transparent url(../img/sp_heading_bg.png) 50% 0 no-repeat;
	background-size: 1000px 60px;
	text-align: center;
}
#heading .ttl {
	padding-top: 20px;
}
#heading .ttl img {
	width: 200px;
}

/*
	FOOTER
*/
#footer {
	padding: 15px 0;
	background: transparent;
}
#footer .in {
	width: 100%; height: auto;
}
#footer ul {
	position: static;
	margin-top: 0;
	text-align: center;
}
#footer ul li {
	float: none;
	display: inline-block;
	padding: 0 10px;
	border-color: #333;
}
#footer ul li a {
	color: #333;
}
#footer .logo {
	position: static;
	margin-top: 15px;
}
#footer .logo a {
	margin: 0 auto;
	padding-top: 30px;
	width: 60px; height: 0;
	background-position: 0 -20px;
	background-size: 60px 50px;
}
#footer .copyright {
	position: static;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 95px;
	background-position: 0 -10px;
	background-size: 95px 20px;
}

/*
	PLAY
*/
#play {
	height: auto;
	padding-bottom: 15px;
}
#play .bg {
	top: 0px;
	margin-left: -290px;
	width: 580px;
}
#play .bg img {
	width: 100%;
}
#play .in {
	position: relative;
	z-index: 1;
	left: 0;
	padding-top: 12px;
	margin-left: 0;
	width: 100%; height: auto;
}
#play .pc {
	display: none;
}
#play .sp {
	display: block;
}
#play .ttl {
	position: static;
	text-align: center;
}
#play img {
	width: 90px;
}
#play .ttl img {
	margin-bottom: 3px;
	width: 100px;
}
#play ul {
	margin-top: 4px;
	position: static;
}
#play ul li {
	display: none;
	float: none;
	padding-left: 0;
}
#play ul li img {
	width: 140px;
}
#play .usoul {
	float: none;
	position: static;
	width: auto;
	text-align: center;
	left: 0;
}
#play .bsoul {
	float: right;
	position: static;
	width: 50%;
	text-align: center;
}
.os-ios #play ul li.appstore {
	display: block;
}
.os-android #play ul li.googleplay {
	display: block;
}

/*
	SOCIAL
*/
#social {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#social .btns {
	position: static;
	margin: 0 auto;
	margin-top: 10px;
	width: 250px;
	width: 118px;
}
#social .btns .youtube,
#social .btns .nicovideo {
	width: 118px;
}
#social .btns .youtube a,
#social .btns .nicovideo a {
	padding-top: 34px;
	background-size: 200px 120px;
}
#social .btns .youtube a {
	background-position: 0 -50px;
}
#social .btns .nicovideo a {
	background-position: 0 -84px;
}

#social .sns {
	position: static;
	display: table;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#social .sns ul li {
	display: table-cell;
	float: none;
	padding: 0 2px;
}
#social .sns ul li.line {
	display: table-cell;
}

#social .banner {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 250px;
}
#social .banner img {
	width: 100%;
}


}
