@charset 'utf-8';

/* ++++++++++++++++++++++++++++++++++++++++

	index.html

++++++++++++++++++++++++++++++++++++++++ */

article:last-child {
  padding: 0 0 30px;
}

#result {
  background: #FFF000;
  text-align: center;
}

#result>section>.inner {
  padding: 22px 18px;
}

#result>section dt {
  line-height: 1;
  margin-bottom: 10px;
}

#result>section dd {
  line-height: 1;
}

/*--main--*/
.top #main {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  min-width: 1100px;
  padding-bottom: 0;
  line-height: 0;
}

.top #main .kv {
  width: 100%;
}

.top #main .news {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  padding: 15px 70px 5px;
  border: 3px solid #de1615;
  border-radius: 100px;
  text-align: center;
}

.top #main .news p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #313131;
}

.top #main .news a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #de1615;
  text-decoration: none;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink .8s infinite alternate;
  -moz-animation: blink .8s infinite alternate;
  animation: blink .8s infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#main .btn_scroll {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*--about--*/

#photoWrap {
  margin: 5px auto 60px;
}

#photo {
  height: 460px;
  margin: 0 auto 20px;
}

#photo>li {
  position: absolute;
}

.sliderNav {
  width: 100%;
  height: 0;
  padding-bottom: 70px;
  background: url("../img/index/photo_nav.jpg");
  background-size: contain;
}

.sliderNav li {
  float: left;
  width: 105px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 12px;
  text-indent: -9999px;
}

.sliderNav li.active {
  border: solid 2px #e9545d;
}

.sliderNav li:last-child {
  margin-right: 0;
}

#about .notes ul>li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--outline--*/
#outline dl {
  display: flex;
  flex-wrap: wrap;
}

#outline dt {
  width: 120px;
  background: #ebebeb;
  margin: 0 5px 5px 0;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}

#outline dd {
  width: calc(100% - 165px);
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 0 0 5px;
}

.access a {
  display: inline-block;
  margin: 15px auto 0;
  line-height: 1;
}

.ticket_area_cominsoon {
  color: #e9545d;
  margin: 20px auto 0;
  padding: 15px 0;
  border: solid 1px #e9545d;
  text-align: center;
  line-height: 2;
}

.ticket_area {
  margin: 20px auto 0;
  padding: 15px;
  border: solid 1px #e9545d;
  line-height: 2;
}

.ticket_area a.btn_ticket {
  position: relative;
  display: block;
  color: #fff;
  background: #e9545d;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

a.btn_ticket.btn_close::before {
  content: "チケット販売は終了しました";
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(12 46 90 / 75%);
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  cursor: initial;
  text-decoration: none;
}

a.btn_ticket.btn_close:hover {
  opacity: 1;
}

.ticket_area strong {
  color: #e9545d;
  font-weight: bold;
  text-align: center;
}

.ticket_area div::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #d2d2d2;
  margin: 7px auto;
  padding: 0;
}

.ticket_area div:last-child::after {
  display: none;
}

#fee_notes_business {
  margin: 0 0 0 15em;
}

#fee_notes_public {
  margin: 0 0 0 14em;
}

#result_area {
  width: 310px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
  background: #e9545d;
  text-align: center;
  border: 5px solid #fff;
  border-bottom: none;
  border-radius: 100vh 100vh 0 0;
  overflow: hidden;
}

#result_area .thanks {
  padding: 40px 0 10px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .05em;
}

#result_area p {
  width: 260px;
  margin: auto;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#result_area #result_link {
  position: relative;
  bottom: -20px;
}

#result_area #result_link a {
  margin: 0 10px;
}

#result_area #result_link a img {
  width: 130px;
  height: auto;
}

.modalNext {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0,0,0,.7);
  visibility: hidden;
  opacity: 0;
}
.modalNext.js-open {
  visibility: visible;
  opacity: 1;
}
.modalNext__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 650px;
    margin: auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.modalNext__title {
  display: block;
  padding: 15px 0 12px;
  line-height: 1;
  font-size: 24px;
  justify-content: center;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.modalNext__img {
  display: block;
  max-width: 100%;
}
.modalNext__text {
  padding: 10px 0 5px;
  text-align: center;
}
.modalNext__btn {
  display: block;
  width: 500px;
  margin: 10px auto 0;
}
.modalNext__btn img {
  text-align: center;
}
.modalNext__close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/index/btn_close.svg) top center / contain no-repeat;
  cursor: pointer;
}