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

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

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

- z-index

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

-

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

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

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

- イージング

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

- MV

================================================ */
.academy-mv {
  width: 100%;
  position: relative;
}

.academy-mv__photo img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.academy-mv__logo {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 324px;
}

.academy-page {
  padding-bottom: 140px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-mv__photo img {
    height: 74.667vw;
  }
  .academy-mv__logo {
    width: 43.2vw;
  }
  .academy-page {
    padding-bottom: 120px;
  }
}
/* ================================================

- shwocase

================================================ */
.academy-sc.-showcase {
  padding-top: 85px;
}

.academy-showcase__summary {
  text-align: center;
}
.academy-showcase__summary p {
  font-size: 1.875rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.academy-showcase__interview {
  margin-top: 95px;
}

.academy-showcase__interview {
  margin-top: 95px;
}
.academy-showcase__interview iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-sc.-showcase {
    padding-top: 80px;
  }
  .academy-sc__inner {
    padding: 0 6.4vw;
  }
  .academy-showcase__summary p {
    font-size: 5.6vw;
    line-height: 1.75;
  }
  .academy-showcase__interview {
    margin-top: 80px;
  }
}
/* ================================================

- 福井ブローウィンズ U15について

================================================ */
.academy-sc.-about {
  margin-top: 118px;
}

.academy-about {
  margin-top: 50px;
}

.academy-about__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 60px 40px;
}
.academy-about__list li {
  width: calc(50% - 20px);
}

.academy-about__item a {
  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;
  height: 290px;
}

.academy-about__photo {
  max-width: 310px;
  width: 100%;
}

.academy-about__ttl {
  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;
  width: 180px;
  height: 100%;
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
}
.academy-about__ttl p {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-sc.-about {
    margin-top: 100px;
  }
  .academy-about {
    margin-top: 50px;
  }
  .academy-about__list {
    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;
    gap: 30px;
  }
  .academy-about__list li {
    width: 100%;
  }
  .academy-about__item a {
    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;
    height: 54.4vw;
  }
  .academy-about__photo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 310px;
    width: 100%;
  }
  .academy-about__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    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;
    width: 29.333vw;
    height: 100%;
  }
  .academy-about__ttl p {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- 新着情報

================================================ */
.academy-sc.-news {
  margin-top: 118px;
}

.academy-news {
  margin-top: 53px;
}

ul.academy-news__list li {
  border-bottom: solid 1px #3b496c;
}
ul.academy-news__list li:first-child {
  border-top: solid 1px #3b496c;
}

.academy-news__item a {
  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: 27px 21px 16px;
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.academy-news__item a:hover {
  opacity: 0.7;
}
.academy-news__item a:hover .academy-news__txt {
  text-decoration: underline;
}

.academy-news__day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 117px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #9faed4;
}

.academy-news__txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.academy-news__btn {
  margin-top: 60px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-sc.-news {
    margin-top: 100px;
  }
  .academy-news {
    margin-top: 50px;
  }
  .academy-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 16px;
  }
  .academy-news__day {
    width: 100%;
    font-size: 5.0666666667vw;
  }
  .academy-news__txt {
    font-size: 3.7333333333vw;
  }
  .academy-news__btn {
    margin-top: 50px;
  }
}
/* ================================================

- 練習日程

================================================ */
.academy-sc.-schedule {
  margin-top: 117px;
}

.academy-schedule {
  margin-top: 52px;
}

.academy-schedule__list {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 1px;
}

.academy-schedule__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #182A5A;
}
.academy-schedule__item dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 30px 10px;
  font-size: 1rem;
  line-height: 1.25;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #165BA9;
}
.academy-schedule__item dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 13px;
  text-align: center;
  background-color: #FFFFFF;
}
.academy-schedule__item dd p {
  font-size: 1rem;
  line-height: 1.4375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.academy-schedule__summary {
  margin-top: 20px;
}
.academy-schedule__summary p {
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-sc.-schedule {
    margin-top: 100px;
  }
  .academy-schedule {
    margin-top: 50px;
  }
  .academy-schedule__list {
    display: grid;
    grid-template-columns: auto;
    gap: 1px;
  }
  .academy-schedule__item {
    display: grid;
    grid-template-columns: 26.667vw auto;
    grid-template-rows: none;
    gap: 0;
  }
  .academy-schedule__item dt {
    padding: 8px 0 10px;
    font-size: 4vw;
  }
  .academy-schedule__item dd {
    padding: 12px 0 13px;
  }
  .academy-schedule__item dd p {
    font-size: 4vw;
  }
  .academy-schedule__summary {
    margin-top: 20px;
  }
  .academy-schedule__summary p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- 練習見学

================================================ */
.academy-sc.-observe {
  margin-top: 103px;
}

.academy-observe {
  margin-top: 47px;
}

.academy-observe__lead {
  text-align: center;
}
.academy-observe__lead p {
  font-size: 1.375rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.academy-observe__btn {
  margin-top: 50px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .academy-sc.-observe {
    margin-top: 103px;
  }
  .academy-observe {
    margin-top: 47px;
  }
  .academy-observe__lead p {
    font-size: 5.3333333333vw;
    line-height: 1.725;
    white-space: pre-line;
  }
  .academy-observe__btn {
    margin-top: 50px;
  }
}
/* ================================================

- U15スポンサー

================================================ */
/*--- media screen ---*/