@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.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.t_follow a:hover {
  opacity: 0.6;
  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
}
.yoyakuPc {
  display: block;
}
.yoyakuSp {
  display: none;
}
.oh {
  overflow: hidden;
}
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;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
/* 背景色 */
.bg-black {
  background-color: #000000;
}
.bg{
  background-color: #e70313;
}
.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%;
}
/* 劇場リンク */
.theater-bg {
  background-color: #e70313;
  color: #fff;
}
.text-jouei{
	color: #fff001;
}
#theaterLink {
  margin: 0 auto;
  max-width: 100%;
}
#theaterLink a:hover, #choice a:hover {
  opacity: 1.0 !important;
  filter: alpha(opacity=1000) !important;
}
@keyframes shivering {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(0.2deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-0.2deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  .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 */