@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.4;
	filter: alpha(opacity=40);
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-decoration: 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{
	background-color:#000000;
}
.bg-image{
	background-image:url("25637400_m.jpg");
	background-position: top center, bottom center, center center;
  background-repeat: repeat-x, repeat-x, repeat;
}
.bg-b{
  background:#ff19d7;
  background-image: url(slash.png), url(slash.png), url(pink.jpg);
  background-position: top center, bottom center, center center;
  background-repeat: repeat-x, repeat-x, repeat;
}
.bg-c{
	background-color: #ffea00;
}
.theater-bg{
	background-color: #e50004;
	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 */