* {
  box-sizing: border-box;
}

html {
  visibility: hidden;
  animation: loading 0.5s ease-in-out 0.5s forwards;
}

body {
  font-family: "Prompt", "Noto Sans JP", sans-serif;
}

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

picture {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  transition-duration: 0.7s;
}

a:hover {
  opacity: 0.7;
}

.str__animation {
  display: inline-block;
  transform: rotate3d(1, 1, 0, 280deg);
  opacity: 0;
  transition: 0.8s;
}

.fv {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  /* width: 100%;
	height: auto;
	padding: 200px 0;
	overflow: hidden;
	background-image: url("../../img/top-fv-bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffd800; */
  width: 100vw;
  /* height: 100vh; */
  text-align: center;
}

.fv-video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
}

/* .fv:before {
	z-index: 2;
	position: absolute;
	inset: 0;
	background-image: url("../../img/noise.gif");
	content: "";
	mix-blend-mode: multiply;
	opacity: 0.2;
	pointer-events: none;
} */

.fv-title__primary {
  display: inline-block;
  white-space: nowrap;
}

.fv-title__primary--en {
  padding-left: 12.5vw;
  text-align: left;
}

.fv-title__primary--jp {
  margin-top: -95px;
  padding-left: 0.6944444444vw;
  text-align: left;
}

.fv-title__primary--inspire {
  font-size: min(14.78125vw, 283px);
}

.fv-title__primary--ambition {
  margin-top: -7.2916666667vw;
  padding-left: 12.8472222222vw;
  font-size: min(14.78125vw, 283px);
}

.fv-title__primary--miraie {
  font-size: min(19.2083333333vw, 368px);
  letter-spacing: -0.15em;
}

.fv-title__primary--miraie-first {
  margin-right: -0.6944444444vw;
}

.fv-title__primary--tukisusume {
  margin-top: -8.3333333333vw;
  padding-left: 17.3611111111vw;
  font-size: min(19.2083333333vw, 368px);
  letter-spacing: -0.1em;
}

.sp-fv {
  display: none;
}

.sp-fv__scroll {
  display: none;
}

.sp-fv__scroll-icon {
  width: 5.8666666667vw;
}

.glitch__rgb-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  mix-blend-mode: screen;
}

.glitch__rgb-panel::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
}

.glitch__rgb-panel.--red {
  animation: rgb-shift-r 1.8s steps(1, jump-end) infinite alternate both;
}

.glitch__rgb-panel.--red::before {
  background: #f00;
}

.glitch__rgb-panel.--green {
  animation: rgb-shift-g 1.8s steps(1, jump-end) infinite alternate both;
}

.glitch__rgb-panel.--green::before {
  background: #0f0;
}

.glitch__rgb-panel.--blue {
  animation: rgb-shift-b 1.8s steps(1, jump-end) infinite alternate both;
}

.glitch__rgb-panel.--blue::before {
  background: #00f;
}

.glitch__container::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(5%, 0.5%);
  background: inherit;
  background-size: cover;
  content: "";
  animation: glitch-before 1.8s linear infinite alternate both;
  clip-path: polygon(0 20%, 100% 20%, 100% 30%, 0 30%);
}

.glitch__container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-5%, -0.5%);
  background: inherit;
  background-size: cover;
  content: "";
  animation: glitch-after 1.8s linear infinite alternate both;
  clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
}

.top-images {
  overflow: hidden;
}

.top-images__row {
  display: flex;
  justify-content: space-between;
}

.top-images__image-item {
  flex-shrink: 0;
  width:200px;
}

.top-about {
  position: relative;
  padding: 9.375vw 6.25vw 0 6.25vw;
  background-image: url("../../img/top-about-bg.png");
  background-position: center center;
  background-size: cover;
}

.top-about__text-wrap {
  width: fit-content;
  margin-inline: auto;
}

.top-about__text--letter {
  color: #ffd800;
  font-size: min(4.947916667vw, 95px);
  letter-spacing: -0.05em;
  opacity: 0.3;
}

.top-about__text {
  margin-bottom: 1.3888888889vw;
}

.top-about__bottom {
  z-index: 500;
  position: relative;
  padding: 70px 0;
}

