@charset "UTF-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  margin: 0px;
  padding: 0px;
  border: none;
}

br {
  letter-spacing: 0;
}

/*ie6の改行のバグをなくす*/
img {
  /*vertical-align:bottom*/
}

/*tableの画像の隙間をなくす*/
/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  clear: both;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

strong {
  font-weight: bold;
}

.cn {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.noborder {
  border: none !important;
}

.fl {
  float: left;
}

.row {
  overflow: hidden;
  *zoom: 1;
}

.stext {
  font-size: 85%;
}

.bgwhite {
  background-color: rgba(255, 255, 255, 0.6);
  background-color: #fff \9;
  border: 1px solid #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0px;
}

a.oubo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 58px;
  width: 247px;
  background: url(../img/btn-oubo.png) no-repeat;
  display: block;
  margin: 0px auto 10px;
}
a.oubo:hover {
  background-position: 0 2px;
}

a:link {
  color: #531a02;
}

a:hover {
  color: #713820;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:active {
  color: #8f563e;
}

a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #000;
}

body#home li.home {
  display: none;
}

.container {
  text-align: center;
  min-width: 1002px;
  padding-bottom: 20px;
  background: white;
  background: white;
}
.container .nav {
  background-color: #fff;
  height: 58px;
  padding-top: 12px;
  min-width: 1348px;
}
.container .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 47px;
  border-left: 1px solid #ccc;
  background-image: url(../img/nav.png);
  background-repeat: no-repeat;
  width: 120px;
}
.container .nav li a {
  display: block;
  width: 100%;
  height: 58px;
}
.container .nav li:first-child {
  border: none;
}
.container .nav li.news {
  background-position: 15px 5px;
  width: 115px;
}
.container .nav li.intro {
  background-position: -100px 5px;
  width: 125px;
}
.container .nav li.story {
  background-position: -225px 5px;
  width: 130px;
}
.container .nav li.movie {
  background-position: -353px 5px;
  width: 130px;
}
.container .nav li.cast {
  background-position: -480px 5px;
  width: 115px;
}
.container .nav li.staff {
  background-position: -593px 5px;
  width: 120px;
}
.container .nav li.theater {
  background-position: -715px 5px;
  width: 170px;
}
.container .nav li.dvd {
  background-position: -1052px 5px;
  width: 213px;
}
.container .nav li.josho {
  background-position: -918px 3px;
  width: 120px;
}
.container .nav li:hover {
  background-position-y: -79px;
  -webkit-transition: background-position 0.5s ease;
}
.container .nav li.active {
  background-position-y: -79px;
}
.container .nav li.home {
  background-position: -1467px 0;
  width: 80px;
}
.container .nav li.home:hover {
  background-position: -1467px 0;
}
.container .mainimgcontainer {
  height: 728px;
  background: url(../img/top_logo_dark.jpg) no-repeat black;
  background-position: center;
}
.container .mainimgcontainer .mainimg {
  position: absolute;
  display: none;
  width: 100%;
  height: 728px;
  background: url(../img/top_final_main.jpg) center top no-repeat;
}
.container .mainimgcontainer .mainimg .mainblock {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.container .mainimgcontainer .mainimg .mainblock .topmovie {
  position: absolute;
  display: none;
  top: 377px;
  left: 48px;
}
.container .mainimgcontainer .mainimg .mainblock .topcommentbnr {
  position: absolute;
  display: none;
  top: 397px;
  left: 858px;
}
.container .mainimgcontainer .mainimg .mainblock .topmapbnr {
  position: absolute;
  display: none;
  top: 437px;
  left: 718px;
}
.container .mainimgcontainer .mainimg_0 {
  position: absolute;
  display: none;
  width: 100%;
  height: 740px;
  background: url(../img/top_main_0.jpg) center top no-repeat;
}
.container .mainimgcontainer .mainimg_1 {
  position: absolute;
  display: none;
  width: 100%;
  height: 740px;
  background: url(../img/top_main_1.png) center top no-repeat;
}
.container .footer {
  background: url(../img/cmn_footerbg.png);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5) inset;
}
.container .moviebtn {
  padding-top: 20px;
}
.container .bnr {
  padding: 10px 15px 10px 15px;
}
.container .biring {
  padding: 20px 15px 10px 15px;
  background: url(../img/footerbg.png) white repeat-x;
  text-align: center;
}
.container .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 5px;
  font-size: 12px;
  color: #eee;
  background-color: black;
  display: none;
}
.container .copyrightFinal {
  background: #ededed;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.container .copyrightFinal #sns {
  text-align: left;
  float: left;
  padding: 10px 10px 0px 10px;
}
.container .copyrightFinal .copyrighttext {
  font-size: 10px;
  color: #333;
  float: right;
  padding: 10px 10px 0px 10px;
}
.container .cmnmaincontainer {
  min-height: 640px;
  background: url(../img/cmnbg.jpg) #ede5d8 bottom center no-repeat;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(138, 104, 62, 0.5) inset;
  -moz-box-shadow: 0px 10px 50px 0px rgba(138, 104, 62, 0.5) inset;
  box-shadow: 0px 10px 50px 0px rgba(138, 104, 62, 0.5) inset;
}
.container .cmnmaincontainer .cmnwapper {
  padding-top: 30px;
  padding-bottom: 104px;
  width: 992px;
  margin: 0 auto;
}
.container .cmnmaincontainer .cmnwapper h1.pagetitle {
  height: 58px;
  margin-bottom: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.container .cmnmaincontainer .cmnwapper h1.intro_h {
  background: url(../img/intro_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper h1.story_h {
  background: url(../img/story_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper h1.cast_h {
  background: url(../img/cast_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper h1.news_h {
  background: url(../img/news_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper h1.staff_h {
  background: url(../img/staff_h.png) no-repeat center top;
  margin-bottom: 80px;
}
.container .cmnmaincontainer .cmnwapper h1.movie_h {
  background: url(../img/movie_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper h1.dvd_h {
  background: url(../img/dvd_h.png) no-repeat center top;
}
.container .cmnmaincontainer .cmnwapper .imgblock {
  margin-bottom: 50px;
}
.container .cmnmaincontainer .cmnwapper .newssection {
  width: 640px;
  margin: 0 auto 50px auto;
  text-align: left;
  font-size: 14px;
}
.container .cmnmaincontainer .cmnwapper .newssection h2 {
  font-weight: bold;
  border-bottom: 1px dotted #bb8f58;
}
.container .cmnmaincontainer .cmnwapper .newssection h2 span {
  font-weight: normal;
  font-size: 12px;
  margin-left: 1em;
}
.container .cmnmaincontainer .cmnwapper .newssection h3 {
  font-weight: bold;
}
.container .cmnmaincontainer .cmnwapper .newssection p {
  line-height: 1.5em;
}

#sns {
  padding: 0 0 10px 0;
}

body#comment {
  background: #15181e;
  margin: 10px 20px 20px 20px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #FFFFFF;
}
body#comment h1 {
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #8d8779;
  text-align: center;
  font-size: 45px;
  line-height: 1.3em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
body#comment .logomini {
  text-align: center;
  padding: 20px 0;
}

#pageTop {
  cursor: pointer;
  background: #bb8f58;
  border-radius: 50px;
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  line-height: 1em;
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#pageTop:hover {
  background: #edc18a;
}

.movieblock {
  max-width: 640px;
  min-height: 180px;
  margin: 0 auto;
}

.comment {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
  padding-top: 38px;
  background: url(../img/title_comment.png) no-repeat center 8px #212121;
}
.comment .bxsliderwapper {
  width: 681px;
  margin: 0 auto;
}

#fancybox-wrap {
  z-index: 10000 !important;
}

#fancybox-overlay {
  z-index: 9999 !important;
}
