@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #000;
  color: #222;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-family-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.mb {
  margin-bottom: 16px;
}
@media only screen and (min-width : 993px) {
  .mb {
    margin-bottom: 20px;
  }
}

.mt {
  margin-top: 16px;
}
@media only screen and (min-width : 993px) {
  .mt {
    margin-top: 20px;
  }
}

#ntv [lazy=loading] {
  background-image: url(/assets/images/common/loading.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 35% !important;
  background-color: #ccc !important;
}

#ntv img[lazy=loading] {
  width: auto !important;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

.ntv-info a {
  color: #e90d28;
  border: 1px solid #e90d28;
}

.ranking * {
  box-sizing: border-box;
}
.ranking-area {
  margin-top: 93px;
}
.ranking-tabs {
  position: relative;
  height: auto;
}
.ranking-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.ranking-tabs > li {
  width: 100%;
}
.ranking-tabs > li label {
  position: absolute;
  display: block;
  top: -69px;
  width: 48%;
  height: 44px;
  transition: color 0.1s, background-color 0.1s;
  border: 1px solid #e90d28;
  border-radius: 3px;
  color: #e90d28;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
}
.ranking-tabs input[type=radio] {
  display: none;
}
.ranking-tabs input[type=radio]:checked + .ranking-inner label {
  display: block;
  color: #fff;
  background: #e90d28;
}
.ranking-tabs input[type=radio]:checked + .ranking-inner label:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12.5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #e90d28 transparent transparent transparent;
}
.ranking-tabs input[type=radio]:checked + .ranking-inner > [class^=ranking-list] {
  display: block;
}
.ranking-program label {
  left: 1%;
}
.ranking-article label {
  right: 1%;
}
.ranking-list {
  width: 100%;
  display: none;
  transition: opacity 0.1s;
}
.ranking-list > ul > li a .ntv-list-box .ranking-img-wrapper {
  border: 1px solid #efefef;
}
.ranking-list > ul > li a .ntv-list-box .ranking-img-wrapper:after {
  content: counter(ranking);
  display: block;
  text-align: center;
  color: #FFF;
  position: absolute;
  background-color: #e90d28;
  border-radius: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  z-index: 99;
}
.ranking-list > ul > li a .list-text-box {
  margin-left: 34.375%;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .ranking-list > ul > li a .list-text-box {
    margin-left: 215px;
  }
}
.ranking-list > ul > li a .list-text-box .list-text {
  position: static;
  margin-left: 0;
  padding-bottom: 0;
}
.ranking-list > ul > li a .list-text-box .list-text + .list-data {
  margin-top: 0.3em;
}
.ranking-list > ul > li a .list-text-box .list-data {
  position: static;
  padding-top: 0;
  margin-left: 0;
}
.ranking-list > ul > li .ranking-img-wrapper {
  display: block;
  width: 31.25%;
  padding-top: 17.57813%;
  position: relative;
  overflow: hidden;
  float: left;
}
.ranking-list > ul > li .list-img.ranking-img {
  display: block;
  width: calc(100% + 4px);
  padding-top: calc(56.25% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.ranking-list > ul > li:nth-child(-n+3) {
  padding: 0;
  color: #fff;
}
.ranking-list > ul > li:nth-child(-n+3) .ranking-img-wrapper {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  float: none;
}
.ranking-list > ul > li:nth-child(-n+3) .list-img {
  display: block;
  width: calc(100% + 4px);
  padding-top: calc(56.25% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.ranking-list > ul > li:nth-child(-n+3) .list-text {
  margin: 0 10px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .ranking-list > ul > li:nth-child(-n+3) .list-text {
    font-size: 2rem;
  }
}
.ranking-list > ul > li:nth-child(-n+3) a {
  position: relative;
}
.ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .ranking-img-wrapper:after {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 4px;
}
.ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .list-img.ranking-img {
  border: none;
}
.ranking-list > ul > li:nth-child(-n+3) a .list-text-box {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 10px;
  position: absolute;
  z-index: 99;
  bottom: 0;
}
.ranking-list > ul > li:nth-child(-n+3) a .list-text-box .list-data {
  color: #fff;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .ranking-list > ul > li:nth-child(-n+3) a .list-text-box .list-data {
    font-size: 1.4rem;
  }
}
.ranking-list > ul > li:nth-child(-n+3) a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.1s ease;
}
@media only screen and (min-width : 993px) {
  .ranking-list > ul > li:nth-child(-n+3) a:hover {
    opacity: 1;
  }
  .ranking-list > ul > li:nth-child(-n+3) a:hover:after {
    opacity: 0;
  }
}

@media only screen and (min-width : 993px) {
  .ntv-box {
    width: 100%;
    margin-top: 50px;
  }
  .ranking-area {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .ranking-tabs:after {
    content: "";
    display: block;
    clear: both;
  }
  .ranking-tabs > li {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .ranking-tabs > li label {
    pointer-events: none;
    width: 471px;
    height: 34px;
    top: 0px;
    transition: none;
    border: none;
    border-radius: 0;
    color: #fff;
    background: #e90d28;
    font-weight: normal;
    padding-top: 11px;
  }
  .ranking-tabs input[type=radio] {
    display: none;
  }
  .ranking-tabs input[type=radio]:checked + .ranking-inner label:after {
    display: none;
  }
  .ranking-tabs > .ranking-article label {
    margin-right: 10px;
  }
  .ranking-tabs > .ranking-program label {
    margin-left: 10px;
  }
  .ranking-list {
    display: block;
    padding-top: 48px;
  }
  .ranking-list > ul > li {
    padding: 20px 0;
  }
  .ranking-list > ul > li a .ntv-list-box .ranking-img-wrapper:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
  }
  .ranking-list > ul > li a .ntv-list-box .list-img.ranking-img {
    width: 151px;
    padding-top: 88px;
  }
  .ranking-list > ul > li:nth-child(2) {
    float: left;
    width: 50%;
  }
  .ranking-list > ul > li:nth-child(3) {
    position: relative;
    float: right;
    width: 50%;
  }
  .ranking-list > ul > li:nth-child(3):after {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 99;
    content: "";
    width: 1px;
    height: 100%;
    background: #efefef;
  }
  .ranking-list > ul > li:nth-child(4) {
    clear: both;
    border-top: none;
  }
  .ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .ranking-img-wrapper {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .ranking-img-wrapper:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding-top: 0;
  }
  .ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .list-img.ranking-img {
    display: block;
    width: calc(100% + 4px);
    padding-top: calc(56.25% + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
  }
  .ranking-list > ul > li:nth-child(-n+3) a .ntv-list-box .list-data {
    font-size: 1.2rem;
  }
  .ranking-list > ul > li:nth-child(1) a .ntv-list-box .list-text {
    font-size: 2rem;
  }
  .ranking-list > ul > li a .ntv-list-box .list-text {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .ranking-program {
    border-right: 1px solid #c7d0d1;
  }
  .ntv-paddingBox {
    padding: 20px 0 0 0;
    border-top: 1px solid #efefef;
  }
}
