@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: #000000;
	-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%;
    color: #000000;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.btn-c{
	background-color:#c61134;
}
a:hover{
	text-decoration: none;
}
.text-c{
	color: #001729;
    }
.picture{
    background-color: #000;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.blank{
    height: 60px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
#theaterLink a:hover, #movieLink a:hover, .mean a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.bg-color{
	background-color:#4F877E;
}
.bg-color2{
	background: linear-gradient(#C60014, #78161F);
}
.bg-color3{
	background-color:#00a6f5;
}
.bg-color4{
    background-color:#C40018;
    }
.bg-color5{
    background-color:#78161F;
}
.mean{
	background-position: top center;
	background-size: cover;
}
#evaluation{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#evaluation input[type='radio']{
  display: none;
}
#evaluation label{
  position: relative;
  padding: 10px 10px 0;
  color: gray;
  cursor: pointer;
  font-size: 50px;
}
#evaluation label .text{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: gray;
}
#evaluation input[type='radio']:checked ~ label{
  color: #ffcc00;
}
.link{
    background-position: center bottom;
    background-size: cover;
    
}
.theater-text{
	color:white;
}
.theater-bg{
	background-color: black;
}a:hover {
	opacity: 0.6 ;
	filter: alpha(opacity=60) ;	
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.ss{
	background-image: url(line.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color:#c78c69;
}
/* 大デバイス（デスクトップ, 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 */
.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

