@charset "UTF-8";

/* margin,padding リセット
---------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,section, nav, article, aside, hgroup, header, footer, figure, figcaption {
	margin:0;
	padding:0;
}
/* ----------------------------------------------------- */




/* HTML5 新要素 - ブロックボックス・レンダリング用 */
section, nav, article, aside, hgroup, header, footer, figure, figcaption {
	display: block;
}




/* リストスタイル クリア用 */
ol,ul {
	list-style:none;
}

/* 画像下のディセンダスペース クリア ＆ ボーダー クリア用 */
img { 
	vertical-align:bottom;
	border:none;
}

/* 区切り線 非表示用 */
hr {
	display: none;
}

/* abbr（省略形） もしくは acronym（頭文字・IE6 のみ） 表示用 */
abbr,acronym {
	border-bottom: .1em dotted;
}

/* 上付き文字 行間調整用 */
sup {
	vertical-align: text-top;
}

/* 下付き文字 行間調整用 */
sub {
	vertical-align: baseline;
}

/* バックグラウンド拡張 フロート解除用 */
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}




/* Firefox 用
---------------------------------------------------------*/
/* アウトライン非表示用 */
a {
	outline:none;
}



















html {
	font-size: 100%; 
}

body, button, input, select, textarea {
	font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font: 100%/1.5 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* Windows XP でメイリオがインストール済みの回避用 (IE6) 用 */
	*font-size: 1em; 
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* Windows XP でメイリオがインストール済みの回避用 (IE6) 用 */
	color:#000;
}

/* Font-size Adjustment
---------------------------------------------------------

10px = 0.625em
11px = 0.6875em
12px = 0.75em
13px = 0.8152em
14px = 0.875em
15px = 0.9375em
16px = 1em
17px = 1.0625em
18px = 1.15em
19px = 1.1875em
20px = 1.25em
21px = 1.3125em
22px = 1.375em
23px = 1.4375em
24px = 1.5em
25px = 1.5625em
26px = 1.625em

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






/* link
---------------------------------------------------------*/
*+html a {
	text-decoration:none; /* for IE7 */
	cursor: pointer;
}









/* Images
---------------------------------------------------------*/
/* img {} */

/*　background:#fff url(/images/xxx.jpg) center 0 repeat-x;　*/
/*　background-size:cover; 背景画像で全体を覆う */
/*　background-size:100% auto; 背景画像を横幅いっぱいに表示 */









/* Framework
---------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
}









/* header
---------------------------------------------------------*/
/* for Top Page */
header.topHeader {
	background: #fff url(images/bg_header-top.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 660px;
	/* overflow: hidden; */
}

.topHeaderArea {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 616px;
	position: relative;
}



.mainTitleTopH1 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 148px;
	z-index: 2;
}

.headerLead {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 25px;
}

.jinuHeaderAbout {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 390px;
	left: 16px;
}



.topSNS {
	margin: 0;
	padding: 0;
	width: 122px;
	position: absolute;
	top: 509px;
	right: 0;
}

.topSNS li {
	margin: 0;
	padding: 0;
	width: 122px;
	height: 38px;
}

.topSNS li:first-child {
	margin-bottom: 7px;
}

.topSNS a, .SNS a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.topSNS a:link, .topSNS a:visited, .SNS a:link, .SNS a:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.topSNS a:hover, .SNS a:hover {
	opacity:0.85;
	filter: alpha(opacity=85); /* IE7 以下 */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
}



.campaignWarashibeBtn {
	margin: 0;
	padding: 0;
	width: 182px;
	position: absolute;
	top: 305px;
	right: 0;
}

.campaignWarashibeBtn:visited, .campaignWarashibeBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.campaignWarashibeBtn:hover {
	opacity:0.9;
	filter: alpha(opacity=90); /* IE7 以下 */
	-ms-filter: "alpha(opacity=90)"; /* IE8 */
}



.campaignQuizWarashibeBtn {
	margin: 0;
	padding: 0;
	width: 213px;
	position: absolute;
	top: 288px;
	top: 300px;
	right: 0;
}

