@charset "utf-8";
body {
  background-color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
.fluid img {
  width: 100%;
  height: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.font {
 font-size: clamp(10px, 1.8vw, 16px);
	text-align: left;
	text-align: justify;
}
.text {
 font-size: clamp(11px, 1.8vw, 16px);
	text-align: left;
	text-align: justify;
}
.bg-black {
  background-color: #000000;
}
.bg-a {
   background-color: #FF7BAC;
}
.bg-b {
  background-image: url("bg1.jpg");
  background-repeat: repeat;
  
}
.bg-c {
  background-color: #F3EDDF;
}
.theater-bg {
  background-color: #3CBEFF;
  color: #ffffff;
  transition: 0.3s;
}
.theater-bg:hover {
  background-color: #FAE8EB;
  color: #FF7BAC;
  border-color: #FF7BAC;
}
#theaterLink {
  margin: 0 auto;
  max-width: 100%;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width: 992px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/* キネパス */
.bg-stampcheck {
  background-color: #F3EDDF;
}
#knz-btn, #knps-btn {
  background-color: #c30018;
  transition: 0.8s;
}
#knz-btn:hover {
  background-color: #e20003;
}
#knps-btn:hover {
  background-color: #e20003;
}