@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;
}

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

- イージング

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

- 一覧

================================================ */
.dancer-ttl {
  margin-top: 85px;
}

.dancer-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;
  gap: 0.703vw;
  width: 100%;
  margin-top: 44px;
}

.dancer-item {
  width: calc(33.3333333333% - 0.47vw);
  background-color: #1b316a;
}
.dancer-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.dancer-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  translate: -150% 0;
  background-color: #0059b4;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.dancer-item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  translate: 150% 0;
  background-color: #0059b4;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.dancer-item a[href^="javascript:void(0)"] {
  cursor: default;
}

@media (hover: hover) {
  .dancer-item a:-moz-any-link:hover::before {
    transform: skew(135deg);
    translate: 0% 0;
    opacity: 0.35;
  }
  .dancer-item a:any-link:hover::before {
    -webkit-transform: skew(135deg);
            transform: skew(135deg);
    translate: 0% 0;
    opacity: 0.35;
  }
  .dancer-item a:-moz-any-link:hover::after {
    transform: skew(135deg);
    translate: 0% 0;
    opacity: 0.35;
  }
  .dancer-item a:any-link:hover::after {
    -webkit-transform: skew(135deg);
            transform: skew(135deg);
    translate: 0% 0;
    opacity: 0.35;
  }
  .dancer-item a:-moz-any-link:hover .dancer-item__name {
    opacity: 1;
  }
  .dancer-item a:any-link:hover .dancer-item__name {
    opacity: 1;
  }
  .dancer-item a:-moz-any-link:hover .dancer-item__name p {
    letter-spacing: 0.02em;
    transform: perspective(0) rotateX(0);
  }
  .dancer-item a:any-link:hover .dancer-item__name p {
    letter-spacing: 0.02em;
    -webkit-transform: perspective(0) rotateX(0);
            transform: perspective(0) rotateX(0);
  }
}
.dancer-item a {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.dancer-item a .dancer-item__name {
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}
.dancer-item a .dancer-item__name p {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

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

.dancer-item__name {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 10px;
  opacity: 0;
  z-index: 2;
}
.dancer-item__name p {
  font-size: 2.813vw;
  line-height: 1.333;
  letter-spacing: 1.04em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transform: perspective(0) rotateX(2deg);
          transform: perspective(0) rotateX(2deg);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .dancer-ttl {
    margin-top: 85px;
  }
  .dancer-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;
    gap: 0.703vw;
    margin-top: 44px;
  }
  .dancer-item {
    width: calc(50% - 0.705vw);
  }
  .dancer-item__name {
    padding: 2.667vw;
  }
  .dancer-item__name p {
    font-size: 8.8vw;
  }
}
/* ================================================

- 詳細

================================================ */
.dancer-modal__wrap.addReset {
  background-color: transparent;
}

.dancer-modal {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 100px;
  padding-left: 100px;
}

.dancer-gallery.swiper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.dancer-gallery__list.swiper-wrapper {
  position: relative;
}

.dancer-gallery__item__photo {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
}
.dancer-gallery__item__photo img {
  width: auto !important;
  height: 100vh !important;
  height: 100dvh !important;
  height: 100svh !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.dancer-modal__data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}

.dancer-modal__ttl span {
  display: block;
  font-size: 5.625rem;
  line-height: 1;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1.04em;
  -webkit-transform: perspective(0) rotateX(12deg);
          transform: perspective(0) rotateX(12deg);
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.dancer-modal__data.-active {
  opacity: 1;
  translate: 0 0;
}
.dancer-modal__data.-active .dancer-modal__ttl span {
  letter-spacing: 0;
  -webkit-transform: perspective(0) rotateX(0);
          transform: perspective(0) rotateX(0);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .dancer-modal {
    width: 100%;
    display: block;
    gap: 0;
    padding-left: 0;
    position: relative;
  }
  .dancer-gallery.swiper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .dancer-gallery__list.swiper-wrapper {
    position: relative;
  }
  .dancer-gallery__item__photo {
    width: 100%;
    margin-left: 0;
  }
  .dancer-modal__data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5.333vw 0 2.667vw;
    z-index: 10;
    background-color: rgba(14, 27, 60, 0.8);
  }
  .dancer-modal__ttl {
    text-align: center;
  }
  .dancer-modal__ttl span {
    display: block;
    font-size: 20vw;
  }
}
/* ================================================

- パフォーマー

================================================ */
.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;
  }
}