@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: #020027;
}

p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

.ft-mid-l {
  font-size: 1.5em;
  font-weight: bold;
}

.ft-mid {
  font-size: 1.2em;
}

.min {
  font-size: 0.75rem;
  line-height: 1.4rem;
}
.min.min-sec {
  margin-bottom: 50px;
}

.sub {
  font-size: 0.9rem;
}
.sub.sub2 {
  line-height: 1.2em;
}

.bld {
  font-weight: bold;
}

.strong {
  font-size: 1.2em;
  font-weight: bold;
}

.head-box {
  margin-bottom: 2rem;
}
.head-box h1 {
  max-width: 500px;
  margin: auto;
}

.sab-title {
  max-width: 400px;
  margin: 1em auto 1em;
  color: #009EBD;
}
.sab-title h2 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  position: relative;
}
.sab-title h2 .left-line {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}
.sab-title h2 .left-line::after {
  position: absolute;
  width: 1.5em;
  height: 5px;
  background-color: #009EBD;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 6px), -50%) rotate(-55deg);
}
.sab-title h2 .left-line::before {
  position: absolute;
  width: 1.5em;
  height: 5px;
  background-color: #009EBD;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 6px), -50%) rotate(-55deg);
}
.sab-title h2 .rigth-line {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
}
.sab-title h2 .rigth-line::after {
  position: absolute;
  width: 1.5em;
  height: 5px;
  background-color: #009EBD;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 6px), -50%) rotate(-55deg);
}
.sab-title h2 .rigth-line::before {
  position: absolute;
  width: 1.5em;
  height: 5px;
  background-color: #009EBD;
  border-radius: 10px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 6px), -50%) rotate(-55deg);
}

.spc-top-head {
  font-size: 1.3em;
  font-weight: bold;
  color: #009EBD;
  margin-bottom: 0.3em;
}

.sub-head {
  font-size: 1.25rem;
  background-color: #009EBD;
  color: #fff;
  width: fit-content;
  padding: 0.25rem 1em;
  border-radius: 1em;
  margin: 1rem auto 1rem;
}
.sub-head:first-of-type {
  margin-top: 0;
}
.sub-head.purple-cor {
  background-color: #7F66C8;
}
.sub-head br {
  display: none;
}

.box-title {
  padding: 0.5em 1em;
  width: calc(100% - 2em);
  border-radius: 5px;
  background: #282661;
  margin-bottom: 2em;
}
.box-title.bot-ti {
  margin-top: 2em;
}
.cont-title {
  width: calc(100% - 2em);
  margin: 0.5em auto;
}
.cont-title .present-te {
  color: #009EBD;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.cont-title h5 {
  width: fit-content;
  margin: 0 auto 0.3em;
  font-size: 1.1em;
  color: #009EBD;
  padding: 0.2em 1em;
  position: relative;
  font-weight: bold;
}
.cont-title h5::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #009EBD;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}
.cont-title h5::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #009EBD;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
}

.ticket-box .check {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2;
}

.ft-ylw {
  color: #FDFF61;
}

@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";
  }
  .sub-head br {
    display: block;
  }
  .min.min-sec {
    margin-bottom: 0;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}

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

.btn-trigger {
  position: fixed;
  top: 1rem;
  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: #282661;
  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 {
  background-color: #fff;
}
#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 #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}

@keyframes flowIn {
  from {
    opacity: 0;
    transform: translate(var(--tx), var(--ty));
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#main-nav {
  position: fixed;
  height: 100vh;
  width: 240px;
  top: 0;
  right: -240px;
  background-color: #7F66C8;
  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: 4rem 1rem 1rem;
}
#main-nav .nav-inner ul li a {
  font-size: 0.9rem;
  padding: 1rem;
  display: block;
  color: #fff;
  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: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-nav .nav-inner ul li a:after {
  content: "";
  width: 5%;
  height: 2px;
  background-color: #282661;
  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;
}
#main-nav .nav-inner ul li a:hover:after {
  width: 100%;
}
#main-nav .nav-inner ul li.nav-coming {
  pointer-events: none;
  filter: opacity(0.5);
}
#main-nav.active {
  right: 0;
}

