@charset "UTF-8";

/* 2025年1月改訂-スケジュール試合用 */

/*#box_next_homegame-pc*/
#box_next_homegame {
  width: 100%;
  margin-top: -12px;
  display: none;

  & #next_homegame {
    margin-top: -30px;
  }

  /*nest-start*/
  & .inner {
    min-width: 1360px;
  }

  & ul.splide__list li.splide__slide,
  & [id^='box_nhg_'] {
    background-color: var(--ex_pale_blue);
    margin-top: 12px;
    position: relative;
    z-index: 0;
  }

  & h2 {
    width: 270px;
    background-color: var(--main_bk);
    margin: 0 auto;
    text-align: center;
    color: var(--main_blue);
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    padding: 0.6em 0 0.4em 0;
    position: relative;
    z-index: 10;
  }

  & [id^='box_nhg_']:first-of-type {
    margin-top: -18px;
  }

  & p.year {
    text-align: right;
  }

  /*nest-end*/
}

#box_next_homegame.show {
  display: block;
  margin-bottom: 40px;
}

/*common setting-pc*/
#box_next_homegame,
div.tbl_schedule.game {
  /*nest-start*/

  & .sat p.day strong>span,
  & .sat p.day small {
    color: var(--main_blue);
  }

  & .sat p.day strong>span.red,
  & .sat p.day small.red {
    color: var(--main_red);
  }

  & .annot {
    font-size: 0.8em;
    color: var(--main_red);
  }


  .sun p.day strong>span,
  .sun p.day small,
  .holiday p.day strong>span,
  .holiday p.day small {
    color: var(--main_red);
  }

  & p {
    line-height: 1.1;
  }

  & p.stadium a::before {
    content: ':';
    margin: 0 0.3em;
  }

  & div.date_time>p:not(.year):not(.ko_time) {
    text-align: right;
  }

  & p.year {
    font-weight: bold;
    text-align: right;
  }

  & p.day {
    position: relative;
    z-index: 0;
    line-height: 0.8;
    margin-top: 0.8em;
  }

  & p.day>strong {
    font-family: var(--ffDIN_cond_reg);
    font-weight: normal;
    font-weight: 200;
    letter-spacing: -0.08em;
  }

  & p.day>strong>span {
    letter-spacing: -0.03em;
  }

  & p.day>strong>span::before {
    content: '.';
    color: var(--main_bk);
    display: inline-block;
    margin-left: 0.08em;
    margin-right: 0.03em;
  }

  & p.day small {
    font-weight: 600;
    display: block;
    margin-top: -0.3em;
  }

  & p.ko_time {
    font-family: var(--ffDIN_med);
    font-weight: normal;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start; */
    display: block;
    align-content: center;
    text-align: left;
    line-height: 1;
    font-size: 1.8rem;

    & .annot {
      font-size: 0.6em;
    }

  }

  & p.ko_time .tbd {
    font-family: var(--ffNoto_jp);
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 0.8em;
    margin-bottom: 0.2em;
  }

  & h3>strong::before {
    content: 'vs';
    display: inline-block;
    margin-right: 0.1em;
  }

  /*nest-end*/
}

div.tbl_schedule.game {
  & p.day span.or {
    display: block;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
    margin-left: 2em;
  }
}

#next_homegame p.ko_time {
  font-size: 2.4rem;
}

/*#box_next_homegame*/

#box_next_homegame {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;

  & button {
    transition: 0.3s;
    width: 2.6em;
    height: 2.6em;
    top: calc(50%);
    transform: translateY(calc(-50% + 10px));
  }

  & button:not(:disabled):hover {
    /* transform: translate(0, -2px); */
    transform: translateY(-50%);
  }

}

ul.splide__list li.splide__slide,
[id^='box_nhg_'] {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 24px 0 24px 40px;
  position: relative;
  z-index: 0;

  /*nest-start*/

  & .date_time {
    width: 160px;
    box-sizing: content-box;
    padding-left: 40px;
    padding-right: 84px;
    padding-bottom: 0.5em;
    position: relative;
    z-index: 0;
  }

  & .date_time p {
    text-align: right;
  }

  & p.year {
    font-size: 1.4rem;
    text-align: right;
  }

  & p.day>strong {
    font-size: 8.8rem;
  }

  & p.day>small {
    font-size: 2.4rem;
  }

  p.ko_time {
    font-size: 2.4rem;
    padding-top: 0.6em;
    width: 70px;
  }

  & p.ko_time>small {
    font-size: 0.5em;
    display: block;
  }

  & .vs_team {
    width: 560px;
    position: relative;
    padding-left: 120px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    /*nest-inner-start*/
    & .vs_emblem {
      width: 120px;
      height: 120px;
      position: absolute;
      left: 0;
      text-align: center;
    }

    & .vs_emblem>img {
      display: inline-block;
      height: 100%;
      width: auto;
    }

    & .match_ttl {
      font-size: 1.4rem;
      line-height: 1;
      font-weight: bold;
    }

    & p,
    & h3 {
      width: 100%;
    }

    & h3 {
      font-size: 3.2rem;
      line-height: 1;
      margin-top: 0.25em;
    }

    & p.stadium {
      margin-top: 0.75em;
    }

    & p.stadium>span::before {
      content: ':';
      margin: 0 0.3em;
    }

    /*nest-inner-end*/
  }

  & div.box_lp_tkt {
    width: 334px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;

    /*nest-inner-start*/
    & ul {
      margin: 8px 15px 0 15px;
    }

    & div.box_thumb_lp {
      width: 204px;
    }

    /*nest-inner-end*/
  }

  /*nest-end*/
}

