@charset "UTF-8";
/* ---------------------------------------------
browser initialization
--------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.f_18 {
  font-size: 18px;
}

.f_14 {
  font-size: 14px;
}

.mb_60 {
  margin-bottom: 60px;
}
.mr_20 {
  margin-right: 20px;
}
.ovfh {
  overflow: hidden;
}
.mt_20 {
  margin-top: 20px;
}
.mt_10 {
  margin-top: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.ml_10 {
  margin-left: 10px;
}
.mr_10 {
  margin-right: 10px;
}
.pt_40 {
  padding-top: 40px;
}

/* ---------------------------------------------
common format
--------------------------------------------- */
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

main {
  overflow: visible;
    width: 1000px;
    margin: 0 auto;
}

a img:hover {
  opacity: 0.75;
}

a {
  /* color: #fff; */
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
}

/* p {
  margin-top: 1.8em;
} */

input[type="submit"], button {
  -webkit-appearance: none;
}

/* ---------------------------------------------
site common class
--------------------------------------------- */
.bold {
  font-weight: bold;
}

.mini_10 {
  font-size: 10px;
}

.mini_12 {
  font-size: 12px;
}

.normal {
  font-size: 14px;
}

.large_16 {
  font-size: 16px;
}

.large_18 {
  font-size: 18px;
}

.large_20 {
  font-size: 20px;
}

.large_22 {
  font-size: 22px;
}

.large_24 {
  font-size: 24px;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_baseline {
  vertical-align: baseline;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.c_blue {
  color: #3F51B5 !important;
}

/* ---------------------------------------------
header format
--------------------------------------------- */
#site_header {
  margin: 0px auto;
  padding: 15px 0px;
  width: 1000px;
  overflow: hidden;
}
#site_header a {
  display: block;
  float: left;
}
#site_header a:nth-child(2) {
  margin-top: 28px;
  float: right;
}
#site_header a img {
  display: block;
}

#global_navi {
  background: url(../img/nav/nav_bg.jpg) center center no-repeat;
  background-size: cover;
  min-width: 1000px;
}
#global_navi > ul {
  margin: 0px auto;
  width: 1000px;
}
#global_navi > ul::after {
  content: '';
  display: table;
  clear: both;
}
#global_navi > ul > li {
  /* margin-left: 57px; */
  /* margin-left: 19px; */
  float: left;
  position: relative;
}
#global_navi > ul > li ul {
  /* background: #280082;
  background: radial-gradient(ellipse at center, #280082 0%, #1e0064 100%); */
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  z-index: 10;
}

#global_navi > ul > li ul li a {
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#global_navi > ul > li ul li a:hover {
  color: #c00;
}
#global_navi > ul > li > a {
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 60px;
  display: block;
  cursor: pointer;
}
#global_navi > ul > li div {
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 60px;
  display: block;
}
#global_navi > ul > li:nth-child(1) {
  margin-left: 0px;
  width: 136px;
}
#global_navi > ul > li:nth-child(1) > a, #global_navi > ul > li:nth-child(1) div {
  background-image: url(../img/nav/about.jpg);
}
#global_navi > ul > li:nth-child(1) > div > a {
  height: 60px;
}
#global_navi > ul > li:nth-child(1) > a:hover, #global_navi > ul > li:nth-child(1) > a.active, #global_navi > ul > li:nth-child(1) div:hover, #global_navi > ul > li:nth-child(1) div.active {
  background-image: url(../img/nav/about_on.jpg);
}
#global_navi > ul > li:nth-child(2) {
  width: 220px;
}
#global_navi > ul > li:nth-child(2) > a, #global_navi > ul > li:nth-child(2) div {
  background-image: url(../img/nav/staff_cast.jpg);
}
#global_navi > ul > li:nth-child(2) > a:hover, #global_navi > ul > li:nth-child(2) > a.active, #global_navi > ul > li:nth-child(2) div:hover, #global_navi > ul > li:nth-child(2) div.active {
  background-image: url(../img/nav/staff_cast_on.jpg);
}
#global_navi > ul > li:nth-child(3) {
  width: 171px;
}
#global_navi > ul > li:nth-child(3) > a, #global_navi > ul > li:nth-child(3) div {
  background-image: url(../img/nav/theater.jpg);
}
#global_navi > ul > li:nth-child(3) > a:hover, #global_navi > ul > li:nth-child(3) > a.active, #global_navi > ul > li:nth-child(3) div:hover, #global_navi > ul > li:nth-child(3) div.active {
  background-image: url(../img/nav/theater_on.jpg);
}
#global_navi > ul > li:nth-child(4) {
  width: 133px;
}
#global_navi > ul > li:nth-child(4) > a, #global_navi > ul > li:nth-child(4) div {
  background-image: url(../img/nav/movie.jpg);
}
#global_navi > ul > li:nth-child(4) > a:hover, #global_navi > ul > li:nth-child(4) > a.active, #global_navi > ul > li:nth-child(4) div:hover, #global_navi > ul > li:nth-child(4) div.active {
  background-image: url(../img/nav/movie_on.jpg);
}
#global_navi > ul > li:nth-child(5) {
  width: 184px;
}
#global_navi > ul > li:nth-child(5) > a, #global_navi > ul > li:nth-child(5) div {
  background-image: url(../img/nav/products.jpg);
}
#global_navi > ul > li:nth-child(5) > a:hover, #global_navi > ul > li:nth-child(5) > a.active, #global_navi > ul > li:nth-child(5) div:hover, #global_navi > ul > li:nth-child(5) div.active {
  background-image: url(../img/nav/products_on.jpg);
}
#global_navi > ul > li:nth-child(6) {
  width: 156px;
}
#global_navi > ul > li:nth-child(6) > a, #global_navi > ul > li:nth-child(6) div {
  background-image: url(../img/nav/special.jpg);
}
#global_navi > ul > li:nth-child(6) > a:hover, #global_navi > ul > li:nth-child(6) > a.active, #global_navi > ul > li:nth-child(6) div:hover, #global_navi > ul > li:nth-child(6) div.active {
  background-image: url(../img/nav/special_on.jpg);
}



