@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cinzel:wght@400;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Noto+Serif+JP:wght@300;400;600;700&display=swap');

#mainWrap {
  padding: 0;
}

/* ==========================================================================
   DISCO THE NIGHT - PC Style (min-width: 769px)
   ========================================================================== */

#discoPageWrap {
  width: 100%;
  min-height: 100vh;
  background-color: #070814;
  background-image: url('../img/disco-the-night/bg_main_pc.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  color: #ffffff;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}

.disco-inner {
  /*! max-width: 1220px; */
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  box-sizing: border-box;
}

/* --------------------------------------------------
   Hero & Title Section
-------------------------------------------------- */
.disco-hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

/* 縦書きサイドキャッチコピー */
.side-catch {
  position: absolute;
  top: 60px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-weight: 500;
  z-index: 10;
  user-select: none;
}

.side-catch.catch-left {
  left: 60px;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  font-size: 20px;
  letter-spacing: 0.3em;
  color: #ffffff;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6);
}

.side-catch.catch-right {
  right: 60px;
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #ffffff;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6);
}

/* メインタイトル */
.disco-title-area {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 780px;
  margin: auto;
  padding: 0;
  font-weight: normal;
}
.main-title img {
  width: 100%;
}

.script-luxury {
  font-family: 'Alex Brush', cursive;
  font-size: 82px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: -25px;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  transform: rotate(-4deg);
}

.title-disco {
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  font-size: 110px;
  font-weight: 700;
  color: #fff6d9;
  letter-spacing: 0.12em;
  line-height: 1;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 235, 180, 0.3);
}

