@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

.fv__img-wrap .fv-img01,
.fv__img-wrap .fv-img02,
.fv__img-wrap .fv-img03,
.fv__img-wrap .fv-img04,
.fv__img-wrap .fv-text01,
.fv__img-wrap .fv-text02,
.fv__img-wrap .fv-diagonal01,
.fv__img-wrap .fv-diagonal02 {
  opacity: 0;
}
.fv__img-wrap .fv-text01 {
  transform: translateX(-50px);
  transition: ease 600ms all;
}
.fv__img-wrap .fv-text02 {
  transform: translateX(-50px);
  transition: ease 800ms all;
}
.fv__img-wrap .fv-img01 {
  transform: translateY(100px);
  transition: ease 600ms all;
}
.fv__img-wrap .fv-img02 {
  transform: translateX(-50px);
  transition: ease 500ms all;
}
.fv__img-wrap .fv-img03 {
  transform: translateX(50px);
  transition: ease 700ms all;
}
.fv__img-wrap .fv-img04 {
  transform: translateY(50px);
  transition: ease 600ms all;
}
.fv__img-wrap .fv-diagonal01 {
  transform: translateX(-50px);
  transition: ease 700ms all;
}
.fv__img-wrap .fv-diagonal02 {
  transform: translateX(50px);
  transition: ease 800ms all;
}
.fv__img-wrap.-show .fv-text01 {
  transform: translateX(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-text02 {
  transform: translateX(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-img01 {
  transform: translateY(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-img02 {
  transform: translateX(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-img03 {
  transform: translateX(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-img04 {
  transform: translateY(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-diagonal01 {
  transform: translateX(0);
  opacity: 1;
}
.fv__img-wrap.-show .fv-diagonal02 {
  transform: translateX(0);
  opacity: 1;
}

.chart__figure-circle {
  display: inline-block;
  animation: rotate-z 6s linear infinite;
}

.system__table--figure-pictogram {
  opacity: 0;
  transition: ease 800ms all;
}

.system__table--figure .system__table--figure-arrow {
  opacity: 0;
  top: 0;
  animation: scale-x-pc 4.6s infinite;
  animation-delay: 0.6s;
  transition: ease 300ms all;
  transition-delay: 1s;
  transform-origin: 0;
}
@media screen and (max-width: 768px) {
  .system__table--figure .system__table--figure-arrow {
    animation: scale-x-sp 4.6s infinite;
    animation-delay: 0.6s;
  }
}
.system__table--figure .system__table--figure-pictogram.pg01 {
  transition-delay: 0.6s;
}
.system__table--figure .system__table--figure-pictogram.pg02 {
  transition-delay: 0.8s;
}
.system__table--figure .system__table--figure-pictogram.pg03 {
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .system__table--figure.js-flameIn .system__table--figure-arrow {
    left: 12%;
  }
}
.system__table--figure.js-flameIn .system__table--figure-pictogram.pg01 {
  opacity: 1;
}
.system__table--figure.js-flameIn .system__table--figure-pictogram.pg02 {
  opacity: 1;
}
.system__table--figure.js-flameIn .system__table--figure-pictogram.pg03 {
  opacity: 1;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes show-per {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide-reverse {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes rotate-z {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes scale-x-pc {
  0% {
    opacity: 0;
    top: 38px;
    transform: scaleX(0) rotateX(90deg);
  }
  25% {
    opacity: 0;
    top: 38px;
    transform: scaleX(0) rotateX(105deg);
  }
  50% {
    top: 0;
    opacity: 1;
    transform: scaleX(1) rotateX(30deg);
  }
  80% {
    opacity: 0.9;
    transform: scaleX(1) rotateX(30deg);
  }
  100% {
    opacity: 0;
    transform: scaleX(1) rotateX(30deg);
  }
}
@keyframes scale-x-sp {
  0% {
    opacity: 0;
    top: 45px;
    transform: scaleX(0) rotateX(60deg);
  }
  25% {
    opacity: 0;
    top: 45px;
    transform: scaleX(0) rotateX(90deg);
  }
  50% {
    top: 25px;
    opacity: 1;
    transform: scaleX(1) rotateX(30deg);
  }
  80% {
    top: 25px;
    opacity: 0.9;
    transform: scaleX(1) rotateX(30deg);
  }
  100% {
    top: 25px;
    opacity: 0;
    transform: scaleX(1) rotateX(30deg);
  }
}
@keyframes arrow-in {
  from {
    left: -100%;
    top: 10%;
    opacity: 0;
  }
  to {
    top: 0;
    left: 12%;
    opacity: 1;
  }
}
@keyframes lightAnime {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}
html,
body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body > footer {
  position: sticky;
  top: 100vh;
}

@media screen and (min-width: 769px) {
  a {
    transition: 300ms ease all;
  }
  a:hover {
    opacity: 0.7;
  }
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
.-wb {
  display: inline-block;
}

:root {
  --white: #ffffff;
  --black: #211815;
  --blue: #0A16FF;
  --blue-bg: #001A72;
  --yellow: #FEF000;
  --gradation-main: linear-gradient(80deg, var(--black) 0%, var(--blue-bg) 50%);
  --text: 1.25vw;
  --heading: 5.625vw;
  --border: 1px dashed var(--white);
  --orbitron: "Orbitron", sans-serif;
}
@media screen and (max-width: 768px) {
  :root {
    --text: 4.26666vw;
    --heading: 10.66666vw;
    --gradation-main: linear-gradient(45deg, var(--black) 25%, var(--blue-bg) 50%) ;
  }
}

p, span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p, span {
    letter-spacing: 0.01em;
  }
}

.deco-bg-img {
  position: absolute;
}
.deco-bg-img[data-num=intro-01] {
  top: -8vw;
  left: 2vw;
  width: 6.875vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=intro-01] {
    top: -22vw;
    left: -7vw;
    width: 23.875vw;
  }
}
.deco-bg-img[data-num=intro-02] {
  top: -6vw;
  right: 3vw;
  width: 20.313vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=intro-02] {
    top: -11vw;
    right: -7vw;
    width: 54.313vw;
    opacity: 0.9;
  }
}
.deco-bg-img[data-num=intro-03] {
  top: 16.5vw;
  left: -10vw;
  width: 14.063vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=intro-03] {
    top: initial;
    bottom: -14vw;
    left: -14vw;
    width: 39.063vw;
    opacity: 0.9;
  }
}
.deco-bg-img[data-num=qa-01] {
  top: 16.5vw;
  left: -10vw;
  width: 14.063vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=qa-01] {
    top: initial;
    bottom: -14vw;
    left: -14vw;
    width: 39.063vw;
    opacity: 0.9;
  }
}
.deco-bg-img[data-num=qa-02] {
  top: 23.5vw;
  right: -8vw;
  width: 25.157vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=qa-02] {
    top: initial;
    bottom: -14vw;
    left: -14vw;
    width: 39.063vw;
    opacity: 0.9;
    display: none;
  }
}
.deco-bg-img[data-num=point-01] {
  top: 0vw;
  right: 18vw;
  width: 25.157vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=point-01] {
    top: 61vw;
    right: 4vw;
    width: 46.157vw;
  }
}
.deco-bg-img[data-num=point-02] {
  top: 26.4vw;
  right: -9vw;
  width: 12.813vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=point-02] {
    display: none;
  }
}
.deco-bg-img[data-num=point-03] {
  bottom: -15vw;
  left: -9vw;
  width: 14.063vw;
}
.deco-bg-img[data-num=present-01] {
  top: -17vw;
  right: -13vw;
  width: 23.438vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=present-01] {
    display: none;
  }
}
.deco-bg-img[data-num=present-02] {
  bottom: -10vw;
  left: -3vw;
  width: 15.5788vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=present-02] {
    top: 75vw;
    left: -15vw;
    width: 39.5788vw;
  }
}
.deco-bg-img[data-num=access-01] {
  top: 8vw;
  right: -34vw;
  width: 37.032vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=access-01] {
    top: 16vh;
    right: -25vw;
    width: 54.22vw;
  }
}
.deco-bg-img[data-num=access-02] {
  bottom: -17vw;
  right: 7vw;
  width: 21.094vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=access-02] {
    top: initial;
    bottom: 15vh;
    left: -15vw;
    width: 39.5788vw;
  }
}
.deco-bg-img[data-num=timetable-01] {
  top: -13vw;
  right: -31vw;
  width: 12.813vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=timetable-01] {
    top: 85vw;
    right: -17vw;
    width: 48.032vw;
  }
}
.deco-bg-img[data-num=timetable-02] {
  top: -4vw;
  left: -12vw;
  width: 16.797vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=timetable-02] {
    display: none;
  }
}
.deco-bg-img[data-num=seminar-01] {
  top: 9vw;
  right: -34vw;
  width: 37.032vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=seminar-01] {
    top: -40vw;
    right: -17vw;
    width: 48.032vw;
  }
}
.deco-bg-img[data-num=contents-01] {
  bottom: -5vw;
  left: -10vw;
  width: 17.5vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=contents-01] {
    display: none;
  }
}
.deco-bg-img[data-num=contents-02] {
  bottom: 19.5vw;
  right: -12vw;
  width: 23.438vw;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=contents-02] {
    display: none;
  }
}
.deco-bg-img[data-num=event-01] {
  bottom: 49vw;
  left: -3vw;
  width: 15.5788vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=event-01] {
    bottom: initial;
    top: 190vw;
    left: -3vw;
    width: 46.5788vw;
    z-index: -1;
  }
}
.deco-bg-img[data-num=event-02] {
  bottom: -20vw;
  right: 18vw;
  width: 23.438vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .deco-bg-img[data-num=event-02] {
    bottom: 35vw;
    right: -11vw;
    width: 40.438vw;
    z-index: -1;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.sec__fv {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__fv {
    padding: 0;
  }
}

.fv__bg {
  position: absolute;
  top: -507px;
  left: 52%;
  transform: translateX(-50%);
  width: 1613px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv__bg {
    top: -3%;
    width: 120%;
  }
}

.fv__img-wrap {
  position: relative;
  top: 90px;
  width: 1080px;
  height: 800px;
  left: 50%;
  translate: -50% 0;
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .fv__img-wrap {
    width: 100%;
    max-width: 350px;
    height: 100%;
    min-height: 800px;
    top: 40px;
    margin-bottom: 0;
  }
}
.fv__img-wrap img {
  position: absolute;
}
.fv__img-wrap .fv-img01 {
  max-width: 408px;
  top: -30px;
  right: 12%;
  z-index: 1;
}
.fv__img-wrap .fv-img02 {
  max-width: 270px;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 3;
}
.fv__img-wrap .fv-img03 {
  max-width: 592px;
  bottom: 25px;
  right: -5%;
  translate: -50% 0;
  z-index: 3;
}
.fv__img-wrap .fv-img04 {
  max-width: 467px;
  right: 7%;
  bottom: -20px;
  z-index: 4;
}
.fv__img-wrap .fv-text01 {
  max-width: 740px;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv__img-wrap .fv-text02 {
  max-width: 870px;
  top: 40%;
  left: 10px;
  z-index: 2;
}
.fv__img-wrap .fv-diagonal01 {
  max-width: 303px;
  top: 30px;
  right: 0;
  z-index: 2;
}
.fv__img-wrap .fv-diagonal02 {
  max-width: 362px;
  left: 50%;
  translate: -50% 0;
  bottom: 10px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv__img-wrap .fv-img01 {
    width: 67vw;
    max-width: 255px;
    top: 12%;
    translate: -50% 0;
    left: 50%;
    right: initial;
    z-index: 1;
  }
  .fv__img-wrap .fv-img02 {
    width: 48vw;
    max-width: 190px;
    top: 50%;
    right: -5px;
    translate: 0 -50%;
    z-index: 3;
  }
  .fv__img-wrap .fv-img03 {
    width: 98vw;
    max-width: 360px;
    top: 40%;
    bottom: initial;
    right: -25%;
    translate: -50% 0;
    z-index: 4;
  }
  .fv__img-wrap .fv-img04 {
    right: 10%;
    max-width: 290px;
    top: 50%;
    width: 75vw;
    bottom: initial;
    z-index: 5;
  }
  .fv__img-wrap .fv-text01 {
    max-width: 360px;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .fv__img-wrap .fv-text02 {
    max-width: 340px;
    top: 20%;
    width: 92vw;
    left: 0;
    z-index: 0;
  }
  .fv__img-wrap .fv-diagonal01 {
    top: 23%;
    max-width: 140px;
    width: 37vw;
    right: 0;
    z-index: 2;
  }
  .fv__img-wrap .fv-diagonal02 {
    width: 54vw;
    max-width: 200px;
    top: 72%;
    left: 0;
    bottom: initial;
    translate: initial;
    z-index: 6;
  }
}

.fv__intro {
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .fv__intro {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.fv__intro .fv__intro-catch {
  max-width: 764px;
  margin-inline: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .fv__intro .fv__intro-catch {
    width: 95%;
    margin-bottom: 16px;
  }
}
.fv__intro .mod-text {
  color: var(--white);
  letter-spacing: 0.131em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .fv__intro .mod-text {
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
}

/* ↑↑↑ fv ↑↑↑ */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(20px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 16vw;
  aspect-ratio: 1;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .scroll-hint-icon {
    max-width: 120px;
  }
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 10%;
  right: initial;
  left: 10vw;
  width: 16vw;
  max-width: 120px;
  aspect-ratio: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap {
    left: 20vw;
  }
}

.scroll-hint-text {
  display: none;
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon:before {
  position: absolute;
  display: inline-block;
  width: 5vw;
  max-width: 120px;
  /* height: 26px; */
  aspect-ratio: 18/26;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/scroll-hint_hand.svg);
}
@media screen and (min-width: 769px) {
  .scroll-hint-icon:before {
    max-width: 40px;
    top: 30%;
  }
}

.scroll-hint-icon:after {
  content: "";
  width: 11vw;
  /* height: 8px; */
  aspect-ratio: 26/6;
  display: block;
  position: absolute;
  top: 2vw;
  left: 40%;
  margin-left: -2.5vw;
  background-repeat: no-repeat;
  background-image: url(../img/scroll-hint_arrow.svg);
  background-size: contain;
  opacity: 0;
  transition-delay: 2.4s;
}
@media screen and (min-width: 769px) {
  .scroll-hint-icon:after {
    max-width: 80px;
    top: 12%;
    left: 50%;
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  background: var(--gradation-main) repeat-y;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body::before {
    height: 100%;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.mod-text {
  font-size: var(--text);
  line-height: 1.5;
}

.mod-type-heading {
  position: relative;
  font-family: var(--orbitron);
  font-size: var(--heading);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 4.8281vw;
  width: 8.5ch;
  border-right: 2px solid var(--white);
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mod-type-heading {
    margin-bottom: 7.8281vw;
  }
}

header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(32px, 2.5vw);
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 26, 114, 1) 0%, rgba(0, 26, 114, 0) 100%);
  padding-inline: min(24px, 1.875vw);
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header {
    height: 82px;
    padding-inline: 0;
  }
}
header .navi {
  height: 100%;
}
header .navi .list {
  display: flex;
  gap: min(32px, 2.5vw);
  height: 100%;
}
header .navi .list .item {
  height: 100%;  
}
header .navi .list .item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--orbitron);
  color: #fff;
  letter-spacing: 0.04em;
  transition: opacity 300ms ease;
}
@media screen and (min-width: 769px) {
  header .navi .list .item a:hover {
    opacity: 0.5;
  }
}
header .header-logo {
  width: 168px;
}
@media screen and (max-width: 768px) {
  header .header-logo {
    width: 144px;
  }
}

.sec-fv {
  position: relative;
  width: 100vw;
  height: 100%;
  margin-bottom: 16.484375vw;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.sec-fv .fv-container {
  width: 85.31%;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 29.3% 70.7%;
  gap: 0px 0px;
  grid-template-areas: ". .";
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-container {
    width: 100%;
    grid-template-columns: initial;
  }
}
.sec-fv .fv-catch {
  position: relative;
  margin-top: -2%;
  margin-left: -2%;
  width: 90.643%;
  height: fit-content;
  left: -100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-catch {
    width: 46.73vw;
    margin-left: 0vw;
    aspect-ratio: 174/455;
    position: absolute;
  }
}
.sec-fv .fv-movie {
  margin-top: 5.46877vw;
  margin-left: 3vw;
  width: calc(100% - 5.624vw);
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-movie {
    width: 98.13vw;
    margin-top: 42.13333333333333vw;
    margin-left: 12%;
  }
}
.sec-fv .movie-cover {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 70/73;
  mask-image: url("../../assets/img/fv-movie-mask.png");
  mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../assets/img/fv-movie-mask.png");
  -webkit-mask-size: 100%;
  -webkit-repeat: no-repeat;
  opacity: 0;
  z-index: 2;
}
.sec-fv .movie-cover .op-mask {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 5;
}
.sec-fv .movie-cover .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.sec-fv .present-btn {
  position: absolute;
  top: 9.375vw;
  right: 5vw;
  width: 15.625vw;
  transition: filter 300ms ease;
}
@media screen and (min-width: 769px) {
  .sec-fv .present-btn:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv .present-btn {
    top: 19.733333333333334vw;
    right: 2.666666666666667vw;
    width: 32.800000000000004vw;
    z-index: 2;
  }
}

.event-dates {
  position: fixed;
  width: 21.876vw;
  max-width: 280px;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .event-dates {
    right: -24.75vw;
  }
}
@media screen and (max-width: 768px) {
  .event-dates {
    position: relative !important;
    width: 94.67%;
    max-width: initial;
    right: 0;
    margin-inline: auto;
    bottom: 0;
    margin-top: -20vw;
    margin-bottom: 31vw;
  }
}
.event-dates .present {
  display: block;
  max-width: 240px;
  width: 19vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .event-dates .present {
    max-width: initial;
    width: 64vw;
  }
}
.event-dates .entry-link {
  position: relative;
  width: calc(100% - 2px);
  aspect-ratio: 15/4;
  background: var(--blue);
  display: grid;
  place-content: center;
  overflow: hidden;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
@media screen and (max-width: 768px) {
  .event-dates .entry-link {
    aspect-ratio: 355/48;
  }
}
.event-dates .entry-link::after {
  background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.event-dates .entry-link .link-text {
  position: relative;
  width: 7.268vw;
  max-width: 100px;
  left: -38%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .event-dates .entry-link .link-text {
    width: 53.87vw;
    max-width: initial;
    left: -15.5%;
  }
}
.event-dates .entry-link .arrows {
  position: absolute;
  width: 3.125vw;
  max-width: 40px;
  aspect-ratio: 2/1;
  top: 50%;
  translate: 0 -50%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .event-dates .entry-link .arrows {
    width: 10.67vw;
    right: 3%;
  }
}
@media (any-hover: hover) {
  .event-dates .entry-link:hover {
    background: transparent;
    opacity: 1;
  }
}

.sticky-dates {
  position: fixed;
  bottom: -50%;
  width: 100%;
  opacity: 0;
  transition: ease 400ms all;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}
.sticky-dates.-scroll {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .sticky-dates {
    display: none;
  }
}
.sticky-dates .present {
  width: 65cqw;
  margin-inline: auto;
}
.sticky-dates .date {
  position: relative;
  width: 100%;
  aspect-ratio: 370/80;
}
@media screen and (max-width: 768px) {
  .sticky-dates .date {
    aspect-ratio: initial;
  }
}
.sticky-dates .date::before {
  content: "";
  position: absolute;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(2px 1px 8px rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sticky-dates .entry-link {
  position: relative;
  width: 100%;
  aspect-ratio: 375/40;
  background-color: var(--blue);
  display: grid;
  place-content: center;
  overflow: hidden;
  transition: linear 400ms all;
}
.sticky-dates .entry-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  box-sizing: border-box;
  z-index: 0;
}
.sticky-dates .entry-link .link-text {
  position: relative;
  width: 53.87vw;
  left: -36%;
  z-index: 5;
}
.sticky-dates .entry-link .arrows {
  position: absolute;
  width: 10.67vw;
  aspect-ratio: 2/1;
  top: 50%;
  translate: 0 -50%;
  right: 1vw;
  z-index: 1;
}
.anchor-wrap {
  position: relative;
  margin-block: 22.666666666666664vw;
}
.anchor-wrap .anchor-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  padding-inline: 4.266666666666667vw;
}
.anchor-wrap .anchor-inner .anchor {
  position: relative;
  width: 40.53333333333333vw;
  font-size: 5.333333333333334vw;
  font-weight: 600;
  font-family: var(--orbitron);
  padding-left: 2.666666666666667vw;
  padding-bottom: 1.6vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.anchor-wrap .anchor-inner .anchor:nth-of-type(2n) {
  width: 46.666666666666664vw;
}
.anchor-wrap .anchor-inner .anchor::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 5.333333333333334vw;
  width: 5.6000000000000005vw;
  height: 2.666666666666667vw;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
}
.anchor-wrap .deco01 {
  position: absolute;
  top: -18.666666666666668vw;
  left: -6.4vw;
  width: 23.466666666666665vw;
}
.anchor-wrap .deco02 {
  position: absolute;
  bottom: -8vw;
  right: -7.199999999999999vw;
  width: 53.333333333333336vw;
}

.bg-deco-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: clip;
}
.bg-deco-wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: -16.015625vw;
  left: 50%;
  width: 107.890625vw;
  height: calc(100% + 16.015625vw);
  background: url(../img/bg-deco.png) repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .bg-deco-wrap::before {
    top: 29.333333333333332vw;
    left: 50%;
    width: 125.6vw;
    height: calc(100% - 29.333333333333332vw);
    background: url(../img/bg-deco_sp.png) repeat-y;
    background-size: 100% auto;
  }
}

.sec-intro {
  position: relative;
  opacity: 0;
  margin-bottom: 7.5125vw;
}
@media screen and (max-width: 768px) {
  .sec-intro {
    margin-bottom: 19.0666vw;
  }
}
.sec-intro .intro-inner {
  position: relative;
  max-width: calc(100% - 176px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-inner {
    width: auto;
    max-width: 100%;
    padding: 0 10.6666vw;
  }
}
.sec-intro .intro-text-wrap {
  position: relative;
  width: 46.641vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-text-wrap {
    width: auto;
    margin-left: 0;
  }
}
.sec-intro .intro-text {
  font-size: var(--text);
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  color: var(--white);
  letter-spacing: 0.08em;
}
.sec-intro .intro-text + .intro-text {
  margin-top: 2.75vw;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-text + .intro-text {
    margin-top: 8.75vw;
  }
}

.carousel {
  position: relative;
  margin-block: 9.375vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .carousel {
    margin-block: 17.066666666666666vw;
  }
}

.carousel .carousel-head {
  position: relative;
  max-width: calc(100% - 176px);
  font-size: 1.5625vw;
  font-weight: 700;
  color: #fff;
  padding-left: 1.875vw;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .carousel .carousel-head {
    max-width: initial;
    font-size: 5.333333333333334vw;
    padding-left: 6.4vw;
    margin-inline: 6.666666666666667vw;
  }
}

.carousel .carousel-head::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .carousel .carousel-head::before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}

.carousel .splide {
  margin-top: 1.25vw;
}

@media screen and (max-width: 768px) {
  .carousel .splide {
    margin-top: 6.666666666666667vw;
  }
}

.carousel .splide .splide__slide {
  width: 23.4375vw;
}

@media screen and (max-width: 768px) {
  .carousel .splide .splide__slide {
    width: 80vw;
  }
}

.sec-point {
  position: relative;
  margin-bottom: 8.8125vw;
}
.sec-point .point-inner {
  position: relative;
  max-width: calc(100% - 176px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-point .point-inner {
    max-width: initial;
    padding-inline: 6.666666666666667vw;
  }
}
.sec-point .point-inner.js-flameIn .mod-type-heading {
  width: 4.5ch;
  opacity: 1;
  animation: typing 0.5s steps(10), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
}
.sec-point .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875vw;
  width: 62.81250000000001vw;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list {
    grid-template-columns: unset;
    gap: 4.266666666666667vw;
    width: 100%;
  }
}
.sec-point .point-list-item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  background-color: #fff;
  gap: 0;
  padding: 1.875vw;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item {
    padding: 6.4vw;
  }
}
.sec-point .point-list-item .item-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.875vw;
  line-height: 1.3;
  font-weight: bold;
  color: #001A72;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 1.875vw;
  margin-top: 0.703125vw;
  border-top: 1px solid #001A72;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item .item-heading {
    font-size: 6.4vw;
    padding-top: 4.266666666666667vw;
    margin-top: 2.1333333333333333vw;
    line-height: 1.5;
  }
}
.sec-point .point-list-item .item-heading .-middle {
  font-size: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item .item-heading .-middle {
    font-size: 5.333333333333334vw;
  }
}
.sec-point .point-list-item .item-heading .-small {
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item .item-heading .-small {
    font-size: 4.8vw;
  }
}
.sec-point .point-list-item .icon {
  width: 8.90625vw;
  margin: 1.875vw auto 0;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item .icon {
    width: 26.666666666666668vw;
    margin: 4.266666666666667vw auto 0;
  }
}
.sec-point .point-list-item .item-text {
  font-size: var(--text);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.5625vw;
  letter-spacing: 0.1em;
  color: #001A72;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .sec-point .point-list-item .icon {
    margin-top: 4.266666666666667vw;
  }
}
.sec-point .point-nums > * {
  font-family: var(--orbitron);
  font-weight: 500;
  color: var(--blue-bg);
  line-height: 1;
  text-align: center;
}
.sec-point .point-nums .point {
  display: block;
  font-size: var(--text);
}
.sec-point .point-nums .num {
  display: block;
  font-size: 3.125vw;
}
@media screen and (max-width: 768px) {
  .sec-point .point-nums .num {
    font-size: 12.8vw;
  }
}

.sec-present {
  position: relative;
  margin-bottom: 12.5vw;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1280 / 480;
  background: linear-gradient(135deg, #FFFF00 0%, #FFB100 100%);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-present {
    aspect-ratio: 375 / 438;
    margin-bottom: 26.66666vw;
  }
}
.sec-present::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 6.406249999999999vw;
  width: 23.90625vw;
  height: 31.25vw;
  background: url(../img/present-deco02.png) no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .sec-present::before {
    translate: -50% 0;
    right: unset;
    left: 50%;
    width: 41.333333333333336vw;
    height: 54.13333333333333vw;
  }
}
.sec-present::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: -3.125vw;
  width: 157.34375vw;
  height: fit-content;
  aspect-ratio: 1 / 1;
  background: url(../img/present-deco.png) no-repeat;
  background-size: cover;
  animation: lightAnime 20s infinite linear;
}
@media screen and (max-width: 768px) {
  .sec-present::after {
    translate: -50% 0;
    top: unset;
    bottom: -10.133333333333333vw;
    right: unset;
    left: 50%;
    width: 165.33333333333334vw;
    height: 165.33333333333334vw;
    z-index: 0;
  }
}
.sec-present .present-inner {
  position: relative;
  z-index: 1;
  padding: 5vw 6.875000000000001vw 0;
}
@media screen and (max-width: 768px) {
  .sec-present .present-inner {
    padding: 10.666666666666668vw 10.666666666666668vw 0;
  }
}
.sec-present .present-inner.js-flameIn .mod-type-heading {
  color: #001A72;
  width: 7.2ch;
  opacity: 1;
  animation: typing 0.5s steps(14), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .sec-present .present-inner.js-flameIn .mod-type-heading {
    margin-bottom: 6.4vw;
  }
}
.sec-present .present-inner .lead {
  font-size: 3.125vw;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #001A72;
}
@media screen and (max-width: 768px) {
  .sec-present .present-inner .lead {
    font-size: 7.466666666666668vw;
    color: #001A72;
    line-height: 1.9;
  }
}
.sec-present .present-inner .lead .marker {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #fff;
  padding: 0.3125vw 1.25vw;
}
@media screen and (max-width: 768px) {
  .sec-present .present-inner .lead .marker {
    padding: 1.0666666666666667vw 4.266666666666667vw;
  }
}
.sec-present .present-inner .text {
  font-size: var(--text);
  font-weight: 600;
  margin-top: 1.875vw;
  color: #001A72;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec-present .present-inner .text {
    margin-top: 6.4vw;
  }
}
.sec-present .present-inner .text .marker {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #001A72;
  color: #fff;
  padding-inline: 0.46875vw;
}

