@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Asap+Condensed:wght@700&display=swap");
html {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
  word-break: break-all;
}

input,
button,
textarea {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #333;
}

p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em;
}

.min {
  font-size: 0.75em;
  line-height: 1.4em;
}

.sub {
  font-size: 0.9em;
}

.time {
  font-size: 1.3em;
  font-weight: bold;
}
.time .min {
  font-size: 0.6em;
}

.ticket-box h3 {
  font-weight: bold;
  font-size: 1.3em;
}
.ticket-box h3 span {
  font-size: 1.3em;
}

.plan-box h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.bt, .btn-topback {
  font-size: 1.2em;
}

.place-flex {
  font-size: 1.2em;
}

#hotel .sub-head,
#plan .sub-head,
#train .sub-head {
  font-size: 1.2em;
  font-weight: bold;
}

#participate h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.bld {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  p {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  .time {
    font-size: 1.1em;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.is-single {
  background: #fff2da;
}

.text-link {
  text-decoration: underline;
  color: #03A9F4;
}
.text-link:hover {
  text-decoration: none;
}
.text-link:active {
  text-decoration: none;
}
.text-link:visited {
  color: #8003f4;
}
.text-link.text-link-coming {
  color: #aaa;
  pointer-events: none;
}

.bnr-link {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bnr-link:hover {
  opacity: 0.8;
}

#page ul.number li:after, #page ul.kome li:after {
  display: none;
}

#page ul li {
  margin-bottom: 0.3em !important;
}

#page ul {
  margin: 0.5em auto;
}

#page br.br-on {
  margin-top: 1em;
  display: block;
}
#page br.br-no {
  margin-top: 0;
}

#page .contents-wrap .coming-a {
  pointer-events: none !important;
}

.btn-trigger {
  position: fixed;
  top: 25px;
  right: 1rem;
  z-index: 10;
  width: 50px;
  height: 44px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  transform: scale(0.5);
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #020060;
  border-radius: 4px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#nav-bt:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 84px;
  height: 84px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all 0.75s;
}
#nav-bt.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
#nav-bt.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn19-bar02 0.8s forwards;
  animation: active-btn19-bar02 0.8s forwards;
}
#nav-bt.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
#nav-bt.active:after {
  -webkit-animation: active-btn19 0.7s 0.25s forwards;
  animation: active-btn19 0.7s 0.25s forwards;
}
@-webkit-keyframes active-btn19-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn19-bar02 {
  100% {
    height: 0;
  }
}
@-webkit-keyframes active-btn19 {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #020060 transparent transparent;
  }
  50% {
    border-color: transparent #020060 #020060 transparent;
  }
  75% {
    border-color: transparent #020060 #020060 #020060;
  }
  100% {
    border-color: #020060;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #020060 transparent transparent;
  }
  50% {
    border-color: transparent #020060 #020060 transparent;
  }
  75% {
    border-color: transparent #020060 #020060 #020060;
  }
  100% {
    border-color: #020060;
    transform: rotate(-680deg);
  }
}

#main-nav {
  position: fixed;
  height: 100vh;
  width: 240px;
  top: 0;
  right: -240px;
  background-color: #f3eb4b;
  z-index: 6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner {
  padding: 3rem 1rem 1rem;
}
#main-nav .nav-inner ul li a {
  font-size: 0.9rem;
  padding: 1rem;
  display: block;
  color: #020060;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #020060;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-nav .nav-inner ul li a:after {
  content: "";
  width: 5%;
  height: 2px;
  background-color: #F7931E;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner ul li a:hover {
  letter-spacing: 0.2rem;
  color: #F7931E;
}
#main-nav .nav-inner ul li a:hover:after {
  width: 100%;
}
#main-nav .nav-inner ul li a.nev-coming {
  color: #aaa;
  pointer-events: none;
}
#main-nav.active {
  right: 0;
}

.nav-bg {
  width: 0;
  height: 100vh;
  background-color: rgba(243, 235, 75, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-bg.active {
  width: 100%;
}

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

section {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 0;
}

header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
header .header-inner {
  padding: 0.5rem;
}
header .header-inner .header-logo {
  width: fit-content;
}
header .header-inner .header-logo img {
  width: auto;
  height: 80px;
}

#page-header {
  padding-top: 100px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(243, 235, 75));
  display: block;
  width: 100%;
}

