@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.en-primary {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.en-secondary {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #000000;
  line-height: 1.5;
  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%;
}

/* -------------------------------------------------- */
/*見出し
-----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-size: 1.4rem;
  font-weight: bold;
}

.h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 1.5rem;
  }
}
.h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
    font-weight: bold;
  }
}
h3.h3-img {
  margin-bottom: 40px;
  height: 36px;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  h3.h3-img {
    margin-bottom: 32px;
    height: 25px;
  }
}
h3.h3-img img {
  width: auto;
  height: 100%;
}

.h4 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.heading-bar {
  background-color: #b3a36b;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

/* テキスト
-----------------------------------------------------*/
strong {
  font-weight: bold;
}

.text-s-l {
  font-size: 18px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-s-l {
    font-size: 16px;
  }
}

.text-s-s {
  font-size: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-s-s {
    font-size: 12px;
  }
}

.text-big {
  font-size: 28px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-big {
    font-size: 20px;
  }
}

.text-bold {
  font-weight: bold;
}

.text-r {
  color: #cd182f;
}

.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
* --------------------------------------------------*/
.lp-header {
  background-color: #cd182f;
  height: 57px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
}

.lp-header > .inner {
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-header .site-logo {
  max-width: 150px;
  -webkit-box-flex: 150px;
  -ms-flex: 150px;
  flex: 150px;
  height: 57px;
  padding: 9px 0;
}

.lp-header .header-nav {
  height: 57px;
  max-width: calc(100% - 150px);
  -webkit-box-flex: calc(100% - 150px);
  -ms-flex: calc(100% - 150px);
  flex: calc(100% - 150px);
}

@media (min-width: 992px) {
  .lp-header {
    height: 70px;
  }
  .lp-header > .inner {
    padding-right: 20px;
  }
  .lp-header .site-logo {
    height: 70px;
    padding: 15px 0;
  }
  .lp-header .header-nav {
    height: 70px;
  }
}
@media (min-width: 1201px) {
  .lp-header > .inner {
    padding-right: 310px;
  }
}
@media (min-width: 1481px) {
  .lp-header > .inner {
    padding-right: 375px;
    padding-left: 30px;
  }
}
.site-logo {
  width: 150px;
  margin-bottom: 0;
}

.site-logo .logo-link,
.site-logo .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-logo .logo-icon {
  -webkit-box-flex: 39px;
  -ms-flex: 39px;
  flex: 39px;
  max-width: 39px;
  max-height: 39px;
}

.site-logo .logo-text {
  max-width: calc(100% - 39px);
  -webkit-box-flex: calc(100% - 39px);
  -ms-flex: calc(100% - 39px);
  flex: calc(100% - 39px);
  padding-left: 9px;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  position: relative;
  top: -2px;
}

.lp-ticket {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  bottom: 0;
  right: 0;
  position: fixed;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.lp-ticket .ticket-btn {
  max-width: calc(50% - 3px);
  -webkit-box-flex: calc(50% - 3px);
  -ms-flex: calc(50% - 3px);
  flex: calc(50% - 3px);
  margin-bottom: 0;
  color: #fff;
  background-color: #c19a2a;
  padding: 7px 0 6px 4px;
  -webkit-clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  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-ticket .ticket-btn::before {
  content: "";
  background-image: url(/v=1726139440/files/user/common/2024-25/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);
}

.lp-ticket .ticket-btn .date {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.lp-ticket .ticket-btn .date .week {
  font-size: 1.2rem;
  font-weight: bold;
}

.lp-ticket .ticket-btn .text {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

@media (min-width: 992px) {
  .lp-ticket {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lp-ticket .ticket-btn {
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1201px) {
  .lp-ticket {
    width: 310px;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1481px) {
  .lp-ticket {
    width: 375px;
  }
}
.header-nav {
  display: none;
}

.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
}

.header-nav .nav-list .list-item {
  margin-right: 10px;
}

.header-nav .nav-list .list-item:last-child {
  margin-right: 0;
}

.header-nav .nav-list .link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
  .header-nav .nav-list .list-item {
    margin-right: 0px;
  }
  .header-nav .nav-list .link {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px;
  }
  .header-nav .nav-list .link .br {
    display: none;
  }
}
@media (min-width: 1201px) {
  .header-nav .nav-list .link {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header-nav .nav-list .link .br {
    display: block;
  }
}
@media (min-width: 1481px) {
  .header-nav .nav-list .list-item {
    margin-right: 10px;
  }
  .header-nav .nav-list .link {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
  }
  .header-nav .nav-list .link .br {
    display: none;
  }
}
.drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 57px);
  background-color: #881312;
  padding: 10px 30px 70px;
  position: fixed;
  top: 57px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}

.drawer-nav::after {
  content: "";
  background-color: #000;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 90px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}

.drawer-nav .nav-list .list-item {
  margin-right: 10px;
}

.drawer-nav .nav-list .link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .drawer-nav {
    display: block;
  }
}
.drawer-btn {
  font-size: 1.1rem;
  display: none;
  color: #fff;
  width: 68px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}

.drawer-btn:hover,
.drawer-btn:active {
  opacity: 1;
  color: #fff;
}

.drawer-btn.active {
  opacity: 1;
}

.drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}

.drawer-btn .icon-bar::before,
.drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}

.drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}

.drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}

.drawer-btn.active .icon-bar {
  background-color: transparent;
}

.drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .drawer-btn {
    display: block;
  }
}
/*
* 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
* --------------------------------------------------*/
.wrap {
  padding-top: 57px;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-bottom: 70px;
  }
}

