.banner-common {
  position: relative;
}
.banner-common .logo {
  width: 110px;
  position: absolute;
}
.takeda-logo {
  top: 2rem;
  right: 3rem;
}
.banner-common .vienpasteur-logo {
  width: 150px;
  top: 2rem;
  left: 3rem;
}
.register-icon .register-img-wrapper {
  width: 80px;
  margin: 0 auto;
}
.register-text {
  color: #BE1B83;
  background-color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  width: 135px;
  text-align: center;
}

.register-icon a:hover {
  text-decoration: none;
}

.countdown-box-wrapper {
  position: absolute;
  top: 7rem;
  right: 3rem;
  max-width: 1140px;
}

.countdown-label {
  margin-bottom: 8px;
  text-align: right;
  font-weight: 600;
  font-size: 14.88px;
  line-height: 17.86px;
  letter-spacing: 0%;
}

.countdown-box {
  display: flex;
  align-items: center;
  background-color: #5E7E89;
  border-radius: 8px;
  padding: 10px 15px;
  width: fit-content;
  margin-left: auto;
}

.countdown-item {
  background: white;
  color: #121212;
  border-radius: 4px;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 24px;
  width: 75px;
  text-align: left;
}

.countdown-nums {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35.72px;

}

.countdown-text {
  font-size: 14px;
  margin-top: 4px;
  text-align: left;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.separator {
  color: white;
  font-size: 24px;
  margin: 0 10px;
}

.register-icon {
  max-width: 140px;
  position: fixed;
  z-index: 1000;
  bottom: 3rem;
  right: 3rem;
}

.banner-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-pc {
    display: none;
  }

  .banner-sp {
    display: block;
  }

  .register-icon {
    bottom: 52%;
    right: 0.5rem;
  }

  .countdown-box-wrapper {
    position: absolute;
    bottom: 5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }

  .countdown-item {
    width: 46px;
    padding: 4px 7px;
  }

  .countdown-nums {
    font-size: 22px;
    line-height: 120%;
  }
  .countdown-text {
    font-size: 12px;
  }

  .countdown-box {
    padding: 10px 8px;
  }

  .separator {
    margin: 0 4px;
  }

  .takeda-logo {
    right: 1rem;
  }

  .banner-common .vienpasteur-logo {
    left: 1rem;
    width: 110px;
  }
  .countdown-label {
    font-size: 12px;
    margin-bottom: 0;
  }
  .event-text-on-banner {
    bottom: 12.5% !important;
  }
}
.event-text-on-banner {
  position: absolute;
  bottom: 2%;
  transform: translateY(-3%);
  left: 0;
  color: #3188a0;
  font-weight: bold;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.event-text-on-banner p {
  margin: 0;
}
