@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: #FFF; /* 全体背景色 */
  overflow-x: hidden;
}
/* 背景 */
.bg {
  background-color: #000; 
}
/* パソコン */
.bg2 {
  background-image: url("bg_pc.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-position: center center, center center;
  background-color: #fff;
/* スマホ */
  @media (max-width: 768px) {
  background-image: url("bg_sp.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-position: center center, center center;
  background-color: #fff;
  }
}
/* 文字色 */
.note {
  color: #000; /* 注意書き文字色 */
}
/* nav */
.menu {
  color: #fff; /* ナビ文字色 */
  background-color: #000; /* ナビ背景色 */
}
/* 劇場リンク */
.bg-theater {
  background:linear-gradient(to right, #eee9de, #c3baa7); /* 劇場一覧全体背景色 */
}
.h4 {
  color: #000; /* 「上映劇場」文字色 */
}
.nav-pills .nav-link.active {
  background-color: #000; /* 東日本／西日本 選択時背景色 */
  color: #c39600; /* 東日本／西日本 選択時文字色 */
}
.bg-theater .nav-link {
  background-color: #fff; /* 東日本／西日本 非選択時背景色 */
  color: #343a40; /* 東日本／西日本 非選択時文字色 */
}
.tjoy {
  background-color: #fff; /* 劇場名背景色 */
  border: 1px solid #dedede; /* 劇場名枠線色 */
  color: #343a40; /* 劇場名文字色 */
}
.tjoy:hover {
  background-color: #000; /* 劇場名ホバー時背景色 */
  border: 1px solid #000; /* 劇場名ホバー時枠線色 */
  color: #c39600; /* 劇場名ホバー時文字色 */
}
hr {
  border: 1px solid #000;
}
/******************************************************************************************************/
p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.8;
}
a {
  color: #343a40;
  text-decoration: none;
}
li {
  list-style: none;
  line-height: 2.0;
}
.container {
  width: 60% !important
}
.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;
}
/* 他 */
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  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;
  }
}