@charset "UTF-8";
/* =========================
   CSS RESET
   ========================= */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* HTML & body */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans JP",
    sans-serif;
  color: #000;
  background: #fff;
}

/* Media elements */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

p {
  overflow-wrap: break-word;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address hidden overflow issue on iOS */
body {
  -webkit-font-smoothing: antialiased;
}

/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*-------------------------------------------
  color
-------------------------------------------*/
/*-------------------------------------------
  common
-------------------------------------------*/
@font-face {
  font-family: "NotoSerif JP";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalfGothic";
  src: url("../fonts/halffont/TTEditHalfGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HalfMincho";
  src: url("../fonts/halffont/TTEditHalfMincho.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Allura";
  src: url("../fonts/allura/Allura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "D-DIN";
  src: url("../fonts/d-din/D-DIN.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samurai";
  src: url("../fonts/samurai/samurai.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EdoFont";
  src: url("../fonts/edo/edosz.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Defused";
  src: url("../fonts/Defused/defused.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

header,
section,
footer {
  overflow: clip;
}

body {
  color: #333;
  font-family: "NotoSansJP", serif;
  font-weight: 400;
}

.b_wrapper {
  max-width: 1100px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .b_wrapper {
    width: 100%;
    padding-inline: 3%;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

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

p {
  line-height: 2;
  font-size: calc(16 / 16 * 1rem);
}

@media (max-width: 959px) {
  p {
    font-size: calc(14 / 16 * 1rem);
  }
}
@media screen and (max-width: 599px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
}
.sp-br,
.pc-br {
  display: none;
}

@media (max-width: 959px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 960px) {
  .pc-br {
    display: inline;
  }
}
.en {
  font-family: "EdoFont", serif;
}

.half_text {
  font-family: "HalfGothic", sans-serif;
}

.allura {
  font-family: "Allura", sans-serif;
}

.din {
  font-family: "D-DIN", sans-serif;
}

.defused {
	  font-family: "Defused", serif;
}

/* #Main
  -------------------------------------------------------------------------- */
/* =========================
  common
   ========================= */
.l_common__section {
  padding-block: 5%;
}

.l_common__titleWrap {
  text-align: center;
  margin-bottom: calc(20 / 16 * 1rem);
}

.l_common_secTitle {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-family: "IM Fell DW Pica SC", serif;
}

.l_common_secTitle span {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.l_common__secNum {
  font-size: 0.9rem;
}

.l_common__subTitle {
  font-size: 1rem;
  letter-spacing: 0.5rem;
}

section:not(.l_fv):nth-of-type(odd) {
  background-color: rgba(176, 175, 173, 0.5);
  position: relative;
  z-index: 0;
  padding-block: 13%;
}
section:not(.l_fv, .l_low__contact):nth-of-type(odd):before,
section:not(.l_fv, .l_low__contact):nth-of-type(odd):after {
  background-position: 50% !important;
  background-size: cover !important;
  border-radius: inherit;
  content: "";
  left: 0;
  aspect-ratio: 2160/241;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  width: 100%;
  z-index: -1;
}

section:not(.l_fv, .l_low__contact):nth-of-type(odd):before {
  background: url(/wp-content/uploads/2026/04/sec_up.avif) no-repeat;
  top: -1px;
}

section:not(.l_fv, .l_low__contact):nth-of-type(odd):after {
  background: url(/wp-content/uploads/2026/04/sec_down.avif) no-repeat;
  bottom: -1px;
}

section:not(.l_fv, .l_low__faq):nth-of-type(even) .l_common_secTitle {
  color: #fff;
  padding-block: 6rem;
}

.l_common__bg {
  background-image: url("https://ruefes.munimi-forcustomer.site/wp-content/uploads/2026/04/bg3.avif");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 1800px;
  left: 0;
  top: 0;
  z-index: -2;
}

.l_common__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.l_common__bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l_common__bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

/* =========================
   header
   ========================= */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

.l_header.is-show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.l_header__logo {
  width: max(200px, 50vw);
}

.l_header__nav ul {
  display: flex;
  justify-content: center;
  gap: 1.5vw;
  font-family: "IM Fell DW Pica SC", serif;
}

.l_header__nav ul li a {
  color: #9b000e;
  font-size: 2vw;
}

.l_header__nav ul li:hover a {
  color: #000;
}

@media screen and (max-width: 959px) {
  .l_header__hamburger {
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
  }

  .l_header__hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #9b000e;
    transition: all 0.3s;
  }

  .l_header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l_header__hamburger span:nth-child(2) {
    top: 11px;
  }
  .l_header__hamburger span:nth-child(3) {
    top: 22px;
  }

  .l_header__hamburger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .l_header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l_header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-11deg) rotate(-45deg);
  }

  .l_header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .l_header__nav.is-active {
    right: 0;
  }

  .l_header__nav ul {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .l_header__nav ul li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
  }
}

/* =========================
   footer
   ========================= */

.l_footer {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  background-color: #000;
}

.l_footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l_footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l_footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.l_footer__textWrap {
  background-color: #000;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.l_footer__text1 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}

.l_footer__section {
  margin-bottom: 50px;
}

.l_footer__dateText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

.l_footer__day {
  display: inline-flex;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 20px;
  padding: 5px 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.l_footer__cast {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.9;
}

.l_footer__tag {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.l_footer__tag p {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .l_footer__text1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .l_footer__dateText {
    font-size: 3.5rem;
  }
  
  .l_footer__day {
    margin: 0 15px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .l_footer__textWrap {
    padding: 50px 15px;
  }

  .l_footer__dateText {
    flex-direction: column; 
    font-size: 2.5rem;
    gap: 10px;
  }

  .l_footer__day {
    writing-mode: horizontal-tb;
    width: 100%;
    max-width: 100px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
    padding: 2px 0;
    justify-content: center;
  }

  .l_footer__cast {
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .l_footer__tag {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}

small {
	position: relative;
  z-index: 2;
  display: block;
  font-weight: bold;
  font-size: calc(12 / 16 * 1rem);
  color: #fff;
  background-color: #000;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-block: 0.5rem;
}

/* =========================
   FV
   ========================= */
.l_fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.l_fv__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.l_fv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l_fv__overlay-noise {
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/stardust.png');
  opacity: 0.3;
  z-index: 2;
  pointer-events: none;
}
.l_fv__overlay-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.8) 100%);
  z-index: 3;
}

.l_fv__inner {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

.l_fv__content-block {
  width: 100%;
  max-width: 1200px;
  transform: skewY(-2deg);
}

.l_fv__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.l_fv__catch-text {
  font-family: "NotoSerif JP", serif;
  background: none;
  color: #fff;
  padding: 0;
  transform: rotate(-1deg);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	font-size:clamp(1.5rem,3.5vw,4rem);
}

.l_fv__location {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}

.l_fv__main-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: clamp(80px, 16vw, 220px);
  line-height: 0.85;
  font-weight: 900;
}

.l_fv__char {
  display: inline-block;
  animation: l_fv_glitch 3s infinite;
}

.l_fv__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.l_fv__info-group {
  display: flex;
  gap: 30px;
}

.l_fv__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.l_fv__date-box {
  background: #fff;
  color: #000;
  padding: 8px;
  text-align: center;
  min-width: 70px;
}

.l_fv__year-month {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
}

.l_fv__date-day {
  display: block;
  font-size: 2.8rem;
  line-height: 0.9;
  font-weight: 900;
}

.l_fv__time-detail {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.4;
  max-width: 180px;
}

.l_fv__sticker {
  width: 110px;
  height: 110px;
  background: #9b000e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #fff;
  transform: rotate(12deg) translateY(-20px);
  box-shadow: 4px 4px 0 #000;
  flex-shrink: 0;
}

.l_fv__sticker-inner {
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.l_fv__sticker-en {
  font-size: 0.75rem;
  display: block;
}

.l_fv__sticker-en strong {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.l_fv__sticker-ja {
  font-size: 0.65rem;
  border-top: 1px solid rgba(255,255,255,0.5);
  margin-top: 2px;
  padding-top: 2px;
  display: block;
}

@keyframes l_fv_glitch {
  0%, 100% { transform: translate(0); }
  33% { transform: translate(-2px, 1px); }
  66% { transform: translate(2px, -1px); }
}

/* =========================
   message
   ========================= */
.l_message {
  position: relative;
  color: #000;
  transition: color 0.8s ease;
  z-index: 0;
  overflow: hidden;
}


.l_message.is-active::before {
  opacity: 1;
}

.l_message.is-active {
  color: #fff;
}

.l_message__mainWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l_message__mainWrap_inner {
  text-align: right;
}

@media (max-width: 959px) {
  .l_message__mainWrap {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.l_message__mainText {
  font-weight: bold;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #9b000e;
}
.l_message__mainWrap p {
  margin-bottom: 1rem;
}

.l_message__name {
  font-weight: bold;
}

/* =========================
   artist
   ========================= */
.l_artist {
  background: rgba(155, 0, 14, 0.6);
  position: relative;
}

.l_artist__container {
  transform: scale(calc(0.9 + var(--wipe-progress) * 0.1));
  opacity: var(--wipe-progress);
}

.l_artist.is-active .l_artist__container {
  opacity: 1;
}

.l_artist__container {
  position: relative;
}

.l_artist__itemWrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
  list-style: none;
  padding: 0;
}
.l_artist__itemWrap li {
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.l_artist__itemWrap li:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}



.l_artist__inner {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

@media (max-width: 959px) {
  .l_artist {
    transition:
      background 0.8s ease,
      color 0.8s ease;
    height: inherit;
  }
  .l_artist__inner {
    gap: 40px;
  }
}

.l_artist__svg {
  width: 30%;
}

.l_artist__svg svg text,
.l_artistTable__svg svg text {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition:
    stroke-dashoffset 2s ease,
    fill 1s ease 1.5s;
}

.l_artist.is-active .l_artist__svg svg text,
.l_artist.is-active .l_artistTable__svg svg text {
  stroke-dashoffset: 0;
  fill: #000;
}

.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.c_modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c_modal__close,
.c_modal__overlay {
  cursor: pointer;
}

.c_modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}



.c_modal__content {
  position: relative;
  background-image: url("/wp-content/uploads/2026/04/bg3.avif");
  background-size: cover;
  background-position: center;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 20px;
  border-radius: 8px;
  color: #fff; 
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); 
}

.c_modal__name,
.c_modal__info,
.c_modal__label {
  color: #fff;
  position: relative; 
  z-index: 1;
}



.c_modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  color: #000;
	  color: #fff;
  z-index: 2;
}

.c_modal__image img {
  width: 100%;
  height: auto;
  margin-block: 20px;
}

.c_modal__name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c_modal__label {
  font-weight: bold;
  background: #eee;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
	  background: rgba(255, 255, 255, 0.2);
} 

/* =========================
   time table
   ========================= */

.l_timeTable {
  position: relative;
}

.l_timeTable__bg {
  background-image: url("/wp-content/uploads/2026/04/bg_7.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 1400px;
  left: 0;
  top: 0;
  z-index: -2;
}

.l_timeTable__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.l_timeTable__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.l_timeTable__block {
  flex: 1;
  background-color: #ffffff;
  border: 4px solid #9b000e;
}

.l_timeTable__dayHeader {
  background-color: #9b000e;
  color: #ffffff;
  padding: 20px;
  border-bottom: 4px solid #9b000e;
}

.l_timeTable__dayTitle {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}

.l_timeTable__headCell {
  display: flex;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 20px;
}

.l_timeTable__timeHead {
  width: 160px;
  flex-shrink: 0;
  text-align: left;
}

.l_timeTable__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l_timeTable__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #000000;
}

.l_timeTable__item:last-child {
  border-bottom: none;
}

.l_timeTable__time {
  font-size: 1.2rem;
  font-weight: 700;
  width: 160px;
  flex-shrink: 0;
}

.l_timeTable__bandName {
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.l_timeTable__covers {
  font-size: 11px;
  opacity: 0.6;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.l_timeTable__item.is-headliner .l_timeTable__bandName {
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 959px) {
  .l_timeTable__container {
    flex-direction: column;
  }
  .l_timeTable__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 0;
  }
  .l_timeTable__time {
    width: auto;
    font-size: 1rem;
  }
  .l_timeTable__bandName {
    font-size: 1.2rem;
  }
  .l_timeTable__item.is-headliner .l_timeTable__bandName {
    font-size: 1.8rem;
  }
}

/* =========================
   information
   ========================= */
.l_information {
  overflow: hidden;
}

.bg_dec4 {
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 35vw;
  aspect-ratio: 1/1;
  z-index: -1;
}

.l_information_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: calc(40 / 16 * 1rem);
}

@media (max-width: 959px) {
  .l_information_inner {
    flex-direction: column;
  }
}
.panel-tinted {
  position: relative;
  width: 100%;
  display: flex;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.9);
  padding-block: 1rem;
}

.panel-tinted a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 3;
}

.panel-tinted::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #000;
  z-index: 2;
  pointer-events: none;
  transition: border-color 0.2s ease;
}

.panel-tinted h3 {
  font-size: clamp(1.25rem, 1.5vw, 2rem);
  font-weight: bold;
  margin: 10px 0;
  font-family: "Source Han Serif", serif;
}

.l_information_subText {
  letter-spacing: 0.1rem;
}

.panel-tinted .icon-contact {
  width: 50px;
  height: auto;
}

.panel-tinted::after {
  border-color: #000;
}

.panel-tinted h3,
.panel-tinted p,
.panel-tinted .icon-contact {
  fill: #000;
  color: #000;
}

@media (min-width: 960px) {
  .panel-tinted {
    height: 400px;
    background-color: #fff;
  }
  .panel-tinted::after {
    border: 1px solid #000;
  }
  .panel-tinted h3,
  .panel-tinted p,
  .panel-tinted .icon-contact {
    color: #000;
    fill: #000;
    transition: all 0.2s ease;
  }
  .panel-tinted:hover {
    background-color: #9b000e;
  }
  .panel-tinted:hover::after {
    border-color: #fff;
  }
  .panel-tinted:hover h3,
  .panel-tinted:hover p,
  .panel-tinted:hover .icon-contact {
    fill: #fff;
    color: #fff;
  }
}
/* =========================
 news
   ========================= */

.l_news {
  position: relative;
}

.l_news:before,
.l_news:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  animation: fuwafuwa 4s ease-in-out infinite;
  z-index: -1;
}

.l_news:before {
  top: 5%;
  left: -15%;
  width: 50vw;
  aspect-ratio: 1/4;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__left.avif");
}

.l_news:after {
  top: 8%;
  right: 0;
  width: 35vw;
  aspect-ratio: 1/2;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__right.avif");
  animation-delay: -2s;
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.l_news__container {
  background: #fff;
  padding: 2rem;
}

.l_news__scrollText {
  color: #808080;
  font-size: 0.75rem;
  text-align: right;
}

.l_news .news-title {
  text-align: left;
  font-weight: 700;
}

.l_news .news-text {
  text-align: left;
  border-bottom: 1px dashed #323232;
  padding: 1% 0;
  margin-bottom: 2%;
}

/* =========================
  access
   ========================= */

.l_access {
  position: relative;
}

.l_access:after {
  position: absolute;
  content: "";
  width: 50vw;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2026/04/bg_dec5.png) no-repeat;
  background-size: contain;
  top: 5%;
  right: -3%;
  z-index: -1;
  opacity: 0.8;
}

.l_access:before {
  position: absolute;
  content: "";
  width: 50vw;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2026/04/bg_dec6.png) no-repeat;
  background-size: contain;
  bottom: -1%;
  left: -5%;
  z-index: -1;
  opacity: 0.4;
  transform: scale(-1, 1);
}

.l_access__info {
  background: linear-gradient(to bottom, #2b2b2b 0%, #484646 100%);
  padding: 2rem;
  color: #fff;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  font-size: 0.9rem;
  box-shadow: 15px 17px 21px rgba(0, 0, 0, 0.3);
}

.l_access_placeName {
  font-size: 2rem;
  font-weight: bold;
}

.l_access__infoImage {
  width: 100%;
  margin-bottom: calc(20 / 16 * 1rem);
}

.l_access__infoTable {
  text-align: left;
}

@media (min-width: 960px) {
  .l_access__infoTable tr {
    border-bottom: 1px dotted #fff;
  }

  .l_access__infoTable:first-of-type tr {
    border-top: 1px dotted #fff;
  }

  .l_access__infoTable th,
  .l_access__infoTable td {
    vertical-align: top;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  .l_access__infoTable th {
    min-width: 160px;
  }
}

@media screen and (max-width: 959px) {
  .l_access__infoTable th,
  .l_access__infoTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .l_access__infoTable th {
    padding: 15px 0 5px 0;
    border-bottom: none;
  }
  .l_access__infoTable td {
    padding: 0px 0 15px 0;
    border-bottom: 1px dotted #fff;
  }
}

/* =========================
  SPONSOR
   ========================= */
.l_sponsor {
  position: relative;
}

.l_sponsor:before,
.l_sponsor:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  animation: fuwafuwa 4s ease-in-out infinite;
  z-index: -1;
}

.l_sponsor:before {
  top: 5%;
  left: -15%;
  width: 50vw;
  aspect-ratio: 1/4;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__left.avif");
}

.l_sponsor:after {
  top: 8%;
  right: 0;
  width: 35vw;
  aspect-ratio: 1/2;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__right.avif");
  animation-delay: -2s;
}

.l_sponsor__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 2rem;
}

.l_sponsor__container img {
  width: 25%;
}


/* =========================
  contact
   ========================= */
.l_low__contact {
  position: relative;
}

.l_low__contact:before,
.l_low__contact:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  animation: fuwafuwa 4s ease-in-out infinite;
  z-index: -1;
}

.l_low__contact:before {
  top: 5%;
  left: -15%;
  width: 50vw;
  aspect-ratio: 1/4;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__left.avif");
}

.l_low__contact:after {
  top: 8%;
  right: 0;
  width: 35vw;
  aspect-ratio: 1/2;
  background-image: url("/wp-content/uploads/2026/04/bg_dec__right.avif");
  animation-delay: -2s;
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.l_low__contact__container {
  background: #fff;
  padding: 2rem;
}


.l_low__contact .l_common_secTitle {
	color:#fff;
	padding-bottom:6rem;
}

.essential,
.option {
  font-weight: 400;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 3px !important;
  background-color: #ff0000;
}
.option {
  background-color: #105416;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  font-family: inherit;
  border: 1px solid #ccc;
  padding: 6px 10px 10px 10px;
  width: 100%;
}
@media (min-width: 600px) {
  input.wpcf7-form-control,
  textarea.wpcf7-form-control {
    padding: 10px;
  }
}
textarea.wpcf7-form-control {
  height: 200px;
}


form.wpcf7-form > p {
  margin-bottom: 20px;
	text-align:left;
	font-weight:bold;
}


span.wpcf7-list-item {
  display: block;
}

p > .wpcf7-submit {
  color: #fff !important;
  background-color: #9b000e;
  border: none;
  transition: 0.3s;
  border-radius: 5px;
  width: 75%;
  margin-left: 12.5%;
  height: 70px;
}

p > .wpcf7-submit:hover {
  transition: 0.3s;
  opacity: 0.7 !important;
  border: none;
}

#before_footer_widget {
  display: none;
}





/* =========================
  guide
   ========================= */


.l_low__guide__content {
  text-align: left;
}

.l_low__guide__info {
  margin-bottom: 3rem;
  border-bottom: 2px solid #000;
  padding-bottom: 2rem;
}

.l_low__guide__item {
  margin-bottom: 2rem;
}

.l_low__guide__item h3 {
  font-size: 1.2rem;
  color: #9b000e;
  border-left: 4px solid #9b000e;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.l_low__guide__dateGrid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 1.1rem;
}

.day-label {
  background: #000;
  color: #fff;
  padding: 2px 8px;
  font-size: 0.8rem;
}

.place-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.price {
  font-size: 1.5rem;
  font-weight: 900;
}

.l_low__guide__notes {
  background: #f4f4f4;
  padding: 2rem;
  border: 1px solid #ddd;
}

.notes-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  text-decoration: underline;
}

.notes-list {
  font-size: 0.9rem;
  line-height: 1.8;
}

.notes-list li {
  margin-bottom: 0.5rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 959px) {
  .date-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 10px;
  }
}

.l_low__faq {
	position:relative;
}

.l_low__faq__container {
  text-align: left;
}

.l_low__faq .l_common_secTitle {
	color:#fff;
}
.l_low__faq__item {
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px #9b000e;
}

.l_low__faq__item summary {
  padding: 20px 40px 20px 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  list-style: none;
  font-size: 1.1rem;
}

.l_low__faq__item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #9b000e;
  transition: transform 0.3s;
}

.l_low__faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.l_low__faq__item .answer {
  padding: 0 20px 20px;
  line-height: 1.8;
  border-top: 1px dashed #ddd;
  font-size: 0.95rem;
}

.l_low__faq__item .answer p {
  margin: 10px 0 0;
}

.l_low__faq__item summary::-webkit-details-marker {
  display: none;
}