@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-shown, .form-control:-moz-placeholder-shown {
  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: 8px;
  }
}
.lp-header .logo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.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: 41px;
    height: 41px;
  }
}
.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;
  color: #fff;
  background-color: #de1f26;
  padding: 7px 5px 8px 7px;
  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;
}
.lp-header .lp-ticket .ticket-btn::before {
  content: "";
  background-image: url(/v=1753676156/files/user/common/2025-26/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% - 50px);
  -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 {
    margin-left: 3px;
  }
}
.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: 27px;
  }
}
.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;
}
.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;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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;
  border-radius: 2px;
  -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: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* 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: 1098px;
    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(/v=1726139437/files/user/common/2024-25/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(/v=1726139437/files/user/common/2024-25/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(/v=1753676155/files/user/common/2025-26/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(/v=1753676155/files/user/common/2025-26/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(/v=1753676155/files/user/common/2025-26/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(/v=1753676155/files/user/common/2025-26/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);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-people.-column3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.card-people li {
  position: relative;
  border-bottom: 1px solid #000000;
  background-color: #fff;
  /*SP*/
  /*PC*/
  /*SP*/
}
.card-people li.open-modal::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 12px;
  right: 12px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url(/v=1753676155/files/user/common/2025-26/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;
  }
}
@media screen and (min-width: 769px) {
  .card-people li:nth-of-type(4n), .card-people li:nth-of-type(4n - 1), .card-people li:nth-of-type(4n - 2) {
    border-left: 1px solid #000000;
  }
  .card-people li:last-of-type {
    border-right: 1px solid #000000;
  }
  .card-people li:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .card-people li:nth-of-type(3n), .card-people li:nth-of-type(3n - 1) {
    border-left: 1px solid #000000;
  }
  .card-people li:last-of-type {
    border-right: 1px solid #000000;
  }
  .card-people li:nth-of-type(3n) {
    border-right: none;
  }
}
.card-people li .bl-text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 40px 12px 16px;
  /*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: 91px;
  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: 12px;
  }
}
.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;
  }
}

/*
* 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: 10px 15px;
    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;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .modal .modal-operation {
    margin-top: 40px;
    padding-bottom: 20px;
    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: 10px;
  height: 10px;
}
.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;
  /*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: 10px;
  }
}
.modal.-schedule .bl-content .title-wrap .text-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-right: 20px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 44px;
  line-height: 1.1;
  /*SP*/
}
.modal.-schedule .bl-content .title-wrap .text-date span {
  font-size: 33px;
  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: 3px;
    padding-right: 8px;
    font-size: 20px;
  }
  .modal.-schedule .bl-content .title-wrap .text-date span {
    font-size: 15px;
  }
}
.modal.-schedule .bl-content .title-wrap .text-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .title-wrap .text-date::after {
    height: 20px;
  }
}
.modal.-schedule .bl-content .title-wrap .text-title {
  padding-left: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .title-wrap .text-title {
    padding-left: 0;
  }
}
.modal.-schedule .bl-content .bl-body {
  margin-top: 36px;
  /*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.-people .modal-content {
  position: initial;
  overflow: initial;
  overflow-y: initial;
  max-height: 75vh;
  padding: 0;
  border-radius: 4px;
}
.modal.-people .modal-content .popup-container {
  display: block;
  width: auto;
  overflow: initial;
}
.modal.-people .modal-content .modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75vh;
  max-height: 568px;
}
.modal.-people .modal-content .modal-wrap .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap .main-area {
    -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: 20px;
    overflow-y: auto;
    padding: 25px 25px 40px;
  }
}
.modal.-people .modal-content .modal-wrap .main-area .left-fixed {
  width: 300px;
  background: #f0f0f0;
  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;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap .main-area .left-fixed {
    width: 100%;
  }
}
.modal.-people .modal-content .modal-wrap .main-area .left-fixed .img-wrap {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap .main-area .left-fixed .img-wrap {
    width: 100%;
    aspect-ratio: 295/295;
    overflow: hidden;
  }
}
.modal.-people .modal-content .modal-wrap .main-area .left-fixed .img-wrap img {
  height: 502px;
  width: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap .main-area .left-fixed .img-wrap img {
    max-width: 100%;
    height: auto;
  }
}
.modal.-people .modal-content .modal-wrap .name-en {
  padding: 0 20px;
  width: 100%;
  height: 66px;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 45px;
  background: #000000;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .modal-wrap .name-en {
    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: 52px;
    font-size: 22px;
  }
}
.modal.-people .modal-content .right-scrollable {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 40px 65px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable {
    padding: 0;
    width: 100%;
    overflow-y: initial;
  }
}
.modal.-people .modal-content .right-scrollable .bl-content {
  overflow: hidden;
  overflow-y: scroll;
  max-width: 370px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable .bl-content {
    margin-top: 0;
    max-width: none;
  }
}
.modal.-people .modal-content .right-scrollable .bl-content .wrap-text {
  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: 5px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable .bl-content .wrap-text {
    gap: 4px;
  }
}
.modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-num {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 31px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-num {
    font-size: 24px;
  }
}
.modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-num span {
  font-size: 21px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-num span {
    font-size: 16px;
  }
}
.modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .modal-content .right-scrollable .bl-content .wrap-text .player-name {
    font-size: 31px;
  }
}
.modal.-normal .modal-content {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .modal.-normal .modal-content {
    padding: 50px 70px 70px;
  }
}
.modal.-normal .bl-visual {
  margin-top: 30px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-visual {
    margin-top: 12px;
  }
}
.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 {
  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-content {
  padding: 0 0 70px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-mcdj .modal-content {
    padding: 25px 25px 40px;
  }
}
.modal.-mcdj .modal-operation {
  margin-top: 60px;
}
.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*/
}
@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%;
}

