@charset "UTF-8";
/*====================================

  00. Reset

====================================*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  /*font:12px/1.22 "MS PGothic","Osaka",Arial,sans-serif;*/
  /*font-size:12px;*/
  font: 13px/1.231 "Meiryo",arial,helvetica,"MS PGothic",clean,sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

/*color*/
/*size*/
/*====================================

  01. NTV-template

====================================*/
body {
  min-width: 1000px;
  background-color: #c762d6;
}

html > body > iframe {
  display: none;
  height: 0;
}

#topad {
  min-height: 90px;
}

#contents {
  width: 1000px;
  margin: 0 auto;
}

/* anchor */
#wrapper a,
#wrapper .article {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/* #main */
#main {
  width: 675px;
  padding-bottom: 35px;
}

/* SNS自動設置エリア */
.global_NTV_snsArea .global_NTV_snsList {
  padding: 8px 0;
  margin-left: 20px;
}

.global_NTV_snsArea .global_NTV_snsList li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.global_NTV_snsArea .fb_iframe_widget span {
  vertical-align: top !important;
}

/* #side */
#side {
  padding: 10px 0px 0px;
}

#wrapper #contents #side .box .title {
  background: #dae1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a {
  background-color: rgba(153, 153, 153, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#side #sp_rectangle {
  display: none;
}

/* #header */
#article {
  background-color: #f7f7f7;
}

#article .text {
  padding: 20px;
}

#article h2 {
  font-weight: bold;
  font-size: 120%;
  margin: 0px 0px 10px;
}

#article h3 {
  font-weight: bold;
  font-size: 100%;
}

#article p {
  margin-bottom: 10px;
}

.innerlink-head {
  margin-top: 10px;
}

.innerlink-head a {
  font-size: 11px;
  color: #000;
}

.section {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
}

/*====================================

  02. Base

====================================*/
body {
  background: #c762d6 url(../images/bg_main.gif) 0 0 repeat;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main li, #main dt, #main dd, #main a, #main span, #main th, #main td, #main input {
  font-family: "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", sans-serif;
}

/*----------common----------*/
/*alt*/
/*textIndent*/
/*====================================

  03. layoout

====================================*/
body {
  background: #c762d6;
}

#wrapper {
  background: url(../images/nav/nav_bg.png) no-repeat center 434px, url(../images/common/illust_bg_l.png) repeat-y left -100px top, url(../images/common/illust_bg_r.png) repeat-y right -100px top;
}

