@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  letter-spacing: 0;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #000000;
  line-height: 1.45;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 1.6rem;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/* -------------------------------------------------- */
/*見出し
-----------------------------------------------------*/
.heading-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .heading-s {
    font-size: 12px;
  }
}

.heading-mm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .heading-mm {
    font-size: 14px;
  }
}

.heading-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .heading-m {
    font-size: 18px;
  }
}

/* テキスト
-----------------------------------------------------*/
.strong {
  font-weight: bold;
}

.text-m {
  font-size: 16px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-m {
    font-size: 14px;
    line-height: 1.6;
  }
}

.text-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-s {
    font-size: 12px;
    line-height: 1.3;
  }
}

.text-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-bold {
    font-size: 12px;
  }
}

.text-bold-red {
  color: #de1f26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.text-r {
  color: #de1f26;
}

.text-w {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder, .form-control:-moz-placeholder {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

em {
  color: #ea6000;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100%;
}

.lp-header {
  background-color: #de1f26;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-header {
    height: 58px;
  }
}
.lp-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 20px;
  height: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-header > .inner {
    height: 58px;
    padding-left: 10px;
  }
}
.lp-header .logo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-header .logo-icon .logo-link {
  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;
}
.lp-header .logo-icon img {
  max-width: 71px;
  max-height: 71px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-header .logo-icon img {
    width: 40px;
    height: 40px;
  }
}
.lp-header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.lp-header .site-logo .logo-text {
  width: 137px;
  height: 50px;
  margin: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-header .site-logo .logo-text {
    width: 90px;
    height: 36px;
  }
}
.lp-header .lp-ticket {
  position: fixed;
  top: 0;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 346px;
  height: 80px;
  padding: 15px 33px;
  background-color: #000;
  z-index: 1010;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .lp-ticket {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 15px;
    width: 100%;
    height: 80px;
  }
}
.lp-header .lp-ticket .ticket-btn {
  width: 100%;
  margin-bottom: 0;
  padding: 7px 5px 7px 7px;
  background: #de1f26;
  color: #fff;
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  text-align: center;
  line-height: 1.3;
  height: 50px;
  position: relative;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn {
    background: #fff;
    color: #de1f26;
  }
}
.lp-header .lp-ticket .ticket-btn.-bticket {
  background: #fff;
  color: #de1f26;
}
.lp-header .lp-ticket .ticket-btn.-bticket::before {
  background-image: url("/files/user/common/2026-27/game/icn_ticket_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  left: calc(50% - 44px);
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn.-bticket::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn.-bticket .date {
    padding-left: 0;
  }
}
.lp-header .lp-ticket .ticket-btn.-bticket .only-pc {
  display: inline;
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn.-bticket .only-pc {
    display: none;
  }
}
.lp-header .lp-ticket .ticket-btn.-ig {
  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;
}
.lp-header .lp-ticket .ticket-btn.-ig::before {
  display: none;
}
.lp-header .lp-ticket .ticket-btn::before {
  content: "";
  background-image: url("/files/user/common/2026-27/game/icn_ticket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  position: absolute;
  width: 28px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: calc(50% - 44px);
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn::before {
    display: none;
  }
}
.lp-header .lp-ticket .ticket-btn .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding-left: 14px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn .date {
    gap: 4px;
    padding-left: 0;
  }
}
.lp-header .lp-ticket .ticket-btn .date .week {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.56;
}
.lp-header .lp-ticket .ticket-btn .text {
  font-weight: 900;
  font-size: 12px;
  display: block;
}
@media (max-width: 768px) {
  .lp-header .lp-ticket .ticket-btn .text {
    font-size: 11px;
  }
}
.lp-header .menu-toggle {
  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;
  padding: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .menu-toggle {
    height: 58px;
    width: 58px;
  }
}
.lp-header .menu-toggle .menu-icon {
  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;
  width: 24px;
  height: 16px;
}
.lp-header .menu-toggle .menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .menu-toggle .menu-icon span {
    height: 2px;
  }
}
.lp-header .menu-toggle:hover {
  opacity: 1 !important;
}
.lp-header .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 642px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .header-nav {
    max-width: none;
    padding: 40px 52px;
    z-index: 999;
  }
}
.lp-header .header-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lp-header .header-nav .menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .header-nav .menu-close-btn {
    top: 10px;
    right: 10px;
  }
}
.lp-header .header-nav .menu-close-btn .menu-close-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-header .header-nav .menu-close-btn .menu-close-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.lp-header .header-nav .menu-close-btn .menu-close-icon span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.lp-header .header-nav .menu-close-btn .menu-close-icon span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-header .header-nav .nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 120px auto 0;
  max-width: 442px;
  list-style: none;
  padding: 0;
  text-align: center;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .header-nav .nav-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 60px;
    max-width: 316px;
  }
}
.lp-header .header-nav .nav-list li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 1px 33px;
  width: 103px;
  height: 130px;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  background-color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .header-nav .nav-list li a {
    padding: 14px 5px;
    width: 100%;
    max-width: 100px;
    height: auto;
    aspect-ratio: 62/52;
  }
}
.lp-header .header-nav .nav-list li a:hover {
  opacity: 1 !important;
  border: 1px solid #fff;
}
.lp-header .header-nav .nav-list li a .icon img {
  width: 100px;
  height: 76px;
  /*SP*/
}
@media (max-width: 768px) {
  .lp-header .header-nav .nav-list li a .icon img {
    width: 100%;
    height: auto;
  }
}

/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-footer .copyright {
    font-size: 1rem;
  }
}

/*
* color
* --------------------------------------------------*/
@media screen and (min-width: 769px) {
  .layout-grid {
    position: relative;
  }
  .grid-contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1] 200px;
    grid-template-columns: repeat(1, 1fr) 200px;
  }
  .grid-contents-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .inner-full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
  }
  .inner-mm {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13;
  }
  .inner-ms {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
  }
  .inner-s {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13;
    padding-left: calc(4.1666666667% + 13px);
    padding-right: calc(4.1666666667% + 13px);
  }
  .inner-ss {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/12;
  }
}
@media screen and (min-width: 769px) {
  .wrap-narrow {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
  }
  .wrap-medium {
    max-width: 1100px;
    width: 90%;
    margin-inline: auto;
  }
  .wrap-wide {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .content-full {
    width: 100% !important;
  }
  .content-m {
    margin: 0 auto;
    width: 92% !important;
  }
  .content-s {
    margin: 0 auto;
    width: 84% !important;
  }
}
.wrap {
  padding-top: 80px;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 58px;
    padding-bottom: 80px;
  }
}

/*
* color
* --------------------------------------------------*/
/* ボタン
-----------------------------------------------------*/
button {
  margin: 0;
  border: none;
  background-color: transparent;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  border-radius: 0;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  padding: 17px 46px;
  min-height: 62px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 12px 27px;
    font-size: 14px;
    min-height: 47px;
  }
}
.btn.-small {
  padding: 14px 20px 16px;
  min-height: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn.-small {
    padding: 9px 22px;
    font-size: 11px;
    min-height: 34px;
  }
}

.btn:focus,
.btn:disabled,
.btn:visited,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.touch {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover,
.btn:active {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.btn:disabled,
.btn.disabled {
  opacity: 1;
}

.btn:disabled:hover,
.btn:disabled:active,
.btn.disabled:hover,
.btn.disabled:active {
  opacity: 0.6;
}

.btn-bevel {
  clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.btn-icon-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 8px;
}

.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 8px -3px 0;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-icon-white::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.2em;
  vertical-align: middle;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn-icon-white::after {
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
}

.btn-icon-white-bottom::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: 0 0 4px 12px;
  vertical-align: middle;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn-icon-white-bottom::after {
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
}

/* カラー */
.btn-gold {
  background-color: #e0b26d;
  border: 1px solid #e0b26d;
  color: #fff;
}

.btn-gold:focus,
.btn-gold:disabled,
.btn-gold:visited,
.btn-gold:focus {
  background-color: #e0b26d;
  border: 1px solid #e0b26d;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gold:not(:disabled):not(.disabled):active,
.btn-gold:not(:disabled):not(.disabled).active,
.btn-gold:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold.touch {
  background-color: #e0b26d;
  border: 1px solid #e0b26d;
  color: #fff;
  opacity: 0.7;
}

.btn-gold.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-gold.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
}

.btn-white:focus,
.btn-white:disabled,
.btn-white:visited,
.btn-white:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-white:hover,
.btn-white:active,
.btn-white.touch {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
  opacity: 0.7;
}

.btn-white.btn-icon-arrow::before {
  background-color: #000000;
}

.btn-white.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}

.btn-black:focus,
.btn-black:disabled,
.btn-black:visited,
.btn-black:focus {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-black:hover,
.btn-black:active,
.btn-black.touch {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  opacity: 0.7;
}

.btn-black.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-black.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-red {
  background-color: #de1f26;
  border: 1px solid #de1f26;
  color: #fff;
}

.btn-red:focus,
.btn-red:disabled,
.btn-red:visited,
.btn-red:focus {
  background-color: #de1f26;
  border: 1px solid #de1f26;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-red:hover,
.btn-red:active,
.btn-red.touch {
  background-color: #de1f26;
  border: 1px solid #de1f26;
  color: #fff;
  opacity: 0.7;
}

.btn-black.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-black.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-text-l {
  font-size: 2.1rem;
}

.btns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-button {
  width: 320px;
  height: 54px;
  padding: 0;
  margin-top: 24px;
  margin-inline: auto;
  min-height: initial;
  color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_btn_more.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .more-button {
    width: 240px;
    height: 46px;
    background-image: url("/files/user/common/2026-27/game/bg_btn_more_sp.png");
  }
}
.more-button:hover {
  opacity: 0.4;
}

/*
* color
* --------------------------------------------------*/
/* カード
-----------------------------------------------------*/
.list-card-A {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-card-A li {
  position: relative;
  padding: 20px 20px 42px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  /*SP*/
}
.list-card-A li:nth-of-type(4n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .list-card-A li {
    padding: 15px 15px 36px;
    border-bottom: 1px solid #851317;
    border-right: 1px solid #851317;
  }
}
.list-card-A li.open-modal::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 16px;
  right: 20px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li.open-modal::after {
    width: 18px;
    bottom: 12px;
    right: 15px;
  }
}
.list-card-A li.open-modal:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .list-card-A li.open-modal:hover {
    opacity: 0.7;
  }
}
.list-card-A li .bl-text {
  margin-top: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li .bl-text {
    margin-top: 11px;
  }
}
.list-card-A li .bl-text .gategory {
  padding: 4px 8px 5px;
  width: 88px;
  height: 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 12px;
  background-color: #000000;
  color: #fff;
  /*SP*/
}
.list-card-A li .bl-text .gategory.-limit {
  color: #000000;
  background-color: #e0b26d;
}
@media screen and (max-width: 768px) {
  .list-card-A li .bl-text .gategory {
    padding: 3px 8px 3px;
    height: 18px;
    font-size: 10px;
    line-height: 1.1;
  }
}
.list-card-A li .bl-text .title {
  margin-top: 6px;
  color: #fff;
}
.list-card-A.-funclub {
  background: #000000;
}
.list-card-A.-funclub li {
  padding: 20px 20px 50px;
  border-bottom: 1px solid #851317;
  border-right: 1px solid #851317;
  background-color: #000000;
}
.list-card-A.-funclub li:nth-of-type(4n) {
  border-right: none;
}
.list-card-A.-funclub li .bl-text {
  margin-top: 12px;
}
.list-card-A.-funclub li.open-modal::after {
  bottom: 20px;
  right: 20px;
}

.list-card-B1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-card-B1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li {
    gap: 16px;
    padding: 15px;
    border-bottom: 1px solid #851317;
  }
}
.list-card-B1 li.open-modal::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 24px;
  right: 20px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li.open-modal::after {
    width: 18px;
    bottom: 18px;
    right: 15px;
  }
}
.list-card-B1 li.open-modal:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .list-card-B1 li.open-modal:hover {
    opacity: 0.7;
  }
}
.list-card-B1 li:nth-of-type(odd) {
  border-right: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li:nth-of-type(odd) {
    border-right: 1px solid #851317;
  }
}
.list-card-B1 li .bl-img {
  width: 50.4%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-img {
    width: 49.5%;
  }
}
.list-card-B1 li .bl-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.list-card-B1 li .bl-text .category {
  padding: 8px 12px;
  width: 102px;
  height: 31px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  color: #e0b26d;
  letter-spacing: 0.06em;
  line-height: 1;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text .category {
    padding: 4px 8px;
    width: 67px;
    height: 19px;
    font-size: 10px;
  }
}
.list-card-B1 li .bl-text .sub-title {
  margin: 20px 0 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text .sub-title {
    margin: 12px 0 0;
  }
}
.list-card-B1 li .bl-text .title {
  margin-top: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text .title {
    margin-top: 5px;
  }
}

