@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- 選手

================================================ */
.players-mv {
  height: 28.125vw;
  background-image: url(/files/user/static/asset/images/club/mascot/mv_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat;
  position: relative;
}

.players-mv__ttl {
  position: absolute;
  top: calc(50% + 2px);
  right: 15.859vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.953vw;
}

.players-mv__ttl.-staff {
  width: 13.516vw;
}

.players-mv__ttl.-performer {
  width: 17.422vw;
}

.players-body {
  padding: 70px 0 90px;
}

.players-body.-detail {
  padding: 156px 0 90px;
}

.players-body.-performer {
  padding: 80px 0 105px;
}

.players-body__inner {
  padding: 0 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .players-mv {
    height: 28.125vw;
    background-image: url(/files/user/static/asset/images/club/mascot/mv_bg_sp.jpg);
  }
  .players-mv__ttl {
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
    width: 31.467vw;
  }
  .players-mv__ttl.-staff {
    width: 25.067vw;
  }
  .players-mv__ttl.-performer {
    width: 32.533vw;
  }
  .players-body {
    padding: 70px 0 90px;
  }
  .players-body.-detail {
    padding: 70px 0 90px;
  }
  .players-body.-performer {
    padding: 80px 0 90px;
  }
  .players-body__inner {
    padding: 0 2.133vw;
  }
}
/* ================================================

- 一覧

================================================ */
.players-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.players-item {
  width: 33.3333333333%;
  background-color: #1b316a;
}
.players-item a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.players-item a:hover {
  opacity: 0.7;
}
.players-item a[href^="javascript:void(0)"] {
  cursor: default;
}
.players-item a[href^="javascript:void(0)"]:hover {
  opacity: 1;
}

.players-item:nth-child(2n) {
  background-color: #152756;
}
.players-item:nth-child(2n) .players-item__block {
  background-color: #152756;
}

.players-item__photo {
  background-color: #e5e5e5;
}

.players-item__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 17px 18px 16px;
  gap: 13px;
  background-color: #1b316a;
}

.players-item__block.-performer {
  padding: 17px 18px 38px;
}

.players-item__number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 4.75rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.players-item__profile {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.players-item__profile dt {
  font-size: 1rem;
  line-height: 1.333;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
.players-item__profile dt span {
  display: block;
  margin-top: 5px;
  font-size: 0.8125rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.players-item__profile dd {
  margin-top: 7px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .players-item {
    width: 50%;
  }
  .players-item__block {
    padding: 17px 2.4vw 16px;
    gap: 2.4vw;
  }
  .players-item__block.-performer {
    padding: 17px 2.4 38px;
  }
  .players-item__number {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 14.6666666667vw;
  }
  .players-item__profile dt {
    font-size: 4vw;
  }
  .players-item__profile dt span {
    margin-top: 4px;
    font-size: 3.2vw;
  }
  .players-item__profile dd {
    margin-top: 6px;
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- 詳細

================================================ */
.detail-head {
  padding: 56px 30px 16px 240px;
  background-color: #13234d;
  position: relative;
}

.detail-head__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
}

.detail-head__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 28px;
}

.detail-head__number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  max-width: 180px;
  width: 100%;
  font-size: 8.75rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.detail-head__profile {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.detail-head__profile dt {
  font-size: 1.625rem;
  line-height: 1.333;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.detail-head__profile dt span {
  display: block;
  margin-top: 7px;
  font-size: 1.5rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.detail-head__profile dd {
  margin-top: 3px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .detail-head {
    padding: 30px 6.4vw 16px;
  }
  .detail-head__photo {
    position: static;
    width: 48vw;
    margin: 0 auto;
  }
  .detail-head__block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 25px;
    gap: 5.333vw;
  }
  .detail-head__number {
    max-width: none;
    width: auto;
    font-size: 26.6666666667vw;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    text-align: left;
  }
  .detail-head__profile dt {
    font-size: 6.6666666667vw;
  }
  .detail-head__profile dt span {
    margin-top: 7px;
    font-size: 6.1333333333vw;
  }
  .detail-head__profile dd {
    margin-top: 3px;
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- 詳細 リスト

================================================ */
.detail-data {
  margin-top: 50px;
}

.detail-data__block {
  background-color: #0e1b3c;
}

.detail-data__block:not(:first-of-type) {
  margin-top: 38px;
}

.detail-data__ttl {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.333;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

.detail-data__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1px;
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.detail-data__item dt {
  width: calc(50% - 0.5px);
  padding: 10px 25px;
  text-align: right;
  background-color: #152756;
}
.detail-data__item dd {
  width: calc(50% - 0.5px);
  padding: 10px 25px;
  background-color: #1b316a;
}

.detail-data__item:not(:first-of-type) {
  margin-top: 1px;
}

.players-detail__btn.m-bgBtn a span {
  padding-right: 0;
  padding-left: 30px;
}
.players-detail__btn.m-bgBtn a span::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M14.000%2C18.000%20L14.000%2C14.000%20L17.1000%2C14.000%20L17.1000%2C18.000%20L14.000%2C18.000%20ZM14.000%2C6.1000%20L17.1000%2C6.1000%20L17.1000%2C10.1000%20L14.000%2C10.1000%20L14.000%2C6.1000%20ZM14.000%2C0.000%20L17.1000%2C0.000%20L17.1000%2C4.000%20L14.000%2C4.000%20L14.000%2C0.000%20ZM6.1000%2C14.000%20L11.000%2C14.000%20L11.000%2C18.000%20L6.1000%2C18.000%20L6.1000%2C14.000%20ZM6.1000%2C6.1000%20L11.000%2C6.1000%20L11.000%2C10.1000%20L6.1000%2C10.1000%20L6.1000%2C6.1000%20ZM6.1000%2C0.000%20L11.000%2C0.000%20L11.000%2C4.000%20L6.1000%2C4.000%20L6.1000%2C0.000%20ZM0.000%2C14.000%20L4.000%2C14.000%20L4.000%2C18.000%20L0.000%2C18.000%20L0.000%2C14.000%20ZM0.000%2C6.1000%20L4.000%2C6.1000%20L4.000%2C10.1000%20L0.000%2C10.1000%20L0.000%2C6.1000%20ZM0.000%2C0.000%20L4.000%2C0.000%20L4.000%2C4.000%20L0.000%2C4.000%20L0.000%2C0.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 18px;
  height: 18px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .detail-data {
    margin-top: 50px;
  }
  .detail-data__block:not(:first-of-type) {
    margin-top: 38px;
  }
  .detail-data__ttl {
    margin-bottom: 10px;
    font-size: 4vw;
  }
  .detail-data__item {
    gap: 1px;
    font-size: 3.4666666667vw;
  }
  .detail-data__item dt {
    padding: 10px 4vw;
    text-align: left;
  }
  .detail-data__item dd {
    padding: 10px 4vw;
  }
}
/* ================================================

- パフォーマー

================================================ */
.performer-logo {
  max-width: 622px;
  width: 100%;
  margin: 0 auto 68px;
}

.performer-allPhoto {
  max-width: 100%;
  width: 100%;
  margin: 60px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .performer-allPhoto {
    margin: 40px auto 0;
  }
}