 /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
   background:#fafafa;
   background-size: 100% auto;
   background-repeat:repeat;
   font-family: 'Noto Sans JP', "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
	letter-spacing:1.2px;
	color:#0f0f0f;
  }
  @keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
 
@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
  

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*主なレスポンシブ設定（表示が崩れる場合など必要に応じて変更）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

@media screen and (max-width: 768px) {

  a {
    color: #cf0e3e;
    transition: 0.3s;
  }

  a:hover {
    color: #1c1b1c;
    transition: 0.3s;
  }

  /*スマホで見ると綺麗に改行されているように見えるシステム*/
  .clear {
    margin: 0;
    padding: 0;
    display: flex;
  }
.pc{
    display:none;
}

/*フェードインの処理*/
.fadein {
    opacity : 0;
    transform : translate(0,  1px);
    transition : all 1000ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
    
   .spnone{
   	display:none;
   }

/*見出し系
---------------------------------------------------------------------------*/
.midashi{
	text-align: center;
	margin: 1.5em 0 2.5em 0;
	font-size:2.5em;
	font-family: 'Shippori Mincho';
	font-weight:700;
	color:#1c1b1c;
	letter-spacing:8px;
	-webkit-animation: glitch03 2.4s linear infinite;
    animation: glitch03 2.4s linear infinite;
}

hr{
	margin:20px 0;
}
  
/*トップ画像周辺*/
 .top {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.top img {
	width: 50%;
	margin:100px 0 50px 0;
  }

.top-fadein {
    font-size: 30px;
    font-weight: bold;
    animation-name: fadeup;
    animation-duration: 4s;
    animation-iteration-count: 1;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(0px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.box1{
    width:80%;
    padding: 50px 0;
    margin: 0 auto;
}

.box2{
    padding: 5% 5% 20% 5%;
    margin: 0 auto;
    color:#fafafa;
	background:url(../img/background.png);
}

.box2 .midashi{
	color:#fafafa !important;
}

.line{
	height:auto;
	overflow: hidden;
	margin-top:-10%;
}
.line-2{
	height:auto;
	overflow: hidden;
	margin-bottom:-10%;
}
.line img , .line-2 img{
	width:100%;
}
  
.boxNews{
    width:100%;
    margin: 0 auto;
}

.boxSma{
    width:90%;
    margin: 0 auto;
}


  #page-top {
    position: fixed;
     z-index:2;
    bottom: -5px;
    right: 15px;
    width: 50px;
    text-align: right;
    margin:0;
  }

  #page-top a {
      text-decoration: none;
      display: block;
  }

  #page-top img {
    width: 70px;
  }


  /*追従メニューとトップへ戻るボタンの設定*/
  .fixed {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
  }

  .clearfix {
    margin: 0 auto;
  }

/*お知らせ周辺*/
#news {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
  }
  
.newsList {
    list-style: none;
    padding: 0px 15px 50px 15px;
  }

.newsList li {
    border-bottom: 1px dotted #1c1b1c;
  }
  
.newsList li p{
  margin:10px 0 15px 20px;
  font-size:13px;
}

.date {
  color:#fcfcfc;
  display:inline-block;
  background:#8c7224;
  padding:5px 10px;
  border-radius:20px;
  font-size:13px;
 }

	
  /*あらすじ周辺*/
#about {
    font-size: 14px;
    color:#8a0e0e;
    margin: 0 auto;
    text-align: left;
    line-height:1.5em;
    font-family: 'Shippori Mincho';
  }
#arasuji {
	font-size: 14px;
	color:#8a0e0e;
	margin: 0 auto;
	text-align: center;
	line-height:2em;
	font-family: 'Shippori Mincho';
	font-weight:700;
	letter-spacing:1px;
}
#arasuji .big{
	font-size:22px;
	font-weight:900;
    -webkit-animation: glitch03 2s linear infinite;
	animation: glitch03 2s linear infinite;
}
#arasuji .big2{
	font-size:22px;
	font-weight:900;
    -webkit-animation: glitch03 2.2s linear infinite;
	animation: glitch03 2.2s linear infinite;
}
#arasuji .small{
	font-size:12px;
	line-height:1em;
}


  .arasujimidashi {
    margin: 10px 0;
    text-align: center;
    font-size:22px;
  }
  .arasujinaiyou {
    margin: 15px 0;
    text-align: center;
    font-size:12px;
    line-height:2;
  }


	
  /*キャスト周辺*/
