@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* ! [.di_]の記述は番組ディレクトリ名等適切に変更 */
.di_wrapper {
  background: #fff;
}
@media only screen and (min-width: 993px) {
  .di_wrapper a {
    transition: opacity .1s ease;
  }
  .di_wrapper a:hover {
    opacity: 0.6;
  }
  .di_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}
/* mainvisual
========================================== */
.di_mainvisual_inner {
  width: 100%;
  margin: 0 auto;
}

.di_mainvisual_img * {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
}

/* nav
========================================== */
.di_nav_area {
  width: 100%;
  margin: 20px auto;
}
.di_nav_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* di_nav_list
------------------------------ */
.di_nav_list {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.di_nav_item {
  display: inline-block;
  width: 12%;
  vertical-align: top;
  position: relative;
}
.di_nav_item:not(:first-child) { margin-left: 0.56%; }
.di_nav_item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

/* di_nav - status */
.di_nav_item.is-new {}
.di_nav_item.is-new:before {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(../images/common/nav_icon_new.png) no-repeat center; /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 30;
}
.di_nav_item.is-coming {}
.di_nav_item.is-coming a {
  opacity: 0.6;
  pointer-events: none;
}

/* di_nav - contents */
.di_nav_item.intro a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.cast a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.story a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.hulu a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.chart a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.topics a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.goods a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item.sns a { background-image: url(https://placehold.jp/124x124.png); }
.di_nav_item a span {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* instagram(sampleなので自由変更可)
========================================== */
.di_instagram {
  padding: 30px;
  background: #222;
}
.di_instagram_inner {
  max-width: 600px;
  margin: 0 auto;
}


/* 広告用のスタイル（絶対に消さないで下さい） */
#ntv_setAD_SP_300_250_3 {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .di_nav_list { margin: 3% auto; padding: 0 1%; }
  .di_nav_item { width: 24.25%; }
  .di_nav_item:not(:first-child) { margin-left: 1%; }
  .di_nav_item:nth-child(4n+1) { margin-left: 0; }
  .di_nav_item:nth-child(n+5) { margin-top: 1%; }
  .di_nav_item a span { font-size: 0; }
}

/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}
