/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #000;
  color: #FFF;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 750px;
  margin: auto;
  overflow: hidden;
}
#wrapper p, #wrapper dt, #wrapper dd {
  max-height: 999999px;
}

header {
  background: url("../img/bg_head.jpg") no-repeat center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.main {
  position: relative;
}
.main .text {
  position: absolute;
  width: 49px;
  width: 6.53%;
  left: 55.5%;
  margin-left: -30%;
  top: 35px;
}

.movie {
  position: relative;
}
.movie h2 {
  position: absolute;
  background: url("../img/title_movie.png") no-repeat center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.movie .title {
  text-align: center;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: url("../img/icon_play.png") no-repeat 18% center;
}
.movie a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents {
  background: url("../img/bg_cast.jpg") no-repeat center top, url("../img/bg_footer.jpg") center top;
  padding-top: 30px;
}
.contents .news {
  margin-bottom: 40px;
}
.contents .news h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contents .news ul {
  margin: 0 30px;
}
.contents .news ul li {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-shadow: 1px 1px 5px #000,-1px -1px 5px #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 19px;
}
.contents .news ul li a {
  color: #FFF;
  text-decoration: none;
}
.contents .news ul li .date {
  font-size: 20px;
}
.contents .cast h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contents .cast .main_cast {
  text-align: center;
  line-height: 1.8;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000,-1px -1px 5px #000;
  margin-bottom: 15px;
}
.contents .cast .left {
  float: left;
  line-height: 1.8;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000,-1px -1px 5px #000;
  width: 50%;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .cast .right {
  float: right;
  line-height: 1.8;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000,-1px -1px 5px #000;
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .staff {
  margin: 30px 0;
}
.contents .staff h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contents .staff .left {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  text-shadow: 1px 1px 5px #000,-1px -1px 5px #000;
}
.contents .comment h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contents .comment .comment_area {
  background: #000;
}
.contents .comment .comment_area dl dt {
  border-top: 1px solid #fff;
  position: relative;
}
.contents .comment .comment_area dl dt:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow_open.png") no-repeat 675px center;
  top: 0;
  left: 0;
  position: absolute;
}
.contents .comment .comment_area dl dt.open:after {
  background-image: url("../img/arrow_close.png");
}
.contents .comment .comment_area dl dd {
  padding: 30px;
  line-height: 1.8;
  display: none;
  font-size: 24px;
  border-top: 1px solid #fff;
}
.contents .comment .comment_area dl dd p {
  color: #d90000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.introduvtion {
  background: url("../img/bg_intro.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0 40px;
}
.introduvtion h2 {
  text-align: center;
  margin-bottom: 20px;
}
.introduvtion .text {
  color: #000;
  line-height: 1.8;
  font-size: 24px;
  text-align: center;
  padding: 0 20px;
}

footer {
  background: url("../img/bg_footer.jpg") center top;
  text-align: center;
  padding-top: 30px;
}
footer .twitter {
  margin-bottom: 50px;
}
footer .sns {
  letter-spacing: 2em;
  margin-bottom: 30px;
}
footer .sns li {
  display: inline-block;
}
footer .copyright {
  font-size: 14px;
  color: #FFF;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.5);
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}

.floatcont {
  position: fixed;
  z-index: 100;
  background: rgba(179, 170, 170, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}
.floatcont .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcont .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60px;
  right: 30px;
  cursor: pointer;
}
.floatcont .close p {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.floatcont .close p:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatcont .close p:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#floatMusic {
  display: block;
  opacity: 1;
}
#floatMusic .music {
  background: url("../img/bg_cast.jpg") center -10px;
  position: absolute;
  top: 120px;
  width: 100%;
  padding-bottom: 80px;
}
#floatMusic .music h3 {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 25px;
}
#floatMusic .music dl dt {
  margin-bottom: 10px;
  text-align: center;
}
#floatMusic .music dl dd {
  text-align: center;
}
#floatMusic .music dl dd.jk img {
  border: 1px solid #fff;
}
#floatMusic .music .op {
  float: left;
  margin-left: 60px;
}
#floatMusic .music .ed {
  float: right;
  margin-right: 60px;
}