@charset "utf-8";
/* ========================
   劇場版モノノ怪 第三章 蛇神
   POP UP STORE in ロフト
   LP style.css
======================== */

/* ---- CSS変数 ---- */
:root {
  --main:       #4A2040;   /* 深い藤色・モノノ怪メインカラー */
  --main-mid:   #6B3060;
  --gold:       #C8941A;
  --gold-light: #E8C64A;   /* 読みやすいゴールド */
  --bg-base:    #1A1010;
  --bg-paper:   #F5EFE0;   /* 和紙クリーム */
  --accent:     #E07060;   /* 明るめの朱色（暗背景で読みやすい） */
  --accent2:    #7B3F8C;
  --text:       #231815;
  --text-light: #F0E8D8;   /* 和紙クリーム */
}

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

/* ---- ナビゲーション上書き ---- */
.global_nav {
  position: relative;
  background-color: #1E0E0E !important;
  padding: 0 !important;
}
/* ゴールドグラデーションライン */
.global_nav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    #C84040 0%,
    #8B1A1A 20%,
    #E05050 38%,
    #C84040 52%,
    #8B1A1A 65%,
    #C84040 80%,
    #E05050 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: var(--bg-paper) !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  display: flex !important;
  align-items: center !important;
}
.nav1 a:hover {
  color: var(--accent) !important;
  opacity: 1 !important;
}
.icons {
  width: 26px !important;
  height: auto;
  display: block !important;
}
/* Font Awesome ブランドアイコン共通 */
.nav1 .fa-brands,
.globalMenuSp .fa-brands {
  font-size: 1.4rem;
  color: var(--bg-paper);
  transition: color 0.2s;
  display: block;
}
.nav1 .fa-brands:hover,
.globalMenuSp .fa-brands:hover {
  color: var(--accent);
}

/* ---- ハンバーガーメニュー — 黒背景・白テキスト上書き ---- */
nav.globalMenuSp {
  background: #0E0808 !important;
}
nav.globalMenuSp ul {
  background: #0E0808 !important;
}
nav.globalMenuSp ul li {
  border-bottom-color: rgba(255, 255, 255, 0.20) !important;
  color: #F0E8D8;
}
nav.globalMenuSp ul li a,
.spli2 a, .spli2 a:visited,
.spli2 span {
  color: #F0E8D8 !important;
}
/* ハンバーガーアイコン — 黒背景・白バー */
.hamburger {
  background-color: #0E0808 !important;
}
.hamburger span {
  background: #F0E8D8 !important;
}

/* SPメニュー内SNSアイコン行：中央揃え */
.spli2_1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.spli2_1 span {
  float: none !important;
  display: inline-flex !important;
  padding-right: 0 !important;
}
.spli2_1 > span,
.spli2_1 > br ~ span {
  display: inline-flex !important;
}
.spli2_1 .icon-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

/* ---- h1（KVキービジュアル） ---- */
h1 {
  padding-top: 4.25rem;
  background-color: #1A1010;
  margin: 0;
  margin-bottom: clamp(48px, 5vw, 72px);  /* section-wrap padding-topと合わせて2x間隔に揃える */
}
h1 img {
  padding-top: 0 !important;
  width: 100%;
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}

/* ---- セクション共通 ---- */
body {
  max-width: 1800px;
  margin: 0 auto;
  /* 落ち着いた暗色和風ベース */
  background-color: #1A1010;
  background-image:
    radial-gradient(ellipse 60% 40% at 10% 20%, rgba(74, 32, 64, 0.45) 0%, transparent 70%),
    radial-gradient(ellipse 50% 35% at 85% 15%, rgba(100, 40, 20, 0.30) 0%, transparent 65%),
    radial-gradient(ellipse 45% 30% at 70% 60%, rgba(74, 32, 64, 0.30) 0%, transparent 65%),
    radial-gradient(ellipse 40% 28% at 20% 80%, rgba(60, 20, 10, 0.25) 0%, transparent 60%);
  background-attachment: fixed;
}
main {
  background-color: transparent;
}
section {
  scroll-margin-top: 68px;
}
.section-wrap {
  padding: clamp(48px, 5vw, 72px) 3%;
}


/* ---- 金屏風 .cnt ---- */
.cnt {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 6px;
  border: 3px solid #B08A18;
  background-image: url('../img/bg_washi.png');
  background-repeat: repeat;
  background-size: 400px auto;
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.50),
    0 1px  5px rgba(0, 0, 0, 0.32);
  padding: clamp(48px, 6vw, 72px) clamp(40px, 7vw, 90px);
  color: #0A0400;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}


