@import url(//fonts.googleapis.com/css?family=Alegreya:700italic);
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: none;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../js/shadowbox/img/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../js/shadowbox/img/close.png);
}

#sb-nav-next {
  background-image: url(../js/shadowbox/img/next.png);
}

#sb-nav-previous {
  background-image: url(../js/shadowbox/img/previous.png);
}

#sb-nav-play {
  background-image: url(../js/shadowbox/img/play.png);
}

#sb-nav-pause {
  background-image: url(../js/shadowbox/img/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
  display: none;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
.container {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #e9e8e8;
  font-size: 14px;
  line-height: 1.8em;
}

/*　フォント関連　*/
.col1 {
  color: #d8352f;
}

.small {
  font-size: 75%;
}

.str {
  font-size: 140%;
}

/* リンク */
a:link {
  color: #cec284;
  text-decoration: none;
}

a:hover {
  color: #f6eaac;
  text-decoration: underline;
}

a:visited {
  color: #cec284;
  text-decoration: none;
}

a:active {
  color: #f6eaac;
  text-decoration: underline;
}

a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px dotted;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*ボタン*/
a.buttonR {
  /* サイズ指定 */
  width: 200px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  margin: 20px;
  overflow: hidden;
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  /* 色指定 */
  background-image: -webkit-linear-gradient(top, #d8352f, #ec4943);
  border: 2px solid #ff3333;
  color: #FFF;
  /* 角丸 */
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  /* その他 */
  text-decoration: none;
  font-size: 110%;
}

a.buttonR:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #ec4943, #d8352f);
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bg.jpg) no-repeat top center #2a3139 !important;
  padding: 0 20px;
  /*追加*/
}

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background-image: none;
}

.main-container {
  padding: 20px 20px 10px 20px !important;
  background: url(../img/mainbg_top.jpg) repeat-x top left, url(../img/mainbg.jpg) repeat;
  background-color: #262626;
  /*念のため*/
  clear: both;
}

.main-container .contentsarea {
  padding-bottom: 20px;
  clear: both;
}

.header {
  padding: 0;
  margin: 0;
}

.header-image {
  margin: 0;
  padding: 0;
}

.site-bnr {
  clear: both;
}

.site-bnr a {
  border: 1px #e9e8e8 solid;
}

.site-bnr a:hover {
  border: 1px #baae70 solid;
}

section {
  margin-bottom: 50px;
  clear: both;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
.page-nav {
  padding-top: 7px;
  font-size: 120%;
  background: url(../img/menuhead.gif) top repeat-x !important;
  border: none;
}

.page-nav .page-nav-inner {
  padding: 0;
  border-bottom: 1px solid #282825;
}

.page-nav ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: url(../img/bgmenu.gif) repeat !important;
  padding: 0;
}

.page-nav ul li {
  height: 45px;
  border: none;
  box-shadow: none;
}

.page-nav ul li a {
  color: #ffffff;
  height: 35px;
  padding: 8px 15px 1px;
  background: url(../img/menuline.gif) center right no-repeat !important;
  border: none!important;
  text-decoration: none;
  font-size: 80%;
  box-shadow: none;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.page-nav a.active, .page-nav a:hover {
  padding: 8px 15px 1px !important;
  height: 35px;
  background: url(../img/bgmenu02.gif) repeat !important;
}

.page-nav-inner {
  padding: 0!important;
  font-size: 100%;
}

/*--------------------------------------
  コンテンツ　共通
---------------------------------------*/
#sns {
  margin-bottom: 8px;
}

.main-container {
  clear: both;
}
.main-container .movie {
  float: left;
  padding: 5px 5px 0 5px;
  background: #323232;
}

