.bg-gradation-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageMv {
    height: 33.40625rem;
    padding-bottom: 0;
  }
  .pageMv__texts {
    padding-top: 0;
    margin-top: -3rem;
  }
}

/* layout */
.pageHistory__container {
  padding: 8rem var(--padding-side) var(--section-margin) 5rem;
}

.history-sticky__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.history__lists {
  position: relative;
  display: block;
  margin: 2.5rem auto 0 auto;
  max-width: 59.6875rem;
}
.history__lists::before {
  content: "";
  background-color: rgba(255, 255, 255, .3);
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: 20.1rem;
  top: 0.75rem;
}

/* 右：追従 */
.historyPeriod {
  flex: 0 1 20rem;
  position: sticky;
  top: 9rem;
  margin-top: 0.25rem;
}
.historyPeriod__lead-s {
  color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--13);
  font-family: var(--familyNotoSans);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.065rem;
  position: relative;
}
.historyPeriod__lead-s::after {
  flex: 1;
  display: inline-block;
  content: "";
  background-color: rgba(255, 255, 255, 0.30);
  width: 100%;
  height: 0.0625rem;
}
.historyPeriod__title {
  font-size: var(--20);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.055rem;
  margin-top: 0.5rem;

  span {
    font-size: var(--20);
    margin-inline: 0.25rem;
  }
}

/* 左：年号とテキスト */
.text__wrapper {
  flex: 1;
}
.historyList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  position: relative;
}
.historyList__year {
  flex: 0 1 8.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: var(--15);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.15rem;
}
.historyList__year span {
  font-size: var(--24);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12rem;
}
.historyList__text {
  flex: 1;
  font-size: var(--15);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.07em;
  text-align: justify;
  padding-bottom: 2.5rem;
}
.historyList__text .font-13 {
  font-size: var(--13);
}

/* リスト前の点 */
.historyList__dotted {
  position: relative;
  padding-left: 2.625rem;
}
.historyList__dotted::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* リスト前の透過白丸 */
.historyList__round::before {
  box-shadow: 0 0 0 1rem rgba(255,255,255,.1);
  border-radius: 50%;
}

.historyList__li {
  font-size: var(--15);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.075rem;
  padding-left: 1.5rem;
  position: relative;
}
.historyList__li::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.30);
  width: 0.5rem;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 0.85rem;
}

.history__figure {
  position: absolute;
  top: 0;
  right: -2.5rem;
  transform: translateX(100%);
  width: fit-content;
}

.history__figure.img-victory {
  top: -6rem;
}

.history__figure.img-tennocup {
  top: -3rem;
}

.history__figure.img-strawberry {
  top: 1.6rem;
}

.history__figcaption {
  color: rgba(255, 255, 255, .6);
  font-size: var(--11);
  font-family: var(--familyNotoSans);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.055rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 1440px) {
.history__lists {
  margin: 2.5rem auto 0 0;
}
}

@media screen and (max-width: 1340px) {
  .pageHistory__container {
    padding-inline: 5.56%;
  }
  .history__lists {
    max-width: none;
  }
  
  .historyList:has(.history__figure) {
    display: grid;
    grid-template-columns: 8.75rem auto;
    row-gap: 1rem;
    
    .history__figure {
      position: static;
      transform: none;
      grid-row: 2 / 3;
      grid-column: 2 / 3;
      margin-bottom: 2.5rem;
    }
    .history__figure.img-victory {
      top: 0;
    }

    .history__figure.img-tennocup {
      top: 0;
    }

    .history__figure.img-strawberry {
      top: 0;
    }
    .historyList__text {
      padding-bottom: 0;
    }
  }
}

@media screen and (max-width: 1000px) {
  .historyList {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageHistory__container {
    padding-block: 11rem 8rem;
    padding-inline: var(--padding-side);
  }
  .history-sticky__wrapper {
    display: block;
  }
  .history__lists::before {
    top: -3rem;
    left: 0.09375rem;
    height: 101.5%;
  }
  .historyPeriod {
    position: static;
  }
  .historyList {
    display: block;
  }
  .historyList:has(.history__figure) {
    display: block;
  }
  .historyPeriod {
    padding-left: 1.625rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .historyPeriod__lead-s::after {
    display: none;
  }
  .historyList__dotted {
    padding-left: 1.75rem;
  }
  .historyList__text,
  .historyList:has(.history__figure) .historyList__text {
    padding-left: 1.75rem;
    margin-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .history__figure {
    padding-left: 1.75rem;
  }
  .historyList:has(.history__figure) .history__figure {
    margin-bottom: 3rem;
  }
  .historyPeriod__title {
    font-size: var(--22);
  }
}