.container {
  max-width: initial;
}
.container.-space {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .container.-space {
    padding: 0 60px;
  }
}
@media screen and (max-width: 540px) {
  .container.-space {
    padding: 0 15px;
  }
}

.lp-section-body {
  padding: 64px 0 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-body {
    padding: 40px 0 56px;
  }
}

/*
* 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: 1.6rem;
  font-weight: bold;
  border-radius: 0;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 17px 15px;
  min-height: 72px;
  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 {
    font-size: 1.4rem;
    min-height: 60px;
  }
}

.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 {
  -webkit-clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  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;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  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-gold {
  background-color: #c19a2a;
  border: 1px solid #c19a2a;
  color: #fff;
}

.btn-gold:focus,
.btn-gold:disabled,
.btn-gold:visited,
.btn-gold:focus {
  background-color: #c19a2a;
  border: 1px solid #c19a2a;
  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: #c19a2a;
  border: 1px solid #c19a2a;
  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-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: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-card-A li {
  position: relative;
  padding: 24px 32px 48px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li {
    padding: 16px 16px 22px;
  }
}
.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=1726139440/files/user/common/2024-25/game/icn_loupe_bl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li.open-modal::after {
    width: 12px;
    bottom: 8px;
    right: 8px;
  }
}
.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: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li .bl-text {
    margin-top: 8px;
  }
}
.list-card-A li .bl-text .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-A li .bl-text .title {
    font-size: 14px;
  }
}

.list-card-B1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #000000;
  /*SP*/
}
.list-card-B1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 24px 32px;
  border-bottom: 1px solid #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li {
    display: block;
    padding: 16px 16px 22px;
  }
}
.list-card-B1 li.open-modal::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 24px;
  right: 32px;
  width: 32px;
  aspect-ratio: 1;
  background-image: url(/v=1726139440/files/user/common/2024-25/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: 12px;
    bottom: 8px;
    right: 8px;
  }
}
.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 #fff;
}
.list-card-B1 li .bl-img {
  width: 63.4146%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-img {
    width: 100%;
  }
}
.list-card-B1 li .bl-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text {
    margin-top: 8px;
  }
}
.list-card-B1 li .bl-text .sub-title {
  margin: 4px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text .sub-title {
    margin: 0;
    font-size: 12px;
  }
}
.list-card-B1 li .bl-text .title {
  font-size: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li .bl-text .title {
    font-size: 14px;
  }
}
.list-card-B1 li.item-pickup .bl-text:before {
  content: "";
  display: block;
  margin-bottom: 16px;
  width: 89px;
  height: 40px;
  background-color: #c19a2a;
  background-image: url(/v=1726139441/files/user/common/2024-25/game/text_pickup.svg);
  background-size: 57px 32px;
  background-position: center;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li.item-pickup .bl-text:before {
    width: 45px;
    height: 20px;
    margin-bottom: 4px;
    background-size: 29px 16px;
  }
}
.list-card-B1 li.item-new .bl-text:before {
  content: "";
  display: block;
  margin-bottom: 16px;
  width: 89px;
  height: 40px;
  background-color: #fff;
  background-image: url(/v=1726139441/files/user/common/2024-25/game/text_new.svg);
  background-size: 34px 32px;
  background-position: center;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 li.item-new .bl-text:before {
    width: 45px;
    height: 20px;
    margin-bottom: 4px;
    background-size: 17px 16px;
  }
}

.list-card-B2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*SP*/
}
.list-card-B2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li {
    display: block;
    padding: 8px;
  }
}
.list-card-B2 li:nth-of-type(3n-1), .list-card-B2 li:nth-of-type(3n - 2) {
  border-right: 1px solid #000000;
}
.list-card-B2 li .bl-img {
  width: 53.7037037%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-img {
    width: 100%;
  }
}
.list-card-B2 li .bl-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text {
    margin-top: 8px;
  }
}
.list-card-B2 li .bl-text .sub-title {
  margin: 4px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text .sub-title {
    font-size: 12px;
  }
}
.list-card-B2 li .bl-text .title {
  font-size: 18px; /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B2 li .bl-text .title {
    font-size: 14px;
  }
}