ul.splide__list li.splide__slide::before,
ul.splide__list li.splide__slide::after,
[id^='box_nhg_']::before,
[id^='box_nhg_']::after {
  content: '';
  display: block;
  position: absolute;
  width: 106px;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 0;
  transform: skew(-30deg);
}

ul.splide__list li.splide__slide::before,
[id^='box_nhg_']::before {
  left: -56px;
}

ul.splide__list li.splide__slide::after,
[id^='box_nhg_']::after {
  right: -56px;
}

#box_next_homegame #box_nhg_1st,
#box_next_homegame #box_nhg_2nd,
#box_next_homegame #box_nhg_3rd {
  & p.toggle_btn {
    display: none;
  }
}

article.game {
  margin-top: 32px;
  padding-bottom: 104px;
  /*nest-start*/

  /*game header*/
  & #inner_header {

    /*nest-inner-start*/
    & h2,
    & p {
      text-align: center;
    }

    & h2>img {
      height: 96px;
      width: auto;
    }

    & p {
      margin-top: 0.5em;
      font-size: 1.8rem;
      font-weight: bold;
      font-weight: 600;
    }

    /*nest-inner-end*/
  }

  & div.tbl_schedule {
    margin-top: 46px;
    /* border-top: 1px solid #ccc; */

    /*nest-inner-start*/

    & table {
      width: 100%;
    }

    /*nest-inner-end*/
  }

  & div.tbl_schedule.game {

    & h4 {
      font-size: 2.4rem;
      text-align: center;
      margin-top: 1.6em;
      padding-bottom: 0.8em;
      /* border-bottom: 1px solid #ccc; */
      font-weight: bold;
      font-weight: 700;
    }

    & table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    /*nest-inner-start*/
    & table,
    & tr,
    & td,
    & th {
      height: 100%;
    }

    & td,
    & th {
      position: relative;
    }

    & a {
      color: var(--main_bk);
    }

    & thead th {
      font-size: 1.4rem;
      text-align: center;
      padding: 0.8em 0 1em;
    }

    & tbody tr {
      width: 100%;
      border-bottom: 8px solid #fff;
    }

    & tbody tr.tbl_sttl>th {
      font-size: 1.6rem;
      line-height: 1.4;
      font-weight: bold;
      font-weight: 500;
      font-family: var(--ffNoto_jp);
    }

    & tbody tr.tbl_sttl>th>span {
      width: 100%;
      display: block;
      background-color: #222;
      border-radius: 4px;
      color: #fff;
      padding: 0.4em 0.5em 0.6em 0.5em;
    }

    & tbody tr>td:not(.scorers) {
      background-color: #fff;
      padding: 1em 0;
    }

    & tbody tr>td {
      position: relative;
    }

    & tbody tr>td.date_time {
      padding-right: 64px;
      width: 180px;
    }

    & tbody tr>td.date_time p {
      text-align: right;
    }

    & tbody tr:nth-of-type(odd)>td {
      /* background-color: var(--ex_pale_gray); */
    }

    & tbody tr:nth-of-type(odd)>td:last-of-type {
      /* background-color: #fff; */
      border-radius: 0px 4px 4px 0;
    }

    & tbody tr:nth-of-type(odd)>td.scorers>ul {
      /* background-color: var(--ex_pale_gray); */
    }

    & tbody tr>th {
      width: 40px;
      font-family: var(--ffDIN_cond_med);
      font-size: 2.8rem;
      font-weight: normal;
      font-weight: 400;
    }

    & tbody tr>th>span {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
      border-radius: 4px 0px 0px 4px;
      padding-left: 0 0.6em 0 0.6em;
    }

    & tbody tr.home>th>span {
      background-color: hsl(198, 97%, 86%);
    }

    & tbody tr.away>th>span {
      background-color: hsl(0, 100%, 95%);
    }

    & td.date_time p.day strong {
      font-size: 6.4rem;
    }

    & td.date_time p.day strong+small {
      font-size: 2rem;
    }

    & td.date_time p.ko_time {
      text-align: left;
      padding-top: 1.2em;
      font-size: 1.8rem;
      width: 54px;
    }

    & td.date_time p.ko_time>small {
      font-size: 0.6em;
      display: block;
      margin-top: 0.2em;
    }

    & tbody>tr>td.uni {
      width: 100px;
      padding-right: 9px;
    }

    & td.uni>ul {
      display: flex;
      font-family: var(--ffDIN_reg);
      justify-content: center;
      font-size: 1.2rem;
      padding-top: 0.5em;
    }

    & td.uni>ul>li {
      text-align: center;
      line-height: 1;
    }

    & td.uni>ul>li:first-of-type {
      margin-right: 6px;
    }

    & td.uni>ul>li>img {
      display: block;
      height: 48px;
      width: auto;
      min-width: 40px;
      margin-bottom: 6px;
      margin-left: auto;
      margin-right: auto;
    }

    & td.vs_team {
      width: 500px;
      padding-right: 24px;
    }

    & td.vs_team>div {
      height: 100%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      padding-left: 118px;
      padding-right: 74px;
      position: relative;
      border-left: 2px solid #f4f4f4;
      border-right: 2px solid #f4f4f4;
      position: relative;
      z-index: 0;
    }

    & tbody tr:nth-of-type(odd)>td.vs_team>div {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
    }

    & td.vs_team>div>p:not(.btn_record):not(.vs_emblem),
    & td.vs_team>div>h3 {
      width: 100%;
    }

    & td.vs_team>div>p,
    & td.vs_team>div>h3 {
      position: relative;
      z-index: 0;
    }

    & td.vs_team p.vs_emblem {
      position: absolute;
      height: 96px;
      width: 110px;
      top: 50%;
      margin-top: calc(96px / 2 * -1);
      left: 5px;
      text-align: center;
    }

    & td.vs_team p.vs_emblem>img {
      height: 100%;
      width: auto;
    }

    & td.vs_team>div>p.location {
      font-family: var(--ffDIN_med);
      font-weight: normal;
      line-height: 1;
      font-size: 1.4rem;
      position: relative;
      z-index: 0;
    }

    & td.vs_team>div>p.location>span {
      background-color: #555;
      color: #fff;
      display: inline-block;
      padding: 0.5em 0.6em 0.3em 0.6em;
      border-radius: 3px;
    }

    & td.vs_team>div>p.location>span::after {
      text-transform: uppercase;
    }

    & tr.home>td.vs_team>div>p.location>span {
      background-color: var(--main_blue);
    }

    & tr.away>td.vs_team>div>p.location>span {
      background-color: var(--main_red);
    }

    & tr.home>td.vs_team>div>p.location>span::after {
      content: 'home game';
    }

    & tr.away>td.vs_team>div>p.location>span::after {
      content: 'away game';
    }

    & tbody>tr:not(.home):not(.away):not(.tbl_sttl)>th>span {
      background-color: #777;
      font-size: 1.8rem;
      font-family: var(--ffNoto_jp);
      font-weight: bold;
      font-weight: 500;
      line-height: 1;
      box-sizing: border-box;
      color: #fff;
    }

    & tbody.first_round>tr>th>span {
      font-size: 1.8rem;
      font-family: var(--ffNoto_jp);
      font-weight: bold;
      font-weight: 500;
      line-height: 1;
      box-sizing: border-box;
    }

    & tbody.first_round>tr>th>span>span,
    & tbody>tr:not(.home):not(.away):not(.tbl_sttl)>th>span>span {
      width: 1.2em;
      display: inline-block;
      flex-wrap: wrap;
      align-items: center;
      word-break: break-all;
      margin-left: 0.1em;
    }

    & td.vs_team>div>h3 {
      font-size: 2.4rem;
      line-height: 1.3;
      margin-top: 0.1em;
    }

    & td.vs_team p.btn_record {
      display: block;
      position: absolute;
      z-index: 0;
      right: 1.2em;
      top: 50%;
      margin-top: -0.5em;
      font-size: 1.4rem;
      line-height: 1;
      z-index: 10;
      transition: 0.3s;
    }

    & td.vs_team p.btn_record>a {
      background-color: #555;
      color: #fff;
      padding: 0.2em 0.5em 0.3em 16px;
      border-radius: 4px;
      position: relative;
      z-index: 0;
    }

    & td.vs_team p.btn_record:hover {
      transform: translateX(8px);
    }

    /* 2026暫定 */
    /* & td.vs_team p.btn_record,
    & td.vs_team p.btn_record:hover,
    & td.vs_team p.btn_record>a {
      pointer-events: none;
      transform: translateX(0);
      opacity: 0.6;
    } */

    & td.vs_team p.btn_record>a::before {
      content: '';
      display: block;
      width: 8px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 5px;
      margin-top: -5.9px;
      background-image: url(/common_2017/svg/icon_arrow_mini_colors.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 100% 0;
    }

    & td.vs_team>div>p.stadium {
      margin-top: 0.4em;
    }

    & td.vs_team>div>p.stadium>span::before {
      content: ':';
      margin: 0 0.3em;
    }

    & tbody tr>td.lp_tkt {
      width: 120px;
      padding-left: 18px;
    }

    & tbody tr>td.lp_tkt ul {
      margin-top: 8px;
    }

    & td.results {
      width: 140px;
      text-align: center;
    }

    & td.results>p {
      padding-top: 0.15em;
      font-size: 6.4rem;
      font-family: var(--ffDIN_cond_reg);
    }

    & td.results>p>strong,
    & td.results>p>span:last-of-type {
      font-weight: normal;
      font-weight: 400;
      position: relative;
      z-index: 0;
      display: inline-block;
    }

    & td.results>p>span.pk+span:last-of-type {
      margin-left: 0;
    }

    & td.results>p>strong {
      color: var(--main_blue);
      padding-left: 32px;
    }

    & td.results>p>span:last-of-type::before {
      content: '-';
      margin: 0 0.05em;
      position: relative;
      top: -0.05em;
    }

    & td.results>p>span.pk+span:last-of-type::before {
      content: none;
    }

    & td.results>p>strong::before {
      content: '';
      display: block;
      width: 33px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -20px;
    }

    & td.results>p>strong.win::before,
    & td.results>p>strong.lose::before,
    & td.results>p>strong.draw::before {
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(/schedule/assets/img/icon_game_results.svg);
    }

    & td.results>p>strong.win::before {
      background-position: 0 0;
    }

    & td.results>p>strong.lose::before {
      background-position: -39px 0;
    }

    & td.results>p>strong.draw::before {
      margin-top: -23px;
      background-position: -76px 0;
    }

    & td.results>p>span.pk {
      display: inline-block;
      width: 1.7em;
      font-size: 1.8rem;
      position: relative;
      top: -0.3em;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      margin: 0;

    }

    & td.results>p>span.pk::before {
      content: 'pk';
      display: block;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    & td.scorers {
      width: 140px;
    }

    & td.scorers>ul {
      height: 100%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      border-radius: 0px 4px 4px 0;
      padding: 1em;
    }

    & td.scorers li {
      width: 100%;
      line-height: 1.4;
      font-size: 1.2rem;
      margin-top: 0.5em;
    }

    & td.scorers li:nth-of-type(1) {
      margin-top: 0;
    }

    /* & td.results>p>span.pk {
      width: 2.4em;
      font-size: 4.375vw;
      line-height: 1.1;
      top: -0.7em;
      margin: 0 0.2em;
      padding-top: 0.2em;
    } */

    /*nest-inner-end*/

    /*  */
  }

  /*nest-end*/
}

/* j_league1_100y */

article.game.j_league1_100y {
  & div.tbl_schedule {
    border-top: none;
  }
}

/*acle*/
body.acle tr:not(.home):not(.away) td.vs_team>div>p.location>span {
  background-color: #8b8dbc;
}

body.acle tr:not(.home):not(.away) td.vs_team>div>p.location>span::before {
  content: 'central';
  text-transform: uppercase;
}

body.acle {
  & article.game {
    & div.tbl_schedule.game {
      tbody tr>th {
        font-size: 2.0rem;
      }
    }

    & div.tbl_schedule.game {
      tbody tr:nth-child(n+4) th span {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        white-space: nowrap;
        font-size: 1.4rem;
        padding: 0 0.4em;
        line-height: 1.2;
      }

      & tbody>tr:nth-child(n+6):not(.home):not(.away):not(.tbl_sttl)>th>span {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        font-size: 1.4rem;
      }
    }
  }
}

/*levain_cup*/
body.levain_cup tr:not(.home):not(.away) td.vs_team>div>p.location>span {
  background-color: #fff;

}

body.levain_cup tr:not(.home):not(.away) td.vs_team>div>p.location>span::before {
  content: 'central';
  text-transform: uppercase;
}

body.levain_cup {
  & article.game {
    & div.tbl_schedule.game {
      & tbody tr>th {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        white-space: nowrap;
        font-size: 1.4rem;
        padding: 0 0.4em;
        line-height: 1.2;
      }

      & tbody>tr:not(.home):not(.away):not(.tbl_sttl)>th>span {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.2;

      }
    }
  }
}

/*emperors_cup*/
body.emperors_cup tr:not(.home):not(.away) td.vs_team>div>p.location>span {
  background-color: #fff;
}

body.emperors_cup tr:not(.home):not(.away) td.vs_team>div>p.location>span::before {
  content: 'central';
  text-transform: uppercase;
}

body.emperors_cup {
  & article.game {
    & div.tbl_schedule.game {
      & tbody tr>th {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        white-space: nowrap;
        font-size: 1.4rem;
        padding: 0 0.4em;
        line-height: 1.2;
      }

      & tbody>tr:not(.home):not(.away):not(.tbl_sttl)>th>span {
        font-family: var(--ffNoto_jp);
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.2;

      }

      & li.btn_lp {
        display: none;
      }

      & td.results>p>span:last-of-type {
        margin-left: -0.15em;
      }

    }
  }
}

/*box_lp_tkt-pc*/

#box_next_homegame .box_lp_tkt,
article.game td.lp_tkt {

  /*nest-start*/
  & a {
    display: block;
    position: relative;
    z-index: 0;
  }

  & ul {
    width: 100px;
  }

  & ul>li {
    text-align: center;
  }

  & li>a {
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    width: 100px;
    position: relative;
    z-index: 0;
  }

  & li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 15px;
    height: 15px;
    top: 9px;
    left: 6px;
    background-image: url(/common_2017/svg/icon_open_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }

  & li.btn_lp {
    margin-bottom: 8px;
  }

  & li.btn_lp>a {
    padding: 0.5em 0.35em 0.5em 25px;
    /* background-color: var(--main_blue); */
    border-radius: 4px;

    background-color: #dbdbdb;
    pointer-events: none;
  }

  & li.btn_lp.before>a {
    background-color: #dbdbdb;
    pointer-events: none;
  }

  & li.btn_lp.onsale>a {
    background-color: var(--main_blue);
    pointer-events: all;
  }

  & li.btn_tkt>a {
    overflow: hidden;
  }

  & li.before>a {
    pointer-events: none;
  }

  & li.btn_tkt>a>span,
  & li.btn_tkt>a>strong {
    display: inline-block;
  }

  & li.btn_tkt>a>span {
    width: 100%;
  }

  & li.btn_tkt>a>span>img {
    max-width: initial;
    width: 202%;
    height: auto;
    position: relative;
  }

  & li.btn_tkt.before>a>span>img {
    left: -102px;
  }

  & li.btn_tkt>a>strong {
    color: #111;
    margin-top: 3px;
  }

  & li.btn_tkt.onsale>a>strong {
    color: var(--main_red);
  }

  & li.btn_tkt.before>a>strong {
    color: #999;
  }

  /*nest-end*/
}

tr.away li.btn_lp {
  display: none;
}

#box_next_homegame .box_lp_tkt {
  & li.btn_lp>a {
    background-color: var(--main_blue);
    pointer-events: all;
  }
}

