/*-------------------------------------------------------------------*/
/* onair-Index */
/*-------------------------------------------------------------------*/
.onair-Index {
  margin-top: 60px;
  padding-bottom: 295px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index {
    margin-top: 6.5104166667vw;
    padding-bottom: 27.34375vw;
  }
}
.onair-Index .item {
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item {
    max-width: 89.5833333333vw;
  }
}
.onair-Index .item h2 {
  margin-bottom: 40px;
  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) {
  .onair-Index .item h2 {
    margin-bottom: 5.859375vw;
    padding: 0 0 3.2552083333vw 4.9479166667vw;
    font-size: 3.2rem;
  }
}
.onair-Index .item 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) {
  .onair-Index .item h2:before {
    width: 3.2552083333vw;
    height: 1.8229166667vw;
    top: 1.8229166667vw;
  }
}
.onair-Index .item 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) {
  .onair-Index .item 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;
  }
}
.onair-Index .item .free > p {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .free > p {
    font-size: 3.4rem;
    line-height: 1.5882352941;
  }
}
.onair-Index .item .free > p + ul {
  margin-top: 35px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .free > p + ul {
    margin-top: 5.859375vw;
  }
}
.onair-Index .item .free 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: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .free 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: 7.8125vw;
  }
}
.onair-Index .item .free ul li {
  max-width: 526px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .free ul li {
    max-width: 100%;
  }
}
.onair-Index .item .free ul li a .thumbnail {
  background: #000;
  overflow: hidden;
  position: relative;
}
.onair-Index .item .free 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) {
  .onair-Index .item .free ul li a .thumbnail:after {
    background-size: 0.1302083333vw;
  }
}
.onair-Index .item .free 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) {
  .onair-Index .item .free 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;
  }
}
.onair-Index .item .free ul li a .thumbnail .play:before, .onair-Index .item .free ul li a .thumbnail .play:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.onair-Index .item .free 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;
}
.onair-Index .item .free 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) {
  .onair-Index .item .free ul li a .thumbnail .play:after {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
.onair-Index .item .free ul li a .text {
  margin-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .free ul li a .text {
    margin-top: 2.6041666667vw;
  }
}
.onair-Index .item .free 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) {
  .onair-Index .item .free ul li a .text .title {
    font-size: 2.8rem;
    line-height: 1.5882352941;
  }
}
@media (any-hover: hover) {
  .onair-Index .item .free 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;
  }
  .onair-Index .item .free ul li a .text .title p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .onair-Index .item .free 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)";
  }
  .onair-Index .item .free ul li a:hover .text .title p {
    color: #c70421;
  }
}
.onair-Index .item .tv table {
  border-collapse: collapse;
  border-spacing: 0;
}
.onair-Index .item .tv table th, .onair-Index .item .tv table td {
  width: 224px;
  padding: 10px 10px 12px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  border: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .tv table th, .onair-Index .item .tv table td {
    width: 18.75vw;
    padding: 1.8229166667vw 0 2.2135416667vw;
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.onair-Index .item .tv table th.large, .onair-Index .item .tv table td.large {
  width: 314px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .tv table th.large, .onair-Index .item .tv table td.large {
    width: 25.6510416667vw;
  }
}
.onair-Index .item .tv table th {
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #000;
}
.onair-Index .item .tv table td {
  font-weight: 500;
  color: #000;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .tv table td {
    padding: 1.6927083333vw 2.6041666667vw 2.6041666667vw;
    text-align: left;
  }
}
.onair-Index .item .tv table td a {
  color: #000;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .onair-Index .item .tv table td a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .onair-Index .item .tv table td a:hover {
    color: #c70421;
  }
}
.onair-Index .item .streaming .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
  -webkit-column-gap: 20px;
          -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .streaming .list {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 2.6041666667vw;
            -moz-column-gap: 2.6041666667vw;
            column-gap: 2.6041666667vw;
    row-gap: 2.6041666667vw;
  }
}
.onair-Index .item .streaming .list li {
  max-width: 255px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .streaming .list li {
    max-width: 43.4895833333vw;
  }
}
.onair-Index .item .streaming .list li a {
  display: block;
  background: #fff;
}
@media (any-hover: hover) {
  .onair-Index .item .streaming .list li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .onair-Index .item .streaming .list li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}
.onair-Index .item .notes {
  margin-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .notes {
    margin-top: 3.90625vw;
  }
}
.onair-Index .item .notes li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item .notes li {
    font-size: 2.2rem;
  }
}
.onair-Index .item + .item {
  margin-top: 80px;
}
@media print, screen and (max-width: 1024px) {
  .onair-Index .item + .item {
    margin-top: 11.71875vw;
  }
}