@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "helvetica-neue-lt-pro-cond", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

li {
  list-style: none;
}

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

img {
  width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  border: none;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.continer {
  width: min(1100px, 90%);
  margin: 0 auto;
}

.l-footer {
  background-color: #000;
  color: #ffffff;
  padding: 1.25rem 1rem 2rem;
}
.l-footer a {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.l-footer a:hover {
  color: #FF0096;
}
.l-footer__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.l-footer__title {
  margin: 0 0 1rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-footer__body {
  display: grid;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.l-footer__body p {
  margin: 0;
}

.l-main {
  background-image: url("../image/bgi.webp");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}
.l-main__inner {
  display: flex;
  align-items: flex-start;
}
.l-main__contents {
  flex: 1;
}
.l-main__left {
  align-self: flex-start;
  overflow: hidden;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  white-space: nowrap;
  color: #ffffff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .l-main__left {
    color: #000;
    background-color: #ffffff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.l-main__left-inner {
  transform: rotate(180deg);
  transform-origin: center;
}
.l-main__right {
  align-self: flex-start;
  overflow: hidden;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  white-space: nowrap;
  color: #ffffff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .l-main__right {
    color: #000;
    background-color: #ffffff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.c-section-title__inner {
  overflow: hidden;
  margin: 0;
}
.c-section-title__inner img {
  display: block;
  width: 100%;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .c-section-title__inner img {
    height: 3rem;
  }
}
.c-section-title__day1 {
  position: relative;
}
.c-section-title__day1::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-day1-p.webp");
  left: 55%;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__day1::after {
    width: 80px;
    height: 20px;
    left: 50%;
    bottom: 0;
  }
}
.c-section-title__day2 {
  position: relative;
}
.c-section-title__day2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-day2-p.webp");
  left: 55%;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__day2::after {
    width: 80px;
    height: 20px;
    left: 50%;
    bottom: 0;
  }
}
.c-section-title__day3 {
  position: relative;
}
.c-section-title__day3::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-day3-p.webp");
  left: 55%;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__day3::after {
    width: 80px;
    height: 20px;
    left: 50%;
    bottom: 0;
  }
}
.c-section-title__dj {
  position: relative;
}
.c-section-title__dj::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-dj-p.webp");
  left: 50%;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__dj::after {
    width: 130px;
    height: 20px;
    bottom: 0rem;
  }
}
.c-section-title__timetable {
  position: relative;
}
.c-section-title__timetable::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-timetable-p.webp");
  left: 55%;
  bottom: -1rem;
}
.c-section-title__ticket {
  position: relative;
  text-align: center;
}
.c-section-title__ticket h3 {
  display: inline-block;
  padding: 0 4rem;
  font-size: 4rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  background: black;
  color: white;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-section-title__ticket h3 {
    font-size: 1.5rem;
    padding-top: 4px;
  }
}
.c-section-title__ticket::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-ticket-p.webp");
  left: 55%;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__ticket::after {
    display: none;
  }
}
.c-section-title__artist {
  position: relative;
}
.c-section-title__artist::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/header/h-artist-p.webp");
  left: 55%;
  bottom: -1rem;
}

.c-day-artist-image__inner {
  width: 100%;
  display: flex;
}
.c-day-artist-image__inner-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 230px;
}
.c-day-artist-image--day2-bottom .c-day-artist-image__inner-image img {
  max-height: 270px !important;
}

.c-day-datas {
  padding-top: 1.25rem;
}
.c-day-datas__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-day-datas__inner {
    gap: 0.5rem;
  }
}
.c-day-datas__time {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(12px, 3vw, 2rem);
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-day-datas__time {
    gap: 0.5rem;
  }
}
.c-day-datas__time-label, .c-day-datas__time-value {
  margin: 0;
  color: transparent;
  text-shadow: 2px -1px 0 #000;
  -webkit-text-stroke: 1px #231815;
}
.c-day-datas__time-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-day-datas__time-arrow {
    width: 0.7rem;
    height: 1rem;
  }
}
.c-day-datas__time-arrow::before {
  content: "▶";
  display: block;
  color: transparent;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1;
  text-shadow: 2px -1px 0 #000;
  -webkit-text-stroke: 1px #000;
}
@media screen and (max-width: 768px) {
  .c-day-datas__time-arrow::before {
    font-size: clamp(0.7rem, 2.4vw, 0.95rem);
  }
}
.c-day-datas__time--open {
  justify-content: end;
}
.c-day-datas__date {
  flex: 0 0 min(32.15%, 258px);
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-day-datas__date {
    flex-basis: min(36%, 90px);
  }
}
.c-day-datas__date img {
  display: block;
  width: 100%;
  height: auto;
}
.c-day-datas__date--year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 100px !important;
}
@media screen and (max-width: 768px) {
  .c-day-datas__date--year {
    width: 30px !important;
    top: -5px;
  }
}

