.top {
  position: relative;
  width: 100%;
  background-image: url(../img/top/pc_top_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top::before {
  content: '';
  display: block;
  padding-top: 64%;
}

.pc-top-image {
  position: absolute;
  width: 53.5%;
  top: 0;
  left: 0;
}

.pc-top-image img {
  width: 100%;
}

.main-logo img {
  width: 100%;
}

.main-star img {
  width: 100%;
}

.date {
  position: absolute;
  width: 34%;
  bottom: 27%;
  right: 6%;
  text-align: center;
  line-height: 1.4;
  color: #f5d952;
  font-size: 2vw;
  font-family: 'all-round-gothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.pc-navi {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1em 0 0;
  top: 0;
  right: 0;
  background: #1a1a1a;
  z-index: 999;
}

.pc-navi-item {
  margin-left: 0.6em;
  font-size: 1.4vw;
  color: #f5d952;
  font-family: 'all-round-gothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.pc-navi-item:nth-child(1) {
  margin-left: 0;
}

a.anchor {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  a.anchor {
    display: block;
    margin-top: -130px;
    padding-top: 130px;
  }

  .top {
    position: relative;
    width: 100%;
    background-image: 0;
  }

  .top::before {
    content: '';
    display: block;
    padding-top: 184%;
  }

  .pc-top-image {
    width: 100%;
  }

  .main-logo {
    position: absolute;
    width: 66%;
    bottom: 9%;
    left: 16%;
  }

  .main-star {
    position: absolute;
    pointer-events: none;
    width: 66%;
    bottom: 9%;
    left: 16%;
  }

  .date {
    width: 100%;
    bottom: 2%;
    right: 0;
    font-size: 4.4vw;
  }

  .pc-navi {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.anchor {
    display: block;
    margin-top: -40px;
    padding-top: 40px;
  }

  .main-logo {
    position: absolute;
    width: 32%;
    top: 36%;
    right: 8%;
  }

  .main-star {
    position: absolute;
    pointer-events: none;
    width: 32%;
    top: 36%;
    right: 8%;
  }

  .pc-navi-item {
    margin-left: 0.3em;
    font-size: 2vw;
    color: #f5d952;
    font-family: 'all-round-gothic', sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .pc-navi-item:nth-child(1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .main-logo {
    position: absolute;
    width: 38%;
    top: 30%;
    right: 5%;
  }

  .main-star {
    position: absolute;
    pointer-events: none;
    width: 38%;
    top: 30%;
    right: 5%;
  }
}
