@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;600&family=Shippori+Mincho:wght@400;600&family=Vollkorn+SC:wght@400;600&family=Noto+Sans+SC:wght@400&display=swap');
/*
==================================================
【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: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #012c44;
  color: #333;
}
a:link {
  text-decoration: underline;
  color: #01b0e9;
}
a:visited {
  text-decoration: underline;
  color: #01b0e9;
}
a:active {
  text-decoration: underline;
  color: #01b0e9;
}
a:hover {
  text-decoration: none;
  color: #01b0e9;
  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 {}
/* 配置 */
.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;
  background-image: url("/replacement/bg01.jpg"), url("/replacement/bg02.jpg");
  background-position: top center, top center;
  background-repeat: no-repeat, repeat;
  display: none;
}
@media(min-width:1920px) {
  #wrapper {
    background-size: contain, auto;
  }
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 930px;
  margin: 0 auto 60px;
  padding: 50px 35px;
  background-color: #fff;
}
#home-1 #main-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  background-image: url("/replacement/ami.png"), url("/replacement/feed.jpg");
  background-position: top center, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
.contents-title {
  font-size: 50px;
  text-align: center;
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  line-height: 0.8;
  padding: 100px 0 75px;
  margin: 0;
  color: #258bb9;
  display: none;
}
.contents-title .h2jap {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5em;
  padding: 8px 0.5em 10px 1em;
  margin: 0;
  border-top: 1px solid #005074;
  border-bottom: 1px solid #005074;
  color: #005074;
}
/* グラデーション文字 */
.grad-text {
  background: linear-gradient(to right, #278ebd, #044e71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* 一文字ずつアニメーション */
.chara span {
  display: inline-block;
  opacity: 0;
  transform: scale(1.4); /* 半透明で1.2倍から開始 */
  animation: popIn 0.45s forwards ease-out;
}
/* 半透明 → 100% 不透明 & 1.0倍に収まる */
@keyframes popIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#home-1 #titleFeed {
  display: block;
}
#news-2 #titleNews {
  display: block;
}
#free-format-3 #titleIntro {
  display: block;
}
#free-format-4 #titleCast {
  display: block;
}
#free-format-5 #titleTicket {
  display: block;
}
#free-format-6 #titleGoods {
  display: block;
}
#free-format-7 #titleNotice {
  display: block;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 0 0 50px;
  clear: both;
}
.subhead {
  font-size: 22px;
  padding: 15px;
  margin: 0 0 15px;
  clear: both;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  background-image: url("/replacement/subhead.jpg");
  background-position: top;
  background-repeat: repeat-x;
  color: #005074;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: 915px;
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 900px;
}
/* バナー・ツイッター枠など(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: #01b0e9;
  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%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-image: url("/replacement/nav.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
  box-shadow: 0 2px 5px 0;
}
/* ヘッダー内部 */
#header-inner {
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
/* 第一階層 */
#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;
  font-size: 23px;
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.25em;
}
#main-menu li a:link {
  text-decoration: none;
  display: inline-block;
  color: #afdcf5;
  padding: 15px 0 10px;
}
#main-menu li a:visited {
  text-decoration: none;
  color: #afdcf5;
}
#main-menu li a:active {
  text-decoration: none;
  color: #afdcf5;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