.campaignQuizWarashibeBtn:visited, .campaignQuizWarashibeBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.campaignQuizWarashibeBtn:hover {
	opacity:0.9;
	filter: alpha(opacity=90); /* IE7 以下 */
	-ms-filter: "alpha(opacity=90)"; /* IE8 */
}



.campaignReportBtn {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 430px;
	right: 0;
}



.filmarksBtn {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 330px;
	left: 0;
}



.talkShowBtn {
	margin: 0;
	padding: 0;
	width: 188px;
	position: absolute;
	top: 313px;
	right: 0;
}



.blurayDvdReleaseBtn {
	margin: 0;
	padding: 0;
	width: 174px;
	position: absolute;
	top: 250px;
	right: 1px;
}

.blurayDvdReleaseBtn:visited, .blurayDvdReleaseBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.blurayDvdReleaseBtn:hover {
	opacity:0.9;
	filter: alpha(opacity=90); /* IE7 以下 */
	-ms-filter: "alpha(opacity=90)"; /* IE8 */
}






/* for Other Page */
header.Header {
	background: #fff url(images/bg_header.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
}

.HeaderArea {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 76px;
	position: relative;
}



.mainTitleH1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 60px;
}



.SNS {
	margin: 0;
	padding: 0;
	/* width: 122px; */
	position: absolute;
	top: 19px;
	right: 0;
}

.SNS:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.SNS li {
	margin: 0 7px 0 0;
	padding: 0;
	width: 122px;
	height: 38px;
	float: left;
}

.SNS li:last-child {
	margin-right: 0;
}









/* Global Navigation
---------------------------------------------------------*/
.gNav {
	background: #007bd9;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 44px;
}



.gNavList {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 44px;
}

.gNavList:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.gNavList li {
	margin: 0 0 0 60px;
	padding: 0;
	float: left;
	display: block;
}

.gNavList li a {
	margin: 0;
	padding: 0;
	display: block;
}









/* トップページ
---------------------------------------------------------*/
.mainTop {
	margin: 0 auto;
	padding: 25px 0 0;
	text-align: center;
}