.item-hidden {
  display: none !important;
}

/* 人
-----------------------------------------------------*/
.card-pickuppeople li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background-color: #fff;
  border-bottom: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.card-pickuppeople li.open-modal:hover .bl-img,
.card-pickuppeople li.open-modal:hover .bl-text {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .card-pickuppeople li.open-modal:hover .bl-img,
  .card-pickuppeople li.open-modal:hover .bl-text {
    opacity: 0.7;
  }
}
.card-pickuppeople li .bl-img {
  width: 560px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li .bl-img {
    width: 100%;
  }
}
.card-pickuppeople li .bl-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 80px 0 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li .bl-text {
    padding: 32px 15px 16px;
  }
}
.card-pickuppeople li .bl-text::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 40px;
  width: 32px;
  aspect-ratio: 1;
  background-image: url(/v=1726139440/files/user/common/2024-25/game/icn_loupe_bl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li .bl-text::after {
    top: 20px;
    bottom: initial;
    right: 20px;
    width: 24px;
  }
}
.card-pickuppeople li .bl-text .player-num {
  font-size: 36px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li .bl-text .player-num {
    font-size: 24px;
  }
}
.card-pickuppeople li .bl-text .player-name {
  margin-top: 8px;
  font-size: 50px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-pickuppeople li .bl-text .player-name {
    font-size: 32px;
  }
}
.card-pickuppeople li .bl-text .text-profile {
  margin-top: 24px;
  /*SP*/
}
.card-pickuppeople li:nth-of-type(odd) {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .card-pickuppeople li:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.card-people {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-people.-column3 {
  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=1726139440/files/user/common/2024-25/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: 16px;
  font-weight: 600;
  line-height: 1;
  /*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: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .card-people li .bl-text .text-name {
    font-size: 12px;
  }
}

/*
* color
* --------------------------------------------------*/
/* アコーディオン
-----------------------------------------------------*/
.lp-accordion .accordion-btn {
  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: 72px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
          clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.lp-accordion .accordion-btn.active .icn-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lp-accordion .accordion-content {
  display: none;
  height: auto;
  opacity: 1;
  padding-bottom: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-accordion .accordion-content {
    padding-bottom: 24px;
  }
}
.lp-accordion .accordion-content p {
  margin: 12px 0;
}
.lp-accordion .accordion-content p:first-of-type {
  margin-top: 0;
}
.lp-accordion .icn-toggle {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.lp-accordion .icn-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
}
.lp-accordion .icn-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

/*
* color
* --------------------------------------------------*/
/* フィルター
-----------------------------------------------------*/
.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 32px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .filter-buttons {
    gap: 8px;
    padding: 10px 15px;
  }
}
.filter-buttons 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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  height: 54px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  color: #cd182f;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .filter-buttons button {
    height: 40px;
    font-size: 14px;
  }
}
.filter-buttons button .arrow_u::after {
  content: none;
}
.filter-buttons button.active {
  background-color: #cd182f;
  color: #fff;
}
.filter-buttons button.active .arrow_u::after {
  content: "";
}

/*
* 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: 792px;
  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 {
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  max-height: 70vh;
  padding: 56px 64px;
  border-radius: 6px;
  position: relative;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    padding: 32px;
  }
}
.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%;
  /*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;
  gap: 40px;
  margin-top: 32px;
  padding-bottom: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation {
    margin-top: 24px;
    padding-bottom: 56px;
  }
}
.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-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background-color: #cd182f;
  color: #fff;
  cursor: pointer;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .close {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.modal .modal-operation .close i {
  display: block;
  width: 12px;
  height: 12px;
  /*SP*/
}
.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;
  /*SP*/
}
.modal .modal-operation .prev-button.deactive,
.modal .modal-operation .next-button.deactive {
  opacity: 0;
  pointer-events: none; /* ボタンをクリック不可にする */
  cursor: default; /* カーソルを通常にする */
}
.modal .modal-operation .prev-button .prev-button-text,
.modal .modal-operation .prev-button .next-button-text,
.modal .modal-operation .next-button .prev-button-text,
.modal .modal-operation .next-button .next-button-text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .prev-button .prev-button-text,
  .modal .modal-operation .prev-button .next-button-text,
  .modal .modal-operation .next-button .prev-button-text,
  .modal .modal-operation .next-button .next-button-text {
    font-size: 13px;
  }
}
.modal .modal-operation .prev-button::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  aspect-ratio: 1;
  background-size: 100%;
  background-image: url(/v=1726139440/files/user/common/2024-25/game/icn_prev.svg);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .prev-button::before {
    width: 24px;
  }
}
.modal .modal-operation .next-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal .modal-operation .next-button::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  aspect-ratio: 1;
  background-size: 100%;
  background-image: url(/v=1726139440/files/user/common/2024-25/game/icn_next.svg);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal .modal-operation .next-button::after {
    width: 24px;
  }
}
.modal.-normal .bl-visual {
  width: 100%;
}
.modal.-normal .bl-content {
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content {
    margin-top: 24px;
  }
}
.modal.-normal .bl-content .text-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-normal .bl-content .text-title {
    font-size: 16px;
  }
}
.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.-schedule .bl-content .text-date {
  font-size: 20px;
  font-weight: 700;
  color: #cd182f;
}
.modal.-schedule .bl-content .text-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #cd182f;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-schedule .bl-content .text-title {
    font-size: 16px;
  }
}
.modal.-schedule .bl-content .bl-body {
  margin-top: 24px;
}
.modal.-people .bl-visual {
  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: 40px;
  /*SP*/
}
@media screen and (max-width: 540px) {
  .modal.-people .bl-visual {
    display: block;
  }
}
.modal.-people .bl-visual .wrap-img {
  width: 240px;
  /*SP*/
}
@media screen and (max-width: 540px) {
  .modal.-people .bl-visual .wrap-img {
    width: 100%;
  }
}
.modal.-people .bl-visual .wrap-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text {
    margin-top: 16px;
  }
}
.modal.-people .bl-visual .wrap-text .player-num {
  font-size: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text .player-num {
    font-size: 20px;
  }
}
.modal.-people .bl-visual .wrap-text .player-name-ja {
  margin-top: 18px;
  font-size: 28px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text .player-name-ja {
    margin-top: 12px;
    font-size: 24px;
  }
}
.modal.-people .bl-visual .wrap-text .player-name {
  margin-top: 10px;
  font-size: 12px;
  /*SP*/
}
.modal.-people .bl-visual .wrap-text .youth {
  margin-top: 12px;
  font-size: 12px;
  color: #cd182f;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text .youth {
    margin-top: 8px;
  }
}
.modal.-people .bl-visual .wrap-text .text-sub {
  font-size: 14px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text .text-sub {
    font-size: 12px;
  }
}
.modal.-people .bl-visual .wrap-text .cheer-name {
  font-size: 32px;
}
.modal.-people .bl-visual .wrap-text .djmc-name {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-visual .wrap-text .djmc-name {
    font-size: 18px;
  }
}
.modal.-people .bl-content {
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-content {
    margin-top: 24px;
  }
}
.modal.-people .bl-content .list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
  background-color: #f3ebd4;
  padding: 24px 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-content .list-profile {
    padding: 24px;
  }
}
.modal.-people .bl-content .list-profile li {
  width: 50%;
  padding-right: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c19a2a;
  /*SP*/
}
.modal.-people .bl-content .list-profile li.-full {
  width: 100%;
}
.modal.-people .bl-content .list-profile li .title {
  color: #c19a2a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-content .list-profile li .title {
    font-size: 10px;
  }
}
.modal.-people .bl-content .list-profile li .detail {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .modal.-people .bl-content .list-profile li .detail {
    font-size: 12px;
  }
}

