  .match-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 0 20px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: bold;
  }
  .teams {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team {
    margin: 0px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }

  .team img {
    max-width: 135px;
  }
  .vs {
    font-size: 28px;
    font-weight: bold;
    margin: 0 20px;
  }
  .match-title img {
    max-width: 520px;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .match-info {
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    margin: 20px 0;
    font-family: Noto Sans JP, sans-serif;
    font-weight: bold;
  }
  .countdown {
    /* 未使用の可能性あり */
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
  }
  .match-buttons {
    margin-top: 50px;
    display: flex;
    gap: 5px;
  }
  .match-buttons a {
    text-align: center;
    position: relative;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    background: #e60013;
    color: #fff;
    width: 240px;
    margin: 5px auto 0;
    font-weight: 700;
    text-decoration: none; /* リンクの下線を消す場合 */
  }
  .member .member-inner {
    /* 未使用の可能性あり */
    margin-top: 150px;
  }
  .disabled {
    opacity: 0.7;
    cursor: initial;
    pointer-events: none;
  }
  /* 以下、元のCSSが続く */
  .table_wrap table td,
  .table_wrap table th {
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background-color: #fff;
  }
  .table_wrap table th {
    background-color: #191919;
    color: #fff;
    font-weight: bold;
  }
  .table_wrap {
    border: 1px solid #cbcbcb;
  }
  .table_wrap table {
    width: 100%;
  }
  .ticket-banner-flex {
    display: flex;
    gap: 20px;
  }
  .ticket-banner-flex img {
    border: 1px solid #cbcbcb;
  }
  .match-ttl {
    margin-top: 55px;
    font-size: 24px;
    font-weight: bold;
  }
  .page-ticket-area {
    padding-bottom: 80px;
    margin-bottom: 0px;
    background-color: #f1f1f1;
  }
  .ticket-schedule {
    width: 100%;
  }

  .ticket-schedule th {
    padding: 10px;
    color: #fff;
    background: #555;
  }
  .ticket-schedule td {
    background: #fff;
    color: #000;
    padding: 12px;
  }

  @media screen and (max-width: 800px) {
    .bg-pacific {
      padding: 40px 3%;
    }
    .team {
      font-size: 1.2rem;
      text-align: center;
    }
    .match-info {
      text-align: center;
      word-break: break-all;
    }
    .match-buttons {
      display: block; /* スマホ表示でボタンを縦並びにする */
    }
    .match-buttons a {
      /* スマホ表示でボタン幅を自動に */
      width: auto;
      max-width: 240px; /* 最大幅は維持 */
    }
    .ticket-graph li img {
      /* 未使用の可能性あり */
      width: 100% !important;
    }
  }

  table.ticket-schedule a.btn {
    color: #fff;
    text-decoration: none;
  }
  .ticket-schedule .btn {
    padding: 5px 15px;
    border-radius: 100px;
    background: #e60013;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }
  @media screen and (max-width: 767.8px) {
    table.ticket-schedule a.btn {
      color: #fff;
      text-decoration: none;
      display: block;
      margin-left: 0px;
      margin-top: 10px;
    }
  }
  .ticket-cont::before {
    /* 未使用の可能性あり */
    display: none !important;
  }
  #event-items {
    text-align: left !important;
  }

  :root {
    --sans: "Noto Sans JP", sans-serif;
    --serif: "Noto Serif JP", serif;
    --oswald: "Oswald", sans-serif;
    --fz10: 10px;
    --fz12: 12px;
    --fz13: 13px;
    --fz15: 15px;
    --fz16: 16px;
    --fz17: 17px;
    --fz18: 18px;
    --fz20: 20px;
    --fz22: 22px;
    --fz25: 25px;
    --fz28: 28px;
    --fz33: 33px;
    --fz40: 40px;
    --fz60: 60px;
    --fz65: 65px;
    --fz90: 90px;
    --gld: #dfbe77;
    --gld2: #917c50;
    --blk: #0d0d0d;
  }
  @media screen and (max-width: 767.8px) {
    :root {
      --fz10: 9x;
      --fz12: 10px;
      --fz13: 11px;
      --fz15: 12px;
      --fz16: 13px;
      --fz17: 14px;
      --fz18: 15px;
      --fz20: 17px;
      --fz22: 18px;
      --fz25: 19px;
      --fz28: 21px;
      --fz33: 23px;
      --fz40: 26px;
      --fz60: 30px;
      --fz65: 32px;
      --fz90: 40px;
    }
  }
  .flex.fwrap {
    flex-wrap: wrap;
  }

  .campaign-item {
    margin-top: 30px;
  }
  .flex {
    display: flex;
    justify-content: left;
    gap: 2%;
  }
  .flex.third > * {
    width: 32%;
  }

  .campaign-item a {
    cursor: pointer;
  }
  .campaign-item a {
    color: #000;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #cbcbcb;
  }
  .campaign-item .image {
    width: calc(100% + 28px);
    margin: -14px -14px 14px;
    border: 1px solid #cbcbcb;
  }
  img.contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .campaign-item h3 {
    font-size: var(--fz18);
    margin: 8px 0 15px;
  }
  .campaign-item p {
    font-size: var(--fz13);
  }
  .campaign-item .btn {
    font-size: var(--fz15);
    background: #e60013;
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-radius: 100px;
    margin: auto 0 0 auto;
  }
  @media screen and (max-width: 767.8px) {
    .flex.sp-half {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 767.8px) {
    .flex.sp-half > * {
      width: 48.5%;
    }
  }
  .seatview-link {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .seatview-link a {
    background-color: #e60013;
    padding: 5px 10px;
    color: #fff;
  }
  /*イベント詳細モーダル*/
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 150px 0px 0px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    margin-top: 0px;
    z-index: 99999;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active {
    opacity: 1;
    visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 750px;
    width: 100%;
    color: #000;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    font-size: 35px;
    color: #000;
    cursor: pointer;
    z-index: 99999;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content {
    background: #fff;
    text-align: left;
    padding: 30px 50px;
    height: 75vh;
    overflow-y: scroll;
  }

  @media (max-width: 768px) {
    .modal-container {
      margin-top: 65px;
      padding: 40px 7px;
    }
    .modal-content {
      width: 90%;
      padding: 25px 25px;
    }
    .modal-body {
      width: 100%;
    }
    p#event_text,
    p#writer_name,
    span.exlink {
      font-size: 14px;
    }
    p#event_profile {
      font-size: 10px !important;
    }
    .modal-header.event-item a img,
    .modal-header.event-item img {
      width: 70px;
    }
    .modal-body #player a {
      width: 100% !important;
    }
    .modal-content {
      margin: auto;
    }
  }

  .modal-header.event-item {
    box-sizing: border-box; /* ボックスのサイズ計算方式を指定 */
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center; /* ロゴと名前を中央に配置 */
    gap: 10px; /* ロゴと名前の間隔 */
    border-bottom: 1px solid #d8d8d8; /* 下の罫線 */
    width: 100%; /* 横幅を100%に設定 */
    font-size: 140%;
  }

  .modal-header.event-item a {
    display: flex;
    align-items: center;
  }
  .modal-header.event-item a img,
  .modal-header.event-item img {
    max-width: 100px;
  }
  #event_name {
    margin-bottom: 10px;
  }
  .modal-body h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 30px 0 10px;
  }

  /* aタグ書き換え */
  .campaign-item a {
    cursor: pointer;
  }
  #event_img {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    display: block;
  }
  #event_title {
    margin-bottom: 0px !important;
  }
