.endroll {
  background-color: white;
  padding: 50px 0 110vh 0;
  line-height: 2;
  font-feature-settings: "palt" 1;
  letter-spacing: .1em;
  font-weight: bold;
}

.endroll .posts {
  white-space: pre-line;
  text-align: center;
}
.endroll .production {
  margin: 50vh auto 0 auto;
  width: fit-content;
}
.endroll .production dt {
  margin-top: 1.25em;
  margin-bottom: .05em;
}

.select_sound_button {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}
.select_sound_button:hover {
  opacity: .7;
  transform: scale(1.1);
}

#bgm-modal .modal-content {
  width: 300px;
  text-align: center;
}
#bgm-modal .modal-background {
  background-color: rgba(255, 255, 255, .8);
}

main {
  margin-bottom: 0;
  max-width: 92%;
}

#endspace {
  padding: 10px;
  background-color: white;
}

@media (max-width: 640px) {
  .endroll {
    font-size: 14px;
  }
  main {
    max-width: 96%;
  }
}