#cast {
    margin: 0 auto;
  }

#staff{
    margin-bottom:50px;
}

#staff p{
	font-size:30px;
	text-align:center;
	line-height:25px;
	font-weight:900;
	margin:0;
}

#staff .small{
	font-size:12px;
	font-weight:400;
	margin:50px 0 10px 0;
}

.oya {
    justify-content: center;
	margin: 0;
	display:inline-block;
  }


.castList {
	text-align:center;
  width:45%;
	padding:2%;
	display:inline-block;
}

.castName {
    text-align: center;
    font-size: 16px;
    margin:5px 0 25px 0;
    letter-spacing:3px;
	font-weight:900;
}
.charaName {
    text-align: center;
  margin:0;
  font-size: 11px;
}
  
  .castList a img {
    width:100%;
    transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
  }

  .castList a:hover img {
    opacity: 0.5;   /*透明度の指定*/
    transition: 0.3s;   /*ゆっくりホバーするための指定（入る時）*/
  }



/*公演日程周辺*/
  #schedule {
	margin:0 auto;
  }
  
#schedule .naiyou{
	font-size:13px;
	line-height:25px;
	margin:30px 0 30px 20px;
}

#schedule .naiyou::before{
	content: '■';
	color:#1c1b1c;
	margin-left:-20px;
}

.scheBig{
	font-weight:bold;
}

table.sche{
    font-size:12px;
	border-collapse:collapse;
	padding:15px 0;
	text-align:center;
	border-top:3px solid #515B57;
	border-bottom:3px solid #515B57;
	margin:20px 0;
}

table.sche tr{
}

table.sche th{
	padding:15px 10px;
	color:#fff;
	border-top:1px dotted #515B57;
	background:#8a0e0e;
	font-weight:lighter;
}

table.sche td{
	padding:10px;
	border-top:1px dotted #515B57;
	background:rgba(255,255,255,0.7);
}

.scroll{
    overflow: auto;
    white-space: nowrap;
}
    .scroll::-webkit-scrollbar{height:10px;}
    .scroll::-webkit-scrollbar-track{background:#dddddd;}
    .scroll::-webkit-scrollbar-thumb{background:#f5f5f5;}

.hoshi::before{
	content:"○";
	font-size:12px;
}

.day{
	padding:5px 5px 0 5px !important;
  font-weight:bold;
}

.week{
	border-style:none !important;
	padding:0 5px 5px 5px !important;
}

.sat{
	color:#4D80C3;
}

.sun{
	color:#E35C63;
}

.time{
	font-size:14px;
	font-weight:bold;
	color:#8a0e0e;
}


  /*チケット情報周辺*/
#ticket {
	margin: 0 auto;
	font-size:13px;
}

.ticBox{
	padding: 30px 10px;
	font-size:13px;
	background:rgba(255,255,255,.8);
	margin-top:50px;
	font-family: 'Noto Sans JP';
	line-height:22px;
}

.senkou{
    margin-bottom:35px;   
}

#ticket .naiyou{
	margin-left:20px;
}

#ticket .naiyou::before{
	content: '■';
	color:#1c1b1c;
	margin:0 5px 0 -20px;
}

#ticket .name{
	background:#8a0e0e;
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:700;
	padding:10px ;}

.seat{
	font-size:15px;
	font-weight:bold;
}

.seatName{
	font-size:16px;
	color:#8a0e0e;
	font-weight:bold;
	display:block;
	font-family:'noto sans JP';
}


 /* Goods周辺 */

.goodsOya {
  display: flex;
  justify-content: left;
}

