
 /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
 background:#C0460C;
 background-image:url("../img/back.png");
   font-family:'M PLUS Rounded 1c','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
   position: relative;
   overflow-x:hidden;
    animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}

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

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

.spnone{
    display:none;
}

  a {
    color:  #ECBF02;
    text-decoration: none;
    transition: 0.3s;
  }

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

  /*スマホで見ると綺麗に改行されているように見えるシステム*/
  .clear {
    margin: 0;
    padding: 0;
    display: flex;
  }
  
/*フェードインの処理*/
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }    
      
#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
	}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
#effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
#effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
#effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}

.cf-content{
	margin-bottom:40px;
}

.cf{
	text-align:center;
}

.cf img{
	width:90%;	
	margin-bottom:-20px;
}


/*見出し系
---------------------------------------------------------------------------*/
.TOPMidashi {
    text-align: center;
    font-size: 28px;
    margin: 0 40px;
    font-weight: bold;
    text-shadow: 2px  2px 5px #e5007f,
            -2px  2px 5px #e5007f,
             2px -2px 5px #e5007f,
            -2px -2px 5px #e5007f;
  }

hr {
	border:1px dashed #38416b;
	width: 100%
}
  /*トップ画像周辺*/
 .top {
   background-size:cover;   
  width: 100%;
  margin: 0 auto;
  text-align:center;
  position:relative;
}

  .top img {
    width: 100%;
  }
  
.couBtn{
    position:absolute;
    bottom:0%;
    right:0;
    text-align:right;
}
.couBtn img{
    width:30%;   
    transition:.5s;
}

.couBtn img:hover{
    opacity:.9;
    transition:.5s;
}

  .midashi {
    margin: 0;
    text-align: center;
  }
    .midashi img{ 
   height: 60px ;
 width: auto ;
  text-align: center;
}
  .midashi1{
    margin: 0;
    text-align: center;
  }
    .midashi1 img{ 
   height: 90px ;
 width: auto ;
  text-align: center;
}
@keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
 
@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
    .box16{
    text-align: center;
    margin:0 auto;
    padding: 40px 0;
    background-image:url("../img/back.png");
}

  .box17{
    text-align: center;
    margin:0 auto;
    padding: 40px 0;
    background-image:url("../img/back.png");
    }
  .box18{
    height:200px;
    overflow:hidden;
    text-align: center;
    margin:0 auto;
    padding: 40px 0;
    background:#B30909;
  background-image:url("../img/back.png");
}

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

  #page-top a {
      text-decoration: none;
      padding: 20px 0;
      display: block;
  }

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

  .logo {
    margin: 0;
    text-align: center;
  }

  .logo a {
      position: absolute;
      left: 0;
      top: 0;
  }

  .logo img {
    height: auto;
    width: 75px;
    margin-top:10px;
    overflow: hidden;
  }

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

  .clearfix {
    margin: 0 auto;
  }

/*公演注意*/

.coution{
	margin:0 auto;
	width:80%;
	background:#fff;
	border:3px solid #000;
	padding:5%;
}

.coution p{
	font-size:14px;
	text-align:left;
	line-height:20px;
	margin:40px 0;
}

.coutionMidashi{
	text-align:center;
	font-size:1.1em;
	color: #000;
	padding: 0.5em 0;
	border-top: solid 3px #ECBF02;
	border-bottom: solid 3px #ECBF02;
}

.coutionBun{
	text-align:left;
	padding-left:15px;
	font-size:14px;
}

.coution ul li{
	list-style:disc;
}

  /*お知らせ周辺*/
  #news {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
  text-align: left;
  padding:0 10px;
  }

  .newsList {
    background:#fff;
    border:2px solid #000;
    list-style: none;
    padding: 40px 5px ;
    margin:0;
  }

  .newsList li {
    padding: 5px 0;
    border-bottom: 1px solid #ECBF02;
  }

  .date {
    margin-right: 20px;
    font-weight:700;
    color:#B30909;
  }

  .title {
  	font-size: 26px;
  	text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  }

  .live {
    width: 100%;
    height: 100%;
    color: #2E2E2E;
    text-align: left;
    padding:  0;
    margin: 0 auto;
    }

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

  }

  .castMidashi {
    font-size: 28px;
    margin: 0 40px;
  }

  .staff {
    color:#F8F4F5;
    text-align: center;
      margin: 0 50px;
    font-size: 14px;
  }

  .oya {
    justify-content: space-around;
    margin: 0;
  }

  .castList {
    width: 45%;
    margin: 5px;
    padding: 0;
    text-align: center;
    display:inline-block;
  }

  .castList img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 8px 8px #0B0101;
  }

  .castName {
    margin: 5px 0;
    height:20px;
    font-size: 20px;
      width: 100%;
    text-align: center;
  float: left;
  font-weight:bold;
  }
