@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@400;600&family=IBM+Plex+Sans+JP:wght@400;600&family=Shippori+Mincho:wght@400;600;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;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  background-color: #726fb4;
  background-image: url("/replacement/bg01.jpg");
  background-position: top center;
  color: #333;
}
@media(min-width:1920px) {
  body {
    background-size: contain;
  }
}
a:link {
  text-decoration: underline;
  color: #fb6da9;
}
a:visited {
  text-decoration: underline;
  color: #fb6da9;
}
a:active {
  text-decoration: underline;
  color: #fb6da9;
}
a:hover {
  text-decoration: none;
  color: #fb6da9;
  transition: all .3s ease;
}
/* 画像関連 */
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 {}
.eng {
  font-family: "Anek Kannada", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
/* 配置 */
.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;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background-color: #fff;
}
#main-box {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 100%;
  height: 60px;
  padding: 90px 0;
  margin: 0 0 40px;
  text-align: center;
  background-image: url("/replacement/bgContentsTitle00.jpg");
  background-position: top center;
  background-size: cover;
}
#head {}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.subhead {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 0 15px 20px 20px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'>\
<polyline points='0,10 10,0 20,10' fill='none' stroke='black' stroke-width='1'/>\
</svg>") repeat-x bottom;
  color: #504891;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 970px;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}
.twitter {
  margin: 0 auto 10px;
  background: #000;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #504891;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 56px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ヘッダー内部 */
#header-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  background-image: url("/replacement/bgNav.jpg");
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #9e98d2;
  position: relative;
  z-index: 9999;
  box-shadow: 0 3px 5px 0 #686484;
}
/* 第一階層 */
#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;
  display: inline-block;
  padding: 0;
}
#main-menu li a {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
}
#main-menu li a:link {
  text-decoration: none;
  display: block;
}
#main-menu li a:visited {
  text-decoration: none;
}
#main-menu li a:active {
  text-decoration: none;
}
#main-menu li a:hover {
  text-decoration: none;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-visual img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 20px auto;
  padding: 60px 0 0;
  width: 720px;
  background-image: url("/replacement/feedTitle.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#news-feed-index ul li {
  border-bottom: 1px solid #a7a3c8;
}
/*#news-feed-index ul li:last-child{
  border-bottom: none;
}*/
#news-feed-index h2 {
  font-size: 15px;
  font-weight: 400;
  color: #fb6da9;
  margin: 0;
  padding: 15px;
  line-height: 1;
  clear: both;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #333333;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #333333;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #333333;
}
#news-feed-index h2 a:hover {
  text-decoration: underline;
  color: #fb6da9;
}
.feedDate {
  display: inline-block;
  padding-right: 10px;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
#news-2 article {
  margin: 0 auto;
  padding: 20px 0 60px 0;
  clear: both;
}
#news-2 .subhead {
  text-align: left;
  font-size: 19px;
  padding: 0 15px 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
/* 記事タイトル部分（subhead内） */
.date {
  font-size: 17px;
  display: block;
  font-family: "Anek Kannada", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  padding: 0 15px;
  margin: 0;
  line-height: 1;
  color: #fb6da9;
}
.headline a:link {
  text-decoration: none;
  color: #504891;
}
.headline a:visited {
  text-decoration: none;
  color: #504891;
}
.headline a:active {
  text-decoration: none;
  color: #504891;
}
.headline a:hover {
  text-decoration: none;
  color: #fb6da9;
}
/* 記事内カテゴリー */
.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: #504891;
  border: 1px solid #504891;
  padding: 0.8em 1.5em;
  margin: 0 20px;
  background-color: #eceafb;
}
#pager li a:visited {
  text-decoration: none;
  color: #504891;
  border: 1px solid #504891;
  background-color: #eceafb;
}
#pager li a:active {
  text-decoration: none;
  color: #504891;
  border: 1px solid #504891;
  background-color: #eceafb;
}
#pager li a:hover {
  text-decoration: none;
  background-color: #504891;
  color: #eceafb;
  border: 1px solid #504891;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* story - ストーリー */
