@charset "utf-8";
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #0a0a0a;
  color: #fff;
  background-image: url('../img/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-text-size-adjust: 100%;
}
a:link {
  text-decoration: underline;
  color: #b38c41;
}
a:visited {
  text-decoration: underline;
  color: #b38c41;
}
a:active {
  text-decoration: underline;
  color: #b38c41;
}
a:hover {
  text-decoration: none;
  color: #b38c41;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #999;
}
img {
  border: none;
  vertical-align: bottom;
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #999 solid;
}
.dotted {
  border-top: 1px #999 dotted;
}
.dashed {
  border-top: 1px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
/* もろもろ */
.ex-small {
  font-size: 70%;
}
.small {
  font-size: 80%;
}
.big {
  font-size: 115%;
}
.ex-big {
  font-size: 150%;
}
.bold {
  font-weight: 700;
}
.normal {
  font-weight: 400;
}
.keycolor {
  color: #b38c41;
}
.txtCenter {
  text-align: center;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 900px;
  margin: 0;
  padding: 15px 50px 50px;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 440px;
  margin: 40px auto 20px;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  clear: both;
}
.subhead {
  font-family: 'Lusitana', serif;
  font-weight: 400;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #b38c41;
  font-size: 90%;
  display: block;
  line-height: 1.2;
}
.subhead:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #b38c41;
  text-align: center;
}
.subhead span {
  position: relative;
  padding: 0.2em 1em;
  background: #111;
  border: 1px solid #b38c41;
  line-height: 1.2;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {
  display: none;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
}
#pagetop img {
  width: 75px;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
}
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  position: relative;
  float: left;
}
#main-menu li a {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
}
#main-menu li a:link {
  text-decoration: none;
}
#main-menu li a:visited {
  text-decoration: none;
}
#main-menu li a:active {
  text-decoration: none;
}
#main-menu li a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
/* 第二階層 */
#main-menu .sub-menu {
  position: absolute;
  top: 100%;
}
#main-menu .sub-menu li {
  float: none;
  margin: 0;
  padding: 0;
}
#main-menu .sub-menu li a {
  display: block;
  padding: 1em 1.5em;
  font-size: 80%;
  font-weight: 400;
  text-align: left;
  background: #000;
}
#main-menu .sub-menu li a:link {
  text-decoration: none;
}
#main-menu .sub-menu li a:visited {
  text-decoration: none;
}
#main-menu .sub-menu li a:active {
  text-decoration: none;
}
#main-menu .sub-menu li a:hover {
  text-decoration: none;
  background: #666;
}
/* 第二階層のフェード設定 */
.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: .1s ease-in-out;
  transform: translateY(-20px);
}
#main-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 1000px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}
#main-visual img {}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
/*#home-1 #main-box{
    position: relative;
    width: 420px;
    margin: 20px auto;
    padding: 40px 20px 50px;
    background-image: url('../img/bgFeedTop.png'),url('../img/bgFeedBottom.png');
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
}*/
#home-1 #main-box {
  position: relative;
  top: -1195px;
  width: 500px;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#news-feed-index {
  margin: 0;
  padding: 0;
}
#news-feed-index ul {
  margin: 0;
  padding: 0;
}
#news-feed-index li {
  margin: 0;
  padding: 0;
  height: 30px;
}
#news-feed-index h2 a:link {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  padding: 1px 1em;
  clear: both;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #fff;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #fff;
}
#news-feed-index h2 a:hover {
  text-decoration: none;
  color: #facc82;
  background-color: #333;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page h3 {
  text-align: center;
}
.date {
  font-family: 'Lusitana', serif;
  font-weight: 400;
  position: relative;
  padding: 0;
  text-align: center;
  color: #b38c41;
  font-size: 80%;
  display: block;
  line-height: 1;
}
.date:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #b38c41;
  text-align: center;
}
.date span {
  position: relative;
  padding: 0.1em 1em 0.1em;
  background: #111;
  border: 1px solid #b38c41;
  line-height: 1;
}
.headline {
  display: block;
  padding: 15px 15px 30px;
}
.headline a:link {
  text-decoration: none;
  color: #fff;
}
.headline a:visited {
  text-decoration: none;
  color: #fff;
}
.headline a:active {
  text-decoration: none;
  color: #fff;
}
.headline a:hover {
  text-decoration: none;
  color: #b38c41;
}
/* 記事内カテゴリー */
.article-category {
  clear: both;
  font-size: 80%;
  text-align: right;
  padding: 1em 15px;
  margin: 0;
  display: none;
}
.article-category a:link {
  text-decoration: none;
  color: #333;
  padding: 0 0 0 1em;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}
