@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #000;
  background-color: #f2a324;
  overflow: hidden;
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a {
  display: block;
  color: #000;
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  body {
    font-size: max(1.8rem, 16px);
  }
  body a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 85%;
    max-width: 1200px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    width: 100%;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.bnr_ticket {
  display: none;
  position: fixed;
  top: 15rem;
  right: 0;
  width: 12rem;
  z-index: 999;
}
.bnr_ticket a {
  -webkit-box-shadow: 0px 1.6rem 2.4rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1.6rem 2.4rem 0px rgba(0, 0, 0, 0.2);
}
.bnr_ticket a:hover {
  opacity: 0.7;
}

.sec_ttl {
  position: relative;
  margin-bottom: 8rem;
}
.sec_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: calc(20 / 680 * 100%);
  width: calc(357 / 680 * 100%);
  padding-top: calc(200 / 680 * 100%);
  background: url(../images/common/img_ojisan3.png) no-repeat center/contain;
  z-index: -1;
}

.filmBox {
  margin: 14rem 0 7rem;
  padding: 5rem 0;
  background: #000;
  z-index: 3;
}
.filmBox::before {
  content: "";
  position: absolute;
  display: block;
  top: -6.7rem;
  left: 0;
  width: 100%;
  height: 6.8rem;
  background: url(../images/common/img_film_side2.png) repeat-x center/auto 100%;
}
.filmBox::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6.7rem;
  left: 0;
  width: 100%;
  height: 6.8rem;
  background: url(../images/common/img_film_side2.png) repeat-x center/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.btn1 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn1 a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.3em;
  width: 1.6em;
  height: 1.6em;
  fill: #d93627;
}
.btn1 a span {
  font-size: 93%;
  font-weight: 700;
  line-height: 1.3;
}

.btn2 {
  width: 90%;
  margin: 0 auto;
}
.btn2 a {
  position: relative;
  text-align: center;
  padding: 1.2em 2em;
  line-height: 1.2;
  color: #fff;
  background: #d93627;
  border-radius: 2em;
}
.btn2 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.4em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.btn_list li {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .bnr_ticket {
    top: 10rem;
  }
  .sec_ttl {
    margin: 0 auto 8rem;
    width: calc(540 / 1200 * 100%);
  }
  .sec_ttl::before {
    margin-right: calc(-20 / 1200 * 100%);
    width: 49.6296296296%;
    padding-top: 27.7777777778%;
  }
  .filmBox {
    padding: 0;
  }
  .filmBox::before {
    top: -5rem;
    height: 5.1rem;
  }
  .filmBox::after {
    bottom: -5rem;
    height: 5.1rem;
  }
  .btn1 a svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn1 a:hover svg {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .btn1 a span {
    font-size: 88%;
  }
  .btn2 {
    width: 48%;
  }
  .btn2 a:hover::after {
    right: 1em;
  }
  .btn_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .btn_list li {
    margin-bottom: 3rem;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 999;
}

.btn_menu {
  position: relative;
  width: 12rem;
  height: 12rem;
  margin: 0 0 0 auto;
  background: #000;
  border-radius: 0 0 0 1.6rem;
  z-index: 9999;
}
.btn_menu_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 30%;
  width: 53.3333333333%;
  padding-top: 41.6666666667%;
}
.btn_menu_inner span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_menu_inner span:nth-of-type(1) {
  top: 0;
  z-index: 1;
}
.btn_menu_inner span:nth-of-type(2) {
  top: calc(50% - 0.4rem);
}
.btn_menu_inner span:nth-of-type(3) {
  bottom: 0;
}
.btn_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.15rem) rotate(45deg);
          transform: translateY(2.15rem) rotate(45deg);
}
.btn_menu.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
.btn_menu.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-2.15rem) rotate(-45deg);
          transform: translateY(-2.15rem) rotate(-45deg);
}

.nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 12rem 0 0;
  background-color: #f2a324;
  z-index: 999;
}
.nav_ojisan {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21.3rem;
}
.nav_inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_menu li {
  text-align: center;
  margin-bottom: 6rem;
}
.nav_menu li a {
  display: inline-block;
}
.nav_menu li a img {
  margin: auto;
  width: auto;
  height: 4.5rem;
}
.nav_menu li.nolink a {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}
.nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_sns li {
  width: calc(70 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 10rem;
  }
  .header_nav {
    position: absolute;
    top: auto;
    bottom: 0;
    height: auto;
  }
  .header_nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .btn_menu {
    display: none;
  }
  .nav {
    position: relative;
    display: block;
    padding: 0;
    height: auto;
    background: #000;
    overflow: hidden;
    z-index: 1;
  }
  .nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 100%;
    max-width: 1600px;
    overflow: visible;
  }
  .nav ul li a {
    position: relative;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10rem;
  }
  .nav ul li a img {
    position: relative;
  }
  .nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_menu li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2rem;
  }
  .nav_menu li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 2.4rem;
    min-height: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav_menu li a:hover::after {
    opacity: 1;
  }
  .nav_menu li a img {
    height: 2.3rem;
    min-height: 15px;
  }
  .nav_menu li.nav01 a::after {
    background: url(../images/nav/nav01_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav02 a::after {
    background: url(../images/nav/nav02_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav03 a::after {
    background: url(../images/nav/nav03_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav04 a::after {
    background: url(../images/nav/nav04_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav05 a::after {
    background: url(../images/nav/nav05_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav06 a::after {
    background: url(../images/nav/nav06_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav07 a::after {
    background: url(../images/nav/nav07_h.png) no-repeat center/contain;
  }
  .nav_sns li {
    margin-left: 2rem;
    width: 3.6rem;
  }
  .nav_sns li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav_sns li a:hover::after {
    opacity: 1;
  }
  .nav_sns li:nth-child(1) a::after {
    background: url(../images/common/icon_sns1_h.png) no-repeat center/contain;
  }
}
/* =====================================================================
    submv
======================================================================*/
.submv {
  padding: 5rem 0 9.6rem;
}
.submv::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.8rem;
  background: url(../images/common/img_film_side.jpg) repeat-x center/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.submv h1 {
  margin: 0 0 calc(23 / 680 * 100%) calc(133 / 680 * 100%);
  width: calc(440 / 680 * 100%);
}

.submv_img {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(-35 / 680 * 100%) 0 0 calc(-16 / 680 * 100%);
  width: calc(162 / 680 * 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .submv {
    padding: 7.6rem 0 8rem;
  }
  .submv::after {
    display: none;
  }
  .submv h1 {
    margin: 0 0 calc(20 / 1200 * 100%) calc(480 / 1200 * 100%);
    width: calc(560 / 1200 * 100%);
  }
  .submv_img {
    margin: calc(-61 / 1200 * 100%) 0 0 calc(100 / 1200 * 100%);
    width: calc(403 / 1200 * 100%);
  }
  .submv_date {
    margin-left: calc(480 / 1200 * 100%);
    width: calc(535 / 1200 * 100%);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_list li {
  margin: 0 calc(30 / 680 * 100%) 3rem 0;
  width: calc(325 / 680 * 100%);
}
@media screen and (max-width: 767px) {
  .banner_list li:nth-child(2n), .banner_list li:last-child {
    margin-right: 0;
  }
}
.banner_list li a {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.4) inset;
}
.banner_list li a img {
  position: relative;
  z-index: -1;
}
.banner_list li.banner_txt {
  text-align: center;
}
.banner_list li.banner_txt a {
  padding: 3rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .banner_list li.banner_txt {
    margin-right: 0;
    width: 100%;
  }
}
.banner_list.wide li {
  width: calc(480 / 680 * 100%);
}
.banner_list.wide li a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(20 / 1200 * 100%) 4rem;
    width: calc(248 / 1200 * 100%);
  }
  .banner_list li a {
    top: 0;
  }
  .banner_list li a:hover {
    top: 1rem;
  }
  .banner_list li.banner_txt {
    width: 43%;
  }
  .banner_list.wide li {
    width: calc(420 / 1200 * 100%);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 13.8rem 0 7rem;
  background: #000 url(../images/common/img_film_side.jpg) repeat-x center top/auto 6.8rem;
}
.footer .ojisan2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -33.2rem 0 0;
  width: 28rem;
}
.footer .banner_list {
  margin-bottom: 4rem;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 2rem;
  margin-bottom: 5rem;
  z-index: 10;
}
.pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 10rem;
  background: #bf3326;
  border-radius: 50%;
}
.pagetop a img {
  width: 28.3333333333%;
}

.credit {
  margin-bottom: 7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 1.3;
}

.copyright {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 12rem;
    background-size: auto 5.1rem;
  }
  .credit {
    font-size: 1.4rem;
  }
  .copyright {
    font-size: 1.6rem;
  }
  .pagetop {
    margin-bottom: 3rem;
  }
  .pagetop a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pagetop a:hover img {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
}

.popup_inner {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: auto;
  padding: 5.5em 0;
  width: calc(680 / 750 * 100%);
}

.popup_close {
  position: absolute;
  top: 1em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 2px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  padding: 10rem 5rem;
  width: 100%;
  height: 100%;
  background: #fff;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.popup_list > li > *:not(:last-child) {
  margin-bottom: 1em;
}
.popup_list > li h2 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.2;
  color: #d93627;
  border-bottom: 1px solid;
}
.popup_list > li p {
  line-height: 1.4;
}
.popup_list > li p span {
  color: #bf3326;
}

.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed_inner iframe,
.movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #d93627;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(1200 / 1600 * 100%);
    max-width: 1200px;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_list {
    padding: 10rem;
  }
  *[data-id] {
    cursor: pointer;
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #f2a324;
  }
}/*# sourceMappingURL=common.css.map */