@charset "utf-8";

/*-------------------------
	全体共通項目
-------------------------*/
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	background-color: #101410;
	color: #ffffff;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
/*	text-decoration: underline;*/
}
li {
	list-style: none;
}
img {
	border: none;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/*---------------------------------------------------------------------------

	pc環境

---------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	
#contentsWrap {
	background: url(../images/bg_main01.png) no-repeat center top;
	line-height: 1;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contentsWrap .sp {
	display: none;
}
#contentsWrap #ghost02 {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -273px;
	display: none;
	z-index: 6;
}
#contentsWrap #ghost03 {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -273px;
	display: none;
	z-index: 9999;
}
* html #contentsWrap #ghost03 {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}
#contentsWrap section {
	width: 940px;
	margin: 0 auto;
	clear: both;
}

/*-------------------------
	メイン
-------------------------*/
#main {
	padding: 31px 0 0;
	height: 743px;
}
#main h1 {
	text-align: center;
	width: 288px;
	margin: 0 auto 44px;
	position: relative;
	z-index: 8;
}
#main h1 img {
	text-align: center;
	width: 100%;
}
#main h1 img.logo {
	display: block;
	width: 279px;
	margin: 21px auto 0;
}
#main dl {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 8;
}
#main dl dt {
	margin-bottom: 25px;
}
#main .share {
	text-align: center;
	position: relative;
	z-index: 8;
}
#main .share li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 0 10px;
}
#main #ghost01 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
	z-index: 7;
}

/*-------------------------
	STORY
-------------------------*/
#story {
	padding: 0 0 100px;
	position: relative;
	z-index: 10;
}
#story h2 {
	margin-bottom: 38px;
}
#story p {
	padding-bottom: 32px;
	text-align: center;
}
#story ul {
	margin: 0 0 0 -20px;
	overflow: hidden;
}
#story ul li {
	margin: 20px 0 0 20px;
	float: left;
	width: 300px;
}
#story ul li img {
	width: 100%;
}

/*-------------------------
	予告動画
-------------------------*/
#movie {
	padding: 0 0 42px;
	position: relative;
	z-index: 10;
}
#movie h2 {
	margin-bottom: 60px;
}
#movie .movieContainer {
	width: 846px;
	height: 516px;
	margin: 0 auto;
	background: #000;
}
#movie .movieContainer .pc {
	position: relative;
}
#movie .movieContainer #btnPlay a {
	width: 846px;
	height: 476px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9998;
	display: block;
	color: inherit;
}
#movie .btnBack {
	margin: 80px 0 52px;
}
#movie .pagetop {
	text-align: center;
}
#trailerNav ul {
	width:100%; list-style: none;
}
#trailerNav li {
	width:50%;
	height:50%;
	list-style:none;
	float:left;
	display:inline;
	text-align: center;
}
#trailerNav li img {
	vertical-align: top;
}
#trailerNav li a {
	text-decoration:none;
	display:block;
	background: #333;
}

#trailerNav li a.trailer {
	border-right:1px solid #000;
}
#trailerNav li a.teaser {
	border-right:1px solid transparent;
}
#trailerNav li a.selected {
	background: #000;
}
#trailerNav li a:hover {
	background: #555;
}

/*コントローラーを表示させる場合はpadding-top:30px;を追記すればOK*/
#trailerYTplayer {
	position:relative;
	width: 846px;
	height: 476px;
	overflow:hidden;
	/*padding-top:40px;padding-bottom:100%;*/
}
#trailerYTplayer iframe { 
	position:absolute;
	width: 846px;
	height: 476px;
	left:0;
	top:0;
}

}
/*** END PC ***/

/*---------------------------------------------------------------------------

	SP環境

---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

#contentsWrap {
	background: url(../images/sp/bg_main.png) no-repeat center top;
	background-size: 100% auto;
	line-height: 1;
}
#contentsWrap img {
	width: 100%;
	height: auto;
}
#contentsWrap .pc {
	display: none;
}
#contentsWrap #ghost02,
#contentsWrap #ghost03 {
	display: none!important;
}
#contentsWrap section {
	margin: 0 4%;
	padding-bottom: 12%;
	clear: both;
}
#contentsWrap section h2 {
	margin: 0 -2% 6%;
}

/*-------------------------
	メイン
-------------------------*/
#contentsWrap #main {
	padding: 4% 0 0;
	margin: 0;
	position: relative;
}
#main h1 {
	text-align: center;
	width: 60.5%;
	margin: 0 auto 8%;
	position: relative;
	z-index: 2;
}
#main h1 img {
	text-align: center;
	width: 100%;
}
#main h1 img.logo {
	display: block;
	margin: 4% 4% 0;
	width: 92%;
}
#main dl {
	text-align: center;
	margin: 0 4% 0;
	position: relative;
	z-index: 2;
}
#main dl dt {
	margin-bottom: 4%;
}
#main .share {
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 8% 0;
}
#main .share li {
	display: inline-block;
	margin: 2% 2px;
}
#main .share li:nth-child(3) img {
	width: 82px;
}

/*-------------------------
	STORY
-------------------------*/
#story ul {
	padding: 8% 0 0;
	margin: 0 0 0 -4%;
	overflow: hidden;
}
#story ul li {
	margin: 4% 0 0 4%;
	float: left;
	width: 46%;
}

/*-------------------------
	予告動画
-------------------------*/
#movie .movieContainer dl dt {
	width: 35%;
	margin: 30px auto 0;
}
#movie .movieContainer dl dt:first-child {
	margin: 0 auto;
}
#movie .movieContainer dl dd {
	margin: 0 auto;
	width: 290px;
}
#movie .movieContainer dl dd iframe {
	margin: 0 auto;
	width: 290px;
	height: 180px;
	display: block;
}
#movie .btnBack {
	width: 44%;
	margin: 15% auto;
}
#movie .pagetop {
	width: 18%;
	margin: 0 auto;
}

}
/*** END SP ***/