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

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

- イージング

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

-

================================================ */
.club-sc__ttl {
  font-size: 3.125rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.club-sc__ttl span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.club-sc__ttl em.-slogan {
  margin-left: 0.25em;
}

.club-sc__ttl.-center {
  text-align: center;
}

.addReset .club-body {
  padding: 0 30px 45px;
}

.addReset .club-sc {
  padding: 102px 0 100px;
}

.club-sc:not(:first-of-type) {
  border-top: solid 1px #3b496c;
}

.addReset .club-cont__summary {
  margin-top: 38px;
  text-align: center;
}
.addReset .club-cont__summary p {
  font-size: 1.0625rem;
  line-height: 2.353;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.addReset .club-vision {
  margin-top: 48px;
  font-size: 2.625rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.425;
  text-align: center;
}

.addReset .club-name {
  max-width: 504px;
  width: 100%;
  margin: 50px auto 0;
}
.addReset .club-name figcaption {
  margin-top: 18px;
  font-size: 2.375rem;
  letter-spacing: 0.18em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.addReset .club-symbol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 0 22px;
}

.addReset .club-symbol__item {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 22px;
}
.addReset .club-symbol__item figcaption {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  text-align: center;
}

.club-symbol__item:not(:first-of-type) {
  border-left: solid 1px #3b496c;
}

.addReset .club-symbol__img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-preferred-size: 221px;
      flex-basis: 221px;
  margin: 16px auto 0;
}

.addReset .club-symbol__img.-emblem {
  width: 170px;
}

.addReset .club-symbol__img.-logo {
  width: 208px;
}

.addReset .club-slogan {
  margin-top: 40px;
  font-size: 3.5rem;
  line-height: 1.214;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-style: italic;
}

.addReset .club-misson {
  margin-top: 48px;
  line-height: 1.475;
  font-size: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.addReset .club-misson span {
  display: block;
  margin-top: 16px;
  font-size: 2.875rem;
}

.addReset dl.club-message {
  color: #FFFFFF;
  text-align: center;
}
.addReset dl.club-message dt {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.addReset dl.club-message dd {
  margin-top: 15px;
  font-size: 2.125rem;
  line-height: 1.412;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.addReset dl.club-message:not(:first-of-type) {
  margin-top: 73px;
}

.addReset .club-company {
  margin-top: 45px;
  padding: 0 150px 0 235px;
}

.addReset dl.club-company__data {
  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;
  font-size: 1rem;
  line-height: 1.412;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.addReset dl.club-company__data dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
  text-align: right;
}
.addReset dl.club-company__data dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 65px;
}

.addReset dl.club-company__data:not(:first-of-type) {
  margin-top: 28px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .club-sc__ttl {
    font-size: 11.2vw;
  }
  .club-sc__ttl span {
    font-size: 4vw;
  }
  .club-sc__ttl em.-slogan {
    display: block;
    margin-left: 0;
  }
  .addReset .club-body {
    padding: 0 6.4vw 45px;
  }
  .addReset .club-sc {
    padding: 80px 0 80px;
  }
  .addReset .club-cont__summary {
    margin-top: 38px;
    text-align: left;
  }
  .addReset .club-cont__summary p {
    font-size: 4vw;
  }
  .addReset .club-vision {
    margin-top: 48px;
    font-size: 8vw;
    line-height: 1.425;
  }
  .addReset .club-name {
    max-width: 504px;
    width: 100%;
    margin: 50px auto 0;
  }
  .addReset .club-name figcaption {
    margin-top: 18px;
    font-size: 6.9333333333vw;
  }
  .addReset .club-symbol {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 0 8vw;
  }
  .addReset .club-symbol__item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 50px;
  }
  .addReset .club-symbol__item figcaption {
    font-size: 6.4vw;
  }
  .club-symbol__item:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #3b496c;
  }
  .addReset .club-symbol__img {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin: 30px auto 0;
  }
  .club-symbol__img.-emblem {
    width: 37.333vw;
  }
  .club-symbol__img.-logo {
    width: 45.6vw;
  }
  .addReset .club-slogan {
    margin-top: 40px;
    padding-left: 10.667vw;
    font-size: 11.7333333333vw;
    text-align: left;
    white-space: nowrap;
  }
  .addReset .club-misson {
    margin-top: 48px;
    font-size: 6.9333333333vw;
  }
  .addReset .club-misson span {
    margin-top: 16px;
    font-size: 9.0666666667vw;
    line-height: 1.275;
  }
  .addReset dl.club-message dt {
    font-size: 5.8666666667vw;
  }
  .addReset dl.club-message dd {
    margin-top: 15px;
    font-size: 5.8666666667vw;
    line-height: 1.6;
  }
  .addReset dl.club-message:not(:first-of-type) {
    margin-top: 73px;
  }
  .addReset .club-company {
    margin-top: 45px;
    padding: 0;
  }
  .addReset dl.club-company__data {
    font-size: 4vw;
  }
  .addReset dl.club-company__data dt {
    width: 22.667vw;
    line-height: 1.425;
    text-align: right;
  }
  .addReset dl.club-company__data dd {
    margin-left: 8vw;
    line-height: 1.425;
  }
  .addReset dl.club-company__data:not(:first-of-type) {
    margin-top: 20px;
  }
}
/* ================================================

- SEASON SLOGAN

================================================ */
.addReset .club-seasonSlogan {
  max-width: 680px;
  width: 100%;
  margin: 80px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .club-seasonSlogan {
    margin: 60px auto 0;
  }
}