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

@group layout
1: common
2: header
3: nav
4: #mainWrapper
5: #topicPath
6: footer
7: mq(1280px<)
8: sp

***************************************************** */
/* 1: common
=========================================*/
* { margin: 0; }
html {
  margin: 0;
}
body {
  min-width:1280px;
  width: 100%;
  font-size: 14px;
  line-height: 1.71;
  font: bold 15px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background-color: #000000;
  font-size:17px;
}

#wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;}
.un {
	 opacity:0.3;}
.un a:hover {
	 cursor:default;}
#loading {
	width: 100px;
	height: 100px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 100;
	background-image: url(/images/common/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
#mainContainer p { line-height: 1.8em; }
#mainContainer p { margin-top: 15px; }


/* 1-1: Link
========================================*/
a,
a:link {
	color: #B60005;
	outline: none;
	text-decoration: none;
}
a:visited { color: #B60005; }
a:hover,
a:active {
  color: #B60005;
  text-decoration: none;
}

/* 1-2: h,title
========================================*/

h1.headding01 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 55px;
	text-decoration: underline;
}



/* 1-4: WordPress用
=========================================*/

/* 1-5: button
=========================================*/


/* 1-6: box
=========================================*/

/* 1-7: list
=========================================*/


/* 1-8: table
=========================================*/


/* 1-9: hr line
=========================================*/

/* 1-10: input
=========================================*/

/* 1-11: dl
=========================================*/

/* 1-12: icon
=========================================*/


/* 2: copyright
=========================================*/
#copyright {
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}


/* 3: nav
=========================================*/
#header {
	padding-top: 15px;
	position: relative;
}
#header :after {
 content: "";
 clear: both;
 display: block;
}
#header .logo{
	width: 134px;
	height: 99px;
}
#header2 {
	display: none;
}
#header2.scroll{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding-bottom: 13px;
	width: 100%;
}
#header2 #gnav {
	width: 100%;background-color: rgba(255,255,255,0.90);
}
#gnav  {
  position: relative;
  overflow: hidden;
}
#gnav ul {
	padding: 10px 0;
	position: relative;
	left: 50%;
	float: left;
}
#gnav li {
	float: left;
	margin-right: 15px;
	position: relative;
	left: -50%;
}
#gnav li a {
	color: #230E03;
	display: block;
	font: 14px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: right;
	border-bottom: 2px solid rgba(173,2,2,0.00);
	padding-bottom: 2px;
	line-height: 1em;
}
#gnav li a:hover ,
body#intro #gnav li.intro,
body#story #gnav li.story,
body#cast #gnav li.cast,
body#comment #gnav li.comment,
body#theater #gnav li.theater,
body#en #gnav li.en,
body#production #gnav li.production{
	border-bottom: 2px solid #ad0202;
}
#gnav li a.un:hover {
	border-bottom: 2px solid #fff;
	cursor:default;
}
#footer #gnav li:last-child {
	margin-right: 0px;
}

/* 4: #mainContainer / #navContainer
=========================================*/
#mainContainer {
	width: 1110px;
	min-height: 650px;
}


/* 5: .clearfix
=========================================*/
.clearfix:after,
#wrapper:after {
 content: "";
 clear: both;
 display: block;
}

/* 5: #footer
=========================================*/

#footer {
	background-color: #FFDE00;
	position: relative;
}
#footer .inner {
	position: relative;
	overflow: hidden;
}

#footer .billing {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #666666;
}
#footer p.spec {
	font-size: 12px;
	margin-top: 20px;
}
#footer .contactBtn{
	text-align: center;
	margin-top: 20px;
}
#footer .contactBtn a{
	color: #230E03;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
#footer .contactBtn a:hover {
	text-decoration: none;
}
#footer #copyright {
	margin-top: 60px;
}
#footer #footerMenu:after {
	content: "";
	clear: both;
	display: block;
}

/* 6: .sns
=========================================*/
ul.sns {
	position: absolute;
	right: 0px;
	}
ul.sns:after {
 content: "";
 clear: both;
 display: block;
}
ul.sns li{
	float: left;
	margin-right: 5px;
}
ul.sns li:last-child {
	margin-right: 0px;
}
ul.sns li a{
	text-align: center;
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 3px;
	display: block;
}