/*
* color
* --------------------------------------------------*/
/* 見出し
-----------------------------------------------------*/
.lp-section-header {
  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;
  position: relative;
  height: 200px;
  background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_bg.png);
  background-size: cover;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-header {
    height: 140px;
    background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_bg_sp.png);
  }
}
.lp-section-header::before, .lp-section-header::after {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  background-size: cover;
}
.lp-section-header::before {
  top: 0;
  left: 0;
  width: 267px;
  background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_deco_l.png);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-header::before {
    width: 127px;
    background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_deco_l_sp.png);
  }
}
.lp-section-header::after {
  top: 0;
  right: 0;
  width: 367px;
  background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_deco_r.png);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-header::after {
    width: 129px;
    background-image: url(/v=1726139438/files/user/common/2024-25/game/h2_deco_r_sp.png);
  }
}
.lp-section-header h2 {
  position: relative;
  z-index: 100;
}
.lp-section-header h2 img {
  width: 940px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-header h2 img {
    width: 359px;
  }
}

/* 選手周り
-----------------------------------------------------*/
.player-num {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em;
  line-height: 1;
}

.player-name {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  letter-spacing: 0;
  line-height: 1;
}

.player-name-ja {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.cheer-name {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  letter-spacing: 0;
  line-height: 1;
}

/* ボックス
-----------------------------------------------------*/
.box {
  padding: 32px;
  background-color: #f3ebd4;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .box {
    padding: 20px;
  }
}
.box .btn {
  max-width: 680px;
  margin-inline: auto;
}

