@charset "utf-8";
/*///////////////////////////////////*/
/*共通*/
/*//////////////////////////////////*/
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #999;
  background: #000000;
  position: relative;
  left: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  vertical-align: bottom;
  color: #bb0000;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.smaller {
  font-size: 0.8em;
}
/*///////////////////////////////////*/
/*header*/
/*//////////////////////////////////*/
header {
  position: relative;
}
/*ハンバーガーボタン操作*/
.slide-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px;
  outline: none;
  border: none;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 12;
}
.slide-menu-button .menu-icon {
  display: block;
  margin: 10px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-menu-button .menu-icon span {
  display: block;
  width: 44px;
  height: 6px;
  background: #FFFFFF;
  margin-bottom: 6px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slide-menu-button.active .menu-icon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-menu-button.active .menu-icon .bar1 {
  -webkit-transform: rotate(0deg) translateY(12px);
  -moz-transform: rotate(0deg) translateY(12px);
  -ms-transform: rotate(0deg) translateY(12px);
  -o-transform: rotate(0deg) translateY(12px);
  transform: rotate(0deg) translateY(12px);
}
.slide-menu-button.active .menu-icon .bar2 {
  opacity: 0;
}
.slide-menu-button.active .menu-icon .bar3 {
  -webkit-transform: rotate(-90deg) translateX(12px);
  -moz-transform: rotate(-90deg) translateX(12px);
  -ms-transform: rotate(-90deg) translateX(12px);
  -o-transform: rotate(-90deg) translateX(12px);
  transform: rotate(-90deg) translateX(12px);
}
.slide-menu-button-lang {
  position: fixed;
  top: 0;
  right: 94px;
  padding: 15px 5px 15px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 56px;
  z-index: 12;
  background: url("../images/ico_language.png") no-repeat 25px center rgba(51, 51, 51, 0.8);
  background-size: auto 30px;
}
#introduce {
  width: 100%;
}
#introduce ul li {
  width: 12.5%;
  border: 3px #000 solid;
  float: left;
}
#introduce ul li a:hover {
  opacity: 0.8;
}
/*///////////////////////////////////*/
/*footer*/
/*//////////////////////////////////*/
footer .footer {
  margin: 1rem 0 2rem;
}
footer .footer ul {
  margin-bottom: 30px;
}
footer .footer-nav {
  float: left;
  width: 50%;
}
footer .footer-nav h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
footer .fb-page {
  float: right;
  width: 500px;
  max-width: 50%;
}
footer .fb-page > span,
footer .fb-page iframe {
  max-width: 100%;
}
footer .wrap {
  margin: 50px auto 0 auto;
  width: 100%;
  padding: 10px;
  max-width: 1200px;
}
footer .wrap a {
  color: #999;
}
footer .wrap a:hover {
  color: #FFF;
}
footer .support li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer .copylight {
  padding: 0;
  text-align: center;
}
/*///////////////////////////////////*/
/*slide-menu*/
/*//////////////////////////////////*/
#slide-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #333;
  padding: 20px 0;
  z-index: 11;
  font-size: 14px;
}
#slide-menu ul {
  padding-top: 80px;
}
#slide-menu ul li {
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
}
#slide-menu ul li a {
  color: #FFF;
  padding: 15px;
  display: block;
}
#slide-menu ul li a:hover {
  background: #505050;
}
#slide-menu ul li:first-child {
  border-top: none;
}
#slide-menu ul li:last-child {
  border-bottom: none;
}
/*///////////////////////////////////*/
/*modal-content*/
/*//////////////////////////////////*/
#modal-overlay {
  z-index: 21;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}
