@charset "utf-8";
/* ========================
   TVアニメ『ブルーロック』
   POP UP STORE in ロフト 2026
   LP style.css — KVに合わせたパーティーデザイン
======================== */

/* ---- CSS変数 ---- */
:root {
  --cream:      #FFFBF0;   /* KV背景クリーム */
  --cream-dark: #F5EDCC;   /* やや濃いクリーム */
  --gold:       #E8A800;   /* KVゴールドスター */
  --gold-light: #FFD740;
  --navy:       #1A2A5A;   /* テキスト濃紺 */
  --navy-mid:   #2A3D7A;
  --accent:     #1E56C8;   /* ブルーロック青 */
  --pink:       #F06080;   /* バルーンピンク */
  --teal:       #2ABBA0;   /* ティールアクセント */
  --text:       #1A2240;
  --text-sub:   #3A4A7A;
  --border-gold: rgba(232, 168, 0, 0.40);
}

/* ---- リセット・共通 ---- */
html {
  scroll-padding-top: 68px;
  background-color: var(--cream);
}
body {
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text);
  line-height: 1.9;
  background-color: var(--cream);
  max-width: 1800px;
  margin: 0 auto;
}
main { background-color: transparent; }
section { scroll-margin-top: 68px; }

/* ---- ナビゲーション ---- */
.global_nav {
  position: relative;
  background-color: var(--navy) !important;
  padding: 0 !important;
}
.global_nav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    #E8A800 0%, #FFD740 25%, #E8A800 50%, #FFD740 75%, #E8A800 100%
  );
}
.global_nav nav { max-width: 1200px; margin: 0 auto; }
.nav1 {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-around !important;
  align-items: center !important;
  padding: 0.8rem 1rem !important;
}
.nav1 > li {
  float: none !important;
  padding-right: 0 !important;
  font-size: clamp(0.78rem, 1.1vw, 1rem) !important;
  font-weight: 700;
  white-space: nowrap;
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
.nav2 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 1.2rem;
  padding: 0 !important;
  margin: 0 !important;
}
.nav2 li {
  float: none !important;
  padding-right: 0 !important;
  list-style: none;
  display: flex !important;
  align-items: center !important;
}
.nav1 a, .nav1 a:visited {
  color: #FFF8E0 !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  display: flex !important;
  align-items: center !important;
}
.nav1 a:hover { color: var(--gold-light) !important; opacity: 1 !important; }
.icons { width: 26px !important; height: auto; display: block !important; }
.nav1 .fa-brands,
.globalMenuSp .fa-brands {
  font-size: 1.4rem;
  color: #FFF8E0;
  transition: color 0.2s;
  display: block;
}
.nav1 .fa-brands:hover,
.globalMenuSp .fa-brands:hover { color: var(--gold-light); }

/* ---- ハンバーガーメニュー ---- */
nav.globalMenuSp { background: #0F1A3A !important; }
nav.globalMenuSp ul { background: #0F1A3A !important; }
nav.globalMenuSp ul li {
  border-bottom-color: rgba(232, 168, 0, 0.20) !important;
  color: #FFF8E0;
}
nav.globalMenuSp ul li a,
.spli2 a, .spli2 a:visited, .spli2 span { color: #FFF8E0 !important; }
.hamburger { background-color: var(--navy) !important; }
.hamburger span { background: #FFF8E0 !important; }
.spli2_1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.spli2_1 .icon-row { display: flex; justify-content: center; gap: 1rem; margin-top: 0.5rem; }

/* ---- h1 KV ---- */
h1 {
  padding-top: 55px;
  background-color: var(--cream);
  margin: 0;
  margin-bottom: clamp(40px, 4vw, 60px);
}
h1 img {
  padding-top: 0 !important;
  width: 100%;
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}

/* ---- セクション共通 ---- */
.section-wrap {
  padding: clamp(40px, 4vw, 60px) 3%;
}

/* セクション交互背景 */
#online, #items {
  background-color: var(--cream-dark);
}

/* ---- .cnt カード — ゴールドボーダー ---- */
.cnt {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid var(--border-gold);
  background-color: #FFFFFF;
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%,
      rgba(255, 248, 200, 0.50) 0%, transparent 70%);
  box-shadow:
    0 2px 20px rgba(180, 130, 0, 0.12),
    0 0 0 1px rgba(232, 168, 0, 0.10) inset;
  padding: clamp(40px, 5vw, 64px) clamp(36px, 6vw, 80px);
  color: var(--text);
  font-weight: 500;
  position: relative;
}

/* ---- h2 見出し — ゴールド帯 ---- */
h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}
h2::before, h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold));
  max-width: 80px;
}
h2::after { background: linear-gradient(to left, transparent, var(--gold)); }
h2 span {
  display: inline-block;
  background: linear-gradient(135deg,
    #E8A800 0%, #C88000 40%, #E8A800 70%, #FFD740 100%
  );
  color: #FFFFFF;
  padding: 0.25rem 1.8rem;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 10px rgba(200, 140, 0, 0.40);
  text-shadow: 0 1px 2px rgba(100, 60, 0, 0.40);
}

