/* ==========================================================================
   quest-content.css
   甲府銀座通りクエスト: NEWS〜FOOTER・フローティングCTAまでの各セクション
   ※ トークン(:root)・リセットは quest.css を参照(必ずセットで読み込む)
   ========================================================================== */

/* ─────────────────────────────────────────
   NEWS
───────────────────────────────────────── */
.newsWrap { padding: 3.5rem 0; border-bottom: 1px solid var(--q-border); }
.newsWrap__inner { max-width: 680px; margin: 0 auto; padding: 0 2rem; }

.title__h3 {
  font-family: var(--q-font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--q-coral-dark);
  letter-spacing: .1em;
  margin-bottom: 1.6rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--q-coral);
  display: inline-block;
}

.newsWrap__list { display: flex; flex-direction: column; gap: 0; }
.newsWrap__list a { display: block; }
.newsWrap__dl {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--q-border);
  font-size: 1.3rem;
}
.newsWrap__dt {
  color: var(--q-text-muted);
  flex-shrink: 0;
  padding-top: .1rem;
  white-space: nowrap;
}
.newsWrap__dd { color: var(--q-text); line-height: 1.6; }
.newsWrap__dd a { color: var(--q-blue-dark); text-decoration: underline; }

/* ─────────────────────────────────────────
   ABOUT
───────────────────────────────────────── */
.aboutWrap__photocol {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
  background: var(--q-card-cream);
  border: 1px solid var(--q-border);
}
.aboutWrap__photo {
  display: block;
  width: 100%;
  height: auto;
}

.aboutWrap__txtcol h4 {
  font-family: var(--q-font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: var(--q-heading);
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
.aboutWrap__txtcol p {
  font-size: 1.45rem;
  line-height: 1.9;
  color: var(--q-text-sub);
  margin-bottom: 1.2rem;
}
.aboutWrap__txtcol strong { color: var(--q-heading); }

.point-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.4rem;
}
.point-box {
  background: #fff;
  border: 1.5px solid var(--q-border);
  border-radius: 1rem;
  padding: 1.4rem 1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(70,65,58,.05);
}
.point-box .icon { font-size: 2.2rem; margin-bottom: .5rem; }
.point-box .label { font-size: 1.2rem; font-weight: 700; color: var(--q-heading); line-height: 1.4; }

/* ─────────────────────────────────────────
   HOW TO PLAY
───────────────────────────────────────── */
.howtoWrap__inner { display: flex; flex-direction: column; gap: 2rem; }

.howto-col {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--q-border);
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(70,65,58,.04);
}