#global_navi .sub_navi01 li:nth-child(1) > a, #global_navi .sub_navi01 li:nth-child(1) {
  background-image: url(../img/nav/theater_all.jpg);
  height: 59px;
}
#global_navi .sub_navi01 li:nth-child(1) a:hover,
#global_navi .sub_navi01 li:nth-child(1) div:hover {
  background-image: url(../img/nav/theater_all_on.jpg);
}

#global_navi .sub_navi01 li:nth-child(2) > a, #global_navi .sub_navi01 li:nth-child(2) {
  background-image: url(../img/nav/information.jpg);
  height: 59px;
}
#global_navi .sub_navi01 li:nth-child(2) a:hover,
#global_navi .sub_navi01 li:nth-child(2) div:hover {
  background-image: url(../img/nav/information_on.jpg);
}

#global_navi .sub_navi01 li:nth-child(3) > a, #global_navi .sub_navi01 li:nth-child(3) {
  /* background-image: url(../img/nav/bonus.jpg); */
  background-image: url(../img/nav/bonus_on.jpg);
  height: 59px;
}
#global_navi .sub_navi01 li:nth-child(3) a:hover,
#global_navi .sub_navi01 li:nth-child(3) div:hover {
  background-image: url(../img/nav/bonus_on.jpg);
}

#global_navi .sub_navi01 li:nth-child(4) > a, #global_navi .sub_navi01 li:nth-child(4) {
  /* background-image: url(../img/nav/screening.jpg); */
  background-image: url(../img/nav/screening_on.jpg);
  height: 59px;
}
#global_navi .sub_navi01 li:nth-child(4) a:hover,
#global_navi .sub_navi01 li:nth-child(4) div:hover {
  background-image: url(../img/nav/screening_on.jpg);
}

#global_navi .sub_navi01 li:nth-child(5) > a, #global_navi .sub_navi01 li:nth-child(5) {
  /* background-image: url(../img/nav/theater_goods.jpg); */
  background-image: url(../img/nav/theater_goods_on.jpg);
  height: 59px;
}
#global_navi .sub_navi01 li:nth-child(5) a:hover,
#global_navi .sub_navi01 li:nth-child(5) div:hover {
  background-image: url(../img/nav/theater_goods_on.jpg);
}


#global_navi .sub_navi02 li:nth-child(1) > a, #global_navi .sub_navi02 li:nth-child(1) {
  background-image: url(../img/nav/dvd.jpg);
  height: 59px;
}
#global_navi .sub_navi02 li:nth-child(1) a:hover,
#global_navi .sub_navi02 li:nth-child(1) div:hover {
  background-image: url(../img/nav/dvd_on.jpg);
}

#global_navi .sub_navi02 li:nth-child(2) > a, #global_navi .sub_navi02 li:nth-child(2) {
  background-image: url(../img/nav/goods.jpg);
  height: 59px;
}
#global_navi .sub_navi02 li:nth-child(2) a:hover,
#global_navi .sub_navi02 li:nth-child(2) div:hover {
  background-image: url(../img/nav/goods_on.jpg);
}

