@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;600&family=Stardos+Stencil:wght@400;700&family=Zen+Antique+Soft&display=swap');
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
@media(max-width:600px) {
  .pc {
    display: none;
  }
}
@media(min-width:601px) {
  .sp {
    display: none;
  }
}
@media(max-width:999px) {
  .mainPC {
    display: none;
  }
}
@media(min-width:1000px) {
  .mainSP {
    display: none;
  }
}
img {
  pointer-events: none;
}
/* 画像のプリント禁止 */
@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-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
}
a:link {
  text-decoration: underline;
  color: #81c1e5;
}
a:visited {
  text-decoration: underline;
  color: #81c1e5;
}
a:active {
  text-decoration: underline;
  color: #81c1e5;
}
a:hover {
  text-decoration: none;
  color: #81c1e5;
}
/* 画像関連 */
img {
  border: none;
  vertical-align: bottom;
}
/* 罫線 */
hr {
  height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #433116;
}
.solid {
  border-top: 3px #433116 solid;
}
.dotted {
  border-top: 3px #433116 dotted;
}
.dashed {
  border-top: 1px #433116 dashed;
}
.double {
  border-top: 3px #433116 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}
section {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
article {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 2%;
  clear: both;
}
/* 見出し */
h2 {
  display: flex;               /* 両方の要素を中央に配置 */
  flex-direction: column;      /* 縦に並べる */
  align-items: center;         /* 左右中央揃え */
  justify-content: center;     /* 上下中央揃え（必要なら） */
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;          /* 横書きテキスト内の中央揃え */
}
h2 span.titleE {
  display: block;
  line-height: 1;
  font-size: 1.6em;
  margin: 0;
  padding: 0 0 0 0.4em;
  letter-spacing: 0.4em;
  font-family: "Stardos Stencil", system-ui;
  font-weight: 400;
}
@media(max-width:810px) {
  h2 span.titleE {
    font-size: 1.4em;
  }
}
@media(max-width:400px) {
  h2 span.titleE {
    font-size: 1.2em;
    padding: 0 0 0 0.1em;
    letter-spacing: 0.1em;
  }
}
h2 span.titleJ {
  display: block;
  writing-mode: vertical-rl;   /* 縦書き */
  text-align: center;          /* 縦書きテキストを左右中央寄せ */
  line-height: 1;
  font-size: 0.75em;
  margin-top: 5px;
  padding: 15px 0;
  letter-spacing: 0.2em;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
}
@media(max-width:400px) {
  h2 span.titleJ {
    font-size: 0.5em;
	letter-spacing: 0.1em;
  }
}
h3 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  padding: 12px;
  color: #542b16;
  font-size:28px;
  letter-spacing: 0.1em;
}
@media(max-width:810px) {
  h3 {
    font-size:22px;
  }
}
@media(max-width:400px) {
  h3 {
    font-size:21px;
    letter-spacing: 0;
  }
}
h4 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  background-color: #e2d7c8;
  border-top: 3px double #201607;
  border-bottom: 3px double #201607;
  color: #201607;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  margin: 15px 0 25px;
}
h5 {
  text-align: center;
  color: #c7bcac;
  margin: 0;
  padding: 50px 0 20px;
}
h5 span {
  padding: 5px 1.5em 3px;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 500;
  border-top: 1px solid #c7bcac;
  border-bottom: 1px solid #c7bcac;
}
/* =============================================== */
/* menu - メニュー */
/* ----------------------------------------------- */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
  border: solid 2px #81c1e5;
  background-color: #000;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media(max-width:600px) {
  .menu-btn {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: solid 1px #81c1e5;
  }
}
.menu-btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 50%;
  background: #81c1e5;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu-btn-line::before, .menu-btn-line::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #81c1e5;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.menu-btn-line::before {
  top: -8px;
}
.menu-btn-line::after {
  top: 8px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
.open .menu-btn {
  border-color: #81c1e5;
}
.open .menu-btn-line {
  background-color: transparent;
}
.open .menu-btn-line::before, .open .menu-btn-line::after {
  top: 0;
  background: #81c1e5;
}
.open .menu-btn-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .menu-btn-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*開いたメニュー*/
.menu {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.menu ul {
  transform: translateY(26%);
  padding: 0;
  list-style-type: none
}
.menu li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Stardos Stencil", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}
.menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.menu li a:hover {
  color: #81c1e5;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* =============================================== */
/* main - メイン */
/* ----------------------------------------------- */
#container {
  width: 100%;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #000;
  background-image: url("../img/bgMain01.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media(min-width:1920px) {
  #main {
    background-size: cover;
  }
}
@media(max-width:1000px) {
  #main {
    background-image: url("../img/bgMain01B.jpg");
    background-size: cover;
    background-position: bottom right;
  }
}
/* ロゴ */
h1 {
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
h1 img {
  width: 100%;
  height: auto;
  filter: blur(50px);
  animation: blur-anim1 1s linear forwards;
}
@keyframes blur-anim1 {
  100% {
    filter: blur(0);
  }
}
/* =============================================== */
/* intro - イントロ */
/* ----------------------------------------------- */
#intro {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  color: #333;
}
#intro p{
  font-size: 100%;
  padding: 8px 15px;
  line-height: 1.8;
}
.shonen{
  font-size: 85%;
  padding: 0 2px;
}
/* =============================================== */
/* story - あらすじ */
/* ----------------------------------------------- */
#story {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  background-color: #736b5a;
  background-image: url("../img/bgStory.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media(min-width:1920px) {
  #story {
    background-size: cover;
  }
}
@media(max-width:810px) {
  #story {
    padding: 100px 0;
    background-position: top center;
    background-size: cover;
  }
}
@media(max-width:400px) {
  #story {
    padding: 50px 0;
    background-image: url("../img/bgStorySmp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.storyBox{
  margin: 100px 0 0;
}
@media(max-width:400px) {
  .storyBox {
    margin: 20px 0 0;
  }
}
#story p{
  font-size: 100%;
  padding: 8px 15px;
  line-height: 1.8;
}
@media(max-width:600px) {
  #story {
  }
  #story p{
  }
}
/* =============================================== */
/* cast - キャスト */
/* ----------------------------------------------- */
#cast {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #f6f1ea;
  color: #333;
}
.castList01 {
  text-align: center;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 2% 80px;
}
.castList01 li {
  vertical-align: top;
  padding: 0 0 40px;
}
.photo {
  width: 400px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
@media(max-width:600px) {
  .photo{
    width: 260px;
  }
}
.photo img {
  width: 100%;
  height: auto;
}
.actor {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  padding-bottom: 20px;
}
@media(max-width:400px) {
  .actor {
    font-size: 20px;
  }
}
.belong{
  font-size: 18px;
  display:block;
}
@media(max-width:400px) {
  .belong {
    font-size: 13px;
  }
}
.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: #fff;
  border: solid 3px #fff;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
}
.message:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
.profile{
  font-weight: 400;
  font-size: 85%;
  text-align: left;
  padding: 10px 15px;
  color: #777;
  line-height: 1.4;
}
/* =============================================== */
/* info - 公演概要 */
/* ----------------------------------------------- */
#info {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #201607;
}
#info article {
  padding: 20px 0 40px;
}
@media(max-width:600px) {
  #info article {
    padding: 20px 0;
  }
}
.dateTxt {
  font-weight: 400;
  font-size: 125%;
  text-align: center;
  padding: 15px 0 5px;
}
@media(max-width:400px) {
  .dateTxt {
    font-size: 115%;
  }
}
.venueTxt {
  font-weight: 400;
  font-size: 125%;
  text-align: center;
  padding: 0;
}
@media(max-width:400px) {
  .venueTxt {
    font-size: 115%;
  }
}
#info p{
  text-align: center;
}
.sche {
  margin: 15px auto 40px;
  width: 100%;
  max-width: 650px;
}
@media(max-width:810px) {
  .sche {
    width: 100%;
    height: auto;
  }
}
.sche img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cautionList{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0 20px 1em;
  list-style-type: disc;
  list-style-position: outside;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
.cautionList li{
  font-size: 85%;
  line-height: 1.3;
  padding: 3px 0;
}
/* チケット */
.senkoBox {
  border: 1px solid #81c1e5;
  margin: 0 auto;
  padding: 0 2%;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
}
@media(max-width:999px) {
  .senkoBox {
    width: 92%;
    padding: 0 2% 20px;
    margin: 30px auto 10px;
  }
}
.ippanBox {
  border: 1px solid #f5e680;
  margin: 0 auto;
  padding: 0 2%;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  color: #fff;
}
@media(max-width:999px) {
  .ippanBox {
    width: 92%;
    padding: 0 2% 20px;
    margin: 30px auto 10px;
  }
}
.senkoBox h5 span {
  color: #fff;
  background-color: #81c1e5;
}
.ippanBox h5 span {
  color: #000;
  background-color: #f5e680;
}
.playguideList {
  list-style: none;
  padding: 0 0 15px 0;
  font-size: 90%;
}
@media(max-width:810px) {
  .playguideList {
    font-size: 85%;
  }
}
.playguideList li {
  padding: 15px 0;
  border-top: 1px dotted #999;
}
.playguideList li:first-child {
  border-top: none;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  text-align: center;
  font-weight: 500;
}
.purchase span {
  display: block;
}
@media(max-width:810px) {
  .purchase {
    width: 100%;
    padding: 20px 0;
    line-height: 1.4;
  }
}
.purchase a:link {
  display: block;
  position: relative;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  margin: 5px 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;
}

.senkoBox .purchase a:link {color: #fff; background: #98212a;}
.senkoBox .purchase a:visited {color: #fff; background: #98212a;}
.senkoBox .purchase a:active {color: #fff; background: #98212a;}
.senkoBox .purchase a:hover {color: #fff; background: #81c1e5;}

.ippanBox .purchase a:link {color: #000; background: #f0d72b;}
.ippanBox .purchase a:visited {color: #000; background: #f0d72b;}
.ippanBox .purchase a:active {color: #000; background: #f0d72b;}
.ippanBox .purchase a:hover {color: #000; background: #f5e680;}

.siteSenko .purchase a:link {color: #fff; background: #98212a;}
.siteSenko .purchase a:visited {color: #fff; background: #98212a;}
.siteSenko .purchase a:active {color: #fff; background: #98212a;}
.siteSenko .purchase a:hover {color: #fff; background: #81c1e5;}

/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
footer {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  clear: both;
  background-color: #000;
  color: #e2d7c8;
  text-align: center;
  font-size: 100%;
  border-top: 1px solid #433116;
}
.snsBtn {
  padding: 15px 0;
  text-align: center;
}
.snsBtn li {
  font-size: 50px;
  font-weight: 400;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #e2d7c8;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #e2d7c8;
}
.snsBtn a:active {
  text-decoration: none;
  color: #e2d7c8;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #fff;
}
footer p{
  padding: 8px 0;
}
footer p span{
  font-size: 85%;
  display: block;
}
/* =============================================== */
/* 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);
}
@media(max-width:810px) {
  a:hover img {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* =============================================== */
/* other - その他 */
/* ----------------------------------------------- */
/* ほか */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
@media(max-width:810px) {
  #page-top {
    bottom: 5px;
    right: 5px;
  }
}
#page-top a {
  text-decoration: none;
  color: #81c1e5;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 56px;
}
@media(max-width:810px) {
  #page-top a {
    font-size: 40px;
  }
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.banner01{
  position: fixed;
  bottom: 10px;
  left: 10px;
  line-height: 1;
  z-index: 99;
  width: 180px;
}
.banner01 img{
  width: 100%;
  height: auto;
  display: block;
}
@media(max-width:601px) {
  .banner01 {width: 100px;}
}

.large {
  font-size: 130%;
}
.small {
  font-size: 75%;
}
.bold {
  font-weight: 600;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.yellow{color:#ffff00}

/* =============================================== */
/* linkBtn - ボタン */
/* ----------------------------------------------- */
.linkBtn{
  text-align: center;
  padding: 10px 0;
}
.linkBtn a:link {
  text-decoration: none;
  color: #81c1e5;
  padding: 3px 0.75em;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.6em;
  position: relative;
  top: -3px;
  border: 1px solid #81c1e5;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #81c1e5;
  border: 1px solid #81c1e5;
}
.linkBtn a:active {
  text-decoration: none;
  color: #81c1e5;
  border: 1px solid #81c1e5;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #81c1e5;
  color: #000;
  border: 1px solid #81c1e5;
}