.main-container .info {
  margin-left: 350px;
}
.main-container .info h2 {
  font-size: 130%;
  font-family: "Alegreya", serif;
}
.main-container .info dl {
  overflow: auto;
  padding: 5px 10px 0px 10px;
  height: 190px;
}
.main-container .info dt {
  display: block;
  color: #b8b8b8;
  font-size: 80%;
  line-height: 1.6em;
}
.main-container .info dd {
  margin: 0 0 10px 0;
  /*margin-bottom: 5px;*/
  /*padding-bottom: 5px;*/
  border-bottom: 1px dotted #616161;
  font-size: 100%;
  line-height: 1.6em;
}
.main-container .wlist {
  background: #303030;
  padding: 10px;
  border-top: 1px solid #616161;
}
.main-container .wlist dl {
  padding: 5px 10px 10px 10px;
}
.main-container .wlist dt {
  display: block;
  color: #b8b8b8;
  font-size: 80%;
  line-height: 1.6em;
}
.main-container .wlist dd {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #616161;
  color: #e9e8e8;
  font-size: 100%;
  line-height: 1.8em;
}

/*--------------------------------------
  サブページ共通
---------------------------------------*/
.main-container {
  clear: both;
}
.main-container .titWaku {
  clear: both;
  margin-bottom: 20px;
  padding: 8px 10px 5px 10px;
  overflow: hidden;
  border: 1px solid #5056a0;
  background: #464c96;
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.3) inset;
}
.main-container .titWaku span.ndate {
  font-size: 80%;
  color: #8288d2;
  margin-bottom: 3px;
}
.main-container .titWaku .site-title {
  font-size: 120%;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.main-container h2.site-title {
  font-size: 130%;
  font-family: "Alegreya", serif;
  clear: both;
}
.main-container .contentsarea {
  font-size: 100%;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.main-container .contentsarea p {
  padding-bottom: 20px;
}
.main-container .contentsarea h3 {
  font-size: 120%;
  margin-bottom: 10px;
}
.main-container .contentsarea .photoimg {
  margin: 0 20px 10px 0;
  background: #e9e8e8;
  padding: 5px;
}
.main-container .contentsarea .photoimg2 {
  margin: 0 10px 10px 0px;
}
.main-container .contentsarea .phleft img {
  float: left;
  margin-right: 20px;
}
.main-container .contentsarea .phright {
  float: right;
  margin-left: 20px;
}
.main-container .contentsarea .phright img {
  background: #e9e8e8;
  padding: 5px;
}
.main-container .contentsarea .phcenter {
  text-align: center;
}
.main-container .contentsarea .phcenter img {
  background: #e9e8e8;
  padding: 5px;
}
.main-container .contentsarea .bbsIF {
  width: 100%;
  height: 360px;
  background: #fff;
  padding: 20px;
}
.main-container .contentsarea dl {
  padding: 10px 0;
  overflow: hidden;
}
.main-container .contentsarea dt {
  display: block;
  color: #b8b8b8;
  font-size: 90%;
  line-height: 1.6em;
  float: left;
  overflow: hidden;
  clear: both;
  width: 20%;
}
.main-container .contentsarea dd {
  padding-bottom: 5px;
  color: #e9e8e8;
  font-size: 90%;
  line-height: 1.8em;
  float: left;
  overflow: hidden;
  width: 80%;
}

/*--------------------------------------
  イントロダクション
---------------------------------------*/
.introPhotoArea {
  padding: 0 20px;
  margin: 0 auto 0 auto;
  max-width: 620px;
}
.introPhotoArea .introPhoto {
  text-align: center !important;
}

.introTxt {
  padding: 20px 0 30px 0;
}
.introTxt p {
  font-size: 100%;
  line-height: 1.8em;
}
.introTxt h2 {
  margin-bottom: 10px;
  font-size: 120%;
  color: #baae70;
  padding-bottom: 3px;
  border-bottom: 1px solid #3c3c3c;
  clear: both;
}

/*--------------------------------------
  ストーリー
---------------------------------------*/
.story {
  padding: 20px 0 30px 0;
}
.story .story-img {
  float: left;
}
.story .story-Txt p {
  margin: 0 0 10px 0;
  font-size: 100%;
  line-height: 1.8em;
}

@media (max-width: 990px) {
  .story {
    width: 100%;
  }

  .story .story-img .photoimg {
    text-align: center;
    width: 80%;
  }

  .story .stoy-Txt {
    margin: 20px auto;
    font-size: 100%;
    line-height: 1.8em;
    width: 80%;
    clear: both;
  }
}
.storybacknumber .prgItem {
  float: left;
  width: 25%;
}
.storybacknumber .prgItem a {
  display: block;
  margin: 2px;
  padding: 10px;
  min-height: 160px;
  background: #323232;
  color: #e9e8e8;
  text-align: center;
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  border: 5px #303030 solid;
}
.storybacknumber .prgItem a:hover {
  background: #464c96;
  color: #e9e8e8;
}
.storybacknumber .prgItem a img {
  width: 100%;
  height: auto;
}
.storybacknumber .prgItem a .prgName {
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.2em;
}

@media (max-width: 990px) {
  .storybacknumber .prgItem {
    width: 33%;
  }
}
/*--------------------------------------
  キャスト
---------------------------------------*/
#cast span.name {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5em;
}
#cast .chart_text {
  padding: 20px 25px 0 25px;
}
#cast .chart_text p {
  font-size: 100%;
  line-height: 1.8em;
  padding-bottom: 20px;
  clear: both;
}
#cast .chart_text .castphoto {
  float: left;
  margin: 0 20px 30px 0;
}
#cast .chart_text .chart_img {
  text-align: center;
}
#cast .chart_text .name {
  color: #baae70;
  font-size: 120%;
  margin-bottom: 5px;
}
#cast img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

