@charset "utf-8";

html {

}
a {
	color: #ffcc33;
}
/*[]
---------------------------------------------------------------------*/

body#contentsPage {
	background-color: #000;
}
body.introduction {	background: url(../images/introduction/bg_body.png) no-repeat center 0;}
body.story { background: url(../images/story/bg_body.png) no-repeat center 0;}
body.cast {	background: url(../images/cast/bg_body.png) no-repeat center 0;}
body.staff #container { background: url(../images/staff/bg_body.png) no-repeat center 0;}
body.production-note { background: url(../images/note/bg_body.png) no-repeat center 0;}
body.comment { background: url(../images/comment/bg_body.png) no-repeat center 0;}
body.theater { background: url(../images/theater/bg_body.png) no-repeat center 0;}
#wrapHeader {
	background: url(../images/bg_header.png) repeat-x center 0;
	border-bottom: 2px solid rgba(0,0,0,0.8);
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

#wrapHeader header {
	float: left;
	position: relative;
	left: 50%;
}
#wrapHeader header figure,
#wrapHeader header h1 {
	float: left;
	position: relative;
	left: -50%;
}
#wrapHeader header h1 {
	margin: 0 10px;
}
#wrapHeader header figure:first-child {	top: -65px;}
#wrapHeader header figure:last-child { top: -134px;}
#container {
	position: relative;
	width: 100%;
	line-height: 1.8em;
	padding: 0 0 100px;
	margin: 0 auto;
}
#container article {
	background: rgba(0,0,0,0.5);
	width: 1200px;
	padding: 0;
	margin: 50px auto;
}
#container article > section {
	width: 1200px;
	padding: 50px 0 100px;
	margin: 0 auto;
	text-align: left;
}
#container article > section > h2 {
	margin: 0 0 25px 100px;
	text-indent: -9998px;
}
#container article > section#theaterArea,
#container article > section#commentArea {
	width: 1000px;
	padding: 50px 0 100px;
	margin: 0 auto;
}
#container article > section#theaterArea h2,
#container article > section#commentArea h2 {
	margin: 0 0 25px;
}
#container article > section em {
	font-weight: bold;
	color: #ffcb33;
}
#container article > section p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 1em;
}
#container article > section figcaption {
	text-align: justify;
	text-justify: inter-ideograph;
}
#introArea h2 {
	background: url(../images/introduction/h01.png) no-repeat;
	width: 312px;
	height: 39px;
}
#storyArea h2 {
	background: url(../images/story/h01.png) no-repeat;
	width: 165px;
	height: 37px;
}
#castArea h2 {
	background: url(../images/cast/h01.png) no-repeat;
	width: 135px;
	height: 37px;
}
#staffArea h2 {
	background: url(../images/staff/h01.png) no-repeat;
	width: 141px;
	height: 38px;
}
#noteArea h2 {
	background: url(../images/note/h01.png) no-repeat;
	width: 327px;
	height: 40px;
}
#commentArea h2 {
	background: url(../images/comment/h01.png) no-repeat;
	width: 135px;
	height: 37px;
}
#theaterArea h2 {
	background: url(../images/theater/h01.png) no-repeat;
	width: 156px;
	height: 38px;
}


/*[Contents Style]
---------------------------------------------------------------------*/

/* Introduction Style */

#introArea {}
#introArea h3 {
	color: #cc0000;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 900;
	margin: 0 0 10px;
}
#introArea .ia01 {
	background: url(../images/introduction/p01.png) no-repeat;
	height: 490px;
	padding: 0 575px 0 100px;
	margin: 0 0 50px;
}
#introArea .ia02 {
	background: url(../images/introduction/p02.png) no-repeat;
	height: 490px;
	padding: 0 100px 0 575px;
	margin: 0 0 100px;
}
#introArea p {}

/* Story Style */

#storyArea {}
#storyArea figure {
	position: relative;
	margin: 0 0 10px;
}
#storyArea figure img {
	position: relative;
}
#storyArea figure figcaption {
	background: url(../images/story/t01.png) no-repeat;
	width: 876px;
	height: 210px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	z-index: 10;
	
	text-indent: -9998px;
}
#storyArea p {
	width: 1000px;
	margin: 0 auto;
}
#storyArea em {
	font-size: 16px;
	font-weight: 100px;
}

/* Cast Style */

#castArea {}
#castArea figure {
	position: relative;
}
#castArea figure figcaption {
	background: rgba(0,0,0,0.5);
	padding: 0 0 0 10px;
	position: absolute;
	width: 400px;
	height: 500px;
	right: 125px;
}
#castArea figure figcaption h3 {
	margin: 50px 0 10px;
}
#castArea h3 strong {
	font-size: 24px;
	font-weight: 700;
	margin: 0 10px 0 0;
}
#castArea h3 span {
	font-size: 14px;
	font-style: italic;
	vertical-align: 5px;
}
#castArea h3 b {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 2em;
}
#castArea h3 b::before {
	content: "(";
}
#castArea h3 b::after {
	content: ")";
}
#castArea .swiper-container {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
#castArea .swiper-slide {
    background-size: cover;
    background-position: center;
}
#castArea .gallery-top {
    width: 100%;
    margin: 50px 0 0;
}
#castArea .gallery-thumbs {
    width: 1000px;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 100px;
    margin: 0 auto;
}
#castArea .gallery-thumbs .swiper-slide {
    width: 88px;
    height: 100px;
    opacity: 0.4;
}
#castArea .gallery-thumbs .swiper-slide img {
	width: 100%;
	height: auto;
}
#castArea .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: 2px solid #fff;
}
#castArea figure {
	position: relative;
}
#castArea figure img {
	width: 790px;
	height: 500px;
	display: block;
	float: left;
}
#castArea figure figcaption {
	width: 400px;
	float: right;
}