.goodsList {
	width:50%;
	text-align:center;
	margin:3px ;
	vertical-align:bottom;
}

.goodsList img{
	width:100%;	
}

.goodsName{
	text-align:left;
	  font-family: 'Noto Sans JP';
  font-weight:bold;
  font-size:14px;
}
.goodsName2{
	display:block;
	text-align:left;
	border-bottom: transparent;
}
.goodsBun{
	font-size:12px;
	text-align:left;
	margin-bottom:20px;
}


  /*Q＆A周辺*/
  #qa {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align:left;
    font-size:13px;
  }

  dl.accordion {
    margin: 0 auto;
    padding: 0 5px;
  }

  dl.accordion dt {
    /*white-space: nowrap;*/
      border-bottom: 2px dotted #999;
      text-indent: 5px;
      line-height: 20px;
      cursor: pointer;
      padding: 10px 0;
  }

  dl.accordion dd {
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
    display: none;
    margin: 0;
  }
  
  @-webkit-keyframes glitch03 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  49% {
    transform: skew(0) rotate(0);
  }

  50% {
    transform: skew(25deg) rotate(-15deg);
  }

  51% {
    transform: skew(0) rotate(0);
  }

  78% {
    opacity: 1;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  91% {
    transform: rotate(0);
  }

  92% {
    transform: rotate(8deg);
  }

  93% {
    transform: rotate(0);
  }

  100% {}
}

@keyframes glitch03 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  49% {
    transform: skew(0) rotate(0);
  }

  50% {
    transform: skew(25deg) rotate(-15deg);
  }

  51% {
    transform: skew(0) rotate(0);
  }

  78% {
    opacity: 1;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  91% {
    transform: rotate(0);
  }

  92% {
    transform: rotate(8deg);
  }

  93% {
    transform: rotate(0);
  }

  100% {}
}

  
  /*注意事項周辺*/

#coution{
	font-size:14px;
}

#coution .naiyou{
	margin-left:20px;
	color:#cf0e3e;
	font-weight:bold;
}

#coution .naiyou::before{
	content: '<<';
	color:#cf0e3e;
	margin:0 5px 0 -20px;
}

#coution .naiyou::after{
	content: '>>';
	color:#cf0e3e;
	margin-left:5px;
}

#coution .p{
	margin:0 0 0 20px;
}

#coution .p::before{
	content: '■';
	margin:0 5px 0 -20px;
}

.coution{
	text-align:center;
	margin:0 auto;	
}

.coution img{
	width:50%;
	margin-bottom:30px;
}

  /*ヘッダーバナー周辺*/

.copy {
	background:#1c1b1c;
	padding:40px 0;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:20px;
}
.copy img{
	width:30%;
	margin-top:-22%;
}

.copy img:hover{
	-webkit-animation: hover 0.1s ease forwards;
    animation: hover 0.1s ease forwards;
}

.mede{
	background:#3b3b3b;
	font-size:13px;
	text-align:center;
	color:#fafafa;
	padding: 80px 0;
	letter-spacing:3px;
}

.banner a img {
    transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
    height: 50px;
  width: auto;
  margin: 10px;
  }

.banner a:hover img {
    opacity: 0.5;   /*透明度の指定*/
    transition: 0.3s;   /*ゆっくりホバーするための指定（入る時）*/
}

/*メニューのトグル周りの設定*/
  #menu_box{
	display:none;
  }

nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height:100%;
    background:rgba(95,5,5,0.9);
}
 
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    }
 
nav.globalMenuSp ul li {
    font-size: 22px;
    font-weight:bold;
    list-style-type: none;
    width: 100%;
}
 
/* 最後はラインを描かない
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
} */
 
nav.globalMenuSp ul li a {
    display: block;
    padding: 10px 0;
    margin:0 20px;
    color: #fff;
    text-decoration:none;
	letter-spacing:3px;
	font-weight:bold;
  -webkit-animation: glitch03 2s linear infinite;
	animation: glitch03 2s linear infinite;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 8px;
    top: 8px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    background:rgba(0,0,0,0.8);
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


}