/*--------------------------------------
  スタッフ
---------------------------------------*/
.contentsarea .staff {
  text-align: center;
  line-height: 1.9em;
}
.contentsarea .staff dl {
  text-align: left;
  margin: 0 auto;
  padding: 30px;
  width: 50%;
}
.contentsarea .staff dt {
  margin: 0 0 0.4em 0;
  border-bottom: 1px dotted #616161;
  color: #baae70;
  font-weight: bold;
  width: 100%;
}
.contentsarea .staff dd {
  margin: 0 0 1em 2em;
  font-size: 110%;
  width: 100%;
}
.contentsarea .staff dd.yoshikawa {
  background: url(../staff_music/img/yoshikawa.png) no-repeat;
  text-indent: -9999px;
}

/*--------------------------------------
  主題歌
---------------------------------------*/
.lit {
  font-size: 70%;
}

/*--------------------------------------
  DVD
---------------------------------------*/
#dvd .dvd_text {
  padding: 20px;
  margin: 10px 0;
  background: #323232;
}
#dvd .dvd_text ul {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #616161;
}
#dvd .dvd_text li.dvdimg {
  float: left;
  width: 200px;
  padding-right: 30px;
}
#dvd .dvd_text li.dvdinfo {
  float: left;
  overflow: hidden;
}
#dvd .dvd_text li.dvdinfo p.dvdname {
  color: #baae70;
  font-size: 120%;
}
#dvd .dvd_text li.dvdinfo p {
  font-size: 100%;
  line-height: 1.8em;
  padding-bottom: 20px;
}

/*--------------------------------------
  スペシャル
---------------------------------------*/
#sp .sp_title {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sp ul.sp_menu {
  margin-bottom: 20px;
  padding-bottom: 10px;
  clear: both;
  width: 100%;
}
#sp ul.sp_menu li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
#sp ul.sp_menu li a {
  display: block;
}
#sp ul.sp_menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#sp .sp_img_all {
  padding: 0 0 20px 0;
  margin: 0;
  clear: both;
  overflow: hidden;
}
#sp .sp_img_txt {
  padding: 10px 10px 20px 10px;
  background: #fff;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
#sp .sp_img_txt p {
  font-size: 16px;
  color: #323232;
  padding: 5px 5px 0 5px;
}
#sp .member_list {
  padding-top: 30px;
}
#sp .member_list a {
  color: #ffffff;
}
#sp .member_list ul {
  width: 100%;
  height: 50px;
  background: #149caf;
  overflow: hidden;
}
#sp .member_list ul li {
  float: left;
  width: 20%;
  height: 50px;
  background: url(../sp/img/memberListBg.jpg) top left no-repeat;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}
#sp .member_list ul li a {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
#sp .member_list ul li a:hover {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: #464c96;
  color: #a6bcd1;
}