.inner-wrap {
  padding: 0 1rem;
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: auto;
}

.head-box {
  max-width: 600px;
  margin: 1em auto;
}

.bg-ya {
  background-color: #ffffa7;
  color: #020060;
}

.bg-ya1 {
  background-color: #fffddb;
  color: #020060;
}

.bg-cl {
  background-color: #F3F9F8;
}

.btn-wp-news {
  display: block;
  padding: 1em;
  max-width: 420px;
  margin: 1em auto;
  width: calc(100% - 2em);
  cursor: pointer;
  position: relative;
  transition-duration: 0.15s;
  text-align: center;
}
.btn-wp-news.news-mein-btn {
  color: #f28b2b;
  background: linear-gradient(90deg, #f7aa2d, #f38824);
  border: 2px solid #f28b2b;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  color: #fff !important;
  border-radius: 100px;
  text-decoration: none !important;
}
.btn-wp-news.news-mein-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  opacity: 0.96;
}
.btn-wp-news.active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  opacity: 0.9;
}

.btn-wp-news.btn-add {
  color: #f28b2b !important;
  background: #ffffff;
  border: 2px solid #f28b2b;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  text-decoration: none !important;
}

.btn-wp-news.btn-add:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  opacity: 0.96;
}

.bt {
  display: block;
  background: #020060;
  color: #fff;
  padding: 1em;
  max-width: 420px;
  margin: 1em auto;
  width: calc(100% - 2em);
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  border: solid 2px #020060;
  text-align: center;
}
.bt::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 2px #fff;
  z-index: 1;
  transition-duration: 0.3s;
  pointer-events: none;
}
.bt:hover {
  background: #fff;
  color: #020060;
}
.bt.bt2 {
  background: #fff;
  color: #020060;
}
.bt.bt2:hover {
  color: #fff;
  background: #020060;
}
.bt.coming {
  filter: grayscale(1);
  pointer-events: none;
  background: #ccc;
  color: #fff;
}

#mv {
  padding: 120px 0;
  background: url(../images/main-bg.webp);
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
#mv .mv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mv .mv-wrap .mv-logo {
  width: 90%;
  height: auto;
  max-width: 500px;
  margin-bottom: 40px;
}

.slider {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.slider .swiper-wrapper {
  align-items: center;
}

.archive {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.archive .archive-item {
  display: flex;
  position: relative;
  padding: 0.75em;
}
.archive .archive-item .col-l {
  width: 30%;
  max-width: 200px;
}
.archive .archive-item .col-r {
  width: 65%;
  padding-left: 1em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive .archive-item .col-r .date {
  font-size: 0.8em;
}
.archive .archive-item .col-r p {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive .archive-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive .archive-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.archive .archive-item:hover {
  background-color: #efefef;
}
.archive .archive-item:last-of-type::after {
  content: none;
}

.back-bg-ya {
  background: #f3eb4b;
  position: relative;
  margin-bottom: 25px;
}
.back-bg-ya:after {
  content: "";
  background: url(../images/wave-tp.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100px 25px;
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  height: 25px;
}

#header-info {
  padding-top: 0;
  margin-top: -80px;
}
#header-info .date img {
  max-width: 600px;
  margin: 0 auto;
}
#header-info .time {
  background-color: #fff;
  color: #020060;
  width: calc(100% - 2em);
  margin: 1em auto;
  padding: 1em;
  max-width: 620px;
  border-radius: 500px;
}
#header-info .time .time-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-info .time .col-l {
  margin-right: 1em;
}
#header-info .time .col-r .sat-box {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#header-info .time .col-r .sun-box {
  display: flex;
  align-items: center;
}
#header-info .time .col-r .days {
  padding-right: 0.5em;
  display: flex;
  align-items: center;
}
#header-info .time .col-r .days i {
  font-style: normal;
  position: relative;
  color: #fff;
  z-index: 0;
  margin-left: 0.5em;
  font-size: 0.8em;
  line-height: 1;
  display: block;
}
#header-info .time .col-r .days i:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 50%;
  top: 50%;
  background: #020060;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: -1;
}
#header-info .time .min {
  margin-bottom: 0;
  margin-top: 1em;
}
#header-info .time .min .sp {
  display: none;
}
#header-info .time .min.min2 {
  margin-top: 0.5em;
}
#header-info .place {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 2rem auto 1rem;
}
#header-info .place:before {
  content: "会場";
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
#header-info .lagunasia-time {
  color: #f3eb4b;
  font-size: 1.4rem;
  font-weight: 600;
}
#header-info .lag-time-min {
  font-size: 0.75em;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 50px;
  background: #f3eb4b;
  width: fit-content;
  display: block;
  margin: 0.5em auto 0;
}

