@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-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,
.sp-only,
.pc-only {
  display: none;
}

@media (max-width: 959px) {
  .sp-br {
    display: inline;
  }
  .sp-only {
    display: block;
  }
}

@media (min-width: 960px) {
  .pc-br {
    display: inline;
  }
  .pc-only {
    display: block;
  }
}
.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):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):nth-of-type(odd):before {
  background: url(/wp/wp-content/uploads/2026/04/sec_up.avif) no-repeat;
  top: -1px;
}

section:not(.l_fv):nth-of-type(odd):after {
  background: url(/wp/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;
}

.l_common__bg {
  background-image: url("/wp/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;
}

.l_low__common__fv {
  position: relative;
  margin-top: 3rem;
}

.l_low__commonTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 5vw, 5rem);
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 5px 1px #000;
}

/* =========================
   header
   ========================= */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.l_header__logo {
  width: 200px;
}

@media (max-width: 959px) {
  .l_header__logo {
    width: 50vw;
  }
}

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

@media (min-width: 960px) {
  .l_header__nav li {
    display: flex;
    align-items: center;
  }

  .l_header__nav li::after {
    content: "/";
    margin: 0 10px;
    color: #9b000e;
  }

  .l_header__nav li:last-child::after {
    content: none;
  }
}

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

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

.l_header__hamburger {
  display: none;
}

@media screen and (max-width: 959px) {
  .l_header {
    padding: 0.5rem 1rem;
  }
  .l_header__hamburger {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    appearance: none;
  }

  .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(-11px) 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: 40px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.l_footer__text1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.l_footer__section {
  margin-bottom: 50px;
}

.l_footer__dateText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
  gap: 10px;
}

.l_footer__day {
  display: inline-flex;
  text-orientation: upright;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 5px 0;
  padding: 2px 0;
  justify-content: center;
}

.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 {
    margin-bottom: 20px;
  }

  .l_footer__day {
    margin: 0 15px;
    font-size: 1rem;
  }
  .l_footer__section {
    margin-bottom: 20px;
  }
  .l_footer__textWrap {
    padding: 20px 15px;
  }
  .l_footer__inner {
    padding: 50px 100px;
  }
}

@media screen and (max-width: 599px) {
  .l_footer__dateText {
    gap: 10px;
  }

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

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

.l_footer 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;
}

/* =========================
   TOPボタン
   ========================= */

.c_btn__top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #9b000e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.c_btn__top.is-show {
  opacity: 1;
  visibility: visible;
}

.c_btn__top-arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
}

/* =========================
   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(4.25rem, 16vw, 13.75rem);
  line-height: 0.85;
  font-weight: 900;
}

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

.l_fv__year-row {
  width: 100%;
  font-weight: 900;
  line-height: 1;
}

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

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

.l_fv__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #fff;
  min-width: 300px;
  white-space: nowrap;
}

.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: 3.2rem;
  line-height: 0.9;
  font-weight: 900;
}

.l_fv__time-detail {
  font-size: clamp(1.2rem, 1.5vw, 1.75rem);
  font-weight: bold;
  line-height: 1.4;
}

.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);
  }
}

@media (min-width: 960px) {
  .l_fv__year-row {
    text-align: right;
    font-size: clamp(3rem, 8vw, 6rem);
    letter-spacing: 0.2em;
    padding-right: 2%;
    color: #fff;
  }
}

@media (max-width: 959px) {
  .l_fv {
    height: 83vh;
  }
  .l_fv__header {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .l_fv__inner {
    padding: 15vw 5% 0 5%;
  }

  .l_fv__location {
    text-align: center;
  }
  .l_fv__year-row {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #fff;
  }
  .l_fv__footer {
    justify-content: center;
  }
  .l_fv__info-group {
    flex-direction: column;
  }
  .l_fv__info-item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .l_fv__sticker {
    position: absolute;
    right: -2rem;
    top: -4vw;
    z-index: -1;
  }
}
/* =========================
   message
   ========================= */
.l_message {
  position: relative;
  transition: color 0.8s ease;
  z-index: 0;
  overflow: hidden;
}

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

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

.l_message .l_common__titleWrap {
  position: relative;
  z-index: 100;
}

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

.l_message__mainWrap p {
  margin-bottom: 1rem;
}