.list-card-B2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 2px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.list-card-B2 li {
  position: relative;
  padding: 40px 60px 50px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li {
    padding: 20px 30px 37px;
  }
}
.list-card-B2 li.open-modal::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 18px;
  width: 30px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_bl.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li.open-modal::after {
    width: 17px;
    bottom: 15px;
    right: 27px;
  }
}
.list-card-B2 li.open-modal:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .list-card-B2 li.open-modal:hover {
    opacity: 0.7;
  }
}
.list-card-B2 li .bl-img {
  width: 100%;
}
.list-card-B2 li .bl-text {
  margin-top: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text {
    margin-top: 10px;
  }
}
.list-card-B2 li .bl-text .sub-title {
  margin: 8px 0 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text .sub-title {
    margin-top: 4px;
  }
}
.list-card-B2 li .bl-text .area {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text .area {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.list-card-B3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2px 2px;
  padding-bottom: 2px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-card-B3 li {
  position: relative;
  padding: 25px 25px 45px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B3 li {
    padding: 15px 15px 37px;
  }
}
.list-card-B3 li.open-modal::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 30px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_bl.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B3 li.open-modal::after {
    width: 18px;
    bottom: 15px;
    right: 15px;
  }
}
.list-card-B3 li.open-modal:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .list-card-B3 li.open-modal:hover {
    opacity: 0.7;
  }
}
.list-card-B3 li .bl-img {
  width: 100%;
  /*SP*/
}
.list-card-B3 li .bl-text {
  margin-top: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B3 li .bl-text {
    margin-top: 8px;
  }
}
.list-card-B3 li .bl-text .sub-title {
  margin: 6px 0 0;
}
.list-card-B3 li .bl-text .area {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B3 li .bl-text .area {
    margin-top: 8px;
    padding-top: 6px;
  }
}

.item-hidden {
  display: none !important;
}

.card-people {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px !important;
    gap: 2px !important;
  }
}
.card-people.-column3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.card-people li {
  position: relative;
  background-color: #fff;
  /*SP*/
}
.card-people li.open-modal::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li.open-modal::after {
    width: 12px;
    bottom: 8px;
    right: 8px;
  }
}
.card-people li.open-modal:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .card-people li.open-modal:hover .bl-img {
    opacity: 0.7;
  }
}
.card-people li .bl-text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text {
    padding: 6px;
  }
}
.card-people li .bl-text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text::after {
    height: 49px;
  }
}
.card-people li .bl-text .player-num {
  color: #fff;
  font-size: 18px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text .player-num {
    font-size: 10px;
  }
}
.card-people li .bl-text .player-name {
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text .player-name {
    font-size: 10px;
  }
}
.card-people li .bl-text .text-sub {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text .text-sub {
    font-size: 10px;
  }
}
.card-people li .bl-text .text-name {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text .text-name {
    font-size: 12px;
  }
}

/* 選手一覧・チア
-----------------------------------------------------*/
.card-people-player {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-people-player li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
  background-color: #fff;
  /*PC*/
  /*SP*/
}
.card-people-player li:hover {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .card-people-player li:hover .bl-img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .card-people-player li:nth-child(4n) .bl-img, .card-people-player li:last-of-type .bl-img {
    border-right: 1px solid #000000;
  }
}
@media screen and (max-width: 768px) {
  .card-people-player li:nth-child(3n) .bl-img, .card-people-player li:last-of-type .bl-img {
    border-right: 1px solid #000000;
  }
}
.card-people-player li .bl-img {
  aspect-ratio: 276/223;
  overflow: hidden;
  min-width: 0;
  border-left: 1px solid #000000;
}
.card-people-player li .bl-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 8px;
  width: 100%;
  padding: 13px 35px 9px 12px;
  background-color: #000000;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player li .bl-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    padding: 6px 22px 7px 9px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .card-people-player li .bl-text .player-num {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}
.card-people-player li .bl-text::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 13px;
  right: 16px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player li .bl-text::after {
    width: 12px;
    bottom: 8px;
    right: 7px;
  }
}
.card-people-player li .bl-text h4,
.card-people-player li .bl-text p {
  margin: 0;
}
.card-people-player li .bl-text .player-name {
  overflow-wrap: anywhere;
}
.card-people-player:not(.-performer) li {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .card-people-player:not(.-performer) li .bl-text:not(:has(.text-sub)) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto minmax(0, 1fr);
    grid-template-columns: auto minmax(0, 1fr);
    -ms-flex-line-pack: end;
        align-content: end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.card-people-player:not(.-performer) li .bl-text:has(.text-sub) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 8px;
  padding-top: 7px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player:not(.-performer) li .bl-text:has(.text-sub) {
    gap: 3px 4px;
    padding-top: 6px;
  }
}
.card-people-player:not(.-performer) li .bl-text:has(.text-sub) .player-num {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player:not(.-performer) li .bl-text:has(.text-sub) .player-num {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.card-people-player:not(.-performer) li .bl-text:has(.text-sub) .text-sub {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  color: #e0b26d;
  font-size: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player:not(.-performer) li .bl-text:has(.text-sub) .text-sub {
    font-size: 7px;
  }
}
.card-people-player:not(.-performer) li .bl-text:has(.text-sub) .player-name {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player:not(.-performer) li .bl-text:has(.text-sub) .player-name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
}
.card-people-player.-performer li .bl-img {
  aspect-ratio: 276/236.858;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player.-performer li .bl-img {
    aspect-ratio: 115/97;
  }
}
.card-people-player.-performer li .bl-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-people-player.-performer li .bl-text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px 15px;
  padding: 12px 52px 13px 15px;
  font-size: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player.-performer li .bl-text {
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 7px 22px 7px 10px;
    font-size: 10px;
  }
}
.card-people-player.-performer li .bl-text .player-name {
  white-space: nowrap;
}
.card-people-player.-performer li .bl-text .text-sub {
  color: #e0b26d;
  font-size: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player.-performer li .bl-text .text-sub {
    font-size: 8px;
  }
}
.card-people-player.-performer li .bl-text::after {
  bottom: 9px;
  right: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people-player.-performer li .bl-text::after {
    bottom: 8px;
    right: 7px;
  }
}

/*
* color
* --------------------------------------------------*/
/* アコーディオン
-----------------------------------------------------*/
.lp-accordion .accordion-btn {
  position: relative;
  bottom: 81px;
  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;
  height: 82px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 31, 38, 0.2)), to(#de1f26));
  background: linear-gradient(180deg, rgba(222, 31, 38, 0.2) 0%, #de1f26 100%);
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-accordion .accordion-btn {
    bottom: 69px;
    font-size: 16px;
    height: 70px;
  }
}
.lp-accordion .accordion-btn.active {
  bottom: 1px;
  color: #de1f26;
  background: #fff;
}
.lp-accordion .accordion-btn.active .icn-toggle {
  border: 2px solid #de1f26;
}
.lp-accordion .accordion-btn.active .icn-toggle::before,
.lp-accordion .accordion-btn.active .icn-toggle::after {
  background: #de1f26;
}
.lp-accordion .accordion-btn.active .icn-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lp-accordion .btn-accordion-peek {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.lp-accordion .accordion-content {
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  opacity: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-accordion .accordion-content {
    max-height: 437px;
  }
}
.lp-accordion .icn-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.lp-accordion .icn-toggle::before,
.lp-accordion .icn-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  display: block;
}
.lp-accordion .icn-toggle:before {
  width: 16px;
  height: 2px;
}
.lp-accordion .icn-toggle:after {
  width: 2px;
  height: 16px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

/*
* color
* --------------------------------------------------*/
/* フィルター
-----------------------------------------------------*/
.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .filter-buttons {
    gap: 5px;
    padding: 16px 15px 12px;
    border-bottom: 1px solid #851317;
  }
}
.filter-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  height: 70px;
  background-color: #920000;
  border: 1px solid #920000;
  color: #db8b8b;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  /*SP*/
}
.filter-buttons button:hover {
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .filter-buttons button {
    height: 45px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
}
.filter-buttons button.active {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}

/*
* color
* --------------------------------------------------*/
/* モーダル
-----------------------------------------------------*/
.modal {
  display: none; /* デフォルトでは非表示 */
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-inner {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-inner {
    width: calc(100% - 30px);
  }
}
.modal .modal-content {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  max-height: 75vh;
  padding: 66px 70px 70px;
  border-radius: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    padding: 25px 25px 30px;
  }
}
.modal .modal-content .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  overflow: hidden;
  /*SP*/
}
.modal .modal-content .popup {
  min-width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  /*SP*/
}
.modal .modal-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modal .modal-operation {
    margin-top: 40px;
    gap: 20px;
  }
}
.modal .modal-operation .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 212px;
  padding: 10px 0;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  background-color: #de1f26;
  color: #fff;
  cursor: pointer;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .close {
    width: 185px;
  }
}
.modal .modal-operation .close i {
  display: block;
  width: 12px;
  height: 12px;
}
.modal .modal-operation .prev-button,
.modal .modal-operation .next-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  pointer-events: auto;
}
.modal .modal-operation .prev-button.deactive,
.modal .modal-operation .next-button.deactive {
  opacity: 0;
  pointer-events: none; /* ボタンをクリック不可にする */
  cursor: default; /* カーソルを通常にする */
}
.modal .modal-operation .prev-button::before,
.modal .modal-operation .next-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .prev-button::before,
  .modal .modal-operation .next-button::before {
    width: 24px;
    height: 24px;
  }
}
.modal .modal-operation .prev-button::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal .modal-operation .next-button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-operation .prev-button {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .prev-button {
    padding: 4px 0 0 12px;
  }
}
.modal .modal-operation .next-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .next-button {
    padding: 4px 12px 0 0;
  }
}
.modal .bl-content .youth {
  margin-top: 12px;
  font-size: 12px;
  color: #de1f26;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .bl-content .youth {
    margin-top: 8px;
  }
}
.modal .bl-content .list-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .bl-content .list-profile {
    gap: 20px 15px;
    margin-top: 30px;
  }
}
.modal .bl-content .list-profile li .title {
  padding: 3px 8px;
  color: #fff;
  background-color: #000000;
}
.modal .bl-content .list-profile li .detail {
  margin-top: 6px;
}
.modal.-schedule .bl-content .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11px;
  }
}
.modal.-schedule .bl-content .title-wrap .text-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 5px;
  height: 46px;
  padding: 0 8px 1px 15px;
  border-radius: 4px;
  background-color: #de1f26;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 39px;
  line-height: 1.1;
  /*SP*/
}
.modal.-schedule .bl-content .title-wrap .text-date span {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .title-wrap .text-date {
    gap: 4px;
    height: 31px;
    padding: 0 8px 5px;
    font-size: 20px;
  }
  .modal.-schedule .bl-content .title-wrap .text-date span {
    margin-bottom: 2px;
    font-size: 12px;
  }
}
.modal.-schedule .bl-content .bl-body {
  margin-top: 38px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .bl-body {
    margin-top: 12px;
  }
}
.modal.-schedule .bl-content .bl-body .note {
  color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .bl-body .note {
    margin-top: 15px !important;
  }
}
.modal.-schedule .bl-content .bl-body .note a {
  text-decoration: underline !important;
}
.modal.-schedule .modal-operation {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .modal-operation {
    margin-top: 32px;
  }
}
.modal.-schedule .modal-operation .close {
  gap: 11px;
  height: 40px;
  padding: 0;
}
.modal.-schedule .modal-operation .close i {
  width: 12px;
  height: 12px;
}
.modal.-schedule .modal-operation .close i img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal.-schedule .modal-operation .close .text-close {
  display: block;
  width: 62px;
  height: 13px;
}
.modal.-people .modal-inner {
  width: min(800px, 100vw - 60px);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-inner {
    width: calc(100% - 30px);
  }
}
.modal.-people .modal-content {
  position: relative;
  overflow: visible;
  overflow-y: visible;
  max-height: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.modal.-people .modal-content .popup-container {
  display: block;
  width: auto;
  overflow: visible;
}
.modal.-people .modal-content .modal-wrap {
  position: relative;
  width: 100%;
  height: min(640px, 100vh - 88px, 80vw - 48px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap {
    width: 100%;
    height: min(520px, 100vh - 60px);
    overflow-y: auto;
    border-radius: 4px 4px 0 0;
    background-attachment: local;
    background-size: 100% auto;
  }
}
.modal.-people .modal-content .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-bottom: 53px;
  }
}
.modal.-people .modal-content .bl-photo {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 85.81% auto;
  grid-template-rows: 85.81% auto;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: end;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 38.75%;
  height: 94.46%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .bl-photo {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    height: auto;
    width: 100%;
  }
}
.modal.-people .modal-content .bl-photo .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .bl-photo .photo {
    height: auto;
    aspect-ratio: 345/305;
  }
}
.modal.-people .modal-content .bl-photo .img-shadow {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.modal.-people .modal-content .bl-photo .player-num {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: 2/1;
  -ms-grid-row-align: start;
      align-self: start;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 78px;
  line-height: 1.1;
  white-space: nowrap;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .bl-photo .player-num {
    font-size: 48px;
    margin-right: 20px;
  }
}
.modal.-people .modal-content .bl-photo .player-num span {
  font-size: 0.667em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .bl-photo .player-num span {
    font-size: 0.625em;
  }
}
.modal.-people .modal-content .bl-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-height: calc(100% - 56px);
  margin: 32px 1.875% 44px 3.75%;
  overflow-y: auto;
  /*SP*/
}
.modal.-people .modal-content .bl-detail::-webkit-scrollbar {
  width: 6px;
}
.modal.-people .modal-content .bl-detail::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 3px;
}
.modal.-people .modal-content .bl-detail::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .bl-detail {
    display: contents;
  }
}
.modal.-people .modal-content .name-en {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .name-en {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: sticky;
    top: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 52px;
    padding: 10px 20px 8px;
    font-size: 22px;
    line-height: 1.2;
    background-color: #de1f26;
    border-radius: 4px 4px 0 0;
  }
  .modal.-people .modal-content .name-en:has(.text-sub) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal.-people .modal-content .name-en .text-sub {
  display: block;
  color: #e0b26d;
  font-size: 14px;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .name-en .text-sub {
    font-size: 11px;
  }
}
.modal.-people .modal-content .player-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  max-width: 100%;
  height: 46px;
  margin-top: 16px;
  padding: 0 16px;
  background-color: #de1f26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .player-name {
    margin: 4px auto 0;
    height: 37px;
    width: calc(100% - 40px);
    padding: 0 12px;
    font-size: 18px;
  }
}
.modal.-people .modal-content .list-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 185px))[2];
  grid-template-columns: repeat(2, minmax(0, 185px));
  gap: 25px 24px;
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .list-profile {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
    width: calc(100% - 40px);
    margin: 24px auto 0;
  }
}
.modal.-people .modal-content .list-profile .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 8px;
  background-color: #de1f26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .list-profile .title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.modal.-people .modal-content .list-profile .detail {
  margin-top: 6px;
  padding: 0 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .list-profile .detail {
    font-size: 14px;
    line-height: 1.6;
  }
}
.modal.-people .modal-operation {
  margin-top: 40px;
  padding-bottom: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-operation {
    margin-top: 20px;
  }
}
.modal.-people .modal-operation .close {
  gap: 11px;
  height: 40px;
  padding: 0;
  background-color: #cd182f;
}
.modal.-people .modal-operation .close i {
  width: 12px;
  height: 12px;
}
.modal.-people .modal-operation .close i img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal.-people .modal-operation .close .text-close {
  display: block;
  width: 62px;
  height: 13px;
}
.modal.-people.-pickup .modal-content .modal-wrap {
  background-color: #010101;
  background-image: url("/files/user/common/2026-27/game/bg_modal_pickup.png");
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people.-pickup .modal-content .modal-wrap {
    background-position: left 52px;
    background-image: url("/files/user/common/2026-27/game/bg_modal_pickup_sp.png");
  }
}
.modal.-people.-pickup .modal-content .player-num {
  color: #de1f26;
}
.modal.-people.-player .modal-content .modal-wrap {
  background-color: #de1f26;
  background-image: url("/files/user/common/2026-27/game/bg_modal_playler.png");
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people.-player .modal-content .modal-wrap {
    background-position: left 324px;
    background-image: url("/files/user/common/2026-27/game/bg_modal_playler_sp.png");
  }
}
.modal.-people.-player .modal-content .bl-photo {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people.-player .modal-content .bl-photo {
    width: 88.4%;
    margin-left: 5.8%;
  }
}
.modal.-people.-player .modal-content .bl-photo .photo {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people.-player .modal-content .bl-photo .photo {
    aspect-ratio: 1;
  }
}
.modal.-people.-player .modal-content .bl-photo .player-num {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people.-player .modal-content .bl-photo .player-num {
    margin-right: 0;
  }
}
.modal.-people.-player .modal-content .player-name,
.modal.-people.-player .modal-content .list-profile .title {
  background-color: #000000;
}
.modal.-normal .modal-content {
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .modal.-normal .modal-content {
    padding: 45px 70px 60px;
  }
}
@media screen and (max-width: 768px) {
  .modal.-normal .modal-content {
    padding: 20px 25px 30px;
  }
}
.modal.-normal .popup > .text-title {
  padding: 12px 12px 13px;
  border-radius: 4px;
  background-color: #de1f26;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .popup > .text-title {
    padding: 11px 8px 10px;
    font-size: 14px;
  }
}
.modal.-normal .bl-visual {
  margin-top: 32px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-visual {
    margin-top: 20px;
  }
}
.modal.-normal .modal-operation .close {
  gap: 11px;
  height: 40px;
  padding: 0;
}
.modal.-normal .modal-operation .close i {
  width: 12px;
  height: 12px;
}
.modal.-normal .modal-operation .close i img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal.-normal .modal-operation .close .text-close {
  display: block;
  width: 62px;
  height: 13px;
}
.modal.-normal .bl-content {
  margin-top: 30px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content {
    margin-top: 20px;
  }
}
.modal.-normal .bl-content .list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  padding: 0 60px 0;
}
.modal.-normal .bl-content .list-profile .text-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .list-profile .text-title {
    font-size: 16px;
  }
}
.modal.-normal .bl-content .list-profile li {
  width: 50%;
  /*SP*/
}
.modal.-normal .bl-content .list-profile li:first-of-type {
  padding-right: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .list-profile li:first-of-type {
    padding-right: 7.5px;
  }
}
.modal.-normal .bl-content .list-profile li:nth-of-type(2) {
  padding-left: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .list-profile li:nth-of-type(2) {
    padding-left: 7.5px;
  }
}
.modal.-normal .bl-content .list-profile li.-full {
  width: 100%;
}
.modal.-normal .bl-content .list-profile li .title {
  padding: 3px 8px;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .list-profile li .title {
    font-size: 10px;
  }
}
.modal.-normal .bl-content .list-profile li .detail {
  margin-top: 7px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .list-profile li .detail {
    margin-top: 6px;
  }
}
.modal.-normal .bl-content .bl-body {
  margin-top: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .bl-body {
    font-size: 16px;
  }
}
.modal.-goods .bl-content {
  margin-top: 20px;
  padding: 30px 40px;
  border-radius: 4px;
  background-color: #f2f2f2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-goods .bl-content {
    padding: 10px 15px 12px;
  }
}
.modal.-mcdj .modal-operation .close {
  gap: 11px;
  height: 40px;
  padding: 0;
  background-color: #cd182f;
}
.modal.-mcdj .modal-operation .close i {
  width: 12px;
  height: 12px;
}
.modal.-mcdj .modal-operation .close i img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal.-mcdj .modal-operation .close .text-close {
  display: block;
  width: 62px;
  height: 13px;
}
.modal.-mcdj .modal-content {
  padding: 0 0 70px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .modal-content {
    padding: 25px 25px 70px;
  }
}
.modal.-mcdj .modal-operation {
  margin-top: 48px;
  /*SP*/
}
.modal.-mcdj .bl-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .bl-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.modal.-mcdj .bl-visual .wrap-img {
  width: 380px;
  height: 283px;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .bl-visual .wrap-img {
    width: 100%;
    height: auto;
    aspect-ratio: 295/219;
    overflow: hidden;
  }
}
.modal.-mcdj .bl-visual .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -20px;
     object-position: center -20px;
}
.modal.-mcdj .bl-visual .wrap-text .djmc-name,
.modal.-mcdj .bl-visual .wrap-text .cheer-name {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 33px;
  line-height: 1.1;
  /*SP*/
}
.modal.-mcdj .bl-visual .wrap-text .djmc-name span,
.modal.-mcdj .bl-visual .wrap-text .cheer-name span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .bl-visual .wrap-text .djmc-name span,
  .modal.-mcdj .bl-visual .wrap-text .cheer-name span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .bl-visual .wrap-text .djmc-name,
  .modal.-mcdj .bl-visual .wrap-text .cheer-name {
    margin-top: 8px;
    font-size: 28px;
  }
}
.modal.-mcdj .list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  margin-top: 40px;
  padding: 0 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .list-profile {
    gap: 20px 0;
    margin-top: 30px;
    padding: 0;
  }
}
.modal.-mcdj li {
  width: 50%;
}
.modal.-mcdj li:first-of-type {
  padding-right: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj li:first-of-type {
    padding-right: 7.5px;
  }
}
.modal.-mcdj li:nth-of-type(2) {
  padding-left: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj li:nth-of-type(2) {
    padding-left: 7.5px;
  }
}
.modal.-mcdj li.-full {
  width: 100%;
}
.modal.-performer .bl-visual .wrap-img img {
  -o-object-position: center;
     object-position: center;
}
.modal.-performer .bl-visual .wrap-text .cheer-name {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
.modal.-performer .bl-visual .wrap-text .text-sub {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #e0b26d;
}
.modal.-performer .list-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}
.modal.-performer .list-profile li {
  width: 100%;
  padding: 0;
}