.about-data {
  padding: 80px 0 0;
  text-align: center;
}
.about-data .place-box {
  text-align: left;
  border-left: solid 1px #000;
  padding-left: 1em;
  max-width: 400px;
  margin: 1em auto;
}
.about-data .place-box .place-flex {
  display: flex;
  align-items: center;
  margin: 0 auto 0.5em;
}
.about-data .place-box .place-flex .col-l {
  width: 3em;
  margin-right: 1em;
}
.about-data .place-box .place-flex .col-r {
  width: calc(100% - 4em);
}

#inner-nav .inbt-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 720px;
  margin: auto;
}
#inner-nav .inbt-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffde6;
  font-size: 0.75rem;
  position: relative;
}
#inner-nav .inbt-wrap a.fa-icon-coming {
  pointer-events: none;
  filter: brightness(0.7);
}
#inner-nav .inbt-wrap a .fa-icon {
  display: block;
  font-size: 3rem;
  width: 3.5rem;
  padding: 0.6em 0.8em 1em;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#inner-nav .inbt-wrap a .fa-icon path {
  fill: #f2a549;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#inner-nav .inbt-wrap a .fa-icon-ticket {
  width: 4rem;
}
#inner-nav .inbt-wrap a span {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#inner-nav .inbt-wrap a:after {
  content: "";
  height: 2%;
  background-color: #f2a549;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
#inner-nav .inbt-wrap a:hover .fa-icon path {
  fill: #fff;
}
#inner-nav .inbt-wrap a:hover span {
  color: #fff;
}
#inner-nav .inbt-wrap a:hover:after {
  height: 100%;
}

#introduction .bnr {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 2rem;
}
#introduction .bnr:hover {
  opacity: 0.75;
}
#introduction .bt:hover {
  filter: none;
}

#news.archive {
  padding-top: 120px;
}
#news .news-list {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto 1rem;
}
#news .news-list li {
  background-color: #fff;
  padding: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
  transition-duration: 0.3s;
}
#news .news-list li .nl-date {
  font-size: 0.75rem;
}
#news .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#news .news-list li:hover {
  opacity: 0.5;
}

