@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
font
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap");
/*-------------------------------------------
:root
-------------------------------------------*/
:root {
  --lightgray: #DCDCDC;
  --slightgray: #F7F7F7;
  --gray: #9F9F9F;
  --mgray: #6A6A6A;
  --darkgray: #444444;
  --black: #272727;
  --sat: #5FCFFF;
  --sun: #FF4646;
}

/*-------------------------------------------
common
-------------------------------------------*/
.c-content-wrap-v2 {
  max-width: 1010px;
  padding: 30px 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .c-content-wrap-v2 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-content-wrap-v2 {
    padding: 20px 0;
    margin: 0 auto 20px;
  }
}
.c-content-wrap-v2 .c-content-inner {
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-content-wrap-v2 .c-content-inner {
    margin: 0;
  }
}
.c-content-wrap-v2 .c-content-inner + .c-content-inner {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-content-wrap-v2 .c-content-inner + .c-content-inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-content-wrap-v2 .c-content-inner + .c-content-inner {
    margin-top: 40px;
  }
}

.c-content-read {
  padding: 0 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .c-content-read {
    padding: 0 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-content-read {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}
.c-content-read p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .c-content-read p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-content-read p {
    font-size: 1.4rem;
  }
}
.c-content-read p + p {
  margin-top: 20px;
}

/*-------------------------------------------
headline
-------------------------------------------*/
.c-title__h1-en {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .c-title__h1-en {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title__h1-en {
    font-size: 7.1246819338vw;
    margin-bottom: 24px;
  }
}

.c-title__h2-bdr {
  color: var(--black);
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  border-bottom: var(--lightgray) 1px solid;
  padding-bottom: 22px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-title__h2-bdr {
    font-size: 6.106870229vw;
    padding-bottom: 16px;
  }
}
.c-title__h2-bdr .c-notes {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 2em;
}
@media screen and (max-width: 1024px) {
  .c-title__h2-bdr .c-notes {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__h2-bdr .c-notes {
    font-size: 3.5623409669vw;
  }
}

/*-------------------------------------------
link
-------------------------------------------*/
.c-page-anchor-v2 {
  background: var(--slightgray);
  border-radius: 4px;
  padding: 24px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .c-page-anchor-v2 {
    padding: 16px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-anchor-v2 {
    margin: 0 auto 20px;
  }
}
.c-page-anchor-v2 > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-page-anchor-v2 > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-anchor-v2 > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-page-anchor-v2 > ul > li {
  list-style: none;
}
.c-page-anchor-v2 > ul > li .c-button--anchor__wht {
  position: relative;
  display: block;
  background: #fff;
  border: var(--black) 1px solid;
  border-radius: 60px;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 16px 40px 16px 20px;
}
@media screen and (max-width: 1024px) {
  .c-page-anchor-v2 > ul > li .c-button--anchor__wht {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-page-anchor-v2 > ul > li .c-button--anchor__wht {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.c-page-anchor-v2 > ul > li .c-button--anchor__wht::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 24px;
  border-top: 2px solid var(--darkgray);
  border-right: 2px solid var(--darkgray);
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-page-anchor-v2 > ul > li .c-button--anchor__wht::after {
    right: 15px;
  }
}
.c-page-anchor-v2 > ul > li .c-button--anchor__wht:hover::after {
  -webkit-transform: translateY(-40%) rotate(135deg);
          transform: translateY(-40%) rotate(135deg);
}

/*-------------------------------------------
table
-------------------------------------------*/
.c-table-clm-v2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.c-table-clm-v2 tr > * {
  color: var(--black);
  font-size: 1.5rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 15px 10px;
}
@media screen and (max-width: 1024px) {
  .c-table-clm-v2 tr > * {
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-clm-v2 tr > * {
    font-size: 1.3rem;
  }
}
.c-table-clm-v2 tr > *.bg-black {
  background: var(--black) !important;
  color: #fff;
}
.c-table-clm-v2 tr > *.bg-white {
  background: #fff !important;
  color: var(--black);
  font-weight: 600;
}
.c-table-clm-v2 tr > * * {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-table-clm-v2 tr > * * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table-clm-v2 tr > * * {
    font-size: 1.3rem;
  }
}
.c-table-clm-v2 thead > tr > th {
  background: var(--lightgray);
  color: var(--black);
  font-weight: 500;
  text-align: center;
}
.c-table-clm-v2 tbody tr:nth-child(odd) > th {
  background: var(--slightgray) !important;
}
.c-table-clm-v2 tbody tr:nth-child(odd) > th.bg-black {
  background: var(--black) !important;
}
.c-table-clm-v2 tbody tr:nth-child(odd) > th.bg-white {
  background: #fff !important;
}
.c-table-clm-v2 tbody tr:nth-child(odd) > td {
  background: #fff !important;
}
.c-table-clm-v2 tbody tr > th {
  background: var(--slightgray) !important;
  color: var(--black);
  font-weight: 500;
}
.c-table-clm-v2 tbody tr > td {
  background: #fff;
}
.c-table-clm-v2 tbody tr:hover > th {
  background: var(--slightgray) !important;
}
.c-table-clm-v2 tbody tr:hover > th.bg-black {
  background: var(--black) !important;
}
.c-table-clm-v2 tbody tr:hover > th.bg-white {
  background: #fff !important;
}
.c-table-clm-v2 tbody tr:hover > td {
  background: #fff !important;
}

/*-------------------------------------------
accordion
-------------------------------------------*/
.c-navlist {
  border-color: #000;
}
.c-navlist.u-border__top {
  border-color: #000;
}
.c-navlist .c-acc__button {
  font-weight: 600;
}
.c-navlist .c-acc__button::before, .c-navlist .c-acc__button::after {
  background: #000;
}
.c-navlist .c-acc__content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-navlist .c-acc__content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-navlist .c-acc__content {
    padding: 10px;
  }
}
.c-navlist .c-acc__content * {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .c-navlist .c-acc__content * {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-navlist .c-acc__content * {
    font-size: 1.4rem;
  }
}

/*-------------------------------------------
tab
-------------------------------------------*/
.l-tab.v2 .l-tab-list > ul, .l-tab-topbtm.v2 .l-tab-list > ul {
  border-bottom: var(--lightgray) 5px solid;
}
.l-tab.v2 .l-tab-list > ul > li, .l-tab-topbtm.v2 .l-tab-list > ul > li {
  background: var(--slightgray);
  color: var(--black) !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .l-tab.v2 .l-tab-list > ul > li, .l-tab-topbtm.v2 .l-tab-list > ul > li {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list > ul > li, .l-tab-topbtm.v2 .l-tab-list > ul > li {
    width: calc((100% - 15px) / 4);
    font-size: 1.2rem !important;
    padding: 10px 5px;
  }
}
.l-tab.v2 .l-tab-list > ul > li.is-active, .l-tab-topbtm.v2 .l-tab-list > ul > li.is-active {
  color: var(--black) !important;
  background: var(--lightgray);
  margin-top: -15px;
}
.l-tab.v2 .l-tab-list.tab-bottom > ul, .l-tab-topbtm.v2 .l-tab-list.tab-bottom > ul {
  border-top: var(--lightgray) 5px solid;
  border-bottom: none;
}
.l-tab.v2 .l-tab-list.tab-bottom > ul > li, .l-tab-topbtm.v2 .l-tab-list.tab-bottom > ul > li {
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .l-tab.v2 .l-tab-list.tab-bottom > ul > li, .l-tab-topbtm.v2 .l-tab-list.tab-bottom > ul > li {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list.tab-bottom > ul > li, .l-tab-topbtm.v2 .l-tab-list.tab-bottom > ul > li {
    font-size: 1.2rem !important;
    padding: 10px 5px;
  }
}
.l-tab.v2 .l-tab-list.tab-bottom > ul > li.is-active, .l-tab-topbtm.v2 .l-tab-list.tab-bottom > ul > li.is-active {
  color: var(--black) !important;
  background: var(--lightgray);
  margin-top: 0;
}
.l-tab.v2 .l-tab-list.l-tab-list__btn5 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn5 > ul > li {
  width: calc((100% - 20px) / 5);
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list.l-tab-list__btn5 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn5 > ul > li {
    width: calc((100% - 12px) / 5);
    padding: 5px 2px;
  }
}
.l-tab.v2 .l-tab-list.l-tab-list__btn5 > ul > li + li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn5 > ul > li + li {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list.l-tab-list__btn5 > ul > li + li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn5 > ul > li + li {
    margin-left: 3px;
  }
}
.l-tab.v2 .l-tab-list.l-tab-list__btn3 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn3 > ul > li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list.l-tab-list__btn3 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn3 > ul > li {
    width: calc((100% - 10px) / 3);
  }
}
.l-tab.v2 .l-tab-list.l-tab-list__btn2 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn2 > ul > li {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-list.l-tab-list__btn2 > ul > li, .l-tab-topbtm.v2 .l-tab-list.l-tab-list__btn2 > ul > li {
    width: calc((100% - 5px) / 2);
  }
}
.l-tab.v2 .l-tab-panel, .l-tab-topbtm.v2 .l-tab-panel {
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-tab.v2 .l-tab-panel, .l-tab-topbtm.v2 .l-tab-panel {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab.v2 .l-tab-panel, .l-tab-topbtm.v2 .l-tab-panel {
    font-size: 1.4rem;
  }
}

/*-------------------------------------------
game schedule
-------------------------------------------*/
.c-gamelist-slider {
  margin: 0 auto;
  overflow: hidden;
}
.c-gamelist-slider .c-gamebox-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  height: auto;
  background: var(--slightgray);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox {
    padding: 24px 16px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game * {
  color: var(--black);
  font-family: "Inter", sans-serif;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date {
  grid-column: 1/span 2;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date {
    font-size: 8.1424936387vw;
    margin-bottom: 12px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date .day {
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date .day {
    font-size: 3.5623409669vw;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date .day.sat {
  color: var(--sat);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .date .day.sun {
  color: var(--sun);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo {
  display: grid;
  grid-template-columns: 40% 60%;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball {
    font-size: 4.0712468193vw;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open::before, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball::before {
  display: block;
  color: var(--gray);
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open::before, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball::before {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open::before, .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball::before {
    font-size: 2.5445292621vw;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 4px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .open::before {
  content: "開場";
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball {
    margin-top: 12px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .time .playball::before {
  content: "試合開始";
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo::before {
  display: inline-block;
  content: "VS";
  color: var(--gray);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo::before {
    font-size: 3.3078880407vw;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo > figure {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo > figure {
    margin-left: 0;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo > figure > img {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .teamlogo > figure > img {
    width: 36px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo > figure {
  margin: 0;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo > figure + figure {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo > figure + figure {
    margin-left: 0;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo > figure > img {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-game .gameinfo .logo .eventlogo > figure > img {
    width: 30px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #000 solid 1px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button:hover {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button > a {
  width: 100%;
  display: block;
  color: #000 !important;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button > a {
    font-size: 3.0534351145vw;
    padding: 10px 16px 10px 0;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button > a:hover {
  opacity: 1;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button > a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button > a::after {
    right: 8px;
    width: 16px;
    height: 16px;
  }
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.ticket {
  background: #000;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.ticket > a {
  color: #fff !important;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.ticket > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_gamesche_ticket.svg);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.ticket:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.ticket:hover > a {
  color: #fff !important;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.event {
  background: #fff;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.event > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r.svg);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.event:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.event:hover > a {
  color: #fff !important;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.event:hover > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button + .button {
  margin-top: 8px;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.is-inactive {
  pointer-events: none;
  opacity: 0.2;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.is-inactive > a {
  pointer-events: none;
}
.c-gamelist-slider .c-gamebox-wrap .c-gamebox .c-gamebox-button .button.is-inactive.ticket {
  opacity: 0.1;
}
.c-gamelist-slider .c-swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}
.c-gamelist-slider .c-swiper-control .c-swiper-button {
  position: relative;
  width: 111px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button {
    width: 87px;
  }
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button {
    width: 79px;
  }
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next {
  position: absolute;
  top: 0;
  display: grid;
  place-content: center;
  background: #fff;
  border: var(--gray) 1px solid;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
    width: 6px;
    height: 6px;
  }
}
@media (any-hover: hover) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:hover, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:hover {
    background: var(--black);
  }
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:hover:after, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:hover:after {
    border-color: #fff;
  }
}
@media (any-hover: none) {
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:active, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:active {
    background: var(--black);
  }
  .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:active:after, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:active:after {
    border-color: #fff;
  }
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled:hover, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled:hover {
  pointer-events: none;
  background: #fff;
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled:hover:after, .c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled:hover:after {
  border-color: var(--black);
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev {
  left: 0;
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next {
  right: 0;
}
.c-gamelist-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*-------------------------------------------
topics list
-------------------------------------------*/
.c-topicslist01-v2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2 {
    width: calc(100vw - 84px);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 {
    width: 100%;
    gap: 10px;
  }
}
.c-topicslist01-v2 .c-topicsbox {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-topicslist01-v2 .c-topicsbox .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-topicslist01-v2 .c-topicsbox .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 32px;
  padding: 32px 20px;
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay {
    grid-template-rows: auto minmax(10.35%, 32px);
    padding: 20px 10px;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .title {
    font-size: 3.7109375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .title {
    font-size: 5.5979643766vw;
  }
}
@media screen and (max-width: 320px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .title {
    font-size: 5.0890585242vw;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .title .catch {
  color: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .title .catch {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .title .catch {
    font-size: 2.7989821883vw;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .button {
  position: relative;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .button {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .button {
    width: 100%;
    min-width: auto;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .button::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r.svg);
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .button::after {
    right: 8px;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2 .c-topicsbox .overlay .button > a {
    font-size: 3.0534351145vw;
    padding: 16px 5px;
  }
}
.c-topicslist01-v2 .c-topicsbox .overlay .button > a:hover {
  opacity: 1;
}
.c-topicslist01-v2 .c-topicsbox:hover {
  cursor: pointer;
}
.c-topicslist01-v2 .c-topicsbox:hover .bg-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.c-topicslist01-v2 .c-topicsbox:hover .overlay .button {
  background: var(--gray);
}
.c-topicslist01-v2 .c-topicsbox:hover .overlay .button::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-topicslist01-v2 .c-topicsbox:hover .overlay .button > a {
  color: #fff !important;
}
.c-topicslist01-v2 .c-topicsbox.is-inactive {
  pointer-events: none;
  background: #000;
}
.c-topicslist01-v2 .c-topicsbox.is-inactive .bg-img img {
  opacity: 0.3;
}
.c-topicslist01-v2 .c-topicsbox.is-inactive .overlay .title {
  color: var(--darkgray);
}
.c-topicslist01-v2 .c-topicsbox.is-inactive .overlay .title .catch {
  color: var(--darkgray);
}
.c-topicslist01-v2 .c-topicsbox.is-inactive .overlay .button {
  background: var(--darkgray);
}
.c-topicslist01-v2 .c-topicsbox.is-inactive .overlay .button > a {
  pointer-events: none;
  color: var(--mgray);
}
.c-topicslist01-v2.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2.col3 {
    width: calc(100vw - 84px);
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin: 0 auto;
  }
}
.c-topicslist01-v2.col3 .c-topicsbox .overlay {
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay {
    padding: 32px 20px;
  }
}
.c-topicslist01-v2.col3 .c-topicsbox .overlay .title {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .title {
    font-size: 8.1424936387vw;
  }
}
@media screen and (max-width: 320px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .title {
    font-size: 7.1246819338vw;
  }
}
.c-topicslist01-v2.col3 .c-topicsbox .overlay .title .catch {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .title .catch {
    font-size: 4.0712468193vw;
  }
}
.c-topicslist01-v2.col3 .c-topicsbox .overlay .button {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .button {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist01-v2.col3 .c-topicsbox .overlay .button {
    min-width: 40vw;
  }
}

.c-topicslist02-v2 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    padding-top: 30px;
  }
}
.c-topicslist02-v2::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--lightgray);
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2::before {
    display: none;
  }
}
.c-topicslist02-v2 .c-topicsbox {
  width: 100%;
  aspect-ratio: 322/241;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 32px;
  text-align: center;
  padding: 24px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox {
    aspect-ratio: unset;
    background: var(--slightgray);
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    text-align: left;
    padding: 20px 16px 16px 0;
  }
}
.c-topicslist02-v2 .c-topicsbox .icon-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox .icon-img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .icon-img {
    grid-column: 1/2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
.c-topicslist02-v2 .c-topicsbox .icon-img img {
  width: 64px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-topicslist02-v2 .c-topicsbox .title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox .title {
    font-size: 1.7578125vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .title {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 3.5623409669vw;
    margin-bottom: 15px;
  }
}
.c-topicslist02-v2 .c-topicsbox .title .catch {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox .title .catch {
    font-size: 1.26953125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .title .catch {
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .button-wrap {
    grid-column: 2/3;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-topicslist02-v2 .c-topicsbox .button-wrap .button {
  position: relative;
  border-radius: 30px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox .button-wrap .button {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .button-wrap .button {
    width: 150px;
    min-width: 40vw;
    margin: 0;
  }
}
.c-topicslist02-v2 .c-topicsbox .button-wrap .button::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .button-wrap .button::after {
    right: 8px;
  }
}
.c-topicslist02-v2 .c-topicsbox .button-wrap .button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-topicslist02-v2 .c-topicsbox .button-wrap .button > a {
    font-size: 3.0534351145vw;
    padding: 4px 16px 4px 8px;
  }
}
.c-topicslist02-v2 .c-topicsbox .button-wrap .button > a:hover {
  opacity: 1;
}
.c-topicslist02-v2 .c-topicsbox:hover {
  background: var(--lightgray);
  cursor: pointer;
}
.c-topicslist02-v2 .c-topicsbox:hover .icon-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-topicslist02-v2 .c-topicsbox:hover .button {
  background: #fff;
}
.c-topicslist02-v2 .c-topicsbox:hover .button > a {
  color: var(--black) !important;
}
.c-topicslist02-v2 .c-topicsbox:hover .button > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r.svg);
}
.c-topicslist02-v2 .c-topicsbox:hover .button:hover {
  background: var(--gray);
}
.c-topicslist02-v2 .c-topicsbox:hover .button:hover > a {
  color: #fff !important;
}
.c-topicslist02-v2 .c-topicsbox:hover .button:hover > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-topicslist02-v2 .c-topicsbox + .c-topicsbox {
  position: relative;
}
.c-topicslist02-v2 .c-topicsbox + .c-topicsbox::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--lightgray);
  top: 0;
  left: -11px;
}
@media screen and (max-width: 1024px) {
  .c-topicslist02-v2 .c-topicsbox + .c-topicsbox::before {
    display: none;
  }
}

/*-------------------------------------------
card
-------------------------------------------*/
.c-cardlist01-v2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 11px;
  }
}
.c-cardlist01-v2 .c-cardbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  align-self: start;
  background: var(--slightgray);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox {
    grid-template-columns: 28.75% auto 36%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 12px;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game * {
  color: var(--black);
  font-family: "Inter", sans-serif;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .c-card {
  width: 100%;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo {
    display: block;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date {
    font-size: 7.6335877863vw;
    margin-bottom: 6px;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date .day {
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date .day {
    font-size: 3.5623409669vw;
    margin-left: 0.3em;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date .day.sat {
  color: var(--sat);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .date .day.sun {
  color: var(--sun);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
  display: inline-block;
  content: "VS";
  color: var(--gray);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
    font-size: 3.5623409669vw;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo > figure {
  margin-left: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo > figure {
    margin-left: 0.5em;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
    width: 40px;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #000 solid 1px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button:hover {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  cursor: pointer;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button > a {
  width: 100%;
  display: block;
  color: #000 !important;
  font-family: "Inter", ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-button .button > a {
    font-size: 3.0534351145vw;
    padding: 10px 16px 10px 0;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button > a:hover {
  opacity: 1;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button > a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-button .button > a::after {
    right: 8px;
    width: 16px;
    height: 16px;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.ticket {
  background: #000;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.ticket > a {
  color: #fff !important;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.ticket > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_gamesche_ticket.svg);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.ticket:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.ticket:hover > a {
  color: #fff !important;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.detail {
  background: #fff;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.detail > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r.svg);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.detail:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.detail:hover > a {
  color: #fff !important;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.detail:hover > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.black {
  background: #000;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.black > a {
  color: #fff !important;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.black > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.black:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.black:hover > a {
  color: #fff !important;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button + .button {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2 .c-cardbox .c-cardbox-button .button + .button {
    margin-top: 12px;
  }
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.is-inactive {
  pointer-events: none;
  opacity: 0.2;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.is-inactive > a {
  pointer-events: none;
}
.c-cardlist01-v2 .c-cardbox .c-cardbox-button .button.is-inactive.ticket {
  opacity: 0.1;
}
.c-cardlist01-v2.col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-cardlist01-v2.col4 .c-cardbox {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .date {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .date {
    font-size: 6.106870229vw;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .date .day {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .date .day {
    font-size: 2.7989821883vw;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
    font-size: 2.7989821883vw;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
    width: 36px;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a {
  font-size: 1.3rem;
  padding: 14px;
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a {
    font-size: 1.46484375vw;
    padding: 10px 14px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a {
    font-size: 3.0534351145vw;
  }
}
.c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a::after {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a::after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col4 .c-cardbox .c-cardbox-button .button > a::after {
    right: 8px;
  }
}
.c-cardlist01-v2.col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.c-cardlist01-v2.col5 .c-cardbox {
  gap: 6px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox {
    grid-template-columns: repeat(1, 1fr);
    padding: 8px;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.1em;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .date {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .date {
    font-size: 4.0712468193vw;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .date .day {
  font-size: 1.1rem;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .date .day {
    font-size: 2.2900763359vw;
    margin-left: 0.2em;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo::before {
    font-size: 2.2900763359vw;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo > figure {
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo > figure {
    margin-left: 0.2em;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-game .gameinfo .logo > figure > img {
    width: 20px;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a {
  font-size: 1.2rem;
  padding: 10px 14px 10px 0;
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a {
    font-size: 2.5445292621vw;
    padding: 8px 14px 8px 0;
  }
}
.c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a::after {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a::after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a::after {
    width: 14px;
    height: 14px;
    right: 7px;
  }
}
@media screen and (max-width: 320px) {
  .c-cardlist01-v2.col5 .c-cardbox .c-cardbox-button .button > a::after {
    right: 5px;
  }
}

/*-------------------------------------------
step slider
-------------------------------------------*/
.c-step-slider {
  position: relative;
  overflow: hidden;
}
.c-step-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-step-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner {
  height: 100%;
  border: var(--lightgray) 2px solid;
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-title__h4-step {
  background: var(--slightgray);
  color: var(--black);
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 12px 20px;
}
@media screen and (max-width: 1024px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-title__h4-step {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-title__h4-step {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box {
    padding: 20px;
  }
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box > h5 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box > h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box > h5 {
    font-size: 1.6rem;
  }
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box p {
    font-size: 1.3rem;
  }
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box figure {
  max-width: 90%;
  margin: 0 auto;
}
.c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box::after {
  content: "";
  display: block;
}
.c-step-slider .swiper-button-prev, .c-step-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: 0 !important;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .c-step-slider .swiper-button-prev, .c-step-slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.c-step-slider .swiper-button-prev::after, .c-step-slider .swiper-button-next::after {
  display: none;
}
.c-step-slider .swiper-button-prev.swiper-button-disabled, .c-step-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
.c-step-slider .swiper-button-next {
  background-image: url("/media/sites/5/ticket/icon/ic_next01.svg");
  right: 5px;
}
.c-step-slider .swiper-button-prev {
  background-image: url("/media/sites/5/ticket/icon/ic_prev01.svg");
  left: 5px;
}

/*-------------------------------------------
swiper [images][cards]
-------------------------------------------*/
.js-swiper-cards {
  position: relative;
  overflow: hidden;
}
.js-swiper-cards .custom-button-prev,
.js-swiper-cards .custom-button-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  bottom: 0px;
}
.js-swiper-cards .custom-button-prev:hover,
.js-swiper-cards .custom-button-next:hover {
  background-color: #000;
}
.js-swiper-cards .custom-button-prev::before,
.js-swiper-cards .custom-button-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-swiper-cards .custom-button-prev:hover::before,
.js-swiper-cards .custom-button-next:hover::before {
  border-color: #fff;
}
.js-swiper-cards .custom-button-prev.swiper-button-disabled,
.js-swiper-cards .custom-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.js-swiper-cards .custom-button-prev.swiper-button-disabled::before,
.js-swiper-cards .custom-button-next.swiper-button-disabled::before {
  border-color: #999;
}
.js-swiper-cards .custom-button-prev {
  left: 128px;
}
.js-swiper-cards .custom-button-prev::before {
  left: 17px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-swiper-cards .custom-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -26px;
  height: 1px;
  width: 24px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.js-swiper-cards .custom-button-next {
  left: 196px;
}
.js-swiper-cards .custom-button-next::before {
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-swiper-cards .swiper-pagination {
  color: #000;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  position: absolute !important;
  left: 0px !important;
  bottom: 8px !important;
  width: 104px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .js-swiper-cards .swiper-pagination {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .js-swiper-cards .swiper-pagination {
    font-size: 3.0534351145vw;
  }
}
.js-swiper-cards .swiper-pagination-current {
  position: relative;
}
.js-swiper-cards .swiper-pagination-total {
  position: relative;
}
.js-swiper-cards .swiper-pagination-total::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 60px;
  height: 1px;
  background-color: #000;
}

/*-------------------------------------------
images slider
-------------------------------------------*/
.c-images-slider {
  min-height: 430px;
}
@media screen and (max-width: 1024px) {
  .c-images-slider {
    min-height: 46vw;
  }
}
@media screen and (max-width: 768px) {
  .c-images-slider {
    min-height: 85vw;
  }
}
.c-images-slider .swiper-wrapper .swiper-slide {
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .c-images-slider .swiper-wrapper .swiper-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-images-slider .swiper-wrapper .swiper-slide {
    width: 35.7142857143vw;
    padding: 0 5px;
  }
}
.c-images-slider .swiper-wrapper .swiper-slide a .c-ttl {
  color: #000 !important;
}
.c-images-slider .swiper-wrapper .swiper-slide .c-img {
  margin-bottom: 20px;
}
.c-images-slider .swiper-wrapper .swiper-slide .c-ttl {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: ryo-gothic-plusn, sans-serif;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-images-slider .swiper-wrapper .swiper-slide .c-ttl {
    font-size: 3.5623409669vw;
  }
}
.c-images-slider.no-navi {
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .c-images-slider.no-navi-sp {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-images-slider.no-navi-sp .swiper-pagination, .c-images-slider.no-navi-sp .custom-button-prev, .c-images-slider.no-navi-sp .custom-button-next {
    display: none;
  }
}

/*-------------------------------------------
cards slider
-------------------------------------------*/
.c-cards-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-cards-slider {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.c-cards-slider .c-cards-slider-box {
  width: 490px;
  background: var(--slightgray);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box {
    width: calc((100vw - 50px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box {
    width: 100%;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #fff;
  margin: 30px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile {
    margin: 15px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt {
  position: relative;
  font-family: ryo-gothic-plusn, sans-serif;
  padding: 20px 10px 20px 30px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt {
    padding: 20px 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt {
    padding: 10px 10px 10px 15px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name {
  color: var(--black);
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name {
    font-size: 4.5801526718vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.txt-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.txt-small {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.txt-small {
    font-size: 3.3078880407vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name::before {
  display: block;
  color: var(--gray);
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name::before {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name::before {
    font-size: 3.3078880407vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.pitcher::before {
  content: "投手";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.catcher::before {
  content: "捕手";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.infielder::before {
  content: "内野手";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.outfielder::before {
  content: "外野手";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.headcoach::before {
  content: "監督";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.coach::before {
  content: "コーチ";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-name.mascot::before {
  content: "マスコット";
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-number {
  position: absolute;
  top: 5px;
  right: 10px;
  color: var(--black);
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-number {
    font-size: 7.6335877863vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-profile .c-txt .c-number.is-hide {
  display: none;
}
.c-cards-slider .c-cards-slider-box .c-card-menu {
  margin: 30px 0 30px 20px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu {
    margin: 20px 0 20px 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu {
    margin: 15px 0 15px 10px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide {
  width: 83.3333333333%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide {
    padding: 0 5px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner {
  aspect-ratio: 1/1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner {
    aspect-ratio: 1/1.8;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner {
    aspect-ratio: 1/2;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-img-wrap .c-img img {
  max-width: 100%;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap {
  padding: 30px 30px 10px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap {
    padding: 30px 20px 10px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl {
  min-height: 9em;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl {
    min-height: 8em;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl > * {
  color: var(--black);
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl > * {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl > * {
    font-size: 3.3078880407vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl > * .c-notes {
  font-size: 80%;
  font-weight: 400;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-ttl {
    font-size: 1.66015625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-ttl {
    font-size: 3.5623409669vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-price {
  margin-top: 0.5em;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-shop {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-shop:before {
  display: inline-block;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(/media/sites/5/gourmet/players_menu/2025/ic_shop01.svg) no-repeat 0 0;
  background-size: 100%;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-ttl .c-shop:before {
    width: 16px;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read {
  margin-top: 2em;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read * {
  color: var(--black);
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read * {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read * {
    font-size: 3.3078880407vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read *.txt-small {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read *.txt-small {
    font-size: 1.26953125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read *.txt-small {
    font-size: 3.0534351145vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-txt-wrap .c-txt-read * .c-notes {
  font-size: 80%;
  font-weight: 400;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-button-wrap {
  margin-top: auto;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .swiper-wrapper .swiper-slide .slide-inner .c-button-wrap .button {
  width: 80%;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap {
  text-align: center;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button {
  display: inline-block;
  width: 320px;
  aspect-ratio: 320/64;
  position: relative;
  border: var(--black) solid 1px;
  border-radius: 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button {
    width: 80vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button:hover {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--black) !important;
  font-family: "Inter", ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button > a {
    font-size: 3.5623409669vw;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button > a:hover {
  opacity: 1;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button > a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button > a::after {
    right: 6%;
  }
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.arrow {
  background: #fff;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.arrow > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r.svg);
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.arrow:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.arrow:hover > a {
  color: #fff !important;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.arrow:hover > a::after {
  background-image: url(/media/sites/5/ticket/top/2025/ic_arrow-r_wht.svg);
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.is-inactive {
  pointer-events: none;
  opacity: 0.2;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.is-inactive > a {
  pointer-events: none;
}
.c-cards-slider .c-cards-slider-box .c-card-menu .c-button-wrap .button.is-inactive.ticket {
  opacity: 0.1;
}

/*-------------------------------------------
modal [map]
-------------------------------------------*/
.c-map-modal .fea-modal-content {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .c-map-modal .fea-modal-content {
    margin: 50px auto 0;
  }
}
.c-map-modal .fea-modal-content .fea-modal-inner .c-modal-content {
  padding: 0;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 768px) {
  .c-map-modal .fea-modal-content .fea-modal-inner .c-modal-content {
    height: calc(100vh - 70px);
  }
}
.c-map-modal .fea-modal-content .fea-modal-inner .c-modal-content iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=clm_element_v2.css.map */