@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: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en-secondary {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0;
  /*SP*/
}

img {
  vertical-align: top;
  width: 100%;
}

/*リンクテキスト
-----------------------------------------------------*/
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 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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: #000000;
  height: 57px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
}
.lp-header .inner {
  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;
  padding-left: 10px;
  height: 57px;
}
.lp-header .inner .site-logo {
  width: 39px;
  height: 39px;
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 150px);
  -webkit-box-flex: calc(100% - 150px);
      -ms-flex: calc(100% - 150px);
          flex: calc(100% - 150px);
}
.lp-header .header-nav {
  display: none;
}
.lp-header .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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 28px;
  margin-bottom: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
  .lp-header .inner {
    padding: 10px 178px 10px 35px;
    height: 70px;
  }
  .lp-header .inner .site-logo {
    width: 50px;
    height: 50px;
  }
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 57px);
  background-color: #000000;
  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;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.lp-header .drawer-nav .nav-list .list-item {
  margin-right: 10px;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  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;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .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;
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .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;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-ticket {
  position: fixed;
  height: 70px;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #000;
  z-index: 1010;
}
.lp-ticket .ticket-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;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  color: #fff;
  border-radius: 30px;
  background-color: #b3a36b;
  text-align: center;
}
.lp-ticket .ticket-btn .text {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media (min-width: 769px) {
  .lp-ticket {
    bottom: auto;
    top: 0;
    right: 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 115px;
  }
  .lp-ticket .ticket-btn {
    max-width: 115px;
    height: 30px;
    border-radius: 15px;
  }
  .lp-ticket .ticket-btn .text {
    color: #000;
    font-size: 14px;
  }
}
/*
* 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: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* カード
-----------------------------------------------------*/
.list-card-B1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .list-card-B1 {
    -ms-grid-columns: 1fr 9px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 9px;
  }
}
.list-card-B1 li {
  position: relative;
  /*SP*/
}
.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 .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: #b3a36b;
  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;
  }
}

.item-hidden {
  display: none !important;
}

/*
* 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: 840px;
  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: 74vh;
  border-radius: 6px;
  position: relative;
  /*SP*/
}
.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: 40px;
  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: 228px;
  padding: 14px 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #b3a36b;
  color: #000000;
  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;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  /*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 .prev-button-text,
.modal .modal-operation .next-button .prev-button-text {
  text-align: left;
}
.modal .modal-operation .prev-button .next-button-text,
.modal .modal-operation .next-button .next-button-text {
  text-align: right;
}
.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 #b3a36b;
  /*SP*/
}
.modal.-people .bl-content .list-profile li.-full {
  width: 100%;
}
.modal.-people .bl-content .list-profile li .title {
  color: #b3a36b;
  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
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
.wrap {
  padding-top: 70px;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 57px;
    padding-bottom: 70px;
  }
}

.container {
  position: relative;
  max-width: initial;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}

.lp-section-body {
  padding: 64px 0 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-section-body {
    padding: 40px 0 56px;
  }
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-mv {
  position: relative;
  background-color: #000000;
  z-index: 2;
}
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ABOUT
-----------------------------------------------------*/
.section-about {
  position: relative;
  padding: 111px 0 159px;
  background-color: #000000;
  background-image: url(/v=1734432174/files/user/common/2024-25/dolphinsfestival/bg_black.jpg);
  background-size: 100%;
  background-position: top;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 54px 0 39px;
    background-image: url(/v=1734432174/files/user/common/2024-25/dolphinsfestival/bg_black_sp.jpg);
  }
}
.section-about .about-deco {
  position: absolute;
  top: -290px;
  right: 0;
  width: 34.6%;
  max-width: 532px;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-deco {
    top: -77px;
    width: 133px;
  }
}
.section-about h2 {
  position: relative;
  margin: 0;
  width: 84%;
  max-width: 1008px;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about h2 {
    width: 100%;
    z-index: 1;
  }
}
.section-about .about-lead-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper {
    margin-top: 6px;
  }
}
.section-about .about-lead-wrapper .about-lead {
  position: relative;
  margin-left: 50px;
  max-width: 637px;
  width: 53%;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about-lead {
    margin-left: 5px;
    width: 67.6%;
  }
}
.section-about .about-lead-wrapper .about_player {
  position: absolute;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  top: -21%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about_player {
    width: 107%;
    top: -34%;
    right: -14px;
  }
}
.section-about .text-top {
  position: relative;
  left: 8.4%;
  margin-top: 60px;
  color: #dfdfdf;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.08em;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .text-top {
    left: 0;
    margin: 48px 15px 0 15px;
    font-size: 16px;
  }
}
.section-about .text-bottom {
  position: relative;
  left: 8.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  margin-top: 67px;
  padding-bottom: 100px;
  max-width: 1091px;
  width: 90%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .text-bottom {
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 33px;
    margin: 23px 15px 0 15px;
    padding-bottom: 51px;
  }
}
.section-about .text-bottom .text {
  max-width: 804px;
  width: 75.7%;
  padding-left: 36px;
  border-left: 4px solid #b3a36b;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-about .text-bottom .text {
    padding-left: 16px;
    width: 100%;
    font-size: 14px;
  }
}
.section-about .text-bottom .img-uni {
  margin-top: -11px;
  max-width: 265px;
  width: 24.3%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .text-bottom .img-uni {
    margin: auto;
    width: 58%;
    max-width: none;
  }
}