.l_message__mainWrap_inner {
  text-align: left;
  width: 70%;
  z-index: 99;
  text-shadow:
    0 0 15px rgba(0, 0, 0, 1),
    0 0 10px rgba(0, 0, 0, 1),
    2px 2px 2px rgba(0, 0, 0, 1);
  font-weight: bold;
}

.l_message__image {
  position: absolute;
  width: 71vw;
  right: -28%;
  top: -6%;
  z-index: 0;
}

.l_message__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

.l_message__image img {
  opacity: 0.6;
  mix-blend-mode: luminosity;
  filter: contrast(120%) brightness(80%);
}

.l_message__mainText {
  font-weight: bold;
  font-size: clamp(1rem, 2vw, 1.75rem);
  color: #9b000e;
  position: absolute;
  writing-mode: vertical-rl;
  background: #ddd;
  padding: 1rem 0.25rem;
  right: 4%;
  transform: rotate(10deg);
  bottom: 2vw;
  text-shadow: none;
  white-space: nowrap;
}

.l_message__name {
  font-weight: bold;
}

.l_message__subText p,
.l_message__name {
  color: #fff;
}

.l_news__container {
  background: #fff;
  padding: 40px;
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: height 0.6s ease;
}

.l_news__container.is-opened {
  height: 650px !important;
}

.l_news__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.l_news__mainContent {
  display: block !important;
  flex: 1;
  height: 300px;
  overflow: hidden !important;
  position: relative;
}

.l_news__container.is-opened .l_news__mainContent {
  height: 100%;
  max-height: 100%;
  overflow-y: auto !important;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}

.l_news__container.is-opened .l_news__mainContent::-webkit-scrollbar {
  width: 6px;
}

.l_news__container.is-opened .l_news__mainContent::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.c_btn__more {
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
}

.c_btn__more.is-hidden {
  display: none !important;
}

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

