.fs-p-logo__lead {
    font-size: 3rem;
    margin: 4px 0 0;
}

.notice-main{
margin: 2em;  
}
@media only screen and (max-width: 580px) {
.notice-box {
    margin: 2em 1em;                  /* 上下の余白 */
  }
.fs-p-drawer {
z-index:1000;
}
}

/*メンテナンス中*/
:root{
    --mw-bg: #ffffff;
    --mw-fg: #1f2937;
    --mw-muted:#6b7280;
    --mw-accent:#2563eb;          /* 青ライン */
    --mw-border:#e5e7eb;          /* 外枠 */
    --mw-shadow: 0 6px 18px rgba(0,0,0,.06);
  }
  @media (prefers-color-scheme: dark){
    :root{
      --mw-bg:#0b1220;
      --mw-fg:#e5e7eb;
      --mw-muted:#9ca3af;
      --mw-accent:#60a5fa;
      --mw-border:#1f2937;
      --mw-shadow: 0 6px 18px rgba(0,0,0,.4);
    }
  }

  .maintenance-window{
    display:flex;
    gap:14px;
    align-items:flex-start;
    max-width:720px;
    margin:24px auto;
    padding:18px 18px 16px;
    background:var(--mw-bg);
    color:var(--mw-fg);
    border:1px solid var(--mw-border);
    border-radius:14px;
    box-shadow:var(--mw-shadow);
    position:relative;
  }
  /* 左のアクセントバー（囲み強調） */
  .maintenance-window::before{
    content:"";
    position:absolute;
    left:-1px; top:-1px; bottom:-1px;
    width:6px;
    border-radius:14px 0 0 14px;
    background:linear-gradient(180deg,var(--mw-accent), color-mix(in oklab, var(--mw-accent) 60%, transparent));
  }

  .mw-icon{
    flex:0 0 auto;
    display:grid; place-items:center;
    width:40px; height:40px;
    border:1px solid var(--mw-border);
    border-radius:10px;
    color:var(--mw-accent);
    background: color-mix(in oklab, var(--mw-accent) 12%, var(--mw-bg));
  }

  .mw-body{ flex:1 1 auto; min-width:0; }
  .mw-title{
    margin:0 0 4px;
    font-size:1.05rem;
    font-weight:700;
    letter-spacing:.02em;
  }
  .mw-time{
    margin:0 0 6px;
    font-variant-numeric: tabular-nums;
    font-weight:600;
  }
  .mw-time .mw-tilde{ padding:0 .35em; }
  .mw-note{
    margin-left:.25em;
    color:var(--mw-muted);
    font-weight:500;
  }
  .mw-desc{
    margin:.4rem 0 0;
    color:var(--mw-muted);
    line-height:1.6;
  }

  /* 小さめ画面 */
  @media (max-width:480px){
    .maintenance-window{ padding:16px; flex-direction:column; }
    .mw-icon{ width:36px; height:36px; margin:0 auto; }
    .mw-title{ font-size:1rem; }
  }

/*鳳凰終売*/
.infomation-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.6em 1.2em;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #666666;
  position: relative;
  cursor: pointer; /* ←クリックできるとわかるように */
  margin:1em 0 2em;
}

.infomation-header__text {
  margin: 0;
  font-size: 1.6em;
}

.infomation-header__btn {
  font-weight: 700;
  padding: 0.4em 1.2em;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 1.6em;
}

.infomation_important{
 color:red;
}

@media (max-width: 600px) {
  .infomation-header {
    flex-direction: column;
    padding: 0.8em;
  }
  .infomation-header__btn {
    padding: 0;
  }
}

  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

  .cp-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b7282e;
    color: #fff;
    padding: 1em 1.5em;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: relative;
  }

  .cp-header__content {
    max-width: 720px;
  }

  .cp-header__catch {
    font-size: 1.7rem;
    margin: 0 0 0.35em;
    font-weight: 500;
    opacity: 0.95;
  }

  /* 見出し＋価格帯の横並び */
  .cp-header__main-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1.75em;
    flex-wrap: wrap;
    /* 狭い幅で折り返し */
    margin: 1em 0 0;
  }

  .cp-header__main {
    font-size: 3rem;
    margin: auto 0;
    font-weight: 800;
    line-height: 1.2;
  }

  /* 価格ブロック */
  .cp-header__price {
    display: flex;
    flex-direction: column;
    line-height: 1;
    /* ← 0はやめる */
    margin: 0;
  }

  .cp-header__price-up {
    margin: 0;
    font-size: 1.6rem;
    opacity: 0.95;
  }

  .cp-header__price-down {
    margin: 0.05em 0 0;
    font-size: 3rem;
    font-weight: 800;
  }

  span.tax{
    font-size: 1.5rem;
    font-weight: 400;
  }

  .cp-header__sub {
    font-size: 1.5rem;
    margin: 0.45em 0 0.5em;
  }

  .cp-header__note {
    font-size: 1.1rem;
    opacity: 0.88;
    margin: 0;
  }

  @media (max-width: 600px) {
    .cp-header {
      padding: 0.8em 1em;
    }

    .cp-header__main {
      font-size: 2rem;
    }

    .cp-header__main-wrap{
      flex-direction: column;
      align-items: center;
      gap: .5rem;
    }

    .cp-header__price{
      flex-direction: initial;
      align-items: baseline;
      gap: 1em;
    }

    .cp-header__price-down {
      font-size: 1.8rem;
    }

    .cp-header__catch {
      font-size: 1.2rem;
      margin-bottom: .6em;
    }

    .cp-header__note{
      font-size: .8rem;
    }

    .cp-header__sub{
      margin: 0.3em 0 .5em;
      font-size: 1.35rem;
    }

    span.tax{
      font-size: 1.2rem;
    }
  }

/*追従*/
    .fixed-link-bar {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 999;
      transform: translateY(100%);
      opacity: 0;
      pointer-events: none;
      transition:
        transform 0.35s ease,
        opacity 0.35s ease;
    }

    .fixed-link-bar-inner {
      max-width: 960px;
      margin: 0 auto;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;

      background: #c62828;
      box-shadow: var(--shadow);
      border-radius: 12px 12px 0 0;

      color: #ffffff;
      font-size: 1.3rem;
      /* ★ 大きめフォント */
      line-height: 1.4;
    }

    .fixed-link-bar-text {
      flex: 1;
      line-height: 1.4;
      font-size: 1rem;
    }
    .fixed-link-bar-text strong {
      font-weight: 700;
      font-size: 1.5rem;
    }

    .fixed-link-bar a.fixed-link-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      border-radius: 999px;
      background: #ffffff;
      color: #c62828;
      font-size: 1.3rem;
      /* ★ ボタン文字も大きく */
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .fixed-link-bar a.fixed-link-button:hover {
      opacity: 0.9;
    }

    .fixed-link-bar.is-visible {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }

    @media (max-width: 767px) {
      .fixed-link-bar-inner {
        font-size: 1.25rem;
        padding: 14px 16px;
      }

      .fixed-link-bar a.fixed-link-button {
        font-size: 1.2rem;
        padding: 10px 16px;
      }
    }