.nav-bg {
  width: 0;
  height: 100vh;
  background-color: rgba(126, 102, 200, 0.3);
  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: 4rem 0;
}

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

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

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

.bg-re {
  background-color: #F0ECFC;
  padding: 3rem 0;
}

.bt {
  display: block;
  background-color: #009EBD;
  width: calc(100% - 4rem - 4px);
  max-width: calc(600px - 4rem - 4px);
  color: #fff;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  margin: 1rem auto;
  border: 2px solid #009EBD;
  border-radius: 0.25rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.bt:hover {
  background-color: #005263;
  border: 2px solid #005263;
}
.bt.plan-btn {
  margin-top: 3rem;
}
.bt.bt2 {
  background-color: #7F66C8;
  border: 2px solid #7F66C8;
}
.bt.bt2:hover {
  background-color: #282661;
  border: 2px solid #282661;
}
.bt.coming {
  pointer-events: none;
  filter: grayscale(1);
}

#mv {
  width: 100%;
  height: 72vh;
  background-image: url(../images/mein_bg.webp);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  position: relative;
}
#mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
#mv .mv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mv .mv-wrap.slide-1 {
  /* 1枚の時 */
  width: 90%;
  margin: 0 auto;
}
#mv .mv-wrap .main-logo {
  width: 100%;
  height: auto;
  max-width: 600px;
}
#mv .mv-logo {
  position: absolute;
  left: 50%;
  bottom: 21%;
  width: 60%;
  max-width: 460px;
  transform: translate(-50%, 0%);
  z-index: 10;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}

.mv-swiper .swiper-slide img {
  display: block;
  border-radius: 10px;
}

.slider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.archive {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.archive .archive-item {
  display: flex;
  position: relative;
  padding: 0.75em;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  margin-top: 2em;
}
.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 {
  border: 1px solid #7F66C8;
}
.archive .archive-item:last-of-type::after {
  content: none;
}

#header-info .date {
  max-width: 660px;
  margin: 0 auto 2em;
}
#header-info .date .data-anime {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: var(--surface-1);
  border-radius: 12px;
  overflow: visible;
}
#header-info .date .data-anime.in-efct .data-svg-box .deco-group path {
  animation: flowIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#header-info .date .data-anime.in-efct-finish .data-svg-box .deco-group path {
  opacity: 1;
}
#header-info .date .data-anime.in-efct-finish .data-svg-box .deco-group path.tr path {
  --tx: 0;
  --ty: 0;
}
#header-info .date .data-anime.in-efct-finish .data-svg-box .deco-group path.bl path {
  --tx: 0;
  --ty: 0;
}
#header-info .date .data-anime .data-svg-box {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
#header-info .date .data-anime .data-svg-box .deco-group path {
  opacity: 0;
}
#header-info .date .data-anime .data-svg-box .deco-group.tr path {
  --tx: 60px;
  --ty: -50px;
}
#header-info .date .data-anime .data-svg-box .deco-group.bl path {
  --tx: -60px;
  --ty: 50px;
}
#header-info .date .data-anime .data-svg-box .cls-1 {
  fill: #6de6f2;
}
#header-info .date .data-anime .data-svg-box .cls-2 {
  fill: #fff;
}
#header-info .date .data-anime .data-svg-box .cls-3 {
  fill: #FDFF61;
}
#header-info .date .data-anime .data-svg-box .cls-4 {
  fill: #009ebd;
}
#header-info .date .data-anime .data-svg-box .cls-5 {
  fill: #8f85ff;
}
#header-info .times {
  background-color: #009EBD;
  color: #fff;
  max-width: 400px;
  padding: 1em;
  width: calc(100% - 2em);
  margin: auto;
  border-radius: 100px;
}
#header-info .times .evnet-time {
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}
#header-info .place {
  margin: 1rem auto 1.5rem;
}
#header-info .lagunasia-time {
  color: #009EBD;
  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: #0d9d9a;
  width: fit-content;
  display: block;
  margin: 0.5em auto 0;
}