.top-about__bottom-logo {
  width: min(39.0625vw, 750px);
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.top-about__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(29.4270833333vw, 565px);
  height: min(4.9479166667vw, 95px);
  margin-right: auto;
  margin-left: auto;
  background-color: #ffd800;
  color: #212121;
  font-weight: 300;
  font-size: min(1.9791666667vw, 38px);
}

.top-about__btn::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../../img/arrow-right-black.svg");
  content: "";
}

.top-news {
  width: 100%;
  padding: 48px 0 70px 0;
  background-image: url("../../img/gray-bg-1.png");
  background-size: cover;
}

.top-news__head {
  margin-bottom: 36px;
  color: #484343;
  text-align: center;
}

.top-news__hdl {
  display: flex;
  flex-direction: column;
}

.top-news__hdl-en {
  color: #484343;
  font-weight: 500;
  font-size: min(4.9479166667vw, 95px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-news__hdl-jp {
  margin-bottom: 8px;
  color: #484343;
  font-weight: 500;
  font-size: min(2.0833333333vw, 40px);
}

.top-news__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(29.4270833333vw, 565px);
  height: min(4.9479166667vw, 95px);
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
  color: #ffffff;
  font-weight: 300;
  font-size: min(1.9791666667vw, 38px);
}

.top-news__btn::after {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../../img/arrow-right-white.svg");
  content: "";
}

.top-news__list {
  -moz-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  width: 100%;
  margin-bottom: 48px;
}

.top-news__link {
  display: block;
  width: 100%;
}

.top-news__thumbnail {
  display: block;
  aspect-ratio: 27/20;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.top-news__thumbnail img {
  -o-object-fit: contain;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.top-news__date {
  display: block;
  margin-bottom: 8px;
  color: #212121;
  font-weight: 600;
  font-size: min(1.0416666667vw, 20px);
}

.top-news__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #212121;
  font-weight: 600;
  font-size: min(1.40625vw, 27px);
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .fv-title__primary--jp {
    margin-top: -2.5972222222vw;
  }
}

@media screen and (max-width: 1200px) {
  .top-about__bottom {
    padding: 4.8611111111vw 0;
  }

  .top-news {
    padding: 3.3333333333vw 0 4.8611111111vw 0;
  }

  .top-news__head {
    margin-bottom: 2.5vw;
  }

  .top-news__list {
    -moz-column-gap: 4.8611111111vw;
    column-gap: 4.8611111111vw;
  }

  .top-news__thumbnail {
    margin-bottom: 1.3888888889vw;
  }

  .top-news__date {
    margin-bottom: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }

  .top-news__title {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    background-position: top 9.7222222222vw center;
    height:100vh;
  }
  .fv-title__primary{
    margin-top:35vh;    
  }

  .sp-fv {
    display: block;
    position: relative;
    aspect-ratio: 375/790;
    width: 100vw;
    height: auto;
  }

  .sp-fv__scroll {
    display: flex;
    z-index: 300;
    position: absolute;
    bottom: 24vw;
    left: 9.3333333333vw;
    flex-direction: column;
    align-items: center;
  }

  .sp-fv__scroll-text {
    margin-bottom: 1.6vw;
    color: #ffffff;
    font-weight: bold;
    font-size: 6.4vw;
    text-transform: uppercase;
  }

  .glitch__container {
    overflow: hidden;
    background: #000 no-repeat center;
    background-image: url("../../img/sp-fv.png");
    background-size: 0;
  }

  .top-about__bottom {
    padding: 10.6666666667vw 0 18.6666666667vw 0;
  }

  .top-about__bottom-logo {
    width: 48vw;
    margin-bottom: 10.6666666667vw;
  }

  .top-about__btn {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }

  .top-news {
    padding: 10.6666666667vw 0 16vw 0;
  }

  .top-news__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10.6666666667vw;
  }

  .top-news__hdl {
    flex-direction: column;
    align-items: center;
  }

  .top-news__hdl-en {
    font-size: 10.6666666667vw;
  }

  .top-news__hdl-jp {
    margin-bottom: 0;
    font-size: 4.8vw;
  }

  .top-news__btn {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }

  .top-news__list {
    -moz-column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }

  .top-news__thumbnail {
    aspect-ratio: 305/230;
    margin-bottom: 5.3333333333vw;
  }

  .top-news__date {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }

  .top-news__title {
    font-size: 4.5333333333vw;
  }
}

@keyframes loading {
  0% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.089315161%, 0.645534772%);
  }

  1.5% {
    transform: translate(1.2916966442%, 1.1650099547%);
  }

  3% {
    transform: translate(0.3184227785%, 1.3422000014%);
  }

  4.5% {
    transform: translate(-1.6785119889%, -1.6312668854%);
  }

  6% {
    transform: translate(-1.9192771094%, 2.0320286136%);
  }

  7.5% {
    transform: translate(-0.8542000748%, -1.0828179321%);
  }

  9% {
    transform: translate(-0.4939363134%, -0.4982704956%);
  }

  10.5% {
    transform: translate(0.7533563281%, 1.4989438509%);
  }

  12% {
    transform: translate(-0.0827119547%, 0.8051422139%);
  }

  13.5% {
    transform: translate(-1.339936281%, -1.5744797903%);
  }

  15% {
    transform: translate(-1.634479043%, -2.6497341545%);
  }

  16.5% {
    transform: translate(0.6841281398%, 2.9710095114%);
  }

  18% {
    transform: translate(-1.3129599114%, -2.2482927148%);
  }

  19.5% {
    transform: translate(-1.3321313237%, 2.9593398262%);
  }

  21% {
    transform: translate(0.5645463185%, -1.5466050681%);
  }

  22.5% {
    transform: translate(-1.3713218232%, -2.6958281246%);
  }

  24% {
    transform: translate(-1.9824013004%, 1.3729582186%);
  }

  25.5% {
    transform: translate(-0.0377265101%, 1.4043592128%);
  }

  27% {
    transform: translate(0.3670260031%, 0.6942405879%);
  }

  28.5% {
    transform: translate(-1.8184695216%, -1.8801571901%);
  }

  30%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-g {
  0% {
    transform: translate(-0.766056864%, 1.7516178468%);
  }

  1.5% {
    transform: translate(1.8176972569%, -1.781192749%);
  }

  3% {
    transform: translate(-1.5159702922%, -2.0899307387%);
  }

  4.5% {
    transform: translate(-0.4580090744%, -1.20966766%);
  }

  6% {
    transform: translate(-0.9314062992%, -1.4703224042%);
  }

  7.5% {
    transform: translate(1.0139488089%, -1.2693366172%);
  }

  9% {
    transform: translate(0.0281151879%, -2.4901496354%);
  }

  10.5% {
    transform: translate(0.6215621006%, 2.4572999632%);
  }

  12% {
    transform: translate(-0.6801046815%, 0.3709589488%);
  }

  13.5% {
    transform: translate(1.5659180872%, 0.6817402588%);
  }

  15% {
    transform: translate(1.7512386017%, 0.9673982382%);
  }

  16.5% {
    transform: translate(0.1662887707%, 2.5286413059%);
  }

  18% {
    transform: translate(-1.6239230757%, -0.8689172311%);
  }

  19.5% {
    transform: translate(-0.6435308081%, -1.2137301563%);
  }

  21% {
    transform: translate(-1.0319055783%, -0.4320043726%);
  }

  22.5% {
    transform: translate(0.1990985216%, -1.2618579855%);
  }

  24% {
    transform: translate(-0.623766127%, 1.9801245507%);
  }

  25.5% {
    transform: translate(-1.358736207%, 2.1381662962%);
  }

  27% {
    transform: translate(0.8651133877%, -1.8258359176%);
  }

  28.5% {
    transform: translate(0.0308971493%, -0.3278011627%);
  }

  30%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-b {
  0% {
    transform: translate(-0.7544650764%, 0.7471239184%);
  }

  1.5% {
    transform: translate(-0.7664667989%, 2.5333036697%);
  }

  3% {
    transform: translate(1.7823149282%, -2.6021482526%);
  }

  4.5% {
    transform: translate(0.0462438466%, 2.6710312776%);
  }

  6% {
    transform: translate(-0.0971269406%, -2.7799733839%);
  }

  7.5% {
    transform: translate(0.1931900922%, -0.5942889053%);
  }

  9% {
    transform: translate(1.2701617399%, 2.7167567723%);
  }

  10.5% {
    transform: translate(1.4576382635%, -0.7801570145%);
  }

  12% {
    transform: translate(1.5106536808%, 1.7808369116%);
  }

  13.5% {
    transform: translate(-0.1498897723%, -0.1322859904%);
  }

  15% {
    transform: translate(0.2962253667%, 0.3426700109%);
  }

  16.5% {
    transform: translate(1.8102535898%, -2.2628364203%);
  }

  18% {
    transform: translate(-0.7728864511%, 2.6228769368%);
  }

  19.5% {
    transform: translate(-0.3411985426%, 2.1733255502%);
  }

  21% {
    transform: translate(-1.32046384%, -0.0796254556%);
  }

  22.5% {
    transform: translate(1.9222401024%, -0.7528495894%);
  }

  24% {
    transform: translate(1.2496229959%, 2.7096000114%);
  }

  25.5% {
    transform: translate(0.9453122618%, 2.5965132448%);
  }

  27% {
    transform: translate(-1.8525584417%, 2.9570239304%);
  }

  28.5% {
    transform: translate(1.6560144997%, 1.7591170282%);
  }

  30%,
  100% {
    transform: none;
  }
}

@keyframes glitch-before {
  0% {
    transform: translate(-0.5937807361%, -0.4404642779%) rotate(-5deg);
    clip-path: polygon(
      0% 19.7563879531%,
      100% 19.7563879531%,
      100% 26.8342606503%,
      0% 26.8342606503%
    );
  }

  1.5% {
    transform: translate(5.9373729719%, 0.2161239855%) rotate(-5deg);
    clip-path: polygon(
      0% 63.6635913651%,
      100% 63.6635913651%,
      100% 65.137385044%,
      0% 65.137385044%
    );
  }

  3% {
    transform: translate(4.7169025562%, 0.0050412689%) rotate(-5deg);
    clip-path: polygon(
      0% 74.3418295015%,
      100% 74.3418295015%,
      100% 79.2890981922%,
      0% 79.2890981922%
    );
  }

  4.5% {
    transform: translate(-5.7597364569%, 0.2651076435%) rotate(-5deg);
    clip-path: polygon(
      0% 50.759913534%,
      100% 50.759913534%,
      100% 60.526340237%,
      0% 60.526340237%
    );
  }

  6% {
    transform: translate(-2.4160114588%, -0.0039078179%) rotate(-5deg);
    clip-path: polygon(
      0% 48.2339974625%,
      100% 48.2339974625%,
      100% 58.2086921183%,
      0% 58.2086921183%
    );
  }

  7.5% {
    transform: translate(-2.3232023357%, -0.1003908906%) rotate(-5deg);
    clip-path: polygon(
      0% 59.5567512734%,
      100% 59.5567512734%,
      100% 61.3788523638%,
      0% 61.3788523638%
    );
  }

  9% {
    transform: translate(2.9460159692%, -0.3273346922%) rotate(-5deg);
    clip-path: polygon(
      0% 37.6450110411%,
      100% 37.6450110411%,
      100% 39.4271636895%,
      0% 39.4271636895%
    );
  }

  10.5% {
    transform: translate(-2.0798067638%, -0.0644848367%) rotate(-5deg);
    clip-path: polygon(
      0% 73.7113665445%,
      100% 73.7113665445%,
      100% 81.8282564942%,
      0% 81.8282564942%
    );
  }

  12% {
    transform: translate(5.167297982%, 0.3292804008%) rotate(-5deg);
    clip-path: polygon(
      0% 62.9546053407%,
      100% 62.9546053407%,
      100% 65.7374749655%,
      0% 65.7374749655%
    );
  }

  13.5% {
    transform: translate(7.4946202787%, 0.4335458345%) rotate(-5deg);
    clip-path: polygon(
      0% 54.443796268%,
      100% 54.443796268%,
      100% 56.2592986912%,
      0% 56.2592986912%
    );
  }

  15% {
    transform: translate(2.5462296818%, 0.4613629908%) rotate(-5deg);
    clip-path: polygon(
      0% 9.3716920989%,
      100% 9.3716920989%,
      100% 11.2430548231%,
      0% 11.2430548231%
    );
  }

  16.5% {
    transform: translate(3.8864923649%, 0.4275412169%) rotate(-5deg);
    clip-path: polygon(
      0% 5.0873492278%,
      100% 5.0873492278%,
      100% 15.0627587657%,
      0% 15.0627587657%
    );
  }

  18% {
    transform: translate(-3.1671311453%, 0.3971702628%) rotate(-5deg);
    clip-path: polygon(
      0% 35.2084938385%,
      100% 35.2084938385%,
      100% 36.6329905829%,
      0% 36.6329905829%
    );
  }

  19.5% {
    transform: translate(5.8551964563%, 0.2624844278%) rotate(-5deg);
    clip-path: polygon(
      0% 2.4467505438%,
      100% 2.4467505438%,
      100% 11.5337491482%,
      0% 11.5337491482%
    );
  }

  21% {
    transform: translate(-4.1029133858%, 0.116074053%) rotate(-5deg);
    clip-path: polygon(
      0% 53.5581084953%,
      100% 53.5581084953%,
      100% 55.4418601654%,
      0% 55.4418601654%
    );
  }

  22.5% {
    transform: translate(0.7180140483%, 0.3138969186%) rotate(-5deg);
    clip-path: polygon(
      0% 69.5124764413%,
      100% 69.5124764413%,
      100% 74.2037005062%,
      0% 74.2037005062%
    );
  }

  24% {
    transform: translate(-7.4782519387%, 0.225404342%) rotate(-5deg);
    clip-path: polygon(
      0% 15.5670525991%,
      100% 15.5670525991%,
      100% 17.5336884384%,
      0% 17.5336884384%
    );
  }

  25.5% {
    transform: translate(-6.5491396244%, -0.2632010044%) rotate(-5deg);
    clip-path: polygon(
      0% 34.1073433692%,
      100% 34.1073433692%,
      100% 42.7517485031%,
      0% 42.7517485031%
    );
  }

  27% {
    transform: translate(-7.0796852118%, -0.3130247259%) rotate(-5deg);
    clip-path: polygon(
      0% 53.2708246896%,
      100% 53.2708246896%,
      100% 57.8858038656%,
      0% 57.8858038656%
    );
  }

  28.5% {
    transform: translate(-1.3432108123%, -0.4387999614%) rotate(-5deg);
    clip-path: polygon(
      0% 55.2648754374%,
      100% 55.2648754374%,
      100% 58.7689889497%,
      0% 58.7689889497%
    );
  }

  30%,
  100% {
    transform: none;
    clip-path: none;
  }
}

@keyframes glitch-after {
  0% {
    transform: translate(3.4308838275%, -0.4799623287%) rotate(-5deg);
    clip-path: polygon(
      0% 7.7518040321%,
      100% 7.7518040321%,
      100% 14.1202178998%,
      0% 14.1202178998%
    );
  }

  1.5% {
    transform: translate(-1.9153313365%, -0.4440530876%) rotate(-5deg);
    clip-path: polygon(
      0% 43.1031931394%,
      100% 43.1031931394%,
      100% 51.7108827468%,
      0% 51.7108827468%
    );
  }

  3% {
    transform: translate(6.616250567%, 0.4435906593%) rotate(-5deg);
    clip-path: polygon(
      0% 5.7536869962%,
      100% 5.7536869962%,
      100% 8.9855242899%,
      0% 8.9855242899%
    );
  }

  4.5% {
    transform: translate(-6.0371121441%, 0.2161224663%) rotate(-5deg);
    clip-path: polygon(
      0% 55.3216393912%,
      100% 55.3216393912%,
      100% 56.8284496357%,
      0% 56.8284496357%
    );
  }

  6% {
    transform: translate(-5.4635129805%, -0.4412679493%) rotate(-5deg);
    clip-path: polygon(
      0% 55.425963263%,
      100% 55.425963263%,
      100% 56.4932021321%,
      0% 56.4932021321%
    );
  }

  7.5% {
    transform: translate(4.4078323581%, -0.4502349451%) rotate(-5deg);
    clip-path: polygon(
      0% 8.9955200923%,
      100% 8.9955200923%,
      100% 12.370879388%,
      0% 12.370879388%
    );
  }

  9% {
    transform: translate(-2.093822715%, -0.0674416627%) rotate(-5deg);
    clip-path: polygon(
      0% 76.9269890725%,
      100% 76.9269890725%,
      100% 81.4761746202%,
      0% 81.4761746202%
    );
  }

  10.5% {
    transform: translate(-4.7277302967%, 0.039061488%) rotate(-5deg);
    clip-path: polygon(
      0% 72.209615609%,
      100% 72.209615609%,
      100% 75.4260957489%,
      0% 75.4260957489%
    );
  }

  12% {
    transform: translate(-4.431317322%, 0.4420970108%) rotate(-5deg);
    clip-path: polygon(
      0% 85.8956546789%,
      100% 85.8956546789%,
      100% 89.627485835%,
      0% 89.627485835%
    );
  }

  13.5% {
    transform: translate(-0.1085822734%, -0.4189881058%) rotate(-5deg);
    clip-path: polygon(
      0% 50.4227644304%,
      100% 50.4227644304%,
      100% 55.2497167274%,
      0% 55.2497167274%
    );
  }

  15% {
    transform: translate(-4.1432993804%, -0.0518924602%) rotate(-5deg);
    clip-path: polygon(
      0% 75.3033585994%,
      100% 75.3033585994%,
      100% 78.0339015653%,
      0% 78.0339015653%
    );
  }

  16.5% {
    transform: translate(2.025469226%, -0.0221259504%) rotate(-5deg);
    clip-path: polygon(
      0% 32.6265736777%,
      100% 32.6265736777%,
      100% 40.6933864478%,
      0% 40.6933864478%
    );
  }

  18% {
    transform: translate(7.350940718%, 0.1643226266%) rotate(-5deg);
    clip-path: polygon(
      0% 62.6950200446%,
      100% 62.6950200446%,
      100% 66.1597561481%,
      0% 66.1597561481%
    );
  }

  19.5% {
    transform: translate(3.9292585597%, -0.2223303056%) rotate(-5deg);
    clip-path: polygon(
      0% 35.0813223349%,
      100% 35.0813223349%,
      100% 42.8859739878%,
      0% 42.8859739878%
    );
  }

  21% {
    transform: translate(0.6121387664%, 0.0940042781%) rotate(-5deg);
    clip-path: polygon(
      0% 50.7277866712%,
      100% 50.7277866712%,
      100% 52.7102495775%,
      0% 52.7102495775%
    );
  }

  22.5% {
    transform: translate(-1.436763979%, -0.3964236545%) rotate(-5deg);
    clip-path: polygon(
      0% 58.2319025334%,
      100% 58.2319025334%,
      100% 60.9086737729%,
      0% 60.9086737729%
    );
  }

  24% {
    transform: translate(6.213064848%, 0.1837255527%) rotate(-5deg);
    clip-path: polygon(
      0% 32.6783200123%,
      100% 32.6783200123%,
      100% 41.8447867402%,
      0% 41.8447867402%
    );
  }

  25.5% {
    transform: translate(0.5943118147%, 0.0690773071%) rotate(-5deg);
    clip-path: polygon(
      0% 39.2665329685%,
      100% 39.2665329685%,
      100% 44.0388557479%,
      0% 44.0388557479%
    );
  }

  27% {
    transform: translate(7.1650031646%, 0.2429196522%) rotate(-5deg);
    clip-path: polygon(
      0% 16.5751313386%,
      100% 16.5751313386%,
      100% 26.0248003148%,
      0% 26.0248003148%
    );
  }

  28.5% {
    transform: translate(0.709015194%, 0.313392907%) rotate(-5deg);
    clip-path: polygon(
      0% 70.08261909%,
      100% 70.08261909%,
      100% 74.6141861891%,
      0% 74.6141861891%
    );
  }

  30%,
  100% {
    transform: none;
    clip-path: none;
  }
}
