.top-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

.top-modal-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #5e5e5e;
  padding: 8vw 3vw;
}

.top-modal-inner.list {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #000;
}

.top-modal-head {
  font-size: 4.1vw;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  line-height: 1.2;
  text-shadow: 2px 2px 0 #000;
  font-family: 'ArtegraSansAltBold';
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
}

.top-modal-movie {
  margin: 6vw auto 0;
  width: 96%;
  height: 51vw;
}

.top-modal-comment {
  margin-top: 5vw;
  height: 100vw;
  overflow: scroll;
  font-size: 3.8vw;
  line-height: 1.4;
  text-shadow: 2px 2px 0 #000;
  color: #fff;
  padding: 3vw;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

.top-modal-movie iframe {
  width: 100%;
  height: 100%;
}

.top-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 7vw;
}

.top-modal-btn .buy-btn:not(:first-child) {
  margin-top: 3vw;
}

.top-modal .btn-close {
  top: -17vw;
  right: 0;
}

.top-modal-head>.big {
  font-size: 1.3em;
  font-style: italic;
  margin-right: 10px;
}

.modal-list {
  width: 100%;
  overflow: scroll;

}

.modal-list img {
  width: 200%;
  max-width: none;
}


@media screen and (min-width: 768px) {
  .top-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
  }

  .top-modal-inner {
    position: relative;
    z-index: 10;
    width: 980px;
    padding: 35px 40px 50px;
  }

  .top-modal-inner.list {
    width: 90%;
    max-width: 2000px;
  }


  .top-modal-head {
    font-size: 36px;
    font-weight: bold;
    text-align: center;


  }

  .top-modal-comment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    margin-top: 30px;
    overflow: scroll;
    font-size: 16px;
    line-height: 1.4;
    text-shadow: 2px 2px 0 #000;
    color: #fff;
    padding: 25px;
    border-width: 0;
  }

  .top-modal-comment>div {
    width: 49%;
  }

  /* .top-modal-head>.color {
    color: #3555b0;
    text-shadow: 2px 2px 0 #fff;
  } */


  .top-modal-movie {
    margin: 30px auto 0;
    width: 560px;
    height: 315px;
  }

  .top-modal-movie iframe {
    width: 100%;
    height: 100%;
  }

  .top-modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-direction: row;
  }

  .top-modal-btn .buy-btn:not(:first-child) {
    margin-left: 20px;
    margin-top: 0;
  }

  .top-modal .btn-close {
    top: -76px;
    right: 0;
  }

  .modal-list {
    width: 100%;
    overflow: hidden;
  }

  .modal-list.ps4 {
    overflow: scroll;
    max-height: 600px;
  }

  .modal-list img {
    width: 100%;
    max-width: 100%;
  }


  .modal-list img.ps4 {
    width: 150%;
    max-width: none;
  }
}