#ticket {
  padding-top: 0;
  max-width: 800px;
  margin: 0 auto;
}
#ticket p.min {
  text-align: left;
}
#ticket .sub-head {
  padding: 1em;
  width: calc(100% - 2em);
  max-width: 420px;
  background: #f3e94b;
  margin: 1em auto;
  border-radius: 50px;
  text-align: center;
}
#ticket .ticket-type {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2em);
}
#ticket .ticket-type .type-item {
  width: 25%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 10px;
}
#ticket table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem;
}
#ticket table th,
#ticket table td {
  padding: 1.5rem 0.5rem;
  background-color: #f6f6f6;
  border: 1px solid #eec900;
  text-align: center;
  width: 20%;
}
#ticket table th span,
#ticket table td span {
  font-size: 0.75em;
  display: block;
}
#ticket table th .age-restricted,
#ticket table td .age-restricted {
  display: block;
  font-size: 0.75em;
}
#ticket table td span {
  font-size: 0.75em;
  display: block;
}
#ticket table th {
  background-color: #f3eb4b;
}
#ticket table tr:nth-of-type(1) td {
  background-color: #f3eb4b;
}
#ticket .ticket-box {
  margin-top: 3rem;
}
#ticket .ticket-information .bt {
  position: relative;
  margin-top: 2em;
}
#ticket .ticket-information .info-textbox {
  display: none;
  box-sizing: border-box;
  max-width: 800px;
  margin: auto;
  background: #F3F9F8;
  border: solid 1px #f3eb4b;
  padding: 0 1em;
  text-align: left;
  line-height: 2;
}
#ticket .ticket-information .info-textbox.active {
  display: block;
}
#ticket .ticket-information .info-t-item {
  padding: 1em 0;
  border-bottom: dashed 1px #f3eb4b;
}
#ticket .ticket-information .info-t-item:nth-last-of-type(1) {
  margin-bottom: 0;
  border-bottom: none;
}
#ticket .ticket-information .info-title {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  padding-bottom: 0.5em;
}
#ticket .ticket-information .info-desc {
  font-size: 0.9rem;
}
#ticket .ticket-information .info-place {
  display: block;
  padding: 1em 0;
}
#ticket .ticket-notes {
  display: block;
  width: calc(100% - 2rem);
  max-width: 680px;
  margin: 4rem auto 3rem;
  height: 6rem;
  background-color: #F3F9F8;
  overflow: scroll;
  padding: 1rem;
}
#ticket .ticket-notes p {
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 0;
}
#ticket .buy-wrap {
  margin: 0 auto;
  background: #eee;
  padding: 40px 1em;
  border-radius: 8px;
}
#ticket .buy-box {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 500px;
  filter: brightness(0.7);
  pointer-events: none;
}
#ticket .buy-box.buy-box-up {
  pointer-events: auto;
  filter: brightness(1);
}
#ticket .buy-box:last-of-type {
  margin-bottom: 0;
}
#ticket .buy-box .bt {
  max-width: initial;
  margin-bottom: 0;
}
#ticket .buy-btn {
  background: #f7931e;
  color: #fff;
  text-align: center;
  padding: 1em;
  width: calc(100% - 2em - 2px);
  display: block;
  transition-duration: 0.3s;
  border: solid 1px #f7931e;
}
#ticket .buy-btn:hover {
  color: #f7931e;
  background: #fff;
}
#ticket .buy-box-te {
  font-size: 0.7em;
  display: block;
  text-align: center;
}
#ticket .buy-head {
  margin-top: 40px;
}

#purchase h2 {
  font-family: "Asap Condensed", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 3.3rem;
  width: fit-content;
  text-align: center;
  position: relative;
  padding: 0 0.3em;
  line-height: 1em;
  color: #f7931e;
  margin: auto;
  margin-bottom: 1rem;
}
#purchase h2::before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #f7931e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-25deg);
}
#purchase h2::after {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #f7931e;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(25deg);
}
#purchase h2 span {
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
}
#purchase h2 span::before {
  content: "- ";
}
#purchase h2 span::after {
  content: "-";
}
#purchase h3 {
  font-size: 1.25rem;
  background-color: #f7931e;
  width: fit-content;
  padding: 0.25rem 1em;
  border-radius: 1em;
  margin: 1rem auto 1rem;
  color: #fff;
}
#purchase .cnpg {
  width: calc(100% - 4px);
  max-width: 596px;
  color: #fff;
  margin: 1rem auto;
  display: block;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 3rem;
}
#purchase .cnpg:hover {
  filter: brightness(1.25);
}
#purchase .fm-image {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
}
#purchase .la-tickets-bts {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
#purchase .la-tickets-bts .la-ticket {
  display: block;
  background-color: #d9e021;
  color: #f3eb4b;
  padding: 0.5rem 0.75rem;
  margin-bottom: 6px;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  font-weight: 900;
  position: relative;
  width: calc(25% - 4px - 6px - 1.5rem);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#purchase .la-tickets-bts .la-ticket span {
  display: block;
  font-size: 0.75rem;
  color: #f3eb4b;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#purchase .la-tickets-bts .la-ticket a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#purchase .la-tickets-bts .la-ticket:hover {
  background-color: #f3eb4b;
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket:hover span {
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket:nth-of-type(1), #purchase .la-tickets-bts .la-ticket:nth-of-type(2) {
  width: calc(50% - 4px - 6px - 1.5rem);
}
#purchase .ticket-gs {
  background-color: #d9e021 !important;
  filter: grayscale(1);
  pointer-events: none;
}
#purchase .ticket-gs:hover {
  background-color: #d9e021 !important;
  color: #f3eb4b !important;
  filter: grayscale(1);
}

