/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 13px;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #434343;
	line-height:180%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	background:#fff;
	overflow: hidden;
	min-width: 980px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul ,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

iframe {
	width:100%;
}
img {
	/*height: auto;
	max-width: 100%;*/
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:hover img, input[type="image"]:hover {
	/*filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;*/
}


/*--------------------------------------------------------------
 Clearings
--------------------------------------------------------------*/
.clearfix:after,
ul.clearfix > li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .clearfix,
* html ul.clearfix > li {
	zoom: 1;
}
*+html .clearfix,
*+html ul.clearfix > li {
	zoom: 1;
}

/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align: center;
}

/*--------------------------------------------------------------
 
--------------------------------------------------------------*/
.inner {
	width: 980px;
	margin: 0 auto;
}
.wrapper {
}
/*--------------------------------------------------------------
common, low-page
--------------------------------------------------------------*/
.gnav {
	background: url(../img/gnav_bg.png) center center;
}
.gnav ul {
	width:981px;
}
.gnav li {
	float:left;
}
.gnav li img {
	display: block;
}
.low-header {
	background: url(../img/low_bg.jpg) no-repeat center top;
}
.low-header .inner {
	position: relative;
	padding:20px 0;
}
.low-header .sns {
	position: absolute;
	top:22px;
	right:0;
}
.low-header .sns li {
	float:left;
	margin-left:15px;
}
.low-header .h-right {
	position: absolute;
	right:0;
	bottom:25px;
}

