@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.csr {
  cursor: pointer;
  cursor: hand;
}
.oh {
  overflow: hidden;
}
.fluid img {
  width: 100%;
  height: auto;
}
#on1{
	background-image: url(b_on1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#on2{
	background-image: url(b_on2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#on3{
	background-image: url(b_on3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#on4{
	background-image: url(b_on4.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#on5{
	background-image: url(b_on5.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#on6{
	background-image: url(b_on6.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw1{
	background-image: url(b_tw1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw2{
	background-image: url(b_tw2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw3{
	background-image: url(b_tw3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw4{
	background-image: url(b_tw4.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw5{
	background-image: url(b_tw5.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tw6{
	background-image: url(b_tw6.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th1{
	background-image: url(b_th1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th2{
	background-image: url(b_th2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th3{
	background-image: url(b_th3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th4{
	background-image: url(b_th4.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th5{
	background-image: url(b_th5.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#th6{
	background-image: url(b_th6.png);
	background-repeat: no-repeat;
	background-size: cover;
}
body {
  background-color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.main {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
#theaterLink {
  margin: 0 auto;
  max-width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-a {
  background-color: #262a35;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  text-decoration: none;
}
.theater-bg {
  background-color: #427199;
  color: #ffffff;
}
/* 大デバイス（デスクトップ, 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 */