:root {
  --hero-height: 810px;
  --base-path: "/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/";
  --navy: #1d1848;
  --green: #45af35;
  --lime: #75c227;
  --purple: #6c60c6;
  --blue: #1636dc;
  --pink: #ff5e77;
  --orange: #ff9b39;
  --yellow: #ffc42d;
  --ink: #1d1848;
  --paper: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.rail {
  position: absolute;
  z-index: 20;
  top: var(--rail-start, var(--hero-height));
  bottom: 0;
  width: 64px;
  background: var(--navy);
  pointer-events: none;
  overflow: hidden;
}
.rail::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center 0;
  background-repeat: repeat-y;
  background-size: 20px auto;
  animation: rail-bg-slide 48s linear infinite;
}
.rail-left { left: 0; }
.rail-right { right: 0; }
@keyframes rail-slide {
  from { transform: translateY(-50%); }
  to { transform: translateY(0); }
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  padding: 100px 130px 70px;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    linear-gradient(120deg, var(--green), var(--lime));
}
.hero::before,
.hero::after,
.message::before,
.message::after,
.map-section::after,
.about::after,
.purple-zone::before,
.purple-zone::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 160px;
  background: center / contain no-repeat;
  transform: rotate(18deg);
}
.hero::before {
  left: -35px;
  top: 390px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-navy.svg");
}
.hero::after {
  right: 120px;
  top: 90px;
  width: 550px;
  height: 365px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-green.svg");
}
.nav {
  position: absolute;
  top: 42px;
  right: 40px;
  z-index: 2;
  display: flex;
  gap: 20px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}
.nav-sns-list {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-sns {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-sns img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
  padding: 4px;
}
.header-logo {
  position: absolute;
  top: 24px;
  left: 40px;
  z-index: 2;
  width: 93px;
  height: 60px;
}
.logo-mark {
  position: relative;
  z-index: 2;
  width: min(474px, 78vw);
  height: min(306px, 50.3vw);
}
.logo-mark img,
.mini-logo img {
  position: absolute;
  display: block;
  max-width: none;
}
.logo-main {
  inset: 5.34% 0 0 0;
  width: 100%;
  height: 94.66%;
}
.logo-top {
  left: 37.46%;
  top: 0;
  width: 25.07%;
  height: 7.43%;
}
.hero-date {
  z-index: 2;
  margin-top: 36px;
  font-family: "Passion One", Impact, sans-serif;
  color: var(--navy);
  font-size: clamp(44px, 6vw, 72px);
  line-height: .7;
}
.hero-place {
  z-index: 2;
  margin: 16px 0 18px;
  font-family: "Passion One", Impact, sans-serif;
  font-size: clamp(20px, 2.7vw, 34px);
  line-height: 1;
}
.hero-schedule {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "Passion One", Impact, sans-serif;
  font-size: clamp(17px, 2vw, 25px);
}
.day {
  display: inline-grid;
  place-items: center;
  min-width: 62px;
  height: 30px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
}
.day {
  background: none;
  border-radius: 0;
  min-width: 80px;
  height: auto;
}

.day img {
  display: block;
  width: 80px;
  height: auto;
}

.ticket-badge {
  position: fixed;
  right: 5vw;
  bottom: 4vw;
  z-index: 50;
  width: 183px;
  height: 155px;
  display: grid;
  place-items: center;
  color: var(--navy);
  transform: rotate(-3deg);
  text-align: center;
}
.ticket-badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ticket-badge strong,
.ticket-badge span {
  position: relative;
}
.ticket-badge strong {
  font-family: "Passion One", Impact, sans-serif;
  font-size: 34px;
  line-height: .9;
}
.ticket-badge span {
  font-size: 12px;
  font-weight: 800;
}

.purple-zone {
  position: relative;
  padding: 92px 0 94px;
  background:
    var(--purple);
}
.purple-zone::before {
  left: 150px;
  top: 92px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-navy.svg");
}
.purple-zone::after {
  right: 100px;
  bottom: 900px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-navy.svg");
  opacity: .55;
}
.panel-section {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 260px));
  margin: 0 auto 96px;
}
.section-title {
  display: flex;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
  color: #fff;
}
.section-title h2 {
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: "Passion One", Impact, sans-serif;
  font-size: clamp(70px, 8vw, 102px);
  line-height: .68;
  text-shadow: 7px 7px 0 var(--navy);
  -webkit-text-stroke: 3px var(--navy);
}
.section-title h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -54px;
  left: -88px;
  width: 195px;
  aspect-ratio: 195 / 160;
  background: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_titdeco.svg") center / contain no-repeat;
  pointer-events: none;
}
.section-title-image {
  line-height: 0;
}
.section-title-image::before {
  content: none;
}
.section-title-image img {
  display: block;
  width: min(460px, 100%);
  height: auto;
}
.section-title p {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 3px 3px 0 var(--navy);
      position: static;
    z-index: 0;
        -webkit-text-stroke: 4px #1d1848;
    paint-order: stroke fill;
}
.section-title.dark {
  width: min(980px, calc(100% - 260px));
  margin-inline: auto;
}
.accordion span {
  font-size: 16px;
  padding: 10px 0;
}
.card {
  position: relative;
  background: var(--paper);
  border: 5px solid var(--navy);
  border-radius: 18px;
  box-shadow: 7px 7px 0 var(--navy);
}
.news-card { padding: 24px 38px; }
.news-item {
  min-height: 82px;
  display: grid;
  grid-template-columns: 130px 1fr 24px;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #c8c8cf;
  padding: 20px 0;
}
.news-item time {
  color: var(--green);
  font-weight: 900;
}
.news-item p { margin: 0;font-size: 16px; }
.news-item button {
  appearance: none;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}