.c-day-contents__inner {
  padding: 2rem 0 1rem;
}
.c-day-contents__wrap {
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-day-contents__wrap {
    padding-bottom: 1rem;
  }
}
.c-day-contents__stage h3 {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  width: 260px;
  background-color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-day-contents__stage h3 {
    font-size: 20px;
  }
}
.c-day-contents__artist--list {
  margin: 0;
  padding: 1rem 1rem 0;
  list-style: none;
  font-family: "Hiragino Kaku Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  .c-day-contents__artist--list {
    font-size: 1rem;
  }
}
.c-day-contents__artist-item + .c-day-contents__artist-item, .c-day-contents__artist--list > li + li {
  margin-top: 0.5rem;
}
.c-day-contents__artist-trigger {
  display: inline-block;
  position: relative;
  --artist-trigger-arrow-top: 50%;
  --artist-trigger-arrow-right: 0;
  width: auto;
  padding: 0 1.25rem 0 0;
  border: 0;
  background: transparent;
  color: #000;
  font: inherit;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.c-day-contents__artist-trigger::after {
  content: "";
  position: absolute;
  top: var(--artist-trigger-arrow-top);
  right: var(--artist-trigger-arrow-right);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.35rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-top: 0.45rem solid currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}
.c-day-contents__artist-trigger[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-day-contents__artist-trigger:hover {
  opacity: 0.7;
}
.c-day-contents__artist-trigger--ringorira {
  --artist-trigger-arrow-top: 40% !important;
}
.c-day-contents__artist-line-small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .c-day-contents__artist-line-small {
    font-size: 0.9em;
  }
}
.c-day-contents__artist-dropdown {
  display: grid;
  grid-template-rows: 0fr;
  list-style: none;
  min-height: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 320px;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: grid-template-rows 0.32s ease, opacity 0.24s ease, transform 0.32s ease, margin-top 0.32s ease;
}
@media screen and (max-width: 768px) {
  .c-day-contents__artist-dropdown {
    width: 270px;
    font-size: 14px;
  }
}
.c-day-contents__artist-dropdown-inner {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #000;
}
.c-day-contents__artist-dropdown li {
  padding: 0.125rem 2rem;
}
.c-day-contents__artist--pd.is-open .c-day-contents__artist-dropdown {
  grid-template-rows: 1fr;
  margin-top: 0.5rem;
  opacity: 1;
  transform: translateY(0);
}
.c-day-contents__artist--pd.is-open .c-day-contents__artist-dropdown .c-day-contents__artist-dropdown-inner {
  padding: 0.5rem;
}
.c-day-contents__artist-name {
  color: #FF0096;
  font-weight: 700;
}

.p-hero {
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p-hero {
    padding-bottom: 0.5rem;
  }
}
.p-hero::before, .p-hero::after {
  content: "";
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
.p-hero::before {
  background-image: url("../image/object/hero-object1.png");
  bottom: 0;
  left: -30px;
}
.p-hero::after {
  background-image: url("../image/object/hero-object2.png");
  bottom: 0;
  right: -30px;
}
.p-hero__inner {
  width: 100%;
}
.p-hero__title {
  width: 70%;
  margin: 0 auto;
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(circle at 50% 50%, rgba(255, 0, 150, 0.16) 0%, rgba(255, 0, 150, 0) 42%), linear-gradient(180deg, #0f0f10 0%, #000 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.p-loading::before, .p-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-loading::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 6px);
  opacity: 0.18;
  mix-blend-mode: screen;
}
.p-loading::after {
  background: none;
}
.p-loading__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  width: min(100%, 860px);
}
.p-loading__logo {
  width: min(100%, 720px);
  filter: drop-shadow(0 0 18px rgba(255, 0, 150, 0.2)) drop-shadow(4px 0 0 rgba(255, 0, 150, 0.55));
  animation: loading-logo-glitch 1.8s steps(2, end) infinite;
}
.p-loading__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-loading__bar {
  width: min(100%, 280px);
  height: 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.16);
}
.p-loading__bar span {
  display: block;
  width: 45%;
  height: 100%;
  background-color: #FF0096;
  animation: loading-bar 1.1s ease-in-out infinite;
}
body.is-loaded .p-loading {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-loading {
    padding: 1.5rem;
  }
  .p-loading__inner {
    gap: 1rem;
    width: min(100%, 640px);
  }
  .p-loading__logo {
    width: 100%;
  }
  .p-loading__bar {
    width: min(100%, 220px);
  }
}

body.is-loading {
  overflow: hidden;
}

@keyframes loading-bar {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(320%);
  }
}
@keyframes loading-logo-glitch {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-4px, 1px, 0);
  }
  40% {
    transform: translate3d(3px, -1px, 0);
  }
  60% {
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    transform: translate3d(2px, 1px, 0);
  }
}
.p-artist__wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-artist__wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 1rem;
  }
}
.p-artist__item {
  min-width: 0;
  background-color: #fff;
}
.p-artist__item img {
  display: block;
  width: 100%;
  height: auto;
}