/* バナー
-----------------------------------------------------*/
.banner-link {
  display: block;
}

.banner-link img {
  display: block;
  margin-left: auto;
  margin-right: 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
* --------------------------------------------------*/
/* メインビジュアル
-----------------------------------------------------*/
.lp-mv {
  background-color: #cd182f;
}
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* メインビジュアル下の試合日程
-----------------------------------------------------*/
.lp-game {
  padding: 64px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game {
    padding: 32px 0;
  }
}
.lp-game .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container {
    gap: 15px;
  }
}
.lp-game .container .schedule-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 560px;
  text-align: center;
}
.lp-game .container .schedule-card time {
  display: block;
}
.lp-game .container .schedule-card .date {
  color: #cd182f;
  font-size: 40px;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .date {
    font-size: 16px;
  }
}
.lp-game .container .schedule-card .date strong {
  font-size: 101px;
  letter-spacing: 0;
  margin-right: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .date strong {
    font-size: 32px;
    margin-right: 4px;
  }
}
.lp-game .container .schedule-card .time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 16px;
  line-height: 1;
  color: #cd182f;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .time-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-top: 4px;
  }
}
.lp-game .container .schedule-card .time-wrap .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .time-wrap .time {
    margin-inline: auto;
    gap: 0;
  }
}
.lp-game .container .schedule-card .time-wrap .time p {
  font-size: 24px;
  text-align: left;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .time-wrap .time p {
    font-size: 14px;
    width: 53px;
  }
}
.lp-game .container .schedule-card .time-wrap .time time {
  font-size: 36px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card .time-wrap .time time {
    font-size: 20px;
  }
}
.lp-game .container .schedule-card a.btn {
  margin-top: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-game .container .schedule-card a.btn {
    font-size: 12px;
    min-height: 44px;
    margin-top: 16px;
    padding: 15px 0;
  }
}

/* GAME INFORMATION
-----------------------------------------------------*/
.lp-gameinfo {
  padding: 120px 0;
  background-color: #000000;
  background-image: url(/v=1726139437/files/user/common/2024-25/game/bg_bl.jpg);
  background-size: 100%;
  background-position: top;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo {
    padding: 56px 0;
  }
}
.lp-gameinfo .text-ndd {
  width: 227px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .text-ndd {
    width: 184px;
  }
}
.lp-gameinfo h2 {
  margin-top: 16px;
  width: 1033px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo h2 {
    width: 314px;
  }
}
.lp-gameinfo .bl-menu {
  margin-top: 72px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-menu {
    margin-top: 36px;
  }
}
.lp-gameinfo .bl-menu .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-menu .list-menu {
    gap: 16px;
    margin-top: 36px;
  }
}
.lp-gameinfo .bl-menu .list-menu 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;
  width: calc((100% - 80px) / 5);
  background-color: #881312;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 24px, 24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
          clip-path: polygon(0 24px, 24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-menu .list-menu li {
    width: calc((100% - 32px) / 3);
    -webkit-clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
            clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
}
.lp-gameinfo .bl-menu .list-menu li img {
  display: block;
  margin-inline: auto;
  width: 60.2679%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-menu .list-menu li img {
    width: 57.6923%;
  }
}
.lp-gameinfo .bl-menu .list-menu li p {
  margin-top: 4px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-menu .list-menu li p {
    margin-top: 0;
    font-size: 12px;
  }
}
.lp-gameinfo .bl-bnr {
  width: 560px;
  margin-top: 80px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-gameinfo .bl-bnr {
    width: 100%;
    margin-top: 48px;
  }
}
.lp-gameinfo .df-bnr {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 588px;
  width: 100%;
}
/*SP*/
@media screen and (max-width: 768px) {
  .lp-gameinfo .df-bnr {
    padding: 48px 0 0;
  }
}

/* タイムスケジュール
-----------------------------------------------------*/
.section-schedule .container {
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-schedule .container {
    max-width: 792px;
  }
}
.section-schedule .tab-container .bl-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button {
    gap: 15px;
  }
}
.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: 68px;
  background-color: #fff;
  border: 2px solid #000000;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button .tab-button {
    height: 56px;
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button .date {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button .tab-button .date {
    font-size: 16px;
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button .date strong {
  font-size: 44px;
  letter-spacing: 0;
  margin-right: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .bl-tab-button .tab-button .date strong {
    font-size: 32px;
  }
}
.section-schedule .tab-container .bl-tab-button .tab-button.active {
  background-color: #000000;
}
.section-schedule .tab-container .bl-tab-button .tab-button.active .date {
  color: #fff;
}
.section-schedule .tab-container .tab-content {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .tab-content {
    margin-top: 24px;
  }
}
.section-schedule .tab-container .list-table {
  border-top: 1px solid #000000;
}
.section-schedule .tab-container .list-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 24px;
  padding: 16px 50px 16px 0;
  border-bottom: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li {
    gap: 15px;
    padding-right: 42px;
  }
}
.section-schedule .tab-container .list-table li.open-modal:hover {
  opacity: 0.5;
}
.section-schedule .tab-container .list-table li.open-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 1;
  background-image: url(/v=1726139440/files/user/common/2024-25/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: 8px;
  }
}
.section-schedule .tab-container .list-table li .list-date {
  width: 100px;
  font-size: 20px;
  font-weight: 700;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li .list-date {
    width: 64px;
    font-size: 16px;
  }
}
.section-schedule .tab-container .list-table li .list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-schedule .tab-container .list-table li .list-title {
    font-size: 15px;
  }
}