.news-detail {
  padding: 24px 0;
  line-height: 2.2;
  border-bottom: 1px solid #c8c8cf;
}
.news-detail[hidden]{ display: none; }


.news-item:has(.news-toggle.open) {
  border-bottom-color: transparent;
}

.lineup-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--navy);
  overflow: visible;
}
.lineup-tabs button {
  appearance: none;
  height: 55px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #fff;
  border: 0;
  border-radius: 4px 4px 0 0;
  font-size: 24px;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transform: translateY(0);
  transition:
    transform .35s cubic-bezier(.22, 1, .36, 1),
    background-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}
.lineup-tabs button.active {
  color: #fff;
  background: var(--navy);
  z-index: 2;
  transform: translateY(-6px);
  box-shadow: 0 8px 0 rgba(29, 24, 72, .18);
}
.lineup-tabs button:not(.active) {
  color: var(--navy);
  background: #fff;
}
.lineup-panels {
  display: grid;
  background: var(--navy);
  border-radius: 0 0 15px 15px;
}
.artist-grid {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 36px 20px 20px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity .42s ease,
    transform .42s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.artist-grid.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.artist-grid[hidden] {
  display: none;
}
.artist-grid article { position: relative; }
.artist-grid div {
  height: 145px;
  background: #d9d9d9;
  border: 4px solid var(--navy);
  border-radius: 10px;
}
.artist-grid b {
  position: absolute;
  top: -18px;
  right: -10px;
  display: block;
  width: 58px;
  height: 54px;
  overflow: hidden;
  background: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_new.svg") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.artist-grid p {
  margin: 8px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.ticket-card,
.goods-card,
.map-card,
.attention-card,
.about-card { padding: 38px 48px; }
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 42px;
  margin-bottom: 34px;
}
.price-grid div {
  display: grid;
  grid-template-columns: 95px auto 1fr;
  align-items: baseline;
  gap: 10px;
  align-items: center;
}
.price-grid span {
      display: inline-grid;
    place-items: center;
    height: 30px;
    color: #fff;
    background: var(--green);
    border-radius: 4px;
    font-weight: 700;
    width: auto;
    padding: 5px;
    font-size: 12px;
}
.price-grid strong {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}
h3 {
  margin: 22px 0 8px;
  font-size: 19px;
}
.note {
  margin: 0 0 18px;
  line-height: 2.05;
}
.note.small { font-size: 12px; }
.accordion {
  appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid #bfc0c7;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.accordion i {
  font-style: normal;
  font-size: 22px;
  text-align: right;
}

.accordion-panel .note { margin: 0 10px 15px; }

.ticket-detail {
  padding: 18px 0 35px;
}

.ticket-detail dl {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
}

.ticket-detail dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
}

.ticket-detail dt {
  font-weight: 900;
  color: var(--ink);
}

.ticket-detail dd {
  margin: 0;
  line-height: 1.9;
}