.article-category a:visited {
  text-decoration: none;
  color: #333;
}
.article-category a:active {
  text-decoration: none;
  color: #333;
}
.article-category a:hover {
  text-decoration: none;
  color: #e81c4f;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 15px 0 30px;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0 1em;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #fff;
  background: #333;
  padding: 0.8em 1.5em;
  border-radius: 5px;
}
#pager li a:visited {
  text-decoration: none;
  color: #fff;
}
#pager li a:active {
  text-decoration: none;
  color: #fff;
}
#pager li a:hover {
  text-decoration: none;
  color: #937f4d;
  background: #000;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  margin: 0 0 10px;
}
#category {
  margin: 0 0 10px;
}
#archive {
  margin: 0 0 10px;
}
.home-page #new-entry {
  display: none;
}
h4 {
  background: #000;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 8px 0 0;
}
.side-list {
  font-size: 80%;
  margin: 0 0 10px;
}
.side-list li {
  padding: 1em;
  margin: 0 10px;
  background: url('/imagesPC/allow01.gif') no-repeat 0 15px;
  border-bottom: 1px dotted #999;
  font-weight: 400;
}
.side-list li a:link {
  text-decoration: none;
  color: #333;
}
.side-list li a:visited {
  text-decoration: none;
  color: #333;
}
.side-list li a:active {
  text-decoration: none;
  color: #333;
}
.side-list li a:hover {
  text-decoration: none;
  color: #e81c4f;
}
/* =============================================== */
/* subnav - サブナビページ用 */
/* ----------------------------------------------- */
/* サイドメニュー（side-box内） */
#side-menu {
  width: 260px;
  margin: 0 0 10px;
  border-top: 1px dotted #444;
}
#side-menu li {
  margin: 0 0 5px;
  padding: 1em;
  font-size: 100%;
  font-weight: 700;
  border-bottom: 1px dotted #444;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}