/* 試合の見どころ
-----------------------------------------------------*/
.section-gamepreview {
  padding: 56px 0;
  background-color: #c19a2a;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview {
    width: 100%;
    padding: 32px 0;
  }
}
.section-gamepreview .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container {
    display: block;
  }
}
.section-gamepreview .container .bl-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-gamepreview .container .bl-contents {
    padding-right: 80px;
  }
}
.section-gamepreview .container .bl-contents .bl-headline {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-contents .bl-headline {
    height: 156px;
  }
}
@media screen and (max-width: 540px) {
  .section-gamepreview .container .bl-contents .bl-headline {
    width: 46.37681159%;
    height: auto;
    aspect-ratio: 150/123;
  }
}
.section-gamepreview .container .bl-contents .bl-headline p {
  width: 121px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-contents .bl-headline p {
    width: 98px;
  }
}
.section-gamepreview .container .bl-contents .bl-headline h2 {
  width: 488px;
  margin-top: -4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-contents .bl-headline h2 {
    margin-top: 0;
    width: 220px;
  }
}
@media screen and (max-width: 540px) {
  .section-gamepreview .container .bl-contents .bl-headline h2 {
    width: 160px;
  }
}
.section-gamepreview .container .bl-contents h3 {
  margin-top: 32px;
  font-size: 25px;
  color: #fff;
  padding-bottom: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-contents h3 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
.section-gamepreview .container .bl-contents .accordion-more .content-more {
  padding-bottom: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-contents .accordion-more .content-more {
    padding-bottom: 16px;
  }
}
.section-gamepreview .container .bl-img {
  width: 32%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gamepreview .container .bl-img {
    position: absolute;
    top: 0;
    right: 60px;
    width: 190px;
  }
}
@media screen and (max-width: 540px) {
  .section-gamepreview .container .bl-img {
    right: 15px;
    width: 43.4783%;
  }
}

/* チーム紹介
-----------------------------------------------------*/
.section-team {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #cd182f;
  background-image: url(/v=1727243271/files/user/common/2024-25/game/bg_ndd.png);
  background-size: 1440px;
  background-position: top;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team {
    margin-top: 56px;
    padding: 64px 0 40px;
    background-image: url(/v=1727243271/files/user/common/2024-25/game/bg_ndd_sp.png);
    background-size: 539px;
  }
}
.section-team .bl-logo {
  width: 84px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-logo {
    width: 80px;
  }
}
.section-team .text-ndd {
  width: 510px;
  margin-top: 20px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .text-ndd {
    width: 263px;
    margin-top: 24px;
  }
}
.section-team .text-ndd-ja {
  width: 374px;
  margin-top: 15px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .text-ndd-ja {
    width: 312px;
    margin-top: 24px;
  }
}
.section-team .bl-pickupplayer {
  margin-top: 73px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-pickupplayer {
    margin-top: 80px;
  }
}
.section-team .bl-player {
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-player {
    margin-top: 56px;
  }
}

/* 相手チーム
-----------------------------------------------------*/
.section-vsteam {
  padding: 64px 0;
  background-color: #c19a2a;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam {
    padding: 32px 0 48px;
  }
}
.section-vsteam .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner {
    display: block;
    position: relative;
    padding-bottom: 80px;
  }
}
.section-vsteam .container-inner .bl-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-vsteam .container-inner .bl-text .bl-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-text .bl-name {
    display: block;
  }
}
.section-vsteam .container-inner .bl-text .bl-name .logo-wrap {
  height: 140px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-text .bl-name .logo-wrap {
    height: 104px;
    text-align: center;
  }
}
.section-vsteam .container-inner .bl-text .bl-name .logo-wrap img {
  width: auto;
  height: 100%;
}
.section-vsteam .container-inner .bl-text .bl-name .name-wrap p {
  color: #fff;
  letter-spacing: 0;
}
.section-vsteam .container-inner .bl-text .bl-name .name-wrap p:first-of-type {
  font-size: 33px;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-text .bl-name .name-wrap p:first-of-type {
    font-size: 24px;
    text-align: center;
  }
}
.section-vsteam .container-inner .bl-text .bl-name .name-wrap p:last-of-type {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-text .bl-name .name-wrap p:last-of-type {
    font-size: 14px;
    text-align: center;
  }
}
.section-vsteam .container-inner .bl-text .btn {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-text .btn {
    position: absolute;
    bottom: 0;
  }
}
.section-vsteam .container-inner .bl-img {
  width: 49%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-vsteam .container-inner .bl-img {
    width: 100%;
    margin-top: 24px;
  }
}

