@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #909090;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background-color: #0D0D0D;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.7rem;
    line-height: 1.8em;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/common/bg-body.jpg);
  background-size: cover;
  background-attachment: inherit;
}

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

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #E74458;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 0 0 25px;
  }
}

b {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

hr {
  border-top: 1px solid rgba(149, 149, 149, 0.3);
}

ul {
  margin: 10px 0;
}
ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 20px;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.flex {
  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;
  gap: 20px 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
.flex img {
  display: block;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.section {
  padding: 0;
  margin: -200px 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .section {
    margin: -100px 0 0;
  }
}
.section .section-background {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
  /* グラデーションマスク */
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.05) 15px, rgba(0, 0, 0, 0.2) 37.5px, rgba(0, 0, 0, 0.5) 75px, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px), rgba(0, 0, 0, 0.5) calc(100% - 75px), rgba(0, 0, 0, 0.2) calc(100% - 37.5px), rgba(0, 0, 0, 0.05) calc(100% - 15px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.05) 15px, rgba(0, 0, 0, 0.2) 37.5px, rgba(0, 0, 0, 0.5) 75px, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px), rgba(0, 0, 0, 0.5) calc(100% - 75px), rgba(0, 0, 0, 0.2) calc(100% - 37.5px), rgba(0, 0, 0, 0.05) calc(100% - 15px), rgba(0, 0, 0, 0) 100%);
}
.section .section-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: inherit;
  z-index: -10;
}
@media screen and (min-width: 1025px) {
  .section .section-background {
    padding: 0;
  }
  .section .section-background::after {
    background-size: cover;
    background-attachment: fixed;
  }
}
.section__inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 10;
  background: rgba(7, 37, 41, 0.6);
  padding: 150px 2rem;
}

/* MAIN */
.main {
  padding: 0;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .main {
    background-size: 43px;
    min-height: 700px;
  }
}

/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  display: block;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 70px;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0 0 14px;
  background-image: url(../img/common/bg-menu-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .gnav-btn {
    width: 100px;
    height: 110px;
    padding: 40px 0 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
    height: 90px;
  }
}

.gnav-btn .gnav-btn__inner {
  position: relative;
  width: 50%;
}

.gnav-btn span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gnav-btn span:nth-child(1) {
  top: 0px;
}

.gnav-btn span:nth-child(2) {
  top: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.gnav-btn span:nth-child(3) {
  top: 14px;
}

/*開閉ボタンopen時*/
.open .gnav-btn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .gnav-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .gnav-btn span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

/* GLOVAL_NAVI */
.blur-js {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.gnav {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  background-image: url(../img/common/bg-menu.svg);
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .gnav {
    background-image: none;
    background-color: transparent;
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: visible;
  }
}
.gnav__logo {
  margin: 0 auto 40px;
  text-align: center;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .gnav__logo {
    margin: 0 auto 60px;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__logo {
    display: none;
  }
}
.gnav__logo a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.gnav .language-gnav {
  text-align: center;
  margin-bottom: 30px;
}
.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .gnav__list {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gnav__item {
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  letter-spacing: 0.05em;
  display: block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 1025px) {
  .gnav__item {
    padding: 8px 0;
    font-style: normal;
    font-weight: 700;
  }
}
.gnav__item span {
  display: block;
  font-size: 1.2rem;
  line-height: 1em;
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .gnav__item span {
    font-size: 1rem;
  }
}
.gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-shadow: 0 0 4px rgb(0, 0, 0), 0 0 7px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 15px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.7), 0 0 25px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .gnav__item a {
    position: relative;
    font-size: 2.7rem;
  }
}
.gnav__item a:hover {
  color: #E74458;
}
.gnav__item--twitter {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter {
    margin-top: 0;
  }
}
.gnav__item--twitter::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/icon-link.svg);
  top: 2px;
  right: -22px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
}
.gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  pointer-events: none;
  color: #959595;
}

