@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: 'Sawarabi Gothic', sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  background-color: #1e1e1e;
  color: #fff;
}
a:link {
  text-decoration: underline;
  color: #d5038d;
}
a:visited {
  text-decoration: underline;
  color: #d5038d;
}
a:active {
  text-decoration: underline;
  color: #d5038d;
}
a:hover {
  text-decoration: none;
  color: #d5038d;
  transition: all 0.3s ease 0s;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.center {
  float: none;
  margin: 0 0 10px 0;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
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: #d5038d;
}
.txtCenter {
  text-align: center;
}
.lineHeight {
  line-height: 2;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}
#home-1 #wrapper {
  background-image: url("../img/bg00.jpg");
  background-size: 2000px 1590px;
}
.news-page #wrapper {
  background-image: url("../img/bg01.jpg")
}
#free-format-8 #wrapper {
  background-image: url("../img/bg03.jpg")
}
#free-format-3 #wrapper {
  background-image: url("../img/bg07.jpg")
}
#free-format-4 #wrapper {
  background-image: url("../img/bg05.jpg")
}
#free-format-5 #wrapper {
  background-image: url("../img/bg04.jpg")
}
#free-format-6 #wrapper {
  background-image: url("../img/bg02.jpg")
}
#free-format-7 #wrapper {
  background-image: url("../img/bg06.jpg")
}
#free-format-9 #wrapper {
  background-image: url("../img/bg08.jpg")
}
#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  clear: both;
}
#home-1 #contents {
  width: 100%;
  padding: 0;
}
#main-box {
  width: 1000px;
  margin: 0;
  padding: 0 0 100px;
}
#home-1 #main-box {
  width: 100%;
  position: relative;
  top: -1370px;
  height: 0;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 1000px;
  text-align: center;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 0 0 60px;
  clear: both;
}
.subhead {
  clear: both;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 125%;
  position: relative;
  padding: 5px 15px;
  margin: 0 0 20px;
  border-bottom: 3px solid #999;
}
.subhead:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  content: '';
  background: #d5038d;
}
.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;
}
.twitter {
  display: none;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  width: 20px;
}
#pagetop img {
  width: 100%;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  font-family: 'Bebas Neue', cursive;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  display: inline-block;
  font-size: 150%;
  text-align: center;
  white-space: nowrap;
  padding: 1em 0.5em;
}
#main-menu li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ccc;
}
#main-menu li a:visited {
  text-decoration: none;
  color: #ccc;
}
#main-menu li a:active {
  text-decoration: none;
  color: #ccc;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
#main-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.4s;
}
#main-menu li a:hover:before {
  transform: scale(1);
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 1000px;
  height: 1200px;
  margin: 0 auto;
  padding: 0 0 180px;
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}
.feedTitle {
  font-family: 'Bebas Neue', cursive;
  font-size: 160%;
  width: 130px;
  height: 130px;
  border-right: 2px solid #333;
  float: left;
  color: #000;
  display: none;
}
.feedTitle:first-letter {
  color: #d5038d;
}
#news-feed-index ul {
  float: left;
  padding: 0;
  width: 700px;
}
#news-feed-index h2 {
  font-size: 80%;
  margin: 5px 0;
  padding: 0;
  clear: both;
  font-weight: 400;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-left: 2px solid #d5038d;
  padding: 2px 10px 3px;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #fff;
  border-left: 3px solid #d5038d;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #fff;
  border-left: 3px solid #d5038d;
}
#news-feed-index h2 a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-left: 2px solid #d5038d;
  background-color: #d5038d;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page .subhead {
  padding-bottom: 15px;
}
.date {
  font-size: 90%;
  display: block;
  color: #d5038d;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.2;
}
.headline {
  font-weight: 400;
  line-height: 1.2
}
.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: #d5038d;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 40px 0 60px;
  padding: 0;
  font-family: 'Bebas Neue', cursive;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