#global_navi .sub_navi02 li:nth-child(3) > a, #global_navi .sub_navi02 li:nth-child(3) {
  background-image: url(../img/nav/stream.jpg);
  height: 59px;
}
#global_navi .sub_navi02 li:nth-child(3) a:hover,
#global_navi .sub_navi02 li:nth-child(3) div:hover {
  background-image: url(../img/nav/stream_on.jpg);
}


#global_navi .sub_navi03 li:nth-child(1) > a, #global_navi .sub_navi03 li:nth-child(1) {
  background-image: url(../img/nav/summary.jpg);
  height: 59px;
}
#global_navi .sub_navi03 li:nth-child(1) a:hover,
#global_navi .sub_navi03 li:nth-child(1) div:hover {
  background-image: url(../img/nav/summary_on.jpg);
}

#global_navi .sub_navi03 li:nth-child(2) > a, #global_navi .sub_navi03 li:nth-child(2) {
  background-image: url(../img/nav/character.jpg);
  height: 59px;
}
#global_navi .sub_navi03 li:nth-child(2) a:hover,
#global_navi .sub_navi03 li:nth-child(2) div:hover {
  background-image: url(../img/nav/character_on.jpg);
}

#global_navi .sub_navi03 li:nth-child(3) > a, #global_navi .sub_navi03 li:nth-child(3) {
  background-image: url(../img/nav/nightmare.jpg);
  height: 59px;
}
#global_navi .sub_navi03 li:nth-child(3) a:hover,
#global_navi .sub_navi03 li:nth-child(3) div:hover {
  background-image: url(../img/nav/nightmare_on.jpg);
}


/* #global_navi .sub_navi04 li:nth-child(1) > a, #global_navi .sub_navi04 li:nth-child(1) {
  background-image: url(../img/nav/watch.jpg);
  height: 59px;
}
#global_navi .sub_navi04 li:nth-child(1) a:hover,
#global_navi .sub_navi04 li:nth-child(1) div:hover {
  background-image: url(../img/nav/watch_on.jpg);
} */
#global_navi .sub_navi04 li:nth-child(1) > a, #global_navi .sub_navi04 li:nth-child(1) {
  background-image: url(../img/nav/campaign.jpg);
  height: 59px;
}
#global_navi .sub_navi04 li:nth-child(1) a:hover,
#global_navi .sub_navi04 li:nth-child(1) div:hover {
  background-image: url(../img/nav/campaign_on.jpg);
}
#global_navi .sub_navi04 li:nth-child(2) > a, #global_navi .sub_navi04 li:nth-child(2) {
  background-image: url(../img/nav/comment.jpg);
  height: 59px;
}
#global_navi .sub_navi04 li:nth-child(2) a:hover,
#global_navi .sub_navi04 li:nth-child(2) div:hover {
  background-image: url(../img/nav/comment_on.jpg);
}

/* ---------------------------------------------
movie modal format
--------------------------------------------- */
#movie_modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#movie_modal #movie_view {
  margin: auto;
  width: 853px;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#movie_modal #movie_view iframe {
  display: block;
}
#movie_modal #movie_view #modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
}
#movie_modal #movie_view #modal_close img {
  display: block;
}

/* ---------------------------------------------
top page format
--------------------------------------------- */
#top_page .topbox_wrap {
  margin: 30px auto 0 auto;
  width: 1000px;
  overflow: hidden;
}
#top_page .topbox_wrap .key {
  width: 600px;
  float: left;
  text-align: center;
}
#top_page .topbox_wrap .key h1 {
  margin-bottom: 10px;
}
#top_page .topbox_wrap .side_menu {
  width: 350px;
  float: right;
}


#top_page .topbox_wrap .side_menu #top_links ul li,
#top_page .topbox_wrap .side_menu #top_pdf_links ul li {
  margin-bottom: 12px;
}

/*
#top_page .topbox_wrap .side_menu #top_pdf_links ul li:last-child {
  margin-bottom: 0;
}*/




#contents, #pdf_open {
  z-index: 0;
  font-size: 16px;
}

#top_modal-open, #top_modal-open2 {
  color: #cc0000;
}
#top_modal-open img:hover, #top_modal-open2 img:hover {
  cursor: pointer;
}
/* モーダル コンテンツエリア */
#top_modal-main {
  display: none;
  width: 670px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #000;
  /*background-color: red;*/
  color: #fff;
  position:fixed;
  z-index: 2;
}
#top_modal-main2 {
  display: none;
  width: 670px;
  height: 332px;
  margin: 0;
  padding: 0;
  background-color: #000;
  /*background-color: red;*/
  color: #fff;
  position:fixed;
  z-index: 2;
}
/* モーダル 背景エリア */
#top_modal-bg, #top_modal-bg2 {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.8);
  position:fixed;
  top:0;
  left:0;
  z-index: 1;
}