/* コメント ウィジェット */
.topCommentWidget {
	background: #fff;
	background: url(images/bg_top-comment-widget.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 209px;
	height: 331px;
	position: absolute;
	top: 30px;
	top: -10px;
	left: 0;
}

.topCommentWidgetH2 {
	margin: 19px auto 3px;
	padding: 0;
	width: 195px;
}

/* .topCommentWidgetPra {
	margin: 0 auto;
	padding: 0;
	width: 189px;
	height: 227px;
	text-align: center;
} */

.topCommentWidgetListArea {
	margin: 0 auto;
	padding: 0;
	width: 189px;
	height: 227px;
}

.topCommentWidgetList {
	/* margin: 0 auto;
	padding: 0;
	width: 189px;
	height: 227px; */
	margin: 0 0 0 12px;
	padding: 0;
	/* text-align: center; */
}

.topCommentWidgetList li {
	margin: 0;
	padding: 0;
}

.topCommentWidgetList li a {
	margin: 0;
	padding: 0;
	display: block;
}

.topCommentWidgetBtn {
	margin: 6px 0 0 42px;
	padding: 0;
	width: 155px;
	line-height: 1;
	display: block;
}

.topCommentWidgetBtn:link, .topCommentWidgetBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.topCommentWidgetBtn:hover {
	opacity:0.7;
	filter: alpha(opacity=70); /* IE7 以下 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}









/* ニュース news
---------------------------------------------------------*/
.newsWrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.newsWrap:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



.mainNews {
	margin: 30px 0 0;
	padding: 0;
	width: 680px;
	float: left;
}



.newsItemWrap {
	background: url(images/theater/bg_theater-list-wrap_top.gif) center top no-repeat, url(images/theater/bg_theater-list-wrap_bottom.gif) center bottom no-repeat;
	margin: 0 0 1em;
	padding: 10px 0 9px;
	*padding: 0; /* IE7 and below */
}

/* for IE8 */
.newsItemWrapIE8 { /* for IE8 */
	padding: 0;
}

.newsItem {
	background-color: #f8f7e7;
	background: url(images/news/bg_news-item-zeni.png) right top no-repeat, url(images/theater/bg_theater-list-wrap.gif) left top repeat;
	margin: 0;
	padding: 0;
	width: 680px;
	overflow: hidden;
	/* IE8 and below */
	background: url(images/theater/bg_theater-list-wrap.gif) left top repeat\9; /* IE8 and below */
	position: relative\9; /* IE8 and below */
}

/* IE8 and below */
.newsItemOrnamentZeniFigure { /* IE8 and below */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.newsItemOrnamentFigure { /* IE8 and below */
	margin: 0;
	padding: 0;
	display: block;
}

img.newsItemOrnamentFigure {
	*vertical-align: baseline; /* IE7 and below */
}



.newsItemDate {
	color: #ffffff;
	background: #f8f7e7 url(images/news/bg_news-item-date.png) left top no-repeat;
	margin: 20px 0;
	padding: 0 0 0 26px;
	width: 126px;
	height: 30px;
	font-size: 0.8152em; /* 13px */
	line-height: 30px;
	display: block;
}

.newsItem .newsTtemH2 {
	color: #e4007f;
	margin: 0 26px 1em;
	padding: 0;
	font-size: 1.375em; /* 22px */
	line-height: 1.2em;
	*width: 550px; /* IE7 and below */
}

/* for IE8 */
.newsTtemH2IE8 { /* for IE8 */
	width: 550px;
}

.newsItem .newsTtemH2 a:link, .newsItem .newsTtemH2 a:visited {
	color: #e4007f;
	text-decoration: none;
}

.newsItem .newsTtemH2 a:hover {
	color: #c50065;
}



/* ------ WordPress : TinyMCE Advanced Normal Styles ------ */
.newsItem h3 {
	color: #e4007f;
	margin: 0 26px 1em;
	padding: 0;
	font-size: 1.15em; /* 18px */
	line-height: 1.2em;
}

.newsItem h4 {
	color: #e4007f;
	margin: 0 26px 1em;
	padding: 0;
	font-size: 1em; /* 16px */
	line-height: 1.2em;
}

.newsItem h5 {
	color: #e4007f;
	margin: 0 26px 1em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.2em;
}



.newsItem p {
	color: #333333;
	margin: 0 26px 2em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.6em;
}

.newsItem img {
	margin: 0 0 1em;
	padding: 0;
}

/* .newsItem img + .newsItem p {
	margin-top: 1em;
} */

.floatClear {
	margin: 0;
	padding: 0;
	height: 1em;
	clear: both;
}



.newsItem ul {
	color: #000;
	margin: 0 26px 2em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	list-style-type: disc;
}

.newsItem ul li {
	margin: 0 0 0.6em 1.2em;
	padding: 0;
	line-height: 1.6em;
}



.newsItem ol {
	color: #000;
	margin: 0 26px 2em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	list-style-type: decimal;
}

.newsItem ol li {
	margin: 0 0 0.6em 1.2em;
	padding: 0;
	line-height: 1.6em;
}



.newsItem a:link, .newsItem a:visited {
	color: #007bd9;
	text-decoration: none;
}

.newsItem a:hover {
	color: #007bd9;
	text-decoration: underline;
}



.newsItem .alignleft {
	float: left;
	margin-right: 30px;
}

.newsItem .alignright {
	float: right;
	margin-left: 30px;
}

.newsItem .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}








/* ニュース - サイド・バー */
.sideNews {
	margin: 43px 0 0;
	padding: 0;
	width: 320px;
	float: right;
}



.newsList {
	margin: 0;
	padding: 0;
}

.newsList li {
	color: #454545;
	background: #efefe5;
	margin: 0 0 6px 26px;
	padding: 0 1em 1em;
	font-size: 0.875em; /* 14px */
	line-height: 1.2em;
	border-left: solid 5px #e4007f;
	overflow: hidden;
}

.newsList li:nth-of-type(2n) {
	margin: 0 13px 6px 12px;
}

.newsListDateSubNav {
	color: #d7267e;
	margin: 11px 0;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1;
	display: block;
}

.newsList li a:link, .newsList li a:visited {
	color: #454545;
	text-decoration: none;
}

.newsList li a:hover {
	color: #454545;
	text-decoration: underline;
}



/* Pagination */
.newsPagination {
	margin: 2em 0;
	padding: 0;
	text-align: center;
}

.numbers {
	color: #000;
	margin: 0;
	padding: 9px 13px;
	font-size: 0.8152em; /* 13px */
	line-height: 1em;
	text-decoration:none;
	display: inline-block;
}

.newsPagination .current {
	color: #e4007f;
	font-weight: bold;
}

.newsPagination .prev, .newsPagination .next {
	color: #fff;
	background-color: #007bd9;
	padding: 0.6em 2.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* IE7 & IE8 not Support Border Radius */
}

.prev {
	margin-right: 65px;
}

.next {
	margin-left: 65px;
}

/* .prev img, .next img {
	vertical-align: middle;
} */

.dots {
	margin: 0 8px;
	padding: 9px 13px;
	color: #000;
	font-size: 0.8152em; /* 13px */
	line-height: 1em;
}

a.numbers:hover {
	/* background-color: #e4e8ea; */
	color: #e4007f;
}

a.prev:link, a.prev:visited,
a.next:link, a.next:visited {
	color: #fff;
	background-color: #007bd9;
}

a.prev:hover, a.next:hover {
	color: #fff;
	background-color: #006cc8;
}

.end {
	opacity:0.2;
	filter: alpha(opacity=20); /* IE7 以下 */
	-ms-filter: "alpha(opacity=20)"; /* IE8 */
}









/* 作品紹介 works- -ID : 2
---------------------------------------------------------*/
/* Works Nav */
.worksNavList {
	background: #fff url(images/works/bg_works-nav-list.png) center top no-repeat;
	margin: 5px auto 34px;
	padding: 0;
	width: 719px;
	/* width: 532px; */ /* for short Version */
	height: 41px;
}

.worksNavList:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.worksNavList li {
	margin: 0;
	padding: 0;
	float: left;
	
}

.worksNavList li a {
	display: block;
}

.worksNavList li a:hover img,
.worksNavList li.current img {
	visibility: hidden; /* Current for parent & child */
}









/* 作品紹介 works
---------------------------------------------------------
イントロダクション introduction -ID : 10
---------------------------------------------------------*/
.introductionWrap {
	background: url(images/works/bg_works-introduction-top.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



.mainIntroduction {
	background: url(images/works/bg_works-introduction-bottom.jpg) center bottom no-repeat;
	margin: 294px auto 0;
	padding: 0 0 520px;
}



.introductionH2 {
	margin: 0 auto 30px;
	padding: 0;
	width: 780px;
	line-height: 1;
}

.introductionPra {
	color: #1b1b1b;
	margin: 0 auto 1.5em;
	padding: 0;
	width: 780px;
	font-size: 0.9375em; /* 15px */
	line-height: 1.6em;
}

.introductionPra + .introductionH2 {
	margin-top: 2em;
}









/* 作品紹介 works
---------------------------------------------------------
ストーリー story -ID : 12
---------------------------------------------------------*/
.storyWrap {
	background: #fff url(images/works/bg_works-story.jpg) center top repeat-x;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



.mainStory {
	margin: 300px auto 0;
	padding: 0;
	width: 840px;
}



.storyH2 {
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
	line-height: 1;
}

.storyPra {
	color: #1b1b1b;
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.6em;
}









/* 作品紹介 works
---------------------------------------------------------
キャスト cast -ID : 14
---------------------------------------------------------*/
.castWrap {
	margin: 0;
	padding: 0;
}


.mainCast {
	background: url(images/works/cast/bg_main-cast.png) right 506px no-repeat;
	margin: 60px auto 0;
	padding: 0;
	width: 960px;
}



.castThumList {
	margin: 0;
	padding: 0;
	width: 938px;
}

.castThumList:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.castThumList li {
	margin: 0 22px 32px 0;
	padding: 0;
	float: left;
}

.castThumList li a {
	background: #fff;
	margin: 0;
	padding: 0;
	display: block;
}

.castThumList li:nth-child(5n) {
	margin-right: 0;
}



.castThumList li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.castThumList li a:link, .castThumList li a:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.castThumList li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE7 以下 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}



.castDetailsWrap {
	margin: 0;
	padding: 0;
	display: none;
}

.castDetails {
	background: #f7e5bc url(images/works/cast/bg_cast_details.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
	width: 880px;
	overflow: hidden;
}

.castDetails:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.castPhoto {
	margin: 0 1em 3em 0;
	padding: 0;
	float: left;
}

.castH2 {
	margin: 40px 0 0.6em;
	padding: 0;
	line-height: 1;
}

.castLead {
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1;
}

.castPra {
	color: #333;
	margin: 0 40px 3em 0;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.5em;
	overflow: hidden;
}









/* 作品紹介 works
---------------------------------------------------------
スタッフ staff -ID : 16
---------------------------------------------------------*/
.staffWrap {
	margin: 0;
	padding: 0;
}



.mainStaff {
	margin: 85px auto 0;
	padding: 0;
	width: 1000px;
}



.staffDetails {
	margin: 0 0 0 26px;
	padding: 0;
	width: 974px;
}

.staffDetails:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.musicStaffDetails {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

.staffMatsuoPhoto {
	margin: 0 27px 3em 0;
	padding: 0;
	float: left;
}

.staffPhoto {
	margin: 0 49px 3em 0;
	padding: 0;
	float: left;
}

.staffH2 {
	margin: 0 0 0.8em;
	padding: 0;
	line-height: 1;
}

.staffPra {
	color: #1b1b1b;
	margin: 0 0 3em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.6em;
	overflow: hidden;
}

.staffExLinkBtn {
	margin: -2em 0 3em;
	padding: 0;
	width: 331px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staffExLinkBtn:link, .staffExLinkBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.staffExLinkBtn:hover {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE7 以下 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}



.staffHR {
	background-image: url(images/works/staff/bg_hr_staff.png);
	margin: 0 auto 50px;
	width: 780px;
	height: 38px;
	display: block;
	border: none;
}



.otherStaffDetailsWrap {
	margin: 0 auto;
	width: 780px;
}

.otherStaffDetailsWrap:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}


.otherStaffDetails {
	margin: 0 40px 2em 0;
	padding: 0;
	width: 370px;
	float: left;
}

.otherStaffDetails:nth-child(2n) {
	margin-right: 0;
}

.otherStaffH2 {
	background: url(images/works/staff/burette_other-staff.png) left 50% no-repeat;
	color: #1b1b1b;
	margin: 0 0 0.4em;
	padding: 0 0 0 30px;;
	font-size: 1.15em; /* 18px */

}

.otherStaffPra {
	color: #1b1b1b;
	margin: 0;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.6em;
}









/* 作品紹介 works
---------------------------------------------------------
プロダクションノート productino-notes -ID : 18
---------------------------------------------------------*/
.productino-notesWrap {
	margin: 0;
	padding: 0;
}



.mainProductinoNotes {
	margin: 40px auto 0;
	padding: 0;
	width: 1000px;
}

.mainProductinoNotes:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



.productinoNotesH2 {
	margin: -20px 0 0 50px;
	padding: 0;
	width: 928px;
	line-height: 1;
}



.productinoNotesWrap {
	margin: -15px 0 0;
	padding: 0;
}

.productinoNotesWrap:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



.productinoNotesItemWrap {
	margin: 0 0 0 40px;
	padding: 0;
	width: 710px;
	float: left;
}



.productinoNotesItem {
	background: #f8f5dd;
	background:  #f8f5dd url(images/works/productino-notes/bg_productino-notes-item.gif) left top repeat;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}

#productinoNotes-01 {
	border-top: solid 4px #bbd598;
}

#productinoNotes-02 {
	border-top: solid 4px #e7b3d3;
}

#productinoNotes-03 {
	border-top: solid 4px #e3cf8a;
}

#productinoNotes-04 {
	border-top: solid 4px #8acbe3;
}

#productinoNotes-05 {
	border-top: solid 4px #dbc0f8;
}

#productinoNotes-06 {
	border-top: solid 4px #f5ccc3;
}