/*
* color
* --------------------------------------------------*/
/* サイドナビ
-----------------------------------------------------*/
.side-nav {
  position: absolute;
  right: 45px;
  z-index: 100;
}
.side-nav .side-nav-inner {
  padding-top: 120px;
  padding-bottom: 50px;
}
.side-nav .side-nav-inner .side-nav-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 17px;
}
.side-nav .side-nav-inner .side-nav-list .side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.side-nav .side-nav-inner .side-nav-list .side-nav-link::after {
  content: "●";
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.side-nav .side-nav-inner .side-nav-list .side-nav-link.is-active {
  color: #fff;
}
.side-nav .side-nav-inner .side-nav-list .side-nav-link.is-active::after {
  color: #fff;
}

/* h2見出し
-----------------------------------------------------*/
.section-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 28px 25px 28px;
  height: 140px;
  background-color: #000000;
  /*SP*/
}
.section-header .img-dolchy {
  position: absolute;
  z-index: 1;
}
.section-header .img-dolchy img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-header {
    padding: 14px 15px 11px;
    height: 67px;
  }
}
.section-header.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-header span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header span {
    font-size: 11px;
  }
}
.section-header.-event .img-dolchy {
  right: 72px;
  bottom: 3px;
  width: 200px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-event .img-dolchy {
    right: 15px;
    bottom: 2px;
    width: 86px;
  }
}
.section-header.-event .event-title {
  padding: 0 16px 4px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-event .event-title {
    padding: 0 7px 3px 0;
  }
}
.section-header.-event .event-title img {
  width: 246px;
  height: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-event .event-title img {
    width: 122px;
    height: 38px;
  }
}
.section-header.-marche {
  /*PC*/
}
.section-header.-marche .img-dolchy {
  left: 0;
  bottom: 0;
  width: 251px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-marche .img-dolchy {
    left: 4px;
    width: 95px;
  }
}
@media screen and (min-width: 769px) {
  .section-header.-marche {
    padding-bottom: 29px;
  }
}
.section-header.-marche .marche-title {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-marche .marche-title {
    padding: 0 0 2px 4px;
  }
}
.section-header.-marche .marche-title img {
  width: 386px;
  height: 79px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-marche .marche-title img {
    width: 192px;
    height: 40px;
  }
}
.section-header.-goods {
  /*PC*/
}
.section-header.-goods .img-dolchy {
  right: 31.5px;
  bottom: -28.5px;
  width: 200px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-goods .img-dolchy {
    right: 10px;
    bottom: -13.5px;
    width: 86px;
  }
}
@media screen and (min-width: 769px) {
  .section-header.-goods {
    padding-bottom: 30px;
  }
}
.section-header.-goods .goods-title {
  padding: 0 30px 3px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-goods .goods-title {
    padding: 0 7px 1px 0;
  }
}
.section-header.-goods .goods-title img {
  width: 282px;
  height: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-goods .goods-title img {
    width: 140px;
    height: 40px;
  }
}
.section-header.-fanclub {
  padding: 59px 28px 14px;
  /*SP*/
}
.section-header.-fanclub .img-dolchy {
  left: 23px;
  bottom: 5px;
  width: 200px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-fanclub .img-dolchy {
    left: 11px;
    bottom: 36px;
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .section-header.-fanclub {
    padding: 17px 15px 14px 15px;
  }
}
.section-header.-fanclub .fanclub-title {
  padding: 0 0 1px 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-fanclub .fanclub-title {
    padding: 0 0 2px 4px;
  }
}
.section-header.-fanclub .fanclub-title img {
  width: 454px;
  height: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-fanclub .fanclub-title img {
    width: 240px;
    height: 34px;
  }
}
.section-header.-map {
  padding: 50px 28px 22px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-map {
    padding: 17px 15px 15px 15px;
  }
}
.section-header.-map .map-title {
  padding: 0 3px 4px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-map .map-title {
    padding: 0 5px 2px 0;
  }
}
.section-header.-map .map-title img {
  width: 434px;
  height: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-map .map-title img {
    width: 215px;
    height: 32px;
  }
}
.section-header.-ticket .ticket-title {
  padding: 0 0 3px 6px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-ticket .ticket-title {
    padding: 0 0 2px 4px;
  }
}
.section-header.-ticket .ticket-title img {
  width: 248px;
  height: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header.-ticket .ticket-title img {
    width: 124px;
    height: 40px;
  }
}

/* 選手周り
-----------------------------------------------------*/
.player-num {
  letter-spacing: 0.06em;
  line-height: 1;
}

.player-name {
  letter-spacing: 0;
  line-height: 1;
}

.player-name-ja {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.cheer-name {
  letter-spacing: 0;
  line-height: 1;
}

/* ボックス
-----------------------------------------------------*/
.box {
  padding: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .box {
    padding: 20px;
  }
}
.box .btn {
  max-width: 680px;
  margin-inline: auto;
}

/* バナー
-----------------------------------------------------*/
.banner-link {
  display: inline-block;
}

.banner-link img {
  width: 750px;
  height: 226px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .banner-link img {
    width: 100%;
    height: auto;
  }
}

/* 矢印
-----------------------------------------------------*/
.arrow_u::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 15px;
  height: 8px;
  background-image: url("/files/user/common/2026-27/game/icn_arrow_u.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
/* リスト
-----------------------------------------------------*/
ul.list-text {
  list-style: disc;
  list-style-position: inside;
}
ul.list-text li {
  margin: 8px 0;
  padding-left: 1em;
  text-indent: -1em;
}

/*
* color
* --------------------------------------------------*/
/* splide CSS
-----------------------------------------------------*/
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-ticket {
  width: 90%;
  max-width: 400px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-ticket {
    max-width: 315px;
    margin: 40px auto 0;
  }
}
.btn-ticket.--red a {
  background: #de1f26;
  border: 2px solid #de1f26;
  color: #fff;
}
.btn-ticket.--black a {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-ticket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn-ticket a {
    gap: 10px;
    padding: 13px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .btn-ticket a svg {
    width: 9px;
  }
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-mv {
  background-color: #de1f26;
}
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv img {
  display: block;
  margin: 0 auto;
}

/* メインビジュアル下のスポンサー
-----------------------------------------------------*/
.lp-sponsor {
  padding: 110px 0;
  background-color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_sponsor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor {
    padding: 34px 0;
    background-image: url("/files/user/common/2026-27/game/bg_sponsor_sp.png");
  }
}
.lp-sponsor .wrap-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.lp-sponsor .wrap-wide .deco-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-sponsor .wrap-wide .deco-text.-decoL {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /*SP*/
}
.lp-sponsor .wrap-wide .deco-text.-decoL img {
  width: 89px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .deco-text.-decoL img {
    width: 74px;
  }
}
.lp-sponsor .wrap-wide .deco-text.-decoR {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  /*SP*/
}
.lp-sponsor .wrap-wide .deco-text.-decoR img {
  width: 99px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .deco-text.-decoR {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 4px;
    width: 100%;
  }
  .lp-sponsor .wrap-wide .deco-text.-decoR img {
    width: 82px;
  }
}
.lp-sponsor .wrap-wide .sponsor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 610px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .sponsor-wrap {
    max-width: none;
    gap: 5px;
  }
}
.lp-sponsor .wrap-wide .sponsor-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.lp-sponsor .wrap-wide .sponsor-card time {
  display: block;
}
.lp-sponsor .wrap-wide .sponsor-card .date {
  padding: 7px 30px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  background-color: #de1f26;
  /*SP*/
}
.lp-sponsor .wrap-wide .sponsor-card .date span {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .sponsor-card .date {
    padding: 4px 10px;
    font-size: 21px;
  }
  .lp-sponsor .wrap-wide .sponsor-card .date span {
    font-size: 14px;
  }
}
.lp-sponsor .wrap-wide .sponsor-card .item-sponsor {
  padding: 0 36px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .sponsor-card .item-sponsor {
    padding: 0 20px;
  }
}
.lp-sponsor .wrap-wide .sponsor-card .item-sponsor img {
  width: 100%;
  max-width: 228px;
  /*SP*/
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #de1f26;
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap .date {
  width: 50%;
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap .date:first-child:not(:only-child) {
  text-align: right;
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap .date:last-child:not(:only-child) {
  text-align: left;
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 45px;
  background: #fff;
  pointer-events: none;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-wide .-onecolumn .date-wrap::after {
    height: 26px;
  }
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap:has(.date:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-sponsor .wrap-wide .-onecolumn .date-wrap:has(.date:only-child)::after {
  content: none;
}

/* GAME INFORMATION
-----------------------------------------------------*/
.lp-gameinfo {
  padding: 64px 0 56px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo {
    padding: 32px 0;
  }
}
.lp-gameinfo h2.gameinfo-title {
  text-align: center;
}
.lp-gameinfo h2.gameinfo-title img {
  width: 441px;
  height: 105px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo h2.gameinfo-title img {
    width: 196px;
    height: 46px;
  }
}
.lp-gameinfo .list-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
  gap: 7px;
  margin-top: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .list-menu {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 32px;
  }
}
.lp-gameinfo .list-menu li a {
  display: block;
  padding: 20px 0 33px;
  background-color: #000000;
  height: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .list-menu li a {
    padding: 9px 0 10px;
    border-radius: 2px;
  }
}
.lp-gameinfo .list-menu.is-fixed {
  margin-top: 0;
  min-width: 864px;
}
.lp-gameinfo .list-menu.is-fixed li {
  max-width: 74px;
}
.lp-gameinfo .list-menu.is-fixed li a {
  display: block;
  padding: 7px 1px 10px;
  background-color: #000000;
  /*SP*/
}
.lp-gameinfo .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .list-wrap {
    padding: 0 17px;
  }
}
.lp-gameinfo .list-wrap.is-fixed {
  position: fixed;
  top: 86px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 1000;
}

/* IGアリーナ
-----------------------------------------------------*/
.section-arena .block-img-area {
  position: relative;
}
.section-arena .block-img-area .title-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1205px;
  width: 90%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-img-area .title-wrap {
    top: 24px;
    left: 15px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 6px;
    width: 92%;
  }
}
.section-arena .block-img-area .title-wrap .arena-title {
  width: 29.7925311203%;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-img-area .title-wrap .arena-title {
    width: 45.8%;
  }
}
.section-arena .block-img-area .annotation {
  position: absolute;
  bottom: 21px;
  right: 52px;
  font-size: 11px;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-img-area .annotation {
    bottom: 9px;
    right: 12px;
    font-size: 10px;
  }
}
.section-arena .lead {
  width: 27.6348547718%;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .lead {
    padding-left: 3px;
    width: 40.2%;
  }
}
.section-arena .lead-text {
  position: absolute;
  bottom: 31px;
  left: 100px;
  max-width: 733px;
  width: 52.3571428571%;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: -0.02em;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .lead-text {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
}
.section-arena .block-text {
  padding: 60px 0 72px;
  background-color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_arena_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text {
    padding: 40px 0;
    background-image: url("/files/user/common/2026-27/game/bg_arena_sp.png");
  }
}
.section-arena .block-text .wrap-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.section-arena .block-text .wrap-wide .text-wrap {
  max-width: 600px;
  width: 52%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide .text-wrap {
    max-width: none;
    width: 100%;
  }
}
.section-arena .block-text .wrap-wide .text-wrap .arena-name img {
  width: 137px;
  height: 26px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide .text-wrap .arena-name img {
    width: 97px;
    height: 15px;
  }
}
.section-arena .block-text .wrap-wide .text-wrap .text {
  margin-top: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide .text-wrap .text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.section-arena .block-text .wrap-wide .btn-warp {
  width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide .btn-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.section-arena .block-text .wrap-wide .btn {
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text .wrap-wide .btn {
    max-width: 315px;
  }
}

/* タイムスケジュール
-----------------------------------------------------*/
.section-schedule {
  padding: 80px 0 100px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule {
    padding: 32px 0 48px;
  }
}
.section-schedule .schedule-inner {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-schedule .schedule-inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.section-schedule .schedule-title {
  text-align: center;
}
.section-schedule .schedule-title img {
  width: 331px;
  height: 145px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .schedule-title img {
    width: 150px;
    height: 68px;
  }
}
.section-schedule .block-tab {
  margin: 68px auto 0;
  padding: 75px 0 81px;
  max-width: 1360px;
  width: 100%;
  background-color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_schedule.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .block-tab {
    margin-top: 26px;
    padding: 30px 20px 32px;
    background-image: url("/files/user/common/2026-27/game/bg_schedule_sp.png");
    border-radius: 4px;
  }
}
.section-schedule .tab-container {
  margin: 0 auto;
  max-width: 818px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container {
    max-width: none;
  }
}
.section-schedule .tab-container .bl-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button {
    gap: 5px;
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  height: 81px;
  background-color: #920000;
  border: 1px solid #920000;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button .tab-button {
    height: 34px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button .date {
  color: #db8b8b;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  /*SP*/
}
.section-schedule .tab-container .bl-tab-button .tab-button .date span {
  display: inline-block;
  padding-left: 8px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button .tab-button .date {
    font-size: 21px;
  }
  .section-schedule .tab-container .bl-tab-button .tab-button .date span {
    padding-left: 5px;
    font-size: 14px;
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button.active {
  background-color: #de1f26;
}
.section-schedule .tab-container .bl-tab-button .tab-button.active .date {
  color: #fff;
}
.section-schedule .tab-container .bl-tab-button .tab-button:hover {
  opacity: 1;
  cursor: pointer;
}
.section-schedule .tab-container .tab-content {
  margin-top: 2px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .tab-content {
    margin-top: 2px;
  }
}
.section-schedule .tab-container .list-table li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 204px auto;
  grid-template-columns: 204px auto;
  padding-block: 2.5px;
  position: relative;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li {
    -ms-grid-columns: 85px auto;
    grid-template-columns: 85px auto;
    padding-block: 2px;
  }
}
.section-schedule .tab-container .list-table li.open-modal {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-schedule .tab-container .list-table li.open-modal:hover {
    opacity: 0.8;
  }
}
.section-schedule .tab-container .list-table li.open-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  aspect-ratio: 1;
  background-image: url("/files/user/common/2026-27/game/icn_loupe_bl.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li.open-modal::after {
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
.section-schedule .tab-container .list-table li .list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 11px 42px 11px 50px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 25px;
  line-height: 1.1;
  color: #fff;
  background-color: #de1f26;
  text-align: left;
  /*SP*/
}
.section-schedule .tab-container .list-table li .list-date span {
  display: inline-block;
  padding-left: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li .list-date {
    padding: 14px 10px 14px 12px;
    font-size: 14px;
  }
  .section-schedule .tab-container .list-table li .list-date span {
    padding-left: 3px;
    font-size: 12px;
  }
}
.section-schedule .tab-container .list-table li .list-title {
  padding: 14px 60px 13px 102px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  -moz-text-align-last: left;
       text-align-last: left;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li .list-title {
    padding: 12px 45px 12px 12px;
    font-size: 15px;
  }
}

/* GAME PREVIEW
-----------------------------------------------------*/
.section-gamepreview {
  margin-top: -1px;
  padding: 20px 0 136px;
  background-color: #de1f26;
  /*SP*/
  /* 試合の見どころ
  -----------------------------------------------------*/
  /* 試合データ
  -----------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview {
    width: 100%;
    padding: 0 0 88px;
  }
}
.section-gamepreview .title-area {
  position: relative;
  padding: 75px 100px;
  background-color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_gamepreview_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area {
    padding: 24px 15px 35px;
    background-image: url("/files/user/common/2026-27/game/bg_gamepreview_sp.png");
  }
}
.section-gamepreview .title-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 232px;
  left: max(479px, 50% - 221px);
  width: 156px;
  height: 163px;
  background-image: url("/files/user/common/2026-27/game/bg_gamepreview_dolchy.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area::before {
    top: 97px;
    left: calc(50% - 17.5px);
    width: 55px;
    height: 57px;
  }
}
.section-gamepreview .title-area .title-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 30px;
    max-width: none;
  }
}
.section-gamepreview .title-area .title-inner h2.gamepreview-title {
  max-width: 401px;
  max-height: 213px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner h2.gamepreview-title {
    max-width: 180px;
    max-height: 91px;
    margin-bottom: 7px;
  }
}
.section-gamepreview .title-area .title-inner .vsteam-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner .vsteam-wrap {
    gap: 22px;
  }
}
.section-gamepreview .title-area .title-inner .vsteam-wrap .vs-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 76px;
  height: 32px;
  /*SP*/
}
.section-gamepreview .title-area .title-inner .vsteam-wrap .vs-text img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner .vsteam-wrap .vs-text {
    width: 32px;
    height: 13px;
  }
}
.section-gamepreview .title-area .title-inner .vsteam-wrap .logo {
  max-width: 250px;
  max-height: 250px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner .vsteam-wrap .logo {
    width: 80px;
    height: 80px;
  }
}
.section-gamepreview .gamepreview-btn {
  margin: 28px auto 0;
  max-width: 1200px;
  width: 90%;
  text-align: right;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .gamepreview-btn {
    margin-top: 16px;
    width: 92%;
  }
}
.section-gamepreview .gamepreview-btn a {
  display: inline-block;
  width: auto;
  min-width: 258px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .gamepreview-btn a {
    min-width: 188px;
  }
}
.section-gamepreview .block-hoop {
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop {
    margin-top: 36px;
  }
}
.section-gamepreview .block-hoop h3.point-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop h3.point-title {
    font-size: 18px;
  }
}
.section-gamepreview .block-hoop .bl-contents {
  margin-top: 20px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.section-gamepreview .block-hoop .bl-contents .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop .bl-contents .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22px;
    padding: 0 0 30px;
  }
}
.section-gamepreview .block-hoop .bl-contents .content-inner .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 40px 0 0;
  max-width: 620px;
  width: 57%;
  margin: 0 0 0 78px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop .bl-contents .content-inner .text-wrap {
    gap: 12px;
    padding: 0 25px;
    width: 100%;
    margin-left: 0;
  }
}
.section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap {
  max-width: 350px;
  width: 32%;
  /*SP*/
}
.section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .img-wrap {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    padding: 0;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .headingL {
    padding-left: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 24px;
    width: calc(100% - 172px);
    text-align: left;
    overflow-wrap: break-word;
  }
  .section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .img-wrap {
    display: block;
    max-width: 172px;
  }
}
.section-gamepreview .block-data {
  margin-top: 120px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data {
    margin-top: 32px;
  }
}
.section-gamepreview .block-data .data-inner {
  position: relative;
  z-index: 0;
  padding: 48px 0 64px;
  background-color: #000000;
  background-image: url("/files/user/common/2026-27/game/bg_data.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner {
    padding: 40px 0;
    background-image: url("/files/user/common/2026-27/game/bg_data_sp.png");
    background-position: top center;
    background-size: 345px auto;
  }
}
.section-gamepreview .block-data .data-inner .bg-dolchy {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: -1;
  width: 178px;
  height: auto;
  pointer-events: none;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .bg-dolchy {
    top: 18px;
    width: 89px;
  }
}
.section-gamepreview .block-data .data-inner .data-title-wrap {
  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;
  gap: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-title-wrap {
    gap: 12px;
  }
}
.section-gamepreview .block-data .data-inner .data-title-wrap h2.data-title img {
  width: 126px;
  height: 91px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-title-wrap h2.data-title img {
    width: 70px;
    height: 51px;
  }
}
.section-gamepreview .block-data .data-inner .data-title-wrap .sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #888888;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-title-wrap .sub-title {
    font-size: 11px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap {
  margin-top: 22px;
}
.section-gamepreview .block-data .data-inner .data-wrap .vs-team {
  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;
  gap: 77px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .vs-team {
    gap: 45px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .vs-team .team-logo {
  width: 150px;
  height: 150px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .vs-team .team-logo {
    width: 74px;
    height: 74px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .vs-team .team-logo.-dd {
  margin-right: 5px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .vs-team .team-logo.-dd {
    margin: 0;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .vs-team .img-vs {
  width: 102px;
  height: 42px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .vs-team .img-vs {
    width: 44px;
    height: 18px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
  margin-top: 3px;
  padding: 10px 0 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap {
    gap: 35px;
    margin-top: 0;
    padding: 15px 0 18px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 80px;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .rank {
    padding-top: 0;
    font-size: 45px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .rank .district {
  display: block;
  margin-bottom: -2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .rank .district {
    font-size: 12px !important;
    margin-bottom: 4px;
    line-height: 1.5;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap {
    margin-top: 3px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap .date {
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap .date {
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 1.5;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap h3 {
    gap: 8px;
  }
  .section-gamepreview .block-data .data-inner .data-wrap .ranking-wrap .index-wrap h3 img {
    width: 110px;
    height: 14px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap {
  margin-top: 35px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap {
    margin-top: 23px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap h3 {
  text-align: center;
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap h3 img {
  width: 168px;
  height: 21px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap h3 img {
    width: 112px;
    height: 14px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list {
  margin-top: 34px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list {
    margin-top: 22px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 83px;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li {
    gap: 18px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item {
    gap: 13px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count {
    gap: 7px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count img {
  width: 48px;
  height: 13px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count img {
    width: 30px;
    height: 8px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count span {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 35px;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count span {
    font-size: 22px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count:nth-of-type(2n) img {
  width: 66px;
  height: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count:nth-of-type(2n) img {
    width: 41px;
    height: 8px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .results-item .results-count.-gold {
  color: #e0b26d;
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .text-s {
  width: 126px;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li .text-s {
    width: 84px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li:not(:first-of-type) {
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list li:not(:first-of-type) {
    margin-top: 24px;
  }
}

/* ピックアップ選手
  -----------------------------------------------------*/
.section-pickupplayer {
  position: relative;
  padding-bottom: 80px;
  margin-top: -1px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer {
    padding-bottom: 40px;
  }
}
.section-pickupplayer .pickupplayer-inner {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-inner {
    position: relative;
  }
}
.section-pickupplayer .bl-pickupplayer {
  margin: 0 auto;
  max-width: 1300px;
  width: 92.86vw;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer {
    max-width: none;
    width: 100%;
  }
}
.section-pickupplayer .pickupplayer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-list {
    gap: 2px;
  }
}
.section-pickupplayer .pickupplayer-list > li {
  margin: 0;
}
.section-pickupplayer .pickupplayer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: calc(min(1px, 0.0714vw) * 50);
  padding: 0 calc(min(1px, 0.0714vw) * 50);
  min-height: calc(min(1px, 0.0714vw) * 425);
  background-image: url("/files/user/common/2026-27/game/bg_pickup.png"), -webkit-gradient(linear, left top, right top, from(#000), color-stop(44.712%, #000), color-stop(72.115%, #120d0d), to(#080808));
  background-image: url("/files/user/common/2026-27/game/bg_pickup.png"), linear-gradient(90deg, #000 0%, #000 44.712%, #120d0d 72.115%, #080808 100%);
  background-repeat: no-repeat;
  background-position: right top, center;
  background-size: 50% 100%, 100% 100%;
  color: #fff;
  cursor: pointer;
  /*SP*/
}
.section-pickupplayer .pickupplayer-card.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url("/files/user/common/2026-27/game/bg_pickup_reverse.png"), -webkit-gradient(linear, right top, left top, from(#000), color-stop(44.712%, #000), color-stop(72.115%, #120d0d), to(#080808));
  background-image: url("/files/user/common/2026-27/game/bg_pickup_reverse.png"), linear-gradient(270deg, #000 0%, #000 44.712%, #120d0d 72.115%, #080808 100%);
  background-position: left top, center;
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card {
    display: block;
    gap: 0;
    padding: 0 0 23px;
    min-height: 0;
    background-image: url("/files/user/common/2026-27/game/bg_pickup_sp.png"), -webkit-gradient(linear, left top, right top, from(#000), color-stop(44.712%, #000), color-stop(72.115%, #120d0d), to(#080808));
    background-image: url("/files/user/common/2026-27/game/bg_pickup_sp.png"), linear-gradient(90deg, #000 0%, #000 44.712%, #120d0d 72.115%, #080808 100%);
    background-position: bottom center, center;
    background-size: 100% auto, 100% 100%;
  }
  .section-pickupplayer .pickupplayer-card.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url("/files/user/common/2026-27/game/bg_pickup_sp.png"), -webkit-gradient(linear, left top, right top, from(#000), color-stop(44.712%, #000), color-stop(72.115%, #120d0d), to(#080808));
    background-image: url("/files/user/common/2026-27/game/bg_pickup_sp.png"), linear-gradient(90deg, #000 0%, #000 44.712%, #120d0d 72.115%, #080808 100%);
    background-position: bottom center, center;
  }
}
.section-pickupplayer .pickupplayer-card .card-photo {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(min(1px, 0.0714vw) * 550);
  /*SP*/
}
.section-pickupplayer .pickupplayer-card .card-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.section-pickupplayer .pickupplayer-card .card-photo .img-loupe {
  position: absolute;
  right: calc(min(1px, 0.0714vw) * 30);
  bottom: calc(min(1px, 0.0714vw) * 20);
  width: calc(min(1px, 0.0714vw) * 40);
  height: calc(min(1px, 0.0714vw) * 40);
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .card-photo {
    margin: 0 auto;
    max-width: none;
    width: 98.13%;
  }
  .section-pickupplayer .pickupplayer-card .card-photo .img-loupe {
    right: 11px;
    bottom: 12px;
    width: 31px;
    height: 31px;
  }
}
.section-pickupplayer .pickupplayer-card .card-body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: calc(min(1px, 0.0714vw) * 40);
  padding-bottom: calc(min(1px, 0.0714vw) * 32);
  text-align: left;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .card-body {
    display: block;
    position: relative;
    width: auto;
    padding: 15px 45px 0;
  }
}
.section-pickupplayer .pickupplayer-card .player-num {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: calc(min(1px, 0.0714vw) * 60);
  line-height: 1;
  /*SP*/
}
.section-pickupplayer .pickupplayer-card .player-num span {
  font-size: calc(min(1px, 0.0714vw) * 45);
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .player-num {
    font-size: 23px;
    line-height: 1.1;
  }
  .section-pickupplayer .pickupplayer-card .player-num span {
    font-size: 17px;
  }
}
.section-pickupplayer .pickupplayer-card .player-name {
  margin-top: calc(min(1px, 0.0714vw) * 16);
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: calc(min(1px, 0.0714vw) * 45);
  line-height: 1;
  overflow-wrap: anywhere;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .player-name {
    margin-top: 6px;
    font-size: 30px;
    line-height: 0.9;
  }
}
.section-pickupplayer .pickupplayer-card .text-profile {
  margin-top: calc(min(1px, 0.0714vw) * 8);
  max-width: calc(min(1px, 0.0714vw) * 455);
  font-size: calc(min(1px, 0.0714vw) * 16);
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .text-profile {
    margin-top: 10px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-pickupplayer .pickupplayer-card .card-label {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: auto;
  height: calc(min(1px, 0.0714vw) * 102);
  pointer-events: none;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .card-label {
    position: absolute;
    top: 12px;
    right: 11px;
    height: 48px;
  }
}
.section-pickupplayer .pickupplayer-card:first-child .card-label {
  height: calc(min(1px, 0.0714vw) * 114);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card:first-child .card-label {
    height: 48px;
  }
}
.section-pickupplayer .pickupplayer-card.-reverse .card-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section-pickupplayer .pickupplayer-card .card-text {
  width: calc(min(1px, 0.0714vw) * 455);
  margin-top: calc(min(1px, 0.0714vw) * 29);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-card .card-text {
    width: auto;
    margin-top: 0;
  }
}
.section-pickupplayer .pickupplayer-card.-reverse .card-text {
  margin-left: auto;
}
.section-pickupplayer .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .btn-area {
    margin-top: 32px;
  }
}
.section-pickupplayer .btn-area .btn {
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .btn-area .btn {
    max-width: 260px;
  }
}

/* イベント
-----------------------------------------------------*/
.section-event {
  margin: -1px;
  padding-top: 80px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event {
    padding-top: 40px;
  }
}
.section-event .inner-full {
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-event .inner-full {
    padding-bottom: 120px;
    border-right: 2px solid #000000;
  }
}
@media screen and (max-width: 768px) {
  .section-event .inner-full {
    padding-bottom: 40px;
  }
}
.section-event .bl-event .filter-buttons .date {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 38px;
  letter-spacing: 0.03em;
  /*SP*/
}
.section-event .bl-event .filter-buttons .date span {
  display: inline-block;
  padding-left: 8px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section-event .bl-event .filter-buttons .date {
    font-size: 21px;
  }
  .section-event .bl-event .filter-buttons .date span {
    padding-left: 5px;
    font-size: 14px;
  }
}
.section-event h4.heading-m {
  margin-top: 50px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event h4.heading-m {
    margin-top: 30px;
  }
}
.section-event .link-text-wrap {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .link-text-wrap {
    margin: 12px auto 0;
    width: 86.4%;
    max-width: 414px;
    text-align: center;
  }
}
.section-event .link-text {
  margin-top: 15px;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .link-text {
    margin-top: 0;
    text-align: left;
  }
}
.section-event .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .btn-wrap {
    margin-top: 40px;
  }
}
.section-event .btn-wrap .btn {
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .btn-wrap .btn {
    max-width: 315px;
  }
}

/* マルシェ
-----------------------------------------------------*/
.section-marche {
  margin-top: -70px;
  padding-top: 70px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche {
    padding-top: 40px;
    margin-top: 0;
  }
}
.section-marche .inner-full {
  padding-bottom: 120px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche .inner-full {
    padding-bottom: 40px;
    border-right: none;
  }
}
.section-marche .inner-full .bl-marche .text-bold {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche .inner-full .bl-marche .text-bold {
    margin-top: 30px;
  }
}
.section-marche .inner-full .bl-marche .block-bnr {
  margin-top: 30px;
  text-align: center;
  /*SP*/
}
.section-marche .inner-full .bl-marche .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-marche .inner-full .bl-marche .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* グッズ
-----------------------------------------------------*/
.section-goods {
  margin-top: -60px;
  padding-top: 60px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods {
    margin-top: 0;
    padding-top: 40px;
  }
}
.section-goods .inner-full {
  padding-bottom: 160px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full {
    padding-bottom: 10px;
    border-right: none;
  }
}
.section-goods .inner-full .lead-text {
  padding: 15px 35px 24px;
  background-color: #de1f26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 35px;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .lead-text {
    padding: 3px 6px 6px;
    font-size: 22px;
  }
}
.section-goods .inner-full .lead-text.-black {
  margin-top: 2px;
  text-align: right;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .lead-text.-black {
    margin-top: 0;
  }
}
.section-goods .inner-full .bl-goods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods {
    -ms-grid-columns: 41px 1fr;
    grid-template-columns: 41px 1fr;
  }
}
.section-goods .inner-full .bl-goods h3.category-title {
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 5px 20px 0 22px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods h3.category-title {
    padding: 2px 7px 0;
  }
}
.section-goods .inner-full .bl-goods.-new {
  -ms-grid-columns: 1fr 100px;
  grid-template-columns: 1fr 100px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods.-new {
    -ms-grid-columns: 1fr 41px;
    grid-template-columns: 1fr 41px;
  }
}
.section-goods .inner-full .bl-goods.-new h3.category-title {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 1px 22px 0 20px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods.-new h3.category-title {
    padding: 0 7px 0 7px;
  }
}
.section-goods .inner-full .bl-goods.-new .list-card-wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  background-color: #000000;
}
.section-goods .inner-full .block-bnr {
  margin-top: 40px;
  text-align: center;
  /*SP*/
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .block-bnr {
    margin-top: 30px;
  }
}
.section-goods .inner-full .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* ファンクラブ
-----------------------------------------------------*/
.section-fanclub {
  margin-top: -80px;
  padding-top: 80px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-fanclub {
    margin-top: 0;
    padding-top: 70px;
  }
}
.section-fanclub .inner-full {
  padding-bottom: 80px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-fanclub .inner-full {
    padding-bottom: 40px;
    border-right: none;
  }
}
.section-fanclub .inner-full .bl-funclub {
  margin-top: 2px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-fanclub .inner-full .bl-funclub {
    margin-top: 1px;
  }
}
.section-fanclub .inner-full .block-bnr {
  margin-top: 40px;
  text-align: center;
  /*SP*/
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-fanclub .inner-full .block-bnr {
    margin-top: 30px;
  }
}
.section-fanclub .inner-full .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-fanclub .inner-full .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* フロアマップ
-----------------------------------------------------*/
.section-map {
  margin-top: -40px;
  padding-top: 40px;
  /*SP*/
  background-color: #de1f26;
}
@media screen and (max-width: 768px) {
  .section-map {
    margin-top: 0;
    padding-top: 40px;
  }
}
.section-map .inner-full {
  padding-bottom: 128px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .inner-full {
    padding-bottom: 40px;
    border-right: none;
  }
}
.section-map .bl-map {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map {
    margin-top: 23px;
  }
}
.section-map .bl-map .tab03 {
  position: relative;
}
.section-map .bl-map .tab03 .img-dolchy {
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: -45px;
  width: 100px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map .tab03 .img-dolchy {
    right: calc(6.67% + 13px);
    bottom: -28px;
    width: 44px;
  }
}
.section-map .bl-map .tab03 .img-dolchy img {
  display: block;
  width: 100%;
  height: auto;
}
.section-map .bl-map .tab-list03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map .tab-list03 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0 15px;
  }
}
.section-map .bl-map .tab-list03 .col {
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-map .bl-map .tab-list03 .col:hover {
    opacity: 0.7;
  }
}
.section-map .bl-map .tab-list03 .col span {
  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;
  position: relative;
  height: 70px;
  background: #920000;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map .tab-list03 .col span {
    height: 45px;
    font-size: 20px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
}
.section-map .bl-map .tab-list03 .col .btn-current {
  background-color: #000000;
}
.section-map .bl-map .tab-warp {
  margin-top: 18px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map .tab-warp {
    margin-top: 10px;
    padding: 0 15px;
  }
}

/* チケット
-----------------------------------------------------*/
.section-ticket {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.section-ticket .inner-full {
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .inner-full {
    padding-bottom: 64px;
    border-right: none;
  }
}
.section-ticket .bl-map {
  margin-top: 22px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map {
    margin-top: 16px;
  }
}
.section-ticket .bl-map .inner-full {
  padding-bottom: 0;
  border-right: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map .inner-full {
    padding-bottom: 0;
  }
}
.section-ticket .bl-map .ticket-tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map .ticket-tab {
    gap: 5px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.section-ticket .bl-map .ticket-tab li button {
  width: 100%;
  height: 70px;
  background: #000;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map .ticket-tab li button {
    font-size: 18px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map .ticket-tab li button {
    height: 45px;
    font-size: 16px;
  }
}
.section-ticket .bl-map .ticket-tab li button:not(.current) {
  opacity: 0.4;
  cursor: pointer;
}
.section-ticket .bl-map .ticket-tab li button.current {
  pointer-events: none;
}
.section-ticket .bl-map #seat-map,
.section-ticket .bl-map #ig-seat-map {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map,
  .section-ticket .bl-map #ig-seat-map {
    margin-top: 12px;
  }
}
.section-ticket .bl-map #seat-map .seat-map-inr,
.section-ticket .bl-map #ig-seat-map .seat-map-inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 660px) minmax(51%, 1fr);
  grid-template-columns: minmax(auto, 660px) minmax(51%, 1fr);
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map .seat-map-inr,
  .section-ticket .bl-map #ig-seat-map .seat-map-inr {
    -ms-grid-columns: minmax(auto, 100%);
    grid-template-columns: minmax(auto, 100%);
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 90px;
  right: 0;
  padding: 80px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-map-selet {
    position: relative;
    top: 0;
    padding: 40px 0 50px;
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet .title-seat-map {
  max-width: 455px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-map-selet .title-seat-map {
    max-width: none;
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet .title-seat-map picture {
  display: block;
  max-width: 377px;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-map-selet .title-seat-map picture {
    max-width: 251px;
    margin: 0 auto;
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet .slide-wrap {
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide__track {
  height: 100%;
}
.section-ticket .bl-map #seat-map #seat-map-selet .note {
  max-width: 454px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-map-selet .note {
    max-width: 316px;
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: (minmax(auto, 40px))[10];
  grid-template-columns: repeat(10, minmax(auto, 40px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  max-width: 455px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination {
    -ms-grid-columns: (minmax(auto, 40px))[7];
    grid-template-columns: repeat(7, minmax(auto, 40px));
  }
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li {
  height: 40px;
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li:first-child {
  grid-column: 1/-1;
  color: #fff;
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li button {
  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%;
  padding: 0;
  border: 2px solid #de1f26;
  color: #de1f26;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li button.is-active {
  cursor: default;
}
.section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li button.is-active, .section-ticket .bl-map #seat-map #seat-map-selet .splide-pagination li button:hover {
  background: #de1f26;
  color: #fff;
  opacity: 1;
}
.section-ticket .bl-map #seat-map #seat-gorup {
  padding: 0 40px;
  background: #de1f26;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup {
    padding: 40px 15px 20px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .btn-ticket + .btn-ticket {
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap {
  overflow: hidden;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  padding: 80px 60px 60px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide {
    padding: 50px 26px 40px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide > p:first-of-type {
  margin-top: 0 !important;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-number {
  position: absolute;
  top: 20px;
  left: 80px;
  color: #de1f26;
  line-height: 1;
  font-size: 100px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-number {
    left: 35px;
    font-size: 70px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-img {
  max-width: 100%;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-name {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-name {
    font-size: 24px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-description {
  margin-top: 15px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .subtitle {
  display: inline-block;
  margin-top: 60px;
  padding: 7px 20px;
  background: #de1f26;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .subtitle {
    font-size: 18px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season {
    font-size: 14px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season {
    font-size: 14px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season + .seat-price {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season + .seat-price {
    font-size: 14px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-season + dl {
  margin-top: 15px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-wrap {
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-wrap + .seat-wrap {
  margin-top: 30px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list + .seat-price-list {
  margin-top: 60px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list {
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl + dl {
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt {
    font-size: 14px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #de1f26;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd {
  margin-top: 10px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 0;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
    font-size: 14px;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price + .seat-price {
  margin-top: 5px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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: 42px;
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span.general {
  padding: 2px;
  background: #000;
  color: #fff;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span.fanclub {
  padding: 2px;
  background: #e0b26d;
  color: #000;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price small {
  display: block;
  font-size: 12px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 30px;
  margin-top: 20px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .new-seat-price {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  margin-top: 0 !important;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price {
  margin-top: 20px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price {
    font-size: 12px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items {
  margin-top: 40px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items + .seat-price-list {
  margin-top: 60px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dt {
    font-size: 18px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p {
    font-size: 14px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #de1f26;
  border-radius: 50%;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 4px;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li {
    line-height: 1.35;
  }
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  position: relative;
  top: -6px;
  content: "";
  width: 6px;
  height: 1px;
  background: #de1f26;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd p small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.section-ticket .bl-map #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd.items + dd.items {
  border-top: none;
}
.section-ticket .bl-map #ig-seat-map .seat-map-selet {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 90px;
  right: 0;
  padding: 80px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #ig-seat-map .seat-map-selet {
    position: relative;
    top: 0;
    padding: 40px 0 50px;
  }
}
.section-ticket .bl-map #ig-seat-map .seat-map-selet .title-seat-map {
  max-width: 455px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #ig-seat-map .seat-map-selet .title-seat-map {
    max-width: none;
  }
}
.section-ticket .bl-map #ig-seat-map .seat-map-selet .title-seat-map picture {
  display: block;
  max-width: 377px;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #ig-seat-map .seat-map-selet .title-seat-map picture {
    max-width: 251px;
    margin: 0 auto;
  }
}
.section-ticket .bl-map #ig-seat-map .seat-text {
  padding: 0 40px;
  background: #de1f26;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #ig-seat-map .seat-text {
    padding: 40px 15px 20px;
  }
}
.section-ticket .bl-map #ig-seat-map .seat-text .seat-content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  padding: 80px 60px 60px;
  background-color: #fff;
  border-radius: 4px;
}
.section-ticket .bl-map #ig-seat-map .seat-text .seat-content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map #ig-seat-map .seat-text .seat-content p {
    font-size: 12px;
    line-height: 1.45;
  }
}
.section-ticket .bl-map #ig-seat-map .seat-text .seat-content .ig-seat-map {
  display: block;
  margin-top: 20px;
}
.section-ticket .ticket-rank {
  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;
  max-width: 490px;
  min-height: 52px;
  margin: 40px auto 0;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-rank {
    max-width: 345px;
    width: 92%;
    min-height: 44px;
    margin-top: 23px;
    padding: 8px 15px;
    font-size: 14px;
  }
}
.section-ticket .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .btn-wrap {
    margin-top: 23px;
  }
}
.section-ticket .btn-wrap a {
  padding: 17px 30px;
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .btn-wrap a {
    max-width: 315px;
  }
}
.section-ticket .block-bnr {
  margin-top: 80px;
  padding-bottom: 64px;
  text-align: center;
  /*SP*/
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .block-bnr {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.section-ticket .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-ticket .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* チーム紹介
-----------------------------------------------------*/
.section-team {
  background-color: #de1f26;
}
.section-team .team-img {
  margin: 0;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-team .team-img {
    width: 100%;
    max-width: none;
  }
}
.team-wrap {
  position: relative;
  background-color: #de1f26;
}
.team-wrap .bg-team {
  display: block;
  position: absolute;
  top: 127px;
  right: 0;
  z-index: 0;
  max-width: 582px;
  width: 41.57%;
  height: auto;
  pointer-events: none;
  /*SP*/
}
@media (max-width: 768px) {
  .team-wrap .bg-team {
    top: 180px;
    width: 62.4%;
  }
}

/* 選手
-----------------------------------------------------*/
.section-player {
  position: relative;
  margin-top: -1px;
  /*SP*/
}
.section-player .grid-contents {
  position: relative;
  z-index: 3;
}
.section-player .grid-contents-inner {
  position: relative;
}
.section-player .team-text {
  margin: 23px auto 0;
  max-width: 800px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .team-text {
    width: 84%;
    margin-top: 0;
    padding-top: 20px;
  }
}
.section-player .bl-player {
  margin-top: 64px;
  padding-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player {
    margin-top: 0;
    padding-top: 48px;
  }
}
.section-player .bl-player h3.player-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 17px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player h3.player-title {
    gap: 8px;
    margin-left: 15px;
  }
}
.section-player .bl-player h3.player-title img {
  width: 300px;
  height: 100px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player h3.player-title img {
    width: 143px;
    height: 48px;
  }
}
.section-player .bl-player h3.player-title span {
  display: inline-block;
  padding-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player h3.player-title span {
    padding-bottom: 7px;
    font-size: 11px;
  }
}
.section-player .bl-player .card-people-player {
  margin-top: 33px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player .card-people-player {
    margin-top: 15px;
  }
}

/* マスコット
-----------------------------------------------------*/
.section-mascot {
  position: relative;
  margin-top: 120px;
  padding-top: 48px;
  z-index: 2;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot {
    margin-top: 55px;
    padding: 32px 0 48px;
  }
}
.section-mascot .bg-dolchy-line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
  /*SP*/
}
.section-mascot .bg-dolchy-line img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-mascot .bg-dolchy-line {
    top: 293px;
  }
}
.section-mascot .grid-contents-inner {
  position: relative;
  z-index: 1;
}
.section-mascot .inner-mm {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.section-mascot .mascot-title {
  margin: 0;
  text-align: center;
}
.section-mascot .mascot-title img {
  display: inline-block;
  width: 410px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .mascot-title img {
    width: 195px;
  }
}
.section-mascot .mascot-title .text-sub {
  display: block;
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .mascot-title .text-sub {
    margin-top: 7px;
    font-size: 11px;
  }
}
.section-mascot .bl-mascot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.67%;
  margin-top: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 32px;
  }
}
.section-mascot .bl-mascot .img-chars {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 37.2%;
  margin-top: 17.26%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .img-chars {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 108.86%;
    margin: 10px 0 0 -4.76%;
  }
}
.section-mascot .bl-mascot .img-chars img {
  display: block;
  width: 100%;
  height: auto;
}
.section-mascot .bl-mascot .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap {
    width: 100%;
  }
}
.section-mascot .bl-mascot .text-wrap .img-dolchy {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .img-dolchy {
    width: 85.71%;
    margin: 0 auto;
  }
}
.section-mascot .bl-mascot .text-wrap .img-dolchy img {
  display: block;
  width: 100%;
  height: auto;
}
.section-mascot .bl-mascot .text-wrap h4.name {
  margin: 29px 0 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap h4.name {
    margin-top: 28px;
  }
}
.section-mascot .bl-mascot .text-wrap h4.name span.heading-m {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.45;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap h4.name span.heading-m {
    font-size: 18px;
  }
}
.section-mascot .bl-mascot .text-wrap h4.name .name-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap h4.name .name-inner {
    gap: 0;
    margin-top: 8px;
  }
}
.section-mascot .bl-mascot .text-wrap h4.name .name-jp {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 82%;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap h4.name .name-jp {
    width: 100%;
  }
}
.section-mascot .bl-mascot .text-wrap h4.name .name-en {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1;
}
.section-mascot .bl-mascot .text-wrap .profile-dd {
  margin: 14px 0 0;
  border-top: 1px solid #c28486;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd {
    margin-top: 12px;
  }
}
.section-mascot .bl-mascot .text-wrap .profile-dd dt,
.section-mascot .bl-mascot .text-wrap .profile-dd dd {
  margin: 0;
}
.section-mascot .bl-mascot .text-wrap .profile-dd .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 82px 1fr;
  grid-template-columns: 82px 1fr;
  gap: 30px;
  padding-block: 12px;
  border-bottom: 1px solid #c28486;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd .row {
    -ms-grid-columns: 84px 1fr;
    grid-template-columns: 84px 1fr;
    gap: 0;
    padding-block: 7.5px;
  }
}
.section-mascot .bl-mascot .text-wrap .profile-dd .row .heading-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.45;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd .row .heading-s {
    font-size: 12px;
  }
}
.section-mascot .bl-mascot .text-wrap .profile-dd .row .text-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd .row .text-m {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-mascot .bl-mascot .text-wrap .text-dd {
  margin: 12px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .text-dd {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-mascot .btn-area {
  margin-top: 36px;
  margin-left: 45.02%;
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .btn-area {
    margin: 32px 0 0;
    max-width: none;
  }
}
.section-mascot .btn-area .btn {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .btn-area .btn {
    min-height: 56px;
  }
}

/* パフォーマー
-----------------------------------------------------*/
.section-performer {
  position: relative;
  margin-top: 160px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer {
    margin-top: 32px;
  }
}
.section-performer h3.performer-title {
  margin: 0;
  text-align: center;
}
.section-performer h3.performer-title img {
  display: inline-block;
  width: 503px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer h3.performer-title img {
    width: 241px;
  }
}
.section-performer h3.performer-title .text-sub {
  display: block;
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer h3.performer-title .text-sub {
    margin-top: 8px;
    font-size: 11px;
  }
}
.section-performer .bl-performer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 42px;
  }
}
.section-performer .bl-performer .bl-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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-title {
    padding: 24px 0;
  }
}
.section-performer .bl-performer .bl-title .logo-wrap {
  max-width: 172px;
  width: 40%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-title .logo-wrap {
    width: 100%;
    max-width: 180px;
  }
}
.section-performer .bl-performer .bl-title a {
  display: block;
  margin-top: 36px;
  width: 36px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-title a {
    width: 32px;
    margin-top: 24px;
  }
}
.section-performer .bl-performer .bl-img {
  width: 61.03%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-img {
    width: 100%;
  }
}

/* MC/DJ
-----------------------------------------------------*/
.section-mc {
  padding: 160px 0 120px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc {
    padding: 73px 0 55px;
  }
}
.section-mc .inner-s {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-mc .inner-s {
    padding-inline: 4.5454545455%;
  }
}
.section-mc h3.mc-title {
  margin: 0;
  text-align: center;
}
.section-mc h3.mc-title img {
  display: inline-block;
  width: 435px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc h3.mc-title img {
    width: 212px;
  }
}
.section-mc h3.mc-title .text-sub {
  display: block;
  margin-top: 19px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc h3.mc-title .text-sub {
    margin-top: 8px;
    font-size: 11px;
  }
}
.section-mc .-column3 {
  gap: 11px;
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .-column3 {
    gap: 0;
  }
}

/* アクセス
-----------------------------------------------------*/
.section-access {
  padding-top: 22px;
  padding-bottom: 40px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.section-access .inner-mm {
  position: relative;
  padding-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inner-mm {
    padding-top: 40px;
  }
}
.section-access .img-dolchy {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 146px;
  width: 85px;
  /*PC 白カードが中央寄せになる幅から、カード左端＋15px に追従させる*/
  /*SP*/
}
@media screen and (min-width: 1400px) {
  .section-access .img-dolchy {
    left: calc(50% - 535px);
  }
}
@media screen and (max-width: 768px) {
  .section-access .img-dolchy {
    left: 7px;
    top: 91px;
    width: 40px;
  }
}
.section-access .img-dolchy img {
  display: block;
  width: 100%;
  height: auto;
}
.section-access h2.access-title {
  text-align: center;
}
.section-access h2.access-title img {
  width: 387px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access h2.access-title img {
    width: 185px;
  }
}
.section-access h2.access-title .text-sub {
  display: block;
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access h2.access-title .text-sub {
    margin-top: 8px;
    font-size: 11px;
  }
}
.section-access .access-map-wrap {
  margin: 24px auto 0;
  padding: 73px 100px 80px;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap {
    margin-top: 23px;
    padding: 30px 23px;
  }
}
.section-access .access-map-wrap .access-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  padding: 44px 60px;
  background-color: #ededed;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap .access-address-wrap {
    -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;
    margin-top: 22px;
    padding: 20px 30px;
  }
}
.section-access .access-map-wrap .access-address-wrap .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap .access-address-wrap .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
}
.section-access .access-map-wrap .access-address-wrap .heading-s {
  padding-right: 25px;
  border-right: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap .access-address-wrap .heading-s {
    padding-right: 0;
    border: none;
  }
}
.section-access .access-map-wrap .access-address-wrap .btn-block {
  padding: 11px;
  max-width: 200px;
  height: 50px;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap .access-address-wrap .btn-block {
    max-width: 188px;
    height: 34px;
  }
}
.section-access .access-map-wrap .access-address-wrap .btn-block .text-bold {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.section-access .access-map-wrap .access-address-wrap .btn-block .text-bold::before {
  content: "";
  background-image: url("/files/user/common/2026-27/game/icn_access_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .access-map-wrap .access-address-wrap .btn-block .text-bold::before {
    width: 12px;
    height: 16px;
    background-size: 12px 15px;
  }
}
.section-access .campaign {
  margin: 32px auto 0;
  padding: 30px 32px;
  max-width: 1100px;
  background-color: #f3ebd4;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign {
    margin-top: 27px;
    padding: 15px 15px 30px;
    border-radius: 4px;
  }
}
.section-access .campaign a {
  display: block;
}
.section-access .campaign .text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px 20px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign .text-contents {
    gap: 20px;
    padding: 30px 15px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-access .campaign .text-contents .text-m {
  margin-top: 19px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign .text-contents .text-m {
    margin-top: 15px;
  }
}
.section-access .campaign .text-contents .text-center {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-access .campaign .text-contents .text-center:hover {
    opacity: 0.7;
  }
}
.section-access .campaign .text-contents .text-center .img-ds {
  width: 130px;
  height: 130px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign .text-contents .text-center .img-ds {
    width: 100px;
    height: 100px;
  }
}

/* FAQ
-----------------------------------------------------*/
.section-faq {
  margin-top: -1px;
  padding: 80px 0 140px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq {
    padding: 40px 0 64px;
  }
}
.section-faq .inner-ss {
  /*SP*/
}
.section-faq .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper {
    gap: 18px;
  }
}
.section-faq .title-wrapper .img_dolchy01 {
  margin-top: -5px;
  width: 120px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .img_dolchy01 {
    margin-top: -3px;
    width: 50px;
  }
}
.section-faq .title-wrapper .img_dolchy02 {
  margin-top: -1px;
  width: 100px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .img_dolchy02 {
    margin-top: -2px;
    width: 44px;
  }
}
.section-faq .title-wrapper .faq-title {
  width: 233px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .faq-title {
    width: 111px;
  }
}
.section-faq .faq-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 35px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists {
    gap: 16px;
    margin-top: 16px;
  }
}
.section-faq .faq-lists .faq-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 94px;
  grid-template-columns: 1fr 94px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 40px;
  padding: 28px 6px 28px 56px;
  background: #fff;
  border-radius: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list {
    -ms-grid-columns: 1fr 50px;
    grid-template-columns: 1fr 50px;
    padding: 20px 10px 20px 20px;
    gap: 0 12px;
  }
}
.section-faq .faq-lists .faq-list.open .faq-a {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.section-faq .faq-lists .faq-list.open .status svg path:last-child {
  opacity: 0;
}
.section-faq .faq-lists .faq-list .faq-q,
.section-faq .faq-lists .faq-list .faq-a-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 1fr;
  grid-template-columns: 46px 1fr;
  gap: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-q,
  .section-faq .faq-lists .faq-list .faq-a-group {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
  }
}
.section-faq .faq-lists .faq-list .faq-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-q svg {
    width: 30px;
    height: 30px;
  }
}
.section-faq .faq-lists .faq-list .faq-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-a {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-right: 10px;
  }
  .section-faq .faq-lists .faq-list .faq-a svg {
    width: 30px;
    height: 30px;
  }
}
.section-faq .faq-lists .faq-list .faq-a .faq-a-inr {
  overflow: hidden;
}
.section-faq .faq-lists .faq-list .faq-a .faq-a-group {
  padding: 24px 0 8px;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-a .faq-a-group {
    padding: 20px 0 32px;
  }
}
.section-faq .faq-lists .faq-list .faq-a .faq-a-group p {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-a .faq-a-group p {
    padding-top: 3px;
  }
}
.section-faq .faq-lists .faq-list .faq-a .faq-a-group a {
  font-weight: 700;
  border-bottom: 1px solid #de1f26;
}
.section-faq .faq-lists .faq-list h3 {
  margin: 0;
}
.section-faq .faq-lists .faq-list .status-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  border-left: 1px solid #f0bac1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .status-wrap {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.section-faq .faq-lists .faq-list .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 10px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .status {
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .status svg {
    width: 20px;
  }
}
.section-faq .faq-lists .faq-list .status svg path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* リンクエリア
-----------------------------------------------------*/
.section-link {
  padding: 100px 0;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-link {
    padding: 40px 0;
  }
}
.section-link .bnr-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  max-width: 1000px;
  margin: 0 auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-link .bnr-link-area {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-link .block-rule,
.section-link .block-watchingguide {
  background-color: #fff;
}
.section-link .block-rule a,
.section-link .block-watchingguide a {
  display: block;
}
.section-link .block-rule .rule-link {
  position: relative;
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 170px;
}
@media (max-width: 1165px) {
  .section-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.section-sns .sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 120px;
  max-width: 550px;
  width: 39.2%;
  background: #fff;
  /*SP*/
}
.section-sns .sns-title picture,
.section-sns .sns-title img {
  width: 73px;
  height: auto;
}
@media (max-width: 1165px) {
  .section-sns .sns-title {
    padding: 36px 0 27px;
    width: calc(100% - 240px);
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 38px 0 33px;
    margin: 0;
    width: 100%;
  }
  .section-sns .sns-title picture {
    text-align: center;
  }
  .section-sns .sns-title img {
    width: 53px;
    height: 21px;
  }
}
.section-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 70.7%;
}
@media (max-width: 1165px) {
  .section-sns .sns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border-top: 2px solid #000000;
  }
}
.section-sns .sns-list .sns-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 40px 10px 20px;
  border-left: 2px solid #000;
  /*SP*/
}
.section-sns .sns-list .sns-item img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item img {
    width: 30px;
    height: 30px;
  }
}
.section-sns .sns-list .sns-item .sns-label {
  margin-top: 20px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item .sns-label {
    margin-top: 10px;
    font-size: 9px;
  }
}
@media (max-width: 1165px) {
  .section-sns .sns-list .sns-item {
    width: 100%;
  }
  .section-sns .sns-list .sns-item:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item {
    padding: 11px 9px;
  }
}

/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/* ===== 座席図・席種スライダー（ticket_2627 #seat-map から移設） =====
   移設元: files/css/front/user/ticket_2627/sections/_main.scss の .section-seat-lineup
   中身のマークアップは変えず、コンテンツ幅と配置位置のみ試合情報LPのデザインに合わせている。
   PC: コンテンツ幅1000px（1200pxカラム内で左右100px空き）
   SP: コンテンツ幅345px（375px幅で左右15px空き）
-----------------------------------------------------*/
.section-ticket .seat-lineup {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup {
    max-width: none;
    width: 92%;
  }
}
.section-ticket .seat-lineup .seat-map {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-map {
    margin: 0 0 20px;
  }
}
.section-ticket .seat-lineup .seat-slider {
  position: relative;
}
.section-ticket .seat-lineup .seat-main {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-main {
    margin-bottom: 4px;
  }
}
.section-ticket .seat-lineup .seat-main .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.section-ticket .seat-lineup .seat-main .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.section-ticket .seat-lineup .seat-main .splide__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
}
.section-ticket .seat-lineup .seat-main .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.section-ticket .seat-lineup .seat-main .splide__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.section-ticket .seat-lineup .seat-main .splide__arrow--prev {
  left: 2.5%;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-main .splide__arrow--prev {
    left: -5px;
  }
}
.section-ticket .seat-lineup .seat-main .splide__arrow--prev svg {
  -webkit-transform: none;
          transform: none;
}
.section-ticket .seat-lineup .seat-main .splide__arrow--next {
  right: 2.5%;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-main .splide__arrow--next {
    right: -5px;
  }
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-main .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.section-ticket .seat-lineup .seat-view-note {
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 2.4;
  text-align: right;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-view-note {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.section-ticket .seat-lineup .seat-price {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 30px 32px 45px;
  color: #000000;
  /*SP*/
}
.section-ticket .seat-lineup .seat-price:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price {
    padding: 37px 25px 25px;
    gap: 20px;
    width: 91.5%;
  }
}
.section-ticket .seat-lineup .seat-price__body {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-ticket .seat-lineup .seat-price__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
.section-ticket .seat-lineup .seat-price__info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  max-width: 544px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__info {
    gap: 15px;
    max-width: none;
  }
}
.section-ticket .seat-lineup .seat-price__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__tags {
    gap: 8px;
  }
}
.section-ticket .seat-lineup .seat-price__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  padding: 0 10px;
  background: #e0b26d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__tag {
    height: 26px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.section-ticket .seat-lineup .seat-price__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .section-ticket .seat-lineup .seat-price__head:has(.seat-price__items li:only-child) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-ticket .seat-lineup .seat-price__num {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__num {
    font-size: 40px;
  }
}
.section-ticket .seat-lineup .seat-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__items {
    gap: 8px;
  }
}
.section-ticket .seat-lineup .seat-price__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__items li {
    gap: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.section-ticket .seat-lineup .seat-price__code {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__code {
    width: 35px;
    font-size: 14px;
  }
}
.section-ticket .seat-lineup .seat-price__items .seat-price__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__items .seat-price__label {
    line-height: 1.2;
  }
}
.section-ticket .seat-lineup .seat-price__desc {
  padding-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__desc {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-ticket .seat-lineup .seat-price__table {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-collapse: collapse;
  max-width: 402px;
  /*PC: タグ分（高さ33px+gap10px）を下げて、seat-price__headと上端を揃える*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-ticket .seat-lineup .seat-price__table {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__table {
    width: 92%;
    margin: 0 auto;
    max-width: none;
  }
}
.section-ticket .seat-lineup .seat-price__table :where(th, td) {
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}
.section-ticket .seat-lineup .seat-price__table thead th {
  width: 90px;
  height: 38px;
  background: #de1f26;
  border-top-color: #000000;
  border-bottom-color: #000000;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.23;
  color: #fff;
  /*SP*/
}
.section-ticket .seat-lineup .seat-price__table thead th:first-child {
  border-top: none;
  border-left: none;
  border-right-color: #000000;
  background: none;
}
.section-ticket .seat-lineup .seat-price__table thead th:nth-child(2) {
  border-left-color: #000000;
}
.section-ticket .seat-lineup .seat-price__table thead th:last-child {
  border-right-color: #000000;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__table thead th {
    width: 57px;
    height: 24px;
    font-size: 11px;
  }
}
.section-ticket .seat-lineup .seat-price__table thead th:nth-child(2) {
  background: #eca7aa;
}
.section-ticket .seat-lineup .seat-price__table thead th:nth-child(3) {
  background: #e86267;
}
.section-ticket .seat-lineup .seat-price__table thead th:nth-child(4) {
  background: #de1f26;
}
.section-ticket .seat-lineup .seat-price__table-code {
  width: 39px;
  border-color: #000000;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  letter-spacing: -0.04em;
  color: #fff;
  background: #851317;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__table-code {
    width: 32px;
    font-size: 12px;
  }
}
.section-ticket .seat-lineup .seat-price__table-label {
  width: 61px;
  border-left-color: #000000;
  border-right-color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  /*SP*/
}
.section-ticket .seat-lineup .seat-price__table-label.is-alt-light {
  background: #efd9b6;
}
.section-ticket .seat-lineup .seat-price__table-label.is-alt-dark {
  background: #e6c18a;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__table-label {
    width: 43px;
    font-size: 11px;
  }
}
.section-ticket .seat-lineup .seat-price__table tr.is-group-start > .seat-price__table-label,
.section-ticket .seat-lineup .seat-price__table tr.is-group-start > td {
  border-top-color: #000000;
}
.section-ticket .seat-lineup .seat-price__table tr.is-group-end > .seat-price__table-label,
.section-ticket .seat-lineup .seat-price__table tr.is-group-end > td {
  border-bottom-color: #000000;
}
.section-ticket .seat-lineup .seat-price__table tbody td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  height: 43px;
  color: #000000;
  /*SP*/
}
.section-ticket .seat-lineup .seat-price__table tbody td:first-of-type {
  border-left-color: #000000;
}
.section-ticket .seat-lineup .seat-price__table tbody td:last-of-type {
  border-right-color: #000000;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__table tbody td {
    height: 32px;
    font-size: 13px;
  }
}
.section-ticket .seat-lineup .seat-price__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__notes {
    gap: 10px;
    margin-top: 5px;
  }
}
.section-ticket .seat-lineup .seat-price__notes-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__notes-title {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
.section-ticket .seat-lineup .seat-price__notes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.section-ticket .seat-lineup .seat-price__notes-list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-price__notes-list li {
    font-size: 13px;
    line-height: 1.35;
  }
}
.section-ticket .seat-lineup .seat-price__notes-list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 0.6em;
  border-radius: 50%;
  background: #000000;
}
.section-ticket .seat-lineup .seat-nav {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-nav {
    margin-bottom: 5px;
  }
}
.section-ticket .seat-lineup .seat-nav .splide__slide {
  height: auto;
}
.section-ticket .seat-lineup .seat-nav .seat-tab {
  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;
  gap: 10px;
  height: 100%;
  padding: 8px 14px 8px 8px;
  background-color: #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-nav .seat-tab {
    padding: 7px 12px 7px 8px;
  }
}
.section-ticket .seat-lineup .seat-nav .seat-tab.is-active {
  background: #fff;
}
.section-ticket .seat-lineup .seat-nav .seat-tab.is-active .seat-tab__label {
  color: #000000;
}
.section-ticket .seat-lineup .seat-nav .seat-tab .seat-tab__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 30px;
  height: 30px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-nav .seat-tab .seat-tab__num {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
.section-ticket .seat-lineup .seat-nav .seat-tab .seat-tab__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-nav .seat-tab .seat-tab__label {
    font-size: 11px;
  }
}
.section-ticket .seat-lineup .seat-nav .splide__slide.is-active .seat-tab {
  background-color: #fff;
}
.section-ticket .seat-lineup .seat-nav .splide__slide.is-active .seat-tab .seat-tab__label {
  color: #000000;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow--prev {
  left: 0;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow--prev svg {
  -webkit-transform: none;
          transform: none;
}
.section-ticket .seat-lineup .seat-nav .splide__arrow--next {
  right: 0;
}
.section-ticket .seat-lineup .seat-nav .splide__track {
  max-width: 936px;
  width: 93.5%;
  margin: 0 auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .seat-lineup .seat-nav .splide__track {
    width: 90%;
  }
}

/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-nagoyagold {
  background-color: #e0b26d;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/* 上下マージン
-----------------------------------------------------*/
/* Margin Bottom */
.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-104 {
  margin-bottom: 104px !important;
}

.mb-112 {
  margin-bottom: 112px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-136 {
  margin-bottom: 136px !important;
}

.mb-144 {
  margin-bottom: 144px !important;
}

.mb-152 {
  margin-bottom: 152px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

/* Margin Top */
.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media (max-width: 767px) {
  /* Margin Bottom for small screens */
  .mb-sp-8 {
    margin-bottom: 8px !important;
  }
  .mb-sp-16 {
    margin-bottom: 16px !important;
  }
  .mb-sp-24 {
    margin-bottom: 24px !important;
  }
  .mb-sp-32 {
    margin-bottom: 32px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mb-sp-48 {
    margin-bottom: 48px !important;
  }
  .mb-sp-56 {
    margin-bottom: 56px !important;
  }
  .mb-sp-64 {
    margin-bottom: 64px !important;
  }
  .mb-sp-72 {
    margin-bottom: 72px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mb-sp-88 {
    margin-bottom: 88px !important;
  }
  .mb-sp-96 {
    margin-bottom: 96px !important;
  }
  .mb-sp-104 {
    margin-bottom: 104px !important;
  }
  .mb-sp-112 {
    margin-bottom: 112px !important;
  }
  .mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .mb-sp-128 {
    margin-bottom: 128px !important;
  }
  .mb-sp-136 {
    margin-bottom: 136px !important;
  }
  .mb-sp-144 {
    margin-bottom: 144px !important;
  }
  .mb-sp-152 {
    margin-bottom: 152px !important;
  }
  .mb-sp-160 {
    margin-bottom: 160px !important;
  }
  /* Margin Top for small screens */
  .mt-sp-8 {
    margin-top: 8px !important;
  }
  .mt-sp-16 {
    margin-top: 16px !important;
  }
  .mt-sp-24 {
    margin-top: 24px !important;
  }
  .mt-sp-32 {
    margin-top: 32px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mt-sp-48 {
    margin-top: 48px !important;
  }
  .mt-sp-56 {
    margin-top: 56px !important;
  }
  .mt-sp-64 {
    margin-top: 64px !important;
  }
  .mt-sp-72 {
    margin-top: 72px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mt-sp-88 {
    margin-top: 88px !important;
  }
  .mt-sp-96 {
    margin-top: 96px !important;
  }
  .mt-sp-104 {
    margin-top: 104px !important;
  }
  .mt-sp-112 {
    margin-top: 112px !important;
  }
  .mt-sp-120 {
    margin-top: 120px !important;
  }
  .mt-sp-128 {
    margin-top: 128px !important;
  }
  .mt-sp-136 {
    margin-top: 136px !important;
  }
  .mt-sp-144 {
    margin-top: 144px !important;
  }
  .mt-sp-152 {
    margin-top: 152px !important;
  }
  .mt-sp-160 {
    margin-top: 160px !important;
  }
}