#top_modal-main .modal_inner, #top_modal-main2 .modal_inner2 {
  padding: 30px;
}
#top_modal-main .modal_inner h3, #top_modal-main2 .modal_inner2 h3 {
  margin-bottom: 20px;
  color: #fff;
}
#top_modal-main .modal_inner ul, #top_modal-main2 .modal_inner2 ul {
  overflow: hidden;
}

#top_modal-main .modal_inner ul li, #top_modal-main2 .modal_inner2 ul li  {
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 290px;
}
#top_modal-main .modal_inner ul li:nth-child(2),
#top_modal-main .modal_inner ul li:nth-child(4),
#top_modal-main2 .modal_inner2 ul li:nth-child(2) {
  margin-right: 0;
}
#top_modal-main .modal_inner ul li p,
#top_modal-main2 .modal_inner2 ul li p {
  padding-top: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  margin-top: 0;
}
#top_modal-main .modal_inner ul li img {
  height: 200px;
  width: auto;
}

#top_modal-main2 .modal_inner2 ul li img {
  height: 200px;
  width: auto;
}
#top_pdf_links {
  margin-bottom: 12px;
}

#top_page #top_contents {
  margin: 15px auto 0px;
  width: 1000px;
  overflow: hidden;
}
#top_page #top_contents .top_contents_block {
  margin: 50px 0px 0px 27px;
  width: 308px;
  float: left;
  border: 3px solid #a0000c;
  height: 325px;
}
#top_page #top_contents .top_contents_block:first-child {
  margin-left: 0px;
}
#top_page #top_contents .top_contents_block h2 img {
  display: block;
  margin: 14px auto 10px auto;
}
#top_page #top_contents .top_contents_block .body {
  padding: 0 7px 0 7px;
  /* height: 275px; */
  position: relative;
}
#top_page #top_contents .top_contents_block .body #news_list {
  height: 190px;
  overflow-y: scroll;
  margin: 0 23px 20px 23px;
}
#top_page #top_contents .top_contents_block .body #news_list li {
  margin-top: 26px;
  font-size: 13px;
}
#top_page #top_contents .top_contents_block .body #news_list li:first-child {
  margin-top: 0px;
}
#top_page #top_contents .top_contents_block .body #news_list li time {
  line-height: 1.2;
  display: block;
  position: relative;
}

#top_page #top_contents .top_contents_block .body #news_list li p {
  margin-top: 5px;
  padding-top: 0px;
  line-height: 1.5;
}
#top_page #top_contents .top_contents_block .body #news_list li p a {
  color: #000;
  text-decoration: none;
}
#top_page #top_contents .top_contents_block .body #news_list li p a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
#top_page #top_contents .top_contents_block .body .movie_box {
  margin: 45px 27px 40px 27px;
}
#top_page #top_contents .top_contents_block .body .movie_box a {
  display: block;
  position: relative;
}
#top_page #top_contents .top_contents_block .body .movie_box a::after {
  content: '';
  background: url(../img/common/btn_movie_play.png) no-repeat;
  margin: auto;
  width: 68px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#top_page #top_contents .top_contents_block .body .movie_box a:hover::after {
  opacity: 0.75;
}
#top_page #top_contents .top_contents_block .body .movie_box img {
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#top_page #top_contents .top_contents_block .body .tweet {
  text-align: center;
  height: 236px;
  overflow: hidden;
}


/* ---------------------------------------------
lower page format
--------------------------------------------- */
#lower_page {
  margin: 0px auto;
  width: 1000px;
}
#lower_page h1 {
  margin: 0px auto 100px auto;
  width: 1000px;
}
#lower_page h1 img {
  margin: 0px auto;
  display: block;
}
#lower_page h1 + .ttl_h2 {
  margin-top: 20px;
}

#lower_page .pankuzu {
  overflow: hidden;
  margin-top: 10px;
}
#lower_page .pankuzu ul li {
  float: left;
  font-size: 12px;
}
#lower_page .pankuzu ul li::after {
  content: '>';
  padding: 0 5px;
}
#lower_page .pankuzu ul li:last-child::after {
  content: none;
}
#lower_page .pankuzu ul li a {
  text-decoration: none;
}
#lower_page a:hover {
  opacity: 0.7;
}
/* ---------------------------------------------
staff cast format
--------------------------------------------- */
#staff dl, #cast dl {
  overflow: hidden;
  margin-top: 5px;
}
#staff dl dt,#cast dl dt {
  width: 51%;
  float: left;
  text-align: right;
  margin-top: 5px;
}
#staff dl dd, #cast dl dd {
  width: 49%;
  float: left;
  text-align: left;
  margin-top: 5px;
}