#modal-content {
  width: 750px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -375px;
  z-index: 22;
  display: none;
}
.button-link:hover {
  cursor: pointer;
}
/*///////////////////////////////////*/
/*nav*/
/*//////////////////////////////////*/
.main {
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.main ul {
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: table;
}
.main ul li {
  width: 14.285%;
  border-left: 1px solid #333;
  background: #000;
  display: table-cell;
  position: relative;
  z-index: 2;
}
.main ul li:last-child {
  border-right: 1px solid #333;
}
.main ul li a {
  width: 100%;
  padding: 20px 5px;
  display: block;
  color: #999;
  font-size: 30px;
  text-align: center;
  font-family: impact;
  transition: all 0.3s;
}
.main ul li a:hover {
  color: #000;
}
.main ul li a span {
  font-size: 16px;
}
.main ul li::before {
  background: none;
  position: absolute;
  border: none;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.3s;
}
.main ul li:hover::before {
  background: #FFF repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*///////////////////////////////////*/
/*content*/
/*//////////////////////////////////*/
.content {
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.content a img {
  opacity: 1.0;
  transition: all 0.5s linear;
}
.content a:hover img {
  opacity: 0.8;
}
.content h2 {
  font-size: 50px;
  font-family: impact;
  z-index: 3;
}
.content h3 {
  font-size: 28px;
  margin-top: 30px;
  padding: 20px 0 20px 0;
  font-weight: bold;
}
.content h4 {
  font-size: 20px;
  padding: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.content h2 span {
  font-size: 16px;
}
.content .inner {
  color: #000;
  width: 100%;
  height: auto;
  background: url(../images/paper.png);
  border: 10px solid #000;
  position: relative;
  z-index: 2;
}
.content .paper {
  padding: 30px 50px;
  background: url(../images/paper-top.png) no-repeat top, url(../images/paper-bottom.png) no-repeat bottom;
}
.content .paper:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}
.content .paper .left-box {
  padding-bottom: 3rem;
  float: left;
  margin-left: -30px;
  margin-top: 0;
  width: 20%;
}
.content .paper .left-box h2 {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
  line-height: 1;
}
.content .paper .left-box h2 span {
  display: block;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.content .paper .left-box .left-nav {
  margin-top: 3rem;
}
.content .paper .left-box .left-nav .nav-title {
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
}
.content .paper .left-box .left-nav ul {
  line-height: 1.6;
}
.content .paper .left-box .left-nav ul li {
  margin-bottom: 0;
  line-height: 1.6;
}
.content .inner h2 {
  position: absolute;
  top: 30px;
  left: 20px;
}
.content .inner .right-box {
  margin: 0;
  padding-left: 50px;
  border-left: solid 5px #000;
  float: right;
  width: 80%;
}
.content .left {
  float: left;
}
.content .right {
  float: right;
}
.content .text {
  width: 68%;
}
.content .photo {
  width: 30%;
}
.content .half:nth-child(odd) {
  width: 50%;
  padding-right: 2%;
  float: left;
}
.content .half:nth-child(even) {
  width: 50%;
  padding-left: 2%;
  float: left;
}
.content b {
  color: #C00;
}
.content .shimo {
  color: #30F;
}
body > h1 > img {
  display: block;
  margin: 0 auto;
}
/*toppage-only*/
#home {
  background: url("../images/bg_201707.jpg") no-repeat center top #000000;
  background-size: 100% auto;
}
#home h1 {
  max-width: 1200px;
  min-height: 600px;
  max-height: 1000px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
#home #introduce .content {
  min-width: 0;
}
#top .row:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}
#top .row > div {
  float: left;
  width: 66%;
}
#top .row > div:last-child {
  float: right;
  width: 33%;
}
#top .row .news {
  height: 370px;
}
#top .row .facebook {
  border: 10px solid #000;
  border-top: 0;
}
#top .news {
  color: #000;
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 10px;
  border: 10px solid #000;
  position: relative;
}
#top .news .news-text {
  margin: 0 0 0 160px;
  padding-top: 1em;
}
#top .news .news-text .news-date {
  float: left;
  margin-bottom: 0.5em;
}
#top .news .news-text .news-title {
  padding-left: 120px;
  line-height: 1.6;
}
#top .news .news-text .news-entry {
  margin-bottom: 1em;
}
#top .news .news-h2 {
  position: absolute;
  top: 20px;
  left: 10px;
}
#top .news .news-h2 .readmore {
  font-size: 0.8em;
  text-align: right;
}
#top .main-content {
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
  display: table;
}
#top .main-content02 {
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
  display: table;
}
#top .main-content-block {
  border: 10px solid #000;
  display: table-cell;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