/*
* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 31px 32px 37px;
  height: 140px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header {
    padding: 14px;
    height: 67px;
  }
}
.section-header.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-header h2 img {
  width: auto;
  height: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-header h2 img {
    height: 39px;
    width: auto;
  }
}

/* 選手周り
-----------------------------------------------------*/
.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(/v=1726139439/files/user/common/2024-25/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__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.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;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor {
    padding: 40px 0 44px;
  }
}
.lp-sponsor .wrap-medium {
  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-medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lp-sponsor .wrap-medium .deco-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-sponsor .wrap-medium .deco-text.-decoL {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /*SP*/
}
.lp-sponsor .wrap-medium .deco-text.-decoL img {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-medium .deco-text.-decoL img {
    width: 86px;
  }
}
.lp-sponsor .wrap-medium .deco-text.-decoR {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  /*SP*/
}
.lp-sponsor .wrap-medium .deco-text.-decoR img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-medium .deco-text.-decoR {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 4px;
    width: 100%;
  }
  .lp-sponsor .wrap-medium .deco-text.-decoR img {
    width: 72px;
  }
}
.lp-sponsor .wrap-medium .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-medium .sponsor-wrap {
    max-width: none;
    gap: 5px;
  }
}
.lp-sponsor .wrap-medium .sponsor-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.lp-sponsor .wrap-medium .sponsor-card time {
  display: block;
}
.lp-sponsor .wrap-medium .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;
  background-color: #de1f26;
  /*SP*/
}
.lp-sponsor .wrap-medium .sponsor-card .date span {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-medium .sponsor-card .date {
    padding: 4px 10px;
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .lp-sponsor .wrap-medium .sponsor-card .date span {
    font-size: 14px;
  }
}
.lp-sponsor .wrap-medium .sponsor-card .item-sponsor {
  padding: 0 36px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-sponsor .wrap-medium .sponsor-card .item-sponsor {
    padding: 0 20px;
  }
}
.lp-sponsor .wrap-medium .sponsor-card .item-sponsor img {
  width: 100%;
  max-width: 228px;
  /*SP*/
}
.lp-sponsor .wrap-medium .-onecolumn .date-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #de1f26;
}
.lp-sponsor .wrap-medium .-onecolumn .date-wrap .date {
  width: 50%;
}
.lp-sponsor .wrap-medium .-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-medium .-onecolumn .date-wrap::after {
    height: 26px;
  }
}

