@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

:root {
  --serif: "Noto Serif JP", serif;
  --san: "Noto Sans JP", sans-serif;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-weight: 400;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

.l_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
}

.l_con {
  width: 160rem;
}

.c_con {
  width: 110rem;
}

.s_con {
  width: 96rem;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.5641025641vw;
  }
  .l_con,
  .s_con,
  .c_con {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body {
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------*/
/* header
---------------------------------------------------------------------------------*/
.header-logo {
  width: 33.4rem;
  position: fixed;
  top: 4rem;
  left: 6rem;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 17.2rem;
    top: 1.1rem;
    left: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header-trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: url(../img/menu.svg) 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 100;
  }
  .header-trigger.is-open {
    background: url(../img/menu_close.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.header-navi.is-show .header-navi__logo {
  opacity: 1;
}
.header-navi__logo {
  width: 20.6rem;
  opacity: 0;
}
.header-navi__list li {
  list-style: none;
}
.header-navi__list li.is-disable {
  pointer-events: none;
  opacity: 0.7;
}
.header-navi__list li a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: block;
  font-family: var(--serif);
}
.header-navi__list li a .en {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #FDD100;
  letter-spacing: 0.04em;
  font-family: var(--serif);
}
.header-navi__list li + li {
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .header-navi {
    position: fixed;
    z-index: 100;
    left: 6rem;
    top: 0;
    height: 100vh;
    height: 100dvh;
    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;
  }
}
@media screen and (max-width: 767px) {
  .header-navi {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #000;
    top: 0;
    left: 0;
  }
  .header-navi__inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-navi__logo {
    display: none;
  }
  .header-navi__list {
    padding-top: 9.7rem;
    padding-bottom: 6.2rem;
  }
  .header-navi__list li {
    text-align: center;
  }
  .header-navi__list li a {
    font-size: 2rem;
  }
  .header-navi__list li a .en {
    font-size: 0.9rem;
  }
  .header-navi__list li + li {
    margin-top: 2rem;
  }
  .header-navi__note {
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }
  .header-navi__bnr {
    margin: 0 auto;
    margin-bottom: 4.5rem;
    width: 33rem;
  }
  .header-navi__sns {
    width: 16.2rem;
    margin: 0 auto;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-navi__sns a {
    color: #fff;
  }
  .header-navi__sns img {
    width: 4.8rem;
    margin: 0 auto;
  }
  .header-navi__sns span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    font-family: var(--serif);
    padding-top: 1.3rem;
  }
  .header-navi__footerlogo {
    width: 29.4rem;
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}
.header-lang {
  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;
  color: #fff;
  display: none;
}
.header-lang a {
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--serif);
}
.header-lang a.is-current {
  text-decoration: underline;
}
.header-lang-wrap {
  position: fixed;
  top: 3rem;
  right: 6rem;
  z-index: 100;
  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;
}
.header-lang-wrap .logo_hyogo {
  width: 18.8rem;
  /*margin-right:3.5rem;*/
}

@media screen and (max-width: 767px) {
  .header-lang-wrap {
    top: 1rem;
    right: 8.8rem;
  }
  .header-lang-wrap .logo_hyogo {
    width: 13.7rem;
    margin-right: 8rem;
    position: fixed;
    left: 2rem;
    top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .second .header-lang {
    margin-left: auto;
  }
  .second .header-lang-wrap .logo_hyogo {
    display: none;
  }
}
/*--------------------------------------------------------------------------*/
/* footer
---------------------------------------------------------------------------------*/
.footer {
  position: relative;
  background: #fff;
  padding-left: 30rem;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #A40001;
  width: 30rem;
  height: 100%;
}
.footer__inner {
  max-width: 114rem;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.footer__info {
  width: 90rem;
  margin: 0 auto;
  margin-bottom: 5.8rem;
}
.footer__schedule {
  margin-bottom: 1.8rem;
}
.footer__pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__place {
  width: 50rem;
}
.footer__time {
  width: 38.6rem;
}
.footer__sns {
  width: 24rem;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__sns img {
  width: 6.3rem;
  margin: 0 auto;
}
.footer__sns span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--serif);
  padding-top: 2rem;
}
.footer__sponsored {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
  margin-bottom: 3.5rem;
}
.footer__contact {
  text-align: center;
  margin-bottom: 4rem;
}
.footer__contact-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer__contact-tel {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
}
.footer__contact-tel span {
  font-size: 2.4rem;
}
.footer__contact-other {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1rem;
}
.footer__logo {
  width: 38rem;
  margin: 0 auto;
}
.footer__copy {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 0;
  }
  .footer:before {
    display: none;
  }
  .footer__inner {
    padding: 5rem 2rem 4rem;
  }
  .footer__info {
    width: 100%;
    margin-bottom: 4rem;
  }
  .footer__schedule {
    margin-bottom: 2rem;
  }
  .footer__pt {
    display: block;
  }
  .footer__place {
    width: 33rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .footer__time {
    width: 31.6rem;
    margin: 0 auto;
  }
  .footer__sponsored {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .footer__contact {
    margin-bottom: 2.8rem;
  }
  .footer__contact-ttl {
    margin-bottom: 0.8rem;
  }
  .footer__contact-tel {
    font-size: 3.2rem;
  }
  .footer__contact-tel span {
    font-size: 2rem;
  }
  .footer__logo {
    width: 32rem;
  }
  .footer__copy {
    line-height: 2.1666666667;
    margin-top: 3rem;
  }
}
/*--------------------------------------------------------------------------*/
/* other
---------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 11;
  width: 3rem;
  right: 2rem;
  bottom: 6.7rem;
}

.fixedTicket {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.fixedTicket 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: 23rem;
  height: 4.7rem;
  border-radius: 0.6rem 0 0 0;
  color: #fff;
  background-color: #A40001;
}
.fixedTicket a.is-disable {
	pointer-events: none;
    background: #595959;
    color: #8B8B8B;
}
.fixedTicket a span {
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.fixedTicket a svg {
  width: 2.3rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-page-main {
  padding-left: 30rem;
  width: 100%;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-page-main {
    padding-left: 0;
    overflow: hidden;
  }
}
.l-page-other {
  padding-top: 18rem;
}

@media screen and (max-width: 767px) {
  .l-page-other {
    padding-top: 8rem;
  }
}
.l-sec-full {
  margin-left: -30rem;
}

@media screen and (max-width: 767px) {
  .l-sec-full {
    margin-left: 0;
  }
}
.l-ttl {
  text-align: center;
  margin-bottom: 5rem;
}
.l-ttl__jp {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  font-family: var(--serif);
}
.l-ttl__en {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 1.7rem;
  color: #E75F04;
  padding-top: 1.2rem;
  font-family: var(--serif);
}

@media screen and (max-width: 767px) {
  .l-ttl {
    margin-bottom: 4rem;
  }
  .l-ttl__jp {
    font-size: 2.6rem;
  }
  .l-ttl__en {
    font-size: 1.5rem;
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 767px) {
  .opacity {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .opacity:hover {
    opacity: 0.7;
  }
}
.btn {
  width: 46rem;
  height: 9rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #A40001;
  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;
  margin: 0 auto;
}
.btn:after {
  content: "";
  background: url(../img/ico_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 1.4rem;
  height: 2.3rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.is-disable {
  pointer-events: none;
  background: #595959;
  color: #8B8B8B;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 31rem;
    height: 6rem;
    font-size: 1.7rem;
  }
  .btn:after {
    width: 1rem;
    height: 1.6rem;
    right: 1.6rem;
  }
}
.past-bnr {
  text-align: center;
  width: 47.1rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}
.past-bnr p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.past-bnr a {
  display: block;
}

@media screen and (max-width: 767px) {
  .past-bnr {
    width: 35rem;
    padding-bottom: 6rem;
  }
  .past-bnr p {
    margin-bottom: 2.2rem;
  }
}
.sec {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
}

/* アニメーション */
.anime.slideUp,
.anime.fadeIn {
  opacity: 0;
}

.anime.slideUp.active {
  -webkit-animation: slideUp 0.5s 0.02s ease-out forwards;
          animation: slideUp 0.5s 0.02s ease-out forwards;
}

.anime.fadeIn.active {
  -webkit-animation: fadeIn 0.5s 0.05s ease-out forwards;
          animation: fadeIn 0.5s 0.05s ease-out forwards;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideLeft {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(3rem, 0, 0);
          transform: translate3d(3rem, 0, 0);
}
.slideLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}