.ticket-buy-button {
  width: min(250px, 100%);
    min-height: 50px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    color: var(--navy);
    background: var(--yellow);
    border-radius: 999px;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: 0 5px 0 var(--navy);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ticket-buy-button:hover {
  transform: translateY(3px);
  box-shadow: 0 7px 0 var(--navy);
}

.goods-card dl,
.about-card dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin: 28px 0;
  border-top: 1px solid #bbbcc6;
}
.goods-card dt,
.goods-card dd,
.about-card dt,
.about-card dd {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #bbbcc6;
}
.goods-card dt,
.about-card dt { font-weight: 900;font-size: 16px;}
.goods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.goods-grid figure {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #767685;
}
.goods-grid div {
  aspect-ratio: 1.45;
  background: #d9d9d9;
  border-radius: 4px;
  margin-bottom: 7px;
}

.message {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  padding: 120px 180px;
  color: var(--navy);
  text-align: center;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}
.message::before {
  left: 155px;
  top: 80px;
  width: 250px;
  height: 145px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-navy.svg");
  opacity: .2;
}
.message::after {
  right: 208px;
  bottom: 120px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-green.svg");
  opacity: .28;
}
.message h2 {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 900;
}
.message .lead {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 900;
}
.mini-logo {
  position: relative;
  margin: 54px auto 0;
  width: 198px;
  height: 128px;
}
.banner-row {
  min-height: 146px;
  padding: 32px 0;
  overflow: hidden;
  background: #fff;
}
.banner-track {
  display: flex;
  width: max-content;
  animation: banner-slide 32s linear infinite;
}
.banner-track:hover { animation-play-state: paused; }
.banner-group {
  display: flex;
  flex-shrink: 0;
  gap: 22px;
  padding-right: 22px;
}

.banner-link {
  position: relative;
  z-index: 0;
  isolation: isolate;
  flex: 0 0 210px;
  display: grid;
  place-items: center;
  height: 146px;
  color: #777;
  background: transparent;
  border-radius: 4px;
  aspect-ratio: 16 / 9;
  transition:
    color .25s ease,
    transform .35s cubic-bezier(.22, 1, .36, 1),
    box-shadow .35s ease;
}