@media (min-width: 960px) {
  .l_message__mainText {
    bottom: -7vw;
  }
  .l_message__image {
    width: 36vw;
    right: -9%;
    top: -35%;
  }
}
/* =========================
   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__itemWrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}

.l_artist__info-item {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 2px solid #9b000e;
  padding: 0 3% 0 0;
  gap: 10px;
  font-size: clamp(1rem, 2vw, 1.75rem);
  align-items: center;
  font-weight: bold;
  width: 100%;
  justify-content: flex-start;
}

.l_artist__itemName {
  font-weight: bold;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1;
  margin-top: 10px;
}

.l_artist__coversText {
  font-size: 0.8rem;
  color: #666;
}

.l_artist__dayLabel {
  padding: 3px 15px;
  background: #9b000e;
  color: #fff;
}

.l_artist__info-item.is-black {
  border-bottom: 2px solid #000;
}

.is-black .l_artist__dayLabel {
  background: #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/wp-content/uploads/2026/04/bg3.avif");
  background-size: cover;
  background-position: center;
  width: 90%;
  max-width: 1100px;
  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;
}

@media (min-width: 960px) {
  .c_modal__info {
    padding-left: 10vw;
  }

  .c_modal__item {
    flex: 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: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#modal-covers {
  margin-bottom: 20px;
  color: #808080;
  text-align: center;
}

.c_modal__label {
  font-weight: bold;
  padding: 2px 0;
  margin-top: 1.75rem;
  font-size: clamp(1.25rem, 1vw, 1.5rem);
  line-height: 1.4;
  font-family: "IM Fell DW Pica SC", serif;
  position: relative;
  padding-left: 1rem;
}

.c_modal__label:before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 2rem;
  background-color: #9b000e;
  transform: rotate(20deg);
  top: 0;
  left: 0rem;
}

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

.l_timeTable {
  position: relative;
}

.l_timeTable__comingSoon {
  text-align: center;
  padding: 100px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #ddd;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.tt-container {
  background-color: #0c0c0c;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='4' result='noise' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #141414 0%, #080808 100%);
  color: #ffffff;
  padding: 40px 15px;
  margin: 0 auto;
}

.tt-input {
  display: none;
}

.tt-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: center;
}

.tt-tab-label {
  flex: 1;
  max-width: 480px;
  padding: 20px 15px;
  text-align: center;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #2c2c2c 0%, #161616 100%);
  border: 1px solid #3d3d3d;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.tt-tab-label::before,
.tt-tab-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #0c0c0c;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
}

.tt-tab-label::before {
  left: -8px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(-50%) rotate(-45deg);
}

.tt-tab-label::after {
  right: -8px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.tt-tab-day {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #444;
  line-height: 1;
}

.tt-tab-date {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: bold;
  margin-top: 6px;
  color: #777;
}

.tt-tab-time {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 0.8rem;
  color: #555;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  display: inline-block;
}

#tab1:checked ~ .tt-tabs label[for="tab1"],
#tab2:checked ~ .tt-tabs label[for="tab2"] {
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #99000a 0%, #4a0003 100%);
  border-color: #ff3344;
  box-shadow:
    0 0 20px rgba(255, 0, 0, 0.3),
    inset 0 0 10px rgba(0, 0, 0, 0.5);
}

#tab1:checked ~ .tt-tabs label[for="tab1"]::before,
#tab1:checked ~ .tt-tabs label[for="tab1"]::after,
#tab2:checked ~ .tt-tabs label[for="tab2"]::before,
#tab2:checked ~ .tt-tabs label[for="tab2"]::after {
  border-color: transparent #ff3344 #ff3344 transparent;
}

#tab1:checked ~ .tt-tabs label[for="tab1"]::after,
#tab2:checked ~ .tt-tabs label[for="tab2"]::after {
  border-color: transparent transparent #ff3344 #ff3344;
}

#tab1:checked ~ .tt-tabs label[for="tab1"] .tt-tab-day,
#tab2:checked ~ .tt-tabs label[for="tab2"] .tt-tab-day {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

#tab1:checked ~ .tt-tabs label[for="tab1"] .tt-tab-date,
#tab2:checked ~ .tt-tabs label[for="tab2"] .tt-tab-date {
  color: #e0e0e0;
}

#tab1:checked ~ .tt-tabs label[for="tab1"] .tt-tab-time,
#tab2:checked ~ .tt-tabs label[for="tab2"] .tt-tab-time {
  color: #ff9999;
  border-top-color: rgba(255, 255, 255, 0.2);
}

#tab1:checked ~ .tt-content #panel1,
#tab2:checked ~ .tt-content #panel2 {
  display: block;
}

.tt-panel {
  display: none;
}

.tt-timeline {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tt-timeline::before {
  display: none;
}

.tt-card {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.tt-time {
  width: 80px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08' numOctaves='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #1f1414 0%, #0d0808 100%);
  border: 1px solid #3d2222;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #e5b3b3;
  flex-shrink: 0;
  margin-right: 12px;
  padding: 12px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transform: none !important;
  position: static !important;
}

.tt-time-line {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #ff3333;
  margin: 6px 0;
}

.tt-time-label {
  position: absolute;
  left: -55px;
  width: 50px;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-align: right;
  transform: translateY(-50%);
}

.tt-info {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.06' numOctaves='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #222222 0%, #151515 100%);
  border: 1px solid #2d2d2d;
  border-left: 4px solid #ff3333;
  border-radius: 4px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 4px 12px rgba(0, 0, 0, 0.5);
}

.tt-info-main {
  flex-grow: 1;
}

.tt-band {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.tt-genre {
  margin: 0;
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.4;
}

.tt-tag {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ff4444;
  border: 1px solid #ff4444;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: rgba(255, 68, 68, 0.05);
  margin-left: 15px;
  white-space: nowrap;
}

.tt-card.is-headliner .tt-time {
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #1c160a 0%, #0d0a04 100%);
  border: 1px solid #c5a059;
  border-radius: 6px;
  color: #f3e1a0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
  transform: none !important;
  position: static !important;
}

.tt-card.is-headliner .tt-time-line {
  background-color: #c5a059;
}

.tt-card.is-headliner .tt-info {
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05' numOctaves='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #16130c 0%, #0a0805 100%);
  position: relative;
  overflow: visible;
  padding: 25px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 25px rgba(197, 160, 89, 0.15);
  border: 1px solid #c5a059;
  border-radius: 4px;
}

.tt-card.is-headliner .tt-info::before,
.tt-card.is-headliner .tt-info::after {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #0c0c0c;
  border: 1px solid #c5a059;
  border-radius: 50%;
  z-index: 10;
  box-sizing: border-box;
}

.tt-card.is-headliner .tt-info::before {
  left: -12px;
  border-color: transparent #c5a059 #c5a059 transparent;
  transform: translateY(-50%) rotate(-45deg);
}

.tt-card.is-headliner .tt-info::after {
  right: -12px;
  border-color: transparent transparent #c5a059 #c5a059;
  transform: translateY(-50%) rotate(45deg);
}

.tt-card.is-headliner .tt-info-main {
  width: 100%;
  padding: 20px 15px;
  position: relative;
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-sizing: border-box;
}

.tt-card.is-headliner .tt-info-main::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background:
    linear-gradient(45deg, #16130c 4px, transparent 5px) fill-box,
    linear-gradient(135deg, #16130c 4px, transparent 5px) fill-box;
  pointer-events: none;
}

.tt-card.is-headliner .tt-band {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 8px 0;
  background: linear-gradient(
    to bottom,
    #ebd197 0%,
    #b48a36 40%,
    #fcf6ba 55%,
    #aa771c 85%,
    #69470c 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.9));
}

.tt-hl-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ebd197;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  font-style: italic;
  margin-bottom: 0px;
  background: transparent !important;
  box-shadow: none !important;
}

.tt-hl-label::before,
.tt-hl-label::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c5a059, transparent);
  margin: 0 10px;
}

.tt-card.is-headliner .tt-genre {
  color: #c5a059;
  font-size: 0.95rem;
  font-weight: bold;
  background: transparent;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  opacity: 0.9;
}

@media screen and (max-width: 959px) {
  .l_timeTable__comingSoon {
    font-size: 1rem;
    padding: 60px 20px;
  }

  .tt-container {
    padding: 20px 8px;
  }

  .tt-tabs {
    gap: 8px;
    margin-bottom: 25px;
  }

  .tt-tab-label {
    padding: 12px 4px;
  }

  .tt-tab-label::before,
  .tt-tab-label::after {
    width: 12px;
    height: 12px;
  }

  .tt-tab-label::before {
    left: -6px;
  }

  .tt-tab-label::after {
    right: -6px;
  }

  .tt-tab-day {
    font-size: 1.8rem;
  }

  .tt-tab-date {
    margin-top: 3px;
  }

  .tt-tab-time {
    font-size: 0.7rem;
    margin-top: 6px;
    padding-top: 6px;
    display: inline-block;
  }

  .tt-time {
    width: 68px;
    font-size: 0.9rem;
    margin-right: 8px;
    padding: 8px 0;
  }

  .tt-time-line {
    margin: 4px 0;
    width: 8px;
  }

  .tt-time-label {
    left: -65px;
    font-size: 10px;
  }

  .tt-info {
    padding: 15px 10px;
  }

  .tt-band {
    font-size: 1.1rem;
  }

  .tt-genre {
    font-size: 0.8rem;
  }

  .tt-tag {
    font-size: 0.6rem;
    padding: 1px 4px;
    margin-left: 6px;
  }

  .tt-card.is-headliner .tt-info {
    padding: 15px 10px;
  }

  .tt-card.is-headliner .tt-info::before,
  .tt-card.is-headliner .tt-info::after {
    width: 16px;
    height: 16px;
  }

  .tt-card.is-headliner .tt-info::before {
    left: -8px;
  }

  .tt-card.is-headliner .tt-info::after {
    right: -8px;
  }

  .tt-card.is-headliner .tt-info-main {
    padding: 15px 10px;
  }

  .tt-card.is-headliner .tt-band {
    font-size: 1.4rem;
    margin: 6px 0;
  }

  .tt-hl-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }

  .tt-hl-label::before,
  .tt-hl-label::after {
    width: 15px;
  }

  .tt-card.is-headliner .tt-genre {
    font-size: 0.7rem;
  }
}
/* =========================
   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);
}

.panel-tinted {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: #000;
  transition: opacity 0.3s ease;
  padding-block: 1rem;
}

.panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.6;
}

.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% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.panel-tinted h3 {
  font-size: clamp(1rem, 1.8vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
}

.panel-tinted .icon-contact {
  width: 60px;
  height: auto;
  fill: #fff;
  margin-bottom: 10px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}

.l_information__text {
  padding-inline: 3.5%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: clamp(0.9rem, 1vw, 1rem);
}

@media (min-width: 960px) {
  .panel-tinted {
    height: 400px;
  }

  .panel-tinted:hover {
    opacity: 0.7;
    background-color: transparent;
  }

  .panel-tinted:hover h3,
  .panel-tinted:hover .icon-contact {
    fill: #fff;
    color: #fff;
  }
}

@media (max-width: 959px) {
  .panel-tinted .icon-contact {
    width: auto;
    height: 40px;
  }

  .l_information_inner {
    gap: calc(10 / 16 * 1rem);
    flex-direction: column;
  }
}

.tt-card.is-short {
  overflow: visible !important;
  z-index: 10;
}

.tt-card.is-short .tt-info {
  position: absolute;
  left: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 50px;
  background: rgba(40, 40, 40, 0.95) !important;
  padding: 8px 15px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tt-card.is-short .tt-time {
  display: flex;
  flex-direction: column; /* 時間の開始と終了を縦に並べる */
  align-items: center;
  justify-content: flex-start;
  padding-top: 5px;
  flex-shrink: 0;
  transform-origin: center center; /* 回転の中心を中央に */
  width: 60px !important;
  height: auto;
  font-size: 11px !important;
  position: absolute;
  left: 0;
  background: none !important;
  transform: rotate(90deg);
}

