@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: #e60012; /* 全体背景色 */
  overflow-x: hidden;
}
/* 背景 */
.bg {
  background-color: #e60012;
}
.bg-title {
  background-color: #e60012; /* 赤背景 */
}
/******************************************************************************************************/
/* 背景 */
.bg-a {
  background-color: #ffeba4;
  background-image: url(flag-left.png), url(flag-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 25%;
}
.bg-b {
  background-color: #ffeba4;
  background-repeat: no-repeat, no-repeat;
}
.rounded-red-border-box {
  background-color: #fff;
  /* 赤いフチ（境界線）の設定 */
  border: 1px solid red; /* 線の太さ 2px, スタイル solid, 色 red */
  /* 角丸の設定 */
  border-radius: 20px; /* 角の半径を 15px に設定 */
  width: 90%;
}
/* 文字色 */
.note {
  color: #fff; /* 注意書き文字色 */
}
/* nav */
.menu {
  color: #e60012; /* ナビ文字色 */
  background-color: #dab636; /* ナビ背景色 */
}
.nav-link {
  color: #e60012; /* ナビ文字色 */
}
/* 劇場リンク */
.bg-theater {
  background-color: #fff; /* 劇場一覧全体背景色 */
}
.h4 {
  color: #fffff6; /* 「上映劇場」文字色 */
}
.nav-pills .nav-link.active {
  background-color: #f2cbc7; /* 東日本／西日本 選択時背景色 */
  color: #4d4d4d; /* 東日本／西日本 選択時文字色 */
}
.bg-theater .nav-link {
  background-color: #fff; /* 東日本／西日本 非選択時背景色 */
  color: #4d4d4d; /* 東日本／西日本 非選択時文字色 */
}
.tjoy {
  background-color: #fff; /* 劇場名背景色 */
  border: 0px solid #dedede; /* 劇場名枠線色 */
  color: #4d4d4d; /* 劇場名文字色 */
}
.tjoy:hover {
  background-color: #f2cbc7; /* 劇場名ホバー時背景色 */
  border: 0px solid #000; /* 劇場名ホバー時枠線色 */
  color: #4d4d4d; /* 劇場名ホバー時文字色 */
}
hr {
  border: 1px solid #000;
}
/******************************************************************************************************/
p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
small {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
}
a {
  color: #343a40;
  text-decoration: none;
}
li {
  list-style: none;
  line-height: 1.6;
}
.container {
  width: 50% !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;
  }
}