@charset "utf-8";
html, body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
/******************************************************************************************************/
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: #000; /* 全体背景色 */
  overflow-x: hidden;
}
/* 背景 */
.bg-a{
	background-image: url("back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center bottom;
	}
.bg-bg{
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;

}
.bg-b{
	background-color: #ff0;
}
.bg-c{
	background-color: #B40000;
}
.bg-black{
	background-color: #000;
}
/* 文字色 */
.note {
  color: #fff; /* 注意書き文字色 */
}
/* nav */
.menu {
  color: #fff; /* ナビ文字色 */
  background-color: #000; /* ナビ背景色 */
}
/* 劇場リンク */
.bg-theater {
  background-color: #B40000; /* 劇場一覧全体背景色 */
}
h4 {
  color: #fff; /* 「上映劇場」文字色 */
}
.nav-pills .nav-link.active {
  background-color: #E52112; /* 東日本／西日本 選択時背景色 */
  border: 1px solid #dedede; 
  color: #fff; /* 東日本／西日本 選択時文字色 */
}
.bg-theater .nav-link {
  background-color: #fff; /* 東日本／西日本 非選択時背景色 */
  border: 1px solid #000; 
  color: #343a40; /* 東日本／西日本 非選択時文字色 */
  transition: 0.3s;
}
.tjoy {
  background-color: #fff; /* 劇場名背景色 */
  border: 1px solid #000; /* 劇場名枠線色 */
  color: #343a40; /* 劇場名文字色 */
  transition: 0.3s;
}
.tjoy:hover {
  background-color: #E52112; /* 劇場名ホバー時背景色 */
  border: 1px solid #dedede; /* 劇場名ホバー時枠線色 */
  color: #fff; /* 劇場名ホバー時文字色 */
}
/* キネパス */
.bg-stampcheck {
  background-color: #ff0;
}
#knz-btn, #knps-btn {
  background-color: #E52112;
  transition: 0.8s;
}
#knz-btn:hover {
  background-color: #E54C40;
}
#knps-btn:hover {
  background-color: #E54C40;
}
hr {
  border: 1px solid #fff;
}
/******************************************************************************************************/
a:hover {
  text-decoration: none;
}
p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1%;
}
.pen {
  pointer-events: none;
}
.csr {
  cursor: pointer;
  transform: 0.1s;
}
.csr:active {
  transform: scale(0.95);
}
.game {
  background-image: url(bg.png);
  background-size: cover;
}
.ab-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.ab-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#log{
	font-size:2.0rem!important
}
a {
  color: #343a40;
  text-decoration: none;
}
li {
  list-style: none;
  line-height: 2.0;
}
.container {
  width: 60% !important
}
.csr{
	cursor: pointer;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%
}
.embed-responsive-16by9::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.pc-90 {
  width: 90% !important;
  magin: 0 auto;
}
.pc-80 {
  width: 80% !important;
  magin: 0 auto;
}
.pc-70 {
  width: 70% !important;
  magin: 0 auto;
}
.pc-60 {
  width: 60% !important;
  magin: 0 auto;
}
.pc-50 {
  width: 50% !important;
  magin: 0 auto;
}
.fluid img {
  width: 100%;
  height: auto;
}
.note, .copy {
  font-size: 0.7rem;
  line-height: 1.5em;
}
/* アクション */
.a-link:hover {
  transform: scale(1.05, 1.05);
  transition: 0.2s all;
}
.e-none{
	pointer-events: none;
}
/* 他 */
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width: 768px) {
	.ch{
		display: none;
	}
  html {
    scroll-padding-top: 0;
  }
  .pc-90, .pc-80, .pc-70, .pc-60, .pc-50 {
    width: 100% !important
  }
  .container {
    width: 100% !important
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .note, .copy {
    font-size: 0.6rem;
  }
}