.top {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}

.top-bg {
  background-image:
    url(../img/top/corner-2.png),
    url(../img/top/corner-1.png),
    url(../img/top/corner-4.png),
    url(../img/top/corner-3.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 240px auto;
}

.top-left {
  width: 45%;
  padding: 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top-left img {
  line-height: 0;
  vertical-align: bottom;
}

.top-logo {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

.top-logo img {
  margin: 0 0 3rem;
}

.top-logo img {
  filter: drop-shadow(0px 0px 10px #000);
}

.top-text {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0 0.6em;
  font-size: 1.3vw;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #ff0064;
  background-color: rgba(0, 0, 0, 0.6);
}

.top-text span {
  color: #fff;
}

.top-right {
  width: 55%;
  line-height: 0;
}

.rand {
  display: none;
}

/* 候補は非表示 */
.pixel-canvas {
  position: relative;
  width: 100%;
}

.pixel-canvas img {
  display: none;
}

/* 表示はcanvasに任せる（必要なら block に変えてOK） */
.pixel-canvas canvas {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .top-bg {
    background: none;
  }

  .top-left {
    display: none;
  }

  .top-right {
    position: relative;
    width: 100%;
  }

  .top-logo {
    position: absolute;
    bottom: 2%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .top-logo img {
    margin: 0 0 1.5rem;
  }

  .top-logo img {
    filter: drop-shadow(0px 0px 6px #000) drop-shadow(0px 0px 6px #000);
  }

  .top-text {
    height: 1em;
    margin: 0 0 0.5em;
    padding: 0 0.3em;
    line-height: 1;
    font-size: 4.533vw;
    background-color: rgba(0, 0, 0, 1);
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .top-bg {
    background-size: 20% auto;
  }

  .top-left {
    width: 50%;
  }

  .top-right {
    width: 50%;
  }

  .top-text {
    font-size: 2vw;
  }

}

@media screen and (min-width: 1025px) {}