/* .cnt 白グラデーションオーバーレイ — 和紙テクスチャ上のテキスト可読性向上 */
.cnt::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* 中央から白がじんわり広がるグラデーション */
    radial-gradient(ellipse 100% 85% at 50% 50%,
      rgba(255, 253, 238, 0.52) 0%,
      rgba(255, 251, 230, 0.32) 45%,
      rgba(255, 248, 218, 0.12) 75%,
      transparent 100%
    );
  pointer-events: none;
  z-index: 0;
  border-radius: 3px;
}
.cnt > * {
  position: relative;
  z-index: 1;
}


/* 交互セクション：金屏風に重ねる薄暗いオーバーレイで変化をつける */
#online,
#items {
  background-color: rgba(40, 20, 0, 0.18);
}

/* ============================================
   h2 見出し：朱色帯スタイル
============================================ */
h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #2A1408;
  margin-bottom: 3rem;
  letter-spacing: 0.08em;
}
h2::before,
h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--accent));
  max-width: 80px;
}
h2::after {
  background: linear-gradient(to left, transparent, var(--accent));
}
h2 span {
  display: inline-block;
  background: linear-gradient(135deg,
    #E05050 0%,
    #8B1A1A 30%,
    #C84040 55%,
    #6B1010 80%,
    #E05050 100%
  );
  color: #FFF5F0;
  padding: 0.25rem 1.8rem;
  border-radius: 3px;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 8px rgba(200, 64, 64, 0.50);
}

/* ---- h3 情報項目見出し ---- */
h3 {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #5A2800;
  margin-bottom: 0.3rem;
}
h3::before {
  content: "◆ ";
  color: #8B4500;
  font-size: 0.75em;
}

/* ---- 情報リスト ---- */
.info-list {
  list-style: none;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid rgba(200, 64, 64, 0.35);
}
.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: #2A1408;
}
.info-item small {
  font-size: 0.82em;
  color: #4A2810;
}
.info-item a {
  color: #8B1A1A;
  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: #2A1408;
}

/* ---- オンラインショップ下部バナー ---- */
.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: #1A0804;
}
.online-bot img {
  max-width: 76%;
  margin: 0.6rem auto 0.8rem;
}
.online-bot small {
  font-size: 0.85em;
  color: #3A1A08;  /* 濃い茶色 — 金背景で読める */
  display: block;
  line-height: 1.7;
  max-width: 76%;
  margin: 0 auto;
  text-align: left;
}

/* ---- X（旧Twitter）セクション ---- */
.x-cnt {
  max-width: 600px;
  margin: 5rem auto 0;
  scroll-margin-top: 68px;
}

/* ---- 購入特典セクション ---- */
#tokuten .item-block p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #2A1408;
}
.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: #2A1408;
}
.x-content {
  text-align: center;
}
.x-content p {
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  line-height: 2;
  color: #1A0804;
}
.x-content a {
  color: #8B1A1A;
  font-weight: 700;
  text-decoration: underline;
}

/* ---- Itemセクション（商品画像 大きく1枚） ---- */
.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(120, 60, 10, 0.30);
  color: #2A1408;
}
.attention-list li:last-child {
  border-bottom: none;
}
.attention-list li::before {
  content: "・";
  color: #8B1A1A;
  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: #FBF4E9;
  border-radius: 8px;
  border: 1.5px solid #C8941A;
  overflow: hidden;
}
.store-block h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: #5A2800;
  margin: 0;
  padding: 1rem 1.2rem;
  border-bottom: none;
  border-right: 1px solid rgba(140, 85, 10, 0.25);
  background: #F0E6C8;
  flex-shrink: 0;
  min-width: 7.5em;
  white-space: normal;
  line-height: 1.5;
  align-self: stretch;  /* カード全高まで背景を伸ばす */
}
.store-block h3::before { content: none; }
.store-block-right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0;
}

/* DL rows — 横並び */
.sche dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px dotted rgba(150, 90, 10, 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: #8B1A1A;
  width: auto;
  text-align: left;
  padding: 0 0 0.1rem;
  letter-spacing: 0.05em;
}
.sche dd {
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  color: #1A0804;
  line-height: 1.65;
  margin: 0;
}
.sche dd span {
  font-size: 118%;
  font-weight: 700;
  color: #5A1010;
}

