/* =============================
   共通スタイル
============================= */
a {
  display: inline-block;
  cursor: pointer;
}
h2 {
  text-align: center;
}
img {
  max-width: 100%;
}
li {
  margin-bottom: 0.5em;
}
section {
  scroll-margin-top: 50px;
}
.coming_soon {
  background: #fff;
  border-radius: 1em;
}
.color-red {
  color: #ff0000;
}
.style-none {
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  background: #f8f9fa;
}
.main-bg {
  background: url(../images/bg.png) no-repeat top center fixed;
  background-size: cover;
  min-height: 100vh;
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 2%;
}
@media (max-width: 767px) {
  .inner {
    padding: 20px 4%;
  }
}
header {
  padding: 24px 0 16px 10px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
    padding: 20px 0 0;
  }
}
.logo {
  width: 230px;
}
@media (max-width: 767px) {}
  .logo {
    width: 180px;
    text-align: center;
  }
}
/* =============================
   レスポンシブ用 共通クラス
============================= */
.br768 {
  display: none;
}
@media (max-width: 768px) {
  .br768 {
    display: block;
  }
}
.br480 {
  display: none;
}
@media (max-width: 480px) {
  .br480 {
    display: block;
  }
}

/* =============================
   フェードインアニメーション 共通
============================= */
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* =============================
   セクション共通余白
============================= */
.ticket-section,
.goods-section,
.menu-section,
.access-section,
.quiz-section,
.photo-section,
.special-event-section {
  margin: 5em auto 0;
}

/* =============================
   プレースホルダー共通
============================= */
.ticket-placeholder-box,
.placeholder-box {
  width: 100%;
  margin: 1em auto 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ticket-placeholder-box img,
.placeholder-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* =============================
   タイトル共通
============================= */
.section-title,
.h3ttl {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 1.2em;
}
@media (max-width: 480px) {
  .section-title,
  .h3ttl {
    font-size: 1.2em;
  }
}

/* =============================
   エリア共通
============================= */
.goods-section .goods-onsite-area,
.section-area {
  background-color: #fff;
  padding: 0em 1em 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* =============================
   注意書きリスト共通
============================= */
.ticket-section .goods-onsite-notes,
.goods-section .goods-onsite-notes,
.section-notes {
  background-color: #fff;
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
@media (max-width: 768px) {
  .ticket-section .goods-onsite-notes,
  .goods-section .goods-onsite-notes,
  .section-notes {
    padding-right: 0.5em;
  }
}
@media (max-width: 480px) {
  .ticket-section .goods-onsite-notes,
  .goods-section .goods-onsite-notes,
  .section-notes {
    font-size: 0.9em;
  }
}
.ticket-section .goods-onsite-notes li::marker,
.goods-section .goods-onsite-notes li::marker,
.section-notes li::marker {
  font-size: 1.35em;
}

/* =============================
   TOPセクション
============================= */
.top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-section-content {
  width: 100%;
  text-align: center;
}
.top-section-content h1 {
  font-size: 2.2rem;
  color: #008edc;
  margin-bottom: 18px;
  margin-top: 0;
}
.top-section-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.8em auto 0 auto;
}
@media (max-width: 767px) {
  .top-section-btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-section-btns .top-section-btn {
    width: 48% !important;
    margin: 0.7em 0 0 !important;
  }
}
.top-section-btns .top-section-btn {
  width: 24%;
  margin: 1em 0 0.5em;
}
.top-section-btn img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s;
}
.top-section-period-date {
  margin-top: 5em;
}
@media (max-width: 767px) {
  .top-section-period-date {
    margin-top: 2em;
  }
}

/* =============================
   チケットセクション固有
============================= */
.ticket-date {
  color: #e98400;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff, 0px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff,
    -2px 0px 0 #fff;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .ticket-date {
    font-size: 1.5em;
  }
}
.ticket-section .ticket-price-area .ticket-price-title {
  font-size: 2em;
}
.ticket-section .ticket-price-area .ticket-price-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 2em;
}
.ticket-price-area .ticket-price-calendar li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .ticket-section .ticket-price-area .ticket-price-calendar {
    flex-wrap: wrap;
  }
  .ticket-price-area .ticket-price-calendar li {
    width: 100%;
    margin-bottom: 1em;
  }
  
}
.ticket-benefits-box {
  text-align: center;
  margin: 2em 0;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .ticket-benefits-box {
    font-size: 1.1em;
  }
}
.ticket-benefits-box .ticket-date-list {
  list-style: none;
  font-weight: bold;
  margin-top: 1em;
  padding: 0;
}
.ticket-date-list li {
  margin-bottom: 0.5em;
}
.ticket-price-area {
  background-color: #f9e8bf;
  padding: 1em;
  border-radius: 1em;
}
@media screen and (max-width: 480px) {
  .ticket-price-area .section-title,
  .ticket-price-area .h3ttl {
    font-size: 1.6em;
  }
}