/* FOOTER */
.footer {
  padding: 0 0 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 0;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  overflow-y: visible;
  overflow-x: hidden;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 1;
  background: rgba(7, 37, 41, 0.6);
  padding: 70px 2rem;
}
@media screen and (min-width: 1025px) {
  .footer__inner {
    overflow-y: hidden;
    overflow-x: visible;
  }
}
.footer__logo {
  margin: 0 auto;
  width: 170px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: 250px;
  }
}
.footer__logo img, .footer__logo a {
  width: 100%;
  display: block;
}
.footer .banner-area {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer .banner-area {
    display: none;
  }
}
.footer .banner-area .org-box {
  margin-bottom: 20px;
}
.footer .banner-area .title-org {
  font-size: 1.6rem;
  display: block;
}
.footer .banner-area__org {
  display: block;
  text-align: center;
  padding: 0;
}
.footer .banner-area__org p {
  margin: 0;
}
.footer .banner-area__corp {
  display: block;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .footer .banner-area__corp {
    display: none;
  }
}
.footer .banner-area__corp p {
  margin: 0;
}
.footer .banner-area__corp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.footer .banner-area .bnr-list {
  width: 60%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .contact {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .footer .contact {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.footer__copyright {
  line-height: 2em;
  font-size: 1rem;
  text-align: center;
  padding: 30px 0 100px;
}

.seeker {
  display: none;
}

.top .seeker {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 172vw;
  z-index: 0;
  overflow: hidden;
}
.top .seeker img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .seeker .sp {
    display: none;
  }
  .top .seeker {
    overflow: hidden;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47vw;
  }
  .top .seeker img.pc {
    display: block !important;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .top .seeker {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48vw;
  }
  .top .seeker img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.box-gotop {
  width: 75px;
  height: 75px;
  max-width: 500px;
  margin: auto;
  position: fixed;
  bottom: 40px;
  right: 0;
  left: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .box-gotop {
    right: calc((100% - 500px) / 2);
  }
}
.box-gotop .gotop {
  width: 100%;
  height: 100%;
  display: block;
}
.box-gotop .gotop img {
  display: block;
  width: 100%;
}
.box-gotop .gotop img:hover {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .box-gotop .gotop {
    cursor: pointer;
  }
  .box-gotop .gotop:hover {
    opacity: 0.5;
  }
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    padding: 5px 15px 5px 0;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    height: 100%;
    width: calc((100% - 600px) / 2);
    right: 0;
    overflow-y: hidden;
  }
}
.header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    height: auto;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .header__btnlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__btn--ticket {
  position: relative;
  width: 45%;
  margin-top: 0;
  display: block;
}
.header__btn--ticket img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header__btn--ticket {
    margin-top: 0;
    margin-left: -20px;
    width: 190px;
    height: auto;
  }
  .header__btn--ticket:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.header__btn--x {
  position: relative;
  width: 30px;
  display: block;
  margin-right: 8px;
  margin-top: 10px;
  z-index: 1;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .header__btn--x {
    margin-right: 15px;
    margin-top: 0;
    width: 28px;
  }
}
.header__btn--x img {
  width: 100%;
  margin-top: 0;
  -webkit-filter: drop-shadow(0px 0 5px #000);
  filter: drop-shadow(0px 0 5px #000);
}
.header .language {
  font-size: 1.4rem;
  text-shadow: 0 0 4px rgb(0, 0, 0), 0 0 7px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.7);
}
.header .language a {
  color: #E74458;
  text-shadow: none;
}
.header .banner-area {
  display: none;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) {
  .header .banner-area {
    display: block;
  }
}
.header .banner-area .title-org {
  font-size: 1.6rem;
  display: block;
}
.header .banner-area .org-box {
  margin: 0;
  margin-bottom: 20px;
}
.header .banner-area__org {
  display: none;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .header .banner-area__org {
    display: block;
  }
}
.header .banner-area__corp {
  display: none;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .header .banner-area__corp {
    display: block;
  }
}
.header .banner-area__corp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.header .banner-area .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top .left-side {
  opacity: 0;
}

.left-side {
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.left-side.visible {
  opacity: 1;
}
.left-side.visible .left-side__logo-link {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .left-side {
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .left-side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 560px;
    width: calc((100% - 500px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.left-side__inner {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
.left-side__logo-link img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-side__logo-link:hover img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
}
.left-side__logo {
  width: 80%;
  margin: 0 auto;
}
.left-side__date_place {
  width: 70%;
  margin: 0 auto;
}
.left-side img {
  width: 100%;
}

.page-title {
  background-image: url(../img/common/bg-pagetitle-sp.jpg);
  padding-top: 60px;
  background-size: cover;
  background-position: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page-title {
    height: 280px;
    background-image: url(../img/common/bg-pagetitle.jpg);
  }
}
.page-title h1 {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px 15px;
}
.page-title h1::before, .page-title h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin: auto;
  background-image: url(../img/common/line-tr.svg), url(../img/common/line-tl.svg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center right 0, center left 0;
  background-size: 8px;
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .page-title h1::before, .page-title h1::after {
    height: 10px;
    background-size: 10px;
  }
}
.page-title h1::after {
  top: auto;
  bottom: 5px;
  background-position: center left 0, center right 0;
  background-image: url(../img/common/line-bl.svg), url(../img/common/line-br.svg);
}
.page-title--en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 11vw;
  line-height: 1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-title--en {
    font-size: 8vw;
    font-weight: 400;
  }
}
@media screen and (min-width: 1025px) {
  .page-title--en {
    font-size: 8rem;
  }
}
.page-title--jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0D0D0D;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .page-title--jp {
    font-size: 2vw;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title--jp {
    font-size: 2rem;
  }
}

/* title */
.section-title {
  width: 100vw;
  max-width: 700px;
  height: 40vw;
  max-height: 313px;
  margin: 0 auto -40px -10vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top 0;
  text-indent: -9999px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section-title {
    margin: -70px auto -80px -80px;
  }
}
.section-title--s {
  padding-left: 25px;
  position: relative;
  font-weight: 800;
  margin-top: 40px;
}
.section-title--s::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 4px;
  display: block;
  background-color: #0D0D0D;
}
@media screen and (min-width: 1025px) {
  .section-title--s::before {
    top: 0.6em;
  }
}
.section-title--bg {
  background-image: url(../img/common/bg-h2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .section-title--bg {
    font-size: 2.2rem;
  }
}
.section-title--white::before {
  background-color: #fff;
}

h3.title-h3 {
  background-color: #0D0D0D;
  color: #fff;
  padding: 5px 10px;
  font-weight: 800;
}

h2.article-h2 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-top: 20px;
}

h3.article-h3 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-top: 10px;
}

.news .section-title {
  background-image: url(../img/common/title-news.png);
}

.introduction .section-title {
  background-image: url(../img/common/title-intro.png);
}

.ticket .section-title {
  background-image: url(../img/common/title-ticket.png);
}

.notice .section-title {
  background-image: url(../img/common/title-notice.png);
}

.goods .section-title {
  background-image: url(../img/common/title-goods.png);
}

/* SNS SHARE */
.sns-area {
  text-align: center;
  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;
}

.sns-area__label {
  color: #fff;
  margin-right: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8em;
}

.sns-area__icon-list ul {
  text-align: center;
  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;
  margin: 0;
}
.sns-area__icon-list li {
  margin: 0 7px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .sns-area__icon-list li a img {
    width: 30px;
    height: 30px;
  }
}

/* SubNav */
.sub-nav {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.sub-nav--ul {
  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;
  gap: 10px;
}
.sub-nav--li {
  width: 70%;
  height: 50px;
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.8);
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 0 12px 4px rgba(122, 199, 186, 0.7);
          box-shadow: 0 0 12px 4px rgba(122, 199, 186, 0.7);
  background: rgba(0, 0, 0, 0.3);
  width: 45%;
  margin: 0;
}
.sub-nav--li:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .sub-nav--li {
    height: 60px;
    line-height: 60px;
    width: auto;
    width: 320px;
    padding: 0 20px;
  }
}
.sub-nav--li a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.sub-nav--li:has(.active) {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .sub-nav--li {
    width: 23%;
  }
}

a > img {
  display: block;
  width: 100%;
}
a > img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal-thumb {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-thumb:hover {
  opacity: 0.7;
}

/* BUTTON */
.btn {
  width: 70%;
  height: 50px;
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.8);
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 0 12px 4px rgba(122, 199, 186, 0.7);
          box-shadow: 0 0 12px 4px rgba(122, 199, 186, 0.7);
  background: rgba(0, 0, 0, 0.3);
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .btn {
    height: 60px;
    line-height: 60px;
    width: auto;
    width: 320px;
    padding: 0 20px;
  }
}
.btn a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

/* CONTENT */
.content-inner {
  margin: 0 0 100px;
}
@media screen and (min-width: 1025px) {
  .content-inner {
    margin: 0 0 150px;
  }
}

.content-box {
  width: 100%;
  max-width: 1000px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-box {
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .content-box {
    padding: 40px 20px;
  }
}
.content-box + .content-box {
  margin-top: 50px;
}
.content-box--scroll {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 10px;
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .content-box--scroll {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .content-box--scroll {
    padding-right: 10px;
  }
}

.section-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .section-wrap {
    margin-bottom: 60px;
  }
}

.news-list {
  margin-top: 0;
}
.news-list__item {
  border-bottom: 1px solid rgba(149, 149, 149, 0.3);
  position: relative;
  margin-bottom: 0;
}
.news-list__item a {
  display: block;
  padding: 20px 28px 20px 0;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-list__item a {
    padding: 30px 28px 30px 0;
  }
}
.news-list__item a::after {
  background-image: url(../img/common/icon-arrow.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 29px;
  height: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0 0px 3px #C90003);
          filter: drop-shadow(0 0px 3px #C90003);
}
@media screen and (min-width: 1025px) {
  .news-list__item a::after {
    right: 8px;
    width: 38px;
    height: 13px;
  }
}
.news-list__item a:hover::after {
  -webkit-transform: translate(8px);
          transform: translate(8px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list__date {
  font-size: 0.9em;
  padding-bottom: 7px;
  font-family: "Zen Old Mincho", serif;
}
.news-list__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .news-list__title {
    font-size: 1.3em;
  }
}

.icon--new {
  background-color: #6e603e;
  padding: 2px 3px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 4rem;
  position: absolute;
  top: 21px;
  left: 8.3rem;
}
@media screen and (min-width: 1025px) {
  .icon--new {
    left: 9rem;
    top: 32px;
  }
}

.pager {
  text-align: center;
  margin-top: 50px;
}

.thumb-list {
  width: 80%;
  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;
  gap: 30px 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .thumb-list {
    width: 95%;
  }
}
.thumb-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumb-list__item {
    width: 30%;
  }
}
.thumb-list__item a {
  display: block;
  text-decoration: none;
}
.thumb-list__item a:hover {
  text-decoration: underline;
}
.thumb-list__item a:hover {
  opacity: 1;
}
.thumb-list__item a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-list__item__thumb {
  margin-bottom: 20px;
  border: solid 6px #0D0D0D;
  width: 100%;
  overflow: hidden;
}
.thumb-list__item__thumb img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thumb-list__item__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4em;
}

.back_idx {
  text-align: center;
  margin-top: 50px;
}

.news-detail__date {
  line-height: 1em;
  margin-bottom: 20px;
}
.news-detail__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url(../img/common/line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom 0;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    font-size: 2.8rem;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
  border: solid 6px #0D0D0D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    -webkit-box-shadow: 20px 20px 0px 0px #000000;
            box-shadow: 20px 20px 0px 0px #000000;
    outline-offset: -15px;
    padding: 30px 60px 60px;
    width: 700px;
    height: 400px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* IMAGES */
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.img-box.center img {
  margin: 10px auto;
}

.font--red {
  color: #C90003;
}
.font--red_light {
  color: #E74458;
}
.font--blue {
  color: #1473B5;
}
.font--xl {
  font-size: 3rem;
}
.font--l {
  font-size: 1.8rem;
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.5rem;
  }
}
.font--s {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--s {
    font-size: 1.2rem;
  }
}

/* LIST */
.list--circle {
  margin-bottom: 20px;
}
.list--circle > li {
  margin-bottom: 10px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 20px;
}
.list--notice > li {
  margin-bottom: 9px;
  line-height: 1.5em;
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.table_list {
  border-top: 1px solid rgba(149, 149, 149, 0.3);
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .table_list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.table_list dt, .table_list dd {
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px 2rem 20px;
}
@media screen and (min-width: 768px) {
  .table_list dt, .table_list dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5em;
    border-bottom: solid 1px #0D0D0D;
  }
}
.table_list dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1em;
  line-height: 1em;
  background-color: #6D1D1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .table_list dt {
    padding: 20px 10px;
    width: 12em;
    text-align: center;
  }
}
.table_list dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .table_list dd {
    padding: 20px 30px 20px;
    width: calc(100% - 12em);
  }
}

.head--h2 + .table_list {
  border-top: none;
}

/*========= パーティクル ===============*/
#bg-front-movie {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: lighten;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  #bg-front-movie {
    position: fixed;
  }
}

/*========= 頁遷移 ===============*/
body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fuContent {
  -webkit-animation-name: fuContentAnime;
          animation-name: fuContentAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* modaal */
.modaal-image .modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
}
.modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
    height: 40px;
  }
}
.modaal-image .modaal-close:hover {
  background: transparent;
}
.modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:hover:before, .modaal-image .modaal-close:hover:after {
  background: #C90003;
}

.modaal-video .modaal-close {
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
}
.modaal-video .modaal-close::after, .modaal-video .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .modaal-video .modaal-close::after, .modaal-video .modaal-close::before {
    height: 40px;
  }
}
.modaal-video .modaal-close:hover {
  background: transparent;
}
.modaal-video .modaal-close:focus:before, .modaal-video .modaal-close:focus:after, .modaal-video .modaal-close:hover:before, .modaal-video .modaal-close:hover:after {
  background: #C90003;
}