#about {
  padding: 4rem 0;
  color: #fff;
  background-color: #7F66C8;
  position: relative;
}
#about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/mein_bg.webp);
  background-position: center;
  background-size: cover;
  z-index: 0;
  opacity: 0.15;
  left: 0;
  top: 0;
}
#about .inner-wrap {
  position: relative;
  z-index: 1;
}
#about .inner-wrap .about-te {
  line-height: 2.2em;
}
#about .feature-flex {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  gap: 20px;
}
#about .feature-flex .feature-box {
  width: calc(24% - 1em);
  margin: auto;
  filter: drop-shadow(0px 0px 3px rgba(2, 0, 39, 0.2));
  position: relative;
}
#about .feature-flex .feature-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-5px - 0.5em - 2px);
  width: 2px;
  height: 60px;
  transform: translateY(-50%);
  background-color: #fff;
}
#about .feature-flex .feature-box:nth-last-of-type(1):after {
  display: none;
}
#about .feature-flex .feature-box .feature-img img {
  max-width: 120px;
  margin: auto;
}
#about .feature-flex .feature-box .featur-te {
  margin-top: 0.5em;
}

#inner-nav {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
#inner-nav .inbt-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 720px;
  margin: auto;
}
#inner-nav .inbt-wrap a {
  display: block;
  background-color: #F3F9F8;
  font-size: 0.75rem;
  position: relative;
}
#inner-nav .inbt-wrap a.fa-coming {
  pointer-events: none;
  filter: grayscale(1);
}
#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;
  margin: 0 auto;
}
#inner-nav .inbt-wrap a .fa-icon path {
  fill: #009EBD;
  -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;
  color: #009EBD;
  font-weight: bold;
}
#inner-nav .inbt-wrap a:after {
  content: "";
  height: 2%;
  background-color: #009EBD;
  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: #FDFF61;
}
#inner-nav .inbt-wrap a:hover span {
  color: #FDFF61;
}
#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 .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;
  border: 1px solid #fff;
  transition: all 0.3s linear;
}
#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 {
  border: 1px solid #7F66C8;
}