.charaName {
    width:100%;
    text-align: center;
  margin-top:5px;
  font-size: 12px;
  float: left;
  display:inline-block;
}
  .castList2 {
    width: 28%;
    margin: 10px 5px;
    padding: 0;
    text-align: center;
    display:inline-block;
  }

  .castList2 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 8px 8px #0B0101;
  }
  .castList a img {
    transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
  }

  .castList a:hover img {
    opacity: 0.5;   /*透明度の指定*/
    transition: 0.3s;   /*ゆっくりホバーするための指定（入る時）*/
  }
  
    .castName2 {
    font-size: 16px;
      width: 100%;
    text-align: center;
  float: left;
  color:#fff;
  font-weight:bold;
  margin: 5px 0 10px 0;
  }
  
.charaName2 {
    width:100%;
    text-align: center;
  margin-top:5px;
  font-size: 12px;
  float: left;
  color:#000;
  display:inline-block;
}

 .ju{
    background:#fff;
    padding:10px 20px;
    border-radius:50px;
    display:inline-block;  
    color:#000;
    font-size:16px;
    border:5px solid #ECBF02;
    font-weight:700;
    margin:40px 0 20px 0;
}

.small{
    font-size:12px;
    margin-top:-5px;    
}
  
 table.staff{
 width:100%;
  border-collapse:collapse;
  border-spacing:0;
  padding:0;
  margin: 50px 0 20px 0;
}

table.staff tr{
        border-width: 1px 0;
          padding:5px;
}

table.staff td{
    display:block;
  letter-spacing:1px;
}


table.staff th{
  letter-spacing:1px;
  font-weight:lighter;
  padding-bottom:15px;
}
.kakaku {
    font-size: 14px;
}


  /*公演日程周辺*/
  #schedule {
    width: 100%;
    margin-bottom: 50px;
    color: #fff9f2;
    font-size:12px;
    letter-spacing: 1px;
  }

 .sche{
    width:90%;
    margin:0 auto;
    background:#fff;
    border:3px solid #000;
    padding:40px 0;
} 

.sche p{
    font-size:28px;
    font-weight:700;
    color:#000;
    margin:0;
}

.sche p::before{
    font-size:16px;
    content:"会場";
    font-weight:700;
    color:#000;
    display:block;
}

.sche img {
  width:95%;
  height:auto;
  margin-top:20px;
  }
 

  .naiyou {
    margin: 0px auto;
      text-align:center;
      font-size:22px;
      font-weight:bold;
      font-family: Changa One;
  }
    .n2 {
    margin: 0px auto;
      text-align:center;
      font-size:14px;
  }

  .name {
    font-size: 12px;
  }


  .smtClear {
    display: none;
  }
	
table.a{
 width:100%;
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #ccc;
  padding:0;
  background-color: #fff;
}

table.a tr{
  padding:5px;
}

table.a th {
  width: 12%;
  padding:10px;
  text-align:center;
  border-right: 1px dotted #330000;
  border-left: 1px dotted #330000;
  height: 30px;
  background-color: #f4f4f4;
}

table.a td{
  width: 12%;
  padding:10px;
  text-align:center;
  border-right: 1px dotted #000;
  border-left: 1px dotted #000;
  border-top: 1px dotted #000;
  height: 30px;
/*  background: rgba(55, 55, 55, 0.9);*/
}


.day{
  background: #faf4f6;
}

.time {
  font-size:16px; 
  }
.guest {
  background-color:#FF3565;
 color:#fff;
 font-size:10px;
  display:block;
  transform:scale(0.7);
  }
.uni{
  font-size:10px;  
  transform:scale(0.7 );
  display:block;
  line-height: 0.5em;
  margin-bottom:3px;
}	

 .eria img{
    width:70%;    
    transition:.3s;
}
.eria a:hover img{
    opacity:.5;
    transition:.3s;
} 
  

.chui{
    margin:2%  ;
    padding:15px;
    background:#b32d2d;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color: #fff9f2;
}

.chui p{
    text-align:left;
    font-size:12px;
    font-weight:normal;
}