#main-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #01b0e9;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
#main-menu li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 900px;
  margin: 30px auto;
  padding: 0;
}
#main-visual img {
  width: 100%;
  height: auto;
  filter: blur(50px);
  animation: blur-anim1 1.1s linear forwards;
}
@keyframes blur-anim1 {
  100% {
    filter: blur(0);
  }
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#titleFeed {
  color: #636363;
  padding: 50px 0 30px;
}
#titleFeed span {
  color: #fff;
  border: none;
  margin: 0;
  letter-spacing: 1em;
  padding: 0 0 0 1em;
  font-size: 21px;
  position: relative;
  top: -15px;
  font-weight: 400;
}
#news-feed-index {
  width: 700px;
  margin: 0 auto;
  padding: 15px 0 60px;
}
#news-feed-index ul {}
#news-feed-index li h2 {
  font-size: 94%;
  margin: 5px 0;
  padding: 4px 0 4px 1em;
  clear: both;
  font-weight: 400;
}
#news-feed-index li h2 a:link {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li h2 a:visited {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li h2 a:active {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li h2 a:hover {
  text-decoration: underline;
  color: #afdcf5;
  transition: all .3s ease;
}
.feedDate {
  font-size: 85%;
  background: #03486a;
  color: #afdcf5;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
}
.thumbnail {
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}
.news-txt {
  padding: 5px 0 5px 0;
  font-size: 80%;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
#news-2 article {
  padding: 0 0 100px;
}
/* 記事タイトル部分（subhead内） */
#news-2 .subhead {
  font-size: 20px;
  text-align: left;
}
.date {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-size: 20px;
  display: block;
  color: #01b0e9;
  margin: 0 15px;
}
.headline a:link {
  text-decoration: none;
  color: #005074;
}
.headline a:visited {
  text-decoration: none;
  color: #005074;
}
.headline a:active {
  text-decoration: none;
  color: #005074;
}
.headline a:hover {
  text-decoration: underline;
  color: #005074;
}
/* 記事内カテゴリー */
.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: #005074;
  border: 1px solid #005074;
  padding: 0.8em 1.5em;
  margin: 0 20px;
  background-color: #e4f4fc;
}
#pager li a:visited {
  text-decoration: none;
  color: #005074;
  border: 1px solid #005074;
  background-color: #e4f4fc;
}
#pager li a:active {
  text-decoration: none;
  color: #005074;
  border: 1px solid #005074;
  background-color: #e4f4fc;
}
#pager li a:hover {
  text-decoration: none;
  background-color: #005074;
  color: #e4f4fc;
  border: 1px solid #005074;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* intro - イントロページ */