#ticket .ticket-samri {
  margin-top: 2em;
}
#ticket table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem;
}
#ticket table th,
#ticket table td {
  padding: 1rem;
  background-color: #F3F9F8;
  border: 1px solid #009EBD;
  text-align: center;
  width: 25%;
}
#ticket table tr th {
  background-color: #009EBD;
  color: #fff;
}
#ticket table tr th.base-cor {
  background-color: #F3F9F8;
}
#ticket table tr th.base-cor .coming-te {
  font-size: 1.8em;
  font-weight: bold;
  color: #009EBD;
  padding: 0.5em 0;
}
#ticket table tr th.base-cor .pri-present {
  color: #005263;
  font-weight: bold;
  padding-top: 1rem;
}
#ticket table tr th.base-cor .pr-fex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1rem 0 1rem;
  font-size: 1.1em;
  color: #005263;
  font-weight: bold;
}
#ticket table tr th.base-cor .pr-fex.pr-pren {
  padding: 0 0 1rem;
}
#ticket table tr th.base-cor .pr-fex span {
  margin-left: 0.5em;
}
#ticket table tr th.bor-cor-bot {
  border-bottom: 1px solid #fff;
}
#ticket table tr th.bor-cor-ri {
  border-right: 1px solid #fff;
}
#ticket table tr td.bor-cor-bot {
  border-bottom: 1px solid #fff;
}
#ticket table tr td.bor-cor-ri {
  border-right: 1px solid #fff;
}
#ticket table tr td.spci-plan {
  padding: 1.5rem 0;
}
#ticket table tr td.spci-plan .plan-ti {
  font-size: 1.2em;
  font-weight: bold;
  color: #009EBD;
}
#ticket table tr td.spci-plan .plan-te {
  margin-top: 0.5em;
  font-size: 16px;
  color: #005263;
}
#ticket table tr td .pri-present {
  color: #005263;
  font-weight: bold;
  padding-top: 1rem;
}
#ticket table tr td .pr-fex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1rem 0;
  font-size: 1.1em;
  color: #005263;
  font-weight: bold;
}
#ticket table tr td .pr-fex.pr-pren {
  padding: 0 0 1rem;
}
#ticket table tr td .pr-fex span {
  margin-left: 0.5em;
}
#ticket table tr td span {
  font-size: 0.75em;
  display: block;
}
#ticket table tr:nth-of-type(1) th.ft-ylw {
  color: #FDFF61;
}
#ticket table tr:nth-of-type(1) td {
  background-color: #009EBD;
  color: #fff;
}
#ticket table tr:nth-of-type(1) td.ft-ylw {
  color: #FDFF61;
}
#ticket .ticket-box {
  margin-top: 3.5rem;
}
#ticket .ticket-notes {
  display: block;
  margin: 28px auto 0;
  background-color: #F3F9F8;
  max-width: 800px;
}
#ticket .ticket-notes .notes-title {
  background-color: #66AEBC;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #fff;
}
#ticket .ticket-notes .notes-mds {
  padding: 1rem 1rem 0;
  display: block;
  text-align: left;
  color: #005263;
  font-weight: bold;
}
#ticket .ticket-notes p {
  display: block;
  text-align: left;
}
#ticket .ticket-notes ul {
  width: calc(100% - 2rem);
  padding: 1rem;
  text-align: left;
  margin-bottom: 0;
}
#ticket .ticket-notes ul li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.25em;
}
#ticket .ticket-notes ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#ticket .spc-cmp {
  margin-bottom: 1em;
  line-height: 1.8em;
}
#ticket .spcplan-img-box {
  max-width: 800px;
  margin: 1em auto 1.5em;
}
#ticket .spcplan-img-box img {
  border: 5px solid #009EBD;
  width: calc(100% - 10px);
  border-radius: 5px;
}

.schedule-popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(187, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.schedule-popup h4 {
  color: #0d9d9a;
}
.schedule-popup .close-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  border: solid 2px #0d9d9a;
}
.schedule-popup .close-btn img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.schedule-popup .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  border: solid 2px #0d9d9a;
  padding: 1em;
  width: calc(100% - 4em);
  max-width: 1200px;
}
.schedule-popup .popup-in {
  position: relative;
  max-height: 75vh;
  max-height: 75dvh;
  overflow: auto;
}
.schedule-popup ul {
  text-align: left;
  margin-bottom: 1em;
}
.schedule-popup ul li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.25em;
}
.schedule-popup ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.schedule-popup ul.square li::before {
  content: "■";
}

#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(0.7);
}
#purchase .cnpg.coming {
  filter: grayscale(1);
  pointer-events: none;
}
#purchase .fm-image {
  width: 100%;
  max-width: 600px;
  margin: 2rem 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: #009EBD;
  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: #009EBD;
  -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: #009EBD;
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket:hover span {
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket.coming {
  pointer-events: none;
  filter: grayscale(1);
}
#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 .purchase-box {
  margin-top: 40px;
}

#participate2 {
  padding-top: 0;
}

#participate .par-img,
#participate2 .par-img {
  max-width: 600px;
  margin: auto;
  position: relative;
  margin: 1rem auto;
  background-color: #fff;
  border: 5px solid #fff;
  width: calc(100% - 10px);
  border-radius: 5px;
}
#participate .par-img a,
#participate2 .par-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#participate .par-img a.coming-soon,
#participate2 .par-img a.coming-soon {
  pointer-events: none;
  cursor: none;
}

#program .pg-list {
  width: 100%;
  max-width: 1400px;
  margin-top: 2rem;
  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: #7F66C8;
}
#program .pg-list .pg-card .pg-desc {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #282661;
}
#program .pg-list .pg-card .pg-desc p {
  font-size: 14px;
  margin-bottom: 0.5em;
}
#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: #282661;
}

