/* =========================================================
   style.css — カンタ！ティモール上映会＋大西つねき座談会LP
   明るい紙色ベース＋テラコッタ。ヒーローと引用バンドのみダーク。
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper:       #faf6ee;
  --paper-alt:   #f1e9da;
  --ink:         #2b241c;
  --ink-soft:    #5f5546;
  --line:        rgba(43, 36, 28, 0.14);
  --accent:      #a8502a;
  --accent-dark: #7f3a1d;
  --dark:        #14100c;
  --dark-text:   #f4ecdd;
  --font-serif:  'Shippori Mincho B1', serif;
  --font-sans:   'Noto Sans JP', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.9;
  overflow-x: hidden;
  /* 追従CTAバーの高さ分 */
  padding-bottom: 72px;
}

a { color: var(--accent-dark); }
img { max-width: 100%; display: block; }

/* ----- 共通レイアウト ----- */
.section--paper { background: var(--paper); }
.section--alt   { background: var(--paper-alt); }

.section-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 88px 32px;
}
.section-inner--wide { max-width: 960px; }

.section-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

.lead-text {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  margin-bottom: 36px;
}
.lead-text--center { text-align: center; }
.lead-text strong { color: var(--accent-dark); }

/* ----- 背景画像セクション（ヒーロー・引用バンド） ----- */
.has-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* パララックス（background-attachment:fixed）。
   iOS Safari／タッチ端末では正しく動作しないため通常のcover表示にフォールバックする。 */
.bg-parallax { background-attachment: fixed; }
@supports (-webkit-touch-callout: none) {
  .bg-parallax { background-attachment: scroll; }
}
@media (pointer: coarse) {
  .bg-parallax { background-attachment: scroll; }
}
.overlay { position: absolute; inset: 0; z-index: 0; }
.overlay--hero  { background: linear-gradient(to bottom, rgba(15,11,8,0.66), rgba(15,11,8,0.55) 55%, rgba(15,11,8,0.78)); }
.overlay--quote { background: rgba(15, 11, 8, 0.72); }
#film-quote .overlay--quote { background: rgba(15, 11, 8, 0.58); }
#film-quote .quote-line { text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6); }

/* ----- スクロールリビール ----- */
.sr {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.sr.visible { opacity: 1; transform: none; }

/* =========================================================
   1. HERO
   ========================================================= */
#hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--dark);
  position: relative;
  color: var(--dark-text);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 72px 24px 96px;
  max-width: 760px;
  animation: heroIn 1.2s ease 0.15s both;
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

.hero-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: #e8a37f;
  margin-bottom: 20px;
}

