@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loopCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.topHero__mv {
  position: relative;
  z-index: 5;
  margin: 4rem auto 0;
}
@media screen and (min-width: 320px) {
  .topHero__mv {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__mv {
    width: 58%;
  }
}
@media screen and (min-width: 320px) {
  .topHero__inner {
    padding: 0 12.5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topHero__inner {
    padding: 12rem 20vw 0;
  }
}
.topHero__date {
  margin-top: 12px;
}
@media screen and (min-width: 320px) {
  .topHero__info {
    margin: 32px 0 48px;
  }
}
@media screen and (min-width: 600px) {
  .topHero__info {
    margin: 64px 0 48px;
  }
}
.topHero__dl {
  margin: 24px 0;
}
.topHero__detail {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topHero__detail {
    width: 100%;
    left: auto;
  }
}
@media screen and (min-width: 600px) {
  .topHero__detail {
    width: calc(100% + 20vw);
    left: -10vw;
  }
}

.scrollCircle {
  position: fixed;
  z-index: 10;
  background: black;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .scrollCircle {
    width: 7rem;
    height: 7rem;
    inset: auto 2.5vw 2.5vw auto;
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .scrollCircle {
    width: 22rem;
    height: 22rem;
    inset: auto auto 5vw 5vw;
    display: block;
  }
}
.scrollCircle .circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.scrollCircle .circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: loopCircle 40000ms linear infinite both;
          animation: loopCircle 40000ms linear infinite both;
}
.scrollCircle .icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrollCircle .icon svg {
  display: block;
  width: 24%;
  height: 24%;
  fill: white;
}

.lanternInfo {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .lanternInfo {
    border-radius: 14px;
    height: 40rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo {
    border-radius: 28px;
    height: 60rem;
  }
}
.lanternInfo__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lanternInfo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lanternInfo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0.08)), color-stop(63%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.72) 63%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.lanternInfo__note {
  position: absolute;
  top: clamp(18px, 3vw, 32px);
  right: clamp(18px, 4vw, 56px);
  z-index: 2;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 320px) {
  .lanternInfo__note {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__note {
    font-size: 1.2rem;
  }
}
.lanternInfo__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .lanternInfo__content {
    padding: 16px;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__content {
    padding: 32px;
  }
}
.lanternInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}
.lanternInfo__title svg {
  display: block;
  fill: white;
}
@media screen and (min-width: 320px) {
  .lanternInfo__title svg {
    width: 18rem;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__title svg {
    width: 32rem;
    height: auto;
  }
}
.lanternInfo__body {
  margin: 0;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 320px) {
  .lanternInfo__body {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__body {
    font-size: 1.8rem;
  }
}
.lanternInfo__body p {
  margin: 0 0 0.4em;
}
.lanternInfo__list {
  margin: 0.45em 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.82em;
  line-height: 1.25;
}
.lanternInfo__list li {
  position: relative;
  padding-left: 1.05em;
}
.lanternInfo__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.lanternInfo__atten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e94b5f;
  text-shadow: none;
  margin-top: 8px !important;
}
@media screen and (min-width: 320px) {
  .lanternInfo__atten {
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.16rem;
    padding: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__atten {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    padding: 8px;
    border-radius: 8px;
  }
}
.lanternInfo__atten svg {
  display: block;
  stroke: white;
  stroke-width: 2;
}
@media screen and (min-width: 320px) {
  .lanternInfo__atten svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__atten svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.lanternInfo__date {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #009fc3;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.35));
          filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.35));
  clip-path: polygon(50% 0%, 56% 8%, 64% 3%, 69% 12%, 78% 8%, 81% 18%, 91% 17%, 91% 28%, 100% 33%, 94% 42%, 100% 50%, 94% 58%, 100% 67%, 91% 72%, 91% 83%, 81% 82%, 78% 92%, 69% 88%, 64% 97%, 56% 92%, 50% 100%, 44% 92%, 36% 97%, 31% 88%, 22% 92%, 19% 82%, 9% 83%, 9% 72%, 0% 67%, 6% 58%, 0% 50%, 6% 42%, 0% 33%, 9% 28%, 9% 17%, 19% 18%, 22% 8%, 31% 12%, 36% 3%, 44% 8%);
}
@media screen and (min-width: 320px) {
  .lanternInfo__date {
    top: 14px;
    left: 14px;
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__date {
    top: 24px;
    left: 24px;
    width: 11.2rem;
    height: 11.2rem;
  }
}
.lanternInfo__dateMain {
  display: block;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 320px) {
  .lanternInfo__dateMain {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__dateMain {
    font-size: 4rem;
  }
}
.lanternInfo__dateSub {
  display: grid;
  place-items: center;
  margin-top: 4px;
}
@media screen and (min-width: 320px) {
  .lanternInfo__dateSub {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .lanternInfo__dateSub {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}

.stageModal {
  --modal-blue: #23a9bd;
  --modal-blue-dark: #007f9b;
  --modal-yellow: #f8cf3f;
  --modal-red: #e94b5f;
  --modal-black: #111;
  --modal-white: #fff;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.22s ease, visibility 0.22s ease;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.stageModal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.stageModal__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(248, 207, 63, 0.22), transparent 28%), rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(5px);
}
.stageModal__panel {
  position: relative;
  width: 88vw;
  max-height: 88vh;
  overflow: auto;
  border: 5px solid var(--modal-blue);
  border-radius: 22px;
  background: var(--modal-white);
  -webkit-box-shadow: 12px 12px 0 var(--modal-black), 0 24px 80px rgba(0, 0, 0, 0.38);
          box-shadow: 12px 12px 0 var(--modal-black), 0 24px 80px rgba(0, 0, 0, 0.38);
  -webkit-transform: translateY(16px) scale(0.98);
          transform: translateY(16px) scale(0.98);
  -webkit-transition: -webkit-transform 0.22s ease;
  transition: -webkit-transform 0.22s ease;
  transition: transform 0.22s ease;
  transition: transform 0.22s ease, -webkit-transform 0.22s ease;
}
.stageModal.is-active .stageModal__panel {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.stageModal__close {
  position: sticky;
  top: 14px;
  left: auto;
  margin-left: auto;
  margin-right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 3px solid var(--modal-black);
  border-radius: 50%;
  background: var(--modal-yellow);
  -webkit-box-shadow: 4px 4px 0 var(--modal-black);
          box-shadow: 4px 4px 0 var(--modal-black);
  cursor: pointer;
}
.stageModal__close span {
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--modal-black);
}
.stageModal__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.stageModal__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.stageModal__head {
  margin-top: -34px;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 42px) clamp(18px, 3vw, 30px);
  background: var(--modal-blue);
  color: var(--modal-white);
  text-align: center;
}
.stageModal__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 18px;
  border: 3px solid var(--modal-black);
  border-radius: 999px;
  background: var(--modal-yellow);
  color: var(--modal-black);
  -webkit-box-shadow: 4px 4px 0 var(--modal-black);
          box-shadow: 4px 4px 0 var(--modal-black);
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
}
.stageModal__title {
  margin: 0;
  font-size: clamp(30px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}
.stageModal__content {
  padding: clamp(20px, 4vw, 44px);
}
.stageModal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 42px);
}

.stageTableBox__title {
  margin: 0;
  padding: 12px 18px;
  border-radius: 0;
  background: var(--modal-blue);
  color: var(--modal-white);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
}
.stageTableBox__title span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 4px;
  border-radius: 50%;
  background: var(--modal-white);
  color: var(--modal-red);
  font-size: 16px;
  vertical-align: 0.18em;
}
.stageTableBox--lantern {
  width: 48%;
  margin-top: clamp(20px, 3vw, 36px);
}

.stageTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-right: 2px solid var(--modal-blue);
  border-left: 2px solid var(--modal-blue);
  border-bottom: 2px solid var(--modal-blue);
}
.stageTable tr {
  border-bottom: 2px solid rgba(35, 169, 189, 0.72);
}
.stageTable tr:last-child {
  border-bottom: 0;
}
.stageTable th,
.stageTable td {
  padding: 7px 14px;
  font-size: clamp(16px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.25;
  vertical-align: middle;
}
.stageTable th {
  width: 32%;
  background: var(--modal-blue);
  color: var(--modal-white);
  text-align: center;
  white-space: nowrap;
}
.stageTable td {
  background: var(--modal-white);
  color: var(--modal-black);
}

body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .stageModal__grid {
    grid-template-columns: 1fr;
  }
  .stageTableBox--lantern {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .stageModal {
    padding: 16px;
  }
  .stageModal__panel {
    width: 92vw;
    max-height: 88vh;
    border-width: 4px;
    border-radius: 18px;
    -webkit-box-shadow: 6px 6px 0 var(--modal-black), 0 18px 60px rgba(0, 0, 0, 0.34);
            box-shadow: 6px 6px 0 var(--modal-black), 0 18px 60px rgba(0, 0, 0, 0.34);
  }
  .stageModal__close {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  .stageModal__head {
    padding-top: 28px;
  }
  .stageTableBox__title {
    font-size: 24px;
  }
  .stageTable th,
  .stageTable td {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
  }
  .stageTable th {
    text-align: left;
  }
  .stageTable tr {
    display: block;
    border-bottom: 3px solid var(--modal-blue);
  }
}
.busStopNotice {
  position: relative;
  width: 100%;
  margin: 12px auto 32px;
  padding: clamp(18px, 3vw, 28px);
  border: 4px solid #111;
  border-radius: 28px;
  background: #f8cf3f;
  color: #111;
  -webkit-box-shadow: 7px 7px 0 #111;
          box-shadow: 7px 7px 0 #111;
  text-align: center;
}

.busStopNotice::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(17, 17, 17, 0.28);
  border-radius: 20px;
  pointer-events: none;
}

.busStopNotice__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 18px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #e94b5f;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 #111;
          box-shadow: 4px 4px 0 #111;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 320px) {
  .busStopNotice__label {
    margin: 20px 0 12px;
  }
}
@media screen and (min-width: 600px) {
  .busStopNotice__label {
    margin: 0 0 12px;
  }
}

.busStopNotice__body {
  position: relative;
  z-index: 1;
  font-weight: 900;
  line-height: 1.65;
}

.busStopNotice__body p {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 30px);
}