#participate {
  padding-top: 0;
}
#participate h3 {
  padding: 1em;
  width: calc(100% - 2em);
  max-width: 420px;
  background: #f3e94b;
  margin: 0 auto 1em;
  border-radius: 50px;
  text-align: center;
}
#participate .par-img {
  max-width: 800px;
  margin: auto;
  position: relative;
  margin: 1rem auto;
}
#participate .par-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#program.archive {
  padding-top: 120px;
}
#program .pg-list {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#program .pg-list .pg-card {
  width: calc(48% - 1rem - 4px);
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  margin-bottom: 1rem;
  border: 2px solid #fff;
}
#program .pg-list .pg-card .pg-img {
  margin-bottom: 0.5rem;
}
#program .pg-list .pg-card .pg-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #020060;
}
#program .pg-list .pg-card .pg-desc {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#program .pg-list .pg-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#program .pg-list .pg-card {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#program .pg-list .pg-card:hover {
  border-color: #F7931E;
}

#page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 120px;
}
#page .inner-wrap {
  padding: 1em;
  background: #fff;
}
#page .contents-img {
  margin-bottom: 2rem;
}
#page .contents-desc {
  color: #F7931E;
  font-size: 1.1rem;
  margin-bottom: 2em;
}
#page .contents-header {
  width: calc(100% - 2em);
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2em;
}
#page .contents-header:after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #F7931E;
}
#page .contents-header h2 {
  padding: 0;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  width: 100%;
}
#page .contents-header h2:before, #page .contents-header h2:after {
  content: none;
}
#page .contents-header .upload-date {
  color: #aaa;
  font-size: 0.75rem;
}
#page .contents-wrap {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 3rem;
}
#page .contents-wrap h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f7931e;
}
#page .contents-wrap h3 {
  border-radius: 0;
  width: calc(100% - 1.5em);
  text-align: left;
  font-size: 1.2rem;
  text-wrap: wrap;
  padding: 0.5em;
  padding-left: 1em;
  background-color: #F7931E;
  color: #fff;
  position: relative;
  margin: 2em 0 1em;
}
#page .contents-wrap h3:after {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0.2rem;
}
#page .contents-wrap p {
  font-size: 1rem;
  font-weight: 500;
}
#page .contents-wrap h4 {
  border-radius: 0;
  background: #fff7ae;
  padding: 0.5em;
  margin: 2em auto 1em;
  width: calc(100% - 1em);
}
#page .contents-wrap .bt-add {
  display: block;
  background: #1699d5;
  color: #fff;
  padding: 1em;
  max-width: 420px;
  margin: 1em auto;
  width: calc(100% - 2em);
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.2em;
  box-shadow: 3px 3px 6px #cfcfcf;
}
#page .contents-wrap .bt-add:visited {
  color: #fff;
}
#page .contents-wrap .bt-add:hover {
  filter: brightness(0.7);
}
#page .contents-wrap a {
  text-decoration: underline;
  color: #03A9F4;
}
#page .contents-wrap a:hover {
  text-decoration: none;
}
#page .contents-wrap a:active {
  text-decoration: none;
}
#page .contents-wrap a:visited {
  color: #8003f4;
}
#page .contents-wrap a.bt {
  text-decoration: none;
  color: #fff;
}
#page .contents-wrap a.bt:hover {
  color: #020060;
}
#page .area-image-box {
  display: flex;
  flex-flow: wrap;
}
#page .area-image-box a {
  width: 31%;
  margin: 1%;
  cursor: pointer;
  overflow: hidden;
}
#page .area-image-box a img {
  aspect-ratio: 5/3;
  object-fit: cover;
  transition-duration: 0.3s;
}
#page .area-image-box a img:hover {
  transform: scale(1.2);
}
#page strong {
  font-weight: 800;
}
#page ul li,
#page ol li {
  padding-left: 1em;
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}
#page ul li:after,
#page ol li:after {
  content: "";
  border-radius: 10px;
  width: 7.5px;
  height: 7.5px;
  left: 0;
  top: 0.5em;
  position: absolute;
  background: #000;
}
#page ul li ul,
#page ul li ol,
#page ol li ul,
#page ol li ol {
  background: #eee;
  padding: 0.5em;
  margin-top: 0.5em;
}
#page ul li ul li,
#page ul li ol li,
#page ol li ul li,
#page ol li ol li {
  margin-left: 0;
  margin-bottom: 0.5em;
}
#page ul li ul li:after,
#page ul li ol li:after,
#page ol li ul li:after,
#page ol li ol li:after {
  content: "▶︎";
  background: initial;
  font-size: 0.5em;
  top: 0.75em;
  width: initial;
  height: initial;
}