.sec-event {
  margin-block: 9.375vw;
}
@media screen and (max-width: 768px) {
  .sec-event {
    margin-top: 0 21.333333333333336vw;
  }
}
.sec-event .event-inner {
  padding-inline: 6.875000000000001vw;
}
@media screen and (max-width: 768px) {
  .sec-event .event-inner {
    padding-inline: 6.666666666666667vw;
  }
}
.sec-event .event-inner.js-flameIn .mod-type-heading {
  width: 5.4ch;
  opacity: 1;
  animation: typing 0.5s steps(14), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
  margin-bottom: 4.375vw;
}
@media screen and (max-width: 768px) {
  .sec-event .event-inner.js-flameIn .mod-type-heading {
    margin-bottom: 6.4vw;
  }
}
.sec-event .event-inner .event-block {
  position: relative;
  width: 62.81250000000001vw;
}
@media screen and (max-width: 768px) {
  .sec-event .event-inner .event-block {
    position: relative;
    width: 100%;
  }
}
.sec-event .event-block .event-head-wrap {
  display: flex;
  gap: 1.875vw;
  align-items: center;
  padding: 1.015625vw 1.875vw;
  box-sizing: border-box;
  background-color: #40FFF4;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-event .event-block .event-head-wrap {
    gap: 4.266666666666667vw;
    align-items: center;
    padding: 4.8vw 6.4vw;
  }
}
.sec-event .event-head-wrap .event-head {
  font-size: 2.5vw;
  font-family: var(--orbitron);
  font-weight: 700;
  color: #001A72;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .sec-event .event-head-wrap .event-head {
    font-size: 6.4vw;
  }
}
.sec-event .event-head-wrap .deco {
  font-size: 1.40625vw;
  font-weight: 600;
  color: #001A72;
  padding: 0.15625vw 1.25vw;
  background-color: #fff;
  border-radius: 9999px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec-event .event-head-wrap .deco {
    font-size: 4.266666666666667vw;
    padding: 0.5333333333333333vw 4.266666666666667vw;
    background-color: #fff;
    border-radius: 9999px;
    line-height: 1.3;
  }
}
.sec-event .event-cotent {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-top: unset;
  padding: 1.875vw 3.515625vw 3.125vw;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent {
    padding: 4.266666666666667vw 6.4vw 6.4vw;
  }
}
.sec-event .event-cotent .support {
  position: absolute;
  top: -4.375vw;
  right: 3.515625vw;
  width: 12.5vw;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #FFFF00 0%, #FFB100 100%);
  border-radius: 50%;
  padding: 3.125vw 1.5625vw 1.5625vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: 17.066666666666666vw;
    aspect-ratio: unset;
    border-radius: 9999px;
    padding: unset;
  }
  .sec-event .event-cotent .support::before {
    content: '';
    position: absolute;
    translate: -50% 0;
    bottom: -2.4vw;
    left: 50%;
    width: 3.2vw;
    height: 2.666666666666667vw;
    background: url(../img/support-triangle.svg) no-repeat;
    background-size: cover;
  }
}
.sec-event .event-cotent .support .support-head {
  font-size: 1.5625vw;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  color: #001A72;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .support .support-head {
    font-size: 4.8vw;
  }
}
.sec-event .event-cotent .support .support-text {
  font-size: 0.9375vw;
  margin-top: 0.3125vw;
  text-align: center;
  line-height: 1.33333333;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .support .support-text {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.sec-event .event-cotent .day-wrap {
  display: flex;
  gap: 1.25vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap {
    position: relative;
    gap: 4.266666666666667vw;
    margin-top: 2.666666666666667vw;
  }
}
.sec-event .event-cotent .day-wrap .year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.265625000000001vw;
  height: fit-content;
  aspect-ratio: 93 / 71;
  font-size: 1.5625vw;
  font-weight: 600;
  font-family: var(--orbitron);
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap .year {
    width: 16.8vw;
    aspect-ratio: 63 / 71;
    font-size: 5.333333333333334vw;
    line-height: 1;
  }
}
.sec-event .event-cotent .day-wrap .day {
  font-size: 5.625vw;
  font-weight: 500;
  font-family: var(--orbitron);
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap .day {
    position: relative;
    font-size: 13.333333333333334vw;
    margin-bottom: 9.333333333333334vw;
  }
}
.sec-event .event-cotent .day-wrap .day .row {
  font-size: 1.5625vw;
  font-weight: 600;
  font-family: var(--orbitron);
  color: #fff;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap .day .row {
    position: absolute;
    top: 5.333333333333334vw;
    right: -8vw;
    font-size: 4.8vw;
  }
}
.sec-event .event-cotent .day-wrap .time {
  display: flex;
  font-size: 3.125vw;
  font-weight: 500;
  font-family: var(--orbitron);
  color: #fff;
  letter-spacing: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap .time {
    position: absolute;
    bottom: 4.266666666666667vw;
    right: 6.666666666666667vw;
    font-size: 6.4vw;
    align-items: center;
  }
}
.sec-event .event-cotent .day-wrap .time .-ls {
  letter-spacing: 0.1em;
} 
.sec-event .event-cotent .day-wrap .time .arrow {
  position: relative;
  display: block;
  width: 2.8125vw;
  height: fit-content;
  aspect-ratio: 36 / 19;
  margin-inline: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .day-wrap .time .arrow {
    width: 6.4vw;
    aspect-ratio: 24 / 12;
    margin-inline: 2.1333333333333333vw;;
  }
}
.sec-event .event-cotent .day-wrap .time .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/day-arrow.svg) no-repeat;
  background-size: cover;
}
.sec-event .event-cotent .place-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.sec-event .event-cotent .place-wrap .place-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.265625000000001vw;
  height: fit-content;
  aspect-ratio: 93 / 30;
  font-size: 1.40625vw;
  font-weight: 600;
  color: #001A72;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .place-wrap .place-head {
    width: 16.8vw;
    height: fit-content;
    aspect-ratio: 63 / 74;
    font-size: 4.8vw;
  }
}
.sec-event .event-cotent .place-wrap .place {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-left: 1.25vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .place-wrap .place {
    font-size: 5.333333333333334vw;
    margin-left: 4.266666666666667vw;
    margin-bottom: 8vw;
    line-height: 1.2;
  }
}
.sec-event .event-cotent .place-wrap .station {
  font-size: 1.25vw;
  font-weight: 400;
  margin-left: 0.78125vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .place-wrap .station {
    position: absolute;
    bottom: 0.8vw;
    right: 8vw;
    font-size: 4.266666666666667vw;
    margin-left: 0;
  }
}
.sec-event .event-cotent .detail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3.75vw;
  font-size: 1.40625vw;
  font-weight: 600;
  color: #001A72;
  background-color: #fff;
  margin-top: 1.875vw;
  transition: background-color 300ms ease;
}
@media screen and (min-width: 769px) {
  .sec-event .event-cotent .detail-link:hover {
    background-color: #40FFF4;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .detail-link {
    height: 17.066666666666666vw;
    font-size: 4.8vw;
    margin-top: 5.333333333333334vw;
    background-color: #40FFF4;
  }
}
.sec-event .event-cotent .detail-link::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 1.875vw;
  width: 3.125vw;
  height: 1.5625vw;
  mask-image: url(../img/arrows-small.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #001A72;
}
@media screen and (max-width: 768px) {
  .sec-event .event-cotent .detail-link::before {
    right: 3.2vw;
    width: 10.666666666666668vw;
    height: 5.333333333333334vw;
  }
}