#productinoNotes-07 {
	border-top: solid 4px #c2c7f1;
}



.productinoNotesH3 {
	margin: 35px 0 30px 25px;
	padding: 0;
	line-height: 1;
}

.productinoNotesH4 {
	color: #1b1b1b;
	background: #fff77b;
	margin: 0 0 10px 40px;
	padding: 0.2em 0.5em;
	font-size: 1em; /* 16px */
	font-weight: bold;
	line-height: 1em;
	display: inline-block;
}



.productinoNotesPra {
	color: #1b1b1b;
	margin: 0 40px 30px;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.7em;
}

.productinoNotesPra:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

.productinoNotesPra:last-child {
	margin: 0 40px 50px;
}



.productinoNotesPhoto01,
.productinoNotesPhoto03,
.productinoNotesPhoto05,
.productinoNotesPhoto06 {
	margin: 0 0 16px 16px;
	padding: 0;
	float: right;
}

.productinoNotesPhoto02,
.productinoNotesPhoto04 {
	margin: 0 auto 50px;
	padding: 0;
	display: block;
}



.productinoNotesDList {
	color: #1b1b1b;
	margin: 0 40px 50px 54px;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.7em;
}

.productinoNotesDList dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: square;
	display: list-item;
}

.productinoNotesDList dd {
	margin: 0 0 1.6em;
	padding: 0;
}