#contact {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 120px;
}
#contact .contact-header {
  width: calc(100% - 2em);
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2em;
}
#contact .contact-header:after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #F7931E;
}
#contact .contact-header h2 {
  padding: 0;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  width: 100%;
}
#contact .contact-header h2:before, #contact .contact-header h2:after {
  content: none;
}
#contact .contact-header .upload-date {
  color: #aaa;
  font-size: 0.75rem;
}
#contact strong {
  font-weight: 800;
}
#contact .form-box {
  text-align: left;
  max-width: 700px;
  margin: 40px auto;
}
#contact .form-box .notice {
  background: #eee;
  padding: 1em;
  margin: 1em auto;
  width: calc(100% - 2em);
}
#contact .form-box .notice img {
  max-width: 280px;
  margin: 1em auto 0;
  width: 90%;
}
#contact .form-box .label-box {
  margin-bottom: 1em;
}
#contact .form-box .form-head {
  padding-left: 1.2em;
  position: relative;
}
#contact .form-box .form-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 0.8em;
  height: 0.8em;
  background: #f2a549;
}
#contact .form-box .wpcf7-form-control-wrap {
  display: block;
}
#contact .form-box label {
  margin: 1em 0;
  display: block;
}
#contact .form-box input[type=text],
#contact .form-box input[type=email],
#contact .form-box input[type=url],
#contact .form-box input[type=tel] {
  width: calc(100% - 2em - 2px);
  padding: 1em;
  border: solid 1px #333;
}
#contact .form-box textarea {
  padding: 1em;
  border: solid 1px #333;
  display: block;
  width: calc(100% - 2em - 2px);
}
#contact .form-box input[type=submit] {
  max-width: 420px;
  margin: 0 auto;
  display: block;
  padding: 1em;
  width: calc(100% - 2em - 2px);
  background: #020060;
  color: #fff;
  border: solid 1px #020060;
  transition-duration: 0.3s;
}
#contact .form-box input[type=submit]:hover {
  background: #fff;
  color: #020060;
}
#contact .form-box .check-box-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.95rem;
  cursor: pointer;
  position: relative;
  user-select: none;
  width: fit-content;
}
#contact .form-box .check-box-wrap label {
  display: flex;
  align-items: center;
  width: fit-content;
}
#contact .form-box .check-box-wrap label a {
  margin-left: 5px;
  display: inline-block;
}
#contact .form-box .check-box-wrap input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
}
#contact .form-box .check-box-wrap input[type=checkbox]::after {
  transition-duration: 0.3s;
}
#contact .form-box .check-box-wrap input[type=checkbox]:checked {
  background-color: #f2a549;
  border-color: #f2a549;
}
#contact .form-box .check-box-wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact .form-box .check-box-wrap input[type=checkbox]:focus-visible {
  outline: 2px solid #f2a549;
  outline-offset: 2px;
}
#contact .form-box .check-box-wrap .wpcf7-list-item-label {
  line-height: 1.4;
  color: #333;
}
#contact .form-box .check-box-wrap .wpcf7-list-item {
  margin-left: 0;
}

