/*-------------------------------------------------------------------*/
/* special-Index */
/*-------------------------------------------------------------------*/
.special-Index {
  padding-bottom: 295px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index {
    padding-bottom: 27.34375vw;
  }
}
.special-Index .archive {
  max-width: 1080px;
  margin: 0 auto;
  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: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive {
    max-width: 89.5833333333vw;
    -ms-grid-columns: (89.5833333333vw)[1];
        grid-template-columns: repeat(1, 89.5833333333vw);
    -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 7.1614583333vw;
  }
}
.special-Index .archive li {
  max-width: 525px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive li {
    max-width: 100%;
  }
}
.special-Index .archive li a {
  height: 100%;
  padding: 30px 20px 45px;
  border: 1px solid #f7c47b;
  border-radius: 10px;
  background-image: url(/tv/digimon_ghost_game/assets/img/common/bg_arrow.png), 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_arrow.png), 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-position: bottom 16px right 16px, 0 0, 0 0;
  background-size: 82px, auto, 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-color: #000;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 32px rgba(227, 85, 0, 0.6) inset, 0 0 32px rgba(227, 85, 0, 0.26);
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive li a {
    padding: 5.2083333333vw 5.2083333333vw 10.4166666667vw;
    border-radius: 1.3020833333vw;
    background-position: bottom 5.2083333333vw right 5.2083333333vw, 0 0, 0 0;
    background-size: 20.8333333333vw, 1.6927083333vw, 100%;
    background-repeat: no-repeat, repeat, no-repeat;
    box-shadow: 0 0 4.1666666667vw rgba(227, 85, 0, 0.6) inset, 0 0 4.1666666667vw rgba(227, 85, 0, 0.26);
  }
}
.special-Index .archive li a:before, .special-Index .archive li a:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive li a:before, .special-Index .archive li a:after {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
.special-Index .archive li a:before {
  bottom: -1px;
  left: -1px;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_bl_s.png) 0 0/contain no-repeat;
}
.special-Index .archive li a:after {
  top: -1px;
  right: -1px;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_tr_s.png) 0 0/contain no-repeat;
}
.special-Index .archive li a .thumbnail {
  height: 261.5625px;
  background: url(/tv/digimon_ghost_game/assets/img/common/bg_thumb.jpg) 0 0/contain no-repeat;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive li a .thumbnail {
    height: 44.53125vw;
  }
}
.special-Index .archive li a .text {
  margin-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .archive li a .text {
    margin-top: 3.90625vw;
  }
}
.special-Index .archive 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) {
  .special-Index .archive li a .text .title {
    font-size: 3.4rem;
    line-height: 1.5882352941;
  }
}
@media (any-hover: hover) {
  .special-Index .archive li a .thumbnail img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .special-Index .archive li a .text .title p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .special-Index .archive li a:hover .thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .special-Index .archive li a:hover .text .title p {
    color: #c70421;
  }
}