@charset "utf-8";

/* ------------
 * font-family
 ------------ */
.{
font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
}
.{
  font-family: 'Shippori Mincho B1', serif;
}
.tourShow__label{
  font-family: 'Oswald', sans-serif;
}




/* smooth scroll */
html{ scroll-behavior:smooth; }
.tourCity{ scroll-margin-top: 96px; }

 #schedule{background: linear-gradient(
    to bottom,
    rgba(48,5,2,0) 0%,
      rgba(48,5,2,.8) 80%,
    rgba(48,5,2,.8) 100%
  );}

#ticket {
  position: relative; 
}

#ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(48,5,2,.8) 0%,
      rgba(48,5,2,.8) 80%,
    rgba(48,5,2,0) 100%
  );
  pointer-events: none;
}

#schedule > *,
#ticket > * {
  position: relative;
  z-index: 1;
}




/* wrapper */
.tourSchedule{
  width: 100%;
  position: relative;
}



/* =========================
   SCHEDULE tabs = dark integrated (replace all)
========================= */

.tourSchedule__tabs{
  position: sticky;
  top: 0;
  z-index: 80;

  width: 100%;
  margin: 0;
  padding: 10px 0 12px;

  /* “一体化”の黒ガラス＋金ヘアライン */

  border-top: 1px solid rgba(214,177,90,.16);
  border-bottom: 1px solid rgba(214,177,90,.10);

  backdrop-filter: blur(10px) saturate(1.05);
}




.tourSchedule__tabsInner{
  width: min(980px, 94vw);
  margin: 0 auto;

  display:flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 6px;

  -webkit-overflow-scrolling: touch;
}


/* ========== tabs ========== */

.tourSchedule__tab{
  flex: 0 0 auto;
  padding: 10px 14px 11px;

  text-decoration: none;

  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .18em;
  line-height: 1;

  /* 白をやめて暗い面に */
  color: rgba(245,241,232,.82);
  /*background: rgba(255,255,255,.04);*/
  border: 2px solid rgba(214,177,90,.16);

  border-radius: 999px;
  box-shadow: none;

  position: relative;
  transition:
    background .18s ease,
    border-color .18s ease,
    transform .18s ease,
    color .18s ease;
}

/* hover：面を少し上げる＋金枠を少しだけ */
.tourSchedule__tab:hover{
  background: rgba(255,255,255,.07);
  border-color: rgba(214,177,90,.28);
  transform: translateY(-1px);
  color: rgba(245,241,232,.92);
}





/* =========================================================
   Cities
========================================================= */
.tourSchedule__cities{
  width: min(980px, 94vw);
  margin: 0 auto;
  display: grid;
  gap: 26px;
  padding-bottom: 18px;
}

.tourCity{
  padding: 0;
}

.tourCity__header{
  padding: 0 6px 10px;
}

/* title */
.cityTitle{
  margin: 0;
  display:flex;
  align-items: baseline;
  gap: 14px;
  justify-content: flex-start;
}

.cityTitle__jp{
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: .08em;
  color: rgba(214,177,90,.98);
  text-shadow: 0 8px 22px rgba(0,0,0,.38);
}

.cityTitle__en{
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .32em;
  color: rgba(245,241,232,.65);
  text-transform: uppercase;
}

/* =========================================================
   Program Paper (readable, not SaaS cards)
========================================================= */
.tourCity__paper{
  position: relative;
  padding:14px 16px 12px;

  background: rgba(247,245,240,.98);  /* 生成りの白：読みやすさ優先 */
  color: #111;

  border-radius: 0;
  border: 1px solid rgba(214,177,90,.28); /* 金は薄い線 */
  box-shadow: 0 18px 44px rgba(0,0,0,.28); /* 影も締める */
}

/* top/bottom foil lines */
.tourCity__paper::before,
.tourCity__paper::after{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214,177,90,.62), transparent);
  opacity: .85;
}
.tourCity__paper::before{ top: 10px; }
.tourCity__paper::after{ bottom: 10px; }

/* =========================================================
   Layout inside paper
========================================================= */
.tourGroup{
  display:grid;
  grid-template-columns: 1fr 1.8fr; /* 右を太らせる本丸 */
  gap: 18px;
  align-items: start;
}

/* left dates */
.tourGroup__dates{
  padding: 8px 6px 6px;
}

.tourMiniRow{
  padding: 12px 4px;
  border-top: 1px solid rgba(214,177,90,.22);
  display: grid;

    gap: 18px;
  
}
.tourMiniRow:first-child{
  border-top:none;
  padding-top: 10px;
}

.tourShow__date{
  display:flex;
  align-items: baseline;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

/* 数字をドン */
.tourShow__ymd{
  font-family: 'Oswald', sans-serif;
  font-size: 1.85rem;         /* ←ドン */
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

/* 曜日は小さく、締める */
.tourShow__dow{
  font-family: 'Oswald', sans-serif;
  font-size: .88rem;
  letter-spacing: .22em;
  color: rgba(17,17,17,.62);
}

/* 時間は“情報”として一段下げる */
.tourShow__time{ 
  color: rgba(17,17,17,.78);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 1rem;
}

/* ラベル（開場/開演）は赤キーで小さく効かせる */
.tourShow__label{
  font-size: .82rem;
  letter-spacing: .08em;
  font-weight: 800;
  color: #ad0233;
  margin-right: 6px;
}

/* 区切りは細く */
.tourShow__sep{
  margin: 0 6px;
  opacity: .45;
}
/* right meta */
.tourGroup__meta{
  padding: 10px 6px 6px;
  border-left: 1px solid rgba(0,0,0,.10);
}

.tourMeta__row{
  display:grid;
  grid-template-columns: 10.5em 1fr;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(214,177,90,.18); 
}
.tourMeta__row:first-child{
  border-top:none;
  padding-top: 6px;
}

.tourMeta__k{
  font-weight: 800;
font-size: .75rem; letter-spacing: .14em; 
}

/* 会場名 */
.tourMeta__v{
  line-height: 1.55; 
    font-weight: 700;                 /* ← 太め */
  letter-spacing: .04em;            /* 締まり */
}
/* 会場名の行だけ“柱感”を出す */
.tourMeta__row:first-of-type .tourMeta__v,
.tourMeta__row.venue .tourMeta__v{
  font-weight: 800;                 /* さらに一段 */
  letter-spacing: .06em;
  padding-bottom: 2px;
}

/* ラベル（VENUE）は少し落とす */
.tourMeta__k{
  font-weight: 800;
  letter-spacing: .12em;
  color: rgba(17,17,17,.55);
}




.tourShow__date,
.tourShow__dow,
.tourShow__time,
.tourMeta__k,
.tourMeta__v{
  color:#111;
}

.tourShow__time,
.tourMeta__v{ color: rgba(17,17,17,.78); }
.tourMeta__k{ color: rgba(17,17,17,.55); }



/* =========================================================
   Responsive (<= 960px)
========================================================= */


@media screen and (max-width: 960px){

  #schedule{
    padding: 54px 0 66px;
  }

  .tourSchedule__tabs{
    top: 0;
    z-index: 80;
    padding: 10px 0 12px;
  }

  .tourSchedule__tabsInner{
    display: flex;
    flex-wrap: wrap;      /* ← 折り返し */
    overflow-x: visible;  /* ← 横スクロールをやめる */
    gap: 10px;
    padding: 0 10px;
  }

  .tourSchedule__tab{
    flex: 0 0 calc(42% - 5px); /* 2列（gap 10px の半分=5px） */
    justify-content: center;    /* 文字を中央寄せ（見栄え） */
    text-align: center;

    font-size: 13px;            /* 少しだけ詰める */
    letter-spacing: .14em;
    padding: 10px 10px 11px;
  }
  .tourSchedule__cities{
    width: 100%;
  }

  .tourCity__paper{
  border-color: rgba(214,177,90,.45);
  box-shadow:
    0 18px 44px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.35);
  }

  .cityTitle{
    justify-content: center;
  }

  .cityTitle__jp{
    font-size: 1.55rem;
    text-align:center;
  }

  .tourGroup{
    grid-template-columns: 1fr;
  }

  .tourGroup__meta{
    border-left: none;
   border-left: 1px solid rgba(214,177,90,.18);
    padding-top: 14px;
    margin-top: 6px;
  }

  .tourMeta__row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
      .tourShow__ymd{ font-size: 1.55rem; }
    
      .tourMeta__row:first-of-type .tourMeta__v,
  .tourMeta__row.venue .tourMeta__v{
    font-weight: 700;
  }
    
    
}


/* =========================================================
   TICKET SCHEDULE
========================================================= */


.ticketSchedule{
  padding: 80px 0 90px;
  position: relative;
}

.ticketSchedule__wrap{
  width: min(980px, 94vw);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

/* STEP CARD */
.ticketStep{
  background: rgba(247,245,240,.98);
  color: #111;
  border: 1px solid rgba(214,177,90,.28);
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  position: relative;
}

/* subtle foil lines */
.ticketStep::before,
.ticketStep::after{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214,177,90,.55), transparent);
}
.ticketStep::before{ top: 10px; }
.ticketStep::after{ bottom: 10px; }

/* HEADER */
.ticketStep__head{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ticketStep__no{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .08em;
  color: #ad0233;
}

.ticketStep__title{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.45;
}

/* TOGGLE BUTTON */
.ticketStep__toggle{
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

/* TOGGLE DOT – paper style */
.ticketStep__dot{
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;

  /* 変更ポイント */
  background: rgba(255,255,255,.98); /* カードと同色 */
  border: 1px solid rgba(214,177,90,.35);


}

.ticketStep__chev{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #111;              /* ← 黒 */
  transform: translateY(-1px);
}
.ticketStep__chev--up{ display: none; }

/* BODY (基本は閉) */
.ticketStep__body{ display: none; }
.ticketStep.is-open .ticketStep__body{ display: block; }
.ticketStep.is-open .ticketStep__chev--down{ display: none; }
.ticketStep.is-open .ticketStep__chev--up{ display: inline; }

.ticketStep__toggle:hover .ticketStep__dot{
  border-color: rgba(214,177,90,.55);
  box-shadow: 0 5px 10px rgba(0,0,0,.26);
}


/* OPEN状態：黒●＋白▲ */
.ticketStep.is-open .ticketStep__dot{
  background: #111; /* 黒ベタ */
  border-color: rgba(214,177,90,.45);
    transform: scale(1.04);
}

.ticketStep.is-open .ticketStep__chev{
  color: rgba(245,241,232,.95); /* 白▲ */
}


/* BODY */
.ticketStep__body{
  padding: 14px 20px 18px;
}

.ticketStep__dl{
  display: grid;
  gap: 10px;
}

.ticketStep__row{
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.ticketStep__row:first-child{ border-top: none; }

.ticketStep__row dt{
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: rgba(17,17,17,.55);
}

.ticketStep__row dd{
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: rgba(17,17,17,.82);
}

.ticketStep__row dd a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ticketStep__row dd a:hover{
  opacity: .75;
}


.ticketStep__small{
  display: block;
  margin-top: 4px;
  font-size: .75rem;
  color: rgba(17,17,17,.6);
}

/* SEAT LIST */
.ticketSeatList{
  display: grid;
  gap: 4px;
  padding-left: 0;
}
.ticketSeatList li{
  font-size: .9rem;
  line-height: 1.45;
}

/* LINKS */
.ticketSchedule__link{
  word-break: break-all;
  color: #ad0233;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* RESPONSIVE */
@media (max-width: 960px){
  .ticketSchedule{ padding: 60px 0 70px; }
  .ticketSchedule__wrap{
    width: 100%;
    padding: 0;        /* ←左右に逃がす */
    box-sizing: border-box;
    margin: 0 auto;
  }

     .ticketStep__toggle{
    align-self: start;  /* ▼を上に揃える */
  } 
  .ticketStep__head{
     padding: 16px 16px 12px;     gap: 10px;
    align-items: start; /* タイトルが2行以上でも自然 */
  }
  .ticketStep__no{ font-size: 1rem; }
  .ticketStep__title{ font-size: 1rem; }
  .ticketStep__body{ padding: 12px 16px 16px; }

  .ticketStep__row{
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ticketStep__row dt{ font-size: .7rem; }
}

@media (max-width: 768px){
  .ticketStep__apply{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ticketStep__applyLabel{
    text-align: center;
    margin: 0;
  }

  .ticketApplyBtn{
    width: 80%;
    justify-content: center;
  }
}

/* =========================
   Venue link (tab style)
========================= */
.venueLink{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-left: 10px;
  padding: 6px 12px 7px;

  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  line-height: 1;

  text-decoration: none;
  white-space: nowrap;


  background: rgba(255,255,255,.98); 
  border: 1px solid rgba(214,177,90,.5);
  border-radius: 999px;

  transition:
    background .18s ease,
    border-color .18s ease,
    transform .18s ease,
    color .18s ease;
}



/* hover：タブと同じ挙動 */
.venueLink:hover{ 
  background: rgba(6,6,7,.92);
  border-color: rgba(214,177,90,.38);
  transform: translateY(-1px);
  color: rgba(245,241,232,.92);
}



@media (max-width: 768px){
  .venueLink{
    margin-left: 0;
    margin-top: 6px;
    font-size: 11px;
  }


}



/* =========================
   Badges: SOLDOUT / 追加席販売
========================= */
.showBadges{
  display: inline-flex;
  gap: 8px;
  margin-left: 10px;
  transform: translateY(-2px);
}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding: 5px 10px 6px;
  border-radius: 999px;

  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  line-height: 1;
  white-space: nowrap;

  border: 2px solid rgba(214,177,90,.22);
  background: rgba(6,6,7,.92);
  color: rgba(245,241,232,.92);
}

/* SOLDOUT：沈めて締める */
.badge--soldout{
  border-color: rgba(245,241,232,.18);
  background: rgba(0,0,0,.72);
  color: rgba(245,241,232,.78);
}

/* 追加席：赤で白文字（千重子キー） */
.badge--add{
  background: #ad0233;                 /* キーカラー赤 */
  border-color: rgba(173,2,51,.85);    /* 赤の締まり */
  color: #fff;                         /* 白文字 */
  font-weight: 800;
  letter-spacing: .12em;
}

/* SP：日付の下に落としても崩れない */
@media (max-width: 768px){
  .showBadges{
    margin-left: 0;
    margin-top: 6px;
    transform: none;
  }
  .tourShow__date{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =========================
   SOLDOUT image badge
========================= */

/* 親を基準にする */
.tourMiniRow{
  position: relative;
}

/* SOLDOUT画像（斜めハンコ） */
.soldoutBadge{
  position: absolute;
  top: -8px;      /* 少しだけ外に */
  left: -10px;
  z-index: 3;

  transform: rotate(-15deg);   /* ← ここが肝 */
  transform-origin: center;

  pointer-events: none;
}

.soldoutBadge img{
  width: 64px;    /* ← 基本サイズ */
  height: auto;
  display: block;
}
/* SOLDOUT時のトーンダウン */
.tourMiniRow.is-soldout{
  opacity: .88;
}

.tourMiniRow.is-soldout .tourShow__ymd{
  opacity: .75;
}
@media (max-width: 768px){
  .soldoutBadge img{
    width: 52px;
  }
}


/* 申込ボタン行 */
.ticketStep__apply{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* ラベル */
.ticketStep__applyLabel{
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: rgba(17,17,17,.55);
  margin-right: 6px;
}

/* 共通ボタン */
.ticketApplyBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 110px;
  padding: 8px 16px 9px;

  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;

  border-radius: 999px;
  border: 1px solid rgba(214,177,90,.35);
  text-decoration: none;
  user-select: none;
}

/* 非アクティブ */
.ticketApplyBtn.is-disabled{
  background: rgba(0,0,0,.12);
  color: rgba(17,17,17,.35);
  border-color: rgba(0,0,0,.12);
  pointer-events: none;
}

/* アクティブ */
.ticketApplyBtn.is-active{
  background: #ad0233;
  color: #fff;
  border-color: rgba(173,2,51,.85);
  box-shadow: 0 6px 14px rgba(0,0,0,.28);
}

.ticketApplyBtn.is-active:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.32);
}


/* =========================================================
   TICKET NOTES（注意事項）
========================================================= */

.ticketNotes{
  padding: 70px 0 40px;
  position: relative;
}

/* 中身幅は ticketSchedule と揃える */
.ticketNotes__inner{
  width: min(980px, 94vw);
  margin: 0 auto;

  color: rgba(247,245,240,.98);

  border: 1px solid rgba(214,177,90,.28);
  border-radius: 0;

  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  padding: 26px 26px 24px;

  position: relative;
}

/* 紙UIの金ヘアライン */
.ticketNotes__inner::before,
.ticketNotes__inner::after{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(214,177,90,.62),
    transparent
  );
  opacity: .85;
}
.ticketNotes__inner::before{ top: 12px; }
.ticketNotes__inner::after{ bottom: 12px; }

/* 見出し */
.ticketNotes__title{
  margin: 0 0 18px;
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: .22em;

  color:  #eee;box-shadow:none
}

/* リスト */
.ticketNotes__list{
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

/* 各注意文 */
.ticketNotes__list li{
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: .02em;

  padding-left: 1.2em;
  text-indent: -1.2em;

  color: rgba(255,255,255,.82);
}

/* SP */
@media (max-width: 960px){
  .ticketNotes{
    padding: 60px 0 30px;
  }

  .ticketNotes__inner{
    padding: 22px 18px 20px;
  }

  .ticketNotes__title{
    font-size: 1.05rem;
    letter-spacing: .18em;
  }

  .ticketNotes__list li{
    font-size: .88rem;
  }
}