.modaal-video-wrap {
  margin: auto 0 !important;
}
@media screen and (min-width: 1025px) {
  .modaal-video-wrap {
    margin: auto 50px;
  }
}

/* INDEX */
.top .main {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .top .main {
    padding-top: 0;
  }
}

.page-title {
  display: none;
}

.bg-top {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
  /* グラデーションマスク */
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px), rgba(0, 0, 0, 0.5) calc(100% - 75px), rgba(0, 0, 0, 0.2) calc(100% - 37.5px), rgba(0, 0, 0, 0.05) calc(100% - 15px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px), rgba(0, 0, 0, 0.5) calc(100% - 75px), rgba(0, 0, 0, 0.2) calc(100% - 37.5px), rgba(0, 0, 0, 0.05) calc(100% - 15px), rgba(0, 0, 0, 0) 100%);
}
.bg-top::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: inherit;
  z-index: -10;
  background-image: url(../img/common/bg-news-sp.jpg);
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .bg-top {
    padding: 0;
  }
  .bg-top::after {
    background-image: url(../img/common/bg-news.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
}

.bnr-space-top {
  margin: 20px 0 10px;
}
@media screen and (min-width: 1025px) {
  .bnr-space-top {
    margin: 20px 0 100px;
  }
}
.bnr-space-top .banner img {
  display: block;
  width: 100%;
}

.hero-area {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.hero-area__inner {
  position: relative;
}
.hero-area__hero {
  background-image: url(../img/common/hero2.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 162%;
  background-position: bottom center;
  height: 90vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-area__hero {
    height: 62vw;
    margin: 0 auto;
    background-size: cover;
  }
}
@media screen and (min-width: 1025px) {
  .hero-area__hero {
    height: 90vh;
  }
}
.hero-area__hero img {
  width: 100%;
  display: block;
}
.hero-area__lead {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 1100px;
  height: 20vw;
}
@media screen and (min-width: 768px) {
  .hero-area__lead {
    top: 20px;
    width: 90vw;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .hero-area__lead {
    top: 40px;
    width: 59vw;
  }
}
.hero-area__lead img {
  -webkit-filter: drop-shadow(0 0 10px white) drop-shadow(0 0 10px white) drop-shadow(0 0 10px white);
          filter: drop-shadow(0 0 10px white) drop-shadow(0 0 10px white) drop-shadow(0 0 10px white);
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .hero-area__lead img {
    margin-left: -3vw;
  }
}
.hero-area__logo {
  position: absolute;
  bottom: -55vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 91vw;
  height: 68vw;
  z-index: 1;
}
.hero-area__logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
.hero-area__logo img.date-place {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .hero-area__logo {
    max-width: 500px;
    height: auto;
    bottom: -250px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-area__logo {
    bottom: -222px;
  }
}

.link-comment {
  display: block;
  text-align: center;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .link-comment {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .link-comment {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.news {
  margin: 0 0;
}
.news .section-background::after {
  background-image: url(../img/common/bg-news.jpg);
  background-position: bottom center;
}
.news .section__inner {
  background: rgba(35, 14, 4, 0.6);
  padding-top: 240px;
}
.news__list {
  max-height: 400px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .news__list {
    max-height: 480px;
  }
}
.news__list a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.news__list__date {
  font-family: "Zen Old Mincho", serif;
}
.news__list__title {
  margin-right: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.5em;
  border-bottom: solid 1px rgba(149, 149, 149, 0.3);
}
@media screen and (min-width: 768px) {
  .news__list__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .news__list__title:hover {
    color: #959595;
  }
}
.news .content-box--news {
  margin-bottom: 50px;
  max-height: 500px;
  height: auto;
}
.news .twitter__title {
  font-size: 2em;
}

.introduction {
  position: relative;
  overflow: hidden;
  color: #0D0D0D;
}
@media screen and (min-width: 1025px) {
  .introduction {
    overflow: visible;
  }
}
.introduction .section-background::after {
  background-image: url(../img/common/bg-intro.jpg);
}
.introduction::after {
  content: "";
  position: absolute;
  right: 0vw;
  bottom: 150px;
  width: 35vw;
  height: 60vw;
  background-image: url(../img/common/illust-protagonist.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1025px) {
  .introduction::after {
    display: block;
  }
}
.introduction .section__inner {
  background-color: rgba(255, 255, 255, 0.3);
}
.introduction .gallica {
  position: absolute;
  width: 40vw;
  top: 74px;
  right: -11px;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .introduction .gallica {
    top: -74px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .introduction .gallica {
    width: 350px;
    top: -120px;
    left: calc((100% - 800px) / 2);
    right: auto;
  }
}
.introduction .gallica img {
  width: 100%;
  display: block;
}
.introduction__text {
  font-weight: 700;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 50px;
}
.introduction .outline {
  margin-bottom: 40px;
}
.introduction .floormap-area {
  margin-bottom: 40px;
}
.introduction .floormap {
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.introduction .floormap img {
  width: 48%;
  border: solid 1px rgba(149, 149, 149, 0.3);
  background-color: #fff;
  cursor: pointer;
}
.introduction .floormap img:hover {
  opacity: 0.7;
}
.introduction .tel-number a {
  color: #0D0D0D;
}
.introduction .area-image-list {
  margin-bottom: 40px;
}
.introduction .area-image-list .area-image-item {
  margin-bottom: 30px;
  line-height: 1.5em;
}
.introduction .area-image-list .area-image-item .title-area {
  width: 70%;
  margin-left: -13%;
  margin-top: -7%;
}
@media screen and (max-width: 767px) {
  .introduction .area-image-list .area-image-item .title-area {
    margin-top: -9%;
    width: 80%;
  }
}
.introduction .area-image-list .area-image-item .area-text {
  font-size: 0.9em;
}
.introduction .area-image-list .area-image-item img.area-image {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  margin: 10px auto 0;
  display: block;
}
.introduction .area-image-list .area-image-item img.area-image:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .introduction .area-image-list .area-image-item img.area-image {
    width: 80%;
  }
}
.introduction .highlight__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.introduction .highlight__img-list img {
  width: 48%;
  border: solid 1px rgba(149, 149, 149, 0.3);
  background-color: #fff;
  cursor: pointer;
}
.introduction .highlight__img-list img:hover {
  opacity: 0.7;
}
.introduction .highlight .highlight-box {
  background: linear-gradient(45deg, rgba(170, 217, 212, 0.72), rgba(206, 186, 217, 0.61));
  padding: 10px 15px 20px;
  margin-bottom: 20px;
}
.introduction .highlight .highlight-box p {
  margin-bottom: 0;
  font-weight: 600;
}
.introduction .highlight .title-midokoro {
  width: 50%;
  margin-left: -13%;
  margin-top: -20%;
}
.introduction .point .highlight-box {
  padding-top: 40px;
}
.introduction .point .highlight-box p {
  margin-bottom: 40px;
}
.introduction .point .highlight-box p:last-child {
  margin-bottom: 0;
}
.introduction .point.area-image-list .area-image-item .title-area {
  width: 60%;
  margin-left: -15%;
  margin-top: -7%;
}
@media screen and (max-width: 767px) {
  .introduction .point.area-image-list .area-image-item .title-area {
    margin-left: -20%;
    margin-top: -9%;
    width: 70%;
  }
}

.ticket a {
  color: #0D0D0D;
  text-decoration: underline;
}
.ticket a:hover {
  opacity: 0.7;
}
.ticket .section-background::after {
  background-image: url(../img/common/bg-ticket.jpg);
}
.ticket .section__inner {
  background: rgba(48, 51, 11, 0.6);
}
.ticket .content-box {
  background-image: url(../img/common/ticket-content-box.png);
  background-repeat: repeat-y;
  background-color: #e9ebdf;
  background-size: 100%;
  background-position: 0 0;
  color: #0D0D0D;
}
.ticket__list {
  margin-bottom: 30px;
}
.ticket__list dt {
  font-weight: 800;
  position: relative;
  padding-left: 0.5em;
  font-size: 1.2em;
}
.ticket__list dt::before {
  content: "・";
  position: absolute;
  left: -0.5em;
  top: 0;
  color: #0D0D0D;
  font-size: 1.5em;
}
.ticket__list dd {
  margin-bottom: 10px;
}
.ticket .toku-img {
  background-color: #fff;
  padding: 5px 0;
}

.top .goods {
  z-index: 2;
}
.top .goods .section-background::after {
  background-image: url(../img/common/bg-goods.jpg);
}
.top .goods .section__inner {
  background: rgba(39, 33, 23, 0.63);
}

.notice {
  position: relative;
  z-index: 1;
}
.notice .section__inner {
  background: rgba(7, 37, 41, 0.6);
  /* グラデーションマスク */
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 150px, rgb(0, 0, 0) calc(100% - 150px));
}
.top .left-side {
  pointer-events: none;
}
.top .left-side.visible {
  opacity: 1;
}
.top .left-side.visible .left-side__logo-link {
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */