@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.history-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .history-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .history-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.history-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.history-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .history-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .history-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .history-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .history-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.history-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .history-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.history-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .history-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .history-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .history-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.history-page > .section-contents {
  margin: 0 auto;
}
.history-page > .section-contents > .container > .list-history {
  margin-left: 239px;
  margin-bottom: 115px;
}
@media screen and (max-width: 1024px) {
  .history-page > .section-contents > .container > .list-history {
    margin-left: 210px;
  }
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history {
    margin-left: 139px;
  }
}
@media screen and (max-width: 640px) {
  .history-page > .section-contents > .container > .list-history {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history {
    margin-left: 89px;
  }
}
.history-page > .section-contents > .container > .list-history > .slide-arrow {
  position: absolute;
  left: -170px;
  width: 63px;
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slide-arrow {
    left: -110px;
    width: 43px;
  }
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slide-arrow {
    left: -70px;
    width: 33px;
  }
}
.history-page > .section-contents > .container > .list-history > .slide-arrow.prev-arrow {
  top: 10px;
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slide-arrow.prev-arrow {
    top: 130px;
  }
}
.history-page > .section-contents > .container > .list-history > .slide-arrow.next-arrow {
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slide-arrow.next-arrow {
    bottom: 130px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-num {
  position: absolute;
  left: -170px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slick-num {
    left: -119px;
  }
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slick-num {
    left: -75px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-num > .now-count {
  color: #000000;
  font-size: 30px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slick-num > .now-count {
    font-size: 18px;
    margin-right: 8px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-num > .all-count {
  color: #818181;
  font-size: 20px;
  margin-left: 12px;
}
@media screen and (max-width: 480px) {
  .history-page > .section-contents > .container > .list-history > .slick-num > .all-count {
    font-size: 12px;
    margin-left: 8px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history {
  position: relative;
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner {
  border-right: 1px solid #ffffff;
  max-width: 643px;
  padding-right: 55px;
  padding-top: 20px;
  margin-right: 55px;
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner {
    padding-right: 32px;
    margin-right: 32px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .era {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .era {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .era > .term {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #818181;
  font-size: 12px;
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .decoration {
  position: absolute;
  top: -33px;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 110px;
  color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .decoration {
    top: -15px;
    font-size: 80px;
  }
}
.history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .text {
  max-width: 588px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .history-page > .section-contents > .container > .list-history > .slick-list > .slick-track > .history > .box-innner > .text {
    font-size: 12px;
  }
}