#cast h2, #staff h2 {
  margin-bottom: 10px;
  text-align: center;
  background-color: #a0000c;
  color: #fff;
  font-weight: normal;
}

#cast {
  margin-top: 100px;
}

/* ---------------------------------------------
theater format
--------------------------------------------- */
#lower_page a {
  color: #000;
}
#lower_page .theater_nav ul {
  display: flex;
  justify-content: center;
}
#lower_page .theater_nav ul li {
  border: 1px solid #626161;
  padding: 3px 20px;
  margin-right: 20px;
}
#lower_page .theater_nav ul li:last-child {
  margin-right: 0;
}
#lower_page .theater_nav ul li a {
  text-decoration: none;
  display: block;
}

#lower_page .theater_box {
  margin-top: 73px;
}
#lower_page .theater_box h3, #lower_page .theater_box th {
  font-weight: normal;
}

#lower_page .theater_box table {
  width: 100%;
}
#lower_page .theater_box table tr:first-child th:first-child {
  width: 100px;
}
#lower_page .theater_box table tr:first-child th:nth-child(2) {
  width: 350px;
}
#lower_page .theater_box table tr:first-child th:nth-child(3) {
  width: 85px;
}
#lower_page .theater_box table tr:first-child th:nth-child(4) {
  width: 385px;
}
#lower_page .theater_box table tr .textIndent {
  line-height: 1.5em !important;
  padding-bottom: 8px;
}

#lower_page .theater_box h3 {
  font-size: 16px;
  border-bottom: 1px solid #626161;
  padding-bottom: 2px;
  margin-top: 50px;
}
#lower_page .theater_box table tr {
  height: 40px;

}
#lower_page .theater_box table tr th,
#lower_page .theater_box table tr td {
  line-height: 40px;
  padding-left: 20px;
}
#lower_page .theater_box table tr:nth-child(even) {
  background-color: #f3f3f3;
}
#lower_page .theater_box .imp_txt {
  margin-top: 50px;
}
/* ---------------------------------------------
ticket format
--------------------------------------------- */
#movie_ticket .lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
#movie_ticket .f_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#movie_ticket .small {
  font-size: 12px;
  text-align: left;
}
#movie_ticket .title {
  font-size: 18px;
  margin-bottom: 10px;
}
#movie_ticket .box_in {
  text-align: center;
}
#movie_ticket .box_in img {
  height: 360px;
}
#movie_ticket .box_in:first-child {
  margin-right: 80px;
}

#movie_ticket .movie_box {
  margin-bottom: 100px;
}
#movie_ticket .movie_box:last-child {
  margin-bottom: 0;
}
#movie_ticket .movie_box .number {
  background-color: #a0000c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#movie_ticket .end_txt {
  background-color: #FFF;
  color: #a0000c;
  padding: 0px 5px
}

#bonus .bonus_box .number {
  background-color: #a0000c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#bonus .bonus_box {
  margin-bottom: 100px;
  text-align: center;
}
#bonus .bonus_box p span {
  font-size: 18px;
  font-weight: bold;
}
#bonus .bonus_box p img {
  margin-top: 10px;
}
#bonus h2 {
  font-size: 20px;
    padding: 3px 10px;
    background: transparent;
    border-left: solid 8px #a0000c;
    margin-bottom: 45px;
    border-bottom: 1px solid #a0000c
}


#movieBig {
  margin: 50px auto 0 auto;
  width: 1000px;
  overflow: hidden;
  background-color: #1b1b1b;
  border: 1px solid #343434;
  padding: 50px 0;
}
#movieBig h2 {
  text-align: center;
  margin: 0 auto 30px auto;
}
#movieBig .movieBig_inner {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#movieBig .movieBig_inner a {
  display: block;
  position: relative;
}
#movieBig .movieBig_inner a::after {
  content: '';
  background: url(../img/btn_movie_play.png) no-repeat;
  margin: auto;
  width: 68px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#movieBig .movieBig_inner a:hover::after {
  opacity: 0.75;
}
#movieBig .movieBig_inner img {
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#movieBig .movieBig_inner p {
  text-align: center;
  margin-top: 10px;
}

.t_buy_list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.t_buy_list li:first-child {
  margin-right: 30px;
}
.t_buy_list li img {
  height: 50px;
  width: auto;
}

/* ---------------------------------------------
special format
--------------------------------------------- */
#goods .box {
  /* width: 1000px; */
  border: 2px solid #a0000c;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}