.sec-access {

}

.timetable-contents-wrap {
  position: relative;
  width: 62.813vw;
  margin-left: 6.875vw;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap {
    width: auto;
    margin-left: 0;
    padding: 0 6.66666vw;
  }
}
.timetable-contents-wrap .timetable-wrap {
  width: 100%;
}
.timetable-contents-wrap .timeline-container {
  position: relative;
  margin-left: 55px;
  width: calc(100% - 55px);
  container-type: inline-size;
}
.timetable-contents-wrap .timeline-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 28.35cqw);
  top: 8cqw;
  left: -40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-container::before {
    top: 19cqw;
    left: -22px;
    height: calc(100% - 69cqw - 20px);
  }
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-container {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
.timetable-contents-wrap .timeline-item {
  position: relative;
  padding: 4.2272cqw 3.9801cqw 4.2272cqw 4.47761cqw;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #fff;
}
.timetable-contents-wrap .timeline-item + .timeline-item {
  margin-top: 10px;
}
.timetable-contents-wrap .timeline-item::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  left: -45px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-item::before {
    left: -27px;
  }
}
.timetable-contents-wrap .timeline-item::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  left: -57px;
  border-radius: 50%;
  border: 1px dashed #fff;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-item::after {
    left: -40px;
  }
}
.timetable-contents-wrap .timeline-time {
  width: 30cqw;
  font-family: var(--orbitron);
  font-size: 2.1875vw;
  font-weight: 500;
  color: var(--blue-bg);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-time {
    font-size: 5.33333vw;
    margin-bottom: 2.133333vw;
  }
}
.timetable-contents-wrap .timeline-link {
  width: auto;
  display: flex;
  align-items: center;
  padding: 2cqw 4cqw 2cqw 1.586cqw;
  transition: ease 300ms opacity;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-link {
    flex-direction: column;
    align-items: flex-start;
    padding: 4.444cqw 5.9254cqw;
  }
}
.timetable-contents-wrap .timeline-link.-green1 {
  background: #00FFB1;
}
.timetable-contents-wrap .timeline-link.-green2 {
  background: #D8FF00;
}
.timetable-contents-wrap .timeline-link.-green3 {
  background: #8AFF41;
}
.timetable-contents-wrap .timeline-link + .timeline-link {
  margin-top: 8px;
}
@media (any-hover: hover) {
  .timetable-contents-wrap .timeline-link:hover {
    opacity: 1;
  }
}
.timetable-contents-wrap .timeline-link__text {
  font-size: 1.8494cqw;
  font-weight: 700;
  color: var(--blue-bg);
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-link__text {
    font-size: 5.1846cqw;
  }
}
.timetable-contents-wrap .timeline-link__watch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.timetable-contents-wrap .timeline-link__watch span {
  white-space: nowrap;
  font-size: var(--text);
  font-weight: 700;
  color: var(--blue-bg);
}
.timetable-contents-wrap .timeline-link__title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 3.18cqw;
}
.timetable-contents-wrap .timeline-link__cap {
  font-size: 1.8494cqw;
  font-weight: 700;
  color: var(--blue-bg);
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-link__cap {
    font-size: 5.1846cqw;
  }
}
.timetable-contents-wrap .timeline-link__num {
  font-family: var(--orbitron);
  font-size: 1.8494cqw;
  font-weight: 500;
  color: var(--blue-bg);
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--white);
  aspect-ratio: 1;
  line-height: 1;
  padding: 0.4cqw;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-link__num {
    font-size: 5.1846cqw;
    padding: 1.5cqw;
  }
}
.timetable-contents-wrap .timeline-item.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-item.flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.timetable-contents-wrap .timeline-item.flex .timeline-link {
  width: 52.277cqw;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-item.flex .timeline-link {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1cqw;
  }
}
.timetable-contents-wrap .timeline-item.flex .timeline-time {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .timetable-contents-wrap .timeline-item.flex .timeline-time {
    width: auto;
    margin-bottom: 10px;
  }
}

