@charset "UTF-8";

/* ---------------------------------
 common
--------------------------------- */

/*======== base ========*/
.ntv-wrapper{
  background: #ead2f7 url(../images/bg.gif) repeat 0 0;
}

#nogidoko-e a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
  opacity:0.65;
  cursor: pointer;
}
#nogidoko-e.ios a:hover {
  opacity: 1;
}

.block{
  background: #ffffff;
  border-radius: 5px;
  padding: 50px 0 40px;
  margin: 20px 0;
}

.block .inner{
  padding: 0 40px;
}

.block p, .block a, .block dt, .block dd, .block li, .block span{
  font-size: 1.4rem;
  font-feature-settings: "palt" 1;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*======== mainvisual ========*/

.peraichi-main-mainImg img {
  display: block;
  width: 100%;
}

#nogidoko-e #mainvisual h2, #nogidoko-e #mainvisual p{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*======== mv_second ========*/

#mv_second a:hover{
  transition: opacity .1s;
	text-decoration:none;
  opacity:0.65;
  cursor: pointer;
}
.peraichi-main-mainImg_second img {
  display: block;
  width: 100%;
}

#nogidoko-e #mv_second h2, #nogidoko-e #mv_second p{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*======== nav ========*/

#nogidoko-e #nav{ margin-top: 20px;}
#nogidoko-e #nav ul{ display: flex;}
#nogidoko-e #nav ul li{
  width: 33.33333%;
  margin-right: 20px;
  box-sizing: border-box;
}
#nogidoko-e #nav ul li:last-child{
  margin-right: 0;
}
#nogidoko-e #nav ul li a{
  background: #ffffff;
  border: 1px solid #ff00b0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 80px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #nav ul li a.nav_intro{
  background: #ffffff url(../images/nav/nav_intro.png) no-repeat center center;
}
#nogidoko-e #nav ul li a.nav_cast{
  background: #ffffff url(../images/nav/nav_cast.png) no-repeat center center;
}
#nogidoko-e #nav ul li a.nav_staff{
  background: #ffffff url(../images/nav/nav_staff.png) no-repeat center center;
}

/*======== peraichi-contents ========*/

.peraichi-contents {
  box-sizing: border-box;
  font-size: 1.4rem;
}
.peraichi-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
  opacity:0.65;
  cursor: pointer;
}

/*======== news ========*/
#nogidoko-e .news{
  margin: 30px 0;
}
#nogidoko-e .news .inner{
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
}
#nogidoko-e .news h6, #nogidoko-e .news p{
  color: #FF0000;
}
#nogidoko-e .news h6{
  font-weight: bold;
  padding-bottom: 0.5em;
}
#nogidoko-e .news p{}

/*======== banner ========*/

#nogidoko-e #banner_top, #nogidoko-e #banner_bottom{}
#nogidoko-e #banner_top{margin: 20px 0;}
#nogidoko-e #banner_bottom{margin: 20px 0;}
#nogidoko-e #banner_top ul, #nogidoko-e #banner_bottom ul{}
#nogidoko-e #banner_top ul li, #nogidoko-e #banner_bottom ul li{
  margin: 12px 0;
  line-height: 0;
}

/*======== twitter ========*/

#nogidoko-e #twitter{}
#nogidoko-e #twitter h3{
  background: url(../images/twitter/tit_twitter.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 70px;
  margin-bottom: 40px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #twitter .twitter_contents{}
#nogidoko-e #twitter .twitter-timeline{}
#nogidoko-e #twitter .btn_follow {
  padding-top: 40px;
}
#nogidoko-e #twitter .btn_follow a{
  display: block;
  background: #1da1f2 url(../images/twitter/btn_bg_twitter.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  max-height: 64px;
  padding: 1.3em 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

/*======== movie ========*/

#nogidoko-e #movie{}
#nogidoko-e #movie h3{
  background: url(../images/movie/tit_movie.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 71px;
  margin-bottom: 40px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #movie .movie_player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 10px auto;
}
#nogidoko-e #movie .movie_player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nogidoko-e .channel-list{margin-top: 20px;}
#nogidoko-e .channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}
#nogidoko-e .channel-item.hulu a{
  background-color: #67ae3e;
}
.channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
#nogidoko-e .channel-item.hulu span{
  background-image: url(../images/movie/channel-hulu-pc.png);
}

/*======== intro ========*/

#nogidoko-e #intro{}
#nogidoko-e #intro h3{
  background: url(../images/tit_intro.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 70px;
  margin-bottom: 40px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #intro p{
  line-height: 2;
  margin-top: 1.5em;
}
#intro p span.em{font-weight: bold;}
#intro p span.color-pk{color:#ff00b0;}
#intro p span.color-pp{color:#8021d9;}
#intro p span.color-bl{color:#212ad9;}
#intro p span.color-hulu{color:#67ae3e;}
#intro p span.fs-11{font-size: 1.1em;}
#intro p span.fs-12{font-size: 1.2em;}
#intro p span.fs-13{font-size: 1.35em;}
#intro p span.mark-yl{background: linear-gradient(transparent 25%, #fbfc8a 25%);}
#intro p span.mark-hulu{background: linear-gradient(transparent 25%, #b3d69e  25%);}

/*======== cast ========*/