.productinoNotesSide {
	margin: 0;
	padding: 0;
	width: 250px;
	float: right;
}



/* .Productino Notes Nav */
.productinoNotesNavList {
	background: #fff url(images/works/productino-notes/bg_productino-list.png) left top no-repeat;
	margin: 5px auto 34px;
	padding: 0;
	width: 250px;
	height: 365px;
}

.productinoNotesNavList li {
	margin: 0;
	padding: 0;
}

.productinoNotesNavList li a {
	display: block;
}

.productinoNotesNavList li a:hover img,
.productinoNotesNavList li.current img {
	visibility: hidden; /* Current for parent & child */
}



.roductinoNotesCredit {
	color: #1b1b1b;
	margin: 0;
	padding: 0;
	font-size: 0.875em; /* 14px */
	text-align: right;
	display: block;
}









/* 劇場情報 theater
---------------------------------------------------------*/
.theaterWrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.theaterWrap:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



/* 劇場リスト */
.mainTheater {
	margin: 40px 0 25px;
	padding: 0;
	width: 680px;
	float: left;
}

.ticketInfo {
	margin: 0 0 23px;
	padding: 0;
	position: relative;
}

.ticketPurchaseBtn {
	margin: 0;
	padding: 0;
	width: 281px;
	position: absolute;
	display: block;
	top: 151px;
	left: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ticketPurchaseBtn:visited, .ticketPurchaseBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.ticketPurchaseBtn:hover {
	opacity:0.85;
	filter: alpha(opacity=85); /* IE7 以下 */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
}



.theaterListWrap {
	background: url(images/theater/bg_theater-list-wrap_top.gif) center top no-repeat, url(images/theater/bg_theater-list-wrap_bottom.gif) center bottom no-repeat;
	margin: 0;
	padding: 10px 0 9px;
	*padding: 0; /* IE7 and below */
}

.theaterListWrapIE8 {
	padding: 0;
}

.theaterList {
	background: #f8f7e7 url(images/theater/bg_theater-list-wrap.gif) left top repeat;
	margin: 0;
	padding: 0;
	width: 680px;
	overflow: hidden;
}

.theaterListOrnamentFigure { /* IE8 and below */
	margin: 0;
	padding: 0;
	display: block;
}

.theaterListOrnamentFigure {
	vertical-align: baseline\9; /* IE8 and below */
}

.theaterH2 {
	margin: 0 26px 20px;
	padding: 0;
	line-height: 1;
	
}

.theaterH2:first-child {
	margin-top: 30px;
}

.theaterLastUpDate {
	color: #333;
	margin: -12px 0 0;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1;
}



/* table */
.tablepress {
	margin: 0 26px 50px;
	padding: 0;
	width: 628px;
	border-collapse: collapse;
}

.tablepress thead th {
	background-color: transparent;
	color: #e182bd;
	padding: 0.5em 1em;
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	text-align: left;
	text-align: center;
	border-bottom: solid 3px #333;
}

.tablepress thead th.column-1,
.tablepress thead th.column-2 {
	padding: 0.5em 1em 0.5em 0;
	text-align: left;
}

.tablepress td {
	color: #333333;
	padding: 0.5em 1em;
	font-size: 0.875em; /* 14px */
	text-align: center;
	border-bottom: solid 1px #333;
	
}

.tablepress td.column-1,
.tablepress td.column-2 {
	padding: 0.5em 1em 0.5em 0;
	text-align: left;
}

.tablepress td.column-4,
.tablepress td.column-5 {
	color: #e182bd;
}

 /* IE7 and below */
.tablepress td.column-1,
.tablepress td.column-2,
.tablepress td.column-3,
.tablepress td.column-4,
.tablepress td.column-5 {
	*border-top: solid 1px #333; /* IE7 and below */
	*border-bottom: solid 1px #333; /* IE7 and below */
}

.tablepress td a:link, .tablepress td a:visited {
	color: #007bd9;
	text-decoration: none;
}

.tablepress td a:hover {
	color: #0062bd;
	text-decoration: underline;
}



/* サブ・ナビゲーション - 劇場リスト */
.subNavTheater {
	background: #efefe5;
	margin: 40px 0;
	padding: 0;
	width: 290px;
	float: right;
	border-left: solid 5px #e4007f;
}



.theaterNavList {
	margin: 1.6em 15px 2em;
	padding: 0;
}

.theaterNavList li {
	margin: 0;
	padding: 0;
}

.theaterNavList li a {
	color: #333333;
	margin: 0 0 1.6em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	display: block;
}

.theaterNavList li a:link, .theaterNavList li a:visited {
	text-decoration: none;
}

.theaterNavList li a:hover {
	text-decoration: underline;
}









/* スペシャル special
---------------------------------------------------------*/
.specialWrap {
	margin: 0;
	padding: 0;
}



.mainSpecial {
	margin: 70px auto 0;
	padding: 0;
	width: 780px;
}



.mainSpecialItem {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #000;
	overflow: hidden;
}

.mainSpecialItem:first-child {
	border-top: dashed 1px #000;
}

.mainSpecialItem:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



.specialItemFigure {
	margin: 25px 20px 25px 0;
	padding: 0;
	width: 255px;
	height: 125px;
	float: left;
}

.specialItemH2 {
	color: #e4007f;
	margin: 25px 0 0.2em;
	padding: 0;
	font-size: 1em; /* 16px */
	line-height: 1.2em;
}

.specialItemPra {
	color: #000;
	margin: 0 0 0.8em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	line-height: 1.4em;
}



.specialItemExlinksBtn {
	background: #fff;
	margin: 0 0 25px;
	padding: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.specialItemExlinksBtn:link, .specialItemExlinksBtn:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.specialItemExlinksBtn:hover {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE7 以下 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}









/* 著名人からのコメント comment
---------------------------------------------------------*/
.commentWrap {
	margin: 0 auto 60px;
	padding: 0;
	width: 1000px;
}



.mainComment {
	margin: 40px 0 0;
	padding: 0;
	/* height: 1130px; */
	/* height: 1385px; */
	height: 1708px;
	position: relative;
}



.commentH2 {
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	line-height: 1;
}



.commentList {
	margin: 0;
	padding: 0;
}

/* .commentList:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.commentList li {
	margin: 0 10px 30px;
	padding: 0;
	width: 311px;
	height: 301px;
	display: block;
	float: left;
} */



#comment01 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 20;
}

#comment02 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 345px;
	z-index: 20;
}