.p-comment__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  grid-template-areas: "left right" "name name";
  gap: 1vw;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-comment__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "name" "right";
    gap: 18px;
  }
}
.p-comment__left {
  grid-area: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-comment__left {
    padding: 0 1rem;
  }
  .p-comment__left::before {
    content: "";
    position: absolute;
    width: 20vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 2;
    background-image: url("../image/object/hero-object1.png");
    right: 0;
    top: -24%;
  }
}
.p-comment__right {
  grid-area: right;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-comment__right {
    padding: 0 1rem;
  }
}
.p-comment__heading {
  margin: 0;
}
.p-comment__art {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-comment__art {
    width: 100%;
  }
}
.p-comment__art svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(180px, 22vw, 282px);
}
@media screen and (max-width: 768px) {
  .p-comment__art svg {
    width: auto;
    height: clamp(47px, 18vw, 68px);
  }
}
.p-comment__name {
  grid-area: name;
}
@media screen and (max-width: 768px) {
  .p-comment__name {
    justify-self: start;
    width: 100%;
  }
}
.p-comment__name p {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-comment__name p {
    font-size: 0.75rem;
    width: 100%;
  }
}
.p-comment__text p {
  font-size: 12px;
}
.p-comment__text-flex {
  display: flex;
  align-items: end;
  justify-content: space-around;
}
.p-comment__wrap:nth-of-type(2) .p-comment__left::before {
  content: "";
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/object/hero-object1.png");
  left: 110%;
  top: 1%;
}
@media screen and (max-width: 768px) {
  .p-comment__wrap:nth-of-type(2) .p-comment__left::before {
    left: -9px;
    top: -138px;
  }
}
.p-comment__wrap:nth-of-type(2) .p-comment__right {
  display: flex;
  justify-content: flex-end;
}
.p-comment__wrap:nth-of-type(2) .p-comment__name {
  justify-self: end;
}
.p-comment__wrap:nth-of-type(2) .p-comment__name p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-comment__wrap:nth-of-type(2) .p-comment__name p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__wrap:nth-of-type(2) {
    grid-template-areas: "right right" "name name" "left left";
  }
}
.p-comment__wrap:nth-of-type(2) .p-comment__art svg {
  height: clamp(180px, 22vw, 282px);
}
@media screen and (max-width: 768px) {
  .p-comment__wrap:nth-of-type(2) .p-comment__art svg {
    height: clamp(47px, 13vw, 50px);
  }
}

.p-dj__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3rem, 3vw, 100px);
  padding: 4rem 0;
}
.p-dj__image {
  width: clamp(80px, 10vw, 220px);
}
.p-dj__name {
  font-family: "Hiragino Kaku Gothic", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-dj__name {
    font-size: 1rem;
  }
}

html {
  scroll-padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 5rem;
  }
}

.p-jump-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.p-jump-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-jump-nav__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-jump-nav__item {
  flex: 1 1 16.6666666667%;
  min-width: 0;
}
.p-jump-nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 1rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-jump-nav__item a {
    font-size: 0.75rem;
  }
}
.p-jump-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-50%);
}
.p-jump-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #FF0096;
  transform: translateX(-50%);
}
.p-jump-nav__item a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .p-jump-nav__item:nth-child(3n) a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-jump-nav__item:nth-child(n+4) a {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }
}
.p-jump-nav__item:last-child a::before {
  display: none;
}