/* GAME INFORMATION
-----------------------------------------------------*/
.lp-gameinfo {
  padding: 75px 0 100px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo {
    padding: 30px 0 50px;
  }
}
.lp-gameinfo h2.gameinfo-title {
  text-align: center;
}
.lp-gameinfo h2.gameinfo-title img {
  width: 620px;
  height: 35px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo h2.gameinfo-title img {
    width: 342px;
    height: 20px;
  }
}
.lp-gameinfo .list-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
  gap: 6px;
  margin-top: 54px;
  /*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: 28px;
  }
}
.lp-gameinfo .list-menu li a {
  display: block;
  padding: 20px 0 33px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .list-menu li a {
    padding: 16px 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 15px;
  }
}
.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: 34px;
  left: 48px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-img-area .title-wrap {
    top: 19px;
    left: 19px;
  }
}
.section-arena .block-img-area .title-wrap .arena-title {
  width: 43.8571428571%;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-img-area .title-wrap .arena-title {
    width: 79.3%;
  }
}
.section-arena .block-img-area .annotation {
  position: absolute;
  bottom: 22px;
  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 {
  margin-top: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .lead {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.section-arena .block-text {
  padding: 60px 0 72px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-arena .block-text {
    padding: 40px 0 50px;
  }
}
.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;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-arena .block-text .wrap-wide .text-wrap {
  width: 100%;
  /*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 40px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule {
    padding: 56px 0 70px;
  }
}
.section-schedule .schedule-inner {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-schedule .schedule-inner {
    margin: 10px auto 0;
    padding: 0 20px;
  }
}
.section-schedule .schedule-title {
  text-align: center;
}
.section-schedule .schedule-title img {
  width: 413px;
  height: 106px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .schedule-title img {
    width: 222px;
    height: 57px;
  }
}
.section-schedule .block-tab {
  margin: 50px auto 0;
  padding: 75px 0 82px;
  max-width: 1360px;
  width: 100%;
  background-image: url(/v=1753676143/files/user/common/2025-26/game/bg_schedule.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .block-tab {
    margin-top: 26px;
    padding: 30px 20px 35px;
    background-image: none;
    background-color: #000000;
    border-radius: 4px;
  }
}
.section-schedule .tab-container {
  margin: 0 auto;
  max-width: 817px;
  /*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: 1.5px;
  /*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(/v=1753676155/files/user/common/2025-26/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;
  color: #fff;
  background-color: #de1f26;
  text-align: left;
  /*SP*/
}
.section-schedule .tab-container .list-table li .list-date span {
  display: inline-block;
  padding-left: 4px;
  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 100px;
  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;
  }
}
.section-schedule .block-bnr {
  margin: 60px auto 0;
  text-align: center;
  /*SP*/
}
.section-schedule .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-schedule .block-bnr {
    margin-top: 20px;
  }
  .section-schedule .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* GAME PREVIEW
-----------------------------------------------------*/
.section-gamepreview {
  padding: 80px 0 33px;
  background-color: #de1f26;
  /*SP*/
  /* 試合の見どころ
  -----------------------------------------------------*/
  /* 試合データ
  -----------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview {
    width: 100%;
    padding: 0 0 40px;
  }
}
.section-gamepreview .title-area {
  padding: 20px 100px 23px 54px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area {
    padding: 4px 15px;
  }
}
.section-gamepreview .title-area .title-inner {
  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: 1245px;
  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;
    gap: 30px;
    max-width: none;
  }
}
.section-gamepreview .title-area .title-inner h2.gamepreview-title {
  max-width: 688px;
  max-height: 190px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner h2.gamepreview-title {
    max-width: 178px;
    max-height: 79px;
  }
}
.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: 40px;
  /*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 img {
  width: 75px;
  height: 31px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .title-area .title-inner .vsteam-wrap .vs-text img {
    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: 20px auto 0;
  max-width: 1200px;
  width: 90%;
  text-align: right;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .gamepreview-btn {
    margin-top: 10px;
    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: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop {
    margin-top: 30px;
  }
}
.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: 30px;
  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: 18px;
    padding: 0 25px 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 80px;
  max-width: 750px;
  width: 71%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-hoop .bl-contents .content-inner .text-wrap {
    gap: 12px;
    padding: 0;
    width: 100%;
  }
}
.section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap {
  padding: 40px 50px 0 0;
  max-width: 330px;
  width: 31%;
  /*SP*/
}
.section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .img-wrap {
  max-width: 270px;
}
@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: 20px;
    padding: 24px 0 0;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .heading-m {
    width: calc(100% - 148px);
    text-align: left;
    overflow-wrap: break-word;
  }
  .section-gamepreview .block-hoop .bl-contents .content-inner .bl-img-wrap .img-wrap {
    display: block;
    max-width: 128px;
  }
}
.section-gamepreview .block-data {
  margin-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data {
    margin-top: 30px;
  }
}
.section-gamepreview .block-data .data-inner {
  padding: 100px 0 70px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner {
    padding: 33px 0 40px;
  }
}
.section-gamepreview .block-data .data-inner h2.data-title {
  text-align: center;
}
.section-gamepreview .block-data .data-inner h2.data-title img {
  width: 306px;
  height: 66px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner h2.data-title img {
    width: 122px;
    height: 26px;
  }
}
.section-gamepreview .block-data .data-inner .data-wrap {
  margin-top: 22px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap {
    margin-top: 28px;
  }
}
.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: 80px;
  /*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 .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: 11px;
  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: 4px;
    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;
  }
}
.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;
  }
}
.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: 12px;
  /*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: 30px;
  }
}
.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: 35px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .data-wrap .results-wrap .results-list {
    margin-top: 25px;
  }
}
.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: 100px;
  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: 38px;
  /*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: 42px;
  /*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: 27px;
  }
}
.section-gamepreview .block-data .data-inner .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .btn-area {
    margin-top: 50px;
  }
}
.section-gamepreview .block-data .data-inner .btn-area a {
  max-width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .block-data .data-inner .btn-area a {
    max-width: 260px;
  }
}

/* ピックアップ選手
  -----------------------------------------------------*/