.busStopNotice__body span {
  display: inline-block;
  color: #0071bc;
  font-weight: 900;
}

.busStopNotice__body strong {
  display: inline;
  padding: 0 0.15em;
  color: #e94b5f;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.16em;
}

.busStopNotice__main {
  margin-top: 4px !important;
  font-size: clamp(22px, 3vw, 38px) !important;
}

@media (max-width: 600px) {
  .busStopNotice {
    padding: 18px 14px;
    border-width: 3px;
    border-radius: 22px;
    -webkit-box-shadow: 5px 5px 0 #111;
            box-shadow: 5px 5px 0 #111;
  }
  .busStopNotice::before {
    inset: 6px;
    border-radius: 16px;
  }
  .busStopNotice__label {
    font-size: 13px;
  }
  .busStopNotice__body p {
    font-size: 16px;
    line-height: 1.8;
  }
  .busStopNotice__body strong {
    display: inline;
  }
  .busStopNotice__main {
    font-size: 22px !important;
  }
}
.busStopNotice {
  overflow: visible;
  margin-top: clamp(36px, 5vw, 46px);
}

.busStopNotice__balloon {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -62%);
          transform: translate(-50%, -62%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 28px;
  border: 4px solid #111;
  border-radius: 999px;
  background: #e94b5f;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.busStopNotice__balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -17px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-right: 4px solid #111;
  border-top: 4px solid #111;
  background: #e94b5f;
}
@media screen and (min-width: 320px) {
  .busStopNotice__balloon::before {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .busStopNotice__balloon::before {
    display: block;
  }
}

.busStopNotice__balloon::after {
  content: "!";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #fff;
  color: #e94b5f;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 600px) {
  .busStopNotice {
    margin-top: 48px;
  }
  .busStopNotice__balloon {
    width: 78vw;
    padding: 9px 16px;
    border-width: 3px;
    white-space: normal;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
  }
  .busStopNotice__balloon::before {
    bottom: -13px;
    width: 22px;
    height: 22px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .busStopNotice__balloon::after {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    border-width: 2px;
    font-size: 18px;
  }
}/*# sourceMappingURL=top.css.map */