/* モーダル用設定 */
.remodal {
  margin: 50px auto;
}
.moviemodal {
  position: relative;
  max-width: 960px !important;
}

@media only screen and (max-width: 960px) {
  .remodal {
    width: 80%;
  }
  .moviemodal {
    padding-bottom: calc(540 / 960 * 100%);
  }
  #movie__iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.remodal-close {
  z-index: 1000;
  top: -20px !important;
  left: -20px !important;
}