#side-menu li a:link {
  text-decoration: none;
  display: block;
}
#side-menu li a:visited {
  text-decoration: none;
  display: block;
}
#side-menu li a:active {
  text-decoration: none;
  display: block;
}
#side-menu li a:hover {
  text-decoration: underline;
  display: block;
}
#side-menu .active {}
/* =============================================== */
/* schedule-calendar - スケジュールカレンダー */
/* ----------------------------------------------- */
/* カレンダー大枠 */
.schedule-calendar {
  width: 870px;
  border-collapse: collapse;
  margin: 0;
}
.schedule-calendar td {
  vertical-align: top;
  border: 1px solid #888;
  width: 12%;
  padding: 1%;
}
/* 曜日のセル */
.schedule-calendar .weekday {
  text-align: center;
  background: linear-gradient(#888, #444);
  padding: 0.5%;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
}
/* 平日のセル */
.schedule-calendar .day {
  height: 80px;
  background: linear-gradient(#fff, #ededed);
}
/* 土・日・休演 */
.schedule-calendar .sat {
  color: #66ccff;
}
.schedule-calendar .sun {
  color: #ff6699;
}
.schedule-calendar .fullclose {
  background: #fff;
}
/* 日付 */
.schedule-calendar .date {
  font-size: 110%;
  font-weight: 700;
  color: #777;
  text-align: center;
  padding: 0 0 10px;
}
.fullclose .date {
  color: #ddd;
}
/* 時刻 */
.schedule-calendar .time {
  font-size: 85%;
  font-weight: 700;
  color: #333;
  margin: -1px 0 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.fullclose .time {
  color: #ddd;
  border: none;
  text-align: center;
}
/* 時刻横の特記事項 */
.time span {
  font-size: 85%;
  padding-left: 3px;
  color: #777;
}
/* =============================================== */
/* schedule-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart {
  width: 870px;
  border-collapse: collapse;
  border: 1px solid #888;
  table-layout: fixed;
  margin: 10px 0;
}
.schedule-chart td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 85%;
}
/* 月 */
.schedule-chart .month {
  padding: 0.5%;
  background: #000;
  color: #fff;
  border: 1px solid #888;
}
/* 日 */
.schedule-chart .day {
  background: #333;
  color: #fff;
  border: 1px solid #888;
  border-top: none;
  border-bottom: none;
}
/* 土・日・休演 */
.schedule-chart .sat {
  color: #fff;
}
.schedule-chart .sun {
  color: #ff6699;
}
/* 時刻（一番左の列） */
.schedule-chart th {
  width: 6em;
  font-size: 85%;
  font-weight: 700;
  background: #000;
  color: #fff;
  border: 1px solid #888;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
.error-page .column {
  margin: 0;
  padding: 0 15px 50px 0;
}
.error-page .pack p {
  padding: 30px 0 0;
  text-align: center;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer {
  width: 100%;
  margin: 30px 0 0;
  padding: 20px 0;
  clear: both;
  color: #fff;
  background-color: #0a0a0a;
  border-top: 1px solid #333;
}
#home-1 footer {
  margin: 0;
}
#twitterBox {
  width: 500px;
  margin: 10px auto 20px;
  border: 1px solid #333;
  display: none;
}
#home-1 #twitterBox {
  display: block;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* フッター内部 */
#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
}
#footer-center p {
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  font-size: 90%;
}
.bannerPrevious {
  width: 500px;
  margin: 30px auto 20px;
  text-align: center;
}
.bannerPrevious li {
  width: 30%;
  padding: 0 1em;
  display: inline-block;
}
.bannerPrevious img {
  width: 100%;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-right p {
  text-align: right;
  font-size: 70%;
  margin: 0;
  padding: 12px 0 0;
}
#footer-right p a:link {
  text-decoration: none;
  color: #666;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #666;
}
#footer-right p a:active {
  text-decoration: none;
  color: #666;
}
#footer-right p a:hover {
  text-decoration: none;
  color: #fff;
}
.twitterBtn {
  width: 39px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */
.castList {
  text-align: center;
  padding: 15px 0 0;
}
.castList li {
  width: 280px;
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: top;
}
.photo {
  width: 280px;
  margin: 0 auto;
}
.photo img {
  width: 280px;
}
.photoSmall {
  width: 150px;
  margin: 0 auto;
}
.photoSmall img {
  width: 150px;
}
.castName {
  line-height: 160%;
  font-size: 110%;
}
.role {
  color: #b38c41;
  font-size: 70%;
  display: block;
  line-height: 120%;
}
.staff {
  list-style: none;
  text-align: center;
}
.staff li {
  padding: 0.5em 1em;
  display: inline-block;
}
.job {
  font-size: 75%;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  padding: 3px 5px;
}
#cboxTitle {
  background-color: #000;
  padding: 5px 10px;
}
#cboxCurrent {
  display: none;
}
.confirm {
  width: 100%;
  text-align: center;
  list-style: none;
}
.confirm li {
  display: inline-block;
  font-size: 80%;
  margin: 0 5px;
}
@media(max-width:768px) {
  .confirm li {
    font-size: 70%;
    margin: 0 1px;
  }
}
.confirm li a:link {
  text-decoration: none;
  color: #f82323;
  border: 1px solid #f82323;
  padding: 5px 1em;
  line-height: 1;
  border-radius: 30px;
}
.confirm li a:visited {}
.confirm li a:active {}
.confirm li a:hover {
  background-color: #f82323;
  color: #000;
  border: 1px solid #f82323;
}
/* =============================================== */
/* goods - グッズページ */
/* ----------------------------------------------- */
.goodsTxt {
  padding: 0 1em;
  margin: 5px 0 10px;
  text-align: center;
}
.goodsMark01 {
  display: inline-block;
  background-color: #53A2DB;
  padding: 0 1em;
  margin: 0 1em;
  border-radius: 20px;
}
.goodsMark02 {
  display: inline-block;
  background-color: #DF4547;
  padding: 0 1em;
  margin: 0 1em;
  border-radius: 20px;
}