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

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

- イージング

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

-

================================================ */
.tryout-body {
  padding: 65px 0 155px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .tryout-body {
    padding: 65px 0 120px;
  }
  .tryout-body__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

- showcase

================================================ */
.tryout-sc.-showcase {
  margin-top: 70px;
}

.tryout-showcase__photo {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .tryout-sc.-showcase {
    margin-top: 40px;
  }
}
/* ================================================

- U15トライアウト概要

================================================ */
.tryout-sc.-overview {
  margin-top: 115px;
}

.tryout-overview {
  margin-top: 53px;
}

.tryout-overview__summary {
  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: 34px 55px 33px 35px;
  color: #FFFFFF;
  background-color: #172a5a;
}
.tryout-overview__summary dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 195px;
  font-size: 1rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.tryout-overview__summary dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

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

.tryout-overview__summary__list p:not(:first-child),
.tryout-overview__summary__list li:not(:first-child) {
  margin-top: 9px;
}

.m-bgBtn.tryout-overview__btn {
  max-width: 500px;
  width: 100%;
  margin-top: 80px;
}
.m-bgBtn.tryout-overview__btn a {
  min-height: 68px;
}
.m-bgBtn.tryout-overview__btn a span {
  font-size: 1.125rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .tryout-sc.-overview {
    margin-top: 85px;
  }
  .tryout-overview {
    margin-top: 40px;
  }
  .tryout-overview__summary {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 6.4vw 23px;
  }
  .tryout-overview__summary dt {
    width: 100%;
    font-size: 4vw;
  }
  .tryout-overview__summary dd {
    margin-top: 20px;
  }
  .tryout-overview__summary:not(:first-of-type) {
    margin-top: 1px;
  }
  .tryout-overview__summary__list p:not(:first-child),
  .tryout-overview__summary__list li:not(:first-child) {
    margin-top: 9px;
  }
  .m-bgBtn.tryout-overview__btn {
    margin-top: 50px;
  }
  .m-bgBtn.tryout-overview__btn a {
    min-height: 16.533vw;
  }
  .m-bgBtn.tryout-overview__btn a span {
    font-size: 4.5333333333vw;
  }
}