@charset "utf-8";

/* ==========================================
  First View Styles
========================================== */

.bz-fv {
  position: relative;
}

.bz-fv__inner {
}

.bz-fv__main {
}

.bz-fv__pic {
  position: relative;
}

.bz-fv__banner {
  position: absolute;
  display: flex;
  top: 51%;
  justify-content: space-between;
  z-index: 4;
  max-width: 600px;
  width: 89%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.bz-fv__banner a {
  display: block;
  width: 49%;
}

.bz-fv__no1 {
  position: absolute;
  bottom: 4%;
  left: -1%;
  color: var(--color__white);
  text-align: center;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.bz-fv__no2 {
  position: absolute;
  bottom: 1%;
  right: 0%;
  color: var(--color__white);
  text-align: center;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  mix-blend-mode: soft-light;
}

.bz-fv__graf {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 32%;
}

.bz-fv__graf svg {
  width: 100%;
  height: 100%;
}

/* Graph Animation
------------------------------ */
.graph-bars .bar {
  fill: #43688866;
  transform-origin: bottom;
  animation: barGrow 0.8s ease-out backwards;
}

.graph-bars .bar:nth-child(1) {
  animation-delay: 0s;
}
.graph-bars .bar:nth-child(2) {
  animation-delay: 0.1s;
}
.graph-bars .bar:nth-child(3) {
  animation-delay: 0.2s;
}
.graph-bars .bar:nth-child(4) {
  animation-delay: 0.3s;
}
.graph-bars .bar:nth-child(5) {
  animation-delay: 0.4s;
}
.graph-bars .bar:nth-child(6) {
  animation-delay: 0.5s;
}
.graph-bars .bar:nth-child(7) {
  animation-delay: 0.6s;
}

.bz-fv__cir {
  position: absolute;
  top: 40%;
  right: -1%;
  opacity: 0.5;
  width: 23%;
}

/* Media Queries
------------------------------ */
@media (min-width: 768px) {
  .bz-fv__pic {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .bz-fv__cir {
    width: 8vw;
    height: 8vw;
    right: 29vw;
    top: 40%;
  }

  .bz-fv__banner {
    max-width: 840px;
    width: 76%;
    top: 55%;
  }

  .bz-fv__no1 {
    left: 10%;
    bottom: 2%;
    font-size: 100px;
    font-size: 6.25rem;
    font-size: 6.3vw;
    opacity: 0.3;
  }

  .bz-fv__no2 {
    font-size: 109px;
    font-size: 6.8125rem;
    font-size: 7.1vw;
    opacity: 0.2;
    right: 11%;
    bottom: -13%;
  }

  .bz-fv__graf {
    width: 9%;
    bottom: 0.5%;
  }

  @media screen and (max-width: 1280px) {
    .bz-fv__pic > picture {
      margin: auto;
    }

    .bz-fv__cir {
      width: calc(100vw * 0.1);
      height: calc(100vw * 0.1);
      top: 42%;
      margin: auto;
      right: 24vw;
    }
  }
}