#map .map-wrap {
  display: flex;
  width: 100%;
  max-width: 780px;
  justify-content: space-between;
  margin: 1rem auto;
}
#map .map-wrap .map-img {
  width: 48%;
  position: relative;
  margin: 0 auto;
}
#map .map-wrap .map-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#map .map-wrap .map-img a.coming {
  pointer-events: none;
}

#plan,
#hotel {
  max-width: 800px;
  margin: 0 auto;
}
#plan .sub-head,
#hotel .sub-head {
  margin-bottom: 1em;
  padding: 1em;
  border-top: solid 1px #020060;
  border-bottom: solid 1px #020060;
  color: #020060;
}
#plan .hotel,
#hotel .hotel {
  max-width: 500px;
  margin: 1em auto;
}
#plan .plan-box,
#hotel .plan-box {
  margin-bottom: 40px;
}
#plan .plan-box h3,
#hotel .plan-box h3 {
  padding: 1em;
  width: calc(100% - 2em);
  max-width: 420px;
  background: #f3e94b;
  margin: 1em auto;
  border-radius: 50px;
  text-align: center;
}
#plan table,
#hotel table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem;
}
#plan table th,
#plan table td,
#hotel table th,
#hotel table td {
  padding: 1.5rem 0.5rem;
  background-color: #f6f6f6;
  border: 1px solid #eec900;
  text-align: center;
  width: 25%;
}
#plan table td span,
#hotel table td span {
  font-size: 0.75em;
  display: block;
}
#plan table th,
#hotel table th {
  background-color: #f3eb4b;
}
#plan table tr:nth-of-type(1) td,
#hotel table tr:nth-of-type(1) td {
  background-color: #f3eb4b;
}
#plan .bt-flex,
#hotel .bt-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan .bt-flex .bt,
#hotel .bt-flex .bt {
  width: 31%;
  margin: 1%;
}

#train .inner-wrap {
  max-width: 800px;
}
#train .sub-head {
  margin-bottom: 1em;
  padding: 1em;
  border-top: solid 1px #020060;
  border-bottom: solid 1px #020060;
  color: #020060;
}
#train .train-thm {
  margin-bottom: 1em;
}
#train .train-box {
  margin-bottom: 40px;
}
#train .train-box:last-of-type {
  margin-bottom: 0;
}
#train .train-box ul {
  text-align: left;
}
#train .train-box ul li {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
#train .train-box ul li:last-child {
  margin-bottom: 0;
}
#train .train-box .train-box-te {
  font-size: 0.7em;
  margin: 0.5em auto 0;
}

#access iframe {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}

#info .info-img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 2rem;
}