.comingsoon {
  position: relative;
  width: 100%;
  aspect-ratio: 67/15;
  border: var(--border);
  background: linear-gradient(-50deg, #001A72 40%, #004B77 90%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .comingsoon {
    aspect-ratio: initial;
    padding: 18.56vw 0;
  }
}
.comingsoon::before {
  content: "Coming soon…";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-family: var(--orbitron);
  font-size: 1.875vw;
  font-weight: 500;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .comingsoon::before {
    font-size: 5.33333vw;
  }
}

.sec-timetable {
  position: relative;
  margin-bottom: 13.1719vw;
}
@media screen and (max-width: 768px) {
  .sec-timetable {
    margin-bottom: 23.1719vw;
  }
}
.sec-timetable .timetable {
  position: relative;
  z-index: 1;
}
.sec-timetable.js-flameIn .mod-type-heading {
  opacity: 1;
  animation: typing 0.5s steps(18), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
}
.sec-timetable .table-wrap {
  margin-bottom: 3.75vw;
  width: calc(100% + 8px);
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap {
    width: auto;
    margin-bottom: 48px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-01 {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-01 .table-container {
    width: min(1000px, 140vw);
    padding-right: 13.33332vw;
    margin-inline: initial;
  }
}
.sec-timetable .table-wrap#table-01 .table-cell {
  font-size: min(1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-01 .table-cell {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
}
.sec-timetable .table-wrap#table-01 .table-cell:nth-of-type(1) {
  font-size: min(1.15vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-01 .table-cell:nth-of-type(1) {
    font-size: clamp(1.2rem, 4vw, 2.2rem);
    aspect-ratio: 56/35;
    min-width: 15vw;
  }
  .sec-timetable .table-wrap#table-01 .table-cell:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: var(--blue-bg);
    z-index: 10;
  }
}
.sec-timetable .table-wrap#table-01 .table-cell:nth-of-type(n + 2) {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-02 .table-container {
    padding-right: 10vw;
    width: 1200px;
  }
}
.sec-timetable .table-wrap#table-02 .table-cell {
  font-size: min(1.25vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-02 .table-cell {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-02 .table-cell:nth-of-type(1) {
    font-size: clamp(1.2rem, 4vw, 2.2rem);
    aspect-ratio: 56/35;
    min-width: 15vw;
  }
  .sec-timetable .table-wrap#table-02 .table-cell:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: var(--blue-bg);
    z-index: 10;
  }
}
.sec-timetable .table-wrap#table-02 .table-cell:nth-of-type(n + 2) {
  width: 14%;
  padding: 0.25vw;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-02 .table-cell:nth-of-type(n + 2) p {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-wrap#table-02 .table-cell .text {
    position: relative;
    margin-block: 0.5vw;
  }
}
.sec-timetable .table-container {
  position: relative;
  margin-inline: auto;
  border-spacing: 4px;
  border-collapse: separate;
  left: -4px;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container {
    width: 804px;
    overflow-x: auto;
  }
}
.sec-timetable .table-container .table-row {
  width: 100%;
}
.sec-timetable .table-container .table-row .table-head {
  aspect-ratio: 56/48;
  padding: 1.3925cqw 0;
  font-size: min(1.5vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-row .table-head {
    font-size: clamp(1.2rem, 4vw, 2.5rem);
  }
}
.sec-timetable .table-container .table-row .table-head:nth-of-type(1) {
  background-color: var(--black);
  color: #fff;
  font-size: min(1.25vw, 1.4rem);
  border: 1px solid #fff;
  width: 0%;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-row .table-head:nth-of-type(1) {
    position: sticky;
    position: -webkit-sticky;
    display: table-cell;
    min-width: 14vw;
    aspect-ratio: 56/48;
    font-size: clamp(1.2rem, 4vw, 2.5rem);
    left: 0;
    z-index: 10;
  }
}
.sec-timetable .table-container .table-row .table-head:nth-of-type(2), .sec-timetable .table-container .table-row .table-head:nth-of-type(5), .sec-timetable .table-container .table-row .table-head:nth-of-type(8) {
  background-color: var(--blue);
  color: #fff;
}
.sec-timetable .table-container .table-row .table-head:nth-of-type(3), .sec-timetable .table-container .table-row .table-head:nth-of-type(6) {
  background-color: #7cfbf4;
  color: #001a72;
}
.sec-timetable .table-container .table-row .table-head:nth-of-type(4), .sec-timetable .table-container .table-row .table-head:nth-of-type(7) {
  background-color: #0aaaff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-row:nth-of-type(n + 2) {
    height: 32px;
  }
}
.sec-timetable .table-container .table-cell {
  position: relative;
  font-size: 1.09375vw;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  background: rgba(112, 112, 112, 0.4);
  letter-spacing: 0.01em;
}
.sec-timetable .table-container .table-cell.head .table-cell {
  height: 46px;
  margin-top: 0;
}
.sec-timetable .table-container .table-cell.head .table-cell span {
  border-top: none;
}
.sec-timetable .table-container .table-cell.head .table-cell:nth-of-type(n + 2) {
  font-size: 18px;
}
.sec-timetable .table-container .table-cell p,
.sec-timetable .table-container .table-cell span,
.sec-timetable .table-container .table-cell a {
  letter-spacing: 0.01em;
}
.sec-timetable .table-container .table-cell.blue {
  background-color: var(--blue);
  color: #fff;
}
.sec-timetable .table-container .table-cell.green {
  background-color: #7cfbf4;
  color: #001a72;
}
.sec-timetable .table-container .table-cell.sky {
  background-color: #0aaaff;
  color: #fff;
}
.sec-timetable .table-container .table-cell.green-osk1 {
  background-color: #00FFB1;
  color: var(--blue-bg);
}
.sec-timetable .table-container .table-cell.green-osk2 {
  background-color: #D8FF00;
  color: var(--blue-bg);
}
.sec-timetable .table-container .table-cell.green-osk3 {
  background-color: #8AFF41;
  color: var(--blue-bg);
}
.sec-timetable .table-container .table-cell .text {
  position: relative;
}
.sec-timetable .table-container .table-cell .link {
  position: relative;
  font-size: min(1.05vw, 1.3rem);
  color: var(--black);
  background-color: #fff;
  aspect-ratio: 96/20;
  display: grid;
  place-content: center;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 0.25vw);
  bottom: min(0.25vw, -0.5cqw);
  max-height: 20px;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell .link {
    width: calc(95% - 0.25vw);
    font-size: 3.46666vw;
    bottom: max(1vw, 1cqw);
    margin-top: 2vw;
  }
}
.sec-timetable .table-container .table-cell .link::before {
  content: "";
  position: absolute;
  border-radius: 50vmax;
  background-color: var(--blue-bg);
  aspect-ratio: 1;
  width: 1.5cqw;
  top: 50%;
  right: min(1.25vw, 1cqw);
  translate: 0 -50%;
  z-index: 1;
  max-width: 12px;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell .link::before {
    width: 12px;
    right: 9px;
  }
}
.sec-timetable .table-container .table-cell .link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(1.15vw, 3px) 0px min(1.15vw, 3px) min(1.25vw, 5px);
  top: 50%;
  right: min(1.25vw, 1.15cqw);
  max-width: 6px;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell .link::after {
    border-width: 3px 0px 3px 5px;
    right: 12px;
  }
}
.sec-timetable .table-container .table-cell .link span {
  margin-left: -0.5cqw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell .link span {
    margin-left: -5px;
  }
}
.sec-timetable .table-container .table-cell span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell span {
    font-size: 13px;
  }
}
.sec-timetable .table-container .table-cell:nth-of-type(1) {
  width: 56px;
  max-width: 56px;
  aspect-ratio: 56/32;
  background-color: #fff;
  color: var(--blue-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-timetable .table-container .table-cell:nth-of-type(1) {
    position: sticky;
    position: -webkit-sticky;
    display: table-cell;
    left: 0;
    z-index: 10;
  }
  .sec-timetable .table-container .table-cell .head .table-cell:nth-of-type(1) {
    position: sticky;
    position: -webkit-sticky;
    display: table-cell;
    left: 0;
    z-index: 10;
    border-bottom: 4px solid var(--white);
    width: 50px;
    height: 34px;
  }
}
.sec-timetable .table-container .table-cell.blank {
  border: none;
}
.sec-timetable .table-container .table-cell.blank > span,
.sec-timetable .table-container .table-cell.blank div {
  background: initial;
}

.tab-content.show {
  display: block;
}

.tab-container {
  width: 100%;
  display: flex;
  gap: 1.875vw;
  margin: 0 0 3.5vw;
}
@media screen and (max-width: 768px) {
  .tab-container {
    margin-bottom: 40px;
  }
}
.tab-container .tab {
  position: relative;
  width: 50%;
  padding: 6px;
  color: var(--blue);
  background-color: transparent;
  border: 1px solid var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
  transition: ease 300ms opacity;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab-container .tab {
    flex-direction: column;
    gap: 0;
    padding: 3.75vw 1vw 2.2vw;
  }
}
.tab-container .tab .text, .tab-container .tab .day, .tab-container .tab .vertical {
  transition: ease 300ms all;
}
@media (any-hover: hover) {
  .tab-container .tab:hover {
    opacity: 0.9;
    background-color: var(--white);
  }
  .tab-container .tab:hover .text, .tab-container .tab:hover .day, .tab-container .tab:hover .vertical, .tab-container .tab:hover .note {
    color: var(--blue-bg);
  }
}
.tab-container .tab .text {
  font-size: 2.03125vw;
  font-weight: 700;
  line-height: 1.33;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .tab-container .tab .text {
    font-size: 3.733333vw;
    text-align: center;
  }
}
.tab-container .tab .text span {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.tab-container .tab .note {
  display: block;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.33;
  color: var(--white);
  margin-top: 8px;
  transition: ease 300ms color;
}
@media screen and (max-width: 768px) {
  .tab-container .tab .note {
    font-size: 3.1vw;
    text-align: center;
  }
}
.tab-container .tab .date {
  display: flex;
  align-items: center;
  font-family: var(--orbitron);
  color: var(--blue-bg);
  font-weight: 500;
}
.tab-container .tab .day {
  font-size: 3.125vw;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .tab-container .tab .day {
    font-size: 6.93333vw;
  }
}
.tab-container .tab .vertical {
  font-size: 1.09375vw;
  writing-mode: vertical-lr;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .tab-container .tab .vertical {
    font-size: 2.666666vw;
  }
}
.tab-container .tab.active {
  background-color: #f8f8f8;
}
.tab-container .tab.active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--white) transparent transparent transparent;
  border-width: 2cqw 1.5cqw 0px 1.5cqw;
  left: 50%;
  translate: -50% 0;
  bottom: -1.9cqw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab-container .tab.active::before {
    border-width: 16px 12px 0px 12px;
    bottom: -16px;
  }
}
.tab-container .tab.active .text, .tab-container .tab.active .day, .tab-container .tab.active .vertical, .tab-container .tab.active .note {
  color: var(--blue-bg);
}
.tab-container .tab.events-none {
  pointer-events: none;
}
.tab-container.tabs-bottom {
  margin-bottom: 0;
}
.tab-container.tabs-bottom .tab.active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--white) transparent;
  border-width: 0px 1.5cqw 2cqw 1.5cqw;
  left: 50%;
  translate: -50% 0;
  top: -1.9cqw;
  bottom: initial;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab-container.tabs-bottom .tab.active::before {
    border-width: 0px 12px 16px 12px;
    top: -16px;
  }
}

