.top-outer {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.top {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-left {
  width: 40%;
}

.top-right {
  width: 60%;
}

.date {
  margin: 0.8rem 0 0 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}

.top-date {
  margin: 0 2rem 0 0;
  color: #333;
  font-size: min(28px, 2.8vw);
  font-family: "TensegritySans";
  font-style: normal;
}

.top-place {
  color: #333;
  font-size: min(28px, 2.8vw);
  font-family: "TensegritySans";
  font-style: normal;
}

.pc-navi {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
}

.pc-navi-item {
  margin-left: 0.4em;
  font-size: min(24px, 2.4vw);
  color: #666;
  font-family: "TensegritySans";
}

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

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

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

  .top-outer {
    margin: 0 0 3rem;
    overflow: hidden;
  }

  .top {
    padding-top: 0;
    display: block;
  }

  .top-left {
    display: none;
  }

  .top-right {
    width: 100%;
  }

  .top-logo {
    position: absolute;
    width: 70%;
    bottom: 5%;
    left: 5%;
  }

  .top-date {
    margin: 0 1rem 0 0;
    font-size: min(24px, 6.15vw);
    text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
  }

  .top-place {
    font-size: min(24px, 6.15vw);
    text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
  }
}

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

  .top {
    padding-top: 0;
  }

  .top-logo {
    position: absolute;
    width: 42%;
    top: 50%;
    left: 26%;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (min-width: 1025px) {
  .top-logo {
    position: absolute;
    width: 45%;
    top: 50%;
    left: 22%;
    transform: translateY(-50%) translateX(-50%);
  }
}
