@charset "utf-8";

/* common */

html, body {
  width: 100%;
  height: 100%;
}

html.locked, .locked body, .locked #container {
  overflow: hidden !important;
}

html.locked #container {
  min-width: 0 !important;
  min-height: 0 !important;
}

#loading {
  background: #000 url(../img/loader.gif) no-repeat center center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 98;
  /*background-color:rgba(217, 13, 24, 0.9);*/
  background-color:rgba(0, 0, 0, 0.9);
}

/* #overlayB {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 100%;
  height: 100% !important;
  z-index: 1;
} */

#header {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  padding:0;
}

#header .gnav {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 50px;
  margin: 0px 0px 0px 30px;
  padding: 0px;
  background: url(../img/common/bg_navi.png) no-repeat left top;
  overflow: hidden;
}

#header .gnav li {
  height: 50px;
  list-style: none;
  margin-right: 20px;
  float: left;
  cursor: pointer;
}

#header .gnav li span,
#header .gnav li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#header .gnav li.naviHome span {
  width: 46px;
  background: url(../img/common/navi.png) no-repeat 0px 0px;
}

#header .gnav li.naviHome #home:hover {
  background: url(../img/common/navi.png) no-repeat 0px -50px;
}

#header .gnav li.current #home {
  background: url(../img/common/navi.png) no-repeat 0px -50px;
}

#header .gnav li.naviRed #home:hover {
  background: url(../img/common/navi.png) no-repeat 0px -100px;
}

#header .gnav li.naviAbout span {
  width: 133px;
  background: url(../img/common/navi.png) no-repeat -66px 0px;
}

#header .gnav li.naviAbout span:hover {
  background: url(../img/common/navi.png) no-repeat -66px -50px;
}

#header .gnav li.current #synopsis {
  background: url(../img/common/navi.png) no-repeat -66px -50px;
}

#header .gnav li.naviRed #synopsis {
  background: url(../img/common/navi.png) no-repeat -66px -100px;
}

#header .gnav li.naviVideo span {
  width: 47px;
  background: url(../img/common/navi.png) no-repeat -219px 0px;
}

#header .gnav li.naviVideo span:hover {
  background: url(../img/common/navi.png) no-repeat -219px -50px;
}

#header .gnav li.naviRed #video:hover {
  background: url(../img/common/navi.png) no-repeat -219px -100px;
}

#header .gnav li.naviTheaters span {
  margin-right: 0;
  width: 82px;
  background: url(../img/common/navi.png) no-repeat -286px 0px;
}

#header .gnav li.naviTheaters span:hover {
  background: url(../img/common/navi.png) no-repeat -286px -50px;
}

#header .gnav li.naviRed #theaters:hover {
  background: url(../img/common/navi.png) no-repeat -286px -100px;
}

#header .gnav li.naviBdDvd span {
  margin-right: 0;
  width: 181px;
  background: url(../img/common/navi.png) no-repeat -389px 0px;
}

#header .gnav li.naviBdDvd span:hover {
  background: url(../img/common/navi.png) no-repeat -389px -50px;
}

#header .gnav li.naviRed #naviBdDvd:hover {
  background: url(../img/common/navi.png) no-repeat -389px -100px;
}

/*
#header .gnav li.current span {
  cursor: default !important;
  color: #900;
}
*/




#hashtag{
  position:absolute;
  width:156px;
  height:15px;
  bottom:50px;
  right:18px;
}

#wrap_sns_btns{
  width: 100%;
  height: 28px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 41px;
}

#sns_btns{
  width: 500px;
  height: 20px;
  margin: 0px;
  position: absolute;
  left: -410px;
  bottom: 0px;
}
#sns_btns li{
  list-style:none;
  float:left;
  margin:0 5px;
}
#s_line{
  width:88px;
  overflow:hidden;
  margin-top:-3px !important;
}
#s_tw{
  width:110px;
  overflow:hidden;
}
#s_fb{
  width:110px;
  overflow:hidden;
}
#gplus{
  width:70px;
  overflow:hidden;
}
#sns_close{
  position:absolute;
  width:75px;
  height:20px;
  top:-3px;
  right:0;
  cursor:pointer;
}
#sns_open{
  position:absolute;
  width:75px;
  height:20px;
  top:-3px;
  right:0;
  cursor:pointer;
}

