@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fluid img {
  width: 100%;
  height: auto;
}
.main {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.btn {
  white-space: normal;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=60);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.w-60 {
  width: 60% !important
}
.w-70 {
  width: 70% !important
}
.w-80 {
  width: 80% !important
}
.w-90 {
  width: 90% !important
}
.oh {
  overflow: hidden;
}
.onBtn {
  cursor: pointer;
}
#answer p {
  text-align: center;
  margin: 20px 0;
  font-size: 1.5rem;
  letter-spacing: .5em;
  word-break: break-all;
}
.TextTyping span {
  display: none;
}
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}
@keyframes typinganime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
body {
  background-color: #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
/* 劇場一覧の各劇場名 */
h5 {
  font-size: 1.0rem;
}
/* 背景色 */
.bg-black {
  background-color: #000000;
}
.bg-a {
  background-image: url("bgRed.png");
  background-repeat: repeat-x repeat-y;
  background-position: bottom center;
  background-color: #000000;
}
.bg-b {
  background-image: url("bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #000000;
}
.shadow-md {
  box-shadow: 3px 3px 8px #000000;
}
/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 劇場リンク */
.btn-theater {
  border: 1px solid #000000;
  background-color: #ffe400;
  color: #000000;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {} /* 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 */