/* イベント
-----------------------------------------------------*/
.section-event .bl-floor .tab-container .bl-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .bl-floor .tab-container .bl-tab-button {
    gap: 15px;
  }
}
.section-event .bl-floor .tab-container .bl-tab-button .tab-button-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-event .bl-floor .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;
  margin: 0;
  margin-inline: auto;
  height: 64px;
  max-width: 360px;
  width: 100%;
  background-color: #000000;
  border: 2px solid #000000;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-event .bl-floor .tab-container .bl-tab-button .tab-button {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .section-event .bl-floor .tab-container .bl-tab-button .tab-button {
    max-width: initial;
    height: 48px;
    background-color: #fff;
  }
}
.section-event .bl-floor .tab-container .bl-tab-button .tab-button .arrow_u {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-event .bl-floor .tab-container .bl-tab-button .tab-button .arrow_u::after {
    content: none;
  }
}
.section-event .bl-floor .tab-container .bl-tab-button .tab-button .arrow_u svg {
  width: auto;
  height: 38px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .bl-floor .tab-container .bl-tab-button .tab-button .arrow_u svg {
    height: 29px;
    margin-bottom: -4px;
  }
  .section-event .bl-floor .tab-container .bl-tab-button .tab-button .arrow_u svg path {
    fill: #000000;
  }
}
.section-event .bl-floor .tab-container .bl-tab-button .tab-button.active {
  background-color: #000000;
}
.section-event .bl-floor .tab-container .bl-tab-button .tab-button.active .arrow_u svg path {
  fill: #fff;
}
.section-event .bl-floor .tab-container .bl-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-top: 24px;
  /*SP*/
}
.section-event .bl-floor .tab-container .bl-tab-content .tab-content {
  /*PC*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .section-event .bl-floor .tab-container .bl-tab-content .tab-content {
    display: block !important;
  }
}
.section-event .bl-floor .bl-img {
  margin-inline: auto;
  margin-top: 16px;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-event .bl-floor .bl-img {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .section-event .bl-floor .bl-img {
    margin-top: 0;
  }
}
.section-event .bl-event {
  margin-top: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .bl-event {
    margin-top: 40px;
  }
}

/* マルシェ
-----------------------------------------------------*/
/* グッズ
-----------------------------------------------------*/
/* ファンクラブ
-----------------------------------------------------*/
.section-fanclub {
  margin-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-fanclub {
    margin-top: 56px;
  }
}
.section-fanclub .bl-bnr {
  margin-top: 48px;
}
.section-fanclub .bl-bnr a {
  display: block;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  margin-top: 16px;
}

/* パフォーマー
-----------------------------------------------------*/
.section-performer {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer {
    margin-top: 56px;
    padding-bottom: 56px;
  }
}
.section-performer .bl-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-performer .bl-intro .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;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-intro .bl-title {
    padding: 24px 0;
  }
}
.section-performer .bl-intro .bl-title .logo-wrap {
  width: 237px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-intro .bl-title .logo-wrap {
    width: 180px;
  }
}
.section-performer .bl-intro .bl-title a {
  display: block;
  margin-top: 40px;
  width: 40px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-intro .bl-title a {
    width: 32px;
    margin-top: 24px;
  }
}
.section-performer .bl-intro .bl-img {
  width: 50%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-performer .bl-intro .bl-img {
    width: 100%;
  }
}

