@charset "UTF-8";

.g-lp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.g-lp__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  width: 50%;
  font-family: "Quantico", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}

.g-lp__date,
.g-lp__team {
  line-height: 1;
}

.g-lp__datewrap {
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: -.04em;
}

.g-lp__time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.g-lp__time span {
  line-height: 1;
  letter-spacing: -.01em;
}

.g-lp__time span:nth-child(1) {
  background: #000;
  color: #fff;
}

.g-lp__time span:nth-child(1).--sun {
  background: #ff4973;
}

.g-lp__link:nth-child(4) .g-lp__time span:nth-child(1) {
  background: #ff0000;
}

.g-lp__team {
  display: block;
  font-family: "Quantico", "Noto Sans JP", sans-serif;
  text-align: center;
}

.g-lp__link.--yfc {
  background: #00a4f9
}

.g-lp__link.--co {
  background: #da045c;
}

.g-lp__link.--ur {
  background: #e6002d;
}

.g-lp__link.--go {
  background: #003287;
}

.g-lp__logo {
  display: flex;
  align-items: center;
}

.g-lp__logo:before {
  /* content: 'VS'; */
}

@media (min-width: 768px) {
  .g-lp {
    top: 80px;
  }

  .g-lp__link {
    height: 70px;
  }

  .g-lp__date {
    font-size: 42px;
    margin-right: 20px;
  }

  .g-lp__team {
    font-size: 14px;
    margin-top: 4px;
  }

  .g-lp__logo {
    height: 46px;
  }

  .g-lp__time {
    margin-left: 5px;
  }

  .g-lp__time span:nth-child(1) {
    font-size: 13px;
    padding: 2px 5px;
  }

  .g-lp__time span:nth-child(2) {
    font-size: 15px;
    margin-top: 2px;
  }

  .g-lp__logo:before {
    font-size: 20px;
    margin-right: 10px;
  }

  body {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .g-lp {
    top: 13.3333333333vw;
  }

  .g-lp__link {
    height: 10vw;
    padding: 0;
  }

  .g-lp__date {
    font-size: 5.4vw;
    margin-right: .5vw;
  }

  .g-lp__time span:nth-child(1) {
    font-size: 2vw;
    padding: .2vw .5vw;
  }

  .g-lp__time span:nth-child(2) {
    font-size: 2.2vw;
    margin-top: .1vw;
  }

  .g-lp__time {
    margin-left: 1vw;
  }

  .g-lp__team {
    font-size: 2vw;
    margin-top: .5vw;
  }

  .g-lp__logo {
    height: 6vw;
  }

  .g-lp__logo:before {
    font-size: 3vw;
    margin-right: 1vw;
  }

  body {
    padding-top: 23.3333333333vw
  }

  .g-header__logo {
    bottom: -1vw;
  }
}

.--cs {
  text-align: center;
  font-family: 'Quantico', serif;
  color: #fff;
}

@media (min-width: 768px) {
  .--cs {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .--cs {
    font-size: 11.5vw;
  }

  .g-lp {
    display: flex;
    flex-wrap: wrap;
  }
  .kv {
    object-fit: cover;
    padding-top: calc(1120 / 750 * 6.7vw);
}
}