.content-container {
  position: relative;
  z-index: 1;
}

.sec-seminar {
  position: relative;
  margin-bottom: 162px;
  margin-bottom: 12.03565vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar {
    margin-bottom: 0;
  }
}
.sec-seminar .seminar-hading {
  width: 7ch;
}
.sec-seminar .seminar {
  position: relative;
  z-index: 1;
}
.sec-seminar .seminar-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.875vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list {
    row-gap: 24px;
  }
}
.sec-seminar .seminar-list-item {
  width: auto;
  padding: 1.875vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item {
    width: auto;
    padding: 6.4vw;
  }
}
.sec-seminar .seminar-list-item .item-heading {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.5vw;
  margin-bottom: 2.75vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item .item-heading {
    margin-bottom: 8vw;
    column-gap: 3vw;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4vw;
  }
}
.sec-seminar .seminar-list-item .item-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1.5vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item .item-heading::after {
    bottom: -5.5vw;
  }
}
.sec-seminar .seminar-list-item .item-heading .num {
  display: block;
  width: fit-content;
  font-family: var(--orbitron);
  font-size: 1.71875vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-top: 0.1vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item .item-heading .num {
    font-size: 5.33333vw;
  }
}
.sec-seminar .seminar-list-item .item-heading .heading {
  font-size: 1.875vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.5vw;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item .item-heading .heading {
    font-size: 5.33333vw;
    line-height: 7.5vw;
    text-align: left;
  }
}
.sec-seminar .seminar-list-item .item-body {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec-seminar .seminar-list-item .item-body {
    line-height: 5.86666vw;
    font-size: 3.73333vw;
  }
}
.sec-seminar .seminar-list-item:nth-of-type(1), .sec-seminar .seminar-list-item:nth-of-type(4) {
  background: linear-gradient(135deg, rgb(10, 22, 255) 0%, rgb(5, 11, 128) 100%);
}
.sec-seminar .seminar-list-item:nth-of-type(1) *, .sec-seminar .seminar-list-item:nth-of-type(4) * {
  color: var(--white);
}
.sec-seminar .seminar-list-item:nth-of-type(1) .item-heading::after, .sec-seminar .seminar-list-item:nth-of-type(4) .item-heading::after {
  border-bottom: 1px dashed var(--white);
}
.sec-seminar .seminar-list-item:nth-of-type(2) {
  background: linear-gradient(135deg, rgb(0, 255, 245) 0%, rgb(0, 195, 253) 100%);
}
.sec-seminar .seminar-list-item:nth-of-type(2) * {
  color: var(--blue-bg);
}
.sec-seminar .seminar-list-item:nth-of-type(2) .item-heading::after {
  border-bottom: 1px dashed var(--blue-bg);
}
.sec-seminar .seminar-list-item:nth-of-type(3) {
  background: linear-gradient(135deg, rgb(10, 170, 255) 0%, rgb(10, 22, 255) 100%);
}
.sec-seminar .seminar-list-item:nth-of-type(3) * {
  color: var(--white);
}
.sec-seminar .seminar-list-item:nth-of-type(3) .item-heading::after {
  border-bottom: 1px dashed var(--white);
}
.sec-seminar .seminar-list-item.cs .item-heading {
  margin-bottom: 0;
}
.sec-seminar .seminar-list-item.cs .item-heading::after {
  display: none;
}
.sec-seminar.js-flameIn .mod-type-heading {
  opacity: 1;
  animation: typing 0.5s steps(18), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
}

.sec-contents {
  position: relative;
  margin-bottom: 162px;
  margin-bottom: 12.03565vw;
}
@media screen and (max-width: 768px) {
  .sec-contents {
    margin-bottom: 25vw;
  }
}
.sec-contents .contents {
  position: relative;
  z-index: 1;
}
.sec-contents .contents-list {
  display: flex;
  column-gap: 1.875vw;
}
@media screen and (max-width: 768px) {
  .sec-contents .contents-list {
    flex-direction: column;
    row-gap: 24px;
  }
}
.sec-contents .content-list-item {
  width: 33.3333333333%;
  padding: 1.875vw 1.875vw 3.75vw;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item {
    width: auto;
    padding: 6.4vw 6.4vw 8.5333vw;
  }
}
.sec-contents .content-list-item .item-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1vw;
  margin-bottom: 2.75vw;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item .item-heading {
    margin-bottom: 8vw;
    row-gap: 3vw;
  }
}
.sec-contents .content-list-item .item-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1.5vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item .item-heading::after {
    bottom: -5.5vw;
  }
}
.sec-contents .content-list-item .item-heading .num {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--orbitron);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item .item-heading .num {
    font-size: 7.466655vw;
  }
}
.sec-contents .content-list-item .item-heading .heading {
  font-size: 1.875vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.5vw;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item .item-heading .heading {
    font-size: 5.33333vw;
  }
}
.sec-contents .content-list-item .item-body {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec-contents .content-list-item .item-body {
    line-height: 5.86666vw;
    font-size: 3.73333vw;
  }
}
.sec-contents .content-list-item:nth-of-type(1) {
  background: linear-gradient(135deg, rgb(10, 22, 255) 0%, rgb(5, 11, 128) 100%);
}
.sec-contents .content-list-item:nth-of-type(1) * {
  color: var(--white);
}
.sec-contents .content-list-item:nth-of-type(1) .item-heading::after {
  border-bottom: 1px dashed var(--white);
}
.sec-contents .content-list-item:nth-of-type(2) {
  background: linear-gradient(135deg, rgb(0, 255, 245) 0%, rgb(0, 195, 253) 100%);
}
.sec-contents .content-list-item:nth-of-type(2) * {
  color: var(--blue-bg);
}
.sec-contents .content-list-item:nth-of-type(2) .item-heading::after {
  border-bottom: 1px dashed var(--blue-bg);
}
.sec-contents .content-list-item:nth-of-type(3) {
  background: linear-gradient(135deg, rgb(10, 170, 255) 0%, rgb(10, 22, 255) 100%);
}
.sec-contents .content-list-item:nth-of-type(3) * {
  color: var(--white);
}
.sec-contents .content-list-item:nth-of-type(3) .item-heading::after {
  border-bottom: 1px dashed var(--white);
}
.sec-contents.js-flameIn .mod-type-heading {
  opacity: 1;
  animation: typing 0.5s steps(18), blink 0.4s step-end infinite alternate; /*アニメーション関連*/
}