@media screen and (max-width: 959px) {
  .tt-card.is-short .tt-info {
    left: 45px;
    min-height: 45px;
  }
  .tt-card.is-short .tt-time {
    font-size: 10px !important;
    left: -6px;
    line-height: 2;
  }
  .tt-card.is-short .tt-band {
    font-size: 0.9rem !important;
  }
}
/* =========================
 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/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/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 {
  max-width: 900px;
  margin-inline: auto;
}

@media (max-width: 959px) {
  .l_news:before {
    top: 9%;
  }

  .l_news:after {
    top: 4%;
  }
}

.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: bold;
}

.l_news .news-text {
  text-align: left;
  border-bottom: 1px dashed #323232;
  padding: 1% 0;
  margin-bottom: 2%;
}
.l_news__mainContent {
  overflow-y: scroll;
  height: 420px;
  transition: height 0.5s ease;
}

@media (max-width: 959px) {
  .l_news__mainContent {
    height: 200px;
  }

  .c_btn__more {
    display: block;
    width: 200px;
    margin: 1rem auto;
    padding: 10px;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .c_btn__more.is-hidden {
    display: none;
  }
}

/* --- 既存のスタイルは維持し、以下の部分を上書き・追加 --- */

.l_news__mainContent {
  overflow: hidden; /* スクロールではなく、はみ出しを隠す設定に変更 */
  max-height: 380px; /* ★3件分が収まる程度のおおよその高さ（調整してください） */
  transition: max-height 0.6s ease;
  position: relative;
}