#goods h2 {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0000c;
  margin-bottom: 20px;
}
#goods .txt_area p {
  margin-bottom: 20px;
}
#goods .txt_area p:last-child {
  margin-bottom: 0;
}
#goods .txt_area img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#goods .txt_area a {
  color: #f00;
  text-decoration: underline;
  word-break: break-all;
}
#goods .txt_area a:hover {
  text-decoration: none;
}
#goods .new h2 {
  margin-top: 15px;
  padding-left: 50px;
}

#goods .new::before {
  content: '';
  background: url(../img/new_tag.png) no-repeat;
  width: 150px;
  height: 91px;
  display: block;
  position: absolute;
  top: -8px;
  left: -11px;
}

#goods .txt_area h3 {
  padding-top: 30px;
  font-size: 18px;
  text-align: center;
}




/* ---------------------------------------------
about format
--------------------------------------------- */

.about .img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .img_box li {
  width: 48%;
  margin-bottom: 50px;
  text-align: center;
}
.about .img_box li img {
  width: 50%;
  float: left;
}
.about .img_box li .txt_area {
  float: left;
  width: 50%;
  text-align: left;
  margin-top: 100px;
}
.about .img_box li .txt_area span {
  background-color: #a0000c;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 3px 10px;
  margin-bottom: 15px;
}
.about .img_box li:nth-child(1),
.about .img_box li:nth-child(2) {
  margin-bottom: 100px;
}

.about h2 {
  font-size: 20px;
  padding: 3px 10px;
  background: transparent;
  border-left: solid 8px #a0000c;
  margin-bottom: 45px;
  border-bottom: 1px solid #a0000c;
  margin-top: 45px;
}
/* ---------------------------------------------
what's new format
--------------------------------------------- */

#whats_news_list li {
  font-size: 13px;
  margin-bottom: 30px;
  overflow: hidden;
}

#whats_news_list li time {
  line-height: 1.8;
  position: relative;
  background-color: #a0000c;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: left;
  width: 85px;
  margin-right: 15px;
}
#whats_news_list li p {
  padding-top: 0px;
  line-height: 1.8;
  float: left;
  width: 900px;
}
#whats_news_list li p a:hover {
  text-decoration: none;
}

/* ---------------------------------------------
movie format
--------------------------------------------- */
#movie_list {
  margin-left: -20px;
  overflow: hidden;
}
#movie_list li {
  margin: 20px 0px 0px 20px;
  width: 320px;
  float: left;
}
#movie_list li:nth-child(3n+1) {
  clear: left;
}
#movie_list li h2 {
  font-weight: normal;
  line-height: 1.4;
}
#movie_list li h2::before {
  content: '';
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  left: 0px;
}

#movie_list li .movie_box a {
  display: block;
  position: relative;
}
#movie_list li .movie_box a::after {
  content: '';
  background: url(../img/common/btn_movie_play.png) no-repeat;
  margin: auto;
  width: 68px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#movie_list li .movie_box a:hover::after {
  opacity: 0.75;
}
#movie_list li .movie_box img {
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#movie_list .mb_double {
  margin-bottom: 24px;
}
/* ---------------------------------------------
footer format
--------------------------------------------- */
#top_footer_banner {
  background: url(../img/top/footer_banner_bg.png);
  margin-top: 50px;
  padding: 40px 0;
  min-width: 1000px;
}
#top_footer_banner a {
  margin: 0px auto;
  width: 1000px;
  display: block;
}
#top_footer_banner a img {
  margin: 0px auto;
  display: block;
}
#top_footer_banner + #site_footer {
  margin-top: 0px;
}

#site_footer {
  margin: 110px auto 0px;
  padding: 40px 0px;
  width: 1000px;
  text-align: center;
  position: relative;
}
#site_footer small {
  font-size: 13px;
  line-height: 1.2;
  display: block;
}
#site_footer ul {
  margin-top: 15px;
  line-height: 1;
}
#site_footer ul li {
  margin: 0px 10px;
  vertical-align: middle;
  display: inline-block;
}
#site_footer #btn_pagetop {
  width: 89px;
  height: 99px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#site_footer #btn_pagetop img {
  display: block;
}



/* ---------------------------------------------
特別上映
--------------------------------------------- */
.screen {
  width: 920px;
  margin: 20px auto;
  padding: 40px;
  color: #000;
  background-color: #fff;
  position: relative;
}
.screen .pt0 {
  padding-top: 0;
}
.screen h3 {
    margin: -30px 0 0 40px;
    font-weight: bold;
    font-size: 28px;
}

.screen h3 span {
    position: absolute;
    top: 0;
    left: 0;
}

.screen h4 {
  padding: 40px 0 0px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}

.screen .sub_txt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 0;
}