.sec-booth {
  position: relative;
  margin-bottom: 15.1719vw;
}
.sec-booth.js-flameIn .mod-type-heading {
  width: 5.3ch;
  opacity: 1;
  animation: typing 0.5s steps(12), blink 0.4s step-end infinite alternate;
}
.sec-booth .contents-catch {
  font-size: 1.875vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.sec-booth .contents-read {
  margin-top: 1em;
  font-size: 1.25vw;
  color: #fff;
  line-height: 1;
}
.sec-booth .contents-wrap {
  display: block;
  width: 100vw;
  margin-top: 3.75vw;
}
.sec-booth .contents-wrap.comingsoon {
  width: 100%;
  overflow: initial;
}
.sec-booth .booth-inner {
  position: relative;
  width: 100cqw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-inner {
    width: 210vw;
  }
}
.sec-booth .booth-head {
  position: relative;
  left: calc(3.832cqw + 1px);
  width: calc(96% - 2px);
  height: 98px;
  display: flex;
  border: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-head {
    width: 202cqw;
    height: 100%;
    left: 9.5cqw;
  }
}
.sec-booth .booth-head__col {
  font-size: 1.015625vw;
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-head__col {
    font-size: 3.99963cqw;
    padding-block: 8.37cqw;
  }
}
.sec-booth .booth-head__col:nth-of-type(1) {
  width: 5.5cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-head__col:nth-of-type(1) {
    width: 13cqw;
  }
}
.sec-booth .booth-head__col:nth-of-type(2) {
  width: 51.8cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-head__col:nth-of-type(2) {
    width: 87.4cqw;
  }
}
.sec-booth .booth-head__col:nth-child(n+3) {
  width: 7.25cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-head__col:nth-child(n+3) {
    width: 16.925cqw;
  }
}
.sec-booth .booth-head__col:nth-of-type(4), .sec-booth .booth-head__col:nth-of-type(7) {
  text-align: left;
}
.sec-booth .booth-head__col + .booth-head__col {
  border-left: 1px solid var(--white);
}
.sec-booth .row {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec-booth .row {
    width: 100%;
  }
}
.sec-booth .ac-inner {
  display: flex;
  gap: 1px;
}
@media (any-hover: hover) {
  .sec-booth .ac-inner:hover .ac-button::before {
    top: 55%;
  }
}
.sec-booth .booth-row {
  width: calc(96% - 2px);
  display: flex;
  cursor: pointer;
  border: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row {
    width: 202cqw;
  }
}
.sec-booth .booth-row__cell {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 700;
  padding-block: 1cqw;
}
.sec-booth .booth-row__cell.num {
  font-size: min(1.42vw, 1.8rem);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell.num {
    font-size: 5.53794cqw;
  }
}
.sec-booth .booth-row__cell.title {
  font-size: 1.74129cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell.title {
    font-size: 4.30727cqw;
  }
}
.sec-booth .booth-row__cell:nth-of-type(1) {
  width: 5.5cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell:nth-of-type(1) {
    width: 13cqw;
  }
}
.sec-booth .booth-row__cell:nth-of-type(2) {
  width: calc(49.75cqw + 1px);
  justify-content: flex-start;
  padding-inline: calc((1.7cqw + 1px) / 2);
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell:nth-of-type(2) {
    width: 83cqw;
    padding-left: 4cqw;
    font-size: 4.30727cqw;
  }
}
.sec-booth .booth-row__cell:nth-child(n+3) {
  width: 7.25cqw;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell:nth-child(n+3) {
    width: 16.925cqw;
  }
}
.sec-booth .booth-row__cell:nth-of-type(4), .sec-booth .booth-row__cell:nth-of-type(7) {
  text-align: left;
}
.sec-booth .booth-row__cell.check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(1.15vw, 1.4rem);
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-booth .booth-row__cell.check::before {
    width: 14px;
  }
}
.sec-booth .booth-row__cell + .booth-row__cell {
  border-left: 1px solid var(--white);
}
.sec-booth .ac-button {
  position: relative;
  width: 3.832cqw;
  min-width: 3.832cqw;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-booth .ac-button {
    width: 9.27cqw;
    min-width: 9.27cqw;
  }
}
.sec-booth .ac-button.-active {
  opacity: 0.6;
}
.sec-booth .ac-button::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1;
  border-bottom: 2px solid #0A16FF;
  border-right: 2px solid #0A16FF;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  transition: ease 300ms top;
}
.sec-booth .ac-item {
  display: none;
  width: calc(100% - 3.9cqw);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: calc(3.832cqw + 1px);
  padding: 2cqw 6.2189cqw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-booth .ac-item {
    width: calc(202.03cqw + 2px);
    margin-left: calc(9.27cqw + 1px);
    padding: 5cqw 15.2cqw;
  }
}
.sec-booth .ac-item p {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: min(1.15vw, 1.4rem);
  font-weight: 700;
  line-height: 1.714;
  text-align: justify;
  color: var(--blue-bg);
}
@media screen and (max-width: 768px) {
  .sec-booth .ac-item p {
    font-size: clamp(14px, 3.2vw, 22px);
  }
}

@media (max-width: 768px) {
  .sec-booth {
    margin-bottom: 21.3333vw;
  }
  .sec-booth .sec-booth-inner {
    overflow: auto;
    width: 100vw;
  }
  .sec-booth .contents-catch {
    font-size: 6.4vw;
    line-height: 1.667;
  }
  .sec-booth .contents-read {
    margin-top: 1em;
    font-size: 4.26666vw;
    line-height: 1.667;
  }
  .sec-booth .contents-wrap {
    margin-top: 6.4vw;
    overflow-x: scroll;
    box-sizing: border-box;
    padding-right: 13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-booth .contents-wrap {
    padding-right: 0;
  }
  .sec-booth .contents-wrap > * {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .sec-booth .scroll-hint-icon-wrap {
    right: initial;
    left: 10vw;
    z-index: 1;
  }
}
.sec-access {
  position: relative;
  margin-bottom: 9.375vw;
  padding-inline: 6.875000000000001vw;
}
@media screen and (max-width: 768px) {
  .sec-access {
    margin-bottom: 21.333333333333336vw;
    padding-inline: 6.666666666666667vw;
  }
}
.sec-access .access-inner {
  width: 62.81250000000001vw;
}
@media screen and (max-width: 768px) {
  .sec-access .access-inner {
    width: 100%;
  }
}
.sec-access.js-flameIn .mod-type-heading {
  width: 6.6ch;
  opacity: 1;
  animation: typing 0.5s steps(12), blink 0.4s step-end infinite alternate;
}
.sec-access .contents-map {
  width: 100%;
  height: 25vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-access .contents-map {
    width: 100%;
    height: auto;
    aspect-ratio: 325/259;
    position: relative;
  }
}
.sec-access .contents-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-access .contents-info {
  margin-top: 2.3774vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec-access .contents-info {
    margin-top: 6.4vw;
  }
}
.sec-access .contents-info .info-text {
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .sec-access .contents-info .info-text {
    font-size: 4.266666666666667vw;
    gap: 2.1333333333333333vw;
  }
}
.sec-access .contents-info .info-text span {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-access .contents-info .indent {
    text-indent: -16cqw;
    padding-left: 16cqw;
  }
}
.sec-access .info-link {
  width: 19.6875vw;
  padding-left: 1.25vw;
  border: 1px solid #fff;
  aspect-ratio: 252/64;
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.285;
  padding-block: 0.78125vw;
  position: relative;
  box-sizing: border-box;
  transition: all 300ms 0s ease;
}
.sec-access .info-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 20/16;
  background: url(../img/icon-other-link.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 769px) {
  .sec-access .info-link:hover {
    background-color: #0a16ff;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .sec-access {
    margin-bottom: 21.3333vw;
  }
  .sec-access .contents-info {
    margin-top: 6.4vw;
    flex-direction: column;
  }
  .sec-access .contents-info .info-text {
    font-size: 4.26666vw;
    line-height: 1.7;
  }
  .sec-access .info-link {
    width: 100%;
    aspect-ratio: 325 / 64;
    margin-top: 6.4vw;
    padding-left: 8.93%;
    font-size: 4.26666vw;
  }
  .sec-access .info-link::before {
    content: "";
    right: 6.192%;
    width: 6.192%;
  }
}
.sec-qa {
  width: 62.81250000000001vw;
  position: relative;
  margin-bottom: 9.375cqw;
  padding-inline: 6.875000000000001vw;
}
.sec-qa .qa-inner {
  width: 100%;
}
.sec-qa.js-flameIn .mod-type-heading {
  width: 3.7ch;
  opacity: 1;
  animation: typing 0.5s steps(6), blink 0.4s step-end infinite alternate;
}
.sec-qa .contents-qalist {
  position: relative;
  width: 100%;
  margin-top: 3.75vw;
  z-index: 1;
}
.sec-qa .qa-item {
  margin-bottom: 1em;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #001a72;
}
.sec-qa .qa-item .qes {
  margin-bottom: 2px;
  padding: 1.5em 1.5em 1.5em 6em;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  text-align: justify;
  word-break: break-all;
}
.sec-qa .qa-item .qes::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4em;
  height: 100%;
  padding-left: 0.2em;
  background-color: #0a16ff;
  display: grid;
  place-content: center;
  font-family: var(--orbitron);
  font-size: 2.34375vw;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1;
  box-sizing: border-box;
}
.sec-qa .qa-item .ans {
  padding: 1.5em 1.5em 1.5em 6em;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  text-align: justify;
  word-break: break-all;
}
.sec-qa .qa-item .ans a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.sec-qa .qa-item .ans::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4em;
  height: 100%;
  padding-left: 0.2em;
  background-color: #7cfbf4;
  display: grid;
  place-content: center;
  font-family: var(--orbitron);
  font-size: 2.34375vw;
  font-weight: 500;
  color: #001a72;
  letter-spacing: 0.05em;
  line-height: 1;
  box-sizing: border-box;
}
.sec-qa .qa-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sec-qa {
    width: 100%;
    margin-bottom: 21.3333vw;
    padding-inline: 6.666666666666667vw;
    box-sizing: border-box;
  }
  .sec-qa .contents-qalist {
    margin-top: 6.6666vw;
  }
  .sec-qa .qa-item {
    margin-bottom: 1em;
    font-size: 4.26666vw;
  }
  .sec-qa .qa-item .qes {
    padding-left: 5em;
  }
  .sec-qa .qa-item .qes::before {
    width: 1.867em;
    font-size: 8vw;
  }
  .sec-qa .qa-item .ans {
    padding-left: 5em;
    font-size: 4.26666vw;
  }
  .sec-qa .qa-item .ans::before {
    width: 1.867em;
    font-size: 8vw;
  }
}
.sec-map {
  position: relative;
  margin-bottom: 15.1719vw;
}
.sec-map.js-flameIn .mod-type-heading {
  width: 6ch;
  opacity: 1;
  animation: typing 0.5s steps(12), blink 0.4s step-end infinite alternate;
}
.sec-map .map-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-map .map-wrap {
    width: 100vw;
    overflow: auto;
  }
}
.sec-map .map-wrap img {
  width: 107.813vw;
  aspect-ratio: 1380/694;
}
@media screen and (max-width: 768px) {
  .sec-map .map-wrap img {
    width: 280vw;
    aspect-ratio: 1094/550;
    max-width: 1090px;
    padding-right: 10vw;
  }
}
.sec-map .scroll-hint-icon-wrap {
  right: initial;
  left: 10vw;
  z-index: 1;
}

