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

- Base

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

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

body {
  background-color: #FFFFFF;
}

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: #0055ad;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

- 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

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

- イージング

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

- 共通

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

- MV

================================================ */
.h-mv {
  min-height: 445px;
  background-image: url(../images/history/mv_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.h-mv__block {
  padding-top: 94px;
}

.h-mv__ttl {
  max-width: 503px;
  width: 100%;
  margin: 0 auto;
}

.h-mv__summary {
  max-width: 918px;
  width: 100%;
  margin: 40px auto 0;
}
.h-mv__summary p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .h-mv {
    min-height: 98.667vw;
    background-image: url(../images/history/mv_bg_sp.jpg);
  }
  .h-mv__block {
    padding-top: 22.4vw;
  }
  .h-mv__ttl {
    width: 92vw;
  }
  .h-mv__summary {
    margin: 8vw auto 0;
    padding: 0 4vw;
  }
  .h-mv__summary p {
    font-size: 3.2vw;
  }
}
/* ================================================

- 歴史ヘッダー

================================================ */
.h-body {
  position: relative;
  z-index: 1;
}
.h-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.h-sc__inner {
  position: relative;
  z-index: 1;
}

.h-sc.-history {
  padding-bottom: 80px;
  background-size: contain;
  background-position: top center;
  background-repeat: repeat;
}

.h-sc.-history.-bg1 {
  background-image: url(../images/history/bg_1.jpg);
}

.h-sc.-history.-bg2 {
  background-image: url(../images/history/bg_2.jpg);
}

.h-sc.-history.-bg3 {
  background-image: url(../images/history/bg_3.jpg);
}

.h-history__label {
  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;
  gap: 80px;
  padding: 41px 0 21px;
  border-bottom: solid 1px #FFFFFF;
}

.h-history__label__jersey,
.h-history__label__team {
  width: calc(50% - 40px);
}
.h-history__label__jersey img,
.h-history__label__team img {
  display: block;
  margin: 0 auto;
}

.h-history__label__team img {
  width: 246px;
}

.h-history__label__jersey img {
  width: 284px;
}

.h-history__ttl__block {
  padding: 64px 0 60px;
  text-align: center;
}

.h-history__ttl {
  font-size: 6.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #93d8ff;
  letter-spacing: 0.02em;
}
.h-history__ttl span {
  display: block;
  margin-top: 11px;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .h-body::before {
    width: 10.667vw;
  }
  .h-sc.-history {
    padding-bottom: 16vw;
  }
  .h-sc.-history.-bg1 {
    background-image: url(../images/history/bg_1_sp.jpg);
  }
  .h-sc.-history.-bg2 {
    background-image: url(../images/history/bg_2_sp.jpg);
  }
  .h-sc.-history.-bg3 {
    background-image: url(../images/history/bg_3_sp.jpg);
  }
  .h-history__label {
    gap: 10.667vw;
    padding: 8.267vw 0 5.6vw;
  }
  .h-history__label__jersey,
  .h-history__label__team {
    width: calc(50% - 5.3335vw);
  }
  .h-history__label__team img {
    width: 32.8vw;
  }
  .h-history__label__jersey img {
    width: 37.867vw;
  }
  .h-history__ttl__block {
    padding: 9.6vw 0 10.667vw;
  }
  .h-history__ttl {
    font-size: 12vw;
  }
  .h-history__ttl span {
    margin-top: 2.933vw;
    font-size: 6vw;
  }
}
/* ================================================

- 歴史リスト

================================================ */
.h-history__item {
  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: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 40px 30px 36px;
  border-bottom: solid 1px #FFFFFF;
}

.h-history__item:first-of-type {
  border-top: solid 1px #FFFFFF;
}

.h-history__jersey,
.h-history__team {
  width: calc(50% - 40px);
}

.h-history__year {
  width: 80px;
  text-align: center;
}
.h-history__year p {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.h-history__team {
  padding-right: 6px;
}

table.h-history__team__schedule {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border-spacing: 0;
}
table.h-history__team__schedule th {
  padding-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
table.h-history__team__schedule td {
  padding: 1px 15px;
  border-left: solid 3px #42baff;
}
table.h-history__team__schedule td p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
table.h-history__team__schedule tr:not(:first-of-type) {
  border-top: solid 8px transparent;
}

.h-history__team__photo {
  width: 380px;
  margin-top: 33px;
}
.h-history__team__photo img {
  display: block;
}
.h-history__team__photo figcaption {
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

.h-history__team__photo + .h-history__team__photo {
  margin-top: 23px;
}

.h-history__jersey__block {
  width: 380px;
  margin-left: auto;
}

.h-history__jersey__block:not(:first-of-type) {
  margin-top: 40px;
}

.h-history__jersey__photo {
  width: 260px;
  margin: 0 auto;
}

.h-history__jersey__summary {
  margin-top: 19px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  text-align: center;
}
.h-history__jersey__summary dt {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.h-history__jersey__summary dt small {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.h-history__jersey__summary dd {
  margin-top: 10px;
  text-align: left;
}
.h-history__jersey__summary dd p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .h-history__item {
    padding: 8vw 2.667vw 7.467vw;
  }
  .h-history__jersey,
  .h-history__team {
    width: calc(50% - 5.3335vw);
  }
  .h-history__year {
    width: 10.667vw;
  }
  .h-history__year p {
    font-size: 4.8vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .h-history__team {
    padding-right: 2.667vw;
  }
  table.h-history__team__schedule {
    font-size: 2.9333333333vw;
  }
  table.h-history__team__schedule th {
    padding-right: 1.867vw;
  }
  table.h-history__team__schedule td {
    padding: 0.267vw 0 0.267vw 1.867vw;
    border-left: solid 0.533vw #42baff;
  }
  table.h-history__team__schedule td p br {
    display: none;
  }
  table.h-history__team__schedule tr:not(:first-of-type) {
    border-top: solid 1.067vw transparent;
  }
  .h-history__team__photo {
    width: 39.467vw;
    margin-top: 8vw;
  }
  .h-history__team__photo figcaption {
    margin-top: 1.867vw;
    font-size: 2.8vw;
  }
  .h-history__team__photo + .h-history__team__photo {
    margin-top: 4.8vw;
  }
  .h-history__jersey {
    padding-left: 2.667vw;
  }
  .h-history__jersey__block {
    width: 100%;
    margin-left: 0;
  }
  .h-history__jersey__block:not(:first-of-type) {
    margin-top: 8vw;
  }
  .h-history__jersey__photo {
    width: 26.667vw;
    margin: 0 auto;
  }
  .h-history__jersey__summary {
    margin-top: 3.733vw;
  }
  .h-history__jersey__summary dt {
    font-size: 2.9333333333vw;
  }
  .h-history__jersey__summary dt small {
    font-size: 2.4vw;
  }
  .h-history__jersey__summary dd {
    margin-top: 2.667vw;
    text-align: left;
  }
  .h-history__jersey__summary dd p {
    font-size: 2.8vw;
  }
}