@charset "utf-8";
body{
    background-color: #000000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.fluid img {
	width: 100%;
	height: auto;
}
.oh{
	overflow: hidden;
}
.btn_a{
	margin-bottom: 1.5em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-a{
	background-image:url("bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}
.bg-b{
	background-color: #00a6f5;
}
.bg-c{
	background-color: #f20004;
}
.theater-bg{
	background-color: #ec0004;
	color: #ffffff;
}
#theaterLink {
    margin: 0 auto;
    max-width: 100%;
    color: #ffffff;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.btn_a{
	margin-bottom: 0.6em;
}
} /* 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 */