.p-ticket__inner {
  position: relative;
}
.p-ticket__inner::after {
  content: "";
  position: absolute;
  width: 25vw;
  height: 25vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  background-image: url("../image/object/tickets-object1.png");
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-ticket__inner::after {
    width: 60vw;
    height: 60vw;
  }
}
.p-ticket__wrap {
  background-color: #000;
  padding: 2rem 1rem 5rem;
  position: relative;
}
.p-ticket__wrap::before, .p-ticket__wrap::after {
  content: "";
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-ticket__wrap::before, .p-ticket__wrap::after {
    width: 70vw;
    height: 70vw;
    opacity: 0.7;
  }
}
.p-ticket__wrap::before {
  background-image: url("../image/object/tickets-object1.png");
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-ticket__wrap::before {
    display: none;
  }
}
.p-ticket__wrap::after {
  background-image: url("../image/object/tickets-object1.png");
  top: 0;
  right: 0;
}
.p-ticket__list {
  width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.p-ticket__item {
  color: #ffffff;
  text-align: center;
}
.p-ticket__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 2rem;
  border: 1px solid #ffffff;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-ticket__label {
    min-width: 110px;
    min-height: 38px;
    margin-bottom: 1rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}
.p-ticket__label--u25 {
  background-color: #ffffff;
  color: #000;
}
.p-ticket__prices {
  display: grid;
  margin: 0;
}
.p-ticket__price-row {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-ticket__price-row {
    grid-template-columns: 72px 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 1rem;
  }
}
.p-ticket__price-row dt,
.p-ticket__price-row dd {
  margin: 0;
}
.p-ticket__price-row dt {
  text-align: left;
}
.p-ticket__price-row dd {
  text-align: left;
  white-space: nowrap;
}
.p-ticket__note {
  margin: 1.25rem 0 0;
  color: #FF0096;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ticket__note {
    font-size: 12px;
  }
}
.p-ticket__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 1rem;
  width: min(100%, 960px);
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-ticket__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: min(100%, 360px);
  }
}
.p-ticket__cards--single {
  grid-template-columns: 1fr;
  width: min(100%, 650px);
}
.p-ticket__cards--single .p-ticket__card {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ticket__cards--single .p-ticket__card {
    width: min(100%, 278px);
  }
}
.p-ticket__card {
  --ticket-card-cut: 12px;
  display: grid;
  gap: 1rem;
  width: min(100%, 278px);
  justify-items: start;
  color: #ffffff;
  text-align: center;
  padding: 1px 1px 0.5rem;
  background: radial-gradient(circle at top left, transparent var(--ticket-card-cut), #ffffff calc(var(--ticket-card-cut) + 1px)) top left, radial-gradient(circle at top right, transparent var(--ticket-card-cut), #ffffff calc(var(--ticket-card-cut) + 1px)) top right, radial-gradient(circle at bottom left, transparent var(--ticket-card-cut), #ffffff calc(var(--ticket-card-cut) + 1px)) bottom left, radial-gradient(circle at bottom right, transparent var(--ticket-card-cut), #ffffff calc(var(--ticket-card-cut) + 1px)) bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
}
.p-ticket__card--range {
  justify-items: center;
  padding: 0.75rem 0.75rem 0.9rem;
}
@media screen and (max-width: 768px) {
  .p-ticket__card--range {
    padding: 1px 1px 0.5rem;
  }
}
.p-ticket__card-visual {
  display: flex;
  justify-content: flex-start;
}
.p-ticket__card-date {
  margin: 0 0 1rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
.p-ticket__card-date--image {
  margin: 0;
}
.p-ticket__card-date--image img {
  display: block;
  width: auto;
  height: clamp(50px, 5vw, 66px);
}
.p-ticket__card-weekday {
  width: 100%;
}
.p-ticket__card-weekday img {
  display: block;
  width: 100%;
  height: auto;
}
.p-ticket__card-weekday--compact {
  width: 50px;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .p-ticket__card-weekday--compact {
    width: 42px;
  }
}
.p-ticket__card-meta {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  justify-self: center;
}
.p-ticket__card-range {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ticket__card-range {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.5rem;
  }
}
.p-ticket__card-range-side {
  display: flex;
  align-items: flex-end;
  gap: 0.15rem;
}
@media screen and (max-width: 768px) {
  .p-ticket__card-range-side {
    align-items: flex-end;
  }
}
.p-ticket__card-range-arrow {
  position: relative;
  display: inline-block;
  width: auto;
  height: 1px;
  margin-top: 29px;
  border-radius: 9999px;
  background-color: #000;
}
.p-ticket__card-range-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -1px;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform: rotate(20deg);
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 768px) {
  .p-ticket__card-range-arrow {
    width: 34px;
    margin-top: 0;
    margin-left: 1.2rem;
    transform: rotate(90deg);
    transform-origin: center;
  }
}
@media screen and (max-width: 768px) {
  .p-ticket__card-range-arrow::before {
    width: 14px;
    right: -1px;
  }
}
@media screen and (max-width: 768px) {
  .p-ticket__card--range .p-ticket__card-range-side:first-child {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-ticket__card--range .p-ticket__card-range-side:last-child {
    justify-content: flex-start;
  }
}
.p-ticket__card-times {
  display: grid;
  gap: 0.35rem;
  margin: 0;
}
.p-ticket__card-time-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.p-ticket__card-time-row dt,
.p-ticket__card-time-row dd {
  margin: 0;
}
.p-ticket__card-time-row::after {
  content: "";
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 4vw;
  height: 2px;
  background: linear-gradient(90deg, #000 0 14px, transparent 14px 20px, #000 20px 35px, transparent 35px 42px, #000 42px 54px, transparent 54px 100%);
  opacity: 0.8;
}
.p-ticket__card-time-row dt img {
  grid-column: 1;
  width: 54px;
  height: auto;
  display: block;
}
.p-ticket__card-time-row dd img {
  grid-column: 3;
  width: 58px;
  height: auto;
  display: block;
}
.p-ticket__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 90%;
  padding: 0.5rem 3rem;
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
  transition: all 0.2s ease;
}
.p-ticket__card-button:hover {
  background-color: #FF0096;
  border-color: #FF0096;
  color: #ffffff;
}
.p-ticket__pass-price {
  margin: 0;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-ticket__pass-price {
    font-size: 1rem;
  }
}

.p-timetable__wrap {
  padding: 4rem 0;
}
.p-timetable__image {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-timetable__image {
    width: 80%;
  }
}
.p-timetable__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-yearline__inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0.5rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-yearline__track {
  display: flex;
  animation: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.p-yearline__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.p-yearline__group img {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-yearline__group img {
    height: 1rem;
  }
}

@keyframes p-yearline-marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-datas__inner {
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin: 0 auto;
  gap: 1rem;
  padding: 2rem 0 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-datas__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
  }
}
.p-datas__inner::before {
  content: "";
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: -1;
  background-image: url("../image/object/hero-object1.png");
  bottom: 0;
  left: -10%;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-datas__inner::before {
    left: -34%;
  }
}
@media screen and (max-width: 768px) {
  .p-datas__inner::after {
    content: "";
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    background-image: url("../image/object/hero-object2.png");
    top: 0;
    right: -34%;
  }
}
.p-datas__contents {
  flex: 1;
  max-width: 16rem;
}
@media screen and (max-width: 768px) {
  .p-datas__contents {
    position: relative;
  }
}
.p-datas__contents a {
  display: block;
  transition: transform 0.2s ease;
}
.p-datas__contents a:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .p-datas__contents:first-child::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    background-image: url("../image/object/hero-object2.png");
    top: 80%;
    left: -30%;
  }
}
@media screen and (max-width: 768px) {
  .p-datas__contents:last-child::after {
    content: "";
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    background-image: url("../image/object/hero-object1.png");
    top: -20%;
    right: -30%;
  }
}
.p-datas__label {
  width: 80%;
  margin: 0 auto;
}
.p-datas__time-data {
  display: flex;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  gap: 1rem;
  justify-content: center;
}
.p-datas__time-data span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.p-datas__time-data span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #000;
  flex-shrink: 0;
}
.p-datas__time-arrow {
  width: 75%;
  margin: 0 auto;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-dn-md-max {
    display: none;
  }
}

/* アニメーションの設定 */
/* フワッと表示 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左からふわっと */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右からふわっと */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 左上へパタっと表示 */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.blurTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.2s;
}

.delay-time1 {
  animation-delay: 0.4s;
}

.delay-time15 {
  animation-delay: 0.6s;
}

.delay-time2 {
  animation-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */