/* =========================================================
  LivePocket LP（整理済み・完全版）
  最優先：Pontaロゴ / poster / bn_logo のサイズ制御
========================================================= */
/* ----- Base reset (軽め) ----- */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  background: #e95816; /* 背景は薄い灰色に固定 */
  color: #222;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  color: #0d00ff;
}
a:hover {
  opacity: .75;
}
/* ----- Background (fixed) ----- */
.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #e95816; /* グラデ禁止：ベタ固定 */
}
/* =========================================================
  Layout（重要：#top だけに適用）
========================================================= */
body.page-front > main#top {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
  padding: 0 0 40px;
}
/* 外枠カード */
.frame_line {
  margin-top: 14px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .12);
}
/* コンテンツ余白 */
.contentWrap {
  padding: min(7vw, 56px) min(5vw, 56px);
}
/* =========================================================
  HEADER（ロゴのみ）
========================================================= */
/* ヘッダー：白枠を消してロゴだけにする */
.header {
  padding: 14px 0 0; /* ここは必要なら 0 にしてもOK */
}
.header__inner {
  width: 100%;
  background: transparent; /* 白背景を消す */
  border: none; /* 枠線を消す */
  border-radius: 0; /* 角丸を消す */
  padding: 0; /* 内側余白を消す */
  display: flex;
  justify-content: center; /* 現状：センター寄せ */
  align-items: center;
  box-shadow: none; /* 影を消す */
}
.header__logo {
  display: inline-flex;
  align-items: center;
}
/* ロゴサイズ */
img.pontaLogo {
  width: auto !important;
  height: 42px !important;
  max-height: 42px !important;
  max-width: 260px !important;
  display: block !important;
}
/* =========================================================
  HERO / section01（poster & bn_logo）
========================================================= */
.section01 {
  padding: 22px 18px 18px;
  text-align: center;
  background: #fff;
}
.hero {
  width: min(860px, 100%);
  margin: 0 auto;
}
/* poster（ツアーロゴ） */
.hero__logoWrap {
  display: flex;
  justify-content: center;
  margin: 10px 0 14px;
}
img.hero__logo {
  width: 100% !important;
  max-width: 760px !important;
  max-height: 520px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 720px) {
  img.hero__logo {
    max-width: 420px !important;
    max-height: 320px !important;
  }
}
/* bn_logo（SVG） */
.hero__bnLogo {
  display: flex;
  justify-content: center;
  margin: 8px 0 10px;
}
img.bnLogo {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 720px) {
  img.bnLogo {
    max-width: 240px !important;
  }
}
/* タイトル */
.hero__title {
  margin: 0;
}
.hero__logoLine {
  display:block;
  font-family: system-ui, -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25;
  letter-spacing: .01em;
  margin-top: 4px;
color: #e95816;
}
.hero__titleEm {
  display: block;
  font-weight: 800;
  font-size: clamp(16px, 4.8vw, 24px);
  line-height: 1.25;
  margin-top: 10px;
}
/* リード */
.hero__lead {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.85;
  color: #222;
}
/* CTA */
.hero__cta {
  margin-top: 16px;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(520px, 100%);
  padding: 18px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .14);
}
.hero__btn--disabled {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed;
}
/* 注記 */
.hero__noteList {
  margin: 14px auto 0;
  padding: 10px 0 0;
  list-style: none;
  width: min(820px, 100%);
  text-align: left;
  font-size: 12px;
  line-height: 1.75;
  color: #666;
  border-top: 3px solid rgba(233, 88, 22, 0.9);
}
.hero__noteList li {
  margin: 7px 0;
}
/* =========================================================
  section02：共通
========================================================= */
.section02 {
  padding: 18px 18px 22px;
}
/* 白箱 */
.whiteBox {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
/* =========================================================
  splitタイトル（ENTRY / SCHEDULE / TICKET）
========================================================= */
.period_title--split, .schedule_title--split {
  margin: 0 0 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
/* 大見出し（ENTRY/TICKET） */
.period_logo {
  font-family:"Poppins", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #e95816;
  white-space: nowrap;
}
.period_sub {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #e95816;
  white-space: nowrap;
}
.period_sub strong {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 900;
}
/* SCHEDULE */
.schedule_logo {
  font-family:"Poppins", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #e95816;
  white-space: nowrap;
}
.schedule_sub {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #e95816;
  white-space: nowrap;
}
.schedule_sub strong {
  font-family:"Poppins", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
/* タイトル間スペース */
.section02 .schedule_title--split {
  margin-top: 56px;
}
.section02 .whiteBox + .period_title--split {
  margin-top: 56px;
}
@media (max-width: 720px) {
  .period_title--split, .schedule_title--split {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .period_logo, .schedule_logo {
    font-size: 44px;
  }
  .period_sub, .schedule_sub {
    font-size: 14px;
  }
  .section02 .schedule_title--split {
    margin-top: 38px;
  }
  .section02 .whiteBox + .period_title--split {
    margin-top: 38px;
  }
}
/* =========================================================
  ENTRY（受付期間）
========================================================= */
.whiteBox .reception, .whiteBox .result {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  letter-spacing: .02em;
}
/* 日付 */
.whiteBox .date {
  margin: 8px 0 18px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.55;
  letter-spacing: .01em;
  text-align: center;
}
.whiteBox .date--range {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.whiteBox .date--range span {
  white-space: nowrap;
}
.whiteBox .date__sep {
  opacity: .45;
  font-weight: 600;
  display: inline;
}
/* 罫線：当落・入金の前 */
.whiteBox .result {
  padding-top: 14px;
  border-top: 1px dashed rgba(0, 0, 0, .10);
  margin-top: 6px;
}
/* 注記リスト */
.noteList {
  margin: 12px 0 0;
  padding: 10px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, .10);
  color: #666;
  font-size: 13px;
  line-height: 1.75;
}
.noteList li {
  margin: 8px 0;
}
.noteLabel {
  font-weight: 700;
  color: #333;
}
@media (max-width: 720px) {
  .whiteBox .reception, .whiteBox .result {
    font-size: 15px;
  }
  .whiteBox .date {
    font-size: 18px;
  }
}
/* =========================================================
  SCHEDULE
========================================================= */
.scheduleList {
  display: grid;
  gap: 12px;
}
.show {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 14px 12px;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 14px;
  background: #fff;
}
.show--twodays {
  grid-template-columns: 110px 110px 1fr;
}
.show__date {
  border-radius: 12px;
  padding: 10px 10px 8px;
  background-color: #e95816;
  border: 1px solid rgba(0, 0, 0, .12);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.show__md {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, .92);
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.md_slash {
  font-size: .78em;
  opacity: .78;
  display: inline-block;
  transform: translateY(-.02em);
  font-weight: 400;
}
.show__dow {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .10em;
  color: rgba(255, 255, 255, .78);
}
.show__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.show__area {
  font-weight: 700;
  color: #333;
  font-size: 13px;
  letter-spacing: .06em;
}
.show__venue {
  font-weight: 800;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}
.show__time {
  font-weight: 600;
  color: #444;
  font-size: 14px;
}
@media (max-width: 720px) {
  .show {
    grid-template-columns: 96px 1fr;
  }
  .show--twodays {
    grid-template-columns: 96px 96px 1fr;
  }
  .show__md {
    font-size: 18px;
  }
}
/* =========================================================
  TICKET
========================================================= */
.whiteBox .ticketCard {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 16px 18px;
  margin: 12px 0;
}
.whiteBox .ticketCard:first-child {
  margin-top: 0;
}
.price {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.note {
  margin: 4px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}
/* 名称の先頭に色バー */
.ticketCard .price::before {
  content: "";
  width: 10px;
  height: 22px;
  border-radius: 3px;
  margin-top: 2px;
  flex: 0 0 auto;
  background: #e95816;
}
.ticketCard:nth-of-type(1) .price::before {
  background: #e95816;
}
.ticketCard:nth-of-type(2) .price::before {
  background: #e95816;
}
.ticketCard:nth-of-type(3) .price::before {
  background: #e95816;
}
@media (max-width: 720px) {
  .whiteBox .ticketCard {
    padding: 14px 14px;
    border-radius: 16px;
  }
  .ticketCard .price::before {
    width: 9px;
    height: 20px;
  }
}
/* =========================================================
  Ponta紹介リンク＋注意事項（白枠）
========================================================= */
.pontaIntro {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 18px 18px 16px;
  margin: 14px 0 0;
  overflow: hidden;
}
/* リンク */
.pontaIntro__link {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #2b79b9;
  text-decoration: underline;
  text-underline-offset: 6px;
}
/* コメント */
.pontaIntro__note {
  margin: 14px 0 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #e95816;
  text-align: left;
}
/* =========================================================
  注意事項 Accordion（黒）
========================================================= */
.noticeAccordion {
  border: 0;
  margin: 10px 0 0;
}
.noticeAccordion > summary {
  list-style: none;
  cursor: pointer;
}
.noticeAccordion > summary::-webkit-details-marker {
  display: none;
}
.noticeAccordion > summary {
  background: #e95816;
  color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.noticeAccordion__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
}
.noticeAccordion__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  opacity: .95;
}
.noticeAccordion__icon::before {
  content: "＋";
}
.noticeAccordion[open] .noticeAccordion__icon::before {
  content: "－";
}
.noticeAccordion__body {
  background: #e95816;
  color: #fff;
  padding: 18px 22px 22px;
  border-radius: 0 0 16px 16px;
}
.noticeAccordion__body, .noticeAccordion__body * {
  text-align: left;
}
.noticeList {
  margin: 0;
  padding-left: 1.2em;
}
.noticeList li {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 14px;
}
.noticeList li:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .pontaIntro {
    padding: 16px 14px 14px;
    border-radius: 16px;
  }
  .pontaIntro__link {
    font-size: 22px;
  }
  .pontaIntro__note {
    font-size: 16px;
  }
  .noticeAccordion > summary {
    padding: 14px 14px;
    border-radius: 14px 14px 0 0;
  }
  .noticeAccordion__title {
    font-size: 20px;
  }
  .noticeAccordion__body {
    padding: 16px 16px 18px;
    border-radius: 0 0 14px 14px;
  }
  .noticeList li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
/* =========================================================
  Ponta特典紹介（角丸オレンジ＋同幅）
========================================================= */
.pontaBenefits {
  margin-top: 28px;
}
.pontaBenefits__panel {
  background: #F68B1F;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 56px 16px 64px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
}
.pontaBenefits__inner {
  max-width: 980px;
  margin: 0 auto;
}
.pontaBenefits__title {
  margin: 0 0 22px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.25;
  font-size: clamp(22px, 2.4vw, 34px);
}
.whiteBox.pontaBenefits__box {
  padding: 26px;
}

/* ▼ここを修正：常に1列にする（画像が1枚でも崩れない） */
.pontaBenefits__grid {
  display: grid;
  grid-template-columns: 1fr; /* ← repeat(2,...) をやめる */
  gap: 18px;
  justify-items: center;      /* ← 1枚を中央寄せ（不要なら消してOK） */
}

/* 任意：1枚画像が伸びすぎるのを抑えたい場合 */
.pontaBenefits__item {
  margin: 0;
  width: min(720px, 100%);    /* ← 上限を作る（不要なら消してOK） */
}

.pontaBenefits__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .08);
}
.pontaBenefits__notes {
  margin-top: 18px;
  color: #111;
  font-size: 13px;
  line-height: 1.6;
}
.pontaBenefits__notes p {
  margin: 6px 0 0;
}

@media (max-width: 720px) {
  .pontaBenefits {
    margin-top: 22px;
  }
  .pontaBenefits__panel {
    border-radius: 18px;
    padding: 44px 14px 52px;
  }
  .whiteBox.pontaBenefits__box {
    padding: 18px 16px;
  }
  .pontaBenefits__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pontaBenefits__notes {
    font-size: 12px;
  }
}
/* タイトル横にPontaシンボル */
.pontaBenefits__titleRow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 22px; /* 元の .pontaBenefits__title の margin をここへ */
}

.pontaBenefits__titleRow .pontaBenefits__title{
  margin: 0; /* 既存の margin:0 0 22px を無効化 */
}

.pontaBenefits__sym{
  width: 64px;   /* サイズはここで調整 */
  height: auto;
  display: block;
}

/* スマホは縦並びにして崩れ防止 */
@media (max-width: 720px){
  .pontaBenefits__titleRow{
    flex-direction: column;
    gap: 10px;
    margin: 0 0 18px;
  }
  .pontaBenefits__sym{
    width: 56px;
  }
}
/* Ponta特典：サブタイトル画像（黄色帯） */
.pontaBenefits__subTitle{
  margin: 10px 0 14px;
  text-align: center;
}

.pontaBenefits__subTitle img{
  width: min(920px, 100%);
  height: auto;
  display: block;
  margin: 0 auto;
}

/* スマホは少し詰める */
@media (max-width: 720px){
  .pontaBenefits__subTitle{
    margin: 8px 0 12px;
  }
}

/* =========================================================
  section03（#ponta）は最低限だけ
========================================================= */
.section03 {
  margin-top: 18px;
}
.section03 img {
  max-width: 100%;
  height: auto;
}
/* =========================================================
  Ponta詳細（table代替 / 詳細ボックス / カード化）
========================================================= */
.p-caution-kv {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.p-caution-kv__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 14px 16px;
  align-items: center;
}
.p-caution-kv__row + .p-caution-kv__row {
  border-top: 1px solid #eee;
}
.p-caution-kv__key {
  font-weight: 700;
  color: #1f2a44;
}
.p-caution-kv__val {
  color: #1f2a44;
}
@media (max-width: 768px) {
  .p-caution-kv__row {
    grid-template-columns: 120px 1fr;
    padding: 12px 14px;
  }
}
/* 特典（4枚画像）→その下の詳細ボックス */
.pontaBenefits__detailBox {
  margin-top: 16px;
  padding: 18px 18px;
}
.pontaBenefits__detailBox .lp_body {
  padding: 0;
}
.pontaBenefits__detailBox h2 {
  margin: 0 0 14px;
  text-align: center;
}
/* 特典の白Boxの下に余白 → 詳細タイトルを下げる */
.pontaBenefits__box + .pontaBenefits__title {
  margin-top: 26px;
}
/* 詳細タイトル と 詳細白Box の間 */
.pontaBenefits__title + .pontaBenefits__detailBox {
  margin-top: 14px;
}
/* 詳細：各セクションをカード化（灰枠＋角丸） */
.pontaBenefits__detailBox .caution > .u-pvm_pc, .pontaBenefits__detailBox .caution .u-phm_pc > .u-pvm_pc {
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #f7f7f7;
  padding: 16px 16px;
  margin: 14px 0;
}
.pontaBenefits__detailBox .caution h3 {
  margin: 0 0 10px;
  font-weight: 800;
}
.pontaBenefits__detailBox .lp_caution_list {
  margin: 8px 0 0;
  padding-left: 1.2em;
}
.pontaBenefits__detailBox .caution p {
  margin: 8px 0 0;
}
.pontaBenefits__detailBox .caution p:first-child {
  margin-top: 0;
}
@media (max-width: 720px) {
  .pontaBenefits__detailBox .caution > .u-pvm_pc, .pontaBenefits__detailBox .caution .u-phm_pc > .u-pvm_pc {
    padding: 14px 14px;
    border-radius: 12px;
  }
}
.pontaBenefits__detailBox .caution a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* =========================================================
  お問い合わせ（黒カード）
========================================================= */
/* 上の空白は最終指定（!important）に合わせて統合 */
.contactBlock {
  padding-top: 10px;
  padding-bottom: 32px;
}
.contactBlock__panel {
  background: #000;
  border-radius: 22px;
  padding: 34px 18px 28px;
  text-align: center;
}
.contactBlock__title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}
.contactBlock__sub {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.contactBlock__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 6px 6px;
  font-size: 16px;
  font-weight: 800;
  color: #33c7c9;
  text-decoration: none;
  border-bottom: 3px solid rgba(51, 199, 201, .8);
}
.contactBlock__link:hover {
  opacity: .85;
}
.contactBlock__arrow {
  font-size: 14px;
  transform: translateY(1px);
}
.contactBlock__note {
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 720px) {
  .contactBlock {
    padding-top: 10px;
    padding-bottom: 32px;
  }
  .contactBlock__panel {
    border-radius: 18px;
    padding: 26px 16px 22px;
  }
  .contactBlock__title {
    font-size: 20px;
  }
  .contactBlock__sub {
    font-size: 18px;
  }
  .contactBlock__link {
    font-size: 18px;
    border-bottom-width: 2px;
  }
  .contactBlock__note {
    font-size: 13px;
  }
}
/* =========================================================
  固定ボタン
========================================================= */
/* 固定ボタン：下段に常時表示（中央寄せ） */
.fixbtn_wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 0 14px;
}
/* ★ここがポイント：ボタン枠を作って overflow で “透明余白” を切り捨て */
.fix_button {
  position: relative;
  display: block;
  width: min(560px, 100%);
  aspect-ratio: 560 / 127; /* ←画像の比率（ほぼこの値） */
  border-radius: 999px;
  overflow: hidden; /* ←透明余白を見せない */
  text-decoration: none;
  line-height: 0;
  background: transparent;
  /* 影・枠線は「枠側」に付ける（画像側のborderは使わない） */
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
  border: 1px solid rgba(0, 0, 0, .10);
}
/* 画像は absolute で敷き詰め（cover） */
.fix_button_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ←透明余白があっても埋まる */
  display: block;
  border: 0; /* ←白っぽい縁の原因になりがち */
  border-radius: 0;
  box-shadow: none; /* ←影は枠側で持つ */
  background: transparent;
  transition: transform .18s ease, opacity .18s ease;
}
/* ホバーで浮かす（枠ごと浮かす方が自然） */
.fix_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .30);
  transition: transform .18s ease, box-shadow .18s ease;
}
/* 販売前/終了：クリック不可 */
.fix_button.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: .75;
}
/* =========================================================
  ストリーミングサービス バナー（追加）
========================================================= */
/* ストリーミングバナー */
.pontaBenefits__streaming{
  overflow: hidden; /* 角丸に合わせて画像をクリップ */
}

.pontaBenefits__streamingImg{
  width: min(420px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 10px;
  border-radius: 10px; /* カード内で少し角丸 */
}

/* URL未設定時は無効化（後で is-disabled を外すだけ） */
.pontaBenefits__streaming.is-disabled{
  pointer-events: none;
  cursor: default;
  opacity: .92;
}

/* =========================================================
  エンタメぽんぽんBOX
========================================================= */
/* entamepon */
.pontaBenefits__entamepon {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 0 16px;
  padding-bottom: 16px; /* 線の下の余白 */
  border-bottom: 5px solid #F68B1F; /* オレンジ太線 */
}
.pontaBenefits__entameponImg{
  width: min(420px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.pontaBenefits__entameponText {
  margin: 0;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
}
.pontaBenefits__entamepon:hover {
  opacity: .85;
}
@media (max-width: 720px) {
  .pontaBenefits__entamepon {
	  padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .pontaBenefits__entameponText {
    font-size: 14px;
  }
}
/* =========================================================
  バナー共通（白罫線＋余白）
========================================================= */
.pontaBenefits__bannerCard{
  display: block;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  margin: 0 0 12px;
}

.pontaBenefits__bannerCard:last-child{
  margin-bottom: 0;
}

/* =========================================================
  スマホ用公演日表示の修正
========================================================= */
/* スマホ：日付→上、本文→下（1日/2日とも対応） */
@media (max-width: 520px){

  /* 1日公演：上に日付、下に本文 */
  .show{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* ★日付は“帯”にしない：適度な幅で中央寄せ */
  .show__date{
    width: 100%;
    max-width: 320px;   /* ←好みで 280〜360 で調整 */
    margin: 0 auto;
    padding: 12px 10px 10px;
    border-radius: 14px;
  }

  .show__body{
    width: 100%;
  }

  /* 2日公演：上段に日付2つ、下段に本文 */
  .show--twodays{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "d1 d2"
      "body body";
    gap: 10px;
  }

  /* 2日公演の日付は2カラムいっぱいに（max-width解除） */
  .show--twodays .show__date{
    max-width: none;
    width: 100%;
    margin: 0;
  }

  /* 日付の割当（HTMLが 日付→日付→本文 の順の前提） */
  .show--twodays .show__date:first-of-type{ grid-area: d1; }
  .show--twodays .show__date:nth-of-type(2){ grid-area: d2; }
  .show--twodays .show__body{ grid-area: body; }

  /* 文字の微調整（必要なら） */
  .show__venue{ font-size: 16px; line-height: 1.45; }
  .show__time{ font-size: 14px; }
}
/* =========================================================
  罫線追加用
========================================================= */
.pontaIntro__divider{
  display: block;              /* これが重要：インライン→ブロック化 */
  border-top: 1px solid #ddd;  /* 罫線 */
  margin: 16px 0;              /* 上下余白 */
}

/* =========================================================
  フロントエリア：詳細アコーディオン
========================================================= */
.noteAccordion{
  margin-top: 10px;
}

.noteAccordion__summary{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  list-style: none; /* 一部ブラウザ用 */
}

/* 既定の三角マーカーを消す（Chrome/Safari） */
.noteAccordion__summary::-webkit-details-marker{
  display: none;
}

.noteAccordion__content{
  margin-top: 10px;
  padding: 12px 12px;
  background: #fff;              /* 背景を白に */
  border: 2px solid #e95816;     /* 枠をオレンジに（四辺） */
  border-radius: 10px;
}

.noteList{
  margin: 0;
  padding-left: 1.1em;
}

.noteList li{
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.7;
}

.noteList li:last-child{
  margin-bottom: 0;
}

/* 「・」で箇条書きにする */
.noteList{
  list-style: none;
  margin: 0;
  padding: 0;
}

.noteList li{
  position: relative;
  padding-left: 1.2em; /* ・の分の余白 */
  margin: 0 0 8px 0;
}

.noteList li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* =========================================================
  pontaIntro内：アコーディオン 
========================================================= */
.pontaAccordion{
  margin: 10px 0;
}

.pontaAccordion__summary{
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

/* デフォルトのマーカーを消す */
.pontaAccordion__summary::-webkit-details-marker{
  display: none;
}

/* 右側に + / − を出す */
.pontaAccordion__summary::after{
  content: "＋";
  font-size: 18px;
  line-height: 1;
}

.pontaAccordion[open] .pontaAccordion__summary::after{
  content: "－";
}

/* アコーディオン中身：高さ制限＋スクロール */
.pontaAccordion__content{
  margin-top: 8px;
  padding: 14px 14px;
  background: #fff;
  border: 2px solid #e95816;
  border-radius: 12px;

  /* ここから追加 */
  max-height: 60vh;        /* 画面高さの60%まで */
  overflow: auto;          /* はみ出したらスクロール */
  -webkit-overflow-scrolling: touch; /* iPhoneで慣性スクロール */
}

/* スクロール時に角丸が欠けないように（念のため） */
.pontaAccordion__content{
  background-clip: padding-box;
}

/* 長いので少しだけ読みやすく */
.pontaAccordion__content .noteList li{
  margin-bottom: 10px;
  line-height: 1.8;
}
@media (max-width: 640px){
  .pontaAccordion__content{ max-height: 55vh; }
}
@media (min-width: 960px){
  .pontaAccordion__content{ max-height: 70vh; }
}
/* アコーディオン見出し（各メニュー）をオレンジに */
.pontaAccordion__summary{
  color: #e95816;
}

/* 右側の + / − もオレンジ */
.pontaAccordion__summary::after{
  color: #e95816;
}
/* =========================================================
  注意事項専用リスト 
========================================================= */
.noticeList{
  list-style: none;
  margin: 0;
  padding: 0;
}

.noticeList li{
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 12px 0;
  color: rgba(255,255,255,0.92); /* 他の本文に合わせる */
  line-height: 1.8;
  opacity: 1;        /* 変な継承対策 */
  filter: none;      /* 変な継承対策 */
}

.noticeList li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: rgba(255,255,255,0.92);
}

/* 入れ子のリスト（少しだけインデント） */
.noticeList--nested{
  margin-top: 10px;
  padding-left: 1.2em;
}

.noticeList--nested li{
  margin-bottom: 10px;
}

/* =========================================================
  hero__noteList内のリンクをオレンジに
========================================================= */
.hero__noteList a{
  color: #e95816;
}
.hero__noteList a:visited{
  color: #e95816;
}
.hero__noteList a:hover{
  opacity: 0.85;
}
/* =========================================================
  モーダル
========================================================= */
/* モーダルの中身は通常は非表示（modaalが開いた時だけ表示される） */
#Attention{
  display: none;
}

/* ===== 本人確認モーダル（#Attention） ===== */
#Attention { display:none; }

.popup-inner{
  max-width: 900px;
  margin: 0 auto;
}

.inbox.box-caution{
  background:#fff;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.lead.red{
  color:#e95816;
  font-weight: 700;
  margin: 0 0 10px;
}

.block-caution{
  margin-top: 12px;
}

.block-tit{
  font-weight: 800;
  margin: 10px 0 8px;
}

/* 上の説明文 */
.attentionList{
  margin: 0;
  padding-left: 1.2em;
}
.attentionList li{
  line-height: 1.75;
}

/* 本人確認書類の白い枠 */
.attention_inList{
  margin-top: 14px;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 14px;
}

.attention_desc{
  font-weight: 800;
  margin: 0 0 8px;
}

/* 番号のリスト */
.certification{
  margin: 0 0 10px;
  padding-left: 1.2em;
}
.certification li{
  line-height: 1.7;
  margin: 0 0 4px;
}

/* 注意（グレー枠） */
.cautionList--subTxt{
  margin: 10px 0 0;
  padding: 12px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  list-style: none;
}
.cautionList--subTxt li{
  line-height: 1.7;
  margin: 0 0 6px;
}

/* チェックUI */
.block-caution .btn{
  margin-top: 14px;
}
.block-caution .btn label,
.form--post label{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

/* 公演ボタン */
#performanceSelect{
  margin-top: 14px;
}
.performance-btn{
  display:block;
  width: min(520px, 92%);
  margin: 10px auto;
  padding: 14px 12px;
  text-align:center;
  color:#fff;
  background:#e95816;
  border-radius: 10px;
  text-decoration:none;
  font-weight: 700;
}
.performance-btn:hover{ opacity:.9; }

/* ============================================
   モーダル　オレンジ
============================================ */

/* ===== Orange header / buttons (common) ===== */
:root{
  --lp-orange: #e95816; /* 好みで微調整OK */
  --lp-orange-hover: #D97900;
  --lp-orange-active: #C86F00;
  --lp-radius: 10px;
}

/* 共通：オレンジ背景＋白文字＋中央＋太字 */
.lp-orange-bar{
  background: var(--lp-orange);
  color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
  border-radius: var(--lp-radius);
  padding: 14px 16px;
}

/* “大きめ” */
.lp-orange-bar--lg{
  font-size: clamp(16px, 2.2vw, 20px);
  padding: 16px 18px;
}

/* ===== チェックボックスを“ボタン”表示にする（あなたのCSSをそのまま採用） ===== */

/* チェックボックス(ラベル)をボタンっぽく */
.lp-check-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-orange);
  color: #fff;
  font-weight: 800;
  font-size: clamp(15px, 2vw, 18px);
  padding: 14px 16px;
  border-radius: var(--lp-radius);
  cursor: pointer;
  user-select: none;
  text-align: center;
  line-height: 1.35;
  box-sizing: border-box;
}

/* hover */
.lp-check-pill:hover{
  background: var(--lp-orange-hover);
}

/* checkbox自体は隠して、ラベル側で見せる */
.lp-check-hidden{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* チェック済みの見た目 */
.lp-check-hidden:checked + .lp-check-pill{
  background: #1a1a1a; /* “確認しました” を押した感 */
}

/* フォーカス */
.lp-check-hidden:focus + .lp-check-pill{
  outline: 3px solid rgba(242,140,0,.35);
  outline-offset: 2px;
}

/* ===== ここから “運用でよく崩れる” ところを補強 ===== */

/* p.btn のデフォルト余白や text-align を吸収 */
.lp-check-wrap{
  margin: 12px 0;
  text-align: center;
}

/* labelがブロック化されて幅100%でも綺麗に */
.lp-check-pill.is-block{
  width: 100%;
}

/* 長文(申込方法〜)が折り返しても見やすい */
.lp-check-pill.is-multiline{
  white-space: normal;
}

/* ===== 公演ボタン：a / button / input どれでもオレンジになる共通ボタン ===== */
.lp-orange-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 520px;       /* 必要なければ削除OK */
  padding: 14px 16px;
  border-radius: var(--lp-radius);
  background: var(--lp-orange);
  color: #fff !important; /* 既存a色上書き対策 */
  font-weight: 800;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* hover / active */
.lp-orange-btn:hover{ background: var(--lp-orange-hover); }
.lp-orange-btn:active{ background: var(--lp-orange-active); }

/* button / input の見た目統一 */
button.lp-orange-btn,
input[type="button"].lp-orange-btn,
input[type="submit"].lp-orange-btn{
  -webkit-appearance: none;
  appearance: none;
}

/* disabled */
.lp-orange-btn[disabled],
.lp-orange-btn.is-disabled{
  opacity: .5;
  cursor: not-allowed;
}

/* ボタンが複数並ぶときの余白 */
.lp-orange-btn + .lp-orange-btn{
  margin-top: 10px;
}

/* ===== SP最適化 ===== */
@media (max-width: 640px){
  .lp-orange-btn{
    max-width: 100%;
  }
}
/* チェックの表示（文字を #e95816 / 太字 / 大きめ） */
.lp-check-pill{
  color: #e95816;
  font-weight: 800;
  font-size: clamp(16px, 2.3vw, 20px);
}

/* 背景がオレンジのままだと読めないので、背景は白に寄せる */
.lp-check-pill{
  background: #fff;
  border: 2px solid #e95816;
}

.lp-check-pill:hover{
  background: #fff7f2;
  border-color: #e95816;
}

.lp-check-hidden:checked + .lp-check-pill{
  background: #e95816;
  color: #fff;           /* チェック時は白文字にして視認性UP */
  border-color: #e95816;
}
/* 中央寄せ */
.lp-check-wrap{
  text-align: center;
}

/* ラベルを中央寄せ */
.lp-check-wrap label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  max-width: 760px;
  line-height: 1.35;
}

/* 文字：オレンジ太字＆少し大きめ */
.lp-check-text{
  color: #e95816;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 20px);
}

/* チェックはそのまま（標準）＋色だけオレンジ */
.lp-check-wrap input[type="checkbox"]{
  width: 18px;
  height: 18px;
  accent-color: #e95816;
}

/* 2つ目は最初は非表示 */
.lp-agree-row{
  display: none;
}

/* 1つ目をチェックしたら2つ目を表示
   ※confirmCheck と agreeRow が「同じ親要素の中」にいる必要があります */
#confirmCheck:checked ~ .lp-agree-row{
  display: block;
}
/* ===== チェックボックス型（要件どおり）を最優先で適用 ===== */
.lp-check-wrap{
  margin: 12px 0;
  text-align: center;
}

.lp-check-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  max-width: 760px;
  line-height: 1.35;
}

/* テキスト：太字オレンジ */
.lp-check-text{
  color: #e95816;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 20px);
}

/* 2行目だけ少し強調（任意） */
.lp-check-text--lg{
  font-size: clamp(16px, 2.4vw, 22px);
}

/* チェック自体は標準表示＋オレンジ */
.lp-check-wrap input[type="checkbox"]{
  width: 18px;
  height: 18px;
  accent-color: #e95816;
}

/* 公演ボタンは既存の .performance-btn でOK（そのままでも見た目は揃います） */
/* ===== チェック周り：余白＋罫線（区切り）追加 ===== */

/* 各ブロックの上下余白 */
.lp-check-wrap{
  margin: 18px auto;        /* ←余白を増やす */
  padding: 14px 0;          /* ←罫線とテキストの間の余白 */
  max-width: 760px;
}

/* 罫線（上） */
.lp-check-wrap{
  border-top: 1px solid rgba(233, 88, 22, 0.35);
}

/* 最初のチェック（confirmWrap）は上の罫線不要なら消す */
#confirmWrap{
  border-top: none;
  padding-top: 0;
  margin-top: 10px;
}

/* 罫線（下）を入れたい場合：チェック2の下に区切り */
#agreeWrap{
  border-bottom: 1px solid rgba(233, 88, 22, 0.35);
  padding-bottom: 16px;
  margin-bottom: 18px;
}

/* 公演選択エリアにも余白 */
#performanceSelect{
  margin-top: 16px;
  padding-top: 10px;
}

/* 「＜公演を選択＞」の上下も少し整える */
#performanceSelect > div{
  margin: 0 0 12px 0 !important;
  font-weight: 800;
  color: #e95816;
}
/* ============================================
   申込み条件
============================================ */

/* ネストした条件リストの見た目調整 */
.lp-nested-list{
  margin: 8px 0 0 1.2em;   /* 上に少し余白＋左インデント */
  padding: 0;
  list-style: none;        /* “・”や数字を消して、テキストの「‐」を活かす */
}
.lp-nested-list li{
  margin: 6px 0;
}
/* receptionの上に置く申込条件 */
.entryCondition--top{
  margin: 0 auto 12px; /* 下に余白 */
  padding: 10px 12px;
  border-bottom: 1px solid rgba(233, 88, 22, 0.35); /* 下線で区切る */
  text-align: left;
  max-width: 760px;
}

.entryCondition__head{
  margin: 0 0 6px 0;
  color: #e95816;
  font-weight: 800;
}

/* 条件リスト */
.lp-nested-list{
  margin: 0 0 0 1.2em;
  padding: 0;
  list-style: none;
}
.lp-nested-list li{
  margin: 6px 0;
  color: #e95816;
  font-weight: 800;
}
/* =========================================================
  ENTRY（.whiteBox内）注意書き（.noteList）の罫線・余白を統一
  ※既存の .noteList 定義が複数あるため whiteBox 内だけ上書き
========================================================= */

/* 上に余白を作る（←ここが “上段に余白がない” の解決） */
.whiteBox .noteList{
  margin-top: 18px !important;   /* 好みで 14〜22px */
  padding-top: 14px !important;  /* 罫線と本文の間 */
}

/* 罫線を “result の罫線” と同系統に揃える（他と違う問題の解決） */
.whiteBox .noteList{
  border-top: 1px dashed rgba(0,0,0,.10) !important;
}

/* リストの行間も安定させる */
.whiteBox .noteList li{
  margin: 10px 0 !important;
}

/* ラベルの見え方（必要なら） */
.whiteBox .noteLabel{
  font-weight: 700;
  color: #333;
}
/* =========================================================
 certification内の「氏名、現住所、生年月日」だけを太字オレンジ 
========================================================= */
.certification b{
  color: #e95816;
  font-weight: 800;
}
/* cautionList内でも accentOrange をオレンジに固定 */
.cautionList--subTxt .accentOrange{
  color: #e95816 !important;
  font-weight: 800;
}
/* =========================================================
 show__date の先頭（【FC限定】）だけ：白背景＋オレンジ文字
========================================================= */
.show__date .show__dow:first-child{
  display: inline-block;
  background: #fff;
  color: #e95816;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;       /* 角丸（不要なら消す） */
  border: 1px solid #e95816;  /* 枠線（不要なら消す） */
  line-height: 1.2;
}
/* =========================================================
Ponta特典追加
========================================================= */
/* サブタイトル画像：常にセンター寄せ */
.pontaBenefits__subTitle{
  text-align: center;
}
.pontaBenefits__subTitle img{
  display: block;
  margin: 0 auto;
}
/* 2つ目サブタイトルの上：100%幅・#F68B1F の太ライン */
.pontaBenefits__subTitle--lineTop{
  width: 100%;
  margin-left: 0;
  margin-right: 0;

  border-top: 10px solid #F68B1F; /* ←色変更 */
  padding-top: 14px;             /* ラインと画像の間 */
  margin-top: 18px;              /* 上の要素との間 */
}
/* サブタイトル画像：高さを揃えて中央配置（見た目を統一） */
.pontaBenefits__subTitle{
  text-align: center;
  margin: 10px 0 14px;
}

.pontaBenefits__subTitle img{
  display: block;
  margin: 0 auto;

  /* ★ここがポイント：高さ基準で統一 */
  height: clamp(44px, 6vw, 68px); /* 好みで調整OK */
  width: auto;
  max-width: 100%;
}
/* サブタイトル：中央配置を強制 */
.pontaBenefits__subtitle{
  width: 100%;
  display: flex;
  justify-content: center;
}

.pontaBenefits__subtitleImg{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* 特典カードだけ幅を絞る */
.pontaBenefits__bannerCard{
  width: min(600px, 100%);
  margin: 0 auto;
}
/* Ponta特典：画像だけを狭める（親幅はそのまま） */
.pontaBenefits__box img{
  width: min(600px, 100%) !important; /* ←ここで狭める（例：640〜760） */
  height: auto !important;
  display: block;
  margin: 0 auto;                     /* 中央寄せ */
}
/* =========================
  お問い合わせ：見やすく（レイアウトのみ）
========================= */

/* パネルの中を整える */
.contactBlock__panel{
  text-align: center;               /* 画像のように中央寄せ */
  padding: 34px 18px;               /* 内側余白 */
}

/* 見出し */
.contactBlock__title{
  margin: 0 0 10px;
}
.contactBlock__sub{
  margin: 18px 0 10px;              /* サブ見出しの上下余白 */
  font-weight: 800;
}

/* サブ見出しの前に区切り線（2つ目以降だけ） */
.contactBlock__sub + p{
  position: relative;
}
.contactBlock__sub:not(:first-of-type){
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);  /* 背景が黒想定 */
}