.links-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 9.1963cqw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .links-wrap {
    width: auto;
    padding-inline: 25px;
  }
}
.links-wrap .links {
  position: relative;
  width: 69.688vw;
  display: flex;
  gap: 24px;
  padding-left: 6.875cqw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .links-wrap .links {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
}
.links-wrap .link-dates {
  width: 30.469cqw;
}
@media screen and (max-width: 768px) {
  .links-wrap .link-dates {
    margin-inline: auto;
    width: auto;
  }
}
.links-wrap .link-dates .lower-link {
  position: relative;
  aspect-ratio: 390/80;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  display: grid;
  place-content: center;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .links-wrap .link-dates .lower-link {
    aspect-ratio: 335/64;
  }
}
.links-wrap .link-dates .lower-link::after {
  background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  transition: ease 300ms all;
  opacity: 0;
}
.links-wrap .link-dates .lower-link .link-text {
  position: relative;
  font-size: 1.953125cqw;
  font-weight: 600;
  color: var(--blue-bg);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .links-wrap .link-dates .lower-link .link-text {
    font-size: clamp(1rem, 5vw, 20px);
  }
}
.links-wrap .link-dates .lower-link .arrows {
  position: absolute;
  width: 3.125vw;
  max-width: 40px;
  aspect-ratio: 2/1;
  top: 50%;
  translate: 0 -50%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .links-wrap .link-dates .lower-link .arrows {
    width: 10.67vw;
    right: 3%;
  }
}
.links-wrap .link-dates.nagoya .lower-link {
  background: #7CFBF4;
}
@media (any-hover: hover) {
  .links-wrap .link-dates.nagoya .lower-link:hover {
    opacity: 1;
    background: transparent;
  }
  .links-wrap .link-dates.nagoya .lower-link:hover::after {
    opacity: 1;
  }
}
.links-wrap .link-dates.osaka .lower-link {
  background: #D8FF00;
}
@media (any-hover: hover) {
  .links-wrap .link-dates.osaka .lower-link:hover {
    opacity: 1;
    background: transparent;
  }
  .links-wrap .link-dates.osaka .lower-link:hover::after {
    opacity: 1;
  }
}
.links-wrap .links-img-deco1 {
  position: absolute;
  right: 0;
  bottom: -20vw;
  z-index: 0;
  width: 37.032vw;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .links-wrap .links-img-deco1 {
    right: -19vw;
    top: -40vw;
    width: 50.032vw;
  }
}
.links-wrap .links-img-deco2 {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -52vw;
  z-index: 0;
  width: 21.032vw;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .links-wrap .links-img-deco2 {
    top: 45vw;
    bottom: initial;
    left: 14%;
    width: 45.032vw;
  }
}
@media screen and (max-width: 768px) {
  .links-wrap .links-img-deco3 {
    position: absolute;
    top: 73vw;
    right: -2%;
    z-index: 0;
    width: 24.032vw;
    aspect-ratio: 1;
  }
  .links-wrap .links-img-deco4 {
    position: absolute;
    top: 125vw;
    bottom: initial;
    left: -15%;
    z-index: 0;
    width: 40.032vw;
    aspect-ratio: 1;
  }
  .links-wrap .links-img-deco5 {
    position: absolute;
    bottom: -78vw;
    right: 3%;
    z-index: 0;
    width: 45.6vw;
  }
}

.event-info {
  position: relative;
  z-index: 1;
}
.event-info .event-wrap {
  width: 69.688vw;
  margin-bottom: 10.2cqw;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  .event-info .event-wrap {
    width: 100%;
    margin-bottom: 17.0666cqw;
  }
}
.event-info .event-title {
  background: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--blue-bg);
  padding-block: 1cqw;
  padding-left: 6.875cqw;
}
@media screen and (max-width: 768px) {
  .event-info .event-title {
    padding-inline: 6.875cqw;
    padding-block: 3.4166cqw;
    font-size: 6.4cqw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.event-info .event-head {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  background: var(--blue);
  padding-block: 0.35cqw;
  padding-left: 6.875cqw;
}
@media screen and (max-width: 768px) {
  .event-info .event-head {
    font-size: 5.33334cqw;
    padding-inline: 6.875cqw;
    padding-block: 1.07cqw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.event-info .event-block {
  width: 62.688vw;
  padding-block: 3.125cqw;
  padding-left: 6.875cqw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-template-rows: auto auto auto auto;
  gap: 1.5cqw 3.4375cqw;
}
@media screen and (max-width: 768px) {
  .event-info .event-block {
    width: auto;
    padding-block: 6.3999cqw;
    padding-inline: 25px;
    display: flex;
    flex-direction: column;
  }
}
.event-info .event-block__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item + .event-block__item {
    margin-top: 12cqw;
  }
}
.event-info .event-block__item .date {
  font-size: 1.25cqw;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 0.86cqw 0.4cqw;
  width: 8.421cqw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .date {
    font-size: 4.3cqw;
    padding: 1.86cqw 1.735cqw;
    width: 28cqw;
  }
}
.event-info .event-block__item .title {
  font-size: 1.875cqw;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .title {
    font-size: 6.4cqw;
    margin-top: 2.1334cqw;
  }
}
.event-info .event-block__item .text {
  position: relative;
  font-size: 1.25cqw;
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .text {
    font-size: 4.26666cqw;
    margin-top: 6.4cqw;
  }
}
.event-info .event-block__item .list {
  position: relative;
  left: 1cqw;
  margin-top: 3.75cqw;
  display: flex;
  flex-direction: column;
  gap: 0.5cqw;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .list {
    margin-top: 12.8cqw;
  }
}
.event-info .event-block__item .list::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  top: -2.75cqw;
  left: -1cqw;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .list::before {
    top: -6.75cqw;
  }
}
.event-info .event-block__item .list-item {
  position: relative;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1.7;
  color: var(--white);
  text-align: justify;
  text-indent: 0;
  padding-left: 1.75cqw;
  left: -1cqw;
}
@media screen and (max-width: 768px) {
  .event-info .event-block__item .list-item {
    font-size: 4.26666cqw;
    padding-left: 5.75cqw;
  }
}
.event-info .event-block__item .list-item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.event-info .entry-link_wrap {
  padding-left: 2.875cqw;
}
@media screen and (max-width: 768px) {
  .event-info .entry-link_wrap {
    padding-inline: 25px;
    margin-top: 5.3334cqw;
  }
}
.event-info .entry-link_wrap + .event-head {
  margin-top: 5cqw;
}
@media screen and (max-width: 768px) {
  .event-info .entry-link_wrap + .event-head {
    margin-top: 17.0666cqw;
  }
}
.event-info .entry-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50vmax;
  aspect-ratio: 380/72;
  width: 29.688vw;
  overflow: hidden;
  margin-inline: auto;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
@media screen and (max-width: 768px) {
  .event-info .entry-link {
    width: auto;
    left: 0;
  }
}
.event-info .entry-link p {
  font-size: 1.25cqw;
  font-weight: 600;
  color: var(--blue-bg);
}
@media screen and (max-width: 768px) {
  .event-info .entry-link p {
    font-size: 4.26666cqw;
  }
}
.event-info .entry-link .arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2cqw;
  width: 1.25cqw;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .event-info .entry-link .arrow {
    right: 5cqw;
    width: 4.535cqw;
  }
}
.event-info .entry-link .arrow path {
  fill: var(--blue);
}
.event-info .entry-link + .event-head {
  margin-top: 5cqw;
}
.event-info .entry-link::after {
  background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .event-info .entry-link:hover {
    opacity: 1;
    background: transparent;
  }
  .event-info .entry-link:hover p {
    color: var(--white);
  }
  .event-info .entry-link:hover .arrow path {
    fill: var(--white);
  }
}

.banner-wrap {
  position: relative;
  width: 100%;
  padding-left: 6.875000000000001vw;
  padding-bottom: 9.375vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .banner-wrap {
    width: auto;
    padding-inline: 6.66666vw;
    padding-bottom: 32vw;
  }
}
.banner-wrap .banner {
  position: relative;
  width: 62.81250000000001vw;
  aspect-ratio: 804/240;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .banner-wrap .banner {
    width: auto;
    margin-inline: auto;
    aspect-ratio: 325/146;
  }
}
.banner-wrap a, .banner-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease 300ms opacity;
}

