@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
  color: #111111;
  background-color: #ffffff;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.br-sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline-block;
  }
}

.section {
  position: relative;
  z-index: 1000;
  background: transparent;
}

html {
  margin-top: 0 !important;
}

header {
  display: block;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.back-to-top {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  right: 20px;
  bottom: 80px;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top .arrow {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .arrow {
    font-size: 16px;
  }
}
.back-to-top .text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .text {
    font-size: 16px;
  }
}
.back-to-top:hover {
  background-color: #ffffff;
  color: #111111;
  border-color: #111111;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
.section-title {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.section-title__main {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(28px, 35 / 393 * 100vw, 60px);
  color: #111111;
  line-height: 1;
}
.section-title__sub {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  color: #ffffff;
  padding-bottom: 0.625rem;
}
.section-title.is-line-expand .section-title__sub {
  padding-top: 1.5625rem;
}
.section-title .js-title-animated .section-title__main .char {
  display: inline-block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.section-title .js-title-animated .section-title__main .char-space {
  display: inline-block;
  width: 0.625rem;
}
.section-title .js-title-animated .section-title__sub {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header__container {
  margin: 0 auto;
  max-width: 1500px;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
.header__container.is-scrolling {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  padding: 0.625rem 0.9375rem;
  border-radius: 10px;
}
.header__logo {
  visibility: hidden;
  width: 25%;
  max-width: 60px;
  top: 30px;
  z-index: 10000;
}
.header__logo img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    vertical-align: top;
  }
}
.header__link {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__link {
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    color: #111111;
  }
}
.header__link-item img {
  max-width: 40px;
}
.header .nav-box {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header .nav-box {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    display: none;
  }
}
.header__toggle {
  position: relative;
  width: 50px;
  height: 50px;
}
.header__toggle.active {
  background-color: transparent;
  border: 2px solid #aa1f1f;
  border-radius: 50%;
}
.header__toggle-border {
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 5px;
  background-color: #aa1f1f;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__toggle-border:nth-of-type(1) {
  top: 15px;
  width: 80%;
}
.header__toggle-border:nth-of-type(2) {
  top: 25px;
  width: 80%;
}
.header__toggle-border:nth-of-type(3) {
  top: 35px;
  width: 80%;
}

.header__toggle.active span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 80%;
}

.header__toggle.active span:nth-of-type(2) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80%;
}

.header__toggle.active span:nth-of-type(3) {
  display: none;
}

.footer {
  padding: 1.875rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5rem 0 9.375rem;
  }
}
.footer {
  position: relative;
  z-index: 1000;
}
.footer__container {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .footer__container {
    width: 90%;
  }
}
.footer__container {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__container {
    text-align: center;
  }
}
.footer {
  /* ナビゲーション */
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.3125rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__nav-list a {
  text-decoration: none;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
}
@media screen and (min-width: 768px) {
  .footer__nav-list a {
    font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  }
}
.footer__organizer {
  font-size: clamp(12px, 16 / 393 * 100vw, 20px);
}
.footer__disclaimer {
  padding-top: 1.25rem;
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  line-height: 1.6;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .footer__disclaimer {
    margin: 0 auto;
  }
}
.footer__copyright {
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer__img {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__img img {
  display: block;
  max-width: 500px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__img {
    padding-top: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@media screen and (min-width: 768px) {
  .header__nav-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav.open .header__nav-menu {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  overflow: auto;
}
.header__nav-img {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav-img img {
  display: block;
  max-width: 500px;
}

.unit-bg {
  padding: 0.9375rem;
  margin: 3.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .unit-bg {
    padding: 1.875rem;
  }
}

.bg-flow {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-flow__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  -webkit-animation: bgFlowDown 40s linear infinite;
          animation: bgFlowDown 40s linear infinite;
}

.bg-flow__image {
  width: 100%;
  height: 100vh;
  background: url("../img/top/bg-flow.webp") repeat center top;
  background-size: 800px auto;
}
@media screen and (min-width: 768px) {
  .bg-flow__image {
    background-size: 1500px auto;
  }
}

@-webkit-keyframes bgFlowDown {
  from {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bgFlowDown {
  from {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bg-flow__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .bg-flow__cover {
    width: 95%;
    max-width: 1200px;
  }
}

.footer-flow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .footer-flow {
    height: 90px;
  }
}

.splide-sponsor {
  height: 100%;
}

.splide-sponsor .splide__track {
  height: 100%;
}

.splide-sponsor .splide__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide-sponsor .splide__slide {
  width: auto !important;
  height: 100%;
}

.splide-sponsor .splide__slide img {
  display: block;
  height: 100%;
  width: auto;
}

.mainvisual {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.mainvisual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainvisual__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainvisual__container {
  position: relative;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mainvisual__items {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__items {
    width: 90%;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) and (max-height: 750px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) and (max-height: 950px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) and (max-height: 1100px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) and (max-height: 1300px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 767px) and (max-height: 1420px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) and (max-height: 1500px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 550px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 800px) and (max-height: 600px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 900px) and (max-height: 660px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1100px) and (max-height: 780px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1300px) and (max-height: 870px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1400px) and (max-height: 920px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}
@media screen and (min-width: 1500px) and (max-height: 970px) {
  .mainvisual__items.mv-mori {
    top: 0;
  }
}

.ticket {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .ticket {
    padding: 5rem 0 1.875rem;
  }
}
.ticket__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .ticket__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .ticket__container {
    max-width: 1000px;
  }
}
.ticket__price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .ticket__price-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ticket__seat-map {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  min-width: 18.75rem;
}
.ticket__price-chart {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.ticket__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket__table {
    max-width: 500px;
  }
}
.ticket__table .font-s {
  font-size: clamp(10px, 12 / 393 * 100vw, 14px);
}
.ticket__table .sold-out {
  color: #f00;
  font-weight: bold;
}
.ticket__table .line-through {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.ticket__table th, .ticket__table td {
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.ticket__table td {
  border: 1px solid #111111;
}
.ticket__table td.seat-type {
  padding: 1rem;
  text-align: left;
  width: 45%;
}
.ticket__table-head {
  background-color: #111111;
  color: #ffffff;
}
.ticket__table-head th {
  border-radius: 10px 10px 0 0;
}
.ticket__table-body tr {
  background-color: #ffffff;
}
.ticket__table-body tr:nth-child(even) {
  background-color: #EEEEEE;
}
.ticket__guide-layout {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket__guide-layout {
    width: 90%;
    max-width: 56.25rem;
  }
}
.ticket__guide-layout-inner {
  margin: 0 auto;
  max-width: 37.5rem;
}
.ticket__guide-sales {
  padding: 0 1.25rem 1.25rem;
  border: 1px solid #111111;
  background-color: #ffffff;
}
.ticket__guide-title {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: bold;
  margin: 1.875rem 0 0.9375rem;
  text-align: center;
}
.ticket__guide-links {
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .ticket__guide-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ticket__guide-links .link_item {
  width: 90%;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .ticket__guide-links .link_item {
    width: calc(50% - 10px);
  }
}
.ticket__guide-adds {
  text-align: left;
}
.ticket__guide-notice {
  margin-top: 1rem;
  text-align: left;
}

.event {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .event {
    padding: 5rem 0 1.875rem;
  }
}
.event__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .event__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .event__container {
    max-width: 1000px;
  }
}
.event__layout {
  max-width: 50rem;
  margin: 0 auto;
}
.event__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .event__thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.event__thumb-item {
  max-width: initial;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 1rem 2rem;
  border: 1px solid #111111;
}
@media screen and (min-width: 768px) {
  .event__thumb-item {
    width: calc(50% - 10px);
  }
}
.event__thumb-desc {
  width: 95%;
  margin: 0 auto;
}
.event__thumb-desc a {
  color: #0164FF;
  text-decoration: underline;
}
.event__thumb-desc .font-s {
  font-size: clamp(10px, 12 / 393 * 100vw, 14px);
}
.event .app__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.875rem;
}
.event .app__image-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .event .app__image-pc {
    display: initial;
    min-width: 0;
    width: 30%;
  }
}
.event .app__info {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .event .app__info {
    min-width: 0;
    width: 65%;
  }
}
.event .app__info-sp-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .event .app__info-sp-layout {
    display: inline-block;
  }
}
.event .app__image-sp {
  display: initial;
  width: 50%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .event .app__image-sp {
    display: none;
  }
}
.event .app__label-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event .app__label-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .event .app__head {
    width: 80%;
  }
}
.event .app__desc {
  margin: 1.5rem 0 1.5rem;
}
.event .app__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .event .app__cta {
    margin-top: 0.625rem;
    max-width: 400px;
  }
}
.event .app__button {
  width: 100%;
  background: #0077ff;
  color: #fff;
  text-align: center;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-weight: bold;
}
.event .app__store-links {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .event .app__store-links {
    max-width: 400px;
  }
}
.event .app__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
.event .app__store {
  display: inline-block;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .event .app__store {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .event .app__store:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.access {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 5rem 0 1.875rem;
  }
}
.access__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .access__container {
    max-width: 1000px;
  }
}
.access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.access__list {
  width: 100%;
  max-width: 43.75rem;
}
@media screen and (min-width: 768px) {
  .access__list {
    width: 90%;
  }
}
.access__item {
  padding-bottom: 1.5rem;
}
.access__map {
  width: 100%;
}
.access__map .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .access__map .disp-sp {
    display: none;
  }
}
.access__map .disp-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .access__map .disp-pc {
    display: block;
  }
}
.access {
  /* 共通 */
}
.access__map iframe {
  width: 100%;
  height: 300px; /* SP デフォルト */
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 450px;
  }
}
.access__means {
  max-width: 600px;
  margin: 0 auto;
}
.access__means-header {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: bold;
  margin: 1.875rem 0 0.9375rem;
  text-align: center;
}
.access__means-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .access__means-link {
    gap: 1.5625rem;
  }
}
.access__means-link img {
  max-width: 100px;
  border: 1px solid #111111;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .access__means-link img {
    max-width: 120px;
  }
}
.access__means-block {
  margin-top: 3.125rem;
}
.access__means-img-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.access__means-img-title img {
  max-width: 60px;
  border: 1px solid #111111;
  border-radius: 50%;
}
.access__means-img-title p {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: bold;
}
.access__means-accordion .js-accordion-toggle {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.access__means-accordion .js-accordion-toggle.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.access__means-accordion .js-accordion-body {
  display: none;
}
.access__means-accordion .js-accordion-body.is-active {
  display: block;
}
.access__means-accordion {
  margin-top: 1.25rem;
}
.access__means-accordion-header {
  padding: 0.8rem 1rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access__means-accordion-header.red {
  background-color: #ED7262;
}
.access__means-accordion-header.blue {
  background-color: #277CB4;
}
.access__means-accordion-header.green {
  background-color: #27B484;
}
.access__means-accordion-header.pink {
  background-color: #ED6290;
}
.access__means-accordion-body {
  margin-top: 0.625rem;
}
.access__means-accordion .font-xl {
  font-size: clamp(14px, 16 / 393 * 100vw, 20px);
  font-weight: bold;
}
.access__means-accordion .font-base {
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
  display: inline-block;
  padding-bottom: 0.9375rem;
}
.access__means-accordion .bus-time {
  font-size: clamp(14px, 16 / 393 * 100vw, 20px);
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.9375rem;
}
.access__means-summary {
  padding: 0.3125rem 0;
}
.access__means-adds {
  padding: 1.25rem 0;
}
.access__means-notice {
  margin-top: 1rem;
}
.access__means-promotion {
  margin-top: 1.5rem;
}

.sponsor {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .sponsor {
    padding: 5rem 0 1.875rem;
  }
}
.sponsor__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sponsor__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sponsor__container {
    max-width: 1000px;
  }
}
.sponsor__container {
  text-align: center;
}
.sponsor__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.sponsor__title {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: bold;
}
.sponsor__organizer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sponsor__organizer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sponsor__organizer-item img {
  max-width: 11.25rem;
}
.sponsor__organizer-name {
  font-size: clamp(12px, 16 / 393 * 100vw, 20px);
}
.sponsor__co-organizer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .sponsor__co-organizer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sponsor__co-organizer-item img {
  max-width: 11.25rem;
}
.sponsor__supporter-list1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .sponsor__supporter-list1 {
    grid-template-columns: repeat(3, minmax(0, 220px));
  }
}
.sponsor__supporter-list2 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 130px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .sponsor__supporter-list2 {
    grid-template-columns: repeat(3, minmax(0, 150px));
  }
}
.sponsor__supporter2-item {
  max-width: 15rem;
}
.contact {
  background-color: #0B25B5;
  padding-bottom: 3.125rem;
}
.contact__container {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contact__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .contact__container {
    max-width: 1000px;
  }
}
.contact__layout {
  border: 1px solid #ffffff;
}
.contact__title {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  color: #ffffff;
}
.contact__text {
  color: #ffffff;
}

.header__nav .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__nav .menu-nav {
    gap: 1.875rem 6.25rem;
    height: 300px;
  }
}
.header__nav .menu-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.header__nav .menu-nav__link img {
  max-width: 50px;
}
.header__nav .menu-nav__title {
  display: block;
  font-size: clamp(20px, 24 / 393 * 100vw, 24px);
  line-height: 1;
}

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