/* pの余白を統一（ガタつき防止） */
.contactBlock__panel p{
  margin: 0;
}
.contactBlock__panel p + p{
  margin-top: 10px;
}

/* リンクをボタン風ブロックに（タップ領域・可読性UP） */
.contactBlock__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: min(520px, 100%);
  padding: 14px 16px;
  margin: 0 auto;

  text-decoration: none;
  font-weight: 800;

  border-bottom: 2px solid currentColor; /* 画像のような下線 */
}

/* ▶の位置を揃える */
.contactBlock__arrow{
  display: inline-block;
  transform: translateY(1px);
}

/* 注釈 */
.contactBlock__note{
  margin-top: 18px;
  font-size: 13px;
  opacity: .9;
}
/* ===== contact：リンクをボタン化（下線/線を消す） ===== */
.contactBlock__panel a.contactBlock__link{
  display: block !important;
  width: min(520px, 100%) !important;
  margin: 10px auto 0 !important;

  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.18) !important; /* 枠線 */
  border-bottom: none !important;                      /* 青い線の元を消す */
  border-radius: 999px !important;                     /* ボタンっぽく */
  background: rgba(255,255,255,.06) !important;        /* ほんのり面 */
  
  text-decoration: none !important;                    /* 下線を消す */
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

/* hover（PC） */
.contactBlock__panel a.contactBlock__link:hover{
  background: rgba(255,255,255,.10) !important;
}