ul#nhg_switcher {
  display: none;
}

/* arrows */

.splide__arrow {
  background-color: var(--main_blue);
  opacity: 1;
}

.splide__arrow svg {
  fill: #fff;
  height: 1.6em;
  width: 1.6em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .8;
}

.splide__arrow:disabled {
  background: #ccc;
  opacity: .6;
}

.splide__arrow:disabled:hover {
  cursor: default;
}

/*------------------------*/
/*Responsive*/
/*------------------------*/

/* ===== 1024px（PC-tab）以内 ===== */

@media (max-width: 1024px) {
  /* mq-start */

  /* mq-end */
}

/* ===== 768px（sp）以内 ===== */

@media (max-width: 768px) {
  /* mq-start */

  #box_next_homegame #next_homegame {
    visibility: visible;
    margin-top: 2vw;
  }

  /*#box_next_homegame-sp*/
  #box_next_homegame {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    /* height: 82vw; */
    /* hitomazu */
    height: 74vw;
    position: relative;
    z-index: 0;
    background-color: var(--ex_pale_blue);

    /*nest-start*/

    & ul.splide__pagination,
    & ul#nhg_switcher {
      width: 100%;
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 5vw;
      height: 4vw;
      z-index: 10;
    }

    & ul.splide__pagination {
      bottom: -6vw;
    }

    & ul.splide__pagination li,
    & ul#nhg_switcher>li {
      width: 4vw;
      height: 4vw;
      margin: 0 1.5vw;
    }

    & ul.splide__pagination li button,
    & ul#nhg_switcher>li>span {
      display: block;
      width: 4vw;
      height: 4vw;
      border-radius: 2vw;
      background-color: #c5e9f9;
    }

    & ul.splide__pagination li button.is-active,
    & ul#nhg_switcher>li.current>span {
      background-color: #21aff3;
      transform: none;
    }

    & .inner {
      min-width: initial;
      padding-top: 5vw;
      margin-top: -3.5vw;
      display: flex;
      justify-content: center;
      position: absolute;
      z-index: 10;
      left: 50%;
      width: calc((74vw + 4vw) * 3);
      margin-left: calc((74vw + 4vw) * 3 * 0.5 * -1);
    }

    & ul.splide__list li.splide__slide,
    [id^='box_nhg_'] {
      margin-top: 0;
    }

    & h2 {
      width: 42%;
      font-size: 4.063vw;
      padding: 0.55em 0 0.3em 0;
      margin-top: 0vw;
      position: relative;
      z-index: 10;
    }

    & ul.splide__list li.splide__slide:first-of-type,
    [id^='box_nhg_']:first-of-type {
      margin-top: 0;
    }

    /*nest-end*/
  }

  #box_next_homegame.active_slide {
    height: 82vw;
  }

  #box_next_homegame::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 3.5vw;
    z-index: 0;
    top: 0;
    left: 0;
  }

  /*#box_nhg-sp*/
  ul.splide__list li.splide__slide,
  [id^='box_nhg_'] {
    width: calc(74vw + 6vw);
    box-sizing: border-box;
    display: block;
    flex-wrap: wrap;

    justify-content: center;
    padding: 2vw 0 2vw 0;

    /*nest-start*/

    & .date_time,
    & .vs_team {
      display: none;
    }



    & div.box_lp_tkt {
      width: calc(74vw);
      margin-left: auto;
      margin-right: auto;
      border-radius: 2vw;
      flex-wrap: wrap;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
      flex-direction: column-reverse;

      /*nest-inner-start*/
      & ul {
        width: 74vw !important;
        display: flex;
        justify-content: center;
        margin: 3vw 0 3.5vw 0;
      }

      & ul>li {
        font-size: 3.125vw;
        line-height: 1.3;
      }

      & ul>li:nth-of-type(2) {
        margin-left: 1.5vw;
      }

      & div.box_thumb_lp {
        width: 100%;
      }

      & li>a {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
      }

      & li>a::before {
        width: 4vw;
        height: 4vw;
        top: 3.5vw !important;
        left: 2vw !important;
      }

      & li.btn_lp {
        margin-bottom: 0;
      }

      & li.btn_lp>a {
        width: 18vw !important;
      }

      & li.btn_lp>a {
        padding: 0.5em 0.2em 0.5em 6vw !important;
        border-radius: 1.5vw;
      }

      & li.btn_tkt>a {
        overflow: hidden;
        display: flex;
        width: 50vw !important;
        align-items: center;
        background-color: #333;
        border-radius: 1.2vw;
      }

      & li.btn_tkt>a>span {
        width: 44.1vw !important;
        height: 11vw !important;
        display: inline-block;
        overflow: hidden;
      }

      & li.btn_tkt>a>span>img {
        width: auto;
        height: 11vw !important;
      }

      & li.btn_tkt.before>a>span>img {
        left: -35.3vw !important;
      }

      & li.btn_tkt.before>a {
        background-color: #bbb;
      }

      & li.btn_tkt>a>strong {
        width: calc(100% - 29.6vw);
        text-align: center;
        margin-top: 0;
        color: var(--main_red);
      }

      & li.btn_tkt.before>a>strong {
        color: #fff;
      }

      /*nest-inner-end*/
    }

    /*nest-end*/
  }

  ul.splide__list li.splide__slide::after,
  ul.splide__list li.splide__slide::before,
  [id^='box_nhg_']::after,
  [id^='box_nhg_']::before {
    content: none;
  }



  /*box_lp_tkt-sp*/
  #box_next_homegame .box_lp_tkt,
  article.game td.lp_tkt {
    /*nest-start*/

    & ul {
      width: 15vw;
    }

    & ul>li {
      text-align: center;
    }

    & li>a {
      width: auto;
    }

    & li>a::before {
      width: 4vw;
      height: 4vw;
      top: 2.8vw;
      left: 2.5vw;
    }

    & li.btn_lp {
      margin-bottom: 0;
    }

    & li.btn_lp>a {
      width: 30vw;
    }

    & li.btn_lp>a {
      padding: 0.5em 0.35em 0.5em 7.5vw;
      border-radius: 1.5vw;
    }

    & li.btn_tkt>a {
      overflow: hidden;
      display: flex;
      width: 46vw;
      align-items: center;
      background-color: #333;
      border-radius: 1.2vw;
    }

    & li.btn_tkt>a>span {
      width: 29.6vw;
      height: 9.5vw;
      display: inline-block;
      overflow: hidden;
    }

    & li.btn_tkt>a>span>img {
      width: auto;
      height: 9.5vw;
    }

    & li.btn_tkt.before>a>span>img {
      left: -30.3vw;
    }

    & li.btn_tkt.before>a {
      background-color: #bbb;
    }

    & li.btn_tkt>a>strong {
      width: calc(100% - 29.6vw);
      text-align: center;
      margin-top: 0;
      color: var(--main_red);
    }

    & li.btn_tkt.before>a>strong {
      color: #fff;
    }

    /*nest-end*/
  }





  #box_next_homegame #box_nhg_2nd.open,
  #box_next_homegame #box_nhg_3rd.open {
    padding-bottom: 4vw;

    /*nest-start*/

    & h3 {
      font-size: 7.5vw;
      margin-top: 0.25em;
    }

    & p.toggle_btn {
      transform: rotate(45deg);
    }

    & .vs_team .vs_emblem,
    & .vs_team .stadium {
      display: block;
    }

    & div.date_time,
    & .box_lp_tkt {
      display: flex;
    }

    /*nest-end*/
  }

  /*article.game-sp*/
  article.game {
    margin-top: 6vw;
    padding-bottom: 10vw;
    /*nest-start*/

    /*game header*/
    & #inner_header {
      width: 88vw;
      margin-left: auto;
      margin-right: auto;
      /*nest-inner-start*/

      & h2>img {
        height: 16vw;
      }

      & p {
        margin-top: 0.7em;
        font-size: 4.375vw;
      }

      & p br {
        display: none;
      }

      /*nest-inner-end*/
    }

    div.tbl_schedule {
      margin-top: 8vw;
      border-top: none;
      padding-top: 0;
      width: 88vw;
      margin-left: auto;
      margin-right: auto;
    }

    div.tbl_schedule.game {

      /*nest-inner-start*/
      & table,
      & tr,
      & td,
      & th {
        height: auto;
      }

      & h4 {
        font-size: 5vw;
        /* 16px */
      }

      thead:nth-of-type(1) {
        display: none;
      }

      & td,
      & th {
        display: block;
        width: auto;
      }

      & tbody tr.tbl_sttl>th {
        font-size: 3.75vw;
      }

      & tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 4vw;
      }

      & tbody tr>th {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 2px;
        font-size: 8vw;
      }

      & tbody tr>th>span {
        padding-top: 0.2em;
        border-radius: 1vw 1vw 0 0;
      }

      & tbody tr>td.date_time {
        padding-top: 0;
        padding-right: 0;
        /* padding-bottom: 1vw; */
        width: 67%;
        min-height: 30vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
      }

      & td.date_time p.day {
        line-height: 0.8 !important;
      }

      & td.date_time p.day strong {
        font-size: 18vw;
      }

      & p.day>small {
        font-size: 5vw;
        margin-left: 0.2em;
        top: -0.125em;
      }

      & p.day span.or {
        font-size: 5vw;
        /* 16px */
        margin-top: 0.0em;
        margin-bottom: 0.0em;
      }

      & td.date_time p.year {
        font-size: 3.125vw;
        margin-right: 0.15em;
      }

      & td.date_time p.day br {
        display: none;
      }

      /* & td.date_time p.ko_time {
        width: 100%;
        font-size: 5vw;
        margin-top: -0.1em;
        height: auto !important;
        justify-content: flex-end !important;
        padding: 0 !important;
        position: relative !important;
      } */

      & td.date_time p.ko_time>br {
        display: none;
      }

      & td.date_time p.ko_time small {
        font-size: 5vw;
        margin-left: 0.3em;
        display: inline-block;
      }

      & tbody>tr>td.uni {
        width: 33%;
        padding-right: 0;
      }

      & td.uni>ul {
        font-size: 3.125vw;
        padding-top: 2vw;
        margin-right: 2vw;
      }

      & td.uni>ul>li {
        text-align: center;
      }

      & td.uni>ul>li:first-of-type {
        margin-right: 2vw;
      }

      & td.uni>ul>li>img {
        height: 13vw;
        width: auto;
        margin-bottom: 1vw;
      }

      & td.vs_team {
        width: 100%;
        padding-right: 0;
      }

      & td.vs_team>div {
        height: auto;
        min-height: initial;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        padding-bottom: 5vw;
        padding-top: 6vw;
      }

      & td.vs_team p.vs_emblem {
        height: 22vw;
        width: 24vw;
        margin-top: 0;
        top: 2.5vw;
        left: 0;
        text-align: center;
        z-index: 10;
      }

      & td.vs_team p.vs_emblem>img {
        height: 100%;
        width: auto;
      }

      & td.vs_team>div>p.location {
        font-size: 3.125vw;
      }

      & td.vs_team>div>p.location,
      & td.vs_team>div>h3 {
        padding-left: 24vw;
      }

      & td.vs_team>div>h3 {
        font-size: 6.25vw;
        line-height: 1.2;
        margin-top: 0.1em;
        padding-bottom: 3vw;
      }

      & td.vs_team p.btn_record {
        position: relative;
        z-index: 0;
        right: auto;
        top: 50%;
        line-height: 2 !important;
        margin-top: 0.5em;
        font-size: 4.375vw;
        transition: none;
        height: auto;
        letter-spacing: 0.075em;
      }

      & td.vs_team p.btn_record>a {
        padding: 0.2em 2.5em 0.3em 2.5em;
        border-radius: 1vw;
      }

      & td.vs_team p.btn_record>a::before {
        display: inline-block;
        position: relative;
        width: 2.5vw;
        height: 3.5vw;
        left: 0;
        margin-top: 1em;
        top: 0.05em;
        margin-right: 0.2em;
      }

      & td.vs_team p.stadium {
        font-size: 3.75vw;
        text-align: center;
        margin-top: 0.5em !important;
        padding: 0 3vw;
      }

      & tbody tr>td.lp_tkt {
        width: 100%;
        padding: 3vw 0 0 0;
      }

      & tbody tr>td.lp_tkt ul {
        width: 100% !important;
        margin-top: 0;
        display: flex;
        justify-content: center;
      }

      & tbody tr>td.lp_tkt ul>li {
        font-size: 4.063vw;
      }

      & tbody tr>td.lp_tkt ul>li:nth-of-type(2) {
        margin-left: 3vw;
      }

      & td.results {
        width: 100%;
        padding: 0 !important;
        padding-right: 7vw !important;
      }

      & td.results>p {
        padding-top: 7vw !important;
        font-size: 20vw;
        line-height: 0.8 !important;
        padding-top: 0.1em;
      }

      & td.results>p>strong {
        padding-left: 10vw;
      }

      & td.results>p>strong::before {
        width: 9vw;
        height: 8vw;
        left: 0;
        margin-top: -5.5vw;
      }

      & td.results>p>strong.win::before {
        background-position: 0 0;
      }

      & td.results>p>strong.lose::before {
        background-position: 49.5% 0;
      }

      & td.results>p>strong.draw::before {
        margin-top: -6vw;
        background-position: 100% 0;
      }

      & td.scorers {
        width: 100%;
        padding-top: 0;
        text-align: center;
        padding-bottom: 3vw;
      }

      & td.scorers::before {
        content: '\3008\5F97\70B9\8005\3009';
        /*得点者*/
        font-size: 4.063vw;
      }

      & td.scorers>ul {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        padding-top: 1.5vw;
        height: auto;
      }

      & td.scorers li {
        width: auto;
        display: inline-block;
        font-size: 4.063vw;
        margin-top: 0;
        line-height: 1.6;
        position: relative;
      }

      & td.scorers li::before {
        content: '/';
        margin-left: 0.3em;
        margin-right: 0.3em;
      }

      & td.scorers li:nth-of-type(1)::before {
        content: none;
      }

      & tbody tr:nth-of-type(odd)>td.vs_team>div {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: none;
        border-right: 0;
      }

      & tbody tr:nth-of-type(even)>td.vs_team>div {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
      }

      & tbody.first_round>tr>th>span>span,
      & tbody>tr:not(.home):not(.away):not(.tbl_sttl)>th>span>span {
        width: auto;
        word-break: normal;
        margin-left: 0;
        font-size: 4.375vw;
        padding: 0.5em 1em 0.6em 1em;
      }

      /*nest-inner-end*/
    }

    #box_next_homegame,
    div.tbl_schedule.game {
      & p.day small {
        display: inline-block;
        margin-top: 0;
      }
    }

    /*nest-end*/
  }

  /* width: 100%;
  font-size: 5vw;
  margin-top: -0.1em;
  height: auto !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  position: relative !important; */

  #box_next_homegame,
  div.tbl_schedule.game {
    & p.ko_time {
      text-align: center;
      width: 88vw;
      font-size: 5vw;
      margin-top: -0.1em;
      height: auto;
      padding: 0;
      bottom: 0;
      left: 0;
      top: auto;
      z-index: 9;
      /* background-color: red; */
    }
  }

  /* mq-end */
}

