/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
	color:#1b1c1b;
	font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 'Sawarabi Mincho',"HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing:1.2px;
	width: 100%;
	background-image: url("../img/back.png");
	background: #fffdfd;
	background-size: contain;
	background-attachment: fixed;
}

/*見出し系
---------------------------------------------------------------------------*/


@media screen and (min-width: 769px){

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

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

::selection {
    background: #ffe713;
    }
    
.pcnone{
	display:none;
}

.fadein {
    opacity : 0;
    transform : translate(0, 0px);
    transition : all 1000ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
		
	@keyframes fadeInAnime{
	from {
		opacity: 0;
		}
		
	to {
		opacity: 1;
		}
	}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*主なdiv設定（必要に応じて変更するところ）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*メニュー周辺*/
#menu_box {
	z-index: 11;
	height: 80px;
	font-size: 14px;
	text-align:right;
	width: 100%;
	color:#1b1c1b;
	letter-spacing:5px;
	position:fixed;
}

#menu_box  a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color:#1b1c1b;
	font-weight:bold;
}
#menu_box a::after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	content: '';
	width: 1.5px;
	height: 15px;
	background:#1b1c1b;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

#menu_box a:hover::after {
	transform: scale(1, 1);
}
	
nav.globalMenuSp {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height:100%;
    background:#3b3b3b;
}
 
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: #ffffff;
    text-decoration:none;
	letter-spacing:3px;
	font-weight:bold;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 13;
    text-align: center;
    background:#3b3b3b;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
}
 
.navToggle span:nth-child(1) {
    top: 20px;
}
 
.navToggle span:nth-child(2) {
    top: 30px;
}
 
.navToggle span:nth-child(3) {
    top: 40px;
}
 
.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: 30px;
    left: 10px;
    -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: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*TOP*/
#top{
	display: flex;
}
#top .left{
	width: 60%;
	float: left;
	margin: 2%;
}
#top .left img{
	width: 100%;
	border-radius: 10%;
}
#top .right{
	width: 30%;
	padding:10% 5%;
	position: relative;
}
#top .right img{
	width: 100%;
}
#top .right ul{
	line-height: 30px;
}
#top .right li{
	list-style: none;
	font-size:18px;
	font-weight:bold;
}
#top .right li a{
	text-decoration: none;
	color:#1b1c1b;
}
.vertical{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  letter-spacing: 5px;
}

.matrix .bg-wrap,
.matrix .bg-wrap .inn2 {
  display: block;
  font-size:2vw;
  font-weight:bold;
  line-height:60px;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.matrix .bg-wrap .inn2 {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 100, 0);
  transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn2 {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
	/* アニメーションスタートの遅延時間を決めるCSS*/
	
	.delay-time01{
		animation-delay: 0.1s;
		}
	.delay-time02{
	animation-delay: 0.2s;
	}
	.delay-time04{
	animation-delay: 0.4s;
	}
	.delay-time05{
		animation-delay: 0.5s;
	}
	.delay-time06{
		animation-delay: 0.6s;
	}
	.delay-time08{
		animation-delay: 0.8s;
	}
	.delay-time10{
		animation-delay: 1.0s;
	}
		


/*見出し系
---------------------------------------------------------------------------*/

hr{
	margin:100px 0;
}
  
.boxNews{
    width:100%;
    padding: 5% 10%;
    margin: -10px auto 0 auto;
	z-index: 11;
	position: relative;
}
.box0{
	margin: -10px auto 0 auto;
    padding: 5% 10%;
	z-index: 11;
	position: relative;
	text-align: center;
}
.midashi{
	margin:30px 0 50px 0;
	font-size:30px;
}


/*DVD*/
#dvd{
}
#dvd .dvd-box{
	border: 2px solid #696969;
	padding:4% 2%;
	text-align: left;
	margin: 30px 0;
}
#dvd .parent{
	justify-content: left;
	margin: 20px;
}
#dvd .right{
	text-align: right;
}
#dvd .child{
	line-height: 30px;
	text-align: left;
	width: auto;
}
#dvd .child img{
	border-radius: 0;
	width: 250px;
	text-align: center;
}
.dvd-text{
	margin-left: 20px;
	text-align: left;
}
.bold{
font-weight: bold;
}
.small{
	font-size: 11px;
}
.haishin-title{
	width: 500px;
	text-align: center;
	background: #e9c72d;
	color: #1c1b1c;
	padding: 10px ;
	display:block;
	font-size: 16px;
	text-decoration: none;
	margin: 30px 0;
}
.haishin-title:hover{
	background: #1c1b1c;
	color:#e9c72d ;
}

	
/*キャスト周辺*/