/* 矢印の位置 */
.contactBlock__arrow{
  margin-left: 8px;
}

/* pに包まれてる場合の余白のガタつき対策 */
.contactBlock__panel p{ margin: 0; }

/* お問い合わせタイトル：下に余白 */
.contactBlock__title{
  margin-bottom: 20px; /* 好みで 10〜20px */
}

/* ※注記だけ：細字＋小さめ */
.lp-nested-list .lp-note{
  font-weight: 400;    /* 細字 */
  font-size: 12px;     /* 小さめ（好みで 11〜13px） */
  line-height: 1.6;
  opacity: .9;
  margin-top: 6px;     /* まとまり感（不要なら削除） */
}

/* 念のため：注記の中にbがあっても太字にしない */
.lp-nested-list .lp-note b{
  font-weight: 400;
}

/* ①②③ の丸数字リスト（CSSで表示） */
.lp-numlist--maru{
  list-style: none;       /* デフォの 1. を消す */
  margin: 0 0 10px 0;
  padding: 0;
  counter-reset: maru;
}

.lp-numlist--maru > li{
  position: relative;
  padding-left: 2.2em;    /* 丸数字ぶんの左余白 */
  margin: 6px 0;
}

.lp-numlist--maru > li::before{
  counter-increment: maru;
  content: "①";           /* デフォルト（1個目） */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* 2個目・3個目 */
.lp-numlist--maru > li:nth-child(2)::before{ content: "②"; }
.lp-numlist--maru > li:nth-child(3)::before{ content: "③"; }

/* 注記：※（小さめ細字） */
.lp-notelist{
  margin: 0 0 0 1.2em;
  padding: 0;
  list-style: none;
}
.lp-notelist li{
  margin: 6px 0;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
.lp-notelist li::before{
  content: "※ ";
  font-weight: 700;
}
/* ①②③リスト全体をオレンジに */
.lp-numlist--maru > li{
  color: #e95816;
}

/* 丸数字もオレンジに（念のため明示） */
.lp-numlist--maru > li::before{
  color: #e95816;
}
/* ※注記リストもオレンジに */
.lp-notelist li{
  color: #e95816 !important;
}

/* 先頭の「※」もオレンジ */
.lp-notelist li::before{
  color: #e95816 !important;
}