 /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
   background-image: url("../img/back.png");
   background-repeat:repeat;
   font-family: 'Roboto','Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
	letter-spacing:1.2px;
  }
  @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: #49D99A;
    transition: 0.3s;
  }

  a:hover {
    color: #fff;
    transition: 0.3s;
  }

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

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

/*見出し系
---------------------------------------------------------------------------*/
.midashi{
	text-align: center;
	position: relative;
	margin: 80px 10px 30px 10px;
	font-size:34px;
	font-family: 'Expletus Sans';
	letter-spacing:3px;
}

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

#top img {
	width: 100%;
	margin:0;
  }

.top-left{
    width:100%;
}

.top-left img{
    width:100%;
}

.top-right-img{
    display:none;
}

.cou-img{
    text-align:center;
    margin-top:20px;
}

.cou-img img{
    width:70%;
}
  
.boxNews{
    width:100%;
    margin: 0 auto;
}

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


  #page-top {
    position: fixed;
     z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 50px;
    text-align: right;
  }

  #page-top a {
      text-decoration: none;
      padding: 10px 0;
      display: block;
      color:#49D99A;
  }

  #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: 40px 15px;
    background-color: rgba(0,0,0,0.4);
	border-top:1px solid #B0B1B1;
	border-bottom:1px solid #B0B1B1;
  }

.newsList li {
    border-bottom: 1px dotted #B0B1B1;
  }
  
.newsList li p{
  margin:10px 5px 15px 30px;
  color:#fff;
  font-size:13px;
}

.date {
	color:#49D99A;
	display:block;
	font-weight:bold;
	margin-top:15px;
  }


	
  /*あらすじ周辺*/
.arasuji {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
	line-height:2.5em;
  }

  .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;
   font-size: 12px;
  }

#staff{
    width:100%;
}

#staff p{
	font-size:12px;
	text-align:center;
	line-height:25px;
}

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


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

.castName {
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	margin:0 0 20px 0;
}
.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 {
	color:#fff;
	margin:0 auto;
  }
  
#schedule .naiyou{
	font-size:13px;
	line-height:25px;
	margin:30px 0 30px 20px;
}

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

.scheBig{
	font-weight:bold;
}

table.sche{
	font-size:13px;
	border-collapse:collapse;
	background:rgba(0,0,0,0.4);
	width:100%;
	padding:15px 0;
	text-align:center;
	border-top:3px solid #515B57;
	border-bottom:3px solid #515B57;
}

table.sche tr{
}

table.sche th{
	padding:15px 0;
	border-top:1px dotted #515B57;
	background:rgba(50,100,90,0.4);
	font-weight:lighter;
}

table.sche td{
	border-top:1px dotted #515B57;
	padding:0 5px;
}

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

.hoshi2::before{
	content:"★";
	font-size:14px;
}

.day{
	padding-top:10px !important;
}

.week{
	border-style:none !important;
	padding-bottom:10px !important;
}

.sat{
	color:#4D80C3;
}

.sun{
	color:#E35C63;
}


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

.ticBox{
	margin-top:-20px;
}

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

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

#ticket .name{
	color:#49d99a;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 15px 0;
}

.senkou{
	border-bottom:1px dotted #B0B1B1;
	padding:25px 0;
}

.senkouLast{
	border-style:none;
	padding:25px 0;
}

#ticket .btn{
	margin:25px 0 5px 0;
	font-size:13px;
	text-align:center;
}

#ticket .btn a{
	padding:12px 0;
	display:block;
	background:#49d99a;
	color:#1E1E1E;
	transition:.5s;
	text-decoration:none;
}

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

.seatName{
	font-size:16px;
	color:#b89928;
	font-weight:bold;
	display:block;
}

.seatComment{
	font-weight:normal;
	font-size:13px;
	margin-left:10px;
}

.ticket-content {
	margin:0 0 0 15px;
	font-size:13px;
}

.ticket-content::before{
	content: '※';
	margin:0 0 0 -20px;
}

/*公演について周辺*/

#coution{
	font-size:13px;
}

#coution .naiyou{
	margin-left:15px;
	color:#49d99a;
	font-weight:bold;
}

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

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

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

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

.cou-midashi {
	margin-top:50px;
	position: relative;
	padding: 1rem 2rem;
	border: 4px solid #b89928;
	text-align:center;
	font-size:16px;
}

.cou-midashi:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	border: 2px solid #b89928;
}

 /* Goods周辺 */

.parent{
	margin-bottom:20px;
}

.child{
	display:inline-block;
	width:48%;
	margin-right:1%;
	vertical-align:top;
}

.child img{
	width:100%;
}

.child2{
	display:inline-block;
	width:48%;
	margin-right:1%;
	vertical-align:top;
}

.child2 img{
	width:100%;
}

.g-midashi{
	font-weight:bold;
	color:#b89928;
	font-size:15px;
	margin:0 0 10px 0;
}

.g-price{
	font-weight:bold;
	color:#808080;
	font-size:15px;
	margin:0 auto;
}

.g-content{
	border-top:solid 1px #fff;
	font-size:13px;
	padding-top:5px;
	margin-top:5px;
}

  .goodsList a img {
    transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
  }

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


  /*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;
  }

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

.copy {
	background-color: rgba(0,0,0,0.4);
	border-top:1px solid #B0B1B1;
	padding:40px 0;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:20px;
}


.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(0,0,0,0.85);
}
 
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;
    font-family: 'Expletus Sans';
	letter-spacing:3px;
}
 
/* このクラスを、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);
}

}