/* Staff Style */

#staffArea {}
#staffArea dl {}
#staffArea dl dt {
	background: url(../images/cala_min.png) no-repeat 15px 0;
	height: 75px;
	
	font-size: 30px;
	padding: 25px 0 0 100px;
	margin: 0 0 10px;
}
#staffArea dl dt strong {
	margin: 0 10px 0 0;
}
#staffArea dl dt span {
	font-size: 14px;
	font-style: italic;
	vertical-align: 5px;
}
#staffArea dl dt b {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 2.4em;
}
#staffArea dl dt,
#staffArea dl dd {
	margin-left: 100px;
}
#staffArea dl dd {}
#staffArea dl dd figure {}
#staffArea dl dd figure img {
	float: right;
	margin: -75px 0 0;
}
#staffArea dl dd figure figcaption {
	width: 450px;
}
#staffArea dl dd:nth-of-type(2),
#staffArea dl dd:nth-of-type(3) {
	width: 1000px;
	margin: 0 auto;
}
#staffArea hr {
	margin: 50px 0;
}


/* Production Note Style */

#noteArea {}
#noteArea figure {
	margin: 0 0 35px;
}
#noteArea figure figcaption {
	width: 450px;
	padding: 0;
}
#noteArea figure:nth-child(2n) figcaption {
	margin: 0 0 0 125px;
}
#noteArea figure:nth-child(2n+1) figcaption {
	margin: 0 125px 0 0;
}
#noteArea figure:nth-child(2n+1) img,
#noteArea figure:nth-child(2n) figcaption {
	float: left;
}
#noteArea figure:nth-child(2n) img,
#noteArea figure:nth-child(2n+1) figcaption {
	float: right;
}
#noteArea p b {
	display :block;
	color: #fff;
	font-size: 18px;
	line-height: 3em;
	text-align: left;
}
#noteArea p b::before {
	content: "――";
}

/* Comment Style */

#commentArea {
	background: url(../images/comment/bg_container.png) no-repeat center 150px;
}
#commentArea li {
	background: url(../images/comment/bg_comment.png) no-repeat center 0;
	width: 420px;
	min-height: 330px;
	color: #ffff00;
	line-height: 2em;
	padding: 0 40px;
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
}
#commentArea li:nth-child(2n+1) {
	float: left;
	margin: 0 0 150px 0;
}
#commentArea li:nth-child(2n) {
	float: right;
	margin: 150px 0 0;
}

#commentArea li b {
	position: absolute;
	color: #cc0000;
	font-size: 20px;
	right: 40px;
	margin: 30px 0 0;
}
#commentArea li b::before {
	content: "――";
}
#commentArea li b span {
	font-size: 14px;
	vertical-align: 3px;
	margin: 0 0 0 3px;
}
#commentArea li b span:before {
	content: "(";
}
#commentArea li b span:after {
	content: ")";
}
@supports (-ms-accelerator:true) {
	#commentArea li b {
		bottom: 50px;
	}
}


/* Theater Style */

#theaterArea {
}
#theaterArea table {
	width: 100%;
}
#theaterArea table th,
#theaterArea table td {
	border: 1px solid #fff;
	padding: 15px;
}
#theaterArea table td span {
	display: block;
	font-size: 10px;
}
#theaterArea table thead {
	font-weight: 700;
}

#theaterArea a::after {
	content: url("../images/blank.png");
	margin: 0 0 0 3px;
}


/*[Footer Style]
---------------------------------------------------------------------*/

figure.monoLogo {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 1;
}
figure.monoLogo img {
	border: none;
}
#wrapFooter {
	margin-top: -120px;
}


/*[Navigation Style]
---------------------------------------------------------------------*/

nav#gnavi {
	width: 100%;
	z-index: 99;
}
nav#gnavi ul {
	background: url(../images/bg_gnavi.png) no-repeat;
	width: 1000px;
	padding: 0 100px;
	height: 60px;
	margin: 0 auto;
}
nav#gnavi ul li {
	float: left;
	text-indent: -9998px;
}
nav#gnavi ul li a {
	display: block;
	height: 44px;
	margin: 0 2px;
}
nav#gnavi ul li a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
nav#gnavi ul li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-transform-style: preserve-3d;
}
nav#gnavi ul li.gn01 a { background: url(../images/gnavi/nav_top.png) no-repeat; width: 53px;}
nav#gnavi ul li.gn02 a { background: url(../images/gnavi/nav_news.png) no-repeat; width: 63px;}
nav#gnavi ul li.gn03 a { background: url(../images/gnavi/nav_introduction.png) no-repeat; width: 147px;}
nav#gnavi ul li.gn04 a { background: url(../images/gnavi/nav_story.png) no-repeat; width: 78px;}
nav#gnavi ul li.gn05 a { background: url(../images/gnavi/nav_cast.png) no-repeat; width: 66px;}
nav#gnavi ul li.gn06 a { background: url(../images/gnavi/nav_staff.png) no-repeat; width: 74px;}
nav#gnavi ul li.gn07 a { background: url(../images/gnavi/nav_production-note.png) no-repeat; width: 182px;}
nav#gnavi ul li.gn08 a { background: url(../images/gnavi/nav_comment.png) no-repeat; width: 101px;}
nav#gnavi ul li.gn09 a { background: url(../images/gnavi/nav_theatre.png) no-repeat; width: 93px;}
nav#gnavi ul li.gn10 a { background: url(../images/gnavi/nav_trailer.png) no-repeat; width: 96px;}