.title-date {
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  font-size: 42px;
  font-weight: 600;
  color: #fff6d9;
  letter-spacing: 0.08em;
  margin-top: 10px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.title-date .date-day {
  font-size: 26px;
  margin-left: 6px;
  vertical-align: middle;
}

.title-the {
  font-family: 'Cormorant Garamond', serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  color: #fff6d9;
  line-height: 0.95;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.title-time {
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff6d9;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.title-night {
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  font-size: 120px;
  font-weight: 700;
  color: #fff6d9;
  letter-spacing: 0.14em;
  line-height: 0.95;
  margin-top: 10px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 235, 180, 0.3);
}

.title-sub-ja {
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 28px;
  margin-top: 15px;
  border-radius: 4px;
}

.title-sub-ja span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.3em;
}

/* リード文 */
.disco-intro {
  margin-top: 50px;
  text-align: center;
}

.intro-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

/* --------------------------------------------------
   DJ Section
-------------------------------------------------- */
.disco-dj-section {
  margin-top: 70px;
  padding: 0 20px;
}

.dj-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.dj-card {
  flex: 1;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 20px 25px;
  box-sizing: border-box;
  background: transparent;
  transition: transform 0.3s ease;
}

.dj-card:hover {
  transform: translateY(-5px);
}

/* 擬似要素で透過背景枠を作成（上部は写真の中央付近から開始しはみ出しを表現） */
.dj-card::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 12, 28, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /*! border-radius: 12px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: border-color 0.3s ease;
  pointer-events: none;
}

.dj-card:hover::before {
  border-color: rgba(216, 185, 121, 0.4);
}

.dj-thumb-wrap {
  position: relative;
  z-index: 2;
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.dj-thumb {
  width: 100%;
  height: 100%;
}

.dj-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dj-name {
  position: relative;
  z-index: 2;
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  flex-shrink: 0;
}

.dj-profile {
  position: relative;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #e0e0e0;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.03em;
  flex: 1 1 auto;
  margin-bottom: 25px;
}

.dj-sns {
  position: relative;
  z-index: 2;
  margin-top: auto;
  flex-shrink: 0;
}

.sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sns-link:hover {
  background: #d8b979;
  border-color: #d8b979;
  color: #FFF;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(216, 185, 121, 0.6);
}

.sns-link:active,
.sns-link:visited {
  color: #FFF;
}

/* --------------------------------------------------
   Event Info Section (Date, Price, Venue)
-------------------------------------------------- */
.disco-info-section {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

.info-date-time {
  margin-bottom: 30px;
}

.info-date {
  font-family: 'Cinzel', serif;
  font-size: 36px;
  font-weight: 500;
  color: #fffaca;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.info-date span {
  font-size: 21px;
}

.info-time {
  font-family: 'Cinzel', serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff6d9;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.info-plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin-bottom: 3px;
}

.plan-row {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

.plan-label {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.plan-price {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 6px;
}

.plan-tax {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.plan-divider {
  color: #fff;
  margin: 0 4px;
}

.plan-desc {
  font-size: 17px;
}

.plan-type {
  font-size: 16px;
}

.info-venue {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.info-notes {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.info-notes p {
  margin: 4px 0;
}

/* --------------------------------------------------
   Ticket CTA Section
-------------------------------------------------- */
.disco-ticket-section {
  margin-top: 70px;
  padding: 80px 20px 100px;
  text-align: center;
  background: #0d0b20;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  margin-bottom: 50px;
}

.ticket-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fffaca;
  letter-spacing: 0.08em;
  margin: 0 0 30px;
}

.ticket-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #b0b5c5;
  margin: 0 0 35px;
}

/* チケットボタングループ */
.ticket-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 680px;
  margin: 0 auto 30px;
}

.ticket-btn-wrap {
  width: 100%;
}
.plan-btn-wrap {
  width: 100%;
  max-width: 680px;
  margin: auto;
}

.btn-ticket,
.btn-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(180deg, #2c8ef7 0%, #1770d7 50%, #0d5bb7 100%);
  border-top: 1.5px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(5, 35, 75, 0.5);
  border-bottom: 2.5px solid rgba(3, 20, 50, 0.7);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.7),
    inset 0 -2px 5px rgba(0, 20, 60, 0.5),
    0 6px 20px rgba(7, 45, 95, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 25, 60, 0.6);
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.btn-plan {
  background: linear-gradient(180deg, #f53e1e 0%, #f53e1e 50%, #f53e1e 100%);
  border-top: 1.5px solid rgba(255, 181, 181, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(75, 8, 5, 0.5);
  border-bottom: 3px solid rgba(69, 6, 6, 0.98);
}

.btn-ticket:hover {
  background: linear-gradient(180deg, #3d9af9 0%, #207de6 50%, #1168cb 100%);
  border-top-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.85),
    inset 0 -2px 5px rgba(0, 20, 60, 0.4),
      0 5px 5px rgba(20, 95, 195, 0.65),
    0 3px 6px rgba(0, 0, 0, 0.35);
}

.btn-ticket:active {
  transform: translateY(1px);
  box-shadow: 
    inset 0 2px 4px rgba(0, 20, 60, 0.7),
    0 2px 8px rgba(7, 45, 95, 0.4);
}

.btn-ticket span {
  color: #FFF;
}

.btn-main-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.btn-tier {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.btn-amount {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.btn-sub-row {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4px;
  opacity: 0.95;
}

.btn-caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #ffffff;
  margin: 8px 0 0;
  letter-spacing: 0.05em;
}

.ticket-notice-highlight {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ed6c1a;
  margin: 30px auto;
  letter-spacing: 0.05em;
}

.ticket-notice-highlight u {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 来館予約ボタン */
.offline-booking {
  max-width: 680px;
  margin: 40px auto 0;
}

.btn-offline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(180deg, #6abde1 0%, #29abe7 50%, #1793d0 100%);
  border-top: 1.5px solid rgba(255, 255, 255, 0.85);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(10, 70, 110, 0.4);
  border-bottom: 2.5px solid rgba(5, 45, 75, 0.6);
  border-radius: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    inset 0 -2px 5px rgba(5, 55, 90, 0.4),
    0 6px 20px rgba(20, 110, 165, 0.45),
    0 2px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(5, 60, 95, 0.5);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.btn-offline:hover {
  background: linear-gradient(180deg, #5ecdf9 0%, #3bb6f0 50%, #20a0df 100%);
  border-top-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.95),
    inset 0 -2px 5px rgba(5, 55, 90, 0.35),
    0 5px 5px rgba(40, 160, 225, 0.6),
    0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn-offline:active {
  transform: translateY(1px);
  box-shadow: 
    inset 0 2px 4px rgba(5, 55, 90, 0.6),
    0 2px 8px rgba(20, 110, 165, 0.35);
}
.btn-offline span {
  color: #FFF;
}

.offline-notes {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  color: #a0a6b8;
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}

.offline-notes p {
  line-height: 1;
  margin: 3px 0;
}

.offline-notes .pay-methods {
  margin-top: 10px;
}

.plan-btn-wrap .btn-tier {
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

/* お問い合わせ */
.disco-contact {
  margin-top: 80px;
}

.contact-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 8px;
}

.contact-tel {
  font-family: 'Cinzel', 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
}

.contact-tel a {
  color: #ffffff;
  text-decoration: none;
}

.contact-hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #9ba1b4;
  margin: 6px 0 0;
}

/* フッターロゴ */
.disco-footer-logo {
  margin-top: 50px;
}

.disco-footer-logo img {
  max-width: 220px;
  height: auto;
  opacity: 0.9;
}
