.cover {
  background: url(../img/release/cover.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.release_list {
  margin: auto;
  max-width: 1200px;
  width: 94vw;
}

.release_list .item {
  margin-bottom: 100px;
}

.release_list .item h2 {
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
}

.release_list .item h2 em {
  color: #3bb1e6;
  margin-right: 0.2em;
}

.release_list .item .imgWp {
  margin-top: 30px;
  text-align: center;
}

.release_list .item .body {
  line-height: 2;
  margin-top: 30px;
}

.release_list .item:last-child {
  margin-bottom: 0;
}
