@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;
}
#panel {
    overflow: hidden;
}
.card {
	border: none;
    cursor: pointer;
}
/* 裏の状態 */
.back {
}
/* 終了時 */
.finish {
    opacity: 0;
    cursor: default;
}
/* 経過秒数 */
#result {
    font-size: 1.2em;
    font-weight: bold;
}
body{
	background-color:#00244a;
    -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%;
}
.btn-b{
	background-color:#00244a;
	color:#ffffff;
}
.btn-c{
	background-color:#ffffff;
	color:#00244a;
}
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;
}
#theaterLink a:hover, #movieLink a:hover, .mean a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.bg-a{
	background-color:#00244a;
}
.bg-image{
	background-image:url("bg2.jpg");
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
/* 大デバイス（デスクトップ, 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 */