.parent{
	display: flex;
	justify-content:center;
	margin:50px 0;
}
.child{
	margin:20px;
	width: 250px;
}
.child img{
	width: 100%;
	border-radius:50%;
}
.charaname{
	font-size:12px;
	margin: 0;
	padding: 0;
}
.castname{
	font-size:20px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0;
	padding: 0;
}
.staffrole{
	font-size:20px;
}
.staffname{
	font-size:26px;
	font-weight: bold;
	letter-spacing: 4px;
	margin:0 0 100px 0;
}

/*公演日程周辺*/
#schedule {
}

#schedule .naiyou{
	font-size:16px;
	line-height:30px;
	margin:50px 0 50px 20px;
}

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

.scheBig{
	font-weight:bold;
	font-size:1.4em;
}
.table{
	margin:0 auto;
	text-align: center;
}

table.sche{
	border-collapse:collapse;
	width:100%;
	padding:15px 0;
	text-align:center;
	border-top:3px solid #515B57;
	border-bottom:3px solid #515B57;
	margin:20px 0;
	font-family:"Noto Sans JP";
	font-weight:bold;
}

table.sche tr{
}

table.sche th{
	padding:15px 0;
	color:#fff;
	border-top:1px dotted #515B57;
	background:#464646;
}

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

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

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

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

.week{
	border-style:none !important;
	padding-bottom:10px !important;
}
table.sche td p{
	margin: 0;
	font-size:12px;
}
.sat{
	color:#4D80C3;
}

.sun{
	color:#E35C63;
}

.ss{
	border:2px solid #1c1b1c;
	background:rgba(255,255,255,.6);
	padding:40px;	
}
.aftertalk{
	text-align: center;
	margin: 0 auto;
}
.atMidashi{
	font-weight:bold;
}
.aftertalk p{
	text-align: left;
	display: inline-block;
	line-height:30px;
}

/*チケット情報周辺*/
#ticket{

}
.ticParent{
	width: 80%;
	margin: 0 auto;
	padding:30px 0;
}
.ticChild{
	text-align: left;
	margin:40px 0;
}
.ticMidashi {
	position: relative;
	display: inline-block;
	padding: 0 55px;
  }
  
  .ticMidashi:before, .ticMidashi:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
  }
  
  .ticMidashi:before {
	left:0;
  }
  .ticMidashi:after {
	right: 0;
  }
.ticName{
	font-weight:bold;
}
.ticContent{
	margin-left:15px;
	line-height:30px;
}

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

#coution{
	font-size:14px;
}
#coution p{
	text-align: left;
}
#coution .naiyou{
	margin-left:20px;
	color:#405c40;
	font-weight:bold;
}
#coution .naiyou::before{
	content: '<<';
	color:#405c40;
	margin:0 5px 0 -20px;
}
#coution .naiyou::after{
	content: '>>';
	color:#405c40;
	margin-left:5px;
}
#coution .p{
	margin:0 0 0 20px;
}
#coution .p::before{
	content: '●';
	margin:0 5px 0 -20px;
}
.cou-btn{
	text-align: center;
}
.cou-btn img{
	margin-bottom: 30px;
}
 
/*Goods周辺*/
#goods {
	margin: 0 auto;
 }

 .grid{
	display: grid;
	justify-content: space-between;
	grid-template-columns:32% 32% 32%;
 }
 .grid .child{
	text-align: left;
 }
 #goods .child img{
	border-radius: 0;
	width: 100%;
 }
 #goods .child p{
 }
 .g-midashi{
	font-weight:900;
	font-size:20px;
	margin: 30px 0 0 20px;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #696969;
	text-align: left;
}
 .g-title{
	font-weight:900;
	font-size:18px;
	margin:5px 0;
 }

  /*Q＆A周辺*/
  #qa {
     margin: 0 auto;
    
  }

  dl.accordion {
    margin:0 auto;
    padding:0 40px;
	text-align: left;
  }

  dl.accordion dt {
      border-bottom: 2px dotted #999;
      height:40px;
      text-indent:10px;
      line-height:40px;
      cursor:pointer;
  }

  dl.accordion dd {
    padding:10px 40px 10px 10px;
    line-height:1.5;
    display:none;
  }
  

/*ヘッダーバナー周辺*/
footer{
	padding:150px 0 0px 0;
	font-size:13px;
	text-align: center;
}


}