/* MediaQuery */

/* Color */

.sub-movie section h3 {
  margin: 0 0 40px;
}

@media only screen and (max-width: 749px) {
  .sub-movie section h3 {
    margin: 0 0 5vw;
  }
}

.sub-movie section h3 img {
  margin: auto;
}

@media only screen and (max-width: 749px) {
  .sub-movie section h3 img {
    height: 5vw;
    width: auto;
  }
}

.sub-movie section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1020px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 749px) {
  .sub-movie section ul {
    width: 100%;
    margin: 0 0 10vw;
  }
}

.sub-movie section ul li {
  margin: 0 60px 55px 0;
}

@media only screen and (max-width: 749px) {
  .sub-movie section ul li {
    margin: 0 5vw 5vw 0;
  }
}

.sub-movie section ul li:nth-child(even) {
  margin: 0 0 5vw;
}

.sub-movie section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 270px;
  margin: 0 0 20px;
  overflow: hidden;
  -webkit-clip-path: polygon(6% 0, 94% 0, 100% 12%, 100% 88%, 94% 100%, 6% 100%, 0% 88%, 0% 12%);
  clip-path: polygon(6% 0, 94% 0, 100% 12%, 100% 88%, 94% 100%, 6% 100%, 0% 88%, 0% 12%);
}

@media only screen and (max-width: 749px) {
  .sub-movie section ul li a {
    width: 40vw;
    height: 23vw;
    margin: 0 0 2vw;
  }
}

.sub-movie section ul li a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 80px;
  background-image: url(../../../../../cdn.milgram.jp/media/sub/sub_pc_icon_movie.png);
  background-size: contain;
  z-index: 99;
  background-position: center;
}

@media only screen and (max-width: 749px) {
  .sub-movie section ul li a::before {
    width: 6vw;
    height: 8vw;
    background-image: url(../../../../../cdn.milgram.jp/media/sub/sub_sp_icon_movie.png);
  }
}

.sub-movie section ul li a img {
  width: 100%;
  height: auto;
}

.sub-movie section ul li span {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-movie section ul li span {
    font-size: 3vw;
  }
}

/* MV popup */

.mfp-iframe-holder .mfp-content {
  width: 90vw;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