/* もっと見るボタンが押された時のスタイル */
.l_news__mainContent.is-expanded {
  max-height: 2000px; /* 十分に大きな値を設定 */
  overflow-y: visible;
}

/* もっと見るボタンのスタイル（PC/SP共通） */
.c_btn__more {
  display: block;
  width: 240px;
  margin: 2rem auto 0;
  padding: 15px;
  text-align: center;
  background: #323232;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: opacity 0.3s;
}

.c_btn__more:hover {
  opacity: 0.8;
}

.c_btn__more.is-hidden {
  display: none;
}

@media (max-width: 959px) {
  .l_news__mainContent {
    max-height: 320px; /* スマホ用の3件分の高さ */
  }
}
/* =========================
  access
   ========================= */

.l_access {
  position: relative;
}

.l_access__bg {
  position: relative;
}

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

.l_access__bg:before {
  position: absolute;
  content: "";
  width: 50vw;
  aspect-ratio: 1/1;
  background: url(/wp/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__subText {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.l_sponsor__list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.l_sponsor__item {
  flex: 1;
  max-width: 320px;
  background-color: #ffffff;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.l_sponsor__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  text-decoration: none;
  height: 100%;
}

.l_sponsor__logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 960px) {
  .l_sponsor__logo {
    min-width: 200px;
  }
}

.l_sponsor__logo img {
  height: inherit;
  object-fit: contain;
}

.l_sponsor__name {
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
  color: #fff;
}

.l_sponsor__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 959px) {
  .l_sponsor__list {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
  }
  .l_sponsor__item {
    margin-inline: auto;
    width: 100%;
    max-width: 100%;
  }
  .l_sponsor__item a {
    padding: 3px;
  }
}
/* =========================
  dance
   ========================= */

.l_dance__section {
  background-color: #05080f;
  color: #ffffff;
  overflow: hidden;
}

.l_dance__subText {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

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

.l_dance__content_subTitle {
  font-weight: bold;
  font-size: clamp(1.25rem, 2vw, 2rem);
  color: #c39043;
  line-height: 1.4;
  margin-bottom: 10px;
}

.l_dance__contentText {
  text-align: left;
}

@media (min-width: 960px) {
  .l_dance__content {
    gap: 5vw;
  }
  .l_dance__artistImage {
    flex: 0 0 290px;
  }

  .l_dance__contentText {
    flex: inherit;
  }
}

@media (max-width: 959px) {
  .l_dance__artistImage img {
    width: 12.5rem;
    margin-inline: auto;
  }
  .l_dance__content {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.l_dance__schedule {
  margin: 15px 0 20px;
}

.l_dance__schedule-tags {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.l_dance__schedule-tag {
  display: inline-block;
  border: 2px solid #c19b45;
  color: #f1d38e;
  padding: 23px 16px;
  font-family: "Times New Roman", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(193, 155, 69, 0.1);
  width: 100%;
}

@media (max-width: 959px) {
  .l_dance__schedule-tag {
    padding: 8px 16px;
  }
}

.l_dance__schedule-tag span {
  font-size: 0.7em;
  margin-left: 5px;
  vertical-align: baseline;
}

.l_dance__schedule-text {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_dance__schedule-text::after {
  content: "";
  flex-grow: 0.1;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}

.l_dance__description {
  line-height: 1.8;
  font-size: 15px;
}

.l_dance__content-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}

.l_dance__info-card,
.l_dance__comment-card {
  position: relative;
  background-image: url("/wp/wp-content/uploads/2026/05/l_dance__frame_texture.png");
  background-size: cover;
  border: 1px solid rgba(168, 142, 94, 0.5);
  padding: 2px;
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  overflow: visible;
}

.l_dance__info-card::before,
.l_dance__comment-card::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  background: url("/wp/wp-content/uploads/2026/05/l_dance__corner_glitter.png")
    no-repeat center/contain;
  z-index: 40;
  pointer-events: none;
}

.l_dance__info-card::after,
.l_dance__comment-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: url("/wp/wp-content/uploads/2026/05/l_dance__corner_glitter.png")
    no-repeat center/contain;
  transform: rotate(180deg);
  z-index: 40;
  pointer-events: none;
}

.l_dance__card-inner {
  background: rgba(10, 15, 25, 0.8);
  padding: 30px;
  height: 100%;
  clip-path: inherit;
}

.l_dance__card-label {
  color: #e60012;
  font-weight: bold;
  border-bottom: 2px solid #e60012;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.l_dance__mt {
  margin-top: 30px;
}

.l_dance__list {
  list-style: none;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #ccc;
}

.l_dance__comment-text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.l_dance__btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.l_dance__open-btn {
  background: #9b000e;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition:
    transform 0.3s,
    background 0.3s;
  position: relative;
  display: inline-block;
}

.l_dance__open-btn:hover {
  background: #000;
  transform: translateY(-3px);
}

.l_dance__btn-sub {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
}

.l_dance__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.4s;
}

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

.l_dance__modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

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

.l_dance__modal.is-active .l_dance__modal-container {
  transform: translateY(0);
}

.l_dance__modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  border: none;
  background: none;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  z-index: 90;
}

.l_dance__modal .l_dance__content-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (max-width: 959px) {
  .l_dance__hero {
    flex-direction: column;
  }
  .l_dance__hero-content {
    flex-direction: column;
  }
  .l_dance__content-grid {
    grid-template-columns: 1fr;
  }
  .l_dance__artist-img,
  .l_dance__logo-img {
    max-width: 100%;
  }
  .l_dance__date-line {
    flex-direction: column;
  }
  .l_dance__separator {
    transform: rotate(0deg);
  }
}

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

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

.l_sns__subText {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.l_sns__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.l_sns__mainWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.l_sns__movie {
  flex: 1;
}
@media (max-width: 959px) {
  .l_sns__mainWrap {
    flex-direction: column;
    gap: 10px;
  }
  .l_sns__movie iframe {
    width: 100%;
  }
  .l_sns__mainWrap {
    box-sizing: border-box;
  }

  .l_sns__movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }

  .l_sns__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

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

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

.l_low__contact_text {
  margin-bottom: 2.5rem;
}

@media (max-width: 959px) {
  .l_low__contact_text {
    text-align: left;
  }
  .l_low__contact__container {
    padding: 1rem 0.5rem;
  }
}

.l_low__contact_subText {
  font-weight: bold;
  margin-bottom: 2.5rem;
}

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

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

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

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

.contactForm_cautionWrap {
  background-color: #808080;
  padding: 2rem 2rem 0.75rem 2rem;
}

@media (max-width: 959px) {
  .contactForm_cautionWrap {
    padding: 1rem 1rem 0.25rem 1rem;
  }
}

.contactForm_caution {
  color: #fff;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

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

p > .wpcf7-submit:hover {
  background-color: #000;
  transition: 0.3s;
  border: none;
}

#before_footer_widget {
  display: none;
}

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

.l_low__guide__content {
  text-align: left;
}

.l_low__guide__subText {
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.l_low__guide__cautionText {
  margin-bottom: 20px;
}

.l_low__guideAbout {
  position: relative;
}

.l_low__guide__info {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1vw;
}

.l_low__guide__item {
  flex: 1;
  background: rgba(30, 30, 30, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 40px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.l_low__guide__item h3 {
  padding-left: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  color: #d4af37;
  font-size: 22px;
  letter-spacing: 0.15em;
}

.l_low__guide__item h3:before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 2rem;
  background-color: #9b000e;
  transform: rotate(20deg);
  top: 0;
  left: 0rem;
}

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

.date-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.date-row span {
  display: block;
}

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

.date {
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  text-align: left;
  line-height: 1.4;
  font-size: 20px;
}

.time {
  font-size: 13px;
  color: #cccccc;
  display: block;
  text-align: left;
}

.place-name {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.address {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}

.price {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}

.notes-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3.75rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.notes-category {
  margin-bottom: 2rem;
}

.category-hdg {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
  padding-left: 10px;
  border-left: 4px solid #666;
}

.notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.notes-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}

.notes-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #666;
}

.notes-list strong {
  color: #d00;
  text-decoration: underline;
}

.l_low_guide__icon {
  font-size: 18px !important;
  color: #333;
  line-height: 1 !important;
  display: block;
}

.summary-sub-hdg {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 5px;
}

.summary-hdg {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.l_low_guide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 60px;
}

.l_low_guide__item {
  width: 160px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.l_low_guide__icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f0f7ff;
  color: #1976d2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.l_low_guide__icon-wrap .material-symbols-outlined {
  font-size: 28px;
  font-variation-settings:
    "FILL" 0,
    "wght" 400;
}

.l_low_guide__text {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}

.l_low__guide__introText {
  text-align: center;
  margin-bottom: 1.25rem;
}

.l_low_guide__item.-warning {
  background: #fff0f0;
}

.l_low_guide__item.-warning .l_low_guide__icon-wrap {
  background: #fff0f0;
  color: #d32f2f;
}

.l_low_guide__item.-warning .l_low_guide__text {
  color: #d32f2f;
}

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

.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::-webkit-details-marker {
  display: none;
}

.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;
}

@media (max-width: 959px) {
  .l_low_guide__list {
    gap: 10px;
  }
  .l_low_guide__item {
    width: calc(30% - 10px);
    height: 110px;
    text-align: left;
  }
  .l_low_guide__text {
    font-size: 10px;
  }
}

@media screen and (max-width: 959px) {
  .l_low__guide__info {
    flex-direction: column;
  }

  .date-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 10px;
  }
}

/* ==========================================
   キッチンカー
========================================== */

.l_low__food {
  position: relative;
}

.l_low__food .l_common__bg {
  height: 2300px;
}

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

@media (min-width: 960px) {
  .l_low__food__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (max-width: 959px) {
  .l_low__food__wrapper {
    flex-direction: column;
  }
  .l_low__food__subText {
    text-align: left;
  }
}

h3.l_low__food__infoTitle:before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 2rem;
  background-color: #9b000e;
  transform: rotate(20deg);
  top: 0;
  left: -1.25rem;
}

.l_low__food__infoContent {
  color: #fff;
}

.l_low__food__infoLead strong {
  color: #ff0033;
  font-size: 1.2rem;
}

.l_low__food__infoContainer {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 40px auto;
}

.l_low__food__infoBox {
  flex: 1;
  background-color: #333333;
  padding: 30px 3%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}

h3.l_low__food__infoTitle {
  color: #c5a359;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.l_low__food__accent {
  color: #d12121;
  font-size: 1.8rem;
  margin-right: 10px;
  font-style: italic;
}

/* Info Content Text Styles */
.l_low__food__infoMain {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

.l_low__food__infoMain strong {
  color: #9b000e;
}

.l_low__food__infoSub {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.l_low__food__infoNotes li {
  color: #aaaaaa;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.l_low__food__cautionText {
  font-size: 0.8rem;
  color: #9b000e;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .l_low__food__infoContainer {
    flex-direction: column;
    padding: 0 15px;
  }
  .l_low__food__infoBox {
    min-width: 100%;
  }
}

.l_low__food__card {
  flex: 1;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eee;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .l_low__food__card {
    max-width: 50%;
  }
}

.l_low__food__shop-name {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
}

.l_low__food__category {
  text-align: center;
  font-weight: bold;
  color: #666;
  margin-bottom: 15px;
}

.l_low__food__card--orange .l_low__food__shop-name {
  color: #f39800;
}
.l_low__food__card--red .l_low__food__shop-name {
  color: #e60012;
}

.l_low__food__image-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.l_low__food__figure-main {
  margin: 0;
  width: 100%;
  height: 220px;
}

.l_low__food__figure-sub {
  display: flex;
  gap: 4px;
  height: 110px;
}

.l_low__food__figure-item {
  margin: 0;
  flex: 1;
}

.l_low__food__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.l_low__food__figure-item:last-child .l_low__food__img {
  object-fit: contain;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.l_low__food__lightbox {
  cursor: zoom-in;
  display: block;
  height: 100%;
}

.l_low__food__content {
  padding: 20px;
}

.l_low__food__description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.l_low__food__menu-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #333;
  display: inline-block;
}

.l_low__food__menu-list {
  margin: 0 0 25px;
}

.l_low__food__menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  gap: 10px;
}

.l_low__food__menu-item dt {
  order: 1;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.l_low__food__menu-item dt small {
  font-weight: normal;
  font-size: 0.85em;
  color: #666;
}

.l_low__food__menu-item::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #ccc;
  order: 2;
  margin-bottom: 5px;
}

.l_low__food__menu-item dd {
  order: 3;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.l_low__food__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}

.l_low__food__instaIcon {
  width: 40px;
  aspect-ratio: 1/1;
}

.l_low__food__sns-link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  transition: opacity 0.2s ease;
}