/* マスコット・MC
-----------------------------------------------------*/
.section-mc .bl-dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*SP*/
}
.section-mc .bl-dd .bl-dd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .bl-dd .bl-dd-inner {
    display: block;
  }
}
.section-mc .bl-dd .bl-dd-inner .bl-img {
  width: 281px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .bl-dd .bl-dd-inner .bl-img {
    width: 200px;
    margin-inline: auto;
  }
}
.section-mc .bl-dd .bl-dd-inner .bl-text {
  padding-top: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .bl-dd .bl-dd-inner .bl-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-top: 24px;
  }
}
.section-mc .bl-dd .bl-dd-inner .bl-text .bl-name {
  letter-spacing: 0.08em;
}
.section-mc .bl-dd .bl-dd-inner .bl-text .bl-name .sub-text {
  color: #cd182f;
  font-size: 16px;
  font-weight: 600;
}
.section-mc .bl-dd .bl-dd-inner .bl-text .bl-name .text-name {
  font-size: 28px;
  font-weight: 600;
}
.section-mc .bl-dd .bl-dd-inner .bl-text .list-profile {
  margin-top: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .bl-dd .bl-dd-inner .bl-text .list-profile {
    display: inline-block;
  }
}
.section-mc .bl-dd .bl-dd-inner .bl-text .list-profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  /*SP*/
}
.section-mc .bl-dd .bl-dd-inner .bl-text .list-profile li:nth-of-type(n + 2) {
  margin-top: 8px;
}
.section-mc .bl-dd .bl-dd-inner .bl-text .list-profile li .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 91px;
  padding: 4px;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background-color: #c19a2a;
  color: #fff;
  /*SP*/
}
.section-mc .bl-dd .bl-dd-inner .bl-text .list-profile li .detail {
  font-size: 14px;
  padding-top: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .bl-dd .bl-dd-inner .bl-text .list-profile li .detail {
    text-align: left;
  }
}
.section-mc .card-people {
  width: 75%;
  margin-inline: auto;
  margin-top: 64px;
  border-left: 1px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-mc .card-people {
    width: 100%;
    margin-top: 40px;
  }
}

/* マナー&ガイド
-----------------------------------------------------*/
.section-manner .accordion-btn {
  background-color: #f4f4f4;
}
.section-manner .btn {
  max-width: 680px;
  margin-inline: auto;
}

/* チケット
-----------------------------------------------------*/
.section-ticket .bl-ticket-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-ticket-type {
    display: block;
  }
}
.section-ticket .bl-ticket-type .bl-figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-ticket .bl-ticket-type .bl-figure h3 {
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  /*SP*/
}
.section-ticket .bl-ticket-type .bl-figure a {
  display: block;
  margin-top: 24px;
  /*SP*/
}
.section-ticket .bl-ticket-type .bl-seat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-ticket-type .bl-seat {
    margin-top: 32px;
  }
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn {
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  -webkit-clip-path: none;
          clip-path: none;
  /*SP*/
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn {
    pointer-events: none;
  }
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn .icn-toggle {
  /*PC*/
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn .icn-toggle::before, .section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn .icn-toggle::after {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-btn .icn-toggle {
    display: none;
  }
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content {
    display: block !important;
  }
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content .ticket-list {
  margin-top: 44px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content .ticket-list {
    margin-top: 24px;
  }
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content .ticket-list li {
  font-weight: 600;
  letter-spacing: 0.04em;
  /*SP*/
}
.section-ticket .bl-ticket-type .bl-seat .lp-accordion .accordion-content .ticket-list li span {
  margin-left: 4px;
  font-weight: 400;
}
.section-ticket .box .box-inner {
  max-width: 960px;
  margin-inline: auto;
}
.section-ticket .box .box-inner .accordion-content {
  padding-top: 32px;
  border-top: 1px solid #000000;
}
.section-ticket .btn {
  max-width: 680px;
  margin-inline: auto;
  /*SP*/
}
/* アクセス
-----------------------------------------------------*/
.section-access .container > h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .container > h3 {
    font-size: 24px;
  }
}
.section-access .container .bl-map {
  margin-top: 48px;
  max-width: 792px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .container .bl-map {
    margin-top: 32px;
  }
}
.section-access .container .bl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .container .bl-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}
.section-access .container .bl-text > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-access .container .bl-text > div h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  /*SP*/
}
.section-access .container .bl-text > div p {
  margin-top: 12px;
  /*SP*/
}
/*
* color
* --------------------------------------------------*/
.section-sns .container {
  max-width: 1010px;
  padding: 40px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list .sns-btn {
  max-width: 20%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #eee;
  display: block;
  height: 0;
  padding-bottom: 13%;
  position: relative;
}

.sns-list .sns-btn .img {
  position: absolute;
  max-width: 100px;
  width: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-list .sns-twi {
  background-color: #000;
}

.sns-list .sns-inst {
  background-image: url("https://nagoya-dolphins.jp/files/user/common/2021-22/game/sns-inst-bg.png");
  background-size: cover;
  background-position: center;
}

.sns-list .sns-youtube {
  background-color: #ff0000;
}

.sns-list .sns-tictok {
  background-color: #000;
}

.sns-list .sns-line {
  background-color: #06c755;
}

@media (max-width: 767px) {
  .sns-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sns-list .sns-btn {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-bottom: 120px;
  }
  .sns-list .sns-line {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-nagoyagold {
  background-color: #c19a2a;
}

.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;
  }
}