/*
table{
  width:90%;
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #e4007f;
  padding:0;
  margin: 10px auto;
}

table tr{
  border:1px solid #e4007f;
  padding:5px;
}

table th {
  width: 10%;
  padding:10px;
  text-align:center;
  border-right: 1px solid #e4007f;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}

table td{
  width: 10%;
  padding:10px;
  text-align:center;
  border-right: 1px solid #ccc;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}

table th{
  font-size:14px;
  letter-spacing:1px;
}

.holiday {
  background: rgba(0, 0, 0, 0.8);
}

.holiday_time {
  background: rgba(0, 0, 0, 0.6);
}
*/

  /*チケット情報周辺*/
  #ticket {
    width: 100%;
    margin-top:30px;
    color: #fff9f2;
  }

  .ticketMidashi {
    text-align: center;
    color: #fff;
    font-size: 22px;
  }

  .seki {
    text-align: center;
    color: #fff;
  }

   .pg {
  margin: 0 10px;
 font-size: 16px;
   text-align:center;
}
  .ticketList img {
    width: 248px;
    height: 73px;
  }

  .ticketsub {
    margin: 2px 0;
    font-size: 13px;
  }
    .senkou {
 font-size:10px;
 margin: 0 auto;  
 padding: 5px;
 background-color:#ECBF02; 
 display:inline-block;
 margin-top:20px;
 color:#1a1a1a;
}
  .nedan {
 font-size: 30px;
 margin:3px;
}

.tic img{
    width:100%;
    margin-bottom:0;
    }
.tic {
    margin-bottom:0px;
    font-size:14px;
}

.tic2 img{
    width:70%;
    margin-bottom:0;
    }

 table.ticket{
  width:96%;
  font-size: 12px;
  border-collapse:collapse;
  border-spacing:0;
  padding:0;
  margin: 0 auto;
  text-align: center;
}

table.ticket tr{
    /*border-top: dotted 1px black;*/
    border-top: solid 1px #f7f5f5;
     border-bottom: solid 1px #f2ebe4;
     margin:5px 0;
}

table.ticket td,th{
  display:block;
}
table.ticket td{
    font-size:20px;
   padding-top:20px;
   font-weight:bold;
}

table.ticket th{
  letter-spacing:1px;
  padding:30px 5px;
  line-height:2;
  text-align:left;
}
  .ticketYokoku{
    font-size:20px;
    font-weight:bold;
}
.ju img{
     width:90%;
     margin-bottom:10px;
} 
.btn{
    margin:10px 0 0 0 ;
    text-align:center;
}
.btn1 {
    height:100%;
    width:70%;
    margin:5px 0;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  font-size:14px;
  color:#fcfbf9;
  color:#1a1a1a;
  border: solid 2px #ECBF02;
  background:#ECBF02;
  border-radius: 5px;
  transition: .4s;
}
.btn1:hover {
  background: #fff;
  color: #ECBF02;
}

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

 .ticNaiyou p{
    font-size:14px;
    text-align:left;
}

 /* Goods周辺 */

 /*グッズ周辺*/
  #goods {
    width: 100%;
    margin: 0 auto;
    color: #fff9f2;
  }
  
   .goods img{

  }

  .goodsMidashi {
    font-size: 14px;
    margin: 0 10px;
    font-weight:bold;
    border-bottom:solid 1px #fff;
  }

  .goodsBun {
    text-align: center;
    font-size: 12px;
    margin-bottom:15px;
  }

  .goodsList {
    width: 45%;
    padding: 0;
    text-align: center;
    margin:0 auto;
    display:inline-block;
  }

  .goodsList img {
    width: 100%; 
    height:auto;
  }

  .goodsImage {
    margin: 0;
  }

  .goodsName {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
  }

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

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


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

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

  dl.accordion dt {
    /*white-space: nowrap;*/
      border-bottom: 1px dotted #999;
      height: auto;
      text-indent: 5px;
      line-height: 20px;
      color: #eee;
      font-weight: bold;
      cursor: pointer;
      padding: 10px 0;
  }

  dl.accordion dd {
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
    display: none;
    margin: 0;
  }
    .qaYokoku{
    font-size:20px;
    font-weight:bold;
}

.thk{
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:20px;
	width:95%;
	word-break:keep-all;
}

.thk img{
	width:90%;
}

.thk p{
	font-size:13px;
	font-weight:bold;
}

  /*ヘッダーバナー周辺*/
  .banner {
      background:  #ECBF02;    
      width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
   padding: 15px 0;
  }
    .oF {
      width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
   padding: 15px 0;
  }
    .oF a img {
    transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
    height: 60px;
  width: auto;
  margin: 10px;
  }

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

  
  .sp {
	display: none;
}


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

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

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


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%;
    opacity: 0.95;
    height:100%;
    background:#ECBF02;
}
 
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;
    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;
    color: #191919;
    padding: 10px 0;
    margin:0 20px;
    color: #fff;
}

nav.globalMenuSp ul li a img{
    height:40px;   
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 8px;
    top: 8px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    background: #ECBF02;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -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: #000;
    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);
}


}