.screen .schedule {
  margin-bottom: 45px;
}
.screen .schedule dt {
  font-size: 18px;
}

.screen .schedule .mt20, .mt20 {
  margin-top: 20px;
}

.screen a {
  color: #f00;
}
.screen .schedule .code {
  color: #ffa500;
}


.screen .bonus_schedule {
  margin-top: 45px;
  text-align: center;
}

.screen .bonus_schedule dt {
  font-size: 18px;
}

.screen .important {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.screen .important ul {
  margin-top: 20px;
}
.screen .bgc {
  background-color: #ccc;
  padding: 3px;
}
.screen .blue {
  color: #3F51B5;
}
.mb_0 {
  margin-bottom: 0 !important;
}



.screen .mini_txt {
  width: 300px;
  text-align: center;
  float: right;
  margin-right: 10px;
}


/*
------------------------------------------------*/
.info .series_nav ul li img {
  opacity: 0.7;
  width: 200px;
}
.info .series_nav ul .active img {
  opacity: 1;
}
.info .series_nav ul li a img:hover {
  opacity: 1;
}


.info .series_nav {
  margin: 50px 0;
}
.info .series_nav ul {
 overflow: hidden;
 width: 900px;
 margin: 0 auto;
}
.info .series_nav ul li {
  float: left;
  margin-right: 150px;
}
.info .series_nav ul li:last-child {
  margin-right: 0;
}


.info .series_sub .story01 li,
.info .series_sub .story01 li a {
  border-color: #E61911;
  color: #E61911;
}
.info .series_sub .story01 .active a,
.info .series_sub .story01 li a:hover {
  background-color: #E61911;
  color: #fff;
}


.info .series_sub .story02 li,
.info .series_sub .story02 li a {
  border-color: #339E94;
  color: #339E94;
}
.info .series_sub .story02 .active a,
.info .series_sub .story02 li a:hover {
  background-color: #339E94;
  color: #fff;
}


.info .series_sub .story03 li,
.info .series_sub .story03 li a {
  border-color: #F08200;
  color: #F08200;
}
.info .series_sub .story03 .active a,
.info .series_sub .story03 li a:hover {
  background-color: #F08200;
  color: #fff;
}



.info .series_sub ul {
  overflow: hidden;
  margin: 0 51px;
}
.info .series_sub ul li {
  float: left;
  width: 200px;
  border: 1px solid;
  text-align: center;
  margin-right: 30px;
}
.info .series_sub ul li:last-child {
  margin-right: 0;
}
.info .series_sub ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
/*.info .series_sub ul li:hover {
  opacity: 0.7;
}*/



.mt_0 {
  margin-top: 0 !important;
}

.red {
  color: #f00;
}
.fb {
  font-weight: bold;
}


/* ---------------------------------------------
summary
--------------------------------------------- */
.summary p {
  margin-bottom: 20px;
}




/* ---------------------------------------------
watch
--------------------------------------------- */
#watch .box {
  margin-bottom: 100px;
}
#watch .box02 {
  margin-bottom: 50px;
}
#watch .box03 {
  margin-bottom: 30px;
}
#watch h2 {
  font-size: 20px;
    padding: 3px 10px;
    background: transparent;
    border-left: solid 8px #a0000c;
    margin-bottom: 45px;
    border-bottom: 1px solid #a0000c;
}
#watch .box h3,#watch .box02 h3 {
  font-size: 16px;
  padding: 0px 10px;
  background: transparent;
  border-left: solid 8px #a0000c;
  margin-bottom: 20px;
}
#watch .box ul,#watch .box02 ul {
  list-style: disc;
  padding-left: 1.3em;
  margin-top: 10px;
}
#watch .box ul li {

}
#watch .box p,#watch .box02 p {
  font-weight: bold;
}

#watch .box table ul, #watch .box02 table ul {
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#watch .box table ul li, #watch .box02 table ul li {
  float: left;
  margin-right: 30px;
}
#watch .box table, #watch .box02 table {
  margin-top: 10px;
}
#watch .box table th, #watch .box02 table th {
  font-weight: normal;
  width: 80px;
  vertical-align: top;
}
#watch .box .time, #watch .box02 .time {
  width: 80px;
  vertical-align: top;
}

.info_subNav {
  margin-bottom: 100px;
}
.info_subNav ul {
  display: flex;
  justify-content: center;
}
.info_subNav ul li {
  margin-right: 20px;

  color: #a0000c !important;
  border: 1px solid #a0000c;
  width: 200px;

  text-align: center;
}
.info_subNav ul li a {
  text-decoration: none;
  /* width: 200px; */
  padding: 10px 0;
  display: block;
  /* text-align: center; */
  color: #a0000c !important;
  /* border: 1px solid #a0000c; */
}
.info_subNav ul .active {
  padding: 0 ;
  opacity: 1 !important;
}
.info_subNav ul .active a {
  background-color: #a0000c;
  color: #fff !important;

  padding: 10px 0;
}
.info_subNav ul li a:hover {
  background-color: #a0000c;
  color: #fff !important;
  opacity: 1 !important;
  padding: 10px 0;
}

