@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;900&display=swap");
.common-bg {
  width: 100%;
  height: calc(100% + 1.56667vw);
  position: absolute;
  top: -1.56667vw;
  left: 0;
  background-image: url(../img/top/noise.gif);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  @media only screen and (min-width: 767px) {
    .common-bg {
      height: 100%;
      top: 0; } }

.common-wrapper {
  padding: 12vw 0 24vw;
  width: 89.33333vw;
  border-right: 0.26667vw solid rgba(255, 255, 255, 0.2);
  border-left: 0.26667vw solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  min-height: 50vw; }
  @media only screen and (min-width: 767px) {
    .common-wrapper {
      padding: 2.92826vw 0 5.85652vw;
      width: 62.22548vw;
      border-right: 0.07321vw solid rgba(255, 255, 255, 0.2);
      border-left: 0.07321vw solid rgba(255, 255, 255, 0.2); } }

.common-inner {
  position: relative; }

.common-box {
  position: relative; }

.common-line {
  width: 24.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .common-line {
      width: 10.43192vw;
      margin: 3.29429vw 0 0; } }

.show .common-wrapper {
  -webkit-transform: none;
          transform: none; }

.show .common-inner {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-box {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-h2, .show .common-line {
  -webkit-filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9)); }

.common-wrapper {
  transition: all 500ms;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1); }

.common-inner {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 500ms;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-box {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 550ms;
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-h2, .common-line {
  transition: all 1000ms;
  transition-delay: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  -webkit-filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9)); }
  @media only screen and (min-width: 767px) {
    .common-h2, .common-line {
      -webkit-filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9));
              filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9)); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate_reverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate_reverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.movie-bg {
  background-image: url(../img/movie/bg.jpg);
  background-size: cover; }
  @media only screen and (min-width: 767px) {
    .movie-bg {
      background-image: url(../img/movie/bg_pc.jpg); } }

.movie-h2 {
  width: 41.2vw;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .movie-h2 {
      width: 13.90922vw;
      margin: 0; } }

.movie-wrapper {
  margin-top: 8vw;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .movie-wrapper {
      margin-top: 3.29429vw;
      text-align: left; } }

.movie-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .movie-list.sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 767px) {
      .movie-list.sp {
        display: none; } }
  .movie-list.pc {
    display: none; }
    @media only screen and (min-width: 767px) {
      .movie-list.pc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media only screen and (max-width: 767px) {
    .movie-list__item {
      width: 100%; }
      .movie-list__item:not(:first-child) {
        margin-top: 6vw; } }
  @media only screen and (min-width: 767px) {
    .movie-list__item {
      width: 19.2899vw; }
      .movie-list__item:not(:nth-child(3n+1)) {
        margin-left: 2.08638vw; }
      .movie-list__item:nth-child(n+4) {
        margin-top: 3.47731vw; } }
  .movie-list__link {
    display: block;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .movie-list__link {
        width: 19.2899vw; }
        .movie-list__link:after {
          display: block;
          position: absolute;
          content: " ";
          width: 100%;
          height: 100%;
          background-color: #000;
          top: 0;
          left: 0;
          z-index: 10;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          transition: opacity 300ms; }
        .movie-list__link:hover:after {
          opacity: .25;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
        .movie-list__link:hover .movie-list__play span:nth-child(1) {
          -webkit-transform: scale(1.17);
                  transform: scale(1.17); }
        .movie-list__link:hover .movie-list__play span:nth-child(2) {
          -webkit-transform: scale(1.09);
                  transform: scale(1.09); } }
    .movie-list__link.no-data {
      pointer-events: none; }
  .movie-list__title {
    font-size: 3.73333vw;
    color: #fff;
    text-align: left;
    letter-spacing: 0.2em;
    margin-top: 4vw;
    line-height: 1.4; }
    @media only screen and (min-width: 767px) {
      .movie-list__title {
        font-size: 1.0981vw;
        margin-top: 0.54905vw; } }
  .movie-list__play {
    width: 22.4vw;
    height: 22.4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    z-index: 100; }
    @media only screen and (min-width: 767px) {
      .movie-list__play {
        width: 4.97804vw;
        height: 4.97804vw; } }
    .movie-list__play span {
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms;
      position: absolute;
      top: 0;
      left: 0; }
      .movie-list__play span:nth-child(1) img {
        -webkit-animation: rotate 6000ms linear infinite;
                animation: rotate 6000ms linear infinite; }
      .movie-list__play span:nth-child(2) img {
        -webkit-animation: rotate_reverse 6000ms linear infinite;
                animation: rotate_reverse 6000ms linear infinite; }

.movie-comment__btn {
  display: block;
  width: 82.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .movie-comment__btn {
      transition: all 300ms; }
      .movie-comment__btn:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
  @media only screen and (min-width: 767px) {
    .movie-comment__btn {
      margin-top: 1.0981vw;
      width: 100%; } }

.movie-comment__inner {
  padding: 13.33333vw 5.33333vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__inner {
      padding: 0;
      margin: 0 auto;
      width: 64.65593vw;
      padding: 3.66032vw 0; } }

.movie-comment__box:not(:first-child) {
  margin-top: 7.33333vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__box:not(:first-child) {
      margin-top: 3.66032vw; } }

@media only screen and (min-width: 767px) {
  .movie-comment__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

.movie-comment__country--ja {
  width: 3.86667vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__country--ja {
      width: 1.1713vw; } }

.movie-comment__country--en {
  width: 4vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__country--en {
      width: 1.24451vw; } }

.movie-comment__country--tw {
  width: 4.66667vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__country--tw {
      width: 1.39092vw; } }

.movie-comment__country--hk {
  width: 4.66667vw; }
  @media only screen and (min-width: 767px) {
    .movie-comment__country--hk {
      width: 1.42753vw; } }

.movie-comment__text {
  margin-top: 4vw;
  font-size: 2.93333vw;
  line-height: 1.7;
  color: #fff; }
  @media only screen and (min-width: 767px) {
    .movie-comment__text {
      margin-top: 0;
      font-size: 1.02489vw;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-left: 2.56223vw; } }

.movie-comment__name {
  font-size: 4.53333vw;
  margin-top: 8vw;
  color: #fff;
  text-align: right; }
  @media only screen and (min-width: 767px) {
    .movie-comment__name {
      font-size: 1.75695vw;
      margin-top: 4.75842vw; } }

.movie-comment iframe {
  width: 63.21376vw;
  height: 35.57833vw; }

.movie-comment__close {
  width: 8vw;
  margin: 6.66667vw auto 0;
  cursor: pointer; }
  @media only screen and (min-width: 767px) {
    .movie-comment__close {
      width: 2.74524vw;
      margin-top: 2.92826vw; } }