/* ボタン群 — 右端縦並び・色統一 */
.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;
  width: auto;
  height: auto;
  background: #1A1010;
  color: #FFFFFF;
  border: 1px solid #3A2010;
}
.btn i {
  font-size: 0.85em;
}
.btn:hover {
  background: #3A2010;
  opacity: 1;
}


/* ---- タブレット中間レイアウト（681px〜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(140, 85, 10, 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(150, 90, 10, 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(150, 90, 10, 0.20);
  }
  .btn { flex: none; }
}

@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(140, 85, 10, 0.25);
    padding: 0.7rem 1rem;
    align-self: auto;
  }
  /* 右エリアを縦積みに */
  .store-block-right {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  /* 各DL（開催期間・開催場所）を縦積み */
  .sche dl {
    border-right: none;
    border-bottom: 1px dotted rgba(150, 90, 10, 0.20);
    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(150, 90, 10, 0.20);
  }
  /* ボタン群 — 横並びで幅いっぱい */
  .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, #C84040 0%, #8B1A1A 40%, #C84040 70%, #E05050 100%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(139, 26, 26, 0.55);
  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: #FFF5F0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  background: transparent;
}
#top a span {
  font-size: 0.55rem;
  letter-spacing: 0.05em;
  background: transparent;
}
#top:hover {
  background: var(--main);
}

/* ---- フッター ---- */
footer {
  padding: 1.2rem 0;
  text-align: center;
  background-color: #0E0808;
  border-top: 2px solid var(--accent);
  margin-top: clamp(48px, 5vw, 72px);  /* 最終セクションとの間隔をセクション間と統一 */
}
.copyright {
  color: var(--text-light);  /* ナビと同じクリーム色 #F0E8D8 */
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  letter-spacing: 0.05em;
  background: transparent;
}

/* ============================================
   レスポンシブ
============================================ */
@media screen and (max-width: 900px) {
  .cnt {
    padding: clamp(50px, 8vw, 90px) clamp(40px, 7vw, 80px);
  }
  .schedule-table th,
  .schedule-table td {
    padding: 0.6rem 0.8rem;
  }
}

@media screen and (max-width: 750px) {
  .section-wrap {
    padding: 6% 3%;
  }
  .cnt {
    padding: 48px 36px;
  }
  .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;
  }
  .global_nav {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .global_nav::after {
    display: none;
  }
  h1 {
    padding-top: 0;
  }
  h1 img {
    padding-top: 0 !important;
  }
  .schedule-table {
    font-size: 0.9rem;
  }
  .schedule-table th {
    min-width: 7em;
  }
}

@media screen and (max-width: 550px) {
  h1 {
    padding-top: 0;
  }
  html {
    scroll-padding-top: 56px;
  }
  .cnt {
    padding: 36px 22px;
  }
  .section-wrap {
    padding: 7% 1%;
  }
  h2 {
    font-size: clamp(0.9rem, 4.5vw, 1.3rem);
    gap: 0.4rem;
  }
  h2 span {
    white-space: nowrap;
    padding: 0.2rem 1rem;
  }
  .intro-text {
    font-size: clamp(0.875rem, 2.8vw, 1rem) !important;
    line-height: 1.9 !important;
  }
  .info-item {
    padding: 0.8rem 0;
    gap: 0.4rem;
  }
  .info-item p {
    font-size: 0.9rem;
    line-height: 1.9;
  }
  .info-item h3 {
    font-size: 0.9rem;
  }
  .attention-list li {
    font-size: 0.875rem;
    line-height: 2;
    padding: 0.6rem 0 0.6rem 1.3em;
  }
  .tokuten-notes li {
    font-size: 0.82rem;
    line-height: 1.9;
  }
  .online-bot p {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .schedule-table th,
  .schedule-table td {
    display: block;
    padding: 0.4rem 0.5rem;
  }
  .schedule-table th {
    background: rgba(200, 64, 64, 0.30);
    border-bottom: none;
  }
  .schedule-table td {
    border-bottom: 1px solid rgba(200, 64, 64, 0.25);
    padding-left: 1rem;
  }
}

@media screen and (max-width: 420px) {
  .cnt {
    padding: 28px 16px;
  }
}

@media screen and (min-width: 1800px) {
  #top {
    right: calc((100vw - 1800px) / 2 + 24px) !important;
  }
}
