/*-------------------------------------------------------------------*/
/* movie-Index */
/*-------------------------------------------------------------------*/
.movie-Index {
  padding-bottom: 295px;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index {
    padding-bottom: 27.34375vw;
  }
}
.movie-Index .archive {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 80px 80px;
  border: 1px solid #f7c47b;
  border-radius: 10px;
  background-image: url(/tv/digimon_ghost_game/assets/img/common/bg_grid.png), -webkit-linear-gradient(top, rgba(0, 32, 76, 0.24) 0%, rgba(227, 37, 0, 0.24) 100%);
  background-image: url(/tv/digimon_ghost_game/assets/img/common/bg_grid.png), linear-gradient(to bottom, rgba(0, 32, 76, 0.24) 0%, rgba(227, 37, 0, 0.24) 100%);
  background-color: #000;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 32px rgba(227, 85, 0, 0.26) inset, 0 0 32px rgba(227, 85, 0, 0.26);
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive {
    max-width: 89.5833333333vw;
    padding: 5.2083333333vw 5.2083333333vw 9.765625vw;
    border-radius: 1.3020833333vw;
    background-size: 1.6927083333vw 100%;
    box-shadow: 0 0 4.1666666667vw rgba(227, 85, 0, 0.6) inset, 0 0 4.1666666667vw rgba(227, 85, 0, 0.26);
  }
}
.movie-Index .archive:before, .movie-Index .archive:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive:before, .movie-Index .archive:after {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
.movie-Index .archive:before {
  bottom: -1px;
  left: -1px;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_bl.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive:before {
    background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_bl_s.png) 0 0/contain no-repeat;
  }
}
.movie-Index .archive:after {
  top: -1px;
  right: -1px;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_tr.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive:after {
    background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_tr_s.png) 0 0/contain no-repeat;
  }
}
.movie-Index .archive ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 30px;
          -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul {
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
    -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 9.765625vw;
  }
}
.movie-Index .archive ul li {
  max-width: 445px;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li {
    max-width: 100%;
  }
}
.movie-Index .archive ul li a .thumbnail {
  background: #000;
  overflow: hidden;
  position: relative;
}
.movie-Index .archive ul li a .thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/digimon_ghost_game/assets/img/common/index/bg_movie_pattern.png) 0 0/1px repeat;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li a .thumbnail:after {
    background-size: 0.1302083333vw;
  }
}
.movie-Index .archive ul li a .thumbnail .play {
  width: 74px;
  height: 74px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/tv/digimon_ghost_game/assets/img/common/icon_play.png) 54.2857142857% 50%/34.2857142857% no-repeat;
  z-index: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(227,85,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(227,85,0,0.46)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 6px #e35500) drop-shadow(0 0 6px rgba(227, 85, 0, 0.46));
          filter: drop-shadow(0 0 6px #e35500) drop-shadow(0 0 6px rgba(227, 85, 0, 0.46));
  will-change: filter, transform;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li a .thumbnail .play {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
    -webkit-filter: drop-shadow(0 0 0.78125vw #e35500) drop-shadow(0 0 0.78125vw rgba(227, 85, 0, 0.46));
            filter: drop-shadow(0 0 0.78125vw #e35500) drop-shadow(0 0 0.78125vw rgba(227, 85, 0, 0.46));
    background-position: 6.7708333333vw 50%;
    background-size: 6.25vw;
  }
}
.movie-Index .archive ul li a .thumbnail .play:before, .movie-Index .archive ul li a .thumbnail .play:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.movie-Index .archive ul li a .thumbnail .play:before {
  width: 100%;
  height: 100%;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_play_outer.png) 50% 50%/contain no-repeat;
  -webkit-animation: rotateForward 20s linear infinite forwards;
          animation: rotateForward 20s linear infinite forwards;
}
.movie-Index .archive ul li a .thumbnail .play:after {
  width: 78.5714285714%;
  height: 78.5714285714%;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_play_inner.png) 100% 50%/contain no-repeat;
  -webkit-animation: rotateBack 10s linear infinite forwards;
          animation: rotateBack 10s linear infinite forwards;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li a .thumbnail .play:after {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
.movie-Index .archive ul li a .text {
  margin-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li a .text {
    margin-top: 3.90625vw;
  }
}
.movie-Index .archive ul li a .text .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1024px) {
  .movie-Index .archive ul li a .text .title {
    font-size: 3.4rem;
    line-height: 1.5882352941;
  }
}
@media (any-hover: hover) {
  .movie-Index .archive ul li a .thumbnail img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .movie-Index .archive ul li a .text .title p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .movie-Index .archive ul li a:hover .thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .movie-Index .archive ul li a:hover .text .title p {
    color: #c70421;
  }
}