@charset "UTF-8";

.header-block {
  z-index: 10000;
}
.page-title {
  text-align: center;
  color: #e30200;
}
.page-title__icon {
  padding-left: 123px;
  display: inline-block;
  position: relative;
}
.page-title__icon::before {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  background: url(../img/100th/ico-100th.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 41px);
}
.section-inner.pb {
  padding-bottom: 33px;
}
.history {
  padding: 109px 0 150px 0;
}
.history-block {
  position: relative;
}
.history-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.history-column:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d1d1d1;
  position: absolute;
  left: calc(50% - 7px);
  border-radius: 50%;
  z-index: 9998;
}
.history-column.-decade:after {
  background-color: #e30200;
}
.history-column:not(:last-child) {
  margin-bottom: 145px;
}
.history-column:nth-child(even) {
  flex-direction: row-reverse;
}
.history-column:nth-child(odd) .history-column__year {
  text-align: right;
}
.history-column:nth-child(even) .history-column__text {
  text-align: right;
}
.history-column:nth-child(even) .history-column__text:after {
  transform: rotate(-180deg);
  left: auto;
  right: -14px;
}
.history-column__year {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.history-column.-decade .history-column__year {
  font-size: 3.2rem;
}
.history-column.-decade .history-column__year .-red {
  color: #e30200;
}
.history-column__part {
  width: 45.5%;
}
.history-column__text {
  border: 1px solid #282520;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
}
.history-column__text:after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background: url(../img/100th/ico-arrow.png) no-repeat left center;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: calc(50% - 6px);
}
.history-column.-decade .history-column__text {
  border: 2px solid #e30200;
  font-size: 2.0rem;
  color: #e30200;
}
.history-column.-decade .history-column__text .-text-black {
  color: #282520;
  font-size: 1.6rem;
}
.history-column.-decade .history-column__text:after {
  background: url(../img/100th/ico-arrow_red.png) no-repeat left center;
  background-size: cover;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
}
.js_fadeIn {
  opacity: 0;
  transform: translateY(100px);
  transition: all 500ms;
}
.js_fadeIn.o-fadeIn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s linear, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.history_text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e30200;
  padding: 32px 0 32px 77px;
  position: relative;
}
.history_text:before {
  content: '';
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/100th/ico-100th.png) no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 27px);
}
.history_process {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #e30200;
  transition: all 0.3s;
  padding-top: 50px;
}
.progressbar {
  margin: 4em 0;
}
.progressbar .shim {
  display: block;
  width: 100%;
}
.progressbar .holder {
  font-size: 85%;
  position: fixed;
  bottom: 93px;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.progressbar .bar_inner {
  max-width: 1050px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .progressbar .holder {
    font-size: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .progressbar .holder {
    font-size: 95%;
  }
}
.progressbar .holder .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d1d1d1;
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #e30200;
}
.progressbar .holder .labels {
  max-width: 1140px;
  margin: 0 auto;
  /* padding: 0 2em; */
  text-align: center;
}
.progressbar .holder .labels p {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 1.3rem;
}
.progressbar .holder .labels p::before {
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d1d1;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  transition: border-color 100ms ease-in, background-color 150ms ease-in;
}
.progressbar .holder .labels p::after {
  display: block;
  content: attr(data-label);
  position: relative;
  top: 0;
  padding-bottom: 1.4em;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #282520;
  transition: color 150ms ease-in, top 100ms ease-out;
}
.progressbar .holder .labels p:hover::before, .progressbar .holder .labels p:focus::before {
  background-color: #e30200;
}
.progressbar .holder .labels p:hover::after, .progressbar .holder .labels p:focus::after {
  top: -.2em;
}
.progressbar .holder .labels p.read::before {
  background-color: #e30200;
}
.progressbar .holder .labels p.read:hover::before, .progressbar .holder .labels p:focus::before {
  background-color: #e30200;
}
.progressbar .holder .labels p.read::after {
  color: #e30200;
}
.progressbar .holder .labels p.reading::after {
  color: #e30200;
}
.progressbar .holder .labels p.reading:hover::after, .progressbar .holder .labels p.reading:focus::after {
  top: 0;
}