@charset "utf-8";
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fluid img {
  width: 100%;
  height: auto;
}
.main {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.btn {
  white-space: normal;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.t_follow a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.w-60 {
  width: 60% !important
}
.w-70 {
  width: 70% !important
}
.w-80 {
  width: 80% !important
}
.w-90 {
  width: 90% !important
}
.oh {
  overflow: hidden;
}
.sukima{
	margin-bottom: 2.5rem;
}
body {
  background-color: #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
h5 {
  font-size: 1.0rem;
}
/* 背景色 */
.bg-black {
  background-color: #000000;
}
.cp-bg {
  background-image: url(cpbg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #000000;
}
.shadow-md {
  box-shadow: 3px 3px 8px #000000;
}
/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 劇場リンク */
.btn-theater {
  border: 1px solid #000000;
  background-color: #ff1c00;
  color: #ffffff;
}
a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=600) !important;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {} /* END */
/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
  .btn_first {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
  }
  .btn_sec {
    margin-bottom: 1.0rem;
  }
	.sukima{
		margin-bottom: 1.0rem;
	}
} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {} /* END */