.info_subNav ul li:last-child {
  margin-right: 0;
}





/* ---------------------------------------------
comment
--------------------------------------------- */
#comment h2 {
  font-size: 18px;
  padding: 3px 10px;
  background: transparent;
  border-left: solid 8px #a0000c;
  margin-bottom: 30px;
}
#comment .box_01 {
  overflow: hidden;
  margin-bottom: 80px;
  width: 1000px;
}
#comment .box_01 img {
  float: left;
  width: 410px;
  margin-right: 20px;
}
#comment .box_01 .txt_area p:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
#comment .box_01 .txt_area {
  float: left;
  width: 557px;
}

#comment .box_01 .txt_area .add_txt {
  margin-top: 30px;
}
#comment .box_01 .txt_area .add_txt span {
  font-weight: bold;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #a0000c;
}
#comment .box_01 .txt_area .add_txt p {
  margin-top: 15px;
}


#screening h2 {
    font-size: 20px;
    padding: 3px 10px;
    background: transparent;
    border-left: solid 8px #a0000c;
    margin-bottom: 45px;
    border-bottom: 1px solid #a0000c;
}
#screening p {
  margin-bottom: 20px;
}
#screening .code {
    color: #ffa500;
}
#screening .bgc {
  background-color: #ccc;
  padding: 3px;
}
#screening .important {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
#screening .important ul {
  margin-top: 20px;
}
#screening .ticket {
  overflow: hidden;
}
#screening .ticket dd {
  color: #3F51B5;
  float: right;
  width: 880px;
}

#screening .ticket dt {
  float: left;
  width: 120px;
}
#screening h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
#screening .screening_box {
    margin-bottom: 50px;
}




/* ---------------------------------------------
dvd
--------------------------------------------- */
#dvd .lead_txt {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #c00;
}
#dvd .first_txtBox h3 {
  font-size: 28px;
  text-align: center;
  margin: 20px 0;
  background-color: #cc0000;
  color: #fff;
}
#dvd .txt_area {
  margin-bottom: 100px;
}
#dvd .border {
  border: 1px solid #000;
  padding: 0 5px;
  margin-right: 5px;
}
#dvd dl {
  margin-bottom: 20px;
}
#dvd dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#dvd dl dd {
  margin-bottom: 5px;
  margin-left: 1em;
}
#dvd h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#dvd .txtBox {
  margin: 20px 0;
}
#dvd ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#dvd .popupBtn {
  width: 800px;
  margin: 0 auto 100px auto;
}
#dvd .popupBtn ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#dvd .popupBtn ul li {
  background-color: #c00;
  width: 350px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
#dvd .popupBtn ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#dvd .imgArea {
  text-align: center;
  margin-bottom: 30px;
}
#dvd .popupBtn02 {
  background-color: #c00;
  width: 700px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
}
#dvd .popupBtn02 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#dvdtokuten {
  width: 800px;
  margin: 30px auto;
}
#dvdtokuten h1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#dvdtokuten div {
  border: 2px solid #000;
  padding: 30px;
}
#dvdtokuten div h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#dvdtokuten div p {
  margin-bottom: 20px;
}

#dvdtokutenAmazon {
  width: 800px;
  margin: 30px auto;
}
#dvdtokutenAmazon h1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#dvdtokutenAmazon .box {
  border: 1px solid #000;
  padding: 30px;
  margin-top: 20px;
}
#dvdtokutenAmazon .box p {
  margin-bottom: 20px;
}
#dvdtokutenAmazon h2 {
  text-align: center;
  text-decoration: underline;
  margin: 2em 0;
  font-size: 16px;
}
#dvdtokutenAmazon ul li {
  text-indent: -3em;
  padding-left: 3em;
  margin-bottom: 15px;
}
#dvdtokutenAmazon ul {
  margin-bottom: 20px;
}
#dvd .flBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#dvd .flBox p {
  width: 10%;
  margin-top: -30px;
}
#dvd .flBox p img {
  width: 100%;
}
#dvd .lowdl {
  padding-left: 2em;
  margin-bottom: 5px;
  overflow: hidden;
}
#dvd .lowdl dt {
  font-weight: normal;
  width: 120px;
  float: left;
}
#dvd .lowdl dd {
  width: 824px;
  float: left;
}