/* ---- h3 ---- */
h3 {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: var(--navy-mid);
  margin-bottom: 0.3rem;
}
h3::before { content: "◆ "; color: var(--gold); font-size: 0.75em; }

/* ---- 情報リスト ---- */
.info-list {
  list-style: none;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid rgba(232, 168, 0, 0.25);
}
.info-item { display: flex; align-items: baseline; gap: 1.5rem; padding: 0.25rem 0; }
.info-item:last-child { border-bottom: none; }
.info-item h3 { flex-shrink: 0; min-width: 8em; margin-bottom: 0; }
.info-item p { font-size: clamp(1rem, 1.7vw, 1.1rem); line-height: 1.9; margin: 0; color: var(--text); }
.info-item small { font-size: 0.82em; color: var(--text-sub); }
.info-item a { color: var(--accent); text-underline-offset: 2px; }
@media screen and (max-width: 600px) {
  .info-item { flex-direction: column; gap: 0.3rem; text-align: center; align-items: center; }
  .info-item h3 { min-width: unset; }
  .info-item p { text-align: center; }
}
.info-item--intro { display: block; text-align: center; }
.intro-text {
  font-size: clamp(1rem, 1.7vw, 1.15rem) !important;
  line-height: 2 !important;
  text-align: center;
  margin: 0 auto;
  color: var(--text);
}

/* ---- オンラインショップ ---- */
.online-bot { margin-top: 1.6rem; text-align: center; }
.online-bot p { font-size: clamp(0.875rem, 1.5vw, 1rem); margin-bottom: 0.8rem; color: var(--text); }
.online-bot img { max-width: 76%; margin: 0.6rem auto 0.8rem; }
.online-bot small {
  font-size: 0.85em;
  color: var(--text-sub);
  display: block;
  line-height: 1.7;
  max-width: 76%;
  margin: 0 auto;
  text-align: left;
}

/* ---- X セクション ---- */
.x-cnt { max-width: 600px; margin: 4rem auto 0; scroll-margin-top: 68px; }
.x-content { text-align: center; }
.x-content p { font-size: clamp(0.9rem, 1.8vw, 1.05rem); line-height: 2; color: var(--text); }
.x-content a { color: var(--accent); font-weight: 700; text-decoration: underline; }

/* ---- 購入特典 ---- */
#tokuten .item-block p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.8;
  color: var(--text);
}
.tokuten-notes { list-style: none; padding: 0; margin: 1.2rem 0 0; text-align: left; }
.tokuten-notes li { font-size: clamp(0.875rem, 1.5vw, 1rem); line-height: 1.85; color: var(--text-sub); }

/* ---- 商品 ---- */
.item-block { width: 100%; text-align: center; }
.item-block img { width: 100%; max-width: 100%; display: block; margin: 0 auto; }

/* ---- 注意事項 ---- */
.attention-list { list-style: none; padding: 0; margin: 0; }
.attention-list li {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 2;
  padding: 0.45rem 0 0.45rem 1.3em;
  text-indent: -1.3em;
  border-bottom: 1px solid rgba(232, 168, 0, 0.20);
  color: var(--text-sub);
}
.attention-list li:last-child { border-bottom: none; }
.attention-list li::before { content: "・"; color: var(--gold); font-weight: 700; }

/* ---- 開催日程 ストアブロック ---- */
.sche { display: flex; flex-direction: column; gap: 0.8rem; }
.store-block {
  display: flex;
  align-items: center;
  width: 94%;
  margin: 0 auto;
  background: #FFFDF5;
  border-radius: 8px;
  border: 1.5px solid rgba(232, 168, 0, 0.40);
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(180, 130, 0, 0.08);
}
.store-block h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  padding: 1rem 1.2rem;
  border-right: 1px solid rgba(200, 140, 0, 0.25);
  background: linear-gradient(135deg, #E8A800 0%, #C87000 100%);
  flex-shrink: 0;
  min-width: 7.5em;
  white-space: normal;
  line-height: 1.5;
  align-self: stretch;
  text-shadow: 0 1px 2px rgba(100, 50, 0, 0.35);
}
.store-block h3::before { content: none; }
.store-block-right { flex: 1; display: flex; align-items: center; padding: 0; }
.sche dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px dotted rgba(200, 150, 0, 0.20);
  border-bottom: none;
  padding: 0.55rem 1rem;
  margin: 0;
}
.sche dl:first-child { flex: 0 0 310px; flex-shrink: 0; }
.sche dl:first-child dd { white-space: nowrap; }
.sche dl:last-of-type { border-right: none; flex: 1; }
.sche dt {
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 700;
  color: var(--gold);
  text-align: left;
  padding: 0 0 0.1rem;
  letter-spacing: 0.05em;
}
.sche dd { font-size: clamp(0.85rem, 1.4vw, 1rem); color: var(--text); line-height: 1.65; margin: 0; }
.sche dd span { font-size: 118%; font-weight: 700; color: var(--navy); }