#pager li a:link {
  text-decoration: none;
  color: #fff;
  background: #444;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  margin: 0 1em;
}
#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: #fff;
  background: #d5038d;
  transition: all 0.3s ease 0s;
}
.disabled {
  display: none;
}
/* =============================================== */
/* 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: bold;
  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-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart {
  width: 970px;
  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: 100%;
  color: #d5038d;
}
/* 月 */
.schedule-chart .month {
  padding: 0.5%;
  background: #444;
  color: #fff;
  border: 1px solid #888;
  font-family: 'Bebas Neue', cursive;
  font-size: 100%;
}
/* 日 */
.schedule-chart .day {
  background: #666;
  color: #fff;
  border: 1px solid #888;
  border-top: none;
  border-bottom: none;
  font-family: 'Bebas Neue', cursive;
  font-size: 100%;
}
/* 土・日・休演 */
.schedule-chart .sat {
  color: #66ccff;
}
.schedule-chart .sun {
  color: #ff6699;
}
/* 時刻（一番左の列） */
.schedule-chart th {
  width: 150px;
  font-weight: 400;
  background: #444;
  color: #fff;
  border: 1px solid #888;
  font-family: 'Bebas Neue', cursive;
  font-size: 120%;
}
/* =============================================== */
/* 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 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  color: #666;
  z-index: 0;
}
footer::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* フッター内部 */
#footer-inner {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  clear: both;
  color: #666;
  background: #1e1e1e;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  display: none;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 1000px;
  position: relative;
  margin: -50px auto 0;
  padding: 0;
  text-align: right;
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
}
#footer-center p {
  padding: 5px 0;
}
#footer-center p a:link {
  text-decoration: none;
  color: #666;
}
#footer-center p a:visited {
  text-decoration: none;
  color: #666;
}
#footer-center p a:active {
  text-decoration: none;
  color: #666;
}
#footer-center p a:hover {
  text-decoration: none;
  color: #fff;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  display: none;
}
/* =============================================== */
/* 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);
}
/*1.フェードインアニメーションの指定*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* =============================================== */
/* story - あらすじ */
/* ----------------------------------------------- */
.lead {
  font-family: 'Shippori Mincho', serif;
  font-size: 180%;
  border-bottom: 3px solid #fff;
  text-align: right;
  padding-bottom: 15px;
}
/* =============================================== */
/* view - 世界観 */
/* ----------------------------------------------- */
.word {
  border: 1px solid #d5038d;
  color: #d5038d;
  padding: 1px 1em;
  display: inline-block;
  margin: 10px 0;
}
.wordsList {
  padding: 0 0 30px 1.5em;
  list-style: circle;
  list-style-position: outside;
  font-size: 90%;
}
.wordsList li {
  padding: 0 0 15px;
}
/* =============================================== */
/* cast - キャスト */
/* ----------------------------------------------- */
.castTitle {
  margin: 15px;
  text-align: center;
}
.castTitle span {
  background-color: #d5038d;
  color: #fff;
  padding: 1px 1em;
  display: inline-block;
  font-size: 90%;
}
.castList {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  padding-bottom: 40px;
}
.castList li {
  display: inline-block;
  width: 30%;
  padding: 1% 1% 3% 1%;
}
.photo {
  width: 100%;
  max-width: 250px;
  margin: 10px auto;
}
.photo img {
  width: 100%;
}
.role {
  color: #d5038d;
  font-weight: 600;
  font-size: 85%;
}
.staffList {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
}
.staffList li {
  display: inline-block;
  width: 100%;
  padding: 1% 0;
}
.job {
  color: #d5038d;
  font-weight: 400;
  font-size: 80%;
  display: inline-block;
  margin-right: 10px;
  padding: 0 1em;
  border: 1px solid #d5038d;
}
/* =============================================== */
/* ticket - チケット */
/* ----------------------------------------------- */
.map {
  margin: 10px 0;
}
.confirm {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 20px 0;
  padding-bottom: 10px;
}
.confirm li {
  display: inline-block;
  font-size: 90%;
  margin: 0 1em;
  border: none;
}
@media(max-width:768px) {
  .confirm li {
    margin: 0 1px;
  }
}
.confirm li a:link {
  text-decoration: none;
  color: #d5038d;
  border: 1px solid #d5038d;
  padding: 5px 1em;
  line-height: 1;
  border-radius: 30px;
}
.confirm li a:visited {}
.confirm li a:active {}
.confirm li a:hover {
  background-color: #d5038d;
  color: #fff;
}
/* =============================================== */
/* qa - よくあるご質問 */
/* ----------------------------------------------- */
.qtxt {
  margin: 0;
  padding: 0;
  color: #d5038d;
  font-weight: 400;
  font-style: italic;
}
.q {
  font-size: 180%;
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
}
/* =============================================== */
/* goods - グッズページ */
/* ----------------------------------------------- */
.goodsTxt {
  padding: 0;
  margin: 1em 0 3em;
  line-height: 1.3;
  font-size: 90%;
}
.goodsMark01 {
  display: inline-block;
  background-color: #53A2DB;
  padding: 5px 1em;
  margin: 0 1em 0 0;
  border-radius: 20px;
}
.goodsMark02 {
  display: inline-block;
  background-color: #DF4547;
  padding: 5px 1em;
  margin: 0 1em 0 0;
  border-radius: 20px;
}