.entry-btn {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/200;
  display: grid;
  place-content: center;
  overflow: hidden;
  background-color: var(--blue);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
@media screen and (max-width: 768px) {
  .entry-btn {
    aspect-ratio: 25/8;
  }
}
.entry-btn::after {
  background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.entry-btn .link-text {
  position: relative;
  width: 35vw;
  top: 0.35vw;
  left: 1vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .entry-btn .link-text {
    width: 72vw;
  }
}
.entry-btn .btn-arrows {
  transition: linear 300ms all;
}
.entry-btn .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 54.688vw;
  aspect-ratio: 7/2;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry-btn .arrow {
    width: 48.688vw;
    aspect-ratio: initial;
  }
}
@media (any-hover: hover) {
  .entry-btn:hover {
    opacity: 1;
    background: transparent;
  }
  .entry-btn:hover .btn-arrows {
    opacity: 1;
  }
}

footer .footer-inner {
  display: grid;
  place-content: center;
  background-color: var(--white);
  padding: 1.745vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 3.8vw;
  }
}
footer .footer-inner .copyright {
  color: var(--blue-bg);
  font-size: 0.94488vw;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .copyright {
    font-size: 3.2vw;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes line-keyframe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@media (max-width: 1280px) {
  body {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .sec-fv {
    margin-bottom: 0;
  }
}
.page-lower .sec-fv .fv-catch {
  width: 65cqw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-lower .sec-fv .fv-catch {
    width: 46.135cqw;
  }
}
.page-lower .event-dates_lower {
  position: absolute;
  width: 31.75vw;
  max-width: 400px;
  top: 32cqw;
  left: 6.875vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-lower .event-dates_lower {
    position: relative;
    top: 0;
    left: 0;
    max-width: initial;
    width: 90.67vw;
    margin-inline: auto;
    margin-bottom: 27vw;
  }
  .page-lower .event-dates_lower picture {
    display: block;
  }
  .page-lower .event-dates_lower .date {
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
.page-lower .event-dates_lower .present {
  display: block;
  width: 18.736cqw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-lower .event-dates_lower .present {
    width: 65cqw;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .event-dates_lower .entry-link {
    position: relative;
    width: calc(100% - 2px);
    aspect-ratio: 335/45;
    display: grid;
    place-content: center;
    overflow: hidden;
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-left: 1px solid var(--white);
    transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  }
  .page-lower .event-dates_lower .entry-link::after {
    background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
  }
  .page-lower .event-dates_lower .entry-link .link-text {
    position: relative;
    width: 60vw;
    max-width: initial;
    left: -4.5%;
    z-index: 5;
  }
  .page-lower .event-dates_lower .entry-link .arrows {
    position: absolute;
    width: 10.67vw;
    max-width: 40px;
    aspect-ratio: 2/1;
    top: 50%;
    translate: 0 -50%;
    right: 3%;
    z-index: 1;
  }
}
.page-lower .event-anchor {
  position: fixed;
  width: 23.75vw;
  max-width: 300px;
  bottom: 1.4vw;
  right: 3.125vw;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-lower .event-anchor {
    display: none;
  }
}
.page-lower .event-anchor .anchor-list {
  background: rgba(0, 0, 0, 0.4);
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-lower .event-anchor .anchor-list {
    display: none;
  }
}
.page-lower .event-anchor .anchor-item {
  position: relative;
  font-family: var(--orbitron);
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  border-top: 1px solid var(--white);
  transition: ease 300ms opacity;
}
.page-lower .event-anchor .anchor-item a {
  display: block;
  padding: 7px 24px 8px;
}
.page-lower .event-anchor .anchor-item::before {
  content: "";
  position: absolute;
  background: url(/assets/img/anchor-arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  width: 1.6vw;
  aspect-ratio: 22/10;
  z-index: 1;
}
.page-lower .event-anchor .anchor-item:hover {
  opacity: 0.6;
}
.page-lower .event-anchor .entry-link {
  position: relative;
  width: calc(100% - 2px);
  aspect-ratio: 15/4;
  display: grid;
  place-content: center;
  overflow: hidden;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
@media screen and (max-width: 768px) {
  .page-lower .event-anchor .entry-link {
    aspect-ratio: 335/64;
  }
}
.page-lower .event-anchor .entry-link::after {
  background-image: linear-gradient(45deg, rgb(255, 241, 0) 0%, rgb(0, 171, 255) 50%, rgb(10, 22, 255) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.page-lower .event-anchor .entry-link .link-text {
  position: relative;
  width: 16.485vw;
  max-width: 210px;
  left: -7.5%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-lower .event-anchor .entry-link .link-text {
    width: 60vw;
    max-width: initial;
    left: -4.5%;
  }
}
.page-lower .event-anchor .entry-link .arrows {
  position: absolute;
  width: 3.125vw;
  max-width: 40px;
  aspect-ratio: 2/1;
  top: 50%;
  translate: 0 -50%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-lower .event-anchor .entry-link .arrows {
    width: 10.67vw;
    right: 3%;
  }
}
@media (any-hover: hover) {
  .page-lower .event-anchor .entry-link:hover {
    background: transparent;
    opacity: 1;
  }
}
.page-lower .sticky-dates .anchor-list {
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid var(--white);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .page-lower .sticky-dates .anchor-list {
    display: none;
  }
}
.page-lower .sticky-dates .anchor-item {
  position: relative;
  width: calc(50% - 1px);
  font-family: var(--orbitron);
  font-size: 4.8vw;
  font-weight: 500;
  color: var(--white);
  border-top: 1px solid var(--white);
}
.page-lower .sticky-dates .anchor-item::before {
  content: "";
  position: absolute;
  background: url(/assets/img/anchor-arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 5.6vw;
  aspect-ratio: 22/10;
  z-index: 1;
}
.page-lower .sticky-dates .anchor-item::before path {
  rotate: 90deg;
  fill: var(--white);
}
.page-lower .sticky-dates .anchor-item:nth-of-type(even) {
  border-left: 1px solid var(--white);
}
.page-lower .sticky-dates .anchor-item a {
  display: block;
  padding: 7px 24px 8px;
}
.page-lower .sticky-dates .anchor-list {
  background: rgba(0, 0, 0, 0.4);
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  display: flex;
  flex-wrap: wrap;
}
.page-lower .sticky-dates .anchor-list__head {
  position: relative;
  width: 30vw;
  top: 1px;
  cursor: pointer;
  aspect-ratio: 106/40;
}
.page-lower .sticky-dates .anchor-list__head::before {
  content: "OPEN";
  position: absolute;
  top: 60%;
  left: 50%;
  translate: -50% -50%;
  color: var(--white);
  font-family: var(--orbitron);
  font-size: 3.734vw;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
}
.page-lower .sticky-dates .anchor-list__head::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 8px solid var(--white);
  border-top: 0;
  transition: ease 300ms all;
  z-index: 1;
}
.page-lower .sticky-dates.-open .anchor-list__head::before {
  content: "CLOSE";
}
.page-lower .sticky-dates.-open .anchor-list__head::after {
  rotate: 180deg;
}
.page-lower .sec-timetable,
.page-lower .sec-seminar,
.page-lower .sec-access,
.page-lower .sec-qa,
.page-lower .sec-booth,
.page-lower .sec-map,
.page-lower .banner-wrap {
  margin-bottom: 9.53125vw;
}
@media screen and (max-width: 768px) {
  .page-lower .sec-timetable,
.page-lower .sec-seminar,
.page-lower .sec-access,
.page-lower .sec-qa,
.page-lower .sec-booth,
.page-lower .sec-map,
.page-lower .banner-wrap {
    margin-bottom: 25.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .banner-wrap {
    padding-bottom: 0;
    margin-bottom: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .deco-bg-img[data-num=seminar-01] {
    top: 67vw;
    right: -26vw;
    width: 48.032vw;
  }
}
.page-lower .links-img-deco1 {
  position: absolute;
  right: -32vw;
  bottom: -38vw;
  z-index: 0;
  width: 37.032vw;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .page-lower .links-img-deco1 {
    right: -35vw;
    bottom: -37vw;
    width: 61.032vw;
    display: none;
  }
}
.page-lower .links-img-deco2 {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -25vw;
  z-index: 0;
  width: 21.032vw;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .page-lower .links-img-deco2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .links-img-deco3 {
    position: absolute;
    bottom: 392vw;
    right: -2%;
    width: 24.032vw;
    aspect-ratio: 1;
    z-index: -1;
  }
  .page-lower .links-img-deco5 {
    position: absolute;
    bottom: -63vw;
    right: 3%;
    z-index: 0;
    width: 38.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .sec-timetable .table-wrap#table-01 .table-container {
    width: min(1000px, 160vw);
  }
}

.page-nagoya .sec-seminar .seminar-list-item {
  background: linear-gradient(309deg, rgb(10, 170, 255) 0%, rgb(10, 170, 255) 100%);
}
.page-nagoya .sec-seminar .seminar-list-item:nth-of-type(2) * {
  color: var(--white);
}
.page-nagoya .sec-seminar .seminar-list-item:nth-of-type(2) .item-heading::after {
  border-bottom: 1px dashed var(--white);
}
.page-nagoya .entry-btn,
.page-nagoya .event-anchor .entry-link,
.page-nagoya .event-dates_lower .entry-link {
  background: #7CFBF4;
}
@media (any-hover: hover) {
  .page-nagoya .entry-btn:hover,
.page-nagoya .event-anchor .entry-link:hover,
.page-nagoya .event-dates_lower .entry-link:hover {
    opacity: 1;
    background: transparent;
  }
  .page-nagoya .entry-btn:hover .btn-arrows,
.page-nagoya .event-anchor .entry-link:hover .btn-arrows,
.page-nagoya .event-dates_lower .entry-link:hover .btn-arrows {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-nagoya .sticky-dates .entry-link::before {
    background: #7CFBF4;
  }
}

.page-osaka .sec-seminar .seminar-list-item {
  background: linear-gradient(309deg, rgb(138, 255, 65) 0%, rgb(166, 255, 77) 100%);
}
.page-osaka .sec-seminar .seminar-list-item * {
  color: var(--blue-bg);
}
.page-osaka .sec-seminar .seminar-list-item .item-heading::after {
  border-bottom: 1px dashed var(--blue-bg);
}
.page-osaka .entry-btn,
.page-osaka .event-anchor .entry-link,
.page-osaka .event-dates_lower .entry-link {
  background: #D8FF00;
}
@media (any-hover: hover) {
  .page-osaka .entry-btn:hover,
.page-osaka .event-anchor .entry-link:hover,
.page-osaka .event-dates_lower .entry-link:hover {
    opacity: 1;
    background: transparent;
  }
  .page-osaka .entry-btn:hover .btn-arrows,
.page-osaka .event-anchor .entry-link:hover .btn-arrows,
.page-osaka .event-dates_lower .entry-link:hover .btn-arrows {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-osaka .sticky-dates .entry-link::before {
    background: #D8FF00;
  }
}
.page-osaka .tab-container .tab {
  padding: 2.7cqw 6px;
}
@media screen and (max-width: 768px) {
  .page-osaka .tab-container .tab {
    padding: 8.72cqw 6px;
  }
  .page-osaka .tab-container .tab .text {
    font-size: 4.8vw;
  }
}
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(2),
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(5),
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(8) {
  background-color: #00FFB1;
  color: var(--blue-bg);
}
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(3),
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(6) {
  background-color: #D8FF00;
  color: var(--blue-bg);
}
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(4),
.page-osaka .sec-timetable .table-container .table-row .table-head:nth-of-type(7) {
  background-color: #8AFF41;
  color: var(--blue-bg);
}
.page-osaka .timetable-contents-wrap .timeline-container::before {
  height: calc(100% - 24cqw);
}
@media screen and (max-width: 768px) {
  .page-osaka .timetable-contents-wrap .timeline-container::before {
    height: calc(100% - 70cqw);
  }
}
.page-osaka .sec-qa .qa-item .qes::before {
  background-color: #00FFB1;
  color: var(--blue-bg);
}
.page-osaka .sec-qa .qa-item .ans::before {
  background-color: #D8FF00;
  color: var(--blue-bg);
}
.page-osaka .sec-booth .booth-head__col {
  background-color: #D8FF00;
  color: var(--blue-bg);
}
.page-osaka .sec-booth .ac-button::before {
  border-bottom: 2px solid #99D539;
  border-right: 2px solid #99D539;
}
.page-osaka .timetable-contents-wrap .timeline-link__num {
  width: 3.5cqw;
}
@media screen and (max-width: 768px) {
  .page-osaka .timetable-contents-wrap .timeline-link__num {
    width: 9.5cqw;
  }
}
.page-osaka .sec-seminar .seminar-list-item .item-heading {
  align-items: baseline;
}
.page-osaka .sec-seminar .seminar-list-item .item-heading .heading {
  text-align: left;
}
.page-osaka .sec-map .map-wrap img {
  aspect-ratio: 1377/645;
  width: 107.579vw;
}
@media screen and (max-width: 768px) {
  .page-osaka .sec-map .map-wrap img {
    aspect-ratio: 1174/550;
    width: 1174px;
  }
}