/* ---- ボタン ---- */
.btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  flex-shrink: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.28rem 0.85rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: clamp(0.72rem, 1.1vw, 0.84rem);
  font-weight: 700;
  transition: opacity 0.2s, background 0.2s;
  white-space: nowrap;
  background: var(--navy);
  color: #FFFFFF;
  border: 1px solid var(--navy);
}
.btn i { font-size: 0.85em; }
.btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); opacity: 1; }

/* ---- タブレット (681–900px) ---- */
@media screen and (min-width: 681px) and (max-width: 900px) {
  .store-block { flex-direction: column; align-items: stretch; width: 96%; }
  .store-block h3 { width: 100%; min-width: unset; border-right: none; border-bottom: 1px solid rgba(200,140,0,0.25); padding: 0.7rem 1rem; align-self: auto; }
  .store-block-right { flex-wrap: wrap; align-items: flex-start; padding: 0; }
  .store-block-right > dl:first-of-type { flex: 0 0 48%; border-right: 1px dotted rgba(200,150,0,0.20); border-bottom: none; white-space: nowrap; }
  .store-block-right > dl:last-of-type { flex: 1; border-right: none; border-bottom: none; }
  .store-block-right > .btn-wrap { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; padding: 0.6rem 1rem; gap: 0.4rem; border-top: 1px dotted rgba(200,150,0,0.15); }
  .btn { flex: none; }
}

/* ---- モバイル (〜680px) ---- */
@media screen and (max-width: 680px) {
  .store-block { flex-direction: column; align-items: stretch; width: 96%; }
  .store-block h3 { width: 100%; min-width: unset; border-right: none; border-bottom: 1px solid rgba(200,140,0,0.25); padding: 0.7rem 1rem; align-self: auto; }
  .store-block-right { flex-direction: column; align-items: stretch; padding: 0; }
  .sche dl { border-right: none; border-bottom: 1px dotted rgba(200,150,0,0.15); flex: none; padding: 0.5rem 1rem; }
  .sche dl:first-child { flex: none; flex-shrink: 1; }
  .sche dl:first-child dd { white-space: normal; }
  .sche dl:last-of-type { border-bottom: 1px dotted rgba(200,150,0,0.15); }
  .btn-wrap { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0.6rem 1rem; gap: 0.4rem; }
  .btn { flex: 1; min-width: fit-content; }
}

/* ---- TOPへ戻るボタン ---- */
#top {
  position: fixed;
  bottom: 5%; right: 3%;
  z-index: 100;
  background: linear-gradient(135deg, #E8A800 0%, #C87000 100%);
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(200, 140, 0, 0.45);
  transition: background 0.2s, opacity 0.3s;
  opacity: 0; visibility: hidden; pointer-events: none;
}
#top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
#top a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700; font-size: 1rem; line-height: 1.1;
  background: transparent;
  text-shadow: 0 1px 2px rgba(100, 60, 0, 0.40);
}
#top a span { font-size: 0.55rem; letter-spacing: 0.05em; background: transparent; }
#top:hover { background: var(--navy); }

/* ---- フッター ---- */
footer {
  padding: 1.2rem 0;
  text-align: center;
  background-color: var(--navy);
  border-top: 3px solid var(--gold);
  margin-top: clamp(40px, 4vw, 60px);
}
.copyright {
  color: #FFF8E0;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  letter-spacing: 0.05em;
  background: transparent;
}

/* ---- レスポンシブ ---- */
@media screen and (max-width: 900px) {
  .cnt { padding: clamp(40px, 7vw, 70px) clamp(28px, 5vw, 60px); }
}
@media screen and (max-width: 750px) {
  .section-wrap { padding: 6% 3%; }
  .cnt { padding: 36px 20px; }
  .online-bot img { max-width: 90%; }
  .online-bot small { max-width: 90%; }
  .nav1 > li, .nav2 { display: none !important; }
  .hamburger { top: 4px !important; margin-top: 0 !important; }
  .global_nav nav:not(.globalMenuSp) { display: none; }
}
@media screen and (max-width: 560px) {
  body { font-size: 12px; }
}
