body {
  background: #3e568c; }

.wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: block;
  background: linear-gradient(rgba(3, 47, 97, 0.7), rgba(3, 47, 97, 0.7)), url("../news/img/newsbg_pc.jpg");
  background-position: center top,center top;
  background-size: cover,cover;
  color: #fff; }

.trailerBox {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  position: relative; }
  .trailerBox h1 {
    padding: 20px 10px 0 10px;
    text-align: center;
    color: #fff; }
  .trailerBox #trailer {
    display: block;
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    background: transparent;
    text-align: center;
    position: relative; }
    .trailerBox #trailer #player {
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
    .trailerBox #trailer #player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .trailerBox ul.movieNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    font-family: 'Noto Sans JP', "sans-serif"; }
  .trailerBox .movieNav li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px; }
    .trailerBox .movieNav li a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      width: auto;
      min-width: 160px;
      padding: 10px 30px;
      background: rgba(0, 0, 0, 0.4);
      border: 1px solid rgba(0, 0, 0, 0.4);
      cursor: pointer;
      font-weight: 500;
      font-size: 18px;
      line-height: 1;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: .5s; }
    .trailerBox .movieNav li a:hover {
      background: #fff;
      color: #000; }
  .trailerBox .movieNav li.active a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    width: auto;
    min-width: 160px;
    padding: 10px 30px;
    cursor: default;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    background: rgba(35, 121, 153, 0.4);
    border: 1px solid rgba(141, 179, 196, 0.6);
    color: #fff;
    text-decoration: none; }

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  width: 100% !important; }