/*--*/

/* 20250717 */

@media screen and (max-width: 768px) {
  article.game {
    & div.tbl_schedule.game {
      & td.results>p>span.pk {
        width: 2.4em;
        font-size: 4.375vw;
        line-height: 1.1;
        top: -0.7em;
        margin: 0 0.2em;
        padding-top: 0.2em;
      }
    }
  }
}

/* 2025年1月改訂-スケジュール試合用 END */

/* ==========================
   2026改訂
   ========================== */

article.game {
  & div.tbl_schedule {
    & table {
      margin-top: 10px;
    }
  }

  & tbody tr {
    background-color: #fff;
  }

  & tbody tr:nth-of-type(odd) {
    background-color: var(--ex_pale_gray);
  }

  & div.tbl_schedule.game {
    & tbody tr>td:not(.scorers) {
      background-color: transparent;
    }
  }

}

/*  */

#box_next_homegame.show {
  margin-top: 50px;
}

/* Next Home Game arrows */
.splide__arrow {
  background-color: var(--main_blue);
  opacity: 1;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .8;
}

.splide__arrow:disabled {
  background: #ccc;
  opacity: .6;
}

.splide__arrow:disabled:hover {
  cursor: default;
}

/* 直近開催試合へ */

#btn_nearest {
  text-align: center;
  position: relative;
  /* margin-top: -1.8em; */

  & a {
    /* display: inline-block; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: var(--main_blue);
    border-radius: 4px;
    padding: 1em 2em;
    transition: all .25s ease;
  }

  & a::after {
    content: '';
    display: inline-block;
    background-image: url("/schedule/assets/img/icon_arrow_white.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px auto;
    width: 14px;
    height: 9px;
    margin-left: 4px;
    transition: transform .25s ease;
  }

  & .btn_jump:hover {
    transform: translateY(2px);
  }

  /* .btn_jump:hover::after {
    transform: translateY(calc(-50% + 3px));
  } */

}

