/*-------------------------------------------------------------------*/
/* news-Movie */
/*-------------------------------------------------------------------*/
.news-Movie {
  max-width: 1080px;
  margin: 0px auto 0;
}
@media print, screen and (max-width: 1024px) {
  .news-Movie {
    max-width: 89.5833333333vw;
    margin-top:0px;
  }
}
.news-Movie .news-Movie_Heading {
  width: 53.7962962963%;
  margin-left: -27px;
}
@media print, screen and (max-width: 1024px) {
  .news-Movie .news-Movie_Heading {
    width: 75.6510416667vw;
    margin-left: -3.515625vw;
  }
}
.news-Movie .news-Movie_Body {
  width: 100%;
}
.news-Movie .news-Movie_Body .player {
  width: 104.8148148148%;
  margin: -5.462962963% 0 0 -2.4074074074%;
  padding: 7.4204946996% 0 7.0671378092%;
  background: url(/tv/digimon_ghost_game/en/assets/img/pc/index/bg_movie.png) 50% 0/100% no-repeat;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .news-Movie .news-Movie_Body .player {
    width: 96.3541666667vw;
    margin: -7.6822916667vw 0 0 -8.8vw;
    padding: 10.9375vw 0 11.5885416667vw;
    background: url(/tv/digimon_ghost_game/en/assets/img/sp/index/bg_movie.png) 50% 0/100% no-repeat;
  }
}
.news-Movie .news-Movie_Body .player a {
  width: 89.222614841%;
  margin: 0 auto;
  display: block;
  border-radius: 0.9900990099%/1.7636684303%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}
@media print, screen and (max-width: 1024px) {
  .news-Movie .news-Movie_Body .player a {
    width: 80.46875vw;
    border-radius: 1.3020833333vw;
  }
}
.news-Movie .news-Movie_Body .player a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/digimon_ghost_game/en/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) {
  .news-Movie .news-Movie_Body .player a:after {
    background-size: 0.1302083333vw;
  }
}
.news-Movie .news-Movie_Body .player a .play {
  width: 140px;
  height: 140px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/tv/digimon_ghost_game/en/assets/img/common/icon_play.png) 52px 50%/48px 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) {
  .news-Movie .news-Movie_Body .player a .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;
  }
}
.news-Movie .news-Movie_Body .player a .play:before, .news-Movie .news-Movie_Body .player a .play:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-Movie .news-Movie_Body .player a .play:before {
  width: 100%;
  height: 100%;
  background: url(/tv/digimon_ghost_game/en/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;
}
.news-Movie .news-Movie_Body .player a .play:after {
  width: 110px;
  height: 110px;
  background: url(/tv/digimon_ghost_game/en/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) {
  .news-Movie .news-Movie_Body .player a .play:after {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
@media (any-hover: hover) {
  .news-Movie .news-Movie_Body .player a 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;
  }
  .news-Movie .news-Movie_Body .player a .play {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .news-Movie .news-Movie_Body .player a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .news-Movie .news-Movie_Body .player a:hover .play {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}


.onair-Index .item  h3 {
  padding-left: 24px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fed900;
  letter-spacing: 0.1em;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
.onair-Index .item h3 {
    padding-left: 3.90625vw;
    font-size: 2.8rem;
  }
}
.onair-Index .item  h3:after {
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url(/tv/digimon_ghost_game/en/assets/img/common/icon_heading_arrow.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
.onair-Index .item  h3:after {
    width: 3.2552083333vw;
    height: 1.8229166667vw;
    top: 1.953125vw;
  }
}




.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-50 {
  margin-top: 5rem;
}
.mt-60 {
  margin-top: 6rem;
}
.mt-70 {
  margin-top: 7rem;
}
.mt-80 {
  margin-top: 8rem;
}
.mt-90 {
  margin-top: 9rem;
}
.mt-100 {
  margin-top: 10rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-50 {
  margin-bottom: 5rem;
}
.mb-60 {
  margin-bottom: 6rem;
}
.mb-70 {
  margin-bottom: 7rem;
}
.mb-80 {
  margin-bottom: 8rem;
}
.mb-90 {
  margin-bottom: 9rem;
}
.mb-100 {
  margin-bottom: 10rem;
}
.fs-10 {
  font-size: 0.785em;
}
.fs-12 {
  font-size: 0.875em;
}
.fs-14 {
  font-size: 0.935em;
}
.fs-16 {
  font-size: 1em;
}
.fs-18 {
  font-size: 1.25em;
}
.fs-20 {
  font-size: 1.5em;
}