.howto-col__imgcol {
  flex-shrink: 0;
  width: 100px; height: 100px;
  background: var(--q-blue-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 3.6rem;
  position: relative;
}
.howto-col__num {
  position: absolute;
  top: .4rem; left: .5rem;
  width: 2.2rem; height: 2.2rem;
  background: var(--q-coral);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
}

.howto-col__txtcol {
  padding: 1.4rem 1.4rem 1.4rem 0;
  flex: 1;
}
.howto-col__txtcol h4 {
  font-family: var(--q-font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--q-heading);
  margin-bottom: .5rem;
}
.howto-col__txtcol p {
  font-size: 1.3rem;
  color: var(--q-text-sub);
  line-height: 1.75;
}

/* ─────────────────────────────────────────
   PLAY STYLE
───────────────────────────────────────── */
.playWrap__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.play-col {
  background: #fff;
  border: 1.5px solid var(--q-border);
  border-radius: 1rem;
  padding: 1.6rem .8rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(70,65,58,.04);
}
.play-col .icon { font-size: 2.6rem; margin-bottom: .7rem; display: block; }
.play-col .txt { font-size: 1.2rem; color: var(--q-heading); line-height: 1.5; }
.play-col .txt em { color: var(--q-coral-dark); font-style: normal; font-weight: 700; display: block; font-size: 1rem; }

/* ─────────────────────────────────────────
   SCHEDULE
───────────────────────────────────────── */
.scheduleWrap__hero {
  background: linear-gradient(135deg, var(--q-footer-bg) 0%, #5c5347 100%);
  border-radius: 1.4rem;
  padding: 2.8rem 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.scheduleWrap__hero .label {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: .1em;
  color: var(--q-blue);
  font-weight: 700;
  background: rgba(126,192,214,.18);
  border: 1px solid rgba(126,192,214,.45);
  padding: .2em 1em;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.scheduleWrap__hero .date-big {
  font-family: var(--q-font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--q-yellow);
  display: block;
  margin-bottom: .5rem;
}
.scheduleWrap__hero .countdown {
  font-size: 1.3rem;
  color: rgba(255,255,255,.75);
  margin-top: .6rem;
}

.schedule-dl {
  background: #fff;
  border: 1px solid var(--q-border);
  border-radius: 1.2rem;
  overflow: hidden;
}
.schedule-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.3rem 1.6rem;
  border-bottom: 1px solid var(--q-border);
  font-size: 1.45rem;
}
.schedule-row:last-child { border-bottom: none; }
.schedule-row .icon { font-size: 1.6rem; flex-shrink: 0; width: 2rem; text-align: center; }
.schedule-row .key { color: var(--q-text-muted); font-size: 1.3rem; width: 5rem; flex-shrink: 0; padding-top: .1rem; }
.schedule-row .val { font-weight: 700; color: var(--q-heading); line-height: 1.6; }
.schedule-row .val .accent { color: var(--q-coral-dark); }
.schedule-row .val small { font-weight: 400; font-size: 1.2rem; color: var(--q-text-muted); }

/* ─────────────────────────────────────────
   JOIN
───────────────────────────────────────── */
.joinWrap__steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 2.8rem; }

.join-step {
  display: flex;
  gap: 1.2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--q-border);
  align-items: flex-start;
}
.join-step:last-child { border-bottom: none; }
.join-step__num {
  flex-shrink: 0;
  width: 3.2rem; height: 3.2rem;
  background: var(--q-coral);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: var(--q-font-heading);
}
.join-step__body h4 {
  font-family: var(--q-font-heading);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--q-heading);
  margin-bottom: .4rem;
}
.join-step__body p {
  font-size: 1.35rem;
  color: var(--q-text-sub);
  line-height: 1.75;
}

/* CTAボタン */
.btn-main {
  display: block;
  width: 100%;
  padding: 1.6rem;
  background: var(--q-coral);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
  border-radius: 1rem;
  letter-spacing: .02em;
  box-shadow: 0 4px 20px rgba(244,144,107,.4);
  transition: background .2s, transform .15s;
}
.btn-main:hover { background: var(--q-coral-dark); }
.btn-main:active { transform: scale(.98); }

.btn-sub {
  display: block;
  width: 100%;
  padding: 1.3rem;
  background: var(--q-blue);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  transition: background .2s, transform .15s;
}
.btn-sub:hover { background: var(--q-blue-dark); }
.btn-sub:active { transform: scale(.98); }

.btn-note {
  text-align: center;
  font-size: 1.2rem;
  color: var(--q-text-muted);
  margin-top: .8rem;
  line-height: 1.6;
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
footer {
  background: var(--q-footer-bg);
  padding: 4rem 2rem;
  text-align: center;
  color: rgba(255,255,255,.72);
  font-size: 1.3rem;
  line-height: 2;
}
footer .footer-logo {
  font-family: var(--q-font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .4rem;
}
footer .footer-logo span { color: var(--q-yellow); }
footer a { color: rgba(255,255,255,.7); text-decoration: underline; }
footer .footer-back {
  display: inline-block;
  margin-top: 1.6rem;
  padding: .9rem 2rem;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
footer .copy { margin-top: 2rem; font-size: 1.1rem; opacity: .55; }

/* ─────────────────────────────────────────
   FLOATING CTA
───────────────────────────────────────── */
.float-cta {
  position: fixed;
  bottom: 1.6rem; left: 50%; transform: translateX(-50%);
  z-index: 800;
  width: calc(100% - 3.2rem);
  max-width: 500px;
  background: var(--q-coral);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  padding: 1.3rem;
  border-radius: .9rem;
  box-shadow: 0 6px 24px rgba(244,144,107,.5);
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.float-cta.show { opacity: 1; pointer-events: auto; }

/* ─────────────────────────────────────────
   デスクトップでの余白調整
───────────────────────────────────────── */
@media (min-width: 768px) {
  .titlecol__h3 { font-size: 3rem; }
  .howto-col__txtcol h4 { font-size: 1.8rem; }
  .btn-main, .btn-sub { max-width: 420px; margin-left: auto; margin-right: auto; }
}
