@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* =======================================
 ■Layout
=======================================*/
/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top-movie {
  background-image: url(../images/img_movie_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  aspect-ratio: 740/930;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-movie {
    background-image: url(../images/img_movie_pc.webp);
    aspect-ratio: 1920/1149;
  }
}
.p-top .slider-movie {
  margin-top: calc(580 * (100vw / 1920));
}
@media screen and (min-width: 992px) {
  .p-top .slider-movie {
    margin-top: calc(240 * (100vw / 1920));
  }
}
.p-top .slider-movie li {
  padding: 0 2%;
}
.p-top .slider-movie li label {
  cursor: pointer;
}

footer {
  background-color: #ededed;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: clamp(16px, 3.23vw, 32px);
  font-weight: 500;
  font-style: normal;
  padding: calc(80 *(100vw / 992));
}
@media screen and (min-width: 992px) {
  footer {
    font-size: calc(32 *(100vw / 1920));
    padding: 25px;
  }
}
footer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  footer .wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  footer .btn {
    margin: 0 .5%;
  }
}
footer .btn a {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 7px 18px;
}
footer .btn a:hover {
  opacity: .7;
}
footer .theater {
  font-size: 110%;
  font-weight: bold;
  margin: 1rem 0 0;
}
@media screen and (min-width: 992px) {
  footer .theater {
    margin: 0 .5%;
  }
}
footer .info {
  line-height: 1.4;
  margin: .5rem 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .info {
    margin: 0 .5%;
    width: 44%;
    text-align: left;
  }
}
footer .info .tel {
  display: block;
}
@media screen and (min-width: 992px) {
  footer .info .tel {
    display: inline;
    margin: 0 0 0 1rem;
  }
}
footer .link a {
  color: #009bdd;
  display: inline-block;
  font-weight: bold;
  margin: 1rem 0 0;
}
footer .link a:hover {
  margin: 0;
  opacity: .7;
  text-decoration: underline;
}

.video-wrapper iframe,
.video-wrapper video {
  aspect-ratio: 16/9;
  width: 100%;
}

.video-modal {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  margin: auto;
  max-width: 1300px;
  width: 95%;
}

input[name="video-check"]:checked + .video-modal {
  opacity: 1;
  max-height: 999vh;
  visibility: visible;
}

input[name="video-check"]:checked + .video-modal + .video-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* Utility
======================================= */
