@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 - SP Style (max-width: 768px)
   ========================================================================== */

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

.disco-inner {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

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

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

.side-catch.catch-left {
  left: 4px;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #ffffff;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.8);
}

.side-catch.catch-right {
  right: 4px;
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #ffffff;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.8);
}

/* メインタイトル */
.disco-title-area {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.script-luxury {
  font-family: 'Alex Brush', cursive;
  font-size: 58px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: -18px;
  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: 68px;
  font-weight: 700;
  color: #fff6d9;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 235, 180, 0.3);
}

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

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

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

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

.title-night {
  font-family: 'Cormorant Garamond', 'Cinzel', serif;
  font-size: 76px;
  font-weight: 700;
  color: #fff6d9;
  letter-spacing: 0.12em;
  line-height: 0.95;
  margin-top: 6px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8), 0 0 20px 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: 3px 18px;
  margin-top: 10px;
  border-radius: 4px;
}

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

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

.intro-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

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

.dj-grid {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
}

.dj-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 16px 20px;
  box-sizing: border-box;
  background: transparent;
}

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

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

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

.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: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  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: 12.5px;
  font-weight: 400;
  line-height: 1.85;
  color: #e0e0e0;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

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

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

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

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

.info-date {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff6d9;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.info-date span {
  font-size: 18px;
}

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

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

.plan-row {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  line-height: 1.2;
  row-gap: 3px;
  width: 100%;
}

/* 1行目: 種別 & 価格 */
.plan-label {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 6px;
}

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

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

/* 1行目と2行目の間の改行ブレーク */
.plan-row .plan-price::after {
  content: "";
  display: block;
  width: 100%;
  flex-basis: 100%;
  height: 0;
}

/* 2行目: 内容 & 席種 */
.plan-desc {
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
}

.plan-divider {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-size: 11px;
}

.plan-type {
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
}

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

.info-notes {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
}

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

/* --------------------------------------------------
   Ticket CTA Section
-------------------------------------------------- */
.disco-ticket-section {
  margin-top: 45px;
  padding: 35px 20px 30px;
  text-align: center;
  background: #090b16;
  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: 30px;
}

.ticket-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fffaca;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

.ticket-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #a0a5b5;
  margin: 0 0 25px;
}

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

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

.btn-ticket,
.btn-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 12px;
  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: 2px solid rgba(3, 20, 50, 0.7);
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.7),
    inset 0 -2px 4px rgba(0, 20, 60, 0.5),
    0 4px 15px rgba(7, 45, 95, 0.55),
    0 2px 3px 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: 2px solid rgba(182, 25, 25, 0.88);
}

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

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

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

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

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

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

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

.ticket-notice-highlight {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ff9d3b;
  margin: 24px auto;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

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

/* 来館予約ボタン */
.offline-booking {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 0;
}

.btn-offline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 12px;
  background: linear-gradient(180deg, #4ec4f7 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: 2px solid rgba(5, 45, 75, 0.6);
  border-radius: 6px;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(5, 55, 90, 0.4),
    0 4px 15px rgba(20, 110, 165, 0.45),
    0 2px 3px 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:active {
  transform: translateY(1px);
  box-shadow: 
    inset 0 2px 4px rgba(5, 55, 90, 0.6),
    0 2px 6px rgba(20, 110, 165, 0.35);
}

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

.offline-notes {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #9aa1b2;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.offline-notes p {
  margin: 8px 0;
}

.offline-notes .pay-methods {
  margin-top: 8px;
  color: #c0c5d5;
}


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

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

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

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

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

.contact-hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11.5px;
  color: #8e95a8;
  margin: 4px 0 0;
}

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

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