.section-pickupplayer {
  position: relative;
  padding-top: 66px;
  padding-bottom: 50px;
  margin-top: -1px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-pickupplayer .pickupplayer-inner {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-inner {
    position: relative;
    padding-bottom: 40px;
  }
}
.section-pickupplayer .pickupplayer-text {
  position: absolute;
  z-index: 2;
  /*SP*/
}
.section-pickupplayer .pickupplayer-text.-left {
  top: -33px;
  left: -6px;
  max-width: 106px;
  width: 7.14%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-text.-left {
    left: 0;
    top: 0;
    width: 13.2%;
  }
}
.section-pickupplayer .pickupplayer-text.-right {
  top: -33px;
  right: 0;
  max-width: 100px;
  width: 8%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .pickupplayer-text.-right {
    top: 0;
    width: 12.5%;
  }
}
.section-pickupplayer .bl-pickupplayer {
  margin: 0 auto;
  width: 71.5%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer {
    width: 69.3%;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 16px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-img {
  position: relative;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-img {
    padding: 0 35px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-img .img-loupe {
  position: absolute;
  bottom: -11px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-img .img-loupe {
    bottom: -10px;
    right: 28px;
    width: 31px;
    height: 31px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text {
  margin-top: 10px;
  text-align: left;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text {
    margin-top: 12px;
    padding-left: 18px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-num {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 25px;
  /*SP*/
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-num span {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-num {
    font-size: 23px;
  }
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-num span {
    font-size: 17px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-name {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 35px;
  overflow-wrap: anywhere;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .player-name {
    margin-top: 6px;
    font-size: 30px;
  }
}
.section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .text-profile {
  margin-top: 18px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .bl-pickupplayer .pickupplayer-list .bl-text .text-profile {
    margin-top: 10px;
    padding-right: 17px;
  }
}
.section-pickupplayer .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-pickupplayer .btn-area {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
.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: 40px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event {
    margin-top: -40px;
    padding-bottom: 70px;
  }
}
.section-event .inner-full {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-event .inner-full {
    padding-bottom: 80px;
    border-right: 2px solid #000000;
  }
}
.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: -40px;
  padding-top: 40px;
  background-color: #de1f26;
  /*SP*/
}
.section-marche .inner-full {
  padding-bottom: 80px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche .inner-full {
    padding-bottom: 70px;
    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: -40px;
  padding-top: 40px;
  background-color: #de1f26;
}
.section-goods .inner-full {
  padding-bottom: 80px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full {
    padding-bottom: 65px;
    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: 5px 10px 10px;
    font-size: 22px;
  }
}
.section-goods .inner-full .lead-text.-black {
  margin-top: 2px;
  text-align: right;
  background-color: #000000;
}
.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: 12px 27px 0 32px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods h3.category-title {
    padding: 0 8px;
  }
}
.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: 13px 30px 0 30px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .inner-full .bl-goods.-new h3.category-title {
    padding: 2px 6px 0 8px;
  }
}
.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: 30px;
  text-align: center;
  /*SP*/
}
.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: -40px;
  padding-top: 40px;
  background-color: #de1f26;
}
.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: 70px;
    border-right: none;
  }
}
.section-fanclub .inner-full .bl-funclub {
  margin-top: 2px;
}
.section-fanclub .inner-full .block-bnr {
  margin-top: 40px;
  text-align: center;
  /*SP*/
}
.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;
  background-color: #de1f26;
}
.section-map .inner-full {
  padding-bottom: 80px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .inner-full {
    padding-bottom: 70px;
    border-right: none;
  }
}
.section-map .bl-map {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map {
    margin-top: 20px;
  }
}
.section-map .bl-map .tab-list03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-map .bl-map .tab-list03 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 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;
}
.section-ticket .inner-full {
  padding-bottom: 160px;
  border-right: 2px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .inner-full {
    padding-bottom: 100px;
    border-right: none;
  }
}
.section-ticket .bl-map {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map {
    margin-top: 20px;
  }
}
.section-ticket .bl-map .inner-full {
  padding-bottom: 60px;
  border-right: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-map .inner-full {
    padding-bottom: 0;
  }
}
.section-ticket .bl-map #seat-map {
  position: relative;
}
.section-ticket .bl-map #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 {
    -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-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 {
  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 .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;
}
.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: 40px;
  text-align: center;
  /*SP*/
}
.section-ticket .block-bnr img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-ticket .block-bnr img {
    max-width: 345px;
    height: auto;
  }
}

/* チーム紹介
-----------------------------------------------------*/
.team-wrap {
  position: relative;
  background-color: #de1f26;
}
.team-wrap .bg-team {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  will-change: transform;
}

/* 選手
-----------------------------------------------------*/
.section-player {
  position: relative;
  /*SP*/
}
.section-player .grid-contents {
  position: relative;
  z-index: 3;
}
.section-player .grid-contents-inner {
  position: relative;
}
.section-player .team-title {
  margin: -143px 0 0;
  text-align: center;
  padding: 80px 0 0 0;
  /*SP*/
}
.section-player .team-title img {
  width: 694px;
  height: 133px;
}
@media screen and (max-width: 768px) {
  .section-player .team-title {
    position: relative;
    top: -21px;
    margin-top: 0;
    padding-top: 0;
  }
  .section-player .team-title img {
    width: 220px;
    height: 42px;
  }
}
.section-player .team-text {
  margin: 52px auto 0;
  max-width: 800px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .team-text {
    margin-top: 12px;
  }
}
.section-player .bl-player {
  margin-top: 90px;
}
.section-player .bl-player h3.player-title {
  text-align: center;
}
.section-player .bl-player h3.player-title img {
  width: 728px;
  height: 92px;
}
.section-player .bl-player .card-people {
  margin-top: 33px;
}
.section-player .bl-logo {
  width: 84px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-logo {
    width: 80px;
  }
}
.section-player .text-ndd {
  width: 510px;
  margin-top: 20px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .text-ndd {
    width: 263px;
    margin-top: 24px;
  }
}
.section-player .text-ndd-ja {
  width: 374px;
  margin-top: 15px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .text-ndd-ja {
    width: 312px;
    margin-top: 24px;
  }
}
.section-player .bl-pickupplayer {
  margin-top: 73px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-pickupplayer {
    margin-top: 80px;
  }
}
.section-player .bl-player {
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-player .bl-player {
    margin-top: 56px;
  }
}

/* マスコット
-----------------------------------------------------*/
.section-mascot {
  position: relative;
  margin-top: 60px;
  z-index: 2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot {
    margin-top: 50px;
  }
}
.section-mascot .inner-mm {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.section-mascot .mascot-title {
  padding-right: 47px;
  text-align: right;
  /*SP*/
}
.section-mascot .mascot-title img {
  max-width: 878px;
  width: 84.1%;
}
@media screen and (max-width: 768px) {
  .section-mascot .mascot-title {
    padding-right: 0;
  }
  .section-mascot .mascot-title img {
    width: 100%;
  }
}
.section-mascot .bl-mascot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 86px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot {
    display: block;
    margin-top: 30px;
    padding: 0 15px;
  }
}
.section-mascot .bl-mascot .img-mascot {
  margin: -32% 0 0;
  max-width: 400px;
  width: 37%;
}
.section-mascot .bl-mascot .text-wrap {
  margin-top: 27px;
  max-width: 613px;
  width: 56%;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap {
    margin-top: 0;
    width: 100%;
    max-width: none;
  }
}
.section-mascot .bl-mascot .text-wrap h4.name {
  /*SP*/
}
.section-mascot .bl-mascot .text-wrap h4.name span.heading-m {
  display: block;
  padding-bottom: 12px;
}
.section-mascot .bl-mascot .text-wrap h4.name img {
  max-width: 484px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap h4.name img {
    max-width: 205px;
    width: 100%;
  }
}
.section-mascot .bl-mascot .text-wrap .profile-dd {
  margin: 30px 0 0 13px;
  border-top: 1px solid #b57173;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd {
    margin: 25px 0 0 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: 15px;
  border-bottom: 1px solid #b57173;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mascot .bl-mascot .text-wrap .profile-dd .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2px;
    padding-block: 14px;
  }
}