.hero-movie-logo {
  width: clamp(200px, 36vw, 340px);
  margin: 0 auto 20px;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 3vw, 1.7rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fdf9f0;
  margin-bottom: 28px;
}
.hero-title-plus { color: #e8a37f; padding: 0 0.35em; }
.hero-title .keep { display: inline-block; }

.hero-info { margin-bottom: 28px; }
.hero-date {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fdf9f0;
  line-height: 1.3;
}
.hero-date span { font-size: 0.5em; font-weight: 700; padding: 0 0.15em; }
.hero-venue {
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.hero-sessions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 32px;
}
.hero-session {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  border: 1px solid rgba(253, 249, 240, 0.35);
  border-radius: 999px;
  background: rgba(15, 11, 8, 0.35);
  font-size: clamp(0.8rem, 1.5vw, 0.92rem);
}
.hero-session--main {
  border-color: #e8a37f;
  background: rgba(168, 80, 42, 0.35);
}
.hero-session-tag {
  font-weight: 700;
  font-size: 0.78em;
  letter-spacing: 0.1em;
  color: #e8a37f;
  white-space: nowrap;
}
.hero-session--main .hero-session-tag { color: #ffc9a6; }

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.scroll-text { font-size: 0.6rem; letter-spacing: 0.28em; opacity: 0.55; color: var(--dark-text); }
.scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, #e8a37f, transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* =========================================================
   ボタン
   ========================================================= */
.btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}
.btn--solid {
  background: var(--accent);
  border: 1.5px solid var(--accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(168, 80, 42, 0.3);
}
.btn--solid:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn--ghost {
  background: transparent;
  border: 1.5px solid var(--accent);
  color: var(--accent-dark);
}
.btn--ghost:hover { background: rgba(168, 80, 42, 0.08); }
.btn--ghost-light { border-color: rgba(253, 249, 240, 0.6); color: #fdf9f0; }
.btn--ghost-light:hover { background: rgba(253, 249, 240, 0.12); }
.btn--block { display: block; width: 100%; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* =========================================================
   2. 開催概要・情報テーブル
   ========================================================= */
.info-table { width: 100%; border-collapse: collapse; margin-top: 4px; }
.info-table th, .info-table td {
  padding: 14px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.info-table th {
  color: var(--accent-dark);
  font-weight: 700;
  width: 96px;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.info-table td { font-size: 0.98rem; }
.td-note { font-size: 0.85em; color: var(--ink-soft); }

/* =========================================================
   3. チケットカード
   ========================================================= */
.ticket-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 820px) {
  .ticket-cards { grid-template-columns: 1fr 1fr; align-items: stretch; }
}

.ticket-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(43, 36, 28, 0.07);
  display: flex;
  flex-direction: column;
}
.ticket-card--main {
  border: 2px solid var(--accent);
  box-shadow: 0 10px 32px rgba(168, 80, 42, 0.18);
}

.ticket-badge {
  background: var(--accent);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 8px 12px;
}
.ticket-badge--sub { background: #857661; }

.ticket-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ticket-body {
  padding: 28px 26px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ticket-body .btn { margin-top: auto; }

.ticket-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.ticket-sub {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--accent-dark);
  margin: 2px 0 14px;
}
.ticket-price {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.ticket-price span { font-size: 0.42em; font-weight: 500; color: var(--ink-soft); margin-left: 4px; }

.ticket-spec {
  list-style: none;
  border-top: 1px solid var(--line);
  margin-bottom: 22px;
}
.ticket-spec li {
  display: flex;
  gap: 14px;
  padding: 10px 2px;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  line-height: 1.7;
}
.ticket-spec li span {
  flex: 0 0 3em;
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 0.92em;
}

.ticket-note {
  font-size: 0.75rem;
  color: var(--ink-soft);
  margin-top: 10px;
  line-height: 1.7;
}
.ticket-note--strong {
  font-size: 0.8rem;
  color: var(--ink);
  background: rgba(168, 80, 42, 0.08);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
}
.ticket-note--strong strong { color: var(--accent-dark); }
.ticket-spec strong { color: var(--accent-dark); }

/* =========================================================
   4. 映画紹介・引用バンド
   ========================================================= */
.film-catch {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent-dark);
  margin-bottom: 28px;
}

.film-figure {
  margin: 0 0 28px;
  border-radius: 8px;
  overflow: hidden;
}

.film-text { display: flex; flex-direction: column; gap: 1.4em; }
.film-text p { font-size: clamp(0.95rem, 1.6vw, 1.02rem); }

.section-inner--narrow {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 110px 32px;
  text-align: center;
}
#year2012 { color: var(--dark-text); background-color: var(--dark); }
.year-text {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1.2em;
  color: #fdf9f0;
}
.year-sub {
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  letter-spacing: 0.08em;
  color: rgba(244, 236, 221, 0.75);
  line-height: 2;
}

#film-quote { color: var(--dark-text); background-color: var(--dark); }
.quote-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 110px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
.quote-line { font-family: var(--font-serif); font-size: clamp(1rem, 2vw, 1.15rem); line-height: 2; }
.quote-line--em { font-size: clamp(1.1rem, 2.4vw, 1.4rem); font-weight: 700; color: #fdf9f0; }
.quote-line--key { font-size: clamp(1.05rem, 2.2vw, 1.3rem); font-weight: 700; color: #e8a37f; letter-spacing: 0.05em; }

/* =========================================================
   5. 大西つねきプロフィール
   ========================================================= */
.profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  .profile-grid { grid-template-columns: 300px 1fr; gap: 40px; }
}

.profile-portrait {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  max-width: 300px;
}
.profile-portrait img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center 28%; width: 100%; }

.profile-name {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.profile-name-en {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--accent);
  margin-top: 2px;
}
.profile-text p + p { margin-top: 1em; }
.profile-text p { font-size: 0.96rem; }

.talk-about {
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  padding: 24px 26px;
  margin-bottom: 36px;
  box-shadow: 0 4px 18px rgba(43, 36, 28, 0.06);
}
.talk-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-dark);
  margin-bottom: 10px;
}
.talk-about p { font-size: 0.95rem; }

.photo-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}
.photo-strip img {
  border-radius: 8px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.cta-block { text-align: center; }
.cta-note {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--ink-soft);
}
.profile-career {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.9;
}

/* =========================================================
   6. 申込フォーム
   ========================================================= */
.form-lead {
  margin-top: 24px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.form-wrap { margin-top: 32px; }
.reservation-form {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 6px 24px rgba(43, 36, 28, 0.07);
}
.form-row { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.form-row label {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.form-row .req {
  color: #fff;
  background: var(--accent);
  font-size: 0.66rem;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.08em;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row input[type="number"] {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 12px 14px;
  font-family: var(--font-sans);
  font-size: 1rem;
  border-radius: 6px;
}
.form-row input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(168, 80, 42, 0.15);
}
.form-hint {
  font-size: 0.78rem;
  color: #8a7f70;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
.radio-group { display: flex; gap: 24px; flex-wrap: wrap; }
.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 400;
  cursor: pointer;
}
.radio-label input { accent-color: var(--accent); }
.form-row--submit { margin-top: 4px; }
.form-message {
  text-align: center;
  font-size: 0.88rem;
  min-height: 1.4em;
}
.form-message.is-error { color: #b3402a; font-weight: 700; }
.form-message.is-success { color: var(--accent-dark); font-weight: 700; }

/* =========================================================
   7/8. アクセス・FAQ
   ========================================================= */
.map-embed {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.map-embed iframe { display: block; }
.map-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.88rem;
  color: var(--accent-dark);
}

.parking-video {
  margin-top: 24px;
}
.parking-video-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.parking-video video {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #000;
}

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 24px;
}
.faq-q { font-weight: 700; margin-bottom: 8px; color: var(--accent-dark); }
.faq-a { font-size: 0.92rem; }

/* =========================================================
   フッター・追従CTAバー
   ========================================================= */
.site-footer {
  text-align: center;
  padding: 48px 24px 56px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 2.3;
  letter-spacing: 0.06em;
  background: var(--paper-alt);
}
.site-footer a { color: var(--accent-dark); }

.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(43, 36, 28, 0.12);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.sticky-cta.is-visible { transform: none; }

.sticky-date {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.sticky-btns { display: flex; gap: 10px; }

.btn-mini {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}
.btn-mini--solid {
  background: var(--accent);
  border: 1.5px solid var(--accent);
  color: #fff;
}
.btn-mini--solid:hover { background: var(--accent-dark); }
.btn-mini--ghost {
  background: #fff;
  border: 1.5px solid var(--accent);
  color: var(--accent-dark);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
  .section-inner { padding: 72px 24px; }
  .quote-inner { padding: 88px 24px; }
}
@media (max-width: 480px) {
  .section-inner { padding: 60px 20px; }
  .info-table th { width: 78px; padding: 12px 8px; }
  .info-table td { padding: 12px 8px; font-size: 0.92rem; }
  .btn { padding: 15px 24px; font-size: 0.95rem; width: 100%; max-width: 360px; }
  .sticky-date { display: none; }
  .sticky-btns { width: 100%; }
  .sticky-btns .btn-mini { flex: 1; }
  .ticket-body { padding: 24px 20px 22px; }
}
