/*-------------------------------------------------------------------*/
/* episode-Index */
/*-------------------------------------------------------------------*/
.episode-Index {
  padding-bottom: 295px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index {
    padding-bottom: 27.34375vw;
  }
}
.episode-Index h2 {
  padding: 0 0 10px 32px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fed900;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fed900;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index h2 {
    padding: 0 0 3.2552083333vw 4.9479166667vw;
    font-size: 3.2rem;
  }
}
.episode-Index h2:before {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url(/tv/digimon_ghost_game/assets/img/common/icon_heading_arrow.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index h2:before {
    width: 3.2552083333vw;
    height: 1.8229166667vw;
    top: 1.8229166667vw;
  }
}
.episode-Index h2:after {
  content: "";
  width: 75px;
  height: 9px;
  position: absolute;
  bottom: -5px;
  right: 20px;
  background: url(/tv/digimon_ghost_game/assets/img/pc/icon_heading_line.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index h2:after {
    width: 9.765625vw;
    height: 1.6927083333vw;
    bottom: -0.9114583333vw;
    right: 2.6041666667vw;
    background: url(/tv/digimon_ghost_game/assets/img/sp/icon_heading_line.png) 0 0/contain no-repeat;
  }
}
.episode-Index .article {
  max-width: 960px;
  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;
  overflow: hidden;
  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) {
  .episode-Index .article {
    max-width: 89.5833333333vw;
    padding: 6.5104166667vw 5.2083333333vw 7.8125vw;
    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);
  }
}
.episode-Index .article:before, .episode-Index .article:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article:before, .episode-Index .article:after {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
.episode-Index .article:before {
  bottom: 0;
  left: 0;
  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) {
  .episode-Index .article:before {
    background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_bl_s.png) 0 0/contain no-repeat;
  }
}
.episode-Index .article:after {
  top: 0;
  right: 0;
  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) {
  .episode-Index .article:after {
    background: url(/tv/digimon_ghost_game/assets/img/common/bg_frame_tr_s.png) 0 0/contain no-repeat;
  }
}
.episode-Index .article .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .heading {
    display: block;
  }
}
.episode-Index .article .heading .number {
  width: 100%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #cc0033;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .heading .number {
    font-size: 3rem;
  }
}
.episode-Index .article .heading h1 {
  width: 635px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5833333333;
  color: #fff;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .heading h1 {
    width: 100%;
    margin-top: 2.2135416667vw;
    font-size: 3.4rem;
    line-height: 1.4705882353;
  }
}
.episode-Index .article .heading .date {
  width: 160px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  text-align: right;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .heading .date {
    width: 100%;
    margin-top: 2.8645833333vw;
    font-size: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: left;
  }
}
.episode-Index .article .body {
  margin-top: 30px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body {
    margin-top: 3.90625vw;
  }
}
.episode-Index .article .body .image .swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 450px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .image .swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 79.1666666667vw;
    height: 44.53125vw;
  }
}
.episode-Index .article .body .image .swiper.disabled + .swiper-thumbnail {
  display: none;
}
.episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper {
  width: auto;
  margin: 0 0 0 -15px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper {
    margin: 1.0416666667vw 0 0 -0.9114583333vw;
  }
}
.episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide {
  width: 188px !important;
  height: 106px !important;
  margin: 15px 0 0 15px;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide {
    width: 19.0104166667vw !important;
    height: 10.8072916667vw !important;
    margin: 1.0416666667vw 0 0 0.9114583333vw;
  }
}
.episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: #000;
}
.episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
@media (any-hover: hover) {
  .episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide:hover {
    background: #000;
  }
  .episode-Index .article .body .image .swiper-thumbnail .swiper-container .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.episode-Index .article .body .text {
  margin-top: 35px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .text {
    margin-top: 4.5572916667vw;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.episode-Index .article .body .staff {
  margin-top: 15px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .staff {
    margin-top: 3.90625vw;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.episode-Index .article .body .staff p {
  color: #7a7a7a;
}
.episode-Index .article .body .movie {
  margin-top: 50px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .movie {
    margin-top: 6.5104166667vw;
  }
}
.episode-Index .article .body .movie .play {
  margin-top: 45px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .movie .play {
    margin-top: 3.2552083333vw;
  }
}
.episode-Index .article .body .movie .play a .thumbnail {
  background: #000;
  overflow: hidden;
  position: relative;
}
.episode-Index .article .body .movie .play 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) {
  .episode-Index .article .body .movie .play a .thumbnail:after {
    background-size: 0.1302083333vw;
  }
}
.episode-Index .article .body .movie .play a .thumbnail .play {
  width: 120px;
  height: 120px;
  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) {
  .episode-Index .article .body .movie .play 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;
  }
}
.episode-Index .article .body .movie .play a .thumbnail .play:before, .episode-Index .article .body .movie .play a .thumbnail .play:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.episode-Index .article .body .movie .play 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;
}
.episode-Index .article .body .movie .play 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) {
  .episode-Index .article .body .movie .play a .thumbnail .play:after {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
@media (any-hover: hover) {
  .episode-Index .article .body .movie .play 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;
  }
  .episode-Index .article .body .movie .play a:hover .thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}
.episode-Index .article .body .movie .play iframe {
  width: 100%;
  height: 450px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .article .body .movie .play iframe {
    height: 44.53125vw;
  }
}
.episode-Index .backnumber {
  max-width: 960px;
  margin: 80px auto 0;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber {
    max-width: 89.5833333333vw;
    margin-top: 10.4166666667vw;
  }
}
.episode-Index .backnumber ul {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (18.75%)[5];
      grid-template-columns: repeat(5, 18.75%);
  -webkit-column-gap: 15px;
          -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber ul {
    margin-top: 4.5572916667vw;
    -ms-grid-columns: (42.1875vw)[2];
        grid-template-columns: repeat(2, 42.1875vw);
    -webkit-column-gap: 5.2083333333vw;
            -moz-column-gap: 5.2083333333vw;
            column-gap: 5.2083333333vw;
    row-gap: 4.5572916667vw;
  }
}
.episode-Index .backnumber ul li {
  max-width: 180px;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber ul li {
    max-width: 42.1875vw;
  }
}
.episode-Index .backnumber ul li a {
  display: block;
}
.episode-Index .backnumber ul li a .thumbnail {
  width: 180px;
  height: 102px;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber ul li a .thumbnail {
    width: 42.1875vw;
    height: 23.828125vw;
  }
}
.episode-Index .backnumber ul li a .date {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ab7b78;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber ul li a .date {
    margin-top: 1.953125vw;
    font-size: 2rem;
  }
}
.episode-Index .backnumber ul li a .title {
  margin-top: 7px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #fff;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .episode-Index .backnumber ul li a .title {
    margin-top: 1.0416666667vw;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (any-hover: hover) {
  .episode-Index .backnumber ul 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;
  }
  .episode-Index .backnumber ul li a .title {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .episode-Index .backnumber ul li a:hover .thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .episode-Index .backnumber ul li a:hover .title {
    color: #c70421;
  }
}