#bnr {
  position: absolute;
  bottom: 81px;
  right: 40px;
  z-index: 90;
  height: 60px;
}

#bnr ul {
  height: 60px;
}

#bnr li {
  float: right;
  height: 60px;
  margin: 0 0 0 10px;
}

#bnr li img {
  height: 60px;
}

#footer {
  position: absolute;
  height: 41px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
  z-index: 90;
  background: #000;
}

#footer ul, #footer ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#btnShare {

}

#footer .wrap-share {
  position: absolute;
  left: 125px;
  bottom: 8px;
  margin: 0;
  padding: 0;
}

#footer .wrap-share #btnShare {
  background: transparent url(../img/common/bg_share_off.png) no-repeat right 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  margin: 0;
  padding: 0 15px 0 0;
  color: #8b8b8b;
  letter-spacing: .1em;
  cursor: pointer;
}

#footer .wrap-share #btnShare.open  {
  background: transparent url(../img/common/bg_share_on.png) no-repeat right 4px;
}

#footer .wrap-share .share {
  position: absolute;
  left: 60px;
  bottom: 0;
  margin: 0 0 -95px 0;
  padding: 0;
  overflow: hidden;
}

#footer .wrap-share .share li {
  margin: 0 0 7px 0;
  padding: 0;
}

#footer .wrap-share .share li.tw {
  margin: 0 0 5px 0;
  padding: 0;
}

#footer .wrap-share .share li.gp {
  margin: 0;
  padding: 0;
}

#footer ul.sns-btns {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

#footer ul.sns-btns li {
  float: left;
  margin: 0 5px 0 0;
}

#footer ul.sns-btns li.last-child {
  margin: 0;
}

#footer ul.unav {
  position: absolute;
  right: 11px;
  bottom: 12px;
}

#footer ul.unav li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid #8b8b8b;
  color: #333;
}

/*#footer ul.unav li.first-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: none;
}*/

#footer ul.unav li.logoWarner {
  margin: -4px 0 0 0;
  padding: 0 0 0 0;
  border-left: none;
}

#footer ul.unav li.naviPrivacy {
  border-left: none;
  margin-left: 2px;
}

#footer ul.unav li a,
#footer ul.unav li#btnCredits {
  color: #8b8b8b;
  text-decoration: none;
}

#footer ul.unav li a:visited {
  color: #8b8b8b;
  text-decoration: none;
}

#footer ul.unav li a:hover,
#footer ul.unav li a:active,
#footer ul.unav li#btnCredits:hover,
#footer ul.unav li#btnCredits:active {
  color: #900;
  text-decoration: none;
  cursor: pointer;
}

#footer p.cr {
  width:280px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #8b8b8b;
  letter-spacing: 0;
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin: 0 0 0 -140px;
}

#footer #credits {
  z-index: 9999;
  display: none;
  position: absolute;
  bottom: -250px;
  left: 0;
  background-color: #900;
  padding: 32px 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #222222;
}

#footer #credits .btn-close {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

#rmt {
  width: 0 !important;
  height: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* contents */

#container {
  position: relative;
  background: #d90d18;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 700px;
  overflow: hidden;
}

.contents {
  width: 100%;
  height: 100%;
}

.contents.home {
  position: relative;
  z-index:10;
  background: #d90d18 url(../img/home/bg.jpg) no-repeat center top;
  /*background-size:cover;*/
  background-size: auto 100%;
  min-height: 700px;
}

.bnrCP {
  position: absolute;
  top: 7%;
  right: 40px;
  width: 13%;
}

.bnrCP img {
  width: 100%;
}

.logo {
  position: absolute;
  top: 24%;
  right: 40px;
  width: 48%;
}

.logo img {
  width: 100%;
  max-width: 560px;
}

