.frame p {
  color: #e6ede8;
  text-shadow: 1px 1px 0 #2a5e2d, -1px -1px 0 #2a5e2d, -1px 1px 0 #2a5e2d, 1px -1px 0 #2a5e2d, 0px 1px 0 #2a5e2d, 0 -1px 0 #2a5e2d, -1px 0 0 #2a5e2d, 1px 0 0 #2a5e2d;
}

.kome {
  font-size: 0.8em;
  color: silver;
  text-shadow: none;
}

.info_box {
  width: 95%;
  margin: 0 auto;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.85em;
  text-shadow: none;
}

table {
  border-collapse: 0;
  width: 95%;
  margin: 15px auto 15px;
}

td {
  border: solid 1px black;
  padding: 2px;
}

th {
  border: solid 1px black;
  padding: 2px;
  background-color: rgba(128, 196, 128, 0.5);
}

td {
  background-color: rgba(128, 128, 128, 0.5);
}

b {
  color: #f2b342;
  text-shadow: none;
}

.frame a {
  text-shadow: none;
}

.info {
  position: relative;
}

.end {
  position: absolute;
  z-index: 100;
  width: 75%;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  text-align: center;
  background-color: rgba(32, 32, 32, 0.8);
  border-radius: 10px;
  padding: 10px;
}

.end p {
  position: relative;
  top: 15%;
}

.pop img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 5px 1px #90e84e;
          box-shadow: 0 0 5px 1px #90e84e;
}

.pop img:hover {
  opacity: 0.85;
  -webkit-box-shadow: 0 0 5px 3px #90e84e;
          box-shadow: 0 0 5px 3px #90e84e;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pop_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
}

.pop_images li img {
  margin: 0 8px;
  width: 320px;
  height: 180px;
  -webkit-box-shadow: 0 0 5px 1px #90e84e;
          box-shadow: 0 0 5px 1px #90e84e;
}

.pop_image {
  margin: 0 auto;
  width: 400px;
  height: 325px;
  background-color: #90e84e;
}

.pchide {
  display: none;
}

@media screen and (max-width: 750px) {
  .pchide {
    display: inline-block;
  }
  .sphide {
    display: none;
  }
}

.dlc_header {
  width: 100%;
  margin: 0 auto 0;
  max-height: 100px;
}

h2 {
  margin: 0 0 10px;
}

.movie-frame {
  width: 560px;
  height: 315px;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 5px 1px #90e84e;
          box-shadow: 0 0 5px 1px #90e84e;
}

.movie-frame .movie {
  width: 560px;
  height: 315px;
}

.benefits-name {
  text-align: center;
}

.store-name-container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 0;
}
