@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: 1.6em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #222;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url('../img/bgSmp5.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: 75%;
  text-align: center;
  margin: 0;
  padding: 2px 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 5px 10px 10px 0;
}
.center {
  float: none;
  margin: 5px 0 10px 0;
}
.right {
  float: right;
  margin: 5px 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: 2px #555 dotted;
}
.dashed {
  border-top: 2px #555 dashed;
}
.double {
  border-top: 4px #555 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  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;
  padding: 0;
  clear: both;
}
#main-box {
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  background-image: url('../img/bgContents5.png');
  background-repeat: repeat-y;
  background-position: top center;
}
.mainBoxBottom {
  width: 640px;
  height: 46px;
  background-image: url('../img/bgContentsBottom5.png');
  margin: 0 auto 50px;
  background-position: top center;
}
/* メインコンテンツ部分（main-box内) */
#contents-title {
  width: 640px;
  text-align: center;
  margin: 0 auto;
  display: none;
  padding: 80px 0 90px;
  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;
  line-height: 1;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  color: #fff;
  font-size: 46px;
  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: 18px 0 0 0.1em;
  line-height: 1;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  text-shadow: #FC0 1px 0 10px;
  letter-spacing: 0.1em;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 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: 100%;
}
.packs {
  margin: 0;
  padding: 10px 5px 10px 20px;
}
.column {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
/* ページトップ */
#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: 65px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .6;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
#site-title {
  width: 640px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home-page #site-title {
  display: none;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 0;
  padding: 30px 25px 60px;
}
#news-feed-index ul {}
#news-feed-index li {
  margin: 0;
  padding: 15px 0;
  clear: both;
  line-height: 1.5;
  border-bottom: 1px dotted #d4d0c4;
}
#news-feed-index li:last-child {
  border-bottom: none;
}
#news-feed-index h2 {
  font-size: 90%;
  font-weight: 400;
  color: #e6b274;
}
#news-feed-index li a:link {
  text-decoration: none;
  color: #d4d0c4;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#news-feed-index li a:visited {
  text-decoration: none;
  color: #d4d0c4;
}
#news-feed-index li a:active {
  text-decoration: none;
  color: #d4d0c4;
}
#news-feed-index li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: #FC0 1px 0 10px;
}
.thumbnail {
  width: 160px;
  float: left;
  padding: 5px 15px 5px 0;
  background-color: transparent;
}
.news-txt {
  padding: 0 0 5px 0;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page h3 {
  margin: 0;
  padding: 0;
}
.news-list-page .newsDate {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-size: 120%;
  color: #e6b274;
  padding: 0 10px 10px;
  line-height: 1;
}
.news-page .newsDate {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-size: 150%;
  color: #d4d0c4;
  padding: 0 10px 10px;
  line-height: 1;
}
.news-list-page .headline {
  margin: 0 0 30px;
  text-align: left;
  line-height: 1.4;
  padding: 0.4em 0.5em 1.5em;
  color: #d4d0c4;
  font-weight: 400;
  font-size: 92%;
  border-bottom: 1px dotted #d4d0c4;
}
.news-page .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: 92%;
}
.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: underline;
  color: #fff;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 0;
  padding: 30px 0 100px;
}
#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;
}
#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;
}
/* カテゴリー・アーカイブのリスト */
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* story - ストーリー */
/* ----------------------------------------------- */
.storyLead {
  font-size: 100%;
  text-align: center;
  line-height: 2;
  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: 30px;
  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: 600px;
  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: 28px;
  padding: 0 1%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background-position: top center;
  background-size: 270px;
  background-repeat: no-repeat;
}
.castList1 li div {
  margin: 0 0 10px;
}
.castList2 {
  width: 100%;
  max-width: 600px;
  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: 28px;
  vertical-align: top;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background-position: top center;
  background-size: 180px;
  background-repeat: no-repeat;
}
.castList2 li div {
  margin: 0 0 10px;
}
.castList3 {
  width: 100%;
  max-width: 600px;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}
.castList3 li {
  display: inline-block;
  text-align: center;
  width: 30%;
  line-height: 1.5;
  padding: 0 1% 40px;
  font-size: 28px;
  vertical-align: top;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background-position: top center;
  background-size: 180px;
  background-repeat: no-repeat;
}
.castList3 li div {
  margin: 0 0 10px;
}
.castList1 img {
  width: 100%;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.castList2 img {
  width: 100%;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.castList3 img {
  width: 100%;
}
@keyframes change {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.role {
  display: block;
  font-size: 18px;
  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: 15px 0;
  margin: 2px auto;
}
.staffList2 li {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0 5px;
}
.job {
  font-size: 75%;
}
/* =============================================== */
/* schedule&ticket - 公演概要 */
/* ----------------------------------------------- */
.date {
  text-align: center;
  font-size: 125%;
  padding: 30px 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.venue {
  text-align: center;
  font-size: 130%;
  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: "Crimson Text", 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: 90%;
}
.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;
  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: 70%;
}
/* =============================================== */
/* 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: 36px;
  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;
}
/* =============================================== */
/* 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;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* nav - メインメニュー（ページ下部） */
nav {
  clear: both;
  width: 640px;
  margin: 0 auto 50px;
  padding: 50px 0 0;
  line-height: 1;
  border-bottom: #6d7ea1 solid 1px;
}
#main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  border-top: #6d7ea1 solid 1px;
  /*background-color: rgba(255,255,255,0.1);*/
}
#main-menu li a:link {
  display: inline-block;
  padding: 25px 0;
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  font-size: 125%;
  color: #d4d0c4;
  letter-spacing: 0.1em;
}
#main-menu li a:visited {
  text-decoration: none;
  color: #d4d0c4;
}
#main-menu li a:active {
  text-decoration: none;
  color: #d4d0c4;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: #FC0 1px 0 10px;
}
/* フッター大枠 */
footer {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  clear: both;
  color: #ccc;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.archiveList {
  text-align: center;
  padding: 50px 0 20px;
}
.archiveList li {
  display: inline-block;
}
.archiveList li a:link {
  display: block;
  text-decoration: none;
  color: #aaa;
  border: #888 1px solid;
  background-color: transparent;
  padding: 0.8em 1em;
  margin: 10px 0.2em;
  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: 60px;
  margin: 0 25px;
}
.snsBtn a:link {
  display: block;
}
.snsBtn img {
  width: 100%;
}
footer p {
  font-size: 80%;
  padding: 15px;
  color: #aaa;
}
.privacy a:link {
  color: #fff;
}
.privacy a:visited {
  color: #fff;
}
.privacy a:active {
  color: #fff;
}
.privacy a:hover {
  color: #fff;
}
/* =============================================== */
/* 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;
}
/* =============================================== */
/* colorbox */
/* ----------------------------------------------- */
#cboxCurrent{
	position: relative;
	top:-10px;
}
#cboxPrevious img{
	width: 100px;
	height: 100px;
}
#cboxNext{}