#nogidoko-e #cast{position: relative;}
#nogidoko-e #cast::after{
  content: "";
  background: url(../images/cast/bg_cast.png)no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 426px;
  position: absolute;
  left: 0; bottom: 0;
}
#nogidoko-e #cast.block{
  padding-bottom: 0;
}
#nogidoko-e #cast .inner{
  position: relative;
  z-index: 1;
}
#nogidoko-e #cast h3{
  background: url(../images/cast/tit_cast.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 73px;
  margin-bottom: 50px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #cast .cast_member{
  background: url(../images/cast/cast_nogizaka.png) no-repeat center top;
  width: 100%;
  height: 657px;
  position: relative;
  margin-bottom: 40px;
}
#nogidoko-e #cast .cast_member h4,
#nogidoko-e #cast .cast_member ul{
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#nogidoko-e #cast .cast_mc{
  background:url(../images/cast/mc.png) no-repeat center bottom;
  width: 100%;
  height: 252px;
  text-indent: -9999px;
	display: block;
  overflow: hidden;
  position: relative;
}

/*======== network ========*/

#nogidoko-e #network{}
#nogidoko-e #network h3{
  background: url(../images/tit_net.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 75px;
  margin-bottom: 40px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #network dl{margin-top: 30px;}
#nogidoko-e #network dl dt{
  text-indent: 1em;
  line-height: 1.4;
  margin-bottom: 12px;
  border-left: 5px solid #8021d9;
  border-image-source: url(../images/common/bdr_purple.gif);
  border-image-slice: 0 0 0 100;
}
#nogidoko-e #network dl.even dt{
  border-left: 5px solid #ff00b0;
  border-image-source: url(../images/common/bdr_pink.gif);
  border-image-slice: 0 0 0 100;
}
#nogidoko-e #network dl dd{line-height: 1.5;}


/*======== staff ========*/

#nogidoko-e #staff{}
#nogidoko-e #staff h3{
  background: url(../images/tit_staff.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 72px;
  margin-bottom: 40px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nogidoko-e #staff dl{margin-top: 30px;}
#nogidoko-e #staff dl dt{
  text-indent: 1em;
  line-height: 1.4;
  margin-bottom: 12px;
  border-left: 5px solid #8021d9;
  border-image-source: url(../images/common/bdr_purple.gif);
  border-image-slice: 0 0 0 100;
}
#nogidoko-e #staff dl.even dt{
  border-left: 5px solid #ff00b0;
  border-image-source: url(../images/common/bdr_pink.gif);
  border-image-slice: 0 0 0 100;
}
#nogidoko-e #staff dl dd{line-height: 1.5;}


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

  /*======== base ========*/
  .block{
    padding: 10% 0;
    margin: 4% 2%;
  }
  .block .inner{
    padding: 0 4%;
  }

  /*======== mainvisual ========*/
  /*======== nav ========*/
  #nogidoko-e #nav{ margin-top: 2%;}
  #nogidoko-e #nav ul{
    width: 96%;
    margin: 0 auto;
  }
  #nogidoko-e #nav ul li{
    margin-right: 2%;
  }
  #nogidoko-e #nav ul li a{
    height: 0;
    padding-top: 50%;
  }
  #nogidoko-e #nav ul li a.nav_intro{
    background: #ffffff url(../images/nav/nav_intro.png) no-repeat center center;
    background-size: contain;
  }
  #nogidoko-e #nav ul li a.nav_cast{
    background: #ffffff url(../images/nav/nav_cast.png) no-repeat center center;
    background-size: contain;
  }
  #nogidoko-e #nav ul li a.nav_staff{
    background: #ffffff url(../images/nav/nav_staff.png) no-repeat center center;
    background-size: contain;
  }

  /*======== peraichi-contents ========*/

  /*======== news ========*/
  #nogidoko-e .news{margin: 6% 2%;}
  #nogidoko-e .news .inner{}

  /*======== banner ========*/

  #nogidoko-e #banner_top, #nogidoko-e #banner_bottom{
    width: 96%;
    margin: 0 auto;
  }
  #nogidoko-e #banner_bottom{margin: 4% 2%;}
  #nogidoko-e #banner_top ul li, #nogidoko-e #banner_bottom ul li{
    margin-top: 4%;
  }
  #nogidoko-e #banner_top ul li a img, #nogidoko-e #banner_bottom ul li a img{
    width: 100%;
  }

  /*======== twitter ========*/
  #nogidoko-e #twitter h3{
    background-size: contain;
    height: 0;
    padding-top: 14.65%;
    margin: 0 auto 8%;
  }
  
  #nogidoko-e #twitter .btn_follow {
    padding-top: 8%;
  }
  #nogidoko-e #twitter .btn_follow a{
    background-size: cover;
    max-height: unset;
    padding: 1em 0;
    font-size: 1.4rem;
  }
  
  /*======== movie ========*/
  #nogidoko-e #movie h3{
    background-size: contain;
    height: 0;
    padding-top: 14.68%;
    margin: 0 auto 8%;
  }
  /*======== intro ========*/
  #nogidoko-e #intro h3{
    background-size: contain;
    height: 0;
    padding-top: 14.65%;
    margin: 0 auto 8%;
  }

  /*======== cast ========*/
  #nogidoko-e #cast h3{
    background-size: contain;
    height: 0;
    padding-top: 14.7%;
    margin: 0 auto 8%;
  }

  #nogidoko-e #cast::after{
    height: 0;
    padding-top: 64.16%;
    background-size: contain;
  }
  #nogidoko-e #cast .cast_member{
    background-size: contain;
    height: 0;
    padding-top: 112.5%;
    margin-bottom: 4%;
  }
  #nogidoko-e #cast .cast_mc{
    background-size: contain;
    height: 0;
    padding-top: 43.15%;
  }

  /*======== network ========*/
  #nogidoko-e #network h3{
    background-size: contain;
    height: 0;
    padding-top: 14.74%;
    margin: 0 auto 8%;
  }

  /*======== staff ========*/
  #nogidoko-e #staff h3{
    background-size: contain;
    height: 0;
    padding-top: 14.65%;
    margin: 0 auto 8%;
  }

}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){

}

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



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

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