/* パフォーマー
-----------------------------------------------------*/
.section-performer {
  position: relative;
  margin-top: 90px;
  padding-bottom: 10px;
  z-index: 2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
.section-performer h3.performer-title {
  text-align: center;
}
.section-performer h3.performer-title img {
  max-width: 1010px;
  height: 92px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer h3.performer-title img {
    width: 325px;
    height: 37px;
  }
}
.section-performer .bl-performer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  /*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;
  }
}
.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: 237px;
  width: 42%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-title .logo-wrap {
    width: 180px;
  }
}
.section-performer .bl-performer .bl-title a {
  display: block;
  margin-top: 40px;
  width: 40px;
  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: 50%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-performer .bl-img {
    width: 100%;
  }
}

/* MC/DJ
-----------------------------------------------------*/
.section-mc {
  margin-top: -1px;
  padding: 80px 0 100px;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc {
    padding: 50px 0 60px;
  }
}
.section-mc h2.mc-title {
  text-align: center;
}
.section-mc h2.mc-title img {
  width: 612px;
  height: 92px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc h2.mc-title img {
    width: 193px;
    height: 29px;
  }
}
.section-mc .-column3 {
  gap: 13px;
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .-column3 {
    gap: 0;
  }
}
.section-mc .-column3 li {
  border: none;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .-column3 li {
    border-right: 1px solid #000000;
  }
}

/* アクセス
-----------------------------------------------------*/
.section-access {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.section-access .inner-mm {
  padding-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inner-mm {
    padding-top: 60px;
  }
}
.section-access h2.access-title {
  text-align: center;
}
.section-access h2.access-title img {
  width: 568px;
  height: 77px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access h2.access-title img {
    width: 206px;
    height: 28px;
  }
}
.section-access .access-map-wrap {
  margin: 42px 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: 24px;
    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(/v=1754466325/files/user/common/2025-26/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: 30px auto 0;
  padding: 30px 32px;
  max-width: 1100px;
  background-color: #f3ebd4;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign {
    margin-top: 20px;
    padding: 20px;
  }
}
.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: 13px;
    padding: 24px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-access .campaign .text-contents .heading-mm {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .campaign .text-contents .heading-mm {
    text-align: center;
  }
}
.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: 8px;
  }
}
.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;
}

