@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  font-size: 14px;
}

/* REVE DES LUMIERES specific styles - SP */
.parts-header {
  display: none;
}

.parts-notification {
  display: none;
}

/* Mobile specific adjustments */
.container {
  padding: 0 1rem;
}

.header-inner {
  height: 60px;
}

.header-logo img {
  height: 40px;
}

.card {
  padding: 1rem;
}

.section-title {
  font-size: 1.25rem;
}

.section-header {
  font-size: 1.125rem;
}

/* Info table mobile */
.info-table th,
.info-table td {
  padding: 0.75rem;
  font-size: 0.875rem;
}

.info-table th {
  width: 35%;
}

/* Payment flow tags */
.payment-flow-tag {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.payment-flow-tag.lottery {
  background-color: #dc2626;
}

.payment-flow-tag.first-come {
  background-color: #4b5563;
}

.payment-flow-tag.priority {
  background-color: #2563eb;
}

/* Kiosk status */
.kiosk-status {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.5rem;
}

/* Ticket item mobile */
.ticket-item {
  padding: 1rem;
}

.ticket-title {
  font-size: 1rem;
}

.ticket-date {
  font-size: 0.75rem;
}

.ticket-btn {
  width: 100%;
  margin-top: 1rem;
}

/* Button list mobile */
.btn-list {
  flex-direction: column;
}

.btn-list a {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

/* Utility classes */
.u-pink {
  color: #dc2626;
}

.u-blue {
  color: #2563eb;
}

.u-gray {
  color: #6b7280;
}

/* Link styles */
a.link {
  text-decoration: underline;
  color: #2563eb;
}

/* Form elements */
input, select, textarea, button {
  font-family: inherit;
  font-size: 16px; /* Prevent zoom on iOS */
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Entry page JS components - Mobile */
.ticket-choice-appendable .ticket-choice-wrap {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.ticket-choice-appendable .choice-header {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #111827;
}

.ticket-choice-appendable .choice-btn {
  display: block;
  width: 100%;
  padding: 0.75rem;
  text-align: center;
}

/* Calendar styles for mobile */
.calendar-wrapper {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.calendar-day {
  font-size: 0.75rem;
  padding: 0.25rem;
}

/* Time slot styles mobile */
.time-slots {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.time-slot {
  padding: 0.5rem;
  font-size: 0.875rem;
}

/* Quantity selection mobile */
.quantity-select {
  padding: 0.5rem;
  font-size: 16px;
  min-width: 70px;
}

/* Total price display mobile */
.total-price {
  font-size: 1.25rem;
}

/* Terms scroll mobile */
.terms-scroll {
  height: 150px;
  font-size: 0.75rem;
}

/* Back button mobile */
.back-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem;
}

/* TV Asahi ID box mobile */
.tv-asahi-id {
  padding: 1rem;
}

.tv-asahi-id h3 {
  font-size: 0.875rem;
}

/* Notes mobile */
.notes {
  padding: 0.75rem;
}

.notes-text {
  font-size: 0.75rem;
}

/* Stock indicators */
.stock-full {
  color: #059669;
}

.stock-limited {
  color: #d97706;
}

.stock-soldout {
  color: #dc2626;
}

/* Fix table overflow on mobile */
.info-table {
  display: block;
  overflow-x: auto;
}

/* Annotation mobile */
.annotation-text {
  font-size: 0.75rem;
}