#powerdby P {
  font-weight: bold;
}
#powerdby .powerd {
  max-width: 480px;
  margin: 1em auto;
}
#powerdby .powerd p {
  margin-bottom: 0;
}
#powerdby .support {
  max-width: 480px;
  margin: 1em auto;
}
#powerdby .support p {
  margin-bottom: 0;
}
#powerdby .support a {
  width: calc(48% - 40px);
  margin: 0 auto;
  display: block;
}
#powerdby .powered-flex {
  display: flex;
  align-items: center;
}
#powerdby .powered-flex a {
  display: block;
  position: relative;
  padding: 0 20px;
  width: calc(48% - 40px);
  margin: 1%;
}
#powerdby .powered-flex a:first-child:after {
  content: "";
  background: url(../images/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: #f3eb4b;
  padding: 2rem 0;
  position: relative;
}
footer:after {
  content: "";
  background: url(../images/wave-bt.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100px 25px;
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
  height: 25px;
  z-index: 2;
}
footer .footer-bt {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
footer .footer-bt a {
  display: block;
  background: #020060;
  color: #fff;
  padding: 1em;
  max-width: 900px;
  margin: 1em auto;
  width: calc(100% - 4em - 8px);
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  text-align: center;
  z-index: 1;
  border: solid 2px #020060;
}
footer .footer-bt a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 2px #fff;
  z-index: 1;
  transition-duration: 0.3s;
  pointer-events: none;
}
footer .footer-bt a:hover {
  background: #fff;
  color: #020060;
}
footer .footer-bt a.bt2 {
  background: #fff;
  color: #020060;
}
footer .footer-bt a.bt2:hover {
  color: #fff;
  background: #020060;
}
footer .footer-bt a.coming {
  filter: grayscale(1);
  pointer-events: none;
  background: #ccc;
  color: #fff;
}
footer .footer-sns {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}
footer .footer-sns .fs-hl {
  margin-bottom: 0;
  font-size: 0.75rem;
  padding: 0.5em 1.5em 0.5em 0.5em;
  border-radius: 2em;
  display: block;
  margin: auto;
  width: fit-content;
}
footer .footer-sns .fs-hl.ac-hl {
  padding: 0.5em;
}
footer .footer-sns .fs-acv {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 1em;
  flex-direction: column;
  font-size: 0.7em;
  width: fit-content;
  text-decoration: underline;
}
footer .footer-sns .fs-acv a {
  display: inline-block;
  margin: 0.5em;
  color: #000;
  transition: all 0.3s linear;
}
footer .footer-sns .fs-acv a:hover {
  transform: scale(1.1);
}
footer .footer-sns .fs-icons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  margin-bottom: 1em;
}
footer .footer-sns .fs-icons a {
  display: block;
  margin: 0.5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-sns .fs-icons a .fa-icon {
  display: block;
  font-size: 2.7rem;
  width: 2.5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}
footer .footer-sns .fs-icons a .fa-icon-yt {
  width: 3rem;
}
footer .footer-sns .fs-icons a:hover {
  transform: rotate(3deg) scale(1.1);
}
footer .footer-sns .fs-icons a:hover .fa-icon path {
  fill: #fff100;
}
footer .footer-link {
  text-align: center;
}
footer .footer-link a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
footer .credit {
  color: #000;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 600px) {
  .is-single {
    background: #fff;
  }
  #mv {
    background-image: url(../images/main-bg-sp.webp);
  }
  #mv .mv-wrap .mv-logo {
    display: none;
  }
  section {
    padding: 40px 0;
  }
  .about-data {
    padding-top: 40px;
  }
  #header-info {
    margin-top: -15%;
  }
  #header-info .time {
    padding: 0.5em 1em;
  }
  #header-info .time .time-flex {
    flex-direction: column;
  }
  #header-info .time .col-l {
    margin: 0 auto;
  }
  #header-info .time .min .sp {
    display: none;
  }
  .bt {
    font-size: 1rem;
  }
  #program .pg-list .pg-card {
    width: calc(100% - 1rem);
  }
  #inner-nav .inbt-wrap {
    flex-wrap: wrap;
    max-width: 480px;
  }
  #inner-nav .inbt-wrap a {
    width: 45%;
    margin-bottom: 5%;
  }
  #inner-nav .inbt-wrap a i {
    font-size: 3.5rem;
    width: 4rem;
    margin: auto;
    padding: 0.6em 0.8em 1em;
  }
  #ticket .ticket-type {
    flex-wrap: wrap;
    width: 100%;
  }
  #ticket .ticket-type .type-item {
    width: 48%;
    margin: 1%;
  }
  #ticket table th,
  #ticket table td {
    font-size: 12px;
  }
  #ticket .ticket-information .info-title {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-feature-settings: "palt";
  }
  #ticket .ticket-information .info-desc {
    font-size: 12px;
  }
  #ticket .buy-wrap {
    padding: 1em;
  }
  #ticket .buy-box {
    margin: 0 auto 1em;
  }
  #ticket .buy-box:last-of-type {
    margin-bottom: 0;
  }
  #ticket .buy-box .bt {
    margin-bottom: 0;
  }
  #map .map-wrap .map-img {
    width: 100%;
  }
  #plan table th,
  #plan table td,
  #hotel table th,
  #hotel table td {
    font-size: 12px;
  }
  #plan .bt-flex,
  #hotel .bt-flex {
    flex-direction: column;
  }
  #plan .bt-flex .bt,
  #hotel .bt-flex .bt {
    width: calc(100% - 2em);
  }
  #purchase .la-tickets-bts .la-ticket {
    width: calc(50% - 4px - 6px - 1.5rem);
  }
  #page .area-image-box a {
    width: 48%;
    margin: 1%;
  }
}

/*# sourceMappingURL=style.css.map */