/* リンクエリア
-----------------------------------------------------*/
.section-link {
  padding: 100px 0;
  background-color: #de1f26;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-link {
    padding: 60px 0;
  }
}
.section-link .bnr-link-area {
  margin: 0 auto;
  max-width: 435px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-link .bnr-link-area {
    gap: 10px;
    -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;
}

/* FAQ
-----------------------------------------------------*/
.section-faq {
  padding: 80px 0 140px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq {
    padding: 60px 0;
  }
}
.section-faq .inner-ss {
  margin: -20px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .inner-ss {
    margin-top: -10px;
  }
}
.section-faq .title-wrapper {
  position: relative;
  right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 17px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper {
    gap: 5px;
    right: 0;
  }
}
.section-faq .title-wrapper .img-dd01 {
  width: 160px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .img-dd01 {
    margin-right: 5px;
    width: 67px;
    height: 76px;
  }
}
.section-faq .title-wrapper .img-dd02 {
  margin-left: 5px;
  width: 107px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .img-dd02 {
    margin-left: 0;
    width: 67px;
    height: 76px;
  }
}
.section-faq .title-wrapper .faq-title {
  margin-bottom: 3px;
  width: 263px;
  height: 91px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .title-wrapper .faq-title {
    margin-bottom: 4px;
    width: 95px;
    height: 33px;
  }
}
.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: 25px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists {
    gap: 13px;
    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 12px;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-lists .faq-list .faq-a .faq-a-group {
    padding: 20px 0 17px;
  }
}
.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: 0;
  }
}
.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;
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 170px;
}
@media (max-width: 1220px) {
  .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  width: 39.2%;
  background: #fff;
  /*SP*/
}
.section-sns .sns-title picture,
.section-sns .sns-title img {
  width: 262px;
  height: auto;
}
@media (max-width: 1220px) {
  .section-sns .sns-title {
    padding: 36px 0 27px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-sns .sns-title picture {
    text-align: center;
  }
  .section-sns .sns-title img {
    width: 131px;
    height: 35px;
  }
}
.section-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1220px) {
  .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: 1220px) {
  .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
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.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;
  }
}