.bnrRelease {
  position: absolute;
  bottom: 175px;
  right: 40px;
  width: 48%;
}

.bnrRelease img {
  width: 100%;
  max-width: 560px;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
.contents.home {
  position: relative;
  z-index:10;
  background: #d90d18 url(../img/home/bg.jpg) no-repeat left bottom;
  background-size: auto 100%;
  min-height: 700px;
}
}


.contents.synopsis {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

.contents.gallery {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  background-color: #000000;
  /* min-width: 1480px; */
}

/* home */

.wrapper {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 800px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -500px;
  text-align: center;
}

.wrapper h1 {
  position: absolute;
  top: 62%;
  left: -8px;
  margin: -317px 0 0 0;
  padding: 0;
}

.wrapper .img-copy1 {
  position: absolute;
  top: 65px;
  left: 50%;
  margin: 0 0 0 -384px;
}

.wrapper .img-copy2 {
  position: absolute;
  bottom: 52px;
  left: 50%;
  margin: 0 0 0 -385px;
}

.wrapper .img-cast {
  position: absolute;
  bottom: 92px;
  left: 50%;
  margin: 0 0 0 -473px;
}

/* gallery */

#imgArea {
  width: 100%;
  height: 72%;
  text-align: center;
  margin-top: 51px;
}

#thumbsArea {
  height: 28%;
  background: #222222;
}

#thumbsArea ul {
  list-style-type: none;
  width: 558px;
  margin: 0 auto;
  padding: 0;
}

#thumbsArea ul li {
  float: left;
  width: 170px;
  height: 100px;
  margin: 0 10px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #222222;
  cursor: pointer;
}

#thumbsArea ul li:hover {
  border-color: #ff77d1;
}

#thumbsArea ul li.current {
  border-color: #ff77d1;
  cursor: default !important;
}

#thumbsArea ul li.lastChild {
  margin: 0;
  padding: 0;
}

/* synopsis */

.wrap-scroll {
  position: relative;
  width: 950px;
  height: 500px;
  margin: 140px auto;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.91;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  background:#000000;
  border:#333 1px solid;
}

.tac {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.scroll {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 910px;
  height: 440px;
}

.scroll p{
  /*border-top:1px #999 solid;
  padding-top:20px;*/
}

.scroll h3{
  border-bottom:1px #333 solid;
  margin-bottom:15px;
  padding-bottom:10px;
}

.wrap-scroll h3 p {
  width: auto;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.41;
  text-align: left;
  color: #94e7ff;
  margin: 0 0 20px 0;
  font-size: 14px;
  text-align: center;
}

.wrap-scroll p {
  width: 910px;
  margin: 0 0 20px 0;
  color: #b3b3b3;
  font-size: 14px;
  /* text-indent: 1em; */
  line-height:26px;
}

.wrap-scroll p.staff {
  clear:both;
  line-height:22px;
  padding-top: 10px;
}

.wrap-scroll p.last-child {
  margin: 0 !important;
}

.wrap-scroll .title {
  color: #ff77d1;
  font-size: 24px;
  text-align: center;
  line-height: 1.41;
  margin: 0 0 20px 0;
}

/* .wrap-scroll .media-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.41;
  margin: 0 0 30px 0;
}
 */
/* .wrap-scroll .media-text span.x {
  display: block;
  color: #c54646;
  font-size: 40px;
  line-height: 1;
}

.wrap-scroll .media-text span.m-title {
  font-size: 14px;
} */

.wrap-scroll p.last-child {
  margin: 0;
}

.close-synopsis {
  position: absolute;
  top: -50px;
  right: 0;
  /*margin-right:-15px;*/
  /* margin: 20px 0 0 0;
  text-align: center; */
}

.close-synopsis img {
  cursor: pointer;
}

.jspTrack {
  background: #000000;
}

.jspDrag {
  display: block !important;
  background-color: #8b8b8b !important;
  border-radius: 0 !important;
}

/* .jspHorizontalBar {
  display: none !important;
} */

#rmt {
  width: 0 !important;
  height: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}