#comment03 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 20;
}

#comment04 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 431px;
	left: 10px;
	z-index: 20;
}

#comment05 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 431px;
	left: 345px;
	z-index: 20;
}

#comment06 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 431px;
	right: 10px;
	z-index: 20;
}

#comment07 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 762px;
	left: 10px;
	z-index: 40;
}

#comment08 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 762px;
	left: 345px;
	z-index: 20;
}

#comment13 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 762px;
	right: 10px;
	z-index: 20;
}

#comment09 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1085px;
	left: 10px;
	z-index: 20;
}

#comment10 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1085px;
	left: 345px;
	z-index: 20;
}

#comment11 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1085px;
	right: 10px;
	z-index: 20;
}

#comment12 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1408px;
	left: 10px;
	z-index: 20;
}



/* .commentPS {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1080px;
	left: 40px;
} */

.decoration-01 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 674px;
}

.decoration-02 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 312px;
	left: 293px;
	z-index: 30;
}

.decoration-03 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 653px;
	left: 29px;
	z-index: 30;
}

.decoration-04 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 648px;
	left: 621px;
	z-index: 30;
}

.decoration-05 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 984px;
	left: 621px;
}



.comment-new-01 {
	margin: 0;
	padding: 0;
	position: absolute;
	/* top: 433px; */
	top: 771px;
	left: 714px;
	z-index: 40;
}

