@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////////////////////DEFAULT*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
re,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*for IE*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

.hiddenTxt {
  font-size: 1px;
  line-height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  width: 100%;
}

/*/////////////////////////////////////////////////////////////////////////
コンテンツ用CSS
/////////////////////////////////////////////////////////////////////////*/
body {
  font-family: "Futura", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  font-size: 1.4em;
}
body div.wrapper {
  background-color: #080404;
}
body div.wrapper header div.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 501;
  background: #000;
  text-align: center;
}
body div.wrapper header div.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px;
}
body div.wrapper header div.navToggle span:nth-child(1) {
  top: 9px;
}
body div.wrapper header div.navToggle span:nth-child(2) {
  top: 18px;
}
body div.wrapper header div.navToggle span:nth-child(3) {
  top: 27px;
}
body div.wrapper header div.navToggle span:nth-child(4) {
  border: none;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
body div.wrapper header div.navToggle.active {
  background-color: #fff;
}
body div.wrapper header div.navToggle.active span {
  border-bottom: solid 3px #000;
  color: #000;
}
body div.wrapper header div.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body div.wrapper header div.navToggle.active span:nth-child(2), body div.wrapper header div.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
body div.wrapper header div.navToggle.active span:nth-child(4) {
  border-bottom: none;
}
body div.wrapper header nav.g_menu {
  position: fixed;
  z-index: 500;
  text-align: center;
  transform: translateX(500%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 8, 132, 0.8);
}
body div.wrapper header nav.g_menu ul {
  display: block;
  flex-flow: unset;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body div.wrapper header nav.g_menu ul li {
  margin-top: 0;
  padding: 0;
  border-bottom: 1px solid #f48fcd;
  line-height: 0;
}
body div.wrapper header nav.g_menu ul li:last-child {
  padding-bottom: 0;
}
body div.wrapper header nav.g_menu ul li a {
  text-shadow: 2px 2px #000;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
body div.wrapper header nav.g_menu ul li a img {
  margin: 0 auto;
}
body div.wrapper header .g_menu.active {
  transform: translateX(0%);
}
body div.wrapper header p.txt_4k {
  width: 38%;
  margin: 2% auto 4%;
}
body div.wrapper header p.txt_roadshow {
  width: 90%;
  margin: 0 auto 4%;
}
body div.wrapper header p.comment {
  width: 80%;
  padding: 5%;
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
  background: linear-gradient(45deg, #e4027f, #d8478e);
}
body div.wrapper header p.comment a {
  color: #fff;
}
body div.wrapper header div.sns {
  padding: 3% 0 5%;
}
body div.wrapper header div.sns p a {
  color: black;
  background-color: white;
  display: block;
  border-radius: 40px;
  width: 29px;
  height: 29px;
  margin: 0 auto;
  padding: 16px;
}
body div.wrapper header div.sns p a i {
  font-size: 29px;
  color: #000;
}
body div.wrapper main {
  padding: 7% 2%;
  background-color: #1e1e1e;
}
body div.wrapper main div.trailer {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 50px;
}
body div.wrapper main div.trailer div.video {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
body div.wrapper main div.trailer div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 95%;
  margin: auto;
}
body div.wrapper main h2 {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 10px;
}
body div.wrapper main nav {
  margin-bottom: 30px;
  font-size: 0.9em;
}
body div.wrapper main nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body div.wrapper main nav ul li {
  margin: 5px;
  width: 30%;
  border: 1px solid #fff;
}
body div.wrapper main nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  width: 80%;
  height: auto;
  text-align: center;
}
body div.wrapper main nav ul li a:hover {
  opacity: 0.8;
}
body div.wrapper main section.theater {
  margin-bottom: 20px;
}
body div.wrapper main section.theater h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
body div.wrapper main section.theater div.schedule-area table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.6em;
  margin-bottom: 5px;
}
body div.wrapper main section.theater div.schedule-area table tbody tr {
  border-bottom: 1px solid #fff;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th {
  font-size: 1.4em;
  padding: 5px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb1 {
  width: 11%;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb2 {
  width: 36%;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb3 {
  width: 10%;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb3::after {
  content: "";
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb4 {
  width: 14%;
}
body div.wrapper main section.theater div.schedule-area table tbody tr th.tb5 {
  width: 29%;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td {
  word-break: break-word;
  padding: 10px 0px 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.theater a {
  color: #fff;
  text-decoration: none;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.theater a:hover {
  opacity: 0.7;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.tel {
  vertical-align: middle;
  text-align: left;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.tel a {
  color: #fff;
  pointer-events: inherit;
  text-decoration: none;
  display: block;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.tel a span {
  display: none;
}
body div.wrapper main section.theater div.schedule-area table tbody tr td.tel i {
  font-size: 1.6em;
  display: inline;
}
body div.wrapper footer {
  font-size: 0.5em;
  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  body div.wrapper {
    min-height: 100vh;
  }
  body div.wrapper header {
    max-width: 1100px;
    margin: 0 auto;
  }
  body div.wrapper header nav.g_menu {
    right: 0;
    top: 0;
    width: 20%;
  }
  body div.wrapper header h1 {
    width: 728px;
    margin: 0 auto;
  }
  body div.wrapper header p.txt_4k {
    width: 260px;
    margin: 5px auto 25px;
  }
  body div.wrapper header p.txt_roadshow {
    width: 570px;
    margin: 0 auto 20px;
  }
  body div.wrapper header p.comment {
    width: 500px;
    padding: 20px;
    margin: 40px auto;
    font-size: 1.8em;
  }
  body div.wrapper header div.sns {
    padding: 0 0 40px;
  }
  body div.wrapper main {
    margin: 0 auto;
    padding: 50px 100px;
  }
  body div.wrapper main div.trailer {
    margin-bottom: 80px;
  }
  body div.wrapper main div.trailer iframe {
    max-width: 768px;
    max-height: 432px;
  }
  body div.wrapper main h2 {
    font-size: 2.6em;
    margin-bottom: 20px;
  }
  body div.wrapper main nav {
    font-size: 0.8em;
    margin: 0 auto 90px;
  }
  body div.wrapper main nav ul {
    width: 630px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
  body div.wrapper main section.theater {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
  }
  body div.wrapper main section.theater div.schedule-area table {
    font-size: 1em;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th {
    font-size: 1em;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb1 {
    width: 11%;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb2 {
    width: 30%;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb3 {
    width: 18%;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb3::after {
    content: "番号";
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb4 {
    width: 14%;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr th.tb5 {
    width: 27%;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr td {
    padding: 8px 10px;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr td.theater a:hover {
    opacity: 0.7;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr td.tel a {
    pointer-events: none;
    text-decoration: none;
    display: block;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr td.tel a span {
    display: block;
  }
  body div.wrapper main section.theater div.schedule-area table tbody tr td.tel i {
    display: none;
  }
  body div.wrapper footer {
    max-width: 1100px;
    margin: 0 auto;
  }
  body div.wrapper footer div.sns p i {
    font-size: 50px;
  }
  body div.wrapper footer p.copyright {
    margin-top: auto;
  }
}
@media screen and (min-width: 1101px) {
  body div.wrapper main div.trailer div.video {
    padding-bottom: 506px;
  }
}/*# sourceMappingURL=style.css.map */