@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

.mv {
  position: relative;
  width: 100%;
  height: 64.375vw;
  overflow: hidden;
  /* 40個のオブジェクトに色と最終位置を設定 */
}
@media (max-width: 768px) {
  .mv {
    height: calc(100vh - 21.33333vw);
  }
}
.mv .mv_title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 27.864583vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv .mv_title {
    max-width: 50vw;
  }
}
.mv .object {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 初期状態では中央に配置 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.mv .mv_title {
  opacity: 0;
}
.mv .object:nth-child(1) {
  --final-top: 8vw;
  --final-left: 3.2vw;
  width: 1.8vw;
  height: 1.8vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(1) {
    --final-top: 10vh;
    --final-left: 3.2vw;
  }
}
.mv .object:nth-child(2) {
  --final-top: 3.7vw;
  --final-left: 16.8vw;
  width: 6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(2) {
    --final-top: 6vh;
    --final-left: 16.8vw;
  }
}
.mv .object:nth-child(3) {
  --final-top: 11vw;
  --final-left: 28vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(3) {
    --final-top: 15vh;
    --final-left: 28vw;
  }
}
.mv .object:nth-child(4) {
  --final-top: 9.8vw;
  --final-left: -0.3vw;
  width: 3.8vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(4) {
    --final-top: 12vh;
    --final-left: -0.3vw;
  }
}
.mv .object:nth-child(5) {
  --final-top: 15vw;
  --final-left: 3.8vw;
  width: 2.7vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(5) {
    --final-top: 18vh;
    --final-left: 3.8vw;
  }
}
.mv .object:nth-child(6) {
  --final-top: 15vw;
  --final-left: 20.5vw;
  width: 2.4vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(6) {
    --final-top: 22vh;
    --final-left: 20.5vw;
  }
}
.mv .object:nth-child(7) {
  --final-top: 25vw;
  --final-left: 23.5vw;
  width: 6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(7) {
    --final-top: 30vh;
    --final-left: 23.5vw;
  }
}
.mv .object:nth-child(8) {
  --final-top: 20vw;
  --final-left: 10vw;
  width: 18vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(8) {
    --final-top: 34vh;
    --final-left: 10vw;
  }
}
.mv .object:nth-child(9) {
  --final-top: 32vw;
  --final-left: 21vw;
  width: 3vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(9) {
    --final-top: 46vh;
    --final-left: 21vw;
  }
}
.mv .object:nth-child(10) {
  --final-top: 37.5vw;
  --final-left: 10.5vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(10) {
    --final-top: 50vh;
    --final-left: 10.5vw;
  }
}
.mv .object:nth-child(11) {
  --final-top: 45vw;
  --final-left: 15vw;
  width: 1.4vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(11) {
    --final-top: 56vh;
    --final-left: 15vw;
  }
}
.mv .object:nth-child(12) {
  --final-top: 35.8vw;
  --final-left: -0.4vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(12) {
    --final-top: 54vh;
    --final-left: -0.4vw;
  }
}
.mv .object:nth-child(13) {
  --final-top: 43vw;
  --final-left: 19vw;
  width: 9vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(13) {
    --final-top: 62vh;
    --final-left: 19vw;
  }
}
.mv .object:nth-child(14) {
  --final-top: 44vw;
  --final-left: 0;
  width: 10vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(14) {
    --final-top: 70vh;
    --final-left: 0;
  }
}
.mv .object:nth-child(15) {
  --final-top: 53vw;
  --final-left: 11vw;
  width: 9vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(15) {
    --final-top: 76vh;
    --final-left: 11vw;
  }
}
.mv .object:nth-child(16) {
  --final-top: 54.2vw;
  --final-left: 21.8vw;
  width: 2.8vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(16) {
    --final-top: 82vh;
    --final-left: 21.8vw;
  }
}
.mv .object:nth-child(17) {
  --final-top:9vw;
  --final-left: 75vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(17) {
    --final-top: 10vh;
    --final-left: 75vw;
  }
}
.mv .object:nth-child(18) {
  --final-top: 5vw;
  --final-left: 94vw;
  width: 3vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(18) {
    --final-top: 6vh;
    --final-left: 94vw;
  }
}
.mv .object:nth-child(19) {
  --final-top: 5vw;
  --final-left: 100vw;
  width: 7vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(19) {
    --final-top: 8vh;
    --final-left: 100vw;
  }
}
.mv .object:nth-child(20) {
  --final-top: 20vw;
  --final-left: 76vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(20) {
    --final-top: 18vh;
    --final-left: 76vw;
  }
}
.mv .object:nth-child(21) {
  --final-top: 13vw;
  --final-left: 86vw;
  width: 9vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(21) {
    --final-top: 25vh;
    --final-left: 86vw;
  }
}
.mv .object:nth-child(22) {
  --final-top: 18.5vw;
  --final-left: 95vw;
  width: 1.6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(22) {
    --final-top: 32vh;
    --final-left: 95vw;
  }
}
.mv .object:nth-child(23) {
  --final-top: 22vw;
  --final-left: 94vw;
  width: 3vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(23) {
    --final-top: 40vh;
    --final-left: 94vw;
  }
}
.mv .object:nth-child(24) {
  --final-top: 28vw;
  --final-left: 80vw;
  width: 15vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(24) {
    --final-top: 46vh;
    --final-left: 80vw;
  }
}
.mv .object:nth-child(25) {
  --final-top: 27.5vw;
  --final-left: 95vw;
  width: 6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(25) {
    --final-top: 52vh;
    --final-left: 95vw;
  }
}
.mv .object:nth-child(26) {
  --final-top: 43.5vw;
  --final-left: 78.8vw;
  width: 6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(26) {
    --final-top: 58vh;
    --final-left: 78.8vw;
  }
}
.mv .object:nth-child(27) {
  --final-top: 39.8vw;
  --final-left: 88vw;
  width: 5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(27) {
    --final-top: 64vh;
    --final-left: 88vw;
  }
}
.mv .object:nth-child(28) {
  --final-top: 38.6vw;
  --final-left: 100vw;
  width: 6vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(28) {
    --final-top: 72vh;
    --final-left: 100vw;
  }
}
.mv .object:nth-child(29) {
  --final-top: 44vw;
  --final-left: 92vw;
  width: 8vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(29) {
    --final-top: 76vh;
    --final-left: 92vw;
  }
}
.mv .object:nth-child(30) {
  --final-top: 53vw;
  --final-left: 71vw;
  width: 6.5vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(30) {
    --final-top: 82vh;
    --final-left: 71vw;
  }
}
.mv .object:nth-child(31) {
  --final-top: 49.7vw;
  --final-left: 88.1vw;
  width: 1.48vw;
}
@media (max-width: 768px) {
  .mv .object:nth-child(31) {
    --final-top: 86vh;
    --final-left: 88.1vw;
  }
}

.page-template-page-70th .wrap {
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .page-template-page-70th .wrap {
    width: 83.33333%;
  }
}
.page-template-page-70th section hgroup {
  text-align: center;
}
.page-template-page-70th section hgroup h3 {
  margin-inline: auto;
}
.page-template-page-70th section hgroup p {
  margin-top: 23px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1320px) {
  .page-template-page-70th section hgroup p {
    font-size: 1.88461538vw;
    margin-top: 1.73076923vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th section hgroup p {
    font-size: 4vw;
  }
}
.page-template-page-70th .message {
  background-color: #d41518;
  padding-block: 288px 670px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message {
    padding-block: 18.84615385vw 40.76923077vw;
  }
}
.page-template-page-70th .message_icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-template-page-70th .message_icons .message_icon {
  position: absolute;
  transform: translate(-50%, -50%);
}
.page-template-page-70th .message_icons .message_icon.-icon01 {
  top: 15.5%;
  left: 21%;
  width: 98px;
  height: 102px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon01 {
    width: 7.5vw;
    height: 7.69230769vw;
    left: 16%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon02 {
  top: 20%;
  left: 10.8%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon02 {
    width: 2.27272727vw;
    height: 2.27272727vw;
    left: 5.8%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon03 {
  top: 28.5%;
  left: 21.5%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon03 {
    width: 2.27272727vw;
    height: 2.27272727vw;
    left: 16.5%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon04 {
  top: 35.5%;
  left: 16.2%;
  width: 172px;
  height: 232px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon04 {
    width: 9.106061vw;
    height: 13.692308vw;
    left: 9.2%;
    top: 42%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon05 {
  top: 56%;
  left: 16.3%;
  width: 121px;
  height: 72px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon05 {
    width: 9.61538462vw;
    height: 5.68181818vw;
    left: 11.3%;
    top: 70%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon06 {
  top: 22%;
  right: 13%;
  width: 115px;
  height: 122px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon06 {
    width: 9.61538462vw;
    height: 9.76923077vw;
    right: 8%;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .message_icons .message_icon.-icon06 {
    right: 6%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon07 {
  top: 25%;
  right: 8%;
  width: 65px;
  height: 82px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon07 {
    width: 5.09090909vw;
    height: 6.81818182vw;
    right: 2%;
    top: 28%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon08 {
  top: 30.5%;
  right: 15.5%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon08 {
    width: 2.27272727vw;
    height: 2.27272727vw;
    right: 10.5%;
    top: 36.5%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon09 {
  top: 33.5%;
  right: 7%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon09 {
    width: 2.27272727vw;
    height: 2.27272727vw;
    right: 3%;
    top: 40.5%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon10 {
  top: 38%;
  right: 19%;
  width: 48px;
  height: 50px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon10 {
    width: 3.63636364vw;
    height: 3.81818182vw;
    right: 12%;
    right: 9%;
    top: 45%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon11 {
  top: 51%;
  right: 20%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon11 {
    width: 2.27272727vw;
    height: 2.27272727vw;
    right: 12%;
    top: 66%;
  }
}
.page-template-page-70th .message_icons .message_icon.-icon12 {
  top: 51%;
  right: 7.8%;
  width: 173px;
  height: 214px;
}
@media (max-width: 1600px) {
  .page-template-page-70th .message_icons .message_icon.-icon12 {
    right: 2.8%;
  }
}
@media (max-width: 1440px) {
  .page-template-page-70th .message_icons .message_icon.-icon12 {
    right: -4.2%;
  }
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_icons .message_icon.-icon12 {
    width: 13.1060606vw;
    height: 16.2121212vw;
    top: 70%;
  }
}
.page-template-page-70th .message hgroup h3 {
  max-width: 530px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message hgroup h3 {
    max-width: 39.81818182vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .message hgroup h3 {
    max-width: 65.818182vw;
  }
}
.page-template-page-70th .message_text_01 {
  font-size: 20px;
  color: #fff;
  line-height: 3.3;
  margin-top: 110px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_text_01 {
    font-size: 1.51515vw;
    margin-top: 8.3333333vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .message_text_01 {
    font-size: 3.2vw;
    line-height: 3;
  }
}
.page-template-page-70th .message_text_02 {
  font-size: 16px;
  color: #fff;
  line-height: 2.875;
  margin-bottom: 1.5vw;
  letter-spacing: 0.1em;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_text_02 {
    font-size: 1.21212121vw;
    margin-top: 4.5454545vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .message_text_02 {
    font-size: 2.8vw;
    line-height: 2.5;
  }
}
.page-template-page-70th .message_logo {
  width: 286px;
  margin-inline: auto;
  margin-top: 125px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .message_logo {
    width: 21.51515152vw;
    margin-top: 9.42307692vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .message_logo {
    width: 40.515152vw;
  }
}
.page-template-page-70th .history {
  padding-block: 320px 0px;
  position: relative;
  z-index: 2;
  margin-top: -410px;
  background-image: url(../img/70th/history_bg.png);
  background-size: 130% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history {
    padding-block: 24.24242424vw 0px;
    margin-top: -30.76923077vw;
  }
}
.page-template-page-70th .history::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(27vw, 16%);
  background-color: #f4a11a;
  z-index: 0;
}
@media (max-width: 1440px) {
  .page-template-page-70th .history::after {
    height: clamp(350px, -4.5216606498vw + 3001.1214953271px, 2332px);
  }
}
@media (max-width: 1320px) {
  .page-template-page-70th .history::after {
    height: 150vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history::after {
    height: 1150vw;
  }
}
.page-template-page-70th .history hgroup h3 {
  max-width: 512px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history hgroup h3 {
    max-width: 39.81818182vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history hgroup h3 {
    max-width: 65.818182vw;
  }
}
.page-template-page-70th .history .history_text {
  color: #f4a11a;
  font-size: 28px;
  letter-spacing: 0.02em;
  position: relative;
  background-color: #fff;
  width: fit-content;
  padding: 6px 44px;
  margin-inline: auto;
  border-radius: 9999px;
  margin-top: 282px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_text {
    font-size: 2.12121212vw;
    margin-top: 21.21212121vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_text {
    font-size: 5.121212vw;
    margin-top: 10.212121vw;
  }
}
.page-template-page-70th .history .history_text::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_text::after {
    width: 3.33333333vw;
    height: 3.33333333vw;
    bottom: -3.84615385vw;
  }
}
.page-template-page-70th .history .history_text em {
  font-size: 55px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-style: normal;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_text em {
    font-size: 4.16666667vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_text em {
    font-size: 8.166667vw;
  }
}
.page-template-page-70th .history .history_text:nth-of-type(2) {
  margin-top: 70px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_text:nth-of-type(2) {
    margin-top: 5.3030303vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_text:nth-of-type(2) {
    margin-top: 25vw;
  }
}
.page-template-page-70th .history .history_list_wrap {
  position: relative;
  z-index: 1;
}
.page-template-page-70th .history .history_list_wrap .history_list_icon {
  position: absolute;
  opacity: 0;
}
.page-template-page-70th .history .history_list_wrap .history_list_icon.-icon01 {
  top: -1%;
  right: 0%;
  transform: translateX(-50%);
  width: 227px;
  height: 235px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon01 {
    width: 17.07692308vw;
    height: 17.69230769vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon01 {
    top: -0.5%;
    right: -6%;
  }
}
.page-template-page-70th .history .history_list_wrap .history_list_icon.-icon02 {
  width: 117px;
  height: 190px;
  top: -26%;
  right: -13%;
  transform: translateX(-50%);
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon02 {
    width: 8.84615385vw;
    height: 14.28571429vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon02 {
    width: 13.269230775vw;
    height: 21.428571435vw;
    right: -9%;
  }
}
.page-template-page-70th .history .history_list_wrap .history_list_icon.-icon03 {
  width: 182px;
  height: 202px;
  top: -37%;
  left: 16%;
  transform: translateX(-50%);
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon03 {
    width: 13.63636364vw;
    height: 15.15151515vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon03 {
    width: 20.45454546vw;
    height: 22.727272725vw;
  }
}
.page-template-page-70th .history .history_list_wrap .history_list_icon.-icon04 {
  width: 145px;
  height: 155px;
  top: -9%;
  top: 4%;
  left: -2%;
  transform: translateX(-50%);
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon04 {
    width: 10.84615385vw;
    height: 11.66666667vw;
    left: 4%;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon04 {
    width: 16.269230775vw;
    height: 17.500000005vw;
    left: -1%;
  }
}
.page-template-page-70th .history .history_list_wrap .history_list_icon.-icon05 {
  width: 312px;
  height: 224px;
  top: 84%;
  right: -23%;
  transform: translateX(-50%);
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon05 {
    width: 23.23232323vw;
    height: 16.81818182vw;
    top: 86%;
    right: -15%;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list_wrap .history_list_icon.-icon05 {
    top: 95%;
  }
}
.page-template-page-70th .history .history_list {
  position: relative;
  padding-bottom: 80px;
  margin-top: 48px;
  list-style: none;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list {
    padding-bottom: 6.06060606vw;
    margin-top: 3.63636364vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list {
    padding-top: 13.3333334vw;
    padding-bottom: 16vw;
  }
}
.page-template-page-70th .history .history_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 5px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list::before {
    width: 0.38461538vw;
    width: 0.41vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_list::before {
    width: 1.2vw;
  }
}
.page-template-page-70th .history .history_list.-secondary {
  padding-bottom: 430px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_list.-secondary {
    padding-bottom: 32.69230769vw;
  }
}
.page-template-page-70th .history .history_item {
  position: relative;
  width: 43.818%;
  background-color: #fff;
  border-radius: 68px;
  box-shadow: 5px 5px 3px 0px rgba(196, 106, 48, 0.5);
  background-color: #fff;
  border: 6px solid #fff;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item {
    width: 44.6%;
    border-radius: 4.15151515vw;
  }
}
@media (max-width: 1000px) {
  .page-template-page-70th .history .history_item {
    width: 40.3vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item {
    width: 100%;
    z-index: 1;
    border-radius: 8.846514vw;
  }
}
.page-template-page-70th .history .history_item::after {
  content: "";
  position: absolute;
  top: 15%;
  width: 12px;
  height: 12px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item::after {
    display: none;
  }
}
.page-template-page-70th .history .history_item::before {
  content: "";
  position: absolute;
  top: 15%;
  height: 5px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item::before {
    display: none;
  }
}
.page-template-page-70th .history .history_item:nth-of-type(odd)::after {
  right: -80px;
  right: min(-17.5%, -70px);
  top: 19%;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item:nth-of-type(odd)::after {
    right: -15.5%;
  }
}
@media (max-width: 1000px) {
  .page-template-page-70th .history .history_item:nth-of-type(odd)::after {
    right: -16%;
  }
}
.page-template-page-70th .history .history_item:nth-of-type(odd)::before {
  right: min(-16%, -70px);
  width: min(16%, 70px);
  top: 19%;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item:nth-of-type(odd)::before {
    right: -13%;
    width: 13%;
  }
}
@media (max-width: 1000px) {
  .page-template-page-70th .history .history_item:nth-of-type(odd)::before {
    right: -16%;
    width: 16%;
  }
}
.page-template-page-70th .history .history_item:nth-of-type(even)::after {
  left: -81px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item:nth-of-type(even)::after {
    left: -17.2%;
  }
}
@media (max-width: 1000px) {
  .page-template-page-70th .history .history_item:nth-of-type(even)::after {
    left: -17%;
  }
}
.page-template-page-70th .history .history_item:nth-of-type(even)::before {
  left: -70px;
  width: 70px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item:nth-of-type(even)::before {
    left: -6.30303vw;
    width: 6.30303vw;
    left: -6.2vw;
    width: 6.2vw;
    left: -6vw;
    width: 6vw;
  }
}
.page-template-page-70th .history .history_item.item_1955y {
  margin-top: -35%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_1955y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_1981y {
  margin-top: -20%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_1981y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_1984y {
  margin-top: -15%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_1984y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_1995y {
  margin-top: -15%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_1995y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_1998y {
  margin-top: -15%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_1998y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_2016y {
  margin-top: -40%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_2016y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_2018y {
  margin-top: -8%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_2018y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_2021y {
  margin-top: -18%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_2021y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item.item_2022y {
  margin-top: -35%;
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item.item_2022y {
    margin-top: 0;
  }
}
.page-template-page-70th .history .history_item:nth-of-type(2n) {
  margin-left: 56.2%;
}
@media (max-width: 1000px) {
  .page-template-page-70th .history .history_item:nth-of-type(2n) {
    margin-left: 56%;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item:not(:first-of-type) {
    margin-top: 10.66666vw;
  }
}
.page-template-page-70th .history .history_item_title {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  color: #f4a11a;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_title {
    font-size: 2.12121212vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_title {
    font-size: 4.121212vw;
  }
}
.page-template-page-70th .history .history_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 3px;
  background-color: #f4a11a;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_title::after {
    width: 5.15151515vw;
    height: 0.38461538vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_title::after {
    width: 7.151515vw;
    height: 0.6vw;
    bottom: 0;
  }
}
.page-template-page-70th .history .history_item_title em {
  font-size: 50px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-style: normal;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_title em {
    font-size: 3.84615385vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_title em {
    font-size: 6.846154vw;
  }
}
.page-template-page-70th .history .history_item_open {
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 84px;
  background-color: #f4a11a;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  width: 84px;
  height: 84px;
  border-radius: 9999px;
  position: absolute;
  top: 15%;
  left: 21%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_open {
    font-size: 1.92307692vw;
    line-height: 6.36363636vw;
    width: 6.36363636vw;
    height: 6.36363636vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_open {
    font-size: 3.2vw;
    line-height: 12.363636vw;
    width: 12.363636vw;
    height: 12.363636vw;
    top: 11%;
    left: 25%;
  }
}
.page-template-page-70th .history .history_item_text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 24px;
  font-feature-settings: "palt" 1;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_text {
    font-size: 1.21212121vw;
    margin-top: 1.81818182vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_text {
    font-size: 3.2vw;
    letter-spacing: 0.035em;
    white-space: nowrap;
  }
}
.page-template-page-70th .history .history_item_text em {
  color: #f4a11a;
  font-style: normal;
}
.page-template-page-70th .history .history_item_img {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 45px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_img {
    margin-top: 3.40909091vw;
  }
}
.page-template-page-70th .history .history_item_img.-secondary {
  width: 42.5%;
  margin-inline: auto;
}
.page-template-page-70th .history .history_item_inner {
  position: relative;
  z-index: 1;
  padding: 50px 5.6140350877%;
  border: 5px solid #f4a11a;
  background-color: #FFFFFF;
  border-radius: 60px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .history .history_item_inner {
    padding: 3.84615385vw 2.24242424vw;
    border-radius: 3.84615385vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .history .history_item_inner {
    padding: 4.846154vw 7.242424vw;
    border-width: 1vw;
    border-radius: 7.846154vw;
  }
}
.page-template-page-70th .movie {
  padding-block: 280px 360px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie {
    padding-block: 21.21212121vw 27.27272727vw;
  }
}
.page-template-page-70th .movie .wrap {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .page-template-page-70th .movie .wrap {
    width: 83.33333%;
  }
}
.page-template-page-70th .movie hgroup h3 {
  max-width: 562px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie hgroup h3 {
    max-width: 42.42424242vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie hgroup h3 {
    max-width: 60.424242vw;
  }
}
.page-template-page-70th .movie hgroup p {
  color: #d41518;
}
.page-template-page-70th .movie_list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 90px;
  list-style: none;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie_list {
    margin-top: 6.06060606vw;
    column-gap: 4.54545454vw;
    row-gap: 6.81818182vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie_list {
    flex-direction: column;
    padding-top: 13.3333334vw;
    row-gap: 13.3333334vw;
    width: 100%;
  }
}
.page-template-page-70th .movie_item {
  width: 46.66666%;
}
@media (max-width: 768px) {
  .page-template-page-70th .movie_item {
    width: 100%;
  }
}
.page-template-page-70th .movie_item_title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 45px;
  color: #fff;
  background-color: #f4a11a;
  padding: 18px 40px;
  font-size: 25px;
  letter-spacing: 0.07em;
  border-radius: 9999px;
  box-shadow: 5px 5px 2px 0px rgba(159, 160, 160, 0.5);
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie_item_title {
    font-size: 1.92307692vw;
    padding: 1.36363636vw 2.69230769vw;
    margin-bottom: 3.40909091vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie_item_title {
    font-size: 4.2vw;
    padding: 1.36363636vw 6.692308vw;
    margin-bottom: 6.409091vw;
    box-shadow: 1.33333333vw 1.33333333vw 0.53846154vw 0px rgba(159, 160, 160, 0.5);
  }
}
.page-template-page-70th .movie_item_title::after {
  content: "";
  position: absolute;
  bottom: -28%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 50px;
  height: 30px;
  background-color: #f4a11a;
  z-index: 1;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie_item_title::after {
    width: 3.78787879vw;
    height: 2.27272727vw;
    bottom: -2.2vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie_item_title::after {
    width: 5.787879vw;
    height: 3.272727vw;
    bottom: -3vw;
  }
}
.page-template-page-70th .movie_item_title::before {
  content: "";
  position: absolute;
  bottom: calc(-28% - 3px);
  left: calc(50% + 3px);
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 32px;
  height: 19px;
  background: rgba(159, 160, 160, 0.5);
  filter: blur(5px);
  z-index: 0;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie_item_title::before {
    width: 3.6vw;
    height: 2vw;
    bottom: -2.4vw;
    left: calc(50% + 0.4vw);
    filter: blur(3px);
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie_item_title::before {
    left: calc(50% + 0.6vw);
    width: 3.5vw;
    height: 2vw;
    bottom: -3.2vw;
    filter: blur(2px);
  }
}
.page-template-page-70th .movie_item_title.-secondary {
  background-color: #d41518;
  color: #fff;
}
.page-template-page-70th .movie_item_title.-secondary::after {
  background-color: #d41518;
}
.page-template-page-70th .movie_item p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie_item p {
    font-size: 1.53846154vw;
    margin-bottom: 1.53846154vw;
  }
}
.page-template-page-70th .movie .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  overflow: hidden;
}
.page-template-page-70th .movie .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-70th .movie .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: opacity 0.3s ease;
}
@media (max-width: 1320px) {
  .page-template-page-70th .movie .video-container .play-button {
    width: 8.84615385vw;
    height: 8.84615385vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .movie .video-container .play-button {
    width: 20vw;
    height: 20vw;
  }
}
.page-template-page-70th .movie .video-container .play-button img {
  transition: transform 0.3s ease;
}
.page-template-page-70th .movie .video-container .play-button:hover img {
  transform: scale(1.05);
}
.page-template-page-70th .movie .video-container .youtube-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-page-70th .logo_section {
  padding-block: 200px;
  position: relative;
  background-color: #d41518;
}
@media (max-width: 1320px) {
  .page-template-page-70th .logo_section {
    padding-block: 15.15151515vw;
  }
}
.page-template-page-70th .logo_section hgroup h3 {
  width: 753px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .logo_section hgroup h3 {
    width: 57.14285714vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .logo_section hgroup h3 {
    width: 80vw;
  }
}
.page-template-page-70th .logo_section_img {
  margin-top: 98px;
  max-width: 1068px;
  margin-inline: auto;
  position: relative;
  margin-left: clamp(250px, 52.0833333vw - 500px, 500px);
}
@media (max-width: 1440px) {
  .page-template-page-70th .logo_section_img {
    margin-left: clamp(200px, 50vw - 460px, 260px);
  }
}
@media (max-width: 1320px) {
  .page-template-page-70th .logo_section_img {
    margin-top: 7.42424242vw;
    margin-left: 16%;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .logo_section_img {
    width: 100%;
    margin-left: 7%;
  }
}
.page-template-page-70th .topics {
  margin-top: 165px;
  padding-block: 264px 235px;
  position: relative;
}
@media (max-width: 1320px) {
  .page-template-page-70th .topics {
    margin-top: 12.42424242vw;
    padding-block: 19.84848485vw 17.36363636vw;
  }
}
.page-template-page-70th .topics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 264px 235px;
  background-color: #f0f0f1;
  border-top-left-radius: 300px;
}
@media (max-width: 768px) {
  .page-template-page-70th .topics::before {
    padding-block: 19.61538462vw 17.36363636vw;
    border-top-left-radius: 10.6666vw;
  }
}
.page-template-page-70th .topics hgroup h3 {
  width: 263px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .topics hgroup h3 {
    width: 20.15151515vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-70th .topics hgroup h3 {
    width: 35vw;
  }
}
.page-template-page-70th .topics hgroup p {
  color: #d41518;
}
.page-template-page-70th .topics .bottom_link_section {
  margin-top: 100px;
}
@media (max-width: 1320px) {
  .page-template-page-70th .topics .bottom_link_section {
    margin-top: 7.69230769vw;
  }
}

.footer {
  position: relative;
}
.footer .wrap {
  max-width: 1000px;
  width: 83.3334%;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fadeup.active {
  opacity: 1;
  transform: translateY(0);
}

.purupuru {
  opacity: 1 !important;
  animation: purupuru 0.8s linear infinite;
}

@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
  20% {
    transform: scale(1, 1.06) translate(-55%, -54%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 0.94) translate(-45%, -46%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1, 1.03) translate(-48%, -52%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-52%, -48%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
}
.pururun {
  opacity: 1 !important;
  animation: pururun 1.2s linear infinite;
}

@keyframes pururun {
  0% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
  10% {
    transform: scale(1, 1) translate(-40%, -50%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(-30%, -50%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-65%, -50%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(-35%, -50%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(-45%, -50%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-55%, -50%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(-50%, -50%);
  }
}
.poyon {
  opacity: 1 !important;
  animation: poyon 3s linear 0s infinite;
}

@keyframes poyon {
  0% {
    transform: translate(-50%, -26%);
  }
  10% {
    transform: translate(-50%, -15%);
  }
  20% {
    transform: translate(-50%, 5%);
  }
  30% {
    transform: translate(-50%, -5%);
  }
  40% {
    transform: translate(-50%, -20%);
  }
  50% {
    transform: translate(-50%, -10%);
  }
  60% {
    transform: translate(-50%, 0%);
  }
  70% {
    transform: translate(-50%, -15%);
  }
  100% {
    transform: translate(-50%, -26%);
  }
}
.korokoro {
  opacity: 1 !important;
  animation: korokoro 3.5s linear 0s infinite;
}

@keyframes korokoro {
  0% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  5% {
    transform: translate(-40%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(-30%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-60%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-65%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(-40%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(-35%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-55%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-57%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
}
.gungun {
  opacity: 1 !important;
  animation: gungun 2s linear 0s 1;
}

@keyframes gungun {
  0% {
    transform: translate(100%, 100%);
    opacity: 0;
  }
  25% {
    transform: translate(70%, 70%);
    opacity: 1;
  }
  50% {
    transform: translate(40%, 40%);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 20%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.fuwafuwa01 {
  animation: fuwafuwa01 2s ease-in-out 0s infinite alternate;
}

.fuwafuwa02 {
  animation: fuwafuwa02 2s ease-in-out 0s infinite alternate;
}

.fuwafuwa03 {
  animation: fuwafuwa03 2s ease-in-out 0s infinite alternate;
}

.fuwafuwa04 {
  animation: fuwafuwa04 2s ease-in-out 0s infinite alternate;
}

.fuwafuwa05 {
  animation: fuwafuwa05 2s ease-in-out 0s infinite alternate;
}

@keyframes fuwafuwa01 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(calc(-50% + min(0.4081632653vw + 3.4693877551px, 10px)), calc(-50% + min(0.1632653061vw + 2.387755102px, 5px))) rotate(3deg);
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, calc(-50% + min(1.2244897959vw + 0.4081632653px, 20px)));
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(calc(-50% + min(0.5714285714vw + 0.8571428571px, 10px)), calc(-50% - 5px)) scale(1.03);
  }
}
@keyframes fuwafuwa04 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(calc(-50% + min(1.2244897959vw + 0.4081632653px, 20px)), calc(-50% + min(0.4081632653vw + 3.4693877551px, 10px))) rotate(-3deg);
  }
}
@keyframes fuwafuwa05 {
  0% {
    transform: translate(-50%, calc(-50% + max(-0.1632653061vw - 2.387755102px, -5px)));
  }
  100% {
    transform: translate(-50%, calc(-50% + min(0.5714285714vw + 0.8571428571px, 10px)));
  }
}
_::-webkit-full-page-media, _:future, :root .history::after {
  height: 205vw;
}
@media (max-width: 1320px) {
  _::-webkit-full-page-media, _:future, :root .history::after {
    height: 300vw;
  }
}
@media (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .history::after {
    height: 1082vw;
    height: 1220vw;
  }
}

_::-webkit-full-page-media, _:future, :root .history .history_item {
  width: 42.828%;
}
@media (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item {
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
    margin-inline: auto;
  }
}

_::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::before {
  right: min(-19%, 84px);
  width: min(19%, 84px);
}
@media (max-width: 1320px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::before {
    right: -18%;
    width: 18%;
  }
}
@media (max-width: 1000px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::before {
    right: -18%;
    width: 18%;
  }
}

_::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::after {
  right: min(-20%, -70px);
}
@media (max-width: 1320px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::after {
    right: -20.2%;
  }
}
@media (max-width: 1000px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(odd)::after {
    right: -20%;
  }
}

@media (max-width: 1320px) {
  _::-webkit-full-page-media, _:future, :root .history .history_item:nth-of-type(even)::after {
    left: -17%;
  }
}