.ticket-price-area .ticket-price {
  margin-top: 2em;
  text-align: center;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .ticket-price-area .ticket-price {
    font-size: 1.2em;
  }
  
}

.ticket-price-area .one_day {
  text-align: center;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.ticket-placeholder-box .ticket-asoview {
  width: 40%;
}
@media (max-width: 767px) {
  .ticket-placeholder-box .ticket-asoview {
    width: 80%;
  }
}
.ticket-section .goods-onsite-title {
  background-color: #fcd244 !important;
  margin: 3em auto 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ticket-section .goods-onsite-title {
    font-size: 1.2em;
    padding: 0.8em 0;
  }
  
}

/* =============================
   謎解きラリーセクション固有
============================= */
.quiz-section .goods-onsite-notes {
  margin-top: 5em;
}
.quiz-section .goods-onsite-notes li {
  margin-bottom: 0.5em;
}

/* =============================
   ECサイトボタン 共通
============================= */
.ec-site-btn {
  display: block;
  width: 50% !important;
  background: #003591;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 12px;
  padding: 1.3em 4em;
  text-decoration: none;
  margin: 1em auto;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ec-site-btn {
    padding: 1em 2em;
    width: 100% !important;
  }
}

/* =============================
   コラボメニューセクション固有
============================= */
.menu-section .ticket-placeholder-box {
  text-align: center;
  background: #fff;
  border-radius: 1em;
}

/* =============================
   フォトスポットセクション固有
============================= */
.swiper {
  padding: 2em 1.5em !important;
  background: #bbeaf2;
  height: auto !important;
  border-radius: 1em;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
/* サムネイル用スタイル */
.swiper-thumbs {
  margin-top: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.swiper-thumbs-wrapper {
  display: flex;
  gap: 8px;
}
.swiper-thumb {
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 1em;
  overflow: hidden;
  transition: border 0.2s, border-radius 0.2s;
}
.swiper-thumb.active,
.swiper-thumb:hover {
  border: 2px solid #3fdde0;
}
.swiper-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* =============================
   グッズセクション固有
============================= */
.goods-section .goods-onsite-title {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .goods-section .goods-onsite-title {
    font-size: 1.5em;
    padding: 0.8em 0;
  }
  
}
.goods-section .purchase-benefits {
  margin-top: 2em;
}
.goods-onsite-area .goods-onsite-ticket-title {
  margin: 1em 0 0;
  padding-left: 0.5em;
  font-size: 2em;
}

@media screen and (max-width: 480px) {
  .goods-onsite-area .goods-onsite-ticket-title {
    font-size: 1.5em;
  }
}
.goods-section .goods-onsite-area .goods-onsite-notes {
  margin: 0;
  padding-bottom: 0;
}
.goods-onsite-title {
  background: #06bfbf;
  color: #000;
  padding: 1.2em 3em;
  display: block;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin: 3.5em auto 2.5em auto;
  font-size: 2em;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .goods-onsite-title {
    padding: 0.3em 1em;
    margin-top: 2em;
    font-size: 1.5em;
  }
}
.goods-onsite-ticket-image {
  width: 40%;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .goods-onsite-ticket-image {
    margin-top: 0;
    width: 100%;
  }
}
.goods-onsite-ticket-flex {
  display: flex;
  gap: 3em;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
@media (max-width: 1080px) {
  .goods-onsite-ticket-flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.goods-onsite-ticket-flex > .goods-onsite-notes {
  margin-top: 0;
  list-style-position: outside;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .goods-onsite-ticket-flex > .goods-onsite-notes {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .goods-section .goods-onsite-notes {
    font-size: 0.9em;
  }
}

/* =============================
   アクセスセクション固有
============================= */
.access-section .rootmap-btn {
  width: 60% !important;
  display: block;
  background: #003591;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 12px;
  padding: 1.3em 3em;
  text-decoration: none;
  margin: 1em auto 0 auto;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .access-section .rootmap-btn {
    padding: 1em 2em;
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .access-section .rootmap-btn {
    font-size: 1em;
  }
}


/* =============================
   フッター 共通
============================= */
footer {
  background: #70e2ff;
  text-align: center;
  padding: 1.5em 0;
  margin-top: 2em;
}
.footer-area {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.5em;
}
.footer-area li {
  display: block;
  margin-bottom: 2em;
}
.footer-area li:last-child {
  margin-bottom: 0;
  font-size: 1.25em;
}
.footer-area li img {
  width: 40%;
}
@media (max-width: 768px) {
  .footer-area li img {
    width: 60%;
  }
}
