@charset "UTF-8";
/* INDEX */
@media screen and (min-width: 1025px) {
  .top .header {
    height: 170px;
  }
  .top .header.scrolled {
    height: 80px;
  }
}

.main-wrapper {
  padding-top: 0;
}

.page-title {
  display: none;
}

.section-hero {
  padding: 0;
  background-color: #D42C24;
  position: relative;
  padding: 40px 15px 15px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .section-hero {
    padding: 25px;
  }
}
.section-hero::before, .section-hero::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -11%;
  width: 55%;
  height: 25vw;
  background-image: url(../img/common/pan-line-l.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .section-hero::before, .section-hero::after {
    display: none;
  }
}
.section-hero::after {
  left: auto;
  right: -11%;
  background-image: url(../img/common/pan-line-r.png);
}
.section-hero .bg-hero {
  background-color: #fff;
  border-radius: 60px 60px 3px 3px;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-hero .bg-hero {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .bg-hero {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    border-radius: 80px 80px 3px 3px;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .bg-hero .inner {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.section-hero .logo-group {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .section-hero .logo-group {
    width: 40%;
    padding-left: 30px;
  }
}
.section-hero .logo-group .logo {
  width: 90%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .section-hero .logo-group .logo {
    margin-bottom: 40px;
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .logo-group .logo {
    width: 100%;
    max-width: 529px;
  }
}
.section-hero .logo-group .logo img {
  width: 100%;
  display: block;
}
.section-hero .logo-group .event-date, .section-hero .logo-group .event-place {
  text-align: center;
  color: #8F5F2A;
}
.section-hero .logo-group .event-date {
  font-size: 4.2rem;
  font-weight: 600;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .section-hero .logo-group .event-date {
    font-size: 8.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .logo-group .event-date {
    font-size: 8rem;
    margin-bottom: 30px;
  }
}
.section-hero .logo-group .event-date .font--m {
  font-size: 2.5rem;
  font-weight: 500;
  vertical-align: 20%;
}
@media screen and (min-width: 768px) {
  .section-hero .logo-group .event-date .font--m {
    font-size: 4rem;
    vertical-align: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .logo-group .event-date .font--m {
    vertical-align: 40%;
    font-size: 6rem;
    letter-spacing: -0.1em;
  }
}
.section-hero .logo-group .event-place {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .section-hero .logo-group .event-place {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .logo-group .event-place {
    line-height: 1.4em;
    font-size: 2.6rem;
  }
}
.section-hero .hero {
  width: 90%;
  margin: 0 auto 0 10%;
}
@media screen and (min-width: 768px) {
  .section-hero .hero {
    width: 87%;
    margin: 0 auto 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .hero {
    width: 57%;
    margin: 0;
  }
}
.section-hero .hero img {
  display: block;
  width: 100%;
}
.section-hero .introduction {
  color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 1025px) {
  .section-hero .introduction {
    padding: 100px 0 70px;
    font-size: 2.2rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .introduction__text {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(212, 44, 36), 0 0 10px rgb(212, 44, 36), 0 0 10px rgb(212, 44, 36), 0 0 10px rgb(212, 44, 36), 0 0 10px rgb(212, 44, 36), 0 0 10px rgb(212, 44, 36);
  }
}
.section-hero .introduction::before, .section-hero .introduction::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .section-hero .introduction::before, .section-hero .introduction::after {
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    left: -25px;
    width: 403px;
    height: 184px;
    background-image: url(../img/common/pan-line-l.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero .introduction::after {
    left: auto;
    right: -25px;
    background-image: url(../img/common/pan-line-r.png);
  }
}

.main-banner {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .main-banner {
    max-width: 700px;
    margin: 0 auto 60px;
  }
}

.section-update {
  padding-bottom: 100px;
  background-color: #F68F1E;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-update {
    padding-bottom: 250px;
  }
}
.section-update .illust-pandorobou {
  position: absolute;
  display: block;
  bottom: 32px;
  left: 10px;
  width: 100px;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .section-update .illust-pandorobou {
    bottom: 0x;
    width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .section-update .illust-pandorobou {
    bottom: 30px;
    width: 238px;
  }
}
.section-update .card {
  height: 450px;
  padding-right: 0;
  overflow: hidden;
  padding: 15px 3px 20px 2rem;
}
@media screen and (min-width: 768px) {
  .section-update .card {
    height: 550px;
  }
}
@media screen and (min-width: 1025px) {
  .section-update .card {
    padding: 40px 3px 30px 40px;
    height: 420px;
  }
}
.section-update .section-news {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.section-update .section-news .news-list {
  overflow-y: scroll;
  height: 400px;
  border-top: none;
  padding-right: 3rem;
}
@media screen and (min-width: 768px) {
  .section-update .section-news .news-list {
    height: 350px;
    padding-right: 40px;
  }
}
.section-update .section-news .news-list .news-item {
  margin-bottom: 0;
}

.section-x {
  position: relative;
  padding-bottom: 0;
}
.section-x .title-x {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 0;
  background-color: #EAD2AC;
  font-size: 1.7rem;
  text-align: center;
  padding-right: 2rem;
  padding: 10px;
  background-image: url(../img/common/icon-x-circle.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 40px;
}
@media screen and (min-width: 768px) {
  .section-x .title-x {
    background-size: 60px;
    font-size: 2.6rem;
    background-position: left 60px center;
    padding: 20px 10px;
  }
}
.section-x .title-x span.font--s {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .section-x .title-x span.font--s {
    font-size: 1.8rem;
  }
}
.section-x .card--x {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.section-x iframe {
  height: 410px !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .section-x iframe {
    height: 500px !important;
  }
}

.section-outline {
  background-color: #FAD530;
  position: relative;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .section-outline {
    margin-top: -80px;
  }
}
.section-outline .illust-pandorobou {
  position: absolute;
  display: block;
  bottom: -10px;
  right: 10px;
  width: 70px;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .section-outline .illust-pandorobou {
    bottom: -20px;
    right: 30px;
    width: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .section-outline .illust-pandorobou {
    bottom: -20px;
    right: 30px;
    width: 165px;
  }
}
.section-outline .table_list {
  border-top-color: #d9b780;
}
.section-outline .table_list dt, .section-outline .table_list dd {
  border-bottom-color: #d9b780;
}
.section-outline .map {
  border: 1px solid #CCCCCC;
  margin-top: 20px;
}
.section-outline .map iframe {
  display: block;
}

/* JSボタン切り替え */
.switch-cts-js {
  display: none; /* 初期状態では非表示 */
}

#outline-osaka {
  display: block; /* 初期状態で大阪会場のチケット情報を表示 */
}

.section-comingsoon .title-comingsoon {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-comingsoon .title-comingsoon {
    font-size: 3.5rem;
  }
}
.section-comingsoon .title-comingsoon span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section-comingsoon .title-comingsoon span {
    font-size: 2rem;
  }
}

/* アトラクション詳細スタイル */
.list--number {
  counter-reset: attraction-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.list--number li {
  counter-increment: attraction-counter;
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid rgba(217, 183, 128, 0.3);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list--number li {
    padding: 25px 0 25px 80px;
  }
}
@media screen and (min-width: 1025px) {
  .list--number li {
    padding: 20px 0 20px 100px;
  }
}
.list--number li:last-child {
  border-bottom: none;
}
.list--number li::before {
  content: counter(attraction-counter);
  position: absolute;
  left: 0;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #F68F1E;
  color: #fff;
  border-radius: 50%;
  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;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .list--number li::before {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .list--number li::before {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    top: 30px;
  }
}
.list--number li h4 {
  color: #8F5F2A;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .list--number li h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .list--number li h4 {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
.list--number li p {
  margin: 0;
  line-height: 1.6;
}

/* ステッカー画像レイアウト */
.sticker-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.sticker-gallery img {
  width: calc(50% - 7.5px);
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .sticker-gallery img {
    width: calc(25% - 11.25px);
    max-width: 180px;
  }
}