@charset "UTF-8";


/* -------- background -------- */
.minogashitverWrap{
  background: #020c15; /* Old browsers */
  background: -moz-linear-gradient(top,  #020c15 0%, #0f1e31 70%, #385785 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #020c15 0%,#0f1e31 70%,#385785 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #020c15 0%,#0f1e31 70%,#385785 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020c15', endColorstr='#385785',GradientType=0 ); /* IE6-9 */
  position: relative;
}

/* -------- mainvisual -------- */
.main-mainImg img {
  display: block;
  width: 100%;
}
h2.onair{
  background-color: #3b48b7;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px;
  color: #FFFFFF;
}

/* -------- main -------- */
.pera-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
  /* padding: 10px 0; */
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.pera-contents a {
  display: block;
}
.pera-contents a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}
.pera-contents::after{
  content: '';
  display: block;
  background-image: url(../images/common/bg_light.png);
  background-repeat: repeat-x;
  background-position: left -70px bottom -40px;
  height: 0;
  width: 100%;
  padding-top: 50%;
  background-size: 100% auto;
  position: absolute;
  bottom: 0; left: 0;
  z-index: 0;
}
.pera-contents p{
  padding-top: 1em;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/* -------- download -------- */
#download{
  margin: 20px 0;
  padding: 0px 0 10px;
  background: rgba(8, 64, 178, .3);
  text-align: center;
  position: relative;
  z-index: 10;
}
#download p{
  font-weight: bold;
  font-size: 1.8rem;
}
#download ul{
  padding-top: 20px;
}
#download ul li{
  display: inline-block;
}
#download ul li img{
  width: 100%;
}

/* -------- about -------- */

#about{
  margin: 20px 0;
  background: rgba(4, 5, 12, .5);
}
#about .contents_inner{
  width: 82%;
  margin: 0 auto;
  /* padding: 30px 0 40px; */
  padding: 30px 0 20px;
}
#about h3{
  background-image: url(../images/tit_about.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
	display: block;
  overflow: hidden;
  width: 100%;
  height: 98px;
}
#about .textBox{
  padding:12px 0 14px;
}
#about .download{
  background: rgba(8, 64, 178, .5);
  text-align: center;
  padding: 24px 0;
  position: relative;
  z-index: 10;
}
#about .download p{
  font-weight: bold;
  font-size: 1.8rem;
}
#about .download ul{
  padding-top: 20px;
}
#about .download ul li{
  display: inline-block;
}
#about .download ul li img{
  width: 100%;
}


/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {

  .pera-contents{
    padding: 20px 0 16px;
  }
  /* -------- download -------- */
  #download{
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 10px;
  }
  #download p{
    font-size: 1.6rem;
  }
  #download ul li a{
    height: 44px;
  }
  #download ul li img{
    width: auto;
    height: 100%;
  }
  #download ul li:first-child{
    padding-right: 4%;
  }


  /* -------- about -------- */
  #about{
    width: 90%;
    margin: 20px auto;
  }
  #about .contents_inner{
    width: 90%;
  }
  #about h3{
    height: 0;
    padding-top: 22%;
    background-size: contain;
  }
  #about .download ul li{
   }
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
 #download ul li:first-child{
    padding-right: 40px;
  }
  #about .download ul li:first-child{
    padding-right: 40px;
  }

}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {

  /* -------- background -------- */
  .minogashitverWrap{
    position: relative;
    z-index: 1;
  }
  .minogashitverWrap::after{
    content: '';
    display: block;
    background-image: url(../images/common/bg_light.png);
    background-repeat: repeat-x;
    background-position: left -40px bottom -40px;
    height: 333px;
    width: 100%;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 0;
  }

  /* -------- main -------- */
  .pera-contents{padding: 0;}
  .pera-contents p{
    font-size: 1.6rem;
  }
  .pera-contents::after{display: none;}

  /* -------- mainvisual -------- */
  h2.onair{
    font-size: 1.8rem;
  }

  /* -------- download -------- */
  #download ul li:first-child{
    padding-right: 40px;
  }

  /* -------- about -------- */
  #about .contents_inner{
    padding: 34px 0 25px;
  }
  #about .textBox{
    padding: 15px 0 30px;
  }  
  #about .download ul li:first-child{
    padding-right: 40px;
  }
}



/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */
.ntv-box-title {
  background: #3b48b7;
}
.ntv-box-title.title-base {
  /* background: #3b48b7; */
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */


/* ボタン */
#topics .drama-btn.btn-more {
  /* color: #ffffff; */
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: transparent;
  border: 1px solid #000;
  padding: 15px;
  font-size: 1.4rem;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #topics .topics-btn {
    padding: 10px;
    margin: 0;
  }
}

/* リスト */
@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 49%;
  }
  #topics .topics-item:nth-of-type(n+3) {
    margin-top: 15px;
  }
  #topics .topics-item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #topics .topics-item:nth-of-type(2n) {
    margin-left: 2%;
  }

}