@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.csr {
  cursor: pointer;
  cursor: hand;
}
.fluid img {
	width: 100%;
	height: auto;
}
.oh{
	overflow: hidden;
}
body{
	background-color:#fff;
    -webkit-touch-callout: none; -webkit-user-select: none; 
}
.container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	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%;
}
a:hover{
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.text-a{
	color: #00244a;
	font-size: 1.2rem;
}
/* 劇場リンク */
.btn-theater {
  background-color: #e10000;
  color: #ffffff;
}
#theaterLink a:hover, #movieLink a:hover, .mean a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.text-a{
	color:#e10000;
	font-size: 1.75rem;
}
.bg-a{
	background-color:#e10000;
}
.bg-b{
  background-image: url(kirakira.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #e10000;
  margin: 0;
  padding: 0;
}
.bg-c{
  background-image: url(sbg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #fff;
}
/* 大デバイス（デスクトップ, 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 */