.l_low__food__sns-link:hover {
  opacity: 0.8;
}

.l_low__food__modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}

.modal-content {
  max-width: 90%;
  max-height: 90vh;
  width: auto;
  height: auto;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  animation: zoom 0.3s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.l_low__food__modal-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 50px;
  z-index: 10001;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 480px) {
  .l_low__food__menu-item {
    font-size: 0.9rem;
  }
}
.l_low__food__text,
.l_low__drink__text {
  text-align: center;
  margin-bottom: 40px;
}

.l_low__food__text {
  color: #fff;
}

img.l_low__drinkImg {
  margin: 0 auto 20px auto;
  max-width: 800px;
  width: 100%;
}

.l_low__drink__box {
  max-width: 800px;
  margin-inline: auto;
  width: 100%;
  padding: 60px 50px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.2)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.l_low__drink__group {
  margin-bottom: 50px;
}

.l_low__drink__group:last-child {
  margin-bottom: 0;
}

.l_low__drink__category {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_low__drink__category::before,
.l_low__drink__category::after {
  content: "";
  height: 1px;
  width: 30px;
  background: #999;
  margin: 0 15px;
}

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

.l_low__drink__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}

.l_low__drink__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.l_low__drink__dots {
  flex-grow: 1;
  border-bottom: 2px dotted #aaa;
  margin: 0 12px;
  position: relative;
  top: -4px;
}

.l_low__drink__price {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  min-width: 80px;
	text-align: right;
}

@media (max-width: 500px) {
  .l_low__drink__box {
    padding: 40px 20px;
  }
  .l_low__drink__name {
    font-size: 0.95rem;
    white-space: normal;
  }
  .l_low__drink__price {
    min-width: 60px;
    font-size: 1rem;
  }
}