#btn_nearest::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 1.8em;
  z-index: -1;
  /* border-bottom: 1px solid #ccc; */
}

.highlight_row {
  animation: flash 2.0s ease-out;
}

@keyframes flash {
  0% {
    background: var(--main_blue);
  }

  100% {
    background: transparent;
  }
}

/*  */

#outline {
  background-color: #F5F5F5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;

  & h2 {
    max-width: 240px;
    height: auto;
  }

  & h3 {
    font-size: 2.0rem;
    margin-left: 2em;
    margin-right: 1em;
  }

  & p {
    font-size: 1.6rem;
    max-width: 44em;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.6;
  }

}

/* sp */

@media screen and (max-width: 768px) {

  /*  */
  #outline {
    width: 88vw;
    margin-inline: auto;
    flex-direction: column;
    padding: 6vw 6vw;

    & h2 {
      max-width: none;
    }

    & h2 img {
      height: 16vw;
    }

    & h3 {
      font-size: 5vw;
      /* 16px */
      margin-inline: auto;
      margin-top: 0.8em;
    }

    & p {
      font-size: 4.375vw;
      /* 14px */
      max-width: none;
      margin-top: 0.6em;

    }

  }

  #btn_nearest {
    margin-top: 8vw;
  }

  article.game {
    & div.tbl_schedule {
      & table {
        margin-top: 6vw;
      }
    }
  }



  /*  */
}


/* ==========================
   ▲ 2026年 END
   ========================== */

/* 2025 打ち消し */

.box_note.caution {
  & ul>li {
    color: #333;
  }

  & ul>li.red {
    color: var(--main_red);
  }

  & ul>li::before {
    display: none;
  }
}

/* 260206 */
/* div.splide__arrows {
  display: none;
} */

/*--*/

/*--*/

/*--*/

/*--*/

/*--*/

/*--*/