@charset "utf-8";
body {
  background-color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
.yoyakuPc {
  display: block;
}
.yoyakuSp {
  display: none;
}
.fluid img {
  width: 100%;
  height: auto;
}
.oh {
  overflow: hidden;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-a {
  width: 100%;
  height: auto;
  background-image: url("bg.jpg");
  background-size:  cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-b {
  background-color: #9b0c13;
}
.text-jouei{
	color: #cf0014;
}
.theater-bg {
  background-color: #cf0014;
  color: #fff;
}
#theaterLink {
  margin: 0 auto;
  max-width: 100%;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.bg-a {
  width: 100%;
  height: auto;
  background-image: url("bg-sp.jpg");
  background-size:  contain;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  .yoyakuPc {
    display: none;
  }
  .yoyakuSp {
    display: block;
  }
} /* END */
/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {} /* END */