/* ----------------------------------------------- */
.punchline {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 26px;
  color: #005074;
}
.punchline span {
  font-size: 32px;
  white-space: nowrap;
}
.nowrap{
  white-space: nowrap;
  font-weight: 600;
}
/* =============================================== */
/* caststaff - キャストスタッフページ */
/* ----------------------------------------------- */
.castList01 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.castList01 li {
  vertical-align: top;
  padding: 0 0 60px;
}
.photo {
  width: 600px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.photo img {
  width: 100%;
  height: auto;
}
.role {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0;
  padding: 0;
  color: #18b5e8;
  display: inline-block;
  line-height: 1;
}
.role span {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
}
.actor {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.message {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 25px 20px;
  min-width: 120px;
  max-width: 100%;
  font-weight: 400;
  font-size: 100%;
  text-align: left;
  background: #e8f5fc;
  border: solid 3px #e8f5fc;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
  border-radius: 10px;
}
.message:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e8f5fc;
  z-index: 1;
}
.profile {
  font-weight: 400;
  font-size: 85%;
  text-align: left;
  padding: 10px 15px;
  color: #777;
  line-height: 1.4;
}
.staffList01 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.staffList01 li {
  vertical-align: top;
  padding: 0 0 30px;
}
.staffList01 .photo {
  width: 330px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.staffList01 .actor {
  font-size: 24px;
  padding: 10px 0;
}
.job {
  font-size: 70%;
  padding-right: 8px;
}
.staffList02 {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  padding: 0;
}
.staffList02 li {
  display: inline-block;
  padding: 0.5em 1em;
}
.hiro{
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* =============================================== */
/* info - 公演概要ページ */
/* ----------------------------------------------- */
#free-format-5 #main-box {
  text-align: center;
}
.dateTxt {
  font-weight: 400;
  font-size: 21px;
  padding: 15px 0 5px;
}
.venueTxt {
  font-weight: 400;
  font-size: 21px;
  padding: 0;
}
.linkBtn {
  text-align: center;
  padding: 10px 0;
}
.linkBtn a:link {
  text-decoration: none;
  color: #01b0e9;
  padding: 3px 0.75em 2px;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.6em;
  position: relative;
  top: -3px;
  border: 1px solid #01b0e9;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #01b0e9;
  border: 1px solid #01b0e9;
}
.linkBtn a:active {
  text-decoration: none;
  color: #01b0e9;
  border: 1px solid #01b0e9;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #01b0e9;
  color: #fff;
  border: 1px solid #01b0e9;
}
.ippanBox {
  margin: 20px auto 20px;
  padding: 2%;
  width: 92%;
  max-width: 700px;
  border-radius: 10px;
}
.playguideList {
  list-style: none;
  padding: 10px 0 0;
  font-size: 90%;
}
.playguideList li {
  padding: 15px 0 0;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 60%;
  text-align: center;
  font-weight: 500;
}
.purchase span {
  display: block;
}
.purchase a:link {
  display: block;
  position: relative;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  margin: 0 1em;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 100px;
  font-size: 100%;
}
.purchase a:visited {
  text-decoration: none;
}
.purchase a:active {
  text-decoration: none;
}
.purchase a:hover {
  text-decoration: none;
}
.ippanBox .purchase a:link {
  color: #fff;
  background: #01b0e9;
}
.ippanBox .purchase a:visited {
  color: #fff;
  background: #01b0e9;
}
.ippanBox .purchase a:active {
  color: #fff;
  background: #01b0e9;
}
.ippanBox .purchase a:hover {
  color: #fff;
  background: #6fdcff;
}
h5 {
  text-align: center;
  color: #005074;
  margin: 0;
  padding: 50px 0 20px;
}
h5 span {
  padding: 5px 3em 3px;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 500;
  border-top: 1px solid #005074;
  border-bottom: 1px solid #005074;
  background-color: #e4f4fc;
}
/* =============================================== */
/* schedule-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart {
  width: 900px;
  border-collapse: collapse;
  border: 1px solid #afdcf5;
  table-layout: fixed;
  margin: 15px 0;
}
.schedule-chart td {
  border: 1px solid #afdcf5;
  text-align: center;
  color: #01b0e9;
  font-size: 18px;
}
/* 月 */
.schedule-chart .month {
  padding: 10px;
  font-size: 13px;
  background: #03486a;
  color: #afdcf5;
  border: 1px solid #afdcf5;
}
/* 日 */
.schedule-chart .day {
  background: #e8f5fc;
  color: #03486a;
  border: 1px solid #afdcf5;
  border-top: none;
  border-bottom: none;
  font-size: 14px;
}
.row-day .day {
  padding-top: 5px;
}
.row-weekday .day {
  padding-bottom: 5px;
}
/* 土・日・休演 */
.schedule-chart .sat {
  color: #66ccff;
}
.schedule-chart .sun {
  color: #ff6699;
}
/* 時刻（一番左の列） */
.schedule-chart th {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  background: #03486a;
  color: #afdcf5;
  border: 1px solid #afdcf5;
}
/* 休演 */
.row-1300 .day-20260130 {
  font-size: 12px;
  color: #afdcf5;
  border-bottom: none;
}
.row-1800 .day-20260130 {
  font-size: 12px;
  color: #afdcf5;
  border-top: none;
}
.row-1300 .day-20260205 {
  font-size: 12px;
  color: #afdcf5;
  border-bottom: none;
}
.row-1800 .day-20260205 {
  font-size: 12px;
  color: #afdcf5;
  border-top: none;
}
.row-1300 .day-20260212 {
  font-size: 12px;
  color: #afdcf5;
  border-bottom: none;
}
.row-1800 .day-20260212 {
  font-size: 12px;
  color: #afdcf5;
  border-top: none;
}
/* 祝日表記 */
#paragraph-6 .row-weekday td:nth-child(3) {color: #66ccff;}
#paragraph-6 .row-weekday td:nth-child(6) {color: #03486a;}
#paragraph-6 .row-weekday td:nth-child(14)::after {content: "祝";}
#paragraph-7 .row-weekday td:nth-child(4)::after {content: "祝";}
/* =============================================== */
/* goods - グッズページ */
/* ----------------------------------------------- */
.underline{
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.cautionList01{
  list-style-position: outside;
  padding: 5px 0 5px 1em;
}
.cautionList01 li{
  font-size: 90%;
  padding: 5px 0;
  line-height: 1.6;
}
/* =============================================== */
/* 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: #fff;
  background-color: #012c44;
  background-image: url("/replacement/footer.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  box-shadow: 0 -3px 0 0 #012c44;
}
/* フッター内部 */
#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;
  min-height: 20px;
}
#footer-center p {
  text-align: center;
  font-size: 90%;
}
#footer-center p span {
  text-align: center;
  font-size: 80%;
  display: block;
}
/* 右部分(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: 110px 0 0;
}
#footer-right p a:link {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:active {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:hover {
  text-decoration: none;
  color: #fff;
  transition: all .3s ease;
}
/* =============================================== */
/* 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);
}