.p-history {
  color: #FFFFFF;
}

.p-section-history {
  margin-bottom: 0;
  position: relative;
}
.p-section-history::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}

.p-history-photo {
  margin: 80px 0 120px;
}

@media (max-width: 767px) {
  .p-history .p-section-history {
    background: #000000 url(/90th/img/history/background_history_sp2.jpg) no-repeat top -100px center;
    background-size: 100% auto;
  }
  .p-history-photo {
    margin: 50px 0 40px 0;
  }
  .p-history-photo::after {
    height: 50px;
  }
}
.p-history-nav {
  background: #000000;
  margin: 0 auto 60px auto;
  padding: 15px 0;
}
.p-history-nav.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  z-index: 1000;
}
.p-history-nav ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-history-nav ul li {
  width: 110px;
  text-align: center;
}
.p-history-nav ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
}
.p-history-nav ul li a small {
  font-size: 14px;
}
.p-history-nav ul li a.is-current {
  background: #c6a648;
  color: #000000;
}

@media (max-width: 767px) {
  .p-history-nav {
    margin: 0 auto 20px auto;
    padding: 10px 0 1px 0;
  }
  .p-history-nav .is-fixed {
    margin: 0 auto 1px auto;
  }
  .p-history-nav ul {
    width: auto;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-history-nav ul li {
    width: 18%;
    margin: 0 1% 5px 1%;
  }
  .p-history-nav ul li a {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
  }
  .p-history-nav ul li a small {
    font-size: 11px;
  }
}
.p-history-timeline__championship {
  background: #453f0d;
}
.p-history-timeline__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.p-history-timeline__year {
  width: 100px;
  font-size: 44px;
  font-weight: 700;
  position: relative;
  text-align: right;
  margin-right: 48px;
}
.p-history-timeline__year::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #c6a648;
  position: absolute;
  margin: auto;
  top: 24px;
  right: -56px;
}
.p-history-timeline__year--s {
  font-size: 28px;
}
.p-history-timeline__year--s::after {
  top: 13px;
}
.p-history-timeline__year.is-padding-top {
  padding-top: 40px;
}
.p-history-timeline__year.is-padding-top::after {
  top: 64px;
}
.p-history-timeline__year img {
  display: block;
  margin: 15px 0;
}
.p-history-timeline__year--empty::after {
  display: none;
}
.p-history-timeline__wrapper {
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 45px 45px;
  border-left: 1px solid #FFFFFF;
}
.p-history-timeline__wrapper.is-padding-top {
  padding-top: 40px;
}
.p-history-timeline__highlight {
  background: #000000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}
.p-history-timeline__highlight__title {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.p-history-timeline__highlight__title::before {
  display: inline-block;
  width: 28px;
  height: 20px;
  content: "";
  background: url(/90th/img/history/icon_movie.png) no-repeat center left;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.p-history-timeline__highlight__thumb {
  width: 324px;
}
.p-history-timeline__highlight__thumb img {
  width: 100%;
  height: auto;
}
.p-history-timeline__highlight__comment {
  width: 580px;
  padding-bottom: 20px;
}
.p-history-timeline__highlight__comment li {
  margin-bottom: 10px;
  line-height: 1.5;
  text-indent: -18px;
  margin-left: 18px;
}
.p-history-timeline__highlight__comment li::before {
  display: inline-block;
  width: 12px;
  height: 18px;
  content: "";
  background: url(/90th/img/history/icon_person.png) no-repeat center left;
  background-size: contain;
  margin-right: 6px;
  vertical-align: bottom;
}
.p-history-timeline__highlight__link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  color: #FFFFFF;
  font-size: 14px;
}
.p-history-timeline__highlight__link::after {
  width: 20px;
  height: 12px;
  display: inline-block;
  content: "";
  background: url(/90th/img/history/icon_blank.png) no-repeat center right;
  background-size: contain;
  margin-left: 5px;
}
.p-history-timeline__details {
  width: 680px;
  padding-right: 45px;
}
.p-history-timeline__photo {
  width: 320px;
}
.p-history-timeline__photo img {
  width: 100%;
  height: auto;
}
.p-history-timeline__photo img.vertical {
  width: auto;
  max-width: 200px;
}
.p-history-timeline__caption {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
}
.p-history-timeline__caption + img {
  margin-top: 20px !important;
}
.p-history-timeline__banner {
  margin: 20px auto 0 auto;
  display: block;
}
.p-history-timeline__event {
  margin: 20px 0;
  display: table;
}
.p-history-timeline__event dt, .p-history-timeline__event dd {
  display: table-cell;
  line-height: 1.4;
}
.p-history-timeline__event dt {
  width: 80px;
}
.p-history-timeline__event--baseball {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-history-timeline__team {
  margin: 0 0 20px 0;
}
.p-history-timeline__team dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-history-timeline__team dd {
  color: #c6a648;
  line-height: 1.5;
}
.p-history-timeline__rank {
  display: inline-block;
  color: #000000;
  background: #c6a648;
  padding: 2px 10px;
  font-size: 20px;
}

.is-history-slider .sp-buttons .sp-button {
  border-radius: 0;
  width: 20px;
  height: 5px;
  border: none;
  background: #FFFFFF;
}
.is-history-slider .sp-buttons .sp-button.sp-selected-button {
  background: #c6a648;
}

@media (max-width: 767px) {
  .p-history-timeline__unit {
    width: auto;
    margin: 0 auto;
  }
  .p-history-timeline__year {
    width: 60px;
    font-size: 20px;
    margin-right: 15px;
  }
  .p-history-timeline__year::after {
    top: 10px;
    right: -26px;
  }
  .p-history-timeline__year--s {
    font-size: 15px;
  }
  .p-history-timeline__year--s::after {
    top: 6px;
  }
  .p-history-timeline__year.is-padding-top {
    padding-top: 30px;
  }
  .p-history-timeline__year.is-padding-top::after {
    top: 40px;
  }
  .p-history-timeline__year img {
    margin: 10px 0 10px auto;
    width: 42px;
    height: auto;
  }
  .p-history-timeline__wrapper {
    width: calc(100% - 80px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px 20px 20px;
  }
  .p-history-timeline__wrapper.is-padding-top {
    padding: 30px 15px 30px 20px;
  }
  .p-history-timeline__highlight {
    padding: 15px;
    margin: 10px 0 0 0;
  }
  .p-history-timeline__highlight__title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-history-timeline__highlight__title::before {
    display: inline-block;
    width: 22px;
    height: 16px;
  }
  .p-history-timeline__highlight__thumb {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .p-history-timeline__highlight__thumb img, .p-history-timeline__highlight__thumb iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-history-timeline__highlight__comment {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .p-history-timeline__highlight__comment li {
    font-size: 11px;
    text-indent: -16px;
    margin-left: 16px;
  }
  .p-history-timeline__highlight__comment li::before {
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-right: 6px;
    vertical-align: bottom;
  }
  .p-history-timeline__highlight__link {
    right: 15px;
    bottom: 15px;
    font-size: 11px;
  }
  .p-history-timeline__highlight__link::after {
    width: 16px;
    height: 10px;
  }
  .p-history-timeline__details {
    width: 100%;
    padding: 0;
  }
  .p-history-timeline__photo {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .p-history-timeline__photo img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .p-history-timeline__photo img.vertical {
    width: auto;
    max-width: 160px;
  }
  .p-history-timeline__photo .is-history-slider {
    max-width: 320px;
    margin: 0 auto;
  }
  .p-history-timeline__caption {
    font-size: 11px;
  }
  .p-history-timeline__caption + img {
    margin-top: 15px !important;
  }
  .p-history-timeline__banner {
    margin: 20px auto 0 auto;
    display: block;
  }
  .p-history-timeline__event {
    margin: 5px 0 10px 0;
    display: table;
  }
  .p-history-timeline__event dt, .p-history-timeline__event dd {
    font-size: 12px;
  }
  .p-history-timeline__event dt {
    width: 55px;
  }
  .p-history-timeline__event--baseball {
    padding: 10px;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .p-history-timeline__team {
    margin: 0 0 20px 0;
  }
  .p-history-timeline__team dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .p-history-timeline__team dd {
    font-size: 12px;
    line-height: 1.4;
  }
  .p-history-timeline__rank {
    padding: 2px 10px;
    font-size: 13px;
  }
}
.p-history-gallery {
  margin: 0 auto;
  background: #000000 url(/90th/img/history/background_history.jpg) no-repeat top center;
  background-size: contain;
  color: #FFFFFF;
  position: relative;
}
.p-history-gallery::after {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.p-history-gallery .c-button-block {
  position: relative;
  z-index: 100;
}
.p-history-gallery__heading {
  font-size: 40px;
  background: url(/90th/img/history/line_heading.png) no-repeat center center;
  background-size: contain;
  width: 720px;
  height: 74px;
  line-height: 70px;
  margin: 80px auto 40px auto;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
}

.is-history-gallery {
  padding-bottom: 60px;
}
.is-history-gallery .sp-image.is-vertical {
  width: 267px !important;
  height: auto;
  margin: 0 auto !important;
}
.is-history-gallery .sp-arrow.sp-previous-arrow {
  left: -50px;
}
.is-history-gallery .sp-arrow.sp-next-arrow {
  right: -50px;
}
.is-history-gallery .sp-arrow::before, .is-history-gallery .sp-arrow::after {
  width: 30%;
  background: #c6a648;
}
.is-history-gallery .sp-thumbnail-container.sp-selected-thumbnail {
  border: 2px solid #FFFFFF;
}

@media (max-width: 767px) {
  .p-history-gallery {
    margin: 0 auto;
    background: #000000 url(/90th/img/history/background_history_sp2.jpg) no-repeat top center;
    background-size: contain;
  }
  .p-history-gallery::after {
    height: 100px;
    bottom: 60px;
  }
  .p-history-gallery__heading {
    font-size: 18px;
    width: 360px;
    height: 37px;
    line-height: 37px;
    margin: 30px auto 20px auto;
  }
  .is-history-gallery {
    padding-bottom: 30px;
  }
  .is-history-gallery .sp-image.is-vertical {
    width: 200px !important;
    height: auto;
  }
  .is-history-gallery .sp-arrow.sp-previous-arrow {
    left: 10px;
  }
  .is-history-gallery .sp-arrow.sp-next-arrow {
    right: 10px;
  }
  .is-history-gallery .sp-arrow::before, .is-history-gallery .sp-arrow::after {
    width: 30%;
    background: #c6a648;
  }
}
/*# sourceMappingURL=history.css.map */