.is-single {
  background: #F0ECFC;
}

#page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 0;
  padding-top: 1rem;
  margin-top: 80px;
}
#page .inner-wrap {
  background: #fff;
  padding: 1em;
}
#page .contents-img {
  margin-bottom: 2rem;
}
#page .contents-desc {
  color: #0d9d9a;
  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: #7F66C8;
}
#page .contents-header .upload-date {
  color: #aaa;
  font-size: 0.75rem;
}
#page h2 {
  padding: 0.3em 0;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  width: 100%;
  color: #7F66C8;
}
#page h2:before, #page h2:after {
  content: none;
}
#page .contents-wrap {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 3rem;
}
#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: #7F66C8;
  color: #fff;
  margin-bottom: 0.5em;
  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;
  margin-bottom: 1em;
}
#page .contents-wrap a {
  text-decoration: underline;
  color: #009EBD;
}
#page .contents-wrap a:hover {
  filter: brightness(0.7);
}
#page .contents-wrap a.bt {
  text-decoration: none;
  color: #fff;
}
#page .contents-wrap h4 {
  border-radius: 0;
  background: #7F66C8;
  padding: 0.5em;
  margin: 2em auto 1em;
  width: calc(100% - 1em);
  color: #fff;
}
#page .contents-wrap h2 {
  padding: 0.3em 0;
  text-align: left;
  margin: 1em 0 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  width: 100%;
  color: #7F66C8;
  border-bottom: 2px solid #7F66C8;
  border-top: 2px solid #7F66C8;
}
#page .contents-wrap h1 {
  margin: 1em 0;
  width: calc(100% - 1em);
  padding-left: 1em;
  font-size: 1.6em;
  font-weight: bold;
  color: #7F66C8;
  position: relative;
}
#page .contents-wrap h1::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background: #7F66C8;
}
#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: "・";
  left: 0;
  top: 0;
  position: absolute;
}
#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: 1em;
  width: initial;
  height: initial;
}
#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 .bt {
  text-align: center;
}

#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;
}
#map .map-wrap .map-img.coming a {
  pointer-events: none;
}
#map .map-wrap .map-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#access .access-box {
  margin: 2rem 0 4em;
}
#access .access-box.bot-no {
  margin: 4rem 0 0;
}
#access iframe {
  width: 100%;
  max-width: 800px;
  margin: 0.5rem auto 0;
}

.is-single #info {
  margin-top: 80px;
}

#info {
  background: #fff;
}
#info .info-data {
  max-width: 600px;
  margin: 1em auto 1em;
  font-weight: bold;
}
#info .powerd {
  max-width: 600px;
  margin: 1em auto;
  margin-top: 2em;
}
#info .powerd p {
  font-size: 1.2em;
  font-weight: bold;
}
#info .powerd .powered-item a {
  max-width: 200px;
  display: block;
  margin: auto;
}
#info .powerd .powered-item a.cn-p {
  max-width: 300px;
}
#info .powerd .powered-item a.nagoya {
  max-width: 330px;
}
#info .powerd .powered-item a.coming {
  max-width: 300px;
  height: 100px;
  margin-top: 1em;
  background-color: #e9e9e9;
}
#info .powerd .powered-flex {
  display: flex;
  align-items: center;
  max-width: 600px;
}
#info .powerd .powered-flex a {
  max-width: 300px;
  margin: auto;
  width: calc(48% - 0.5em);
}