.pagetop {
	background: #000000;
	min-width: 980px;
	text-align: right;
	padding:10px 0 5px
}
.footer {
	padding: 25px 0 25px;
	position: relative;
}
.footer li {
	font-size:11px;
	display: inline-block;
	margin-right:.75em;
}
.footer li img {
	vertical-align: middle;
}
.footer li + li:before {
	content: '|';
	margin-right:1em;
}
.footer .copyright {
	position: absolute;
	right:0;
	bottom: 23px;
}
/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
.top-main {
    background: url(../img/main_img.jpg) no-repeat top center;
    height:640px;
}
.top-bg {
	background: url(../img/bg1.jpg) no-repeat top center;
}
.top-bg .bg {
	background: url(../img/bg2.jpg) no-repeat bottom center;
}
.top-desc {
	margin-bottom: 35px;
}
.top-desc img {
	display: block;
}
.top-movie {
	text-align: center;
	margin-bottom: 40px;
}
.top-movie > * {
	display: inline-block;
}
.top-sns {
	
}
.top-copyright {
	text-align: center;
	padding:40px 0 25px;
}
/*--------------------------------------------------------------
about
--------------------------------------------------------------*/
.about-intro {
	padding-top: 120px;
	background: url(../img/about_intro_img.jpg) no-repeat center fixed;
	background-size: cover;
	height:648px;
}
.about-story {
	padding-top: 110px;
	padding-left:420px;
	background: url(../img/about_story_img.jpg) no-repeat center fixed;
	background-size: cover;
	height:648px;
}
.about-note {
	padding-top: 40px;
	background: url(../img/about_note_img.jpg) no-repeat center fixed;
	background-size: cover;
	height:648px;
}
.about-note h2 img {
	display: block;
}
.about-note h2 {
	margin-bottom: 0 !important;
}
.about-note li{
	padding:0 87px;
}
.about-note li img {
	margin-bottom: 25px;
}
.about-story p {
	width:760px;
}
.about-intro p,
.about-story p,
.about-note p {
	text-align: justify;
	font-size: 13px;
}
.about-intro p,
.about-story p,
.about-note p {
	color:#fff;
}
.about-intro h2,
.about-story h2,
.about-note h2 {
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
cast
--------------------------------------------------------------*/
.cast {
	background: url(../img/cast_img.jpg) no-repeat top center;
}
.cast .inner > img {
	display: block;
}
.cast .inner {
	position: relative;
}
.cast .inner a {
	position: absolute;
}
.cast .cast01 {
	top:116px;
	left:290px;
}
.cast .cast02 {
	top:116px;
	left:530px;
}
.cast .cast03 {
	top:366px;
	left:290px;
}
.cast .cast04 {
	top:366px;
	left:530px;
}
.cast .cast05 {
	top:366px;
	left:770px;
}
.cast .cast06 {
	top:621px;
	left:50px;
}
.cast .cast07 {
	top:621px;
	left:290px;
}
.cast .cast08 {
	top:621px;
	left:770px;
}
.cast .cast09 {
	top:621px;
	left:530px;
}
.modal-parent {
	position: fixed;
	top:0;
	visibility: hidden;
}
.modal {
	width:950px;
	padding:50px 25px;
}
.modal .left {
	width:340px;
}
.modal .right {
	width:520px;
}
.modal h2 {
	margin-bottom: 10px;
}
.modal p {
	text-align: justify;
}
/*--------------------------------------------------------------
staff
--------------------------------------------------------------*/
.staff {
	background: url(../img/staff_img.jpg) no-repeat bottom center;
	padding:70px 0 120px;
}
.staff1 {
	margin-bottom: 40px;
}
.staff1 > img {
	float:right;
	margin-left:45px;
	margin-bottom: 45px;
}
.staff p {
	text-align: justify;
	font-size:13px;
	color:#fff;
}
.staff p a {
	color:#fff;
}
.staff h2 {
	margin-bottom: 10px;
}
.staff2 > div {
	width:47%;
	margin-bottom:40px;
}
.staff2Last > div {
	width:47%;
}

@media all and (min-width: 1400px) {
    .top-main,
	.low-header,
	.cast,
	.staff {
        background-size:100%;
    }
}
/*--------------------------------------------------------------
gallery
--------------------------------------------------------------*/
.gallery li {
	float:left;
	width:25%;
	overflow: hidden;
}
.gallery li img {
	display: block;
	width:100%;
	transition: 0.5s;
}
.gallery li img:hover {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
/*--------------------------------------------------------------
theater
--------------------------------------------------------------*/
.theater {
	padding: 70px 0 10px;
	background: url(../img/theater_bg.jpg) repeat-y top center;
}
.theater p {
	color: #ffffff;
}
.theater table {
	width:100%;
	margin:30px 0 100px;
	background:url(../img/overlay.png);
	background:rgba(255, 255, 255, 0.7);
}
.theater table th {
	background: #3a322a;
	font-weight: bold;
	color:#fff;
	font-size:15px;
	text-align: left;
}
.theater table tr > * {
	padding:10px 0 8px 50px;	
}
.theater table td {
	border-bottom: solid 1px #eeeeee;
}
.theater table a {
	transition: 0.5s;
	text-decoration: underline;
}
.theater table a:hover {
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}
/*--------------------------------------------------------------
trailer
--------------------------------------------------------------*/

.trailer iframe {
	margin-bottom: 60px;
}

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

	comment_table

--------------------------------------------------------------*/
.comment_table{
	width:980px;
	margin:0 auto;
	margin-bottom: 20px;
}
.comment_table table th{
	border: 1px solid #f34d85;
	background:#f34d85;
	width: 298px;
	vertical-align: middle;
	height: 140px;
}
.comment_table table th .human{
	padding: 10px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
.comment_table table th .human em{
	font-size:10px;
	color: #fff;
	display: block;
}
.comment_table table th .human strong{
	font-size:18px;
	font-weight:bold;
	color: #fff;
	display: block;
}
.comment_table table td{
	border:1px solid #dad9d9;
	background: #fff;
	width: 678px;
	vertical-align: middle;
	height: 140px;
}
.comment_table table td .greek{
	padding: 12px;
	font-size:14px;
	line-height: 25px;
}
.comment_table table td .greek span{
	font-size:18px;
	color:#b09035;
	font-weight:bold;
}


/*--------------------------------------------------------------
comment
--------------------------------------------------------------*/
.comment-list{
	background:url(../img/bg_comment.png) center 0 repeat-x;
	padding-bottom: 30px;
}
.comment-tit{
	margin:55px auto 32px;
	width: 980px;
	text-align:center;
	font-size:11px;
	color:#1c130a;
	position: relative;
	z-index: 1;
}
.comment-tit span{
	font-size:30px;
	font-weight: bold;
	color:#1c130a;
	-webkit-text-shadow:2px 2px 0px #e8bccb;
	-moz-text-shadow:2px 2px 0px #e8bccb;
	text-shadow:2px 2px 0px #e8bccb;
}
/*add*/
.comment-tit img.cherry{
	position: absolute;
	z-index: -1;
	left: 340px;
	top: -30px;
	opacity: .7;
}

.comment-info{
	width:1020px;
	margin:0 auto;
}
.comment-info li{
	width:1020px;
	padding: 0 20px 20px;
}
.comment-box{
	border:1px solid #dad9d9;
	background: #fff;
}
.comment-txt{
	padding:10px;
	font-size:14px;
	line-height: 25px;
	/*add*/
	float: right;
	width: 670px;
	/*text-align: center;*/
}
.comment-browntxt{
	font-size:18px;
	color:#b09035;
	line-height: 25px;
	font-weight:bold;
	/*margin-top: 10px;*/
}
.comment-infotit{
	background:#f34d85;
	padding: 20px 0;
	/*border-top:1px solid #dad9d9;*/
	font-size:14px;
	color:#ffffff;
	text-align:center;
	/*add*/
	float: left;
	width: 300px;
}
.comment-infotit span{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
/*add*/
.yohaku{
	padding: 35px 0;
}
.kaigyo{
	text-align: center;
}

.amazon{
	text-align: center;
	padding-top: 50px;
}
.amazon_pay{
	margin-top: 25px;
}