/* .comment-new-02 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1094px;
	left: 382px;
	z-index: 40;
}

.comment-new-03 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1089px;
	left: 710px;
	z-index: 40;
} */









/* footer
---------------------------------------------------------*/
.footerArea {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}



.releaseDate {
	margin: 26px auto 0;
	padding: 0;
	width: 887px;
	height: 80px;
	display: block;
}

 /* IE7 and below */
img.releaseDate {
	*vertical-align: baseline;
}

.footerHR {
	background-image: url(images/bg_banner-area.png);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 11px;
	display: block;
	border: none;
	position: absolute;
	top: 95px;
}



.bannerArea {
	background: #ede7d7;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}



.bannerList {
	margin: 18px auto;
	padding: 0;
	width: 1000px;
	font-size: 0; /* inline-block 要素を水平に並べる際に隙間をクリア */
	text-align: center;
}

.bannerList:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.bannerList li {
	margin: 0 6px 6px 0;
	padding: 0;
	/* float: left; */
	display: inline-block;
	*display: inline; /* for IE7 */
	*zoom: 1; /* for IE7 */
}

.bannerList li a {
	margin: 0;
	padding: 0;
	display: block;
}

.bannerList li:nth-child(5n) {
	margin-right: 0;
}



.footerCredit {
	margin: 15px auto;
	padding: 0;
	width: 925px;
	display: block;
}









/* ページトップへ
---------------------------------------------------------*/
.pageTopBtn {
	margin: 0;
	padding: 0;
	width: 81px;
	height: 159px;
	position: fixed;
	bottom: 0;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}

.pageTopBtn img {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE7 以下 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

.pageTopBtn img:hover {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}









/* 404 pages
---------------------------------------------------------*/
.notFoundWrap {
	margin: 0;
	padding: 0;
}

.mainNotFound {
	margin: 70px auto 0;
	padding: 0;
	width: 780px;
	/* text-align: center; */
}



.notFoundPagesTitleH2 {
	color: #e4007f;
	margin: 25px 0 0.2em;
	padding: 0;
	font-size: 1em; /* 16px */
	line-height: 1.2em;
}

.notFoundPagesParagraph {
	color: #000;
	margin: 0 0 8em;
	padding: 0;
	font-size: 0.8152em; /* 13px */
}

.notFoundPagesParagraph a:link, .notFoundPagesParagraph a:visited {
	color: #007bd9;
	text-decoration: none;
}

.notFoundPagesParagraph a:hover {
	color: #007bd9;
	text-decoration: underline;
}



.notFoundPagesUList {
	margin: 2em 0;
	padding: 0;
	font-size: 0.8152em; /* 13px */
}

.notFoundPagesUList li {
	margin: 0 0 0 2em;
	padding: 0;
	list-style: disc;
}








