#particles1,#particles2 {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}
#particles1 canvas,#particles2 canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.pargi
.mainvisual,
.logo,
.chara,
#particles1,
#particles2 {
  opacity: 0;
}

.info-sort-btn {
  cursor: pointer;
}

.info .info-panel-list {
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .info .info-panel-list li {
    margin: 0 0 40px !important;
  }
}

@media screen and (max-width: 750px) {
  .info .info-panel-list li {
    margin: 0 0 25px !important;
  }
}

.info .info-panel-list li.panel-blank {
  display: block !important;
  margin-bottom: 0 !important;
  height: 0 !important;
}