/* GAMEDAY
-----------------------------------------------------*/
.section-gameday {
  position: relative;
  padding: 80px 0 166px;
  background-color: #b3a36b;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday {
    padding: 58px 0 0;
  }
}
.section-gameday::before {
  content: "";
  position: absolute;
  top: -158px;
  width: 100%;
  height: 159px;
  background: url(/v=1734432174/files/user/common/2024-25/dolphinsfestival/bg_line_01.png) top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday::before {
    top: -38px;
    height: 39px;
    background: url(/v=1734432379/files/user/common/2024-25/dolphinsfestival/bg_line_01_sp.png) top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-gameday::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_02.png) bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday::after {
    bottom: -14px;
    height: 14px;
    background: url(/v=1734432397/files/user/common/2024-25/dolphinsfestival/bg_line_02_sp.png) bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-gameday .gameday-deco-01 {
  position: absolute;
  top: -135px;
  right: 0;
  width: 32%;
  max-width: 460px;
  mix-blend-mode: multiply;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .gameday-deco-01 {
    top: -37px;
    width: 118px;
  }
}
.section-gameday .img-dd {
  position: absolute;
  top: -72px;
  left: 7.5%;
  max-width: 242px;
  width: 20.9%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .img-dd {
    top: -91px;
    left: 0;
    width: 90px;
  }
}
.section-gameday h2 {
  position: relative;
  margin: -34px 0 0 auto;
  width: 71%;
  max-width: 853px;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday h2 {
    margin: 0 0 0 15px;
    width: 95.4%;
  }
}
.section-gameday .date-wrapper {
  margin: 86px auto 0;
  max-width: 1044px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .date-wrapper {
    margin: 48px 25px 0 25px;
    width: auto;
  }
}
.section-gameday .date-wrapper .img-date-01 {
  max-width: 587px;
  width: 56.2%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .date-wrapper .img-date-01 {
    max-width: none;
    width: 100%;
  }
}
.section-gameday .date-wrapper .flex {
  margin-top: 40px;
  gap: 72px;
  -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-gameday .date-wrapper .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6px;
    gap: 12px;
    padding-bottom: 62px;
  }
}
.section-gameday .date-wrapper .flex .img-date-02 {
  max-width: 486px;
  width: calc((100% - 72px) / 2);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .date-wrapper .flex .img-date-02 {
    max-width: none;
    width: 100%;
  }
}
.section-gameday .gameday-deco-02 {
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 6.9%;
  max-width: 99px;
  mix-blend-mode: multiply;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .gameday-deco-02 {
    bottom: 52px;
    width: 40px;
  }
}

/* チーム紹介
-----------------------------------------------------*/
.section-team {
  position: relative;
  padding: 60px 0 126px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team {
    margin-top: 14px;
    padding: 20px 0 39px;
  }
}
.section-team::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 123px;
  background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_03.png) bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team::after {
    height: 39px;
    background: url(/v=1734432402/files/user/common/2024-25/dolphinsfestival/bg_line_03_sp.png) bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-team h2 {
  margin: 0;
  position: relative;
  width: 79.1%;
  max-width: 949px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team h2 {
    width: 96vw;
    margin: 0 calc(54% - 50vw);
  }
}
.section-team .bl-pickupplayer {
  margin-top: 65px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-pickupplayer {
    margin-top: 13px;
  }
}
.section-team .bl-pickupplayer .card-pickuppeople {
  width: 101.6%;
  margin: 0 auto;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-pickupplayer .card-pickuppeople {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.section-team .bl-pickupplayer .card-pickuppeople .open-modal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
  width: 33.3333333333%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .bl-pickupplayer .card-pickuppeople .open-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.section-team .team-link {
  display: block;
  margin: 71px auto 0;
  width: 282px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-team .team-link {
    margin-top: 41px;
    padding-bottom: 40px;
    width: 189px;
  }
}

/* イベント
-----------------------------------------------------*/
.section-event {
  position: relative;
  padding: 80px 0 150px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event {
    padding: 59px 0 0;
  }
}
.section-event .img_player {
  position: absolute;
  top: -36px;
  left: 9.7%;
  max-width: 281px;
  width: 24%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .img_player {
    top: -57px;
    left: 0;
    width: 32%;
    max-width: none;
  }
}
.section-event h2 {
  margin: 70px 0 0 auto;
  width: 46%;
  max-width: 551px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event h2 {
    margin-top: 0;
    width: 61.7%;
    max-width: none;
  }
}
.section-event .event-list {
  margin-top: -40px;
  padding-bottom: 94px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .event-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin: -9px calc(50% - 50vw) 0;
    width: 100vw;
    padding-bottom: 40px;
  }
}
.section-event .event-list .event-item {
  width: 100%;
}
.section-event .img_player-bottom {
  position: absolute;
  bottom: -103px;
  left: 12.7%;
  max-width: 221px;
  width: 18%;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .img_player-bottom {
    bottom: -39px;
    left: 15px;
    width: 26%;
    max-width: none;
  }
}

/* グッズ
-----------------------------------------------------*/
.section-goods {
  position: relative;
  padding: 80px 0 150px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods {
    padding: 59px 0 54px;
  }
}
.section-goods::before {
  content: "";
  position: absolute;
  top: -149px;
  width: 100%;
  height: 150px;
  background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_04.png) top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods::before {
    top: -1px;
    height: 39px;
    background: url(/v=1734432406/files/user/common/2024-25/dolphinsfestival/bg_line_04_sp.png) top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-goods h2 {
  margin: -50px 0 0;
  width: 78%;
  max-width: 936px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods h2 {
    margin: 21px calc(46vw - 50%) 0;
    width: 96vw;
  }
}
.section-goods .list-card-B1 {
  margin-top: 50px;
  padding-bottom: 120px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .list-card-B1 {
    margin-top: 58px;
    padding-bottom: 22px;
  }
}
.section-goods .img_player {
  position: absolute;
  bottom: -75px;
  right: 0;
  max-width: 338px;
  width: 28%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-goods .img_player {
    bottom: -44px;
    right: 13px;
    width: 39%;
    max-width: none;
  }
}

/* マルシェ
-----------------------------------------------------*/
.section-marche {
  position: relative;
  padding: 80px 0 46px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche {
    padding: 60px 0 14px;
  }
}
.section-marche::before {
  content: "";
  position: absolute;
  top: -149px;
  width: 100%;
  height: 150px;
  background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_05.png) top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche::before {
    top: -53px;
    height: 54px;
    background: url(/v=1734432410/files/user/common/2024-25/dolphinsfestival/bg_line_05_sp.png) top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-marche .img_player {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 471px;
  width: 40.2%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche .img_player {
    top: 38px;
    left: 0;
    width: 50%;
    max-width: none;
  }
}
.section-marche h2 {
  margin: -30px 0 0 auto;
  width: 50.4%;
  max-width: 605px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche h2 {
    margin-top: -24px;
    width: 67.6%;
    max-width: none;
  }
}
.section-marche .list-card-B1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 51px 24px;
  margin-top: 105px;
  padding-bottom: 120px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-marche .list-card-B1 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 62px;
    padding-bottom: 60px;
  }
}

/* チケット
-----------------------------------------------------*/
.section-ticket {
  position: relative;
  padding: 131px 0 120px;
  background-color: #b3a36b;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket {
    padding: 58px 0 60px;
  }
}
.section-ticket::before {
  content: "";
  position: absolute;
  top: -45px;
  width: 100%;
  height: 46px;
  background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_06.png) top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket::before {
    top: -13px;
    height: 14px;
    background: url(/v=1734432175/files/user/common/2024-25/dolphinsfestival/bg_line_06.png) top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-ticket .ticket-deco-01 {
  position: absolute;
  top: -92px;
  right: -58px;
  width: 33.5%;
  max-width: 491px;
  mix-blend-mode: multiply;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-deco-01 {
    top: -35px;
    width: 141px;
    right: -23px;
  }
}
.section-ticket h2 {
  margin: 0;
  width: 51%;
  max-width: 611px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket h2 {
    width: 68.2%;
    max-width: none;
  }
}
.section-ticket .img-dd-top {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 207px;
  width: 17.2%;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .img-dd-top {
    top: -44px;
    right: 9px;
    width: 90px;
  }
}
.section-ticket .ticket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin: 83px auto 0;
  max-width: 996px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-wrapper {
    gap: 21px;
    margin: 42px 25px 0;
    width: auto;
  }
}
.section-ticket .ticket-wrapper .ticket-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-wrapper .ticket-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-ticket .ticket-wrapper .ticket-list:first-of-type {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-ticket .ticket-wrapper .ticket-list:first-of-type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.section-ticket .ticket-wrapper .ticket-list:last-of-type {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-ticket .ticket-wrapper .ticket-list:last-of-type {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.section-ticket .ticket-wrapper .ticket-list .img-ticket {
  max-width: 628px;
  width: 63%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-wrapper .ticket-list .img-ticket {
    width: 100%;
    max-width: none;
  }
}
.section-ticket .ticket-wrapper .ticket-list .link-area {
  gap: 12px;
  -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;
  padding: 3% 40px 3% 38px;
  background-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-ticket .ticket-wrapper .ticket-list .link-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
    padding: 10px 20px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
}
.section-ticket .ticket-wrapper .ticket-list .link-area .link-ticket,
.section-ticket .ticket-wrapper .ticket-list .link-area .link-game {
  display: block;
  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: 188px;
  height: 50px;
  background-color: #000000;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-wrapper .ticket-list .link-area .link-ticket,
  .section-ticket .ticket-wrapper .ticket-list .link-area .link-game {
    width: 46.7%;
    height: 33px;
    font-size: 14px;
  }
}
.section-ticket .ticket-wrapper .ticket-list .link-area .link-game {
  background-color: #fff;
  color: #000000;
  border: 2.4px solid #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-wrapper .ticket-list .link-area .link-game {
    border: 2px solid #000;
  }
}
.section-ticket .ticket-wrapper .ticket-list .link-area .-nolink {
  background-color: gray;
  pointer-events: none;
}
.section-ticket .img-dd-bottom {
  position: absolute;
  bottom: -30px;
  left: -2.5%;
  max-width: 210px;
  width: 17.5%;
}
.section-ticket .ticket-deco-02 {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 6.9%;
  max-width: 99px;
  mix-blend-mode: multiply;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .ticket-deco-02 {
    bottom: 0;
    width: 40px;
  }
}

/* パートナー
-----------------------------------------------------*/
.section-partner {
  padding: 115px 0 120px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner {
    padding: 59px 0;
  }
}
.section-partner h2 {
  width: 71.3%;
  max-width: 856px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner h2 {
    width: 91.6%;
  }
}
.section-partner .partner-wrapper {
  margin: 80px auto 0;
  max-width: 1000px;
  padding: 10px 10px 60px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper {
    margin-top: 43px;
    padding: 0 0 45px 0;
  }
}
.section-partner .partner-wrapper .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .partner-list {
    margin-left: 21px;
    margin-right: 21px;
  }
}
.section-partner .partner-wrapper .partner-list .partner-item {
  width: 32%;
  max-width: 384px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .partner-list .partner-item {
    width: 100%;
    max-width: none;
  }
}
.section-partner .partner-wrapper .partner-list .partner-item a {
  display: block;
}
.section-partner .partner-wrapper .second-line {
  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: 20px;
  margin-top: -10px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .second-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.section-partner .partner-wrapper .-medium {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  max-width: 500px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-medium {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
.section-partner .partner-wrapper .-medium .partner-item {
  width: 100%;
  max-width: none;
}
.section-partner .partner-wrapper .-small {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  max-width: 460px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-small {
    margin: 0 35px;
    max-width: none;
  }
}
.section-partner .partner-wrapper .-small .partner-item {
  width: 100%;
  max-width: none;
}
.section-partner .partner-wrapper .-text {
  margin-top: 10px;
}
.section-partner .partner-wrapper .-text .partner-name {
  color: #000000;
  font-weight: 700;
  text-align: center;
  font-size: 21px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-text .partner-name {
    margin-top: 20px;
    font-size: 16px;
  }
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  padding: 113px 0 148px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns {
    padding: 57px 0 96px;
  }
}
.section-sns .container {
  max-width: 1140px;
  /*SP*/
}
h2 {
  margin: 0 auto;
  width: 27.5%;
  max-width: 271px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  h2 {
    width: 40.5%;
    max-width: none;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .sns-list {
    margin: 0 21px;
    padding-top: 42px;
  }
}

.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: #b3a36b;
}

.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;
  }
}