.banner-link > span {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #d9d9d9;
  border-radius: 4px;
}
@keyframes banner-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.map-section {
  position: relative;
  padding: 88px 0 96px;
  background: var(--yellow);
}
.map-section::after {
  right: 74px;
  top: 98px;
  width: 320px;
  height: 210px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-green.svg");
}
.map-card,
.attention-card,
.about-card {
  width: min(980px, calc(100% - 260px));
  margin: 0 auto;
}
.map-placeholder {
  height: 420px;
  margin: 22px 0;
  overflow: hidden;
  background: #dedede;
  border-radius: 18px;
}
.map-placeholder iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.attention {
  padding: 88px 0 100px;
  background:
    radial-gradient(#eeedf2 1.2px, transparent 1.4px) 0 0 / 18px 18px,
    #fff;
}
.attention-card ul {
  margin: 0;
  padding-left: 1.2em;
}
.attention-card li { margin: 0 0 9px; }
.about {
  position: relative;
  padding: 88px 0 90px;
  background: linear-gradient(120deg, var(--green), var(--lime));
}
.about::after {
  right: 185px;
  top: 60px;
  width: 550px;
  height: 365px;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/texture-green.svg");
}
footer {
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  font-size: 12px;
}

@media (max-width: 900px) {
  .rail { display: none; }

  .hero,
  .message { padding-inline: 24px; }

  .nav {
    position: absolute;
    top: 84px;
    left: 24px;
    right: 24px;
    z-index: 25;
    display: grid;
    gap: 0;
    padding: 16px;
    background: #fff;
    border: 4px solid var(--navy);
    border-radius: 12px;
    box-shadow: 5px 5px 0 var(--navy);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .nav-sns-list {
    justify-content: flex-start;
    gap: 14px;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid rgba(29, 24, 72, .18);
  }

  .nav-sns {
    width: 22px;
    height: 22px;
  }

  .ticket-badge { right: 28px; }

  .panel-section,
  .section-title.dark,
  .map-card,
  .attention-card,
  .about-card { width: min(92%, 680px); }

  .artist-grid,
  .goods-grid,
  .price-grid { grid-template-columns: repeat(2, 1fr); }

  .news-item {
    grid-template-columns: 1fr 24px;
    gap: 8px;
  }

  .news-item time { grid-column: 1 / -1; }

  .price-grid div,
  .goods-card dl,
  .about-card dl { grid-template-columns: 1fr; }

  .ticket-card,
  .goods-card,
  .map-card,
  .attention-card,
  .about-card { padding: 28px 22px; }

  .banner-link { flex-basis: 180px; }
}

@media (max-width: 540px) {
  .logo-main {inset: 8% 0 0 0;}
  .hero {height: 100%;}
  .hero-schedule { flex-direction: column; }
  .section-title {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .section-title h2::before {
    top: -42px;
    left: -58px;
    width: 150px;
  }
  .artist-grid,
  .goods-grid,
  .price-grid { grid-template-columns: 1fr; }
  .lineup-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .accordion {
    grid-template-columns: 1fr 24px;
    row-gap: 6px;
  }

  .ticket-detail dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ticket-buy-button {
            min-height: 50px;
        font-size: 20px;
        box-shadow: 0 4px 0 var(--navy);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rail::before,
  .banner-track { animation: none; }
}

.menu-toggle {
  display: none;
}

.accordion-panel {
  overflow: hidden;
  padding-block: 0;
  transition: max-height .35s ease, padding-block .35s ease;
}

.accordion-panel.is-open {
  max-height: 320px;
  padding-block: 0 18px;
}

.banner-track:hover {
  animation-play-state: paused;
}

.rail-left::before {
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_hypelikeit_left.svg");
}

.rail-right::before {
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_hypelikeit_right.svg");
}

@keyframes rail-bg-slide {
  from { background-position-y: 0; }
  to { background-position-y: 1000px; }
}

@media (max-width: 900px) {
  .menu-toggle {
    position: absolute;
    top: 28px;
    right: 24px;
    z-index: 30;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: grid;
    gap: 5px;
    border: 0;
    background: var(--navy);
    border-radius: 999px;
  }

  .menu-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 999px;
  }

  body.menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .ticket-badge {
    right: 16px;
    bottom: 16px;
    width: 120px;
    height: 102px;
  }
  .header-logo {
    top: 25px;
    left: 25px;
    width: 70px;
    height: 50px;
  }
  .nav-sns-list{
        margin: 15px 0 0 0;
  }
}

.deco {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
}
.logo-mark,
.hero-date,
.hero-place,
.hero-schedule {
  position: relative;
  z-index: 1;
}

.purple-zone > section {
  position: relative;
  z-index: 1;
}
.deco-cloud-01 { top: -40px; right: -120px; width: 560px;filter: hue-rotate(353deg); }
.deco-cloud-02 { left: -60px; bottom: 80px; width: 390px; filter: hue-rotate(220deg); mix-blend-mode: multiply;}

.deco-cloud-03 { top: 40px; right: -70px; width: 430px;mix-blend-mode: multiply; }
.deco-cloud-04 { top: 420px; right: 220px; width: 390px;mix-blend-mode: multiply; }
.deco-cloud-05 { top: 920px; right: 10px; width: 480px; mix-blend-mode: multiply; }
.deco-cloud-06 { top: 1380px; left: 0px; width: 415px; mix-blend-mode: multiply; }
.deco-cloud-07 { top: 1740px; right: 60px; width: 465px; mix-blend-mode: multiply;}
.deco-cloud-08 { top: 2190px; left: -50px; width: 475px;mix-blend-mode: multiply; }


.message > *:not(.deco),
.map-section > *:not(.deco),
.about > *:not(.deco) {
  position: relative;
  z-index: 1;
}
.deco-cloud-09 { top: 20px; left: 120px; width: 390px; opacity: .55; }
.deco-cloud-10 { right: 100px; bottom: 50px; width: 320px;mix-blend-mode: multiply; }
.deco-cloud-11 { top: 80px; right: 80px; width: 340px;mix-blend-mode: multiply; }
.deco-cloud-12 { top: 0; right: -60px; width: 550px;mix-blend-mode: multiply; }



@media (max-width: 540px) {
  .deco-cloud-01 { top: -18px; right: -170px; width: 330px; }
  .deco-cloud-02 { left: -115px; bottom: 165px; width: 250px; }

  .deco-cloud-03 { top: 18px; right: -155px; width: 285px; }
  .deco-cloud-04 { top: 520px; right: -90px; width: 245px; }
  .deco-cloud-05 { top: 760px; right: -150px; width: 300px; }
  .deco-cloud-06 { top: 2430px; left: -130px; width: 270px; }
  .deco-cloud-07 { top: 3690px; right: -135px; width: 300px; }
  .deco-cloud-08 { top: 5410px; left: -145px; width: 300px; }

  .deco-cloud-09 { top: 28px; left: -110px; width: 250px; opacity: .45; }
  .deco-cloud-10 { right: -90px; bottom: 42px; width: 210px; }
  .deco-cloud-11 { top: 70px; right: -80px; width: 220px; }
  .deco-cloud-12 { top: 12px; right: -185px; width: 340px; }
}


.header-logo,
.logo-main {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.timetable-tabs {
  margin-top: 0;
}
.timetable-frame {
  padding: 20px;
  background: var(--navy);
  border-radius: 0 0 15px 15px;
}
.timetable-panel {
  margin: 0;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .38s ease,
    transform .45s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.timetable-panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.timetable-panel[hidden] {
  display: none;
}
.timetable-panel img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 4px solid var(--navy);
  border-radius: 10px;
}

@media (max-width: 540px) {
  .timetable-frame {
    padding: 14px;
  }

  .timetable-tabs button {
    height: 48px;
    font-size: 18px;
  }

  .timetable-panel img {
    border-width: 3px;
    border-radius: 8px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    gap: 0;
    place-items: center;
  }

  .menu-toggle span {
    grid-area: 1 / 1;
    width: 22px;
    transition:
      transform .25s ease,
      opacity .2s ease;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav {
    gap: 16px;
    padding: 24px 22px 26px;
  }

  .nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.1;
  }

  .nav-sns-list {
    gap: 20px;
    padding-top: 20px;
    margin-top: 8px;
  }

  .nav-sns {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
  }

  .nav-sns img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .menu-toggle span {
    grid-area: auto;
    width: 22px;
    flex: 0 0 3px;
    transform-origin: center;
  }

  body.menu-open .menu-toggle {
    display: grid;
    gap: 0;
    place-items: center;
  }

  body.menu-open .menu-toggle span {
    grid-area: 1 / 1;
  }
}

/* 2026-07-13 layout updates */
.hero-date {
  margin-top: 36px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .9;
  text-align: center;
}
.hero-schedule {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(48px, 7vw, 120px);
  margin-top: 22px;
  text-align: center;
}
.hero-day {
  display: grid;
  justify-items: center;
}
.hero-day .day {
  margin-bottom: 10px;
}
.hero-day strong {
  display: block;
  color: var(--navy);
  font-family: "Passion One", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  line-height: .85;
}
.hero-day strong small {
  font-size: .58em;
}
.hero-day b {
  margin-top: 10px;
  color: var(--navy);
  font-family: "Passion One", Impact, sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1;
}
.hero-place {
  margin-top: 38px;
  text-align: center;
}
.lineup-days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.lineup-day-panel {
  overflow: hidden;
  border: 8px solid var(--navy);
  border-radius:34px 34px 34px 34px;
  box-shadow: 8px 8px 0 var(--navy);
}
.lineup-day-panel h3 {
  margin: 0;
  padding: 24px 20px 26px;
  color: #fff;
  background: var(--navy);
  text-align: center;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}
.lineup-day-title {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.lineup-day-title img {
  display: block;
  width: min(220px, 80%);
  height: auto;
}
.lineup-list {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  padding: 34px 28px 42px;
  background: #fff;
}
.lineup-list div {
  border: 0;
  background: #d9d9d9;
}
.lineup-list p {
  color: var(--navy);
  font-size: 20px;
}
.timetable-comingsoon {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 48px 24px;
  background: #fff;
  border: 8px solid var(--navy);
  border-radius: 34px;
  box-shadow: 8px 8px 0 var(--navy);
}
.timetable-comingsoon p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: .04em;
}
.price-grid div {
  grid-template-columns: 95px max-content auto;
}
.price-grid strong {
  min-width: 7.2ch;
  text-align: left;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.price-grid small {
  white-space: nowrap;
}

@media (max-width: 540px) {
  .hero-schedule {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .hero-place {
    margin-top: 30px;
  }

  .lineup-days {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lineup-day-panel {
    border-width: 6px;
    border-radius: 24px 24px 24px 24px;
    box-shadow: 6px 6px 0 var(--navy);
  }

  .lineup-list {
    grid-template-columns: 1fr;
    padding: 28px 20px 34px;
  }

  .timetable-comingsoon {
    min-height: 180px;
    border-width: 6px;
    border-radius: 24px;
    box-shadow: 6px 6px 0 var(--navy);
  }

  .price-grid div {
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
  }

  .price-grid span {
    grid-column: 1 / -1;
  }

  .price-grid strong {
    min-width: 6.5ch;
  }

  .price-grid small {
    align-self: center;
  }
}

@media (max-width: 900px) {
  .header-logo {
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 100;
  }

  .menu-toggle {
    position: fixed;
    top: 28px;
    right: 24px;
    z-index: 101;
  }

  .nav {
    position: fixed;
    top: 84px;
  }
}

@media (max-width: 540px) {
  .price-grid div {
    grid-template-columns: 1fr;
  }

  .price-grid span {
    grid-column: 1;
  }

  .price-grid strong,
  .price-grid small {
    grid-row: 2;
  }

  .price-grid strong {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .price-grid small {
    grid-column: 1;
    justify-self: anchor-center;
    margin-left: calc(5px);
  }
}

/* 2026-07-14 final requested adjustments */
@media (max-width: 900px) {
  .header-logo {
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 1000;
  }

  .menu-toggle {
    position: fixed;
    top: 28px;
    right: 24px;
    z-index: 1001;
  }

  .nav {
    position: fixed;
    top: 84px;
    z-index: 1000;
  }
}

.price-grid div {
  grid-template-columns: 95px max-content max-content;
  align-items: end;
}
.price-grid strong {
  align-self: end;
  line-height: .9;
}
.price-grid small {
  align-self: end;
  line-height: 1;
  margin-bottom: .12em;
}

@media (max-width: 540px) {
  .lineup-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-grid div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px 8px;
  }

  .price-grid span {
    flex: 0 0 100%;
    width: 100%;
  }

  .price-grid strong {
    flex: 0 0 auto;
    min-width: 0;
    align-self: flex-end;
    text-align: left;
  }

  .price-grid small {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-left: 0;
    margin-bottom: .12em;
  }
}

@media (min-width: 901px) {
  .header-logo {
    position: fixed;
    z-index: 1001;
  }

  .nav {
    position: fixed;
    z-index: 1000;
  }
}

/* PC navigation paint hover */
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .nav > a {
    --nav-paint: var(--pink);
    --nav-hover-color: #fff;
    --paint-rotate: -3deg;

    position: relative;
    z-index: 0;
    isolation: isolate;
    padding: 7px 5px;
    transition:
      color .25s ease,
      transform .35s cubic-bezier(.22, 1, .36, 1);
  }

  .nav > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: calc(100% + 28px);
    height: 48px;
    background: var(--nav-paint);
    -webkit-mask:
      url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_titdeco.svg")
      center / 100% 100% no-repeat;
    mask:
      url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_titdeco.svg")
      center / 100% 100% no-repeat;
    opacity: 0;
    transform:
      translate(-50%, -50%)
      scale(.55)
      rotate(-8deg);
    transition:
      opacity .2s ease,
      transform .4s cubic-bezier(.22, 1, .36, 1);
  }

  .nav > a:hover,
  .nav > a:focus-visible {
    color: var(--nav-hover-color);
    text-shadow: 0 1px 3px rgba(29, 24, 72, .55);
    transform: translateY(-2px);
  }

  .nav > a:hover::before,
  .nav > a:focus-visible::before {
    opacity: 1;
    transform:
      translate(-50%, -50%)
      scale(1)
      rotate(var(--paint-rotate));
  }

  .nav > a:focus-visible {
    outline: 2px solid var(--navy);
    outline-offset: 5px;
  }

  .nav > a:nth-child(1) {
    --nav-paint: #ff5e77;
    --nav-hover-color: #fff;
    --paint-rotate: -4deg;
  }

  .nav > a:nth-child(2) {
    --nav-paint: #1636dc;
    --nav-hover-color: #fff;
    --paint-rotate: 3deg;
  }

  .nav > a:nth-child(3) {
    --nav-paint: #ffc42d;
    --nav-hover-color: #fff;
    --paint-rotate: -2deg;
  }

  .nav > a:nth-child(4) {
    --nav-paint: #45af35;
    --nav-hover-color: #fff;
    --paint-rotate: 4deg;
  }

  .nav > a:nth-child(5) {
    --nav-paint: #ff9b39;
    --nav-hover-color: #fff;
    --paint-rotate: -3deg;
  }

  .nav > a:nth-child(6) {
    --nav-paint: #6c60c6;
    --nav-hover-color: #fff;
    --paint-rotate: 2deg;
  }

  .nav > a:nth-child(7) {
    --nav-paint: #75c227;
    --nav-hover-color: #fff;
    --paint-rotate: -4deg;
  }
}

/* Banner paint splash */
.banner-link {
  --banner-paint: var(--pink);
  --banner-rotate: -4deg;
}

.banner-link::before,
.banner-link::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

.banner-link::before {
  top: 50%;
  left: 50%;
  width: 130%;
  height: 145%;
  background: var(--banner-paint);
  -webkit-mask:
    url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_titdeco.svg")
    center / 100% 100% no-repeat;
  mask:
    url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/feature/specialsite_fes_2026/img/kD8TJVi4_titdeco.svg")
    center / 100% 100% no-repeat;
  transform:
    translate(-50%, -50%)
    scale(.35)
    rotate(-12deg);
  transition:
    opacity .18s ease,
    transform .45s cubic-bezier(.16, 1.4, .3, 1);
}

.banner-link::after {
  inset: -30px;
  background:
    radial-gradient(circle at 8% 22%, var(--banner-paint) 0 5px, transparent 6px),
    radial-gradient(circle at 18% 88%, var(--banner-paint) 0 8px, transparent 9px),
    radial-gradient(circle at 82% 10%, var(--banner-paint) 0 7px, transparent 8px),
    radial-gradient(circle at 94% 72%, var(--banner-paint) 0 5px, transparent 6px),
    radial-gradient(circle at 76% 94%, var(--banner-paint) 0 4px, transparent 5px);
  transform: scale(.45) rotate(-8deg);
  transition:
    opacity .15s ease,
    transform .5s cubic-bezier(.16, 1.4, .3, 1);
}

@media (hover: hover) and (pointer: fine) {
  .banner-link:hover,
  .banner-link:focus-visible {
    color: var(--navy);
    box-shadow: 0 8px 18px rgba(29, 24, 72, .2);
    transform: translateY(-4px) rotate(var(--banner-rotate));
  }

  .banner-link:hover::before,
  .banner-link:focus-visible::before {
    opacity: .92;
    transform:
      translate(-50%, -50%)
      scale(1)
      rotate(var(--banner-rotate));
  }

  .banner-link:hover::after,
  .banner-link:focus-visible::after {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.banner-link:nth-child(1) {
  --banner-paint: #ff5e77;
  --banner-rotate: -3deg;
}

.banner-link:nth-child(2) {
  --banner-paint: #1636dc;
  --banner-rotate: 3deg;
}

.banner-link:nth-child(3) {
  --banner-paint: #ffc42d;
  --banner-rotate: -2deg;
}

.banner-link:nth-child(4) {
  --banner-paint: #45af35;
  --banner-rotate: 4deg;
}

.banner-link:nth-child(5) {
  --banner-paint: #6c60c6;
  --banner-rotate: -3deg;
}

/* 2026-07-21 lineup and goods release */
.lineup-day-panel {
  display: flex;
  flex-direction: column;
}

.lineup-panel-body {
  min-height: 620px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 34px 28px 42px;
  background: #fff;
}

.lineup-panel-body .lineup-list {
  padding: 0;
  background: transparent;
}

.lineup-list .artist-photo {
  height: auto;
  aspect-ratio: 1.55;
  overflow: hidden;
  border-radius: 10px;
}

.lineup-list .artist-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lineup-panel-body .lineup-list p {
  min-height: 2.7em;
  font-size: clamp(12px, 1.15vw, 18px);
  line-height: 1.35;
}

.lineup-more {
  margin: auto 0 0;
  padding-top: 70px;
  color: var(--navy);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  text-align: center;
}

.goods-comingsoon {
  min-height: 150px;
  display: grid;
  place-items: center;
}

.goods-comingsoon p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
}

@media (max-width: 540px) {
  .lineup-panel-body {
    min-height: 0;
    padding: 28px 20px 34px;
  }

  .lineup-panel-body .lineup-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .lineup-more {
    padding-top: 48px;
    font-size: 18px;
  }

  .goods-comingsoon {
    min-height: 120px;
  }
}

/* 2026-07-17 release layout and text updates */
:root {
  --section-color-gradient: linear-gradient(90deg, #85efb1 0%, #20d5dc 36%, #075be8 72%, #6b08f3 100%);
  --section-gray-gradient: linear-gradient(90deg, #d8d8d8 0%, #979797 48%, #565656 100%);
}

.hero {
  background: var(--section-color-gradient);
}

.hero::before,
.hero::after,
.purple-zone::before,
.purple-zone::after,
.section-title h2::before {
  display: none;
}

.section-title h2,
.section-title p {
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.purple-zone {
  padding: 0;
  background: none;
}

.purple-zone .panel-section {
  margin-bottom: 0;
  padding-top: 92px;
  padding-bottom: 96px;
}

.purple-zone .panel-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--section-color-gradient);
}

.purple-zone #news::before,
.purple-zone #timetable::before,
.purple-zone #goods::before {
  background: var(--section-gray-gradient);
}

.map-section {
  background: var(--section-color-gradient);
}

.attention {
  background: var(--section-gray-gradient);
}

.about {
  background: var(--section-color-gradient);
}

.ticket-link-note {
  margin: 0 0 24px;
  font-weight: 700;
  text-align: center;
}

.ticket-artist-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  width: min(620px, 100%);
  margin: 0 auto;
}

.ticket-artist-links .ticket-buy-button {
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  line-height: 1.25;
}

.ticket-artist-links .ticket-buy-button:last-child {
  grid-column: 1 / -1;
  width: min(299px, 100%);
  justify-self: center;
}

.about-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 540px) {
  .purple-zone .panel-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .hero-schedule {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }

  .hero-day {
    min-width: 0;
    flex: 1;
  }

  .hero-day .day {
    margin-bottom: 6px;
  }

  .hero-day .day img {
    width: 58px;
  }

  .hero-day strong {
    font-size: clamp(38px, 12vw, 52px);
  }

  .hero-day b {
    margin-top: 7px;
    font-size: clamp(11px, 3vw, 14px);
    white-space: nowrap;
  }

  .lineup-days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lineup-day-panel {
    border-width: 4px;
    border-radius: 16px;
    box-shadow: 4px 4px 0 var(--navy);
  }

  .lineup-day-panel h3 {
    padding: 16px 6px 18px;
    font-size: clamp(19px, 5.8vw, 25px);
  }

  .lineup-panel-body {
    padding: 18px 10px 24px;
  }

  .lineup-panel-body .lineup-list {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lineup-panel-body .lineup-list p {
    min-height: 0;
    font-size: 11px;
  }

  .lineup-more {
    padding-top: 34px;
    font-size: 13px;
    line-height: 1.5;
  }

  .ticket-artist-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ticket-artist-links .ticket-buy-button:last-child {
    grid-column: auto;
    width: 100%;
  }
}

/* Cloud layering and color */
.deco {
  display: block;
  filter: brightness(0) invert(1) !important;
  mix-blend-mode: soft-light !important;
}

.hero,
.purple-zone,
.map-section,
.about {
  isolation: isolate;
}

.hero > .deco,
.map-section > .deco,
.about > .deco {
  z-index: 1;
}

.hero > .logo-mark,
.hero > .hero-date,
.hero > .hero-schedule,
.hero > .hero-place,
.map-section > *:not(.deco),
.about > *:not(.deco) {
  z-index: 2;
}

.purple-zone > section {
  z-index: auto;
}

.purple-zone .panel-section::before {
  z-index: 0;
}

.purple-zone > .deco {
  z-index: 1;
}

.purple-zone > section > * {
  position: relative;
  z-index: 2;
}

.hero {
  isolation: auto;
}

.ticket-badge {
  z-index: 9999;
}

.hero .hero-place {
  width: min(329px, 80vw);
  margin: 36px 0 0;
  line-height: 0;
}

.hero .hero-place img {
  display: block;
  width: 100%;
  height: auto;
}

.hero > .logo-mark,
.hero > .hero-place,
.hero > .hero-schedule {
  position: relative;
  z-index: 3;
}

.hero-day-image {
  display: block;
  width: clamp(143px, 16vw, 230px);
  height: auto;
}

@media (max-width: 540px) {
  .hero .hero-place {
    width: min(280px, 82vw);
    margin-top: 28px;
  }

  .hero-day-image {
    width: 100%;
    max-width: 149px;
  }
}

@media (max-width: 540px) {
  .hero {
    min-height: 100svh;
    height: auto;
    padding: 96px 24px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-mark {
    width: min(330px, 82vw);
    height: auto;
    aspect-ratio: 474 / 306;
  }

  .hero .hero-place {
    margin-top: clamp(22px, 5vh, 36px);
  }

  .hero-schedule {
    margin-top: clamp(18px, 4vh, 30px);
  }
}

@media (max-width: 900px) {
  .ticket-badge {
    z-index: 20;
  }

  .nav {
    z-index: 40;
  }

  .menu-toggle {
    z-index: 45;
  }
}

.sp-about-date-break {
  display: none;
}

@media (max-width: 540px) {
  .sp-about-date-break {
    display: block;
  }
}

.news-detail a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
