@charset "utf-8";

body {
  background-color: #222;
}
.content {
  width: 375px;
  height: 591px;
  background-image: url(../images/mainVisual.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global {
  position: absolute;
  top: 12.5%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.global li {
  margin-bottom: 10%;
}
.global li:hover {
  opacity: 0.75;
}

h1 {
  display: none;
}