#contents {
  /*-----------------------------
      main
  -----------------------------*/
}
#contents #main {
  /*-----------------------------
      header
  -----------------------------*/
  /*-----------------------------
      nav
  -----------------------------*/
  /*---------article---------*/
}
#contents #main #header {
  position: relative;
}
#contents #main #header.logo {
  width: 675px;
  position: relative;
  background: url(../images/header/bg_header.jpg) no-repeat center center;
  height: 460px;
  margin-top: 10px;
}
#contents #main #header.logo h1 {
  background: url(../images/header/logo.png) no-repeat 0 0;
  height: 278px;
  width: 620px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 40px;
}
#contents #main #header.logo .onair_info {
  width: 675px;
  overflow: hidden;
}
#contents #main #header.logo .onair_info p.onair {
  width: 629px;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin-left: 24px;
}
#contents #main #header.logo .onair_info p.onair img {
  display: block;
}
#contents #main #header.logo .onair_info ul.note {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#contents #main #header.mainvisual {
  width: 675px;
  margin: 0 auto;
  position: relative;
  background: url(../images/header/bg_header_mv.jpg) no-repeat center center;
  height: 435px;
  margin-top: 10px;
}
#contents #main #header.mainvisual h1 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#contents #main #header.mainvisual .onair_info {
  width: 675px;
  overflow: hidden;
}
#contents #main #header.mainvisual .onair_info .onair {
  padding-top: 282px;
  width: 636px;
  margin: 0 auto;
}
#contents #main #header.mainvisual .onair_info .note {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#contents #main #header.mainvisual #item_logo_tiny {
  width: 190px;
  height: 87px;
  position: absolute;
  bottom: -26px;
  right: 15px;
  display: block;
}
#contents #main #nav {
  height: 122px;
  width: 675px;
  padding: 45px 0 5px;
}
#contents #main #nav ul {
  background: url(../images/nav/nav_ul_bg.gif) no-repeat left 5px top;
  height: 54px;
  width: 595px;
  border-radius: 5px;
  margin: 0 0 0 20px;
  padding: 25px 0 0 30px;
  overflow: hidden;
  clear: both;
}
#contents #main #nav ul li {
  float: left;
  height: 34px;
  padding: 0 10px;
}
#contents #main #nav ul li a, #contents #main #nav ul li span {
  height: 100%;
  display: block;
  background-image: url(../images/nav/nav_btn.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents #main #nav ul li.intro a {
  background-position: 0 0px;
  width: 110px;
}
#contents #main #nav ul li.intro a:hover {
  background-position: 0 -34px;
}
#contents #main #nav ul li.cast a {
  background-position: -137px 0px;
  width: 107px;
}
#contents #main #nav ul li.cast a:hover {
  background-position: -137px -34px;
}
#contents #main #nav ul li.staff a {
  background-position: -271px 0px;
  width: 115px;
}
#contents #main #nav ul li.staff a:hover {
  background-position: -271px -34px;
}
#contents #main #nav ul li.backnumber a {
  background-position: -405px 0px;
  width: 166px;
}
#contents #main #nav ul li.backnumber a:hover {
  background-position: -405px -34px;
}
#contents #main #nav ul li.backnumber span {
  background-position: -405px -68px;
  width: 166px;
}
#contents #main #article {
  width: 675px;
  background: none;
  /*-----------------------------
      hulu
  -----------------------------*/
  /*-----------------------------
      banner
  -----------------------------*/
  /*-----------------------------
      movie
  -----------------------------*/
  /*-----------------------------
      twitter
  -----------------------------*/
  /*---------diagBox---------*/
  /*-----------------------------
      intro
  -----------------------------*/
  /*-----------------------------
      cast
  -----------------------------*/
  /*-----------------------------
      staff
  -----------------------------*/
  /*-----------------------------
      dvd
  -----------------------------*/
  /*-----------------------------
      network
  -----------------------------*/
}
#contents #main #article .block {
  margin: 8px 0 -30px;
  padding-top: 30px;
}
#contents #main #article .inner {
  width: 595px;
  margin: 0 auto;
}
#contents #main #article h2 {
  margin-left: 30px;
}
#contents #main #article #hulu {
  background: url(../images/hulu/bg_hulu.jpg) no-repeat center top;
  height: 230px;
  padding: 28px 0;
  box-sizing: border-box;
}
#contents #main #article #hulu h2.tit_hulu {
  background: url(../images/hulu/h2_tit_hulu.png) no-repeat center center;
  height: 90px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 16px;
  margin-left: 0;
}
#contents #main #article #hulu .txt {
  background: url(../images/hulu/txt_hulu.png) no-repeat center center;
  height: 70px;
  width: 329px;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents #main #article #hulu .btn_hulu {
  height: 62px;
  width: 263px;
  float: right;
}
#contents #main #article #hulu .btn_hulu a {
  background-image: url(../images/hulu/btn_hulu.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  height: 62px;
  display: block;
  transition: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents #main #article #hulu .btn_hulu a:hover {
  background-position: 0 -62px;
}
#contents #main #article .banner {
  margin: 5px 0 20px;
  position: relative;
}
#contents #main #article .banner .bnr_disc a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 127px;
  border: none;
  text-decoration: none;
}
#contents #main #article .banner .dvd09 a {
  background-image: url(../images/banner/bnr_dvd9.png);
  background-repeat: no-repeat;
  background-position: left top;
  transition: none;
  text-decoration: none;
}
#contents #main #article .banner .dvd09 a:hover {
  background-position: left bottom;
}
#contents #main #article .banner .dvd10 {
  margin-top: -10px;
}
#contents #main #article .banner .dvd10 a {
  height: 125px;
  background-image: url(../images/banner/bnr_dvd10.png);
  background-repeat: no-repeat;
  background-position: left top;
  transition: none;
  text-decoration: none;
}
#contents #main #article .banner .dvd10 a:hover {
  background-position: left bottom;
}
#contents #main #article .banner .bnr_insta {
  margin-top: 18px;
}
#contents #main #article .banner .bnr_insta a {
  background: url(../images/banner/bnr_insta.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 102px;
}
#contents #main #article .banner .bnr_insta a:hover {
  opacity: 0.6;
}
#contents #main #article #movie {
  background: url(../images/movie/bg_movie.jpg) no-repeat center top;
  height: 482px;
  position: relative;
}
#contents #main #article #movie .inner {
  padding-top: 30px;
}
#contents #main #article #movie h2.tit_movie {
  background: url(../images/movie/h2_tit_movie.png) no-repeat left top;
  height: 90px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 16px;
}
#contents #main #article #movie .player_wrapper {
  position: absolute;
  top: 143px;
  left: 84px;
  display: block;
  height: 300px;
  width: 534px;
}
#contents #main #article #twitter {
  background: url(../images/twitter/bg_twitter.jpg) no-repeat center top;
  height: 468px;
  position: relative;
}
#contents #main #article #twitter h2.tit_twitter {
  background: url(../images/twitter/h2_tit_twitter.png) no-repeat left top;
  height: 85px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 16px;
}
#contents #main #article #twitter .tw_contents {
  width: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
}
#contents #main #article .diagBox_wrapper::before {
  content: url(../images/common/diagbox_top.png);
  display: block;
  margin-top: 8px;
  height: 81px;
}
#contents #main #article .diagBox_wrapper::after {
  content: url(../images/common/diagbox_bottom.png);
  display: block;
  margin-top: -118px;
  height: 81px;
}
#contents #main #article .diagBox {
  margin-top: -118px;
  padding-top: 64px;
}
#contents #main #article .top {
  margin-top: -54px !important;
}
#contents #main #article #intro {
  display: block;
}
#contents #main #article #intro .intro-top {
  background: url(../images/intro/bg_intro-top.png) no-repeat center top;
  height: 958px;
  position: relative;
  margin-top: -64px;
  padding-top: 64px;
}
#contents #main #article #intro .intro-top h2.tit_intro {
  background: url(../images/intro/h2_tit_intro.png) no-repeat left top;
  height: 85px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 40px;
}
#contents #main #article #intro .intro-top p {
  background: url(../images/intro/txt_intro-top.png) no-repeat center top;
  height: 669px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents #main #article #intro .intro-bt {
  background: url(../images/intro/bg_intro-bt.png) no-repeat center top;
  height: 1010px;
  position: relative;
  margin-top: -118px;
  padding-top: 64px;
}
#contents #main #article #intro .intro-bt p {
  background: url(../images/intro/txt_intro-bt.png) no-repeat center top;
  height: 822px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
#contents #main #article #cast {
  background: url(../images/cast/bg_cast.png) no-repeat center top;
  height: 2412px;
  position: relative;
}
#contents #main #article #cast .inner {
  width: 635px;
}
#contents #main #article #cast h2.tit_cast {
  background: url(../images/cast/h2_tit_cast.png) no-repeat left top;
  height: 85px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 40px;
}
#contents #main #article #cast ul.castList {
  background: url(../images/cast/img_cast.png) no-repeat center top;
  height: 1859px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 4px;
}
#contents #main #article #cast p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#contents #main #article #staff {
  background: url(../images/staff/bg_staff.png) no-repeat center top;
  height: 548px;
  position: relative;
}
#contents #main #article #staff h2.tit_staff {
  background: url(../images/staff/h2_tit_staff.png) no-repeat left top;
  height: 85px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 40px;
}
#contents #main #article #staff ul.staffList {
  background: url(../images/staff/txt_staff.png) no-repeat left top;
  height: 251px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
#contents #main #article #dvd {
  background: url(../images/dvd/bg_dvd.png) no-repeat center top;
  height: 876px;
  position: relative;
}
#contents #main #article #dvd h2.tit_dvd {
  background: url(../images/dvd/h2_tit_dvd.png) no-repeat left top;
  height: 91px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 40px;
}
#contents #main #article #dvd ul.dvdList {
  font-size: 0;
}
#contents #main #article #dvd ul.dvdList li {
  display: inline-block;
  padding-right: 32px;
  padding-bottom: 30px;
}
#contents #main #article #dvd ul.dvdList li:nth-child(3n) {
  padding-right: 0;
}
#contents #main #article #dvd ul.dvdList li a:hover {
  opacity: 0.7;
}
#contents #main #article #network {
  background: url(../images/network/bg_net.jpg) no-repeat center top;
  height: 258px;
  position: relative;
}
#contents #main #article #network h2.tit_network {
  background: url(../images/network/h2_tit_net.png) no-repeat left top;
  height: 85px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
#contents #main #article #network ul.networkList {
  background: url(../images/network/txt_net.png) no-repeat left top;
  height: 91px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
#contents #main #article #network p.note {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*====================================

  04. Font

====================================*/
/*----------common----------*/
#main span.fs11 {
  font-size: 1.1em;
}

/*----/#main----*/
/*====================================

  05. Module

====================================*/
/*------PageTop------*/
.innerlink-head {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding-bottom: 20px;
}
.innerlink-head a {
  text-decoration: none;
  display: block;
}

/*----------footer----------*/
#footer {
  clear: both;
}

/*----------bg-koumori----------*/
#cover_01 {
  background: url(../images/common/bg_koumori_01.gif) repeat-y 0 0;
  background: url(none) \9;
  /* IE8 */
}
#cover_02 {
  background: url(../images/common/bg_koumori_02.gif) repeat-y 0 0;
  background: url(none) \9;
  /* IE8 */
}
#cover_03 {
  background: url(../images/common/bg_koumori_03.gif) repeat-y 0 0;
  background: url(none) \9;
  /* IE8 */
}
#cover_04 {
  background: url(../images/common/bg_koumori_04.gif) repeat-y 0 0;
  background: url(none) \9;
  /* IE8 */
}
#cover_05 {
  background: url(../images/common/bg_koumori_05.gif) repeat-y 0 0;
  background: url(none) \9;
  /* IE8 */
}

.item_flower {
  content: '';
  background-image: url(../images/header/illust_header.png);
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -945px;
  display: block;
  height: 509px;
  width: 534px;
}

.item_logo_tiny {
  position: absolute;
  bottom: -15px;
  left: 20px;
}

/*----------twitter----------*/
#twitter #twitter-widget-0 {
  width: 575px !important;
}
