* {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
  font-family: "AR Archy";
  src: url("../fonts/ar-archy-regular.ttf");
}
@font-face {
  font-family: "Corporate A BQ";
  src: url("../fonts/Corporate A BQ Light.ttf");
}
.logo {
  position: absolute;
  top: 47px;
  right: 38px;
  z-index: 2;
  width: 80px;
}

.content {
  position: relative;
  min-height: 100vh;
  background-image: url("../images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.82));
}
.content.show-countdown .countdown {
  display: block;
}
.content.show-live .live {
  display: block;
}

.countdown {
  display: none;
  position: relative;
  z-index: 1;
  padding: 160px 0 50px;
}

.countdown__content {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.countdown__title {
  position: relative;
  font-family: "AR Archy";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
}

.countdown__car-model {
  font-family: "Corporate A BQ";
}

.countdown__line {
  display: block;
  max-width: 550px;
  height: 1px;
  margin: 20px auto 0 auto;
  background-color: #BFBFBF;
}

.countdown__date {
  font-family: "Oswald";
  font-size: 60px;
  font-weight: normal;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}

.countdown__time {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 22px;
}

.countdown__hours {
  font-family: "AR Archy";
}

.countdown__remaining {
  font-family: "AR Archy";
  font-weight: normal;
  font-size: 25px;
  margin: 35px 0 35px;
}

.countdown__details {
  display: flex;
  justify-content: center;
}

.countdown__details-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.countdown__details-item + .countdown__details-item {
  margin-left: 24px;
}

.coundown__detail {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 46px;
  line-height: 100px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 8px 0 12px 0;
  line-height: 39px;
  box-sizing: border-box;
  width: 59px;
  text-align: center;
}

.coundown__detail-portion {
  font-family: "AR Archy";
  font-size: 11px;
  margin-top: 15px;
}

.live {
  display: none;
  position: relative;
  z-index: 2;
  padding: 170px 0 50px;
}

.live__content {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.live__title {
  text-align: center;
  color: #fff;
  font-family: "AR Archy";
  font-size: 25px;
  padding: 0 10px;
  line-height: 1.2;
}
.live__title span {
  font-family: "Corporate A BQ";
}

.live__line {
  display: block;
  max-width: calc(100% - 80px);
  margin: 10px auto 20px auto;
  height: 1px;
  background: #454545;
}

.live__marker-wr {
  text-align: center;
  margin-bottom: 14px;
}

.live__marker {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: uppercase;
  background: #FF0000;
  border-radius: 4px;
  padding: 4px 14px 2px 14px;
}

.live__iframe-wr {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.live__iframe-wr .ytp-title-link.yt-uix-sessionlink {
  opacity: 0 !important;
}
.live__iframe-wr .live__fake-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.live__iframe-wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.live__video-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.live__video-mute {
  width: 40px;
  height: 40px;
  margin-right: 90px;
}
.live__video-mute.muted #Path_8-2 {
  opacity: 1;
}
.live__video-mute svg {
  width: 100%;
  pointer-events: none;
}
.live__video-mute #Path_8-2 {
  opacity: 0;
  transition: opacity 300ms;
}

.live__video-full {
  width: 31px;
  height: 31px;
}
.live__video-full svg {
  width: 100%;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 70px;
    top: 30px;
    right: 30px;
  }

  .countdown {
    padding: 110px 0 40px;
  }

  .countdown__content {
    max-width: 600px;
    padding: 0 61px;
  }

  .live {
    padding: 110px 0 80px;
  }

  .live__content {
    max-width: 600px;
  }

  .live__title {
    font-size: 28px;
    line-height: 1.2;
    padding: 0;
  }

  .countdown__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .countdown__date {
    font-size: 70px;
    line-height: normal;
  }

  .countdown__time {
    font-size: 35px;
  }
  .countdown__time + .countdown__time {
    margin-left: 40px;
  }

  .countdown__remaining {
    font-size: 27px;
    margin: 20px 0 20px;
  }

  .coundown__detail {
    font-size: 45px;
    line-height: 42px;
    width: 60px;
    padding: 8px 0 12px 0;
  }

  .coundown__detail-portion {
    font-size: 20px;
  }

  .countdown__line {
    margin: 27px auto 0 auto;
  }

  .live__marker-wr {
    text-align: right;
  }

  .live__line {
    max-width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    width: 70px;
    top: 30px;
    right: 30px;
  }

  .countdown {
    padding: 70px 0 40px;
  }

  .countdown__content {
    max-width: 600px;
    padding: 0 61px;
  }

  .live__content {
    max-width: 600px;
  }

  .live__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .countdown__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .countdown__date {
    font-size: 70px;
    line-height: normal;
  }

  .countdown__time {
    font-size: 35px;
  }

  .countdown__remaining {
    font-size: 27px;
    margin: 20px 0 20px;
  }

  .coundown__detail {
    font-size: 45px;
    line-height: 42px;
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .logo {
    width: 120px;
    top: 50px;
    right: 50px;
  }

  .countdown {
    padding: 80px 0 50px;
  }

  .countdown__content {
    max-width: 900px;
    padding: 0 61px;
  }

  .live {
    padding: 20px 0;
  }

  .live__content {
    max-width: 700px;
    padding: 0;
  }

  .live__title {
    font-size: 35px;
    line-height: 1.2;
  }

  .countdown__title {
    font-size: 35px;
    line-height: 1.2;
  }

  .countdown__date {
    font-size: 90px;
    line-height: normal;
  }

  .countdown__time {
    font-size: 40px;
  }

  .countdown__remaining {
    font-size: 30px;
    margin: 30px 0 30px;
  }

  .coundown__detail {
    font-size: 55px;
    line-height: 50px;
    width: 70px;
  }
}
/* @media screen and (min-width: 1400px) { */
@media screen and (min-width: 1601px) {
  .live__line {
    margin: 10px auto 40px auto;
  }

  .countdown {
    padding: 100px 0 50px;
  }

  .countdown__content {
    max-width: 1024px;
    padding: 0 61px;
  }

  .live {
    padding: 80px 0 50px;
  }

  .live__video-mute {
    width: 62px;
    height: 42px;
    margin-right: 90px;
  }

  .live__video-full {
    width: 47px;
  }

  .live__content {
    max-width: 1024px;
    padding: 0;
  }

  .live__title {
    font-size: 45px;
    line-height: 1.2;
  }

  .countdown__title {
    font-size: 45px;
    line-height: 1.2;
  }

  .countdown__date {
    font-size: 200px;
    line-height: 270px;
  }

  .countdown__time {
    font-size: 70px;
  }

  .countdown__remaining {
    font-size: 45px;
    margin: 50px 0 38px;
  }

  .coundown__detail {
    font-size: 70px;
    line-height: 70px;
    width: 89px;
  }

  .live__iframe-wr {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1560px) {
  .logo {
    width: 154px;
    top: 60px;
    right: 60px;
  }
}