/* ----------------------------------------------- */
.nowrap {
  white-space: nowrap;
}
.pink {
  color: #fb6da9;
}
.bold {
  font-weight: 600;
}
/* =============================================== */
/* cast - キャスト */
/* ----------------------------------------------- */
.castList01 {
  text-align: center;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 2%;
}
.castList01 li {
  vertical-align: top;
  padding: 0 0 40px;
}
.photo {
  width: 600px;
  height: auto;
  text-align: center;
  margin: 0 auto 10px;
}
.photo img {
  width: 100%;
  height: auto;
}
.actor {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: 7px;
  padding-left: 7px;
  color: #504891;
}
div.message {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 25px 20px;
  width: 100%;
  font-weight: 400;
  text-align: left;
  background: #eceafb;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
}
div.message:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #eceafb;
  z-index: 1;
}
.message p {
  padding: 8px 0;
  font-size: 96%;
}
.profile {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  padding: 10px 15px;
  color: #777;
  line-height: 1.5;
}
h4 {
  text-align: center;
}
h4 span {
  background: #eceafb;
  border-top: 1px solid #504891;
  border-bottom: 1px solid #504891;
  color: #504891;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 1em 4px;
  line-height: 1;
}
.castList02 {
  text-align: center;
  width: 100%;
  font-size: 17px;
  margin: 0 auto;
  padding: 0;
}
.castList02 li {
  display: inline-block;
  padding: 5px 0 15px;
  width: 18%;
}
.ens {
  width: 100%;
  max-width: 180px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.ens img {
  width: 100%;
  height: auto;
}
/* staff - スタッフ */
.staffList01 {
  text-align: center;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 2%;
}
.staffList01 li {
  vertical-align: top;
  padding: 0 0 20px;
}
.staff {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 15px;
  letter-spacing: 7px;
  padding-left: 7px;
}
.job {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
}
.staffList02 {
  text-align: center;
  width: 96%;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 2%;
}
.staffList02 li {
  display: inline-block;
  padding: 5px 0.5em;
}
/* =============================================== */
/* ticket - 公演概要 */
/* ----------------------------------------------- */
.dateVenue {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 2px;
}
.dateVenue .large {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.linkBtn {
  text-align: center;
  padding: 10px 0;
}
.linkBtn a:link {
  text-decoration: none;
  color: #fb6da9;
  padding: 3px 0.75em 2px;
  margin: 0 auto;
  line-height: 1;
  font-size: 12px;
  position: relative;
  top: -3px;
  border: 1px solid #fb6da9;
  background: #fae9f0;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #fb6da9;
  border: 1px solid #fb6da9;
}
.linkBtn a:active {
  text-decoration: none;
  color: #fb6da9;
  border: 1px solid #fb6da9;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #fb6da9;
  color: #fff;
  border: 1px solid #fb6da9;
}
h5 {
  margin: 0;
  padding: 20px 0 10px;
}
h5 span {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.supportList {
  padding: 0 0 0 1.5em;
  list-style: disc;
}
.supportList li {
  padding: 10px 0;
  font-size: 15px;
}
.supportList li span {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.cautionList {
  padding: 15px 0 15px 1em;
  list-style: circle;
}
.cautionList li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}
.senkoBox {
  border: 1px solid #fb6da9;
  margin: 40px auto;
  padding: 0 2% 20px;
  width: 96%;
  border-radius: 10px;
  background-color: #fef5f9;
}
.senkoBox h6 {
  height: 0;
  text-align: center;
}
.senkoBox h6 span {
  color: #fef5f9;
  padding: 5px 1.5em 3px;
  margin: 0;
  position: relative;
  top: -35px;
  height: 0;
  font-size: 13px;
  background-color: #fb6da9;
  font-weight: 400;
}
.playguideList {
  list-style: none;
  padding: 0 0 15px 0;
}
.playguideList li {
  padding: 30px 0 20px;
  border-top: 1px dotted #666;
  font-weight: 600;
}
.playguideList li span {
  display: block;
  padding: 5px 0 10px;
  font-size: 88%;
  font-weight: 500;
}
.playguideList li:first-child {
  border-top: none;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 400px;
  text-align: center;
  font-weight: 500;
}
.purchase a:link {
  display: block;
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fb6da9;
  margin: 0 auto 8px;
  color: #fb6da9;
  background-color: #fff;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 50px;
  font-size: 88%;
}
.purchase a:visited {
  text-decoration: underline;
  color: #fb6da9;
  border: 1px solid #fb6da9;
}
.purchase a:active {
  text-decoration: underline;
  border: 1px solid #fb6da9;
  color: #fb6da9;
}
.purchase a:hover {
  text-decoration: none;
  background: #fb6da9;
  color: #fff;
  border: 1px solid #fb6da9;
}
/* =============================================== */
/* 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: 50px 0;
  clear: both;
  color: #eceafb;
  background-image: url("/replacement/bgFooter.jpg");
  background-position: center center;
  background-size: cover;
}
/* SNSボタン */
.snsBtn {
  padding: 0;
  text-align: center;
}
.snsBtn li {
  font-size: 46px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #eceafb;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #eceafb;
}
.snsBtn a:active {
  text-decoration: none;
  color: #eceafb;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #fb6da9;
}
/* フッター内部 */
#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;
  margin: 0;
  padding: 0;
}
#footer-center p span {
  display: block;
  font-size: 13px;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
}
#footer-right p {
  text-align: right;
  font-size: 70%;
  margin: 0;
  padding: 50px 0 0;
}
#footer-right p a:link {
  text-decoration: none;
  color: #eceafb;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #eceafb;
}
#footer-right p a:active {
  text-decoration: none;
  color: #eceafb;
}
#footer-right p a:hover {
  text-decoration: underline;
  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);
}
/* =============================================== */
/* fadeIn - フェイドイン */
/* ----------------------------------------------- */
/* 共通（最初は隠す） */
.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
  opacity: 0;
  transition: all 0.8s ease;
}
/* 右から */
.fadeInRight {
  transform: translateX(30px);
}
.fadeInRight.show {
  opacity: 1;
  transform: translateX(0);
}
/* 左から */
.fadeInLeft {
  transform: translateX(-30px);
}
.fadeInLeft.show {
  opacity: 1;
  transform: translateX(0);
}
/* 下から */
.fadeInUp {
  transform: translateY(30px);
}
.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}
/* 上から */
.fadeInDown {
  transform: translateY(-30px);
}
.fadeInDown.show {
  opacity: 1;
  transform: translateY(0);
}