.archive-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}
.archive-link .ac-yr-box {
  display: grid;
  /* 1fr をやめて 150px 固定にする。これで要素が少なくても広がらないppdding分を足す */
  grid-template-columns: repeat(auto-fit, calc(150px + 2em));
  justify-content: center;
  /* 全体を中央に寄せる */
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
.archive-link .ac-yr-box .yr-list {
  position: relative;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  width: 150px;
  margin: 0 -1px 1em -1px;
  overflow: hidden;
  /*hiddenとmargin－1pxで消す*/
  /* 前に解説した「最初以外に線を引く」設定 */
}
.archive-link .ac-yr-box .yr-list:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
.archive-link .ac-yr-box .yr-list .yr-tg {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  width: fit-content;
  margin: 0 auto 1em;
  letter-spacing: 0.3em;
}
.archive-link a {
  width: fit-content;
  color: #fff;
  font-size: 0.75rem;
  margin: 0 auto 0.5em;
  text-decoration: underline;
  transition: all 0.3s linear;
}
.archive-link a:hover {
  color: #d9e021;
}

footer {
  background-color: #7F66C8;
  padding: 2rem 0;
}
footer .footer-bt {
  margin-bottom: 2rem;
}
footer .footer-bt a {
  background-color: #C6B4FF;
  padding: 1rem;
  color: #282661;
  width: calc(100% - 2rem);
  height: auto;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 0.2s linear;
}
footer .footer-bt a:hover {
  background-color: #282661;
  color: #fff;
}
footer .footer-bt a.footer-bt-coming {
  pointer-events: none;
  filter: opacity(0.5);
}
footer .footer-sns {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
footer .footer-sns .fs-hl {
  margin-bottom: 0;
  font-size: 0.75rem;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  display: block;
  margin: auto;
  width: fit-content;
}
footer .footer-sns .fs-icons {
  display: flex;
  justify-content: center;
  align-items: 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;
}
footer .footer-sns .fs-icons a .fa-icon path {
  fill: #fff;
  -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-yt {
  width: 3rem;
}
footer .footer-sns .fs-icons a:hover {
  transform: translateY(-3px);
}
footer .footer-sns .fs-icons a:hover .fa-icon path {
  fill: #fff100;
}
footer .footer-link {
  color: #fff;
  text-align: center;
}
footer .footer-link a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
footer .credit {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 900px) {
  #mv {
    padding-top: 0;
  }
  #mv .mv-logo {
    max-width: 330px;
    bottom: 23%;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 60px;
  }
  header .header-inner .header-logo {
    max-width: 80px;
  }
  .btn-trigger {
    top: 0.5rem;
  }
  #mv {
    height: 45vh;
    padding-top: 80px;
  }
  #mv .mv-logo {
    width: 55%;
    max-width: 250px;
  }
  .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;
  }
  #about .feature-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #about .feature-flex .feature-box {
    width: calc(100% - 1em);
    padding: 0.5em;
  }
  #about .feature-flex .feature-box .feature-img img {
    max-width: 80px;
  }
  #about .feature-flex .feature-box::after {
    right: calc(-5px - 0.3em - 2px);
  }
  #about .feature-flex .feature-box:nth-of-type(2)::after {
    display: none;
  }
  #ticket .ticket-type {
    flex-wrap: wrap;
    width: 100%;
  }
  #ticket .ticket-type .type-item {
    width: 48%;
    margin: 1%;
  }
  #ticket .ticket-type .coming-soon {
    width: 100%;
  }
  #ticket table th,
  #ticket table td {
    font-size: 11px;
  }
  #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 .ticket-box .schedule-check .sp {
    display: block;
  }
  #purchase .la-tickets-bts .la-ticket {
    width: calc(50% - 4px - 6px - 1.5rem);
  }
  .is-single #info {
    margin-top: 0;
  }
  #map .map-wrap {
    flex-direction: column;
  }
  #map .map-wrap .map-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  #info .powerd .powered-item a.cn-p {
    max-width: 250px;
  }
  #info .powerd .powered-item a.nagoya {
    max-width: 280px;
  }
  #info .powerd .powered-item a {
    max-width: 180px;
  }
  #info .powerd .powered-flex {
    flex-direction: column;
  }
  #info .powerd .powered-flex a {
    width: 100%;
  }
  #info .powerd .powered-flex a.pow-le {
    max-width: 260px;
  }
  #info .powerd .powered-flex a.pow-ri {
    max-width: 285px;
  }
}

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