#top .main-content-block a {
  color: #999;
}
#top .main-content .main-content-block {
  width: 50%;
  height: auto;
}
#top .main-content .main-content-block img {
  width: 100%;
  height: auto;
}
#top .main-content02 .main-content-block {
  width: 33.333%;
  height: auto;
}
#top .main-content-block h2 {
  position: absolute;
  top: 20px;
  left: 10px;
  text-shadow: 1px 1px 0 #666;
  z-index: 2;
}
#top .black h2 {
  color: #000;
  text-shadow: 1px 1px 0 #666;
}
.content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
/*castpage-only*/
body.cast .content .subcast_list {
  margin-bottom: 30px;
}
body.cast .content .subcast_list .row {
  margin-bottom: 0;
}
body.cast .content .cast {
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
body.cast .content .cast .cast-box {
  display: none;
  background: rgba(204, 204, 204, 0.95);
  padding: 20px;
  position: absolute;
  z-index: 1;
}
body.cast .content .cast .cast-img {
  display: block;
}
body.cast .content .cast h4 {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  padding: 10px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
body.cast .content .cast h4:after {
  border-top: 10px solid #FFF;
  border-left: transparent 7px solid;
  border-right: transparent 7px solid;
  content: "";
  margin: 0 0 0 10px;
  height: 0px;
  right: 20px;
  position: absolute;
  top: 17px;
  width: 0px;
}
body.cast .content .row:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
body.cast .content .row .one_third {
  float: left;
  width: 33%;
  margin-right: 0.5%;
}
body.cast .content .row .one_third:last-child {
  margin-right: 0;
}
body.cast .content .row .one_third .cast h4 {
  font-size: 1rem;
}
body.cast .content .row .one_third .cast .cast-box {
  padding: 0.5rem;
}
body.cast .content .row .one_third .cast .cast-box p {
  font-size: 0.8rem;
  line-height: 1.8;
}
body.cast .content .row .one_second {
  float: left;
  width: 48%;
  max-width: 396px;
}
body.cast .content .row .one_second:last-child {
  float: right;
}
body.cast .content .subcast_list {
  margin-top: 3rem;
}
body.cast .content .right-box > h4 {
  text-align: center;
}
body.cast .content .cast_list dt {
  font-size: 0.8em;
  font-weight: 700;
  float: left;
  clear: both;
}
body.cast .content .cast_list dt:before {
  content: "[";
}
body.cast .content .cast_list dt:after {
  content: "]";
}
body.cast .content .cast_list dd {
  margin-left: 180px;
  line-height: 1.4;
  margin-bottom: 1em;
}
body.cast .content .cast_list dd span {
  font-size: 0.7em;
  display: inline-block;
  padding-left: 5px;
}
body.cast .content .cast_list dd.new_line {
  clear: both;
}
body.cast.en .content .subcast_list .cast h4:after {
  display: none;
}
body.cast.en .content .cast_list dd {
  margin-left: 210px;
}
.top h1 img {
  margin: 0 auto;
  display: block;
}
.top #introduce {
  margin-top: -247px;
  position: relative;
}
.top #introduce .typed-cursor {
  display: none;
}
.top #introduce .content {
  text-align: right;
  color: #FFFFFF;
  font-size: 2em;
}
.top #introduce .content.news_01 {
  margin-bottom: 1em;
}
.top #introduce .content.sub {
  font-size: 14px;
  margin-bottom: 1em;
}
.top #introduce ul {
  max-width: 1370px;
  margin: 0 auto;
}
.top #introduce ul:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
}
.top #introduce ul li {
  border: none;
}
.top #top .main-content-block a {
  color: #FFFFFF;
}
.top #top .news {
  min-height: 100px;
}
.photo .content .right-box {
  padding-top: 20px;
}
.photo .grid-item {
  margin: 0 5px 5px 0;
  width: 180px;
  display: block;
  float: left;
}
.photo .photos a:hover {
  opacity: 0.6;
}
.cast .right-box h3 {
  margin-top: 0;
}
.staff .right-box h3 {
  margin-top: 0;
}
.staff .right-box .staff-block {
  margin-bottom: 2em;
}
.location .right-box h3 {
  margin-top: 0;
}
.interview .content .left-box h2 {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1em;
  margin-top: 0;
}
.interview .content .right-box {
  padding-top: 20px;
}
.interview .content .right-box h2 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 2.4em;
  line-height: 1.6;
  margin: 1em 0 1em 0;
  padding: 0 0 0.3em;
  border-bottom: 1px solid #000000;
}
.interview .content .right-box h2 span {
  font-size: 0.6em;
  margin-left: 1em;
}
.interview .left-box li {
  margin-bottom: 1em;
  line-height: 1.4;
}
.interview .content .right-box .alignleft,
.interview .content .right-box .alignright {
  max-width: 48%;
}
.interview .content .right-box .person {
  font-weight: bold;
}
.interview .content .right-box .person.person_01 {
  color: #CC0000;
}
.interview .content .right-box .person.person_02 {
  color: #30F;
}
.news .content .left-box h2 {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1em;
  margin-top: 0;
}
.news .content .left-box li {
  margin-bottom: 1em;
  line-height: 1.4;
}
.news .content .left-box li .date {
  font-size: 0.8em;
}
.news .content .right-box {
  padding-top: 20px;
  padding-bottom: 3em;
}
.news .content .right-box h3 {
  margin-bottom: 1em;
}
.news .content .right-box p {
  margin-bottom: 1em;
}
.news .content .right-box .right {
  width: 30%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.news .content .right-box .right img {
  max-width: 100%;
  display: block;
}
.news .content .right-box .right p {
  margin-bottom: 1em;
  font-size: 0.8em;
}
.news .content .right-box hr {
  border-color: #cccccc;
  margin-top: 3em;
  margin-bottom: 1em;
}
.news .content .right-box h4 {
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.news .content .right-box .news-list .news-date {
  float: left;
  margin-bottom: 1em;
}
.news .content .right-box .news-list .news-title {
  padding-left: 120px;
  margin-bottom: 1em;
}
.row {
  margin-bottom: 1em;
}
.row:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}
.row .left {
  float: left;
  width: 48%;
}
.row .right {
  float: right;
  width: 48%;
}
.event-box-wrapper {
  background: #000000;
  padding: 1em 0;
  margin: 0;
  border-top: 2px solid #CC0000;
  border-bottom: 1px solid #ffffff;
}
.event-box {
  font-size: 1em;
  text-align: left;
  color: #ffffff;
  width: 96%;
  max-width: 960px;
  margin: 2em auto 1em;
}
.event-box h2,
.event-box h3 {
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 1em;
}
.event-box h2 {
  font-size: 2.4em;
}
.event-box h3 {
  font-size: 2em;
  color: #CC0000;
}
.event-box h3 .sub {
  display: block;
  font-size: 0.6em;
  text-align: center;
}
.event-box a {
  color: #CC0000;
}
.event-box p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.event-box .attention {
  font-size: 0.8em;
  text-align: right;
}
.event-box .box {
  border: 1px solid #FFFFFF;
  padding: 2em 2em 1em;
  margin-top: 2em;
}
.event-box .box h3 {
  color: #ffffff;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.4em;
}
.event .content .right-box,
.festival .content .right-box {
  padding-top: 2em;
  padding-bottom: 2em;
}
.event .content .right-box a,
.festival .content .right-box a {
  color: #CC0000;
}
.event .content .right-box a:hover,
.festival .content .right-box a:hover,
.event .content .right-box a:focus,
.festival .content .right-box a:focus {
  text-decoration: underline;
}
.event .content .right-box table,
.festival .content .right-box table {
  width: 100%;
}
.event .content .right-box table th,
.festival .content .right-box table th,
.event .content .right-box table td,
.festival .content .right-box table td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
}
.event .content .right-box table th,
.festival .content .right-box table th {
  background: #eeeeee;
  font-weight: bold;
}
.event .content .right-box table td,
.festival .content .right-box table td {
  background: #FFFFFF;
  vertical-align: top;
}
.event .content .right-box table td:nth-of-type(1),
.festival .content .right-box table td:nth-of-type(1) {
  white-space: nowrap;
  width: 160px;
}
.event .content .right-box table td:nth-of-type(2),
.festival .content .right-box table td:nth-of-type(2) {
  width: 30%;
}
.form-wrapper {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 2em 0 4em;
  padding: 2em;
}
.btn {
  padding: 0.5em 1em;
  line-height: 1em;
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.btn:hover {
  color: #000000;
  background: #FFFFFF;
}
.btn.btn-white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-white:hover {
  color: #ffffff;
  background: #666666;
}
.btn.btn-red {
  border-color: #CC0000;
  background-color: #ffffff;
  color: #CC0000;
}
.btn.btn-red:hover {
  color: #ffffff;
  background: #CC0000;
}
.form-wrapper .wpcf7-form-control.wpcf7-text,
.form-wrapper .wpcf7-form-control.wpcf7-number,
.form-wrapper .wpcf7-form-control.wpcf7-confirm_email,
.form-wrapper .wpcf7-form-control.wpcf7-textarea,
.form-wrapper .wpcf7-form-control.wpcf7-select {
  padding: 0.2em 0.5em;
  border: 1px solid  #cccccc;
  max-width: 100%;
}
.form-wrapper p {
  margin-bottom: 1em;
}
.form-wrapper .wpcf7-list-item {
  display: block;
}
.story .right-box {
  padding-top: 2em;
}
.story .right-box .right {
  margin: 0 0 1em 1em;
}
.story .right-box .left {
  margin: 0 1em 1em 0;
}
.story .right-box p {
  clear: both;
  margin-bottom: 1em;
}
.tokusyo .content table {
  margin-bottom: 50px;
  width: 100%;
}
.tokusyo .content table th,
.tokusyo .content table td {
  padding: 5px 10px;
  vertical-align: top;
  border-collapse: collapse;
}
.tokusyo .content table th {
  white-space: nowrap;
}
.tokusyo .content table tr {
  border-bottom: 1px dotted #aaaaaa;
}
.tokusyo .content table tr:last-child {
  border-bottom: none;
}
.center-box {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.privacy_policy .content .ttl {
  font-weight: bold;
}
.privacy_policy .content ol li {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
.privacy_policy .content ol li ol li {
  list-style-type: lower-roman;
  margin-bottom: 0;
}
.content .inner .right-box h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 2rem;
}
.wpcf7-form dl dt {
  font-weight: bold;
}
.wpcf7-form dl dd {
  margin-bottom: 1em;
}
.theater .content .right-box {
  padding-top: 2em;
  padding-bottom: 2em;
}
.theater .content .right-box p {
  margin-bottom: 2rem;
}
.theater .content .right-box a {
  color: #CC0000;
}
.theater .content .right-box a:hover,
.theater .content .right-box a:focus {
  text-decoration: underline;
}
.theater .content .right-box table {
  width: 100%;
}
.theater .content .right-box table th,
.theater .content .right-box table td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
}
.theater .content .right-box table th {
  background: #eeeeee;
  font-weight: bold;
}
.theater .content .right-box table td {
  background: #FFFFFF;
  vertical-align: top;
}
.theater .content .right-box table td:first-child {
  width: 84px;
}
.theater .content .right-box table td:last-child {
  width: 250px;
  padding-right: 0.5em;
}
.theater .content .right-box table td .mention {
  font-size: 0.8em;
  padding-left: 1em;
  display: inline-block;
}
.theater .content .right-box table td .mention:before {
  content: "※";
  display: inline-block;
  padding-right: 0.2em;
}
.theater .content .right-box table tbody th {
  font-weight: normal;
  padding: 0.1em 1em;
}
.theater .content .right-box table tbody th.th_01 {
  background: rgba(204, 0, 0, 0.8);
  color: #FFFFFF;
}
.theater .content .right-box table.table-event td:first-child {
  width: 210px;
}
.theater .content .right-box table.table-event td:last-child {
  width: auto;
}
.theater .content .right-box table.table-event .popup {
  border: 1px solid #cccccc;
  padding: 1px;
  width: 100px;
  display: inline-block;
  margin: 3px 3px 3px 0;
}
.theater .content .btn.btn-aisatsu {
  background: #CC0000;
  border-color: #CC0000;
  color: #ffffff;
  margin-left: 1rem;
  font-size: 0.8rem;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  font-weight: normal;
}
.theater .content .btn.btn-aisatsu:hover,
.theater .content .btn.btn-aisatsu:focus {
  background: #FFFFFF;
  color: #CC0000;
  text-decoration: none;
}
.page-soundtrack .content h3 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem;
}
.page-soundtrack .content .row {
  margin-top: 2rem;
}
.page-soundtrack .content .row .left {
  width: 28%;
}
.page-soundtrack .content .row .right {
  width: 70%;
}
.page-soundtrack .content dl dt {
  font-weight: bold;
}
.page-soundtrack .content dl dd {
  margin-bottom: 1rem;
}
.page-soundtrack .content ol {
  padding-left: 2rem;
}
.page-soundtrack .content ol li {
  list-style-type: decimal;
}
.page-soundtrack .content ol li div {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 2rem;
}
.movie_01 .content h3 {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}
.movie_01 .content h4 {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.movie_01 .content .publish_date {
  text-align: right;
  color: #444444;
  font-size: 0.8em;
  line-height: 1.5;
  padding-top: 5px;
}
.movie_01 .content .half {
  margin-bottom: 2em;
  padding: 0;
  width: 24%;
  margin-right: 1%;
  float: left;
}
.movie_01 .content .half:nth-child(4n+1) {
  clear: both;
}
.movie_01 .content .half:first-child {
  clear: none;
}
.media .content table tr td {
  vertical-align: top;
  padding: 0 10px 1em;
  border-right: 1px solid #888888;
}
.media .content table tr td:nth-child(1) {
  white-space: nowrap;
}
.media .content table tr td:nth-child(2) {
  white-space: nowrap;
}
.media .content table tr td:nth-child(3) {
  font-size: 1.2em;
  border-right: none;
  line-height: 1.4;
}
.media .content table tr td:nth-child(3) p {
  font-size: 0.8em;
  padding-top: 0.3em;
  color: #333333;
}
.media .content table tr td:nth-child(3) a {
  word-break: break-all;
}
.media .content table tr:last-child td {
  padding-bottom: 0;
}
.top_01 #top .main-content .main-content-block {
  width: 33%;
}
.weapon .content .weapon-block-wrapper {
  margin-bottom: 10px;
}
.weapon .content .weapon-block-wrapper:nth-child(2) .weapon-block {
  background-image: url("../images/weapon/bg_02.jpg");
}
.weapon .content .weapon-block-wrapper:nth-child(3) .weapon-block {
  background-image: url("../images/weapon/bg_04.jpg");
  background-size: auto 100%;
}
.weapon .content .weapon-block-wrapper:nth-child(3) .weapon-block h4 {
  border-bottom: none;
  margin-bottom: 0;
}
.weapon .content .weapon-block-wrapper:nth-child(3) .weapon-block .weapon-text {
  float: none;
  width: 100%;
}
.weapon .content .weapon-block-wrapper:nth-child(4) .weapon-block {
  background-image: url("../images/weapon/bg_03.jpg");
}
.weapon .content .weapon-block {
  background: url("../images/weapon/bg_01.jpg") center center;
}
.weapon .content .weapon-block:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.weapon .content .weapon-block .weapon-text {
  float: left;
  width: 59%;
  padding: 0 2rem 1rem;
  color: #FFFFFF;
}
.weapon .content .weapon-block .weapon-text h3 {
  margin-top: 0;
}
.weapon .content .weapon-block .weapon-text .mention {
  font-size: 0.8em;
}
.weapon .content .weapon-block .weapon-image {
  float: right;
  width: 41%;
}
.weapon .content .weapon-block.one_second .weapon-text {
  width: 50%;
}
.weapon .content .weapon-block.one_second .weapon-image {
  width: 50%;
  padding-top: 6rem;
}
.weapon .content .weapon-block:nth-child(2n) .weapon-text {
  float: right;
}
.weapon .content .weapon-block:nth-child(2n) .weapon-image {
  float: left;
}
.weapon.en .content .weapon-block .weapon-text h3 {
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: 1rem 10px .5rem;
  background: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.weapon.en .content .weapon-block .weapon-text h3 span {
  display: block;
  font-size: 0.7rem;
  border-top: 1px dotted #333333;
  margin-top: 0.5em;
}
.festival .content .content-wrapper > .content-block:first-child {
  background: #000000;
  padding: 3rem;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.festival .content .content-wrapper > .content-block:first-child h3 img,
.festival .content .content-wrapper > .content-block:first-child .ttl_image img {
  display: block;
  margin: 0 auto;
}
.festival .content h3 {
  margin-top: 0;
  padding-top: 0;
}
.festival .content .ttl_image {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.festival .content .festival-block {
  margin-bottom: 2rem;
}
.festival .content .festival-block:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.festival .content .festival-block h4 {
  padding: 0;
  text-align: center;
}
.festival .content .festival-block .festival-text {
  float: left;
  width: 58%;
}
.festival .content .festival-block .festival-image {
  float: right;
  width: 40%;
  padding-top: 2em;
}
.festival .content .festival-block .festival-meta {
  color: #aaaaaa;
  font-size: 0.9em;
}
.festival .content .festival-block.no-image h4 {
  float: left;
  width: 42%;
}
.festival.en h3 {
  text-align: center;
  text-transform: uppercase;
}
