@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* =============================================== */
/* 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;
}
html {
  scroll-behavior: smooth;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #222;
  color: #fff;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url('../img/bgIndex5.jpg') center no-repeat;
  background-size: cover;
  background-position: top center;
}
a:link {
  text-decoration: underline;
  color: #fab819;
}
a:visited {
  text-decoration: underline;
  color: #fab819;
}
a:active {
  text-decoration: underline;
  color: #fab819;
}
a:hover {
  text-decoration: none;
  color: #fab819;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
}
img {
  border: none;
  vertical-align: bottom;
}
.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 #555 solid;
}
.dotted {
  border-top: 1px #555 dotted;
}
.dashed {
  border-top: 1px #555 dashed;
}
.double {
  border-top: 3px #555 double;
}
/* ページレイアウト */
#wrapper {
  margin: 0;
  padding: 0;
  filter: blur(100px);
  animation: blur-anim2 .5s linear forwards;
}
@keyframes blur-anim2 {
  100% {
    filter: blur(0);
  }
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 920px;
  margin: 0 auto;
  padding: 50px 40px 80px;
  background-image: url('../img/bgContents5.png');
  background-repeat: repeat-y;
  background-position: top center;
}
#home-1 #main-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 250px;
  background-image: url('../img/bgBlackStone.jpg');
  border-top: #5e5749 1px solid;
}
.mainBoxBottom {
  width: 1000px;
  height: 46px;
  background-image: url('../img/bgContentsBottom5.png');
  margin: 0 auto 50px;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: none;
  background-image: url('../img/bgContentsTitleBottom5.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
#news-2 .titleNews {
  display: block;
}
#free-format-3 .titleStory {
  display: block;
}
#free-format-4 .titleCaststaff {
  display: block;
}
#free-format-5 .titleTicket {
  display: block;
}
#free-format-6 .titleGoods {
  display: block;
}
#free-format-7 .titleQA {
  display: block;
}
#free-format-8 .titleRelease {
  display: block;
}
#free-format-9 .titleNotice {
  display: block;
}
.titleEng {
  display: block;
  margin: 0;
  padding: 0 0 0 0.1em;
  line-height: 1;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #ded5c5 0%, #a69d7b 25%, #ffffff 50%, #c7bda6 75%, #ded5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titleJap {
  display: block;
  margin: 0;
  padding: 12px 0 0 0.1em;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-shadow: #FC0 1px 0 10px;
  letter-spacing: 0.1em;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.news-page article {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  clear: both;
}
.subhead {
  background: #4f4c43;
  box-shadow: 0px 0px 0px 5px #4f4c43;
  border-top: solid 1px #d4d0c4;
  border-bottom: solid 1px #d4d0c4;
  padding: 0.4em 0.5em;
  color: #d4d0c4;
  text-align: center;
  font-weight: 400;
  font-size: 110%;
}
.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: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #d4d0c4;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 50px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .6;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-image: url('../img/bgBlackStone.jpg');
  border-bottom: #5e5749 1px solid;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
}
/* 第一階層 */
#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 {
  position: relative;
  text-align: center;
  padding: 17px 1.2em;
  display: inline-block;
  font-size: 17px;
}
#main-menu li a:link {
  color: #d4d0c4;
  text-decoration: none;
}
#main-menu li a:visited {
  color: #d4d0c4;
  text-decoration: none;
}
#main-menu li a:active {
  color: #d4d0c4;
  text-decoration: none;
}
#main-menu li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: #FC0 1px 0 10px;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 0 auto;
  padding: 70px 0 40px 280px;
  width: 700px;
  background-image: url('../img/titleFeed5.png');
  background-repeat: no-repeat;
  background-position: top left;
}
#news-feed-index ul {}
#news-feed-index li {
  margin: 0;
  padding: 5px 0 30px;
  clear: both;
  line-height: 1;
}
#news-feed-index h2 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#news-feed-index li a:link {
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#news-feed-index li a:visited {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li a:active {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: #FC0 1px 0 10px;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page h3 {
  margin: 0;
  padding: 0;
}
.newsDate {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-size: 150%;
  color: #d4d0c4;
  padding: 0 10px 10px;
  line-height: 1;
}
.headline {
  margin: 0 0 30px;
  text-align: left;
  line-height: 1.4;
  background: #4f4c43;
  box-shadow: 0px 0px 0px 5px #4f4c43;
  border-top: solid 1px #d4d0c4;
  border-bottom: solid 1px #d4d0c4;
  padding: 0.4em 0.5em;
  color: #d4d0c4;
  font-weight: 400;
  font-size: 94%;
}
.headline a:link {
  text-decoration: none;
  color: #d4d0c4;
}
.headline a:visited {
  text-decoration: none;
  color: #d4d0c4;
}
.headline a:active {
  text-decoration: none;
  color: #d4d0c4;
}
.headline a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: #FC0 1px 0 10px;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 15px 0 30px;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #d4d0c4;
  background: #4f4c43;
  margin: 0 1em;
  padding: 1.4em 1.5em;
  border-radius: 100px;
}
#pager li a:visited {
  text-decoration: none;
  color: #d4d0c4;
}
#pager li a:active {
  text-decoration: none;
  color: #d4d0c4;
}
#pager li a:hover {
  text-decoration: none;
  color: #4f4c43;
  background: #d4d0c4;
}
.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-color: #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-image: url('/imagesPC/allow01.gif');
  background-repeat: no-repeat;
  background-position: 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;
}
/* =============================================== */
/* story - ストーリー */
/* ----------------------------------------------- */
.storyLead {
  font-size: 120%;
  text-align: center;
  line-height: 240%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.storyLead p {
  padding-bottom: 30px;
}
.storyHead {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 36px;
  background: linear-gradient(180deg, #ded5c5 0%, #a69d7b 25%, #ffffff 50%, #c7bda6 75%, #ded5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */
.castTitle {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-size: 21px;
  color: #d4d0c4;
}
.castTitle:before, .castTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #d4d0c4;
}
.castTitle:before {
  left: 0;
}
.castTitle:after {
  right: 0;
}
.castList1 {
  width: 100%;
  max-width: 920px;
  text-align: center;
  padding: 0;
  margin: 0 auto 0;
}
.castList1 li {
  display: inline-block;
  text-align: center;
  width: 350px;
  line-height: 1.5;
  font-size: 20px;
  padding: 0 1%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.castList1 li div {
  margin: 0 0 10px;
}
.castList2 {
  width: 100%;
  max-width: 920px;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}
.castList2 li {
  display: inline-block;
  text-align: center;
  width: 250px;
  line-height: 1.5;
  padding: 0 1% 40px;
  font-size: 20px;
  vertical-align: top;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.castList3 {
  width: 100%;
  max-width: 920px;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}
.castList3 li {
  display: inline-block;
  text-align: center;
  width: 17%;
  line-height: 1.5;
  padding: 0 0.5% 40px;
  font-weight: 400;
  font-size: 15px;
}
.castList2 li div {
  margin: 0 0 10px;
}
.castList1 img {
  width: 100%;
}
.castList2 img {
  width: 100%;
}
.castList3 img {
  width: 100%;
}
.role {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
/* スタッフ */
#staff {
  color: #fff;
  margin: 0;
  padding: 40px 0;
}
.staffList1 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 105%;
  padding: 20px 0;
  margin: 0 auto;
}
.staffList1 li {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}
.staffList2 {
  width: 95%;
  max-width: 1000px;
  text-align: center;
  font-size: 90%;
  padding: 10px 0;
  margin: 2px auto;
}
.staffList2 li {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  padding: 0 5px;
}
.job {
  font-size: 80%;
}
/* =============================================== */
/* schedule&ticket - 公演概要 */
/* ----------------------------------------------- */
.date {
  text-align: center;
  font-size: 140%;
  padding: 15px 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.venue {
  text-align: center;
  font-size: 150%;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.access {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  line-height: 1.4;
  font-size: 85%;
}
.map {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  padding-left: 10px;
}
.map a:link {
  text-decoration: none;
}
.map a:visited {
  text-decoration: none;
}
.map a:active {
  text-decoration: none;
}
.map a:hover {
  text-decoration: underline;
}
.inquiry {
  text-align: center;
  padding-top: 50px;
}
.inquiry span {
  font-size: 85%;
}
/* 星取表 */
table.schedule {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  table-layout: fixed;
  border: 1px solid #666;
}
/* 枠ひとつひとつ */
.schedule th, .schedule td {
  border: 1px solid #666;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  font-size: 100%;
}
.schedule th {
  height: 2em;
}
table.schedule .date {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
.schedule thead tr {}
/* 日の横列 */
.schedule thead th {
  color: #fff;
  padding: 4px 2px 4px;
  background: #000;
  font-weight: 400;
  font-size: 70%;
}
/* 月 */
.schedule thead th:nth-child(1) {
  vertical-align: middle;
  width: 90px;
  color: #fff;
  font-size: 1em;
}
/* 時刻 */
.schedule tbody th {
  height: 3em;
  vertical-align: middle;
  padding: 0 1em;
  width: 5em;
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
}
/* 曜日 */
.schedule .day {
  background: #444;
  display: block;
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.2em;
}
/* 日曜 */
.schedule .day_holiday {
  color: #ff0033;
}
/* 土曜 */
.schedule .day_saturday {
  color: #00ccff;
}
/* 星 */
.schedule tbody td {
  vertical-align: middle;
  font-weight: 400;
  font-size: 90%;
}
/* =============================================== */
/* ticket - チケット */
/* ----------------------------------------------- */
.priceList {
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 40px auto;
}
.priceList li {
  border-top: 1px dotted #aaa;
  padding: 5px;
}
.ticketIcon {
  font-weight: 300;
  font-size: 28px;
  position: relative;
  top: 5px;
}
.btn {
  text-align: center;
}
.border_btn01 {
  display: inline-block;
  width: 60%;
  max-width: 250px; /* ボタン幅 */
  color: #fab819; /* 文字色 */
  border: 1px solid #fab819; /* 線幅・種類・色 */
  background: #000; /* 背景色 */
  padding: 0.5em 2em 1em;
  margin: 40px auto 0;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  border-radius: 100px;
  line-height: 1;
}
.border_btn01:link {
  text-decoration: none;
  color: #fab819;
  ;
}
.border_btn01:visited {
  text-decoration: none;
  color: #fab819;
  ;
}
.border_btn01:active {
  text-decoration: none;
  color: #fab819;
  ;
}
.border_btn01:hover {
  text-decoration: none;
  color: #000;
  background: #fab819;
}
.english {
  padding: 0 0 40px;
}
.english h3 {
  font-size: 95%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.english i {
  font-size: 125%;
  padding-right: 8px;
  position: relative;
  top: 2px;
}
.english p {
  padding: 8px 0;
  font-size: 85%;
  line-height: 1.6;
  color: #ccc;
}
/* =============================================== */
/* 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: 0;
  padding: 0;
  clear: both;
  background-color: #000;
  color: #ccc;
  text-align: center;
  border-top: 1px solid #393939;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* フッター内部 */
#footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 80%;
}
#footer-inner p {
  padding: 10px 0;
}
.archiveList {
  text-align: center;
  padding: 10px 0;
}
.archiveList li {
  display: inline-block;
}
.archiveList li a:link {
  display: block;
  text-decoration: none;
  color: #aaa;
  border: #888 1px solid;
  background-color: transparent;
  padding: 1em 2em;
  margin: 0 1em;
  line-height: 1;
  font-size: 90%;
}
.archiveList li a:visited {
  text-decoration: underline;
  color: #aaa;
}
.archiveList li a:active {
  text-decoration: underline;
  color: #aaa;
}
.archiveList li a:hover {
  background-color: #fff;
  color: #333;
}
.twitterBtn {
  width: 40px;
  margin: 30px auto;
}
.twitterBtn a:link {
  display: block;
}
.twitterBtn img {
  width: 100%;
}
.snsBtn {
  padding: 50px 0;
  text-align: center;
}
.snsBtn li {
  display: inline-block;
  width: 40px;
  margin: 0 15px;
}
.snsBtn a:link {
  display: block;
}
.snsBtn img {
  width: 100%;
}
.privacy a:link {
  color: #fff;
}
.privacy a:visited {
  color: #fff;
}
.privacy a:active {
  color: #fff;
}
.privacy a:hover {
  color: #fff;
}
/* =============================================== */
/* goods - グッズ */
/* ----------------------------------------------- */
.buy {
  margin: 0;
  padding: 30px 0 15px;
  text-align: center;
  font-size: 90%;
  line-height: 1;
}
.buyKaijo {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: firebrick;
  line-height: 1;
}
.buyTusin {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: cornflowerblue;
  line-height: 1;
}
.goodsList {
  list-style-position: outside;
  padding: 0 0 0 1.2em;
  font-size: 90%;
}
.goodsList li {
  padding: 5px 0;
}
/* =============================================== */
/* 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);
}
.castList1 a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.castList2 a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* other - ほか */
/* ----------------------------------------------- */
.ex-large {
  font-size: 145%;
}
.large {
  font-size: 120%;
}
.small {
  font-size: 85%;
}
.ex-small {
  font-size: 70%;
}
.blue {
  color: #00ccff;
}
.red {
  color: #ff0033;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}