@charset "UTF-8";
/* live */
body.modal-open {
  overflow: hidden;
}

.racer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*.racer_btn_area*/
  /* racer_list */
  /* modal */
}
.racer .bg {
  background: url(../images/racer_bgp.svg) top left, url(../images/racer_bgb.svg) bottom left, #400080;
  background-size: auto, cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.racer .camera {
  width: 85px;
  height: 70px;
  background: url(../images/camera.png) no-repeat center;
  background-size: contain;
  animation: flow 5s ease-in-out infinite;
  position: absolute;
  top: 20%;
  right: 9%;
  pointer-events: none;
}
.racer .tit {
  background: url(../images/racer_tit.png) no-repeat center;
  background-size: contain;
  width: 645px;
  height: 454px;
  position: absolute;
  top: 0;
}
.racer .line_wrap {
  width: 100%;
  height: 100%;
}
.racer .line_wrap .line {
  bottom: 47%;
  left: -8%;
}
.racer .line_wrap .line:last-child {
  bottom: 31%;
  left: 71%;
}
.racer .line_wrap .line::after {
  content: "";
  display: inline-block;
  background: url(../images/bg_bubble.svg) no-repeat center top;
  background-size: contain;
  width: 77px;
  height: 121px;
  transform: rotate(-155deg);
  position: relative;
  right: 100px;
  bottom: 25px;
}
.racer .racer_btn_area {
  display: flex;
  align-items: center;
  position: relative;
  background: #79C5C6;
  border-radius: 20px;
  filter: drop-shadow(8px 8px 0 #000);
}
.racer .racer_btn_area::after {
  content: "";
  display: block;
  width: 60px;
  height: 26px;
  background: #79C5C6;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
  clip-path: polygon(0% 0%, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 100%);
}
.racer .racer_btn_area h3 {
  text-indent: -9999px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.racer .racer_btn_area .ranking ul,
.racer .racer_btn_area ul.sort_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  filter: drop-shadow(6px 6px 0 #000);
  border-radius: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  color: #000;
  font-weight: 900;
  font-size: 26px;
}
.racer .racer_btn_area .ranking ul li,
.racer .racer_btn_area ul.sort_btn li {
  cursor: pointer;
}
.racer .racer_btn_area .ranking ul li.active,
.racer .racer_btn_area ul.sort_btn li.active {
  cursor: default;
  pointer-events: none;
}
.racer .racer_btn_area .ranking h3 {
  background: url(../images/racer_ranking.svg) no-repeat center;
  background-size: contain;
  width: auto;
  height: 34px;
}
.racer .racer_btn_area .ranking li {
  background: #fff;
}
.racer .racer_btn_area .ranking li:first-child {
  border-radius: 40px 0 0 40px;
}
.racer .racer_btn_area .ranking li:nth-child(2) {
  border-right: solid;
  border-left: solid;
  border-width: 2px;
  border-color: #000;
}
.racer .racer_btn_area .ranking li:last-child {
  border-radius: 0 40px 40px 0;
}
.racer .racer_btn_area .ranking li.active {
  background: #D91579;
  color: #fff;
}
.racer .racer_btn_area .sort h3 {
  background: url(../images/racer_sort.svg) no-repeat center;
  background-size: contain;
  width: auto;
  height: 34px;
}
.racer .racer_btn_area .sort .sort_btn li {
  position: relative;
}
.racer .racer_btn_area .sort .sort_btn li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  opacity: 0;
  pointer-events: none;
  border-style: solid;
  border-color: #fff;
  border-width: 8px;
  border-radius: 40px 0 0 40px;
}
.racer .racer_btn_area .sort .sort_btn li.active::before {
  opacity: 1;
}
.racer .racer_btn_area .sort .sort_btn li#sort01 {
  background: #EA2D2D;
  color: #fff;
  border-radius: 40px 0 0 40px;
  border-right: solid;
  border-width: 1px;
  border-color: #000;
}
.racer .racer_btn_area .sort .sort_btn li#sort02 {
  background: #FFD500;
  border-radius: 0 40px 40px 0;
  border-left: solid;
  border-width: 1px;
  border-color: #000;
}
.racer .racer_btn_area .sort .sort_btn li#sort02::before {
  border-radius: 0 40px 40px 0;
}
.racer .racer_btn_area .sort .reset li {
  position: relative;
  background: rgba(0, 42, 164, 0.5019607843);
  background-blend-mode: multiply;
  color: #79C5C6;
  width: 380px;
  height: 42px;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.racer .racer_btn_area .sort .reset li::before {
  content: "";
  display: inline-block;
  width: 194px;
  height: 42px;
  background: url(../images/racer_reset.svg) no-repeat center;
  position: absolute;
  left: 100px;
}
.racer .racer_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.racer .racer_list li {
  border: solid 4px #000;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(6px 6px 0 #000);
}
.racer .racer_list li .name_area {
  background: #000;
  color: #fff;
  width: 100%;
  height: 105px;
  position: absolute;
  clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.2s;
}
.racer .racer_list li .name_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  background: #EA2D2D;
  clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
  top: 4px;
  left: 0px;
  z-index: -1;
  transform: translateZ(0);
  transition: background-color 0.2s;
}
.racer .racer_list li .name_area .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  line-height: 30px;
  width: 80%;
  margin-top: 5px;
}
.racer .racer_list li .name_area .name span {
  font-family: "Oswald";
  font-weight: 900;
  font-size: 24px;
}
.racer .racer_list li .name_area .btn {
  background: url(../images/racer_li_btn.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 85px;
  filter: drop-shadow(1px 3px 0 #000);
}
.racer .racer_list li.heisei .name_area {
  color: #000;
}
.racer .racer_list li.heisei .name_area::before {
  background: #FFD500;
}
.racer .racer_list img {
  width: 100%;
  height: auto;
}
.racer .modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.768627451);
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 30;
  /* photo */
  /* カウントダウン */
}
.racer .modal.active {
  display: flex;
}
.racer .modal .modal-content {
  display: flex;
  align-items: center;
}
.racer .modal .modal-content p {
  color: #400080;
  font-weight: 900;
}
.racer .modal .modal-content p.kikan {
  color: #000;
  font-size: 18px;
}
.racer .modal .modal-content #modalNum {
  font-size: 50px;
  margin-bottom: -20px;
}
.racer .modal .modal-content #modalBirth {
  font-size: 34px;
}
.racer .modal .modal-content #modalBirth .birth {
  color: #fff;
  background: #400080;
  border-radius: 22px;
  display: inline-block;
  position: relative;
  font-size: 28px;
  padding-bottom: 2px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 10px;
}
.racer .modal .modal-content #modalBirth .birth::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #FFF14F;
  width: 150px;
  height: calc(100% + 2px);
  top: -1px;
  left: 165px;
  border-radius: 6px;
  z-index: -1;
  transform: translateZ(0);
}
.racer .modal .modal-content #modalName {
  color: #FFF14F;
  font-size: 90px;
  font-weight: 900;
  text-shadow: 2px 2px 1px #400080, -2px -2px 1px #400080, -2px 2px 1px #400080, 2px -2px 1px #400080, 2px 0 1px #400080, -2px 0 1px #400080, 0 2px 1px #400080, 0 -2px 1px #400080;
  filter: drop-shadow(3px 10px 0 #400080);
}
.racer .modal .modal-content .modal-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.racer .modal .modal-content .modal-info::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/palm_w.svg) no-repeat center;
  background-size: contain;
  width: 300px;
  height: 290px;
  z-index: -1;
  transform: rotate(-15deg) translateZ(0);
  right: -20px;
}
.racer .modal .modal-content .modal-info .table_wrap {
  width: 610px;
  height: 370px;
  background: #fff;
  filter: drop-shadow(8px 8px 0px #000);
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.racer .modal .modal-content .modal-info .table_wrap h3 {
  color: #100040;
  line-height: 44px;
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 46px;
}
.racer .modal .modal-content .modal-info .table_wrap h3::after {
  content: "";
  display: inline-block;
  width: 370px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 8px;
  right: 5px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: -50px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr th, .racer .modal .modal-content .modal-info .table_wrap .modal-table tr td {
  height: 80px;
  width: 195px;
  text-align: center;
  vertical-align: middle;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:first-child th:first-child {
  width: 210px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:first-child th.t-zen {
  background: url(../images/racer_zenkoku.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:first-child th.t-hama {
  background: url(../images/racer_hamanako.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) th {
  width: 160px;
  background: #100040;
  color: #fff;
  position: relative;
  font-size: 25px;
  font-weight: 900;
  padding-right: 50px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) th::after {
  content: "";
  background: url(../images/racer_table_arrow.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  right: 25px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) td {
  background: rgba(0, 175, 236, 0.1019607843);
  color: #070B6A;
  font-weight: 700;
  font-size: 41px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) td:last-child {
  background: rgba(145, 7, 233, 0.1019607843);
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) td span.oswald {
  font-family: "Oswald";
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) td span.per {
  padding-left: 2px;
  font-family: "Oswald";
  font-size: 25px;
  font-weight: 500;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:not(:first-child) td span.kai {
  font-size: 24px;
}
.racer .modal .modal-content .modal-info .table_wrap .modal-table tr:last-child td span {
  margin-right: 1px;
  margin-left: 2px;
}
.racer .modal .modal-content .modal-info .modal-close {
  background: url(../images/racer_return.svg) no-repeat center;
  background-size: contain;
  width: 360px;
  height: 82px;
  filter: drop-shadow(4px 4px 0 #000);
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
.racer .modal .modal-photo {
  position: relative;
}
.racer .modal .modal-photo .line_wrap {
  position: absolute;
  z-index: 1;
}
.racer .modal .modal-photo .cloud {
  background: url(../images/racer_cloud.png) no-repeat;
  width: 630px;
  height: 470px;
  animation: step-anime 0.85s steps(7, end) none;
  position: absolute;
  animation-delay: 4.3s;
  top: 60px;
  left: 80px;
}
.racer .modal .modal-photo .timeslip {
  background: url(../images/racer_timeslip.png) no-repeat center;
  background-size: contain;
  width: 314px;
  height: 140px;
  position: absolute;
  top: -96px;
  left: 40px;
  pointer-events: none;
}
.racer .modal .modal-photo .timeslip {
  animation: bounce-top 0.9s both, clear 0.01s forwards;
  animation-delay: 0.5s, 4.45s;
}
.racer .modal .modal-photo #modalPhoto,
.racer .modal .modal-photo #modalOldphoto {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.racer .modal .modal-photo #modalPhoto.fatde-out,
.racer .modal .modal-photo #modalOldphoto.fatde-out {
  opacity: 0;
}
.racer .modal .modal-photo #modalPhoto {
  position: relative;
}
.racer .modal .modal-photo #modalPhoto .camera {
  width: 148px;
  height: 122px;
  top: -10px;
  z-index: 2;
}
.racer .modal .modal-photo #modalOldphoto {
  position: relative;
}
.racer .modal .modal-photo #modalOldphoto .camera {
  width: 148px;
  height: 122px;
  top: -10px;
  left: 80px;
  right: auto;
  z-index: 2;
}
.racer .modal .modal-photo #modalOldphoto .photo_re {
  position: absolute;
  background: url(../images/racer_photo_re.png) no-repeat center;
  background-size: contain;
  width: 370px;
  height: 110px;
  top: -140px;
  right: 70px;
  border: none;
  cursor: pointer;
}
.racer .modal .modal-photo #modalOldphoto .modalPyear {
  position: absolute;
  width: 300px;
  height: 85px;
  background: linear-gradient(#B1EBFF, #F7FF00);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(9deg);
  filter: drop-shadow(8px 6px 0 #000);
  bottom: 90px;
  left: -10px;
  font-family: "Hina Mincho", serif;
  font-size: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}
.racer .modal .p_countdown {
  position: relative;
  width: 225px;
  height: 225px;
  --radius: 100px;
  z-index: 1;
  pointer-events: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 170px;
  margin-bottom: -60px;
}
.racer .modal .p_countdown .countdown-number {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7rem;
  font-weight: bold;
  z-index: 2;
  color: #FFF14F;
  font-family: "overtime-lcd-pro", sans-serif;
  font-weight: 700;
}
.racer .modal .p_countdown .ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-5%, -50%) rotate(-90deg);
  --progress: 0;
}
.racer .modal .p_countdown .ring .tick {
  position: absolute;
  width: 6px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform-origin: center calc(-1 * var(--radius));
  border-radius: 2px;
  animation: tickAnim 1s linear infinite;
  background-color: hsl(calc(var(--index) * 5deg), 100%, 50%);
}
.racer .modal .p_countdown.show {
  display: block;
}

/* racer */
/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media screen and (min-width: 751px) {
  h2.hama {
    display: none;
  }
  .racer {
    align-items: flex-end;
    padding-top: 130px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 100px;
    /* racer_list */
    /* modal */
  }
  .racer .tit {
    left: 60px;
  }
  .racer .racer_btn_area {
    width: 920px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .racer .racer_btn_area li {
    width: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .racer .racer_btn_area .ranking li:last-child {
    text-indent: -10px;
  }
  .racer .racer_btn_area .ranking li:hover {
    color: #D91579;
  }
  .racer .racer_btn_area .sort {
    margin-left: 15px;
  }
  .racer .racer_btn_area .sort li:hover::before {
    opacity: 0.7;
  }
  .racer .racer_btn_area .reset {
    position: absolute;
    top: -80px;
    left: 5px;
  }
  .racer .racer_list li {
    width: 250px;
    height: 325px;
    margin-bottom: 25px;
  }
  .racer .racer_list li:not(:nth-child(6n)) {
    margin-right: 26px;
  }
  .racer .racer_list li:hover .name_area {
    color: #EA2D2D;
  }
  .racer .racer_list li:hover .name_area::before {
    background: #fff;
  }
  .racer .racer_list li:hover.heisei .name_area {
    color: #FFD500;
  }
  .racer .racer_list li:hover.heisei .name_area::before {
    background: #000;
  }
  .racer .modal {
    width: calc(100% - 100px);
    height: 100%;
    align-items: center;
  }
  .racer .modal .modalbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(121, 197, 198, 0) 50%, #79C5C6 50% 99.5%, #000 99.5%), url(../images/racer_modal_bg.svg) no-repeat center;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translateZ(0);
  }
  .racer .modal .modal-content {
    height: 900px;
  }
  .racer .modal .modal-content .modal-photo {
    margin-right: 50px;
  }
  .racer .modal .modal-content .modal-photo #modalOldphoto .photo_re:hover {
    background: url(../images/racer_photo_re_hov.png) no-repeat center;
    background-size: contain;
  }
  .racer .modal .modal-content .modal-info .modal-close:hover {
    opacity: 0.75;
    filter: drop-shadow(0px 0px 0);
    transform: translate(4px, 4px);
  }
  /* racer */
} /* PC end */
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media screen and (max-width: 750px) {
  .racer {
    /* racer_list */
    /* modal */
  }
  .racer .tit {
    left: -5px;
    width: 795px;
    height: 578px;
  }
  .racer .tit .camera {
    width: 115px;
    height: 97px;
    top: 22%;
    right: 7%;
  }
  .racer .tit .line_wrap .line {
    transform: scale(1.15) rotate(155deg);
    bottom: 49%;
    left: -6%;
  }
  .racer .tit .line_wrap .line:last-child {
    bottom: 34%;
    left: 74%;
  }
  .racer .racer_btn_area {
    flex-direction: column;
    width: 680px;
    height: 460px;
    margin-top: 420px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
  }
  .racer .racer_btn_area h3 {
    height: 43px !important;
    margin-bottom: 5px;
  }
  .racer .racer_btn_area .ranking ul,
  .racer .racer_btn_area ul.sort_btn {
    font-size: 36px;
    line-height: 38px;
  }
  .racer .racer_btn_area .ranking ul li,
  .racer .racer_btn_area ul.sort_btn li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .racer .racer_btn_area .ranking ul {
    width: 680px;
    height: 120px;
  }
  .racer .racer_btn_area .ranking ul li {
    width: 33.3333333333%;
    height: 100%;
  }
  .racer .racer_btn_area .sort {
    margin-top: 20px;
  }
  .racer .racer_btn_area .sort .sort_btn {
    width: 680px;
    height: 120px;
  }
  .racer .racer_btn_area .sort .sort_btn li {
    width: 50%;
    height: 100%;
  }
  .racer .racer_btn_area .reset {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
  }
  .racer .racer_list {
    width: 680px;
  }
  .racer .racer_list li {
    width: 324px;
    height: 400px;
    margin-bottom: 15px;
  }
  .racer .racer_list li:nth-child(odd) {
    margin-right: 15px;
  }
  .racer .racer_list .name_area .btn {
    width: 38px;
    height: 112px;
  }
  .racer .modal {
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
  }
  .racer .modal .modal-content {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 260px;
    padding-bottom: 100px;
  }
  .racer .modal .modal-content .modal-photo {
    top: -200px;
  }
  .racer .modal .modal-content .modal-info {
    top: -200px;
  }
  .racer .modal .modal-content .modal-info::before {
    content: "";
    background: url(../images/racer_modal_bgsp.svg) no-repeat center;
    background-size: contain;
    width: 750px;
    height: 1100px;
    z-index: -1;
    transform: translateZ(0);
    position: absolute;
    top: -140px;
  }
  .racer .modal .modal-content .modal-info::after {
    right: -20px;
  }
  .racer .modal .modal-content .modal-info #modalName {
    font-size: 101px;
  }
  .racer .modal .modal-content .modal-info .table_wrap {
    margin-bottom: 40px;
  }
  .racer .modal .modal-content .modal-info .modal-close {
    width: 404px;
    height: 92px;
    margin-top: 50px;
  }
  .racer .modal .modal-content p.kikan {
    width: calc(100% - 20px);
    font-size: 28px;
  }
  /* racer */
} /* SP end */
/***********************************************************************
■■■■■アニメーション■■■■■
**********************************************************************/
@keyframes tickAnim {
  0% {
    background: #fff;
  }
  50% {
    background: #FFF14F;
  }
  100% {
    background: #fff;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    transform: translateY(45px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(4px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes clear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes step-anime {
  0% {
    background-position: 0 0;
    transform: scale(0.5);
  }
  100% {
    background-position: 0 -3290px;
    transform: scale(2);
  }
}/*# sourceMappingURL=racer.css.map */