@charset "utf-8";
.fluid img {
  width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=60);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*　アクション　*/
.hidden {
  display: none;
}
.cnvsWrap {
  width: 100%;
  height: 100%;
}
.canvas-container {
  margin: 0 auto;
  width: 100%;
}
/* 背景 */
.bg-a {
  background-color: #ffaa32;
}
.bg-d {
  background: rgba(216, 82, 0);
  background: linear-gradient(rgba(197, 0, 0, 1) 0%, rgba(216, 82, 0, 1) 100%);
}
/* 劇場リンク */
.btn-theater {
  border: 1px solid #000000;
  background-color: #009500;
  color: #ffffff;
}