 /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
	background: #fff;
	color:#333;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	letter-spacing:1.2px;
	font-size: 14px;
	overflow-x: hidden;
	background: #272727;
	color:#fbfbfb;
  }
  body::before{
	content:"";
   display:block;
   position:fixed;
   top:0;
   left:0;
   z-index:-1;
   width:100%;
   height:100vh;
   background-repeat:no-repeat;
   background-position:50% 100%;
   background-image: url('../img/backsm.jpg');
   background-size:cover;
   background-repeat:repeat;
}

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

	a {
		color: #ffdc00;
		transition: 0.3s;
	  }
	  a:hover {
		  color: #ef7d00;
		transition: 0.3s;
	  }
	  ::selection {
		  background: #ffdc00;
		  color: #fff;
	  }
		 
	  .spnone{
		  display:none;
	  }
	  hr{
		  margin: 80px;
		  border: none;
	  }
	  h1{
		  font-size: 3em;
		  text-align: center;
		  font-family: 'Luckiest Guy', cursive;
		  background: -webkit-linear-gradient(90deg, #ef7d00 , #ffdc00); 
		  color: #ffdc00; 
		  -webkit-background-clip: text; 
		  -webkit-text-fill-color: transparent; 
		  letter-spacing: 10px;
		  margin: 30px 0;
	  }
	  h1 img{
		height: 50px;
		}
	  h2{
		  font-size: 1.1em;
		  text-align: center;
		  font-family: 'Noto sans JP';
		  letter-spacing: 3px;
		  margin-top: 5px;
	  }
	  .box{
		  width: 90%;
		  padding: 10% 5%;
	  }
	  .box70{
		  width: 70%;
		  padding: 10% 15%;
	  }
	  
	  /*フェードインの処理*/
	  .fadein {
		  opacity : 0;
		  transform : translate(0, 0px);
		  transition :.5s;
		  -webkit-transform: scale(0.9);
				  transform: scale(0.9);
	  }
	  /* 画面内に入った状態 */
	  .fadein.scrollin {
		  opacity : 1;
		  transform : translate(0, 0);
		  transform: translateY(0);
			-webkit-transform: scale(1);
				  transform: scale(1);
		  }
	  .delay-02{
		  animation-delay: .2s;
	  }
	  .delay-04{
		  animation-delay: .4s;
	  }
	  .delay-08{
		  animation-delay: .8s;
	  }
	  .delay-12{
		  animation-delay: 1.2s;
	  }
	  .delay-16{
		  animation-delay: 1.6s;
	  }
	  #cast .grid .fadein:nth-of-type(2){
		  -moz-transition-delay:0.2s;
		  -webkit-transition-delay:0.2s;
	  }
	  #cast .grid .fadein:nth-of-type(3){
		  -moz-transition-delay:0.4s;
		  -webkit-transition-delay:0.4s;
	  }  
	  #cast .grid .fadein:nth-of-type(4){
		  -moz-transition-delay:0.6s;
		  -webkit-transition-delay:0.6s;
	  }
	  
	  table.staff{
		  font-size: 14px;
		  margin: 0 auto;
		  text-align: left;
	  }
	  table.staff td+td{
		  padding-left: 10px;
	  }
	  table.staff .right{
		  text-align: right;
	  }
	  
	  
	  /*TOP周辺*/
	  .top-fadein {
		  animation-name: fadeinAnime;
		  animation-duration:.5s;
		  animation-fill-mode:forwards;
		  opacity:0;
		  animation-timing-function:ease-in-out;
		  }
		  
		  @keyframes fadeinAnime{
			from {
			  opacity: 0;
			-webkit-transform: scale(0.85);
				  transform: scale(0.85);
			}
		  
			to {
			  opacity: 1;
			transform: translateY(0);
			-webkit-transform: scale(1);
				  transform: scale(1);
			}
		  }
	  #top .base{
		  position: relative;
		  margin: 0 auto;
		  text-align: center;
	  }
	  #top .base img{
		  width: 100%;
	  }
	  #top .inner-logo{
		  position: absolute;
		  top: 2%;
		  left: 0;
		  right: 0;
		  width:85%;
		  margin: auto;
	  }
	  #top .inner-logo img , #top .inner-catch img , #top .inner-copy img{
		  width: 100%;
	  }
	  #top .inner-catch{
		  position: absolute;
		  top: 130px;
		  left: 1%;
		  width: 25%;
	  }
	  #top .inner-copy{
		  position: absolute;
		  top: 75px;
		  right: 1%;
		  width: 25%;
	  }
	  .bnr-grid{
		display: grid;
		width: 75%;
		grid-template-columns: 100%;
		justify-content: space-between;
		padding: 30px 0 0 0;
		margin: 0 auto;
		gap: 20px 0;
	}
	.bnr-grid img{
		width: 100%;
	}

/*about*/
#about p{
	font-size: 14px;
	line-height: 30px;
}
#about .dot{
	border-bottom: 2px dotted #ffdc00;
	padding-bottom: 2px;
}  	  
	  
	  /*cast*/
	  #cast{
		  text-align: center;
	  }
	  #cast .grid{
		  display: grid;
		  grid-template-columns: 45% 45% ;
		  grid-gap:4% 0;
		  justify-content: space-between;
		  margin: 50px 0;
	  }	
	  #cast .grid img{
		  width: 100%;
	  }
	  #cast .cast_name img{
		margin-top: 15px;
	}
	.cast-midashi{
		border-bottom:1px solid #ffdc00;
		color: #fafafa;
		padding: 10px 5px;
		font-size: 16px;
		font-weight: bold;
		margin:50px 0 20px 0;
	}

/*schedule ticket*/
#schedule{
	text-align: center;
}
#schedule .inner img{
	margin: 30px 0;
	width: 100%;
}
#schedule p{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "ヒラギノ角ゴ ProN W3";
}
.map{
	background: #ef7d00;
	color: #fafafa;
	padding: 5px;
	margin: 0 10px;
	font-size: 12px;
	vertical-align: middle;
}

#ticket{
	font-size: 14px;
}
.tic-midashi{
	border-bottom:1px solid #ffdc00;
	color: #fafafa;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	margin:30px 0 20px 0;
}
.tic-content{
	margin: 30px 0;
}
.senkou{
	color: #ffdc00;
	font-weight: bold;
	margin-bottom: 10px;
}
.request{
	background: #ef7d00;
	font-size: 16px;
	padding: 10px 0;
	margin: 10px 0;
	display: inline-block;
	text-align:center;
	color: #fafafa;
	width:100%;
}
/*GOODS*/
#goods{
	font-size: 15px;
}
#goods .wid60{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#goods .grid{
	display: grid;
	padding: 10px 0;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
}
#goods .goods-content{
	background: rgba(255,255,255,0.2);
	padding: 10px;
}
#goods .grid img{
	width: 100% !important;
}
.goods-name{
	font-weight: bold;
	padding: 15px 0;
	font-size: 16px;
}
#goods .grid p{
	line-height: 25px;
}
#goods .grid div{
	margin: 15px 0;
}
/*QA*/

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

/*COUTION*/
.coution{
	text-align: center;
}
.coution a img{
	width: 250px;
	transition: .5s;
}
.cou-midashi{
	font-size: 16px !important;
	font-weight: bold;
	margin:30px 0;
}
#coution p{
	font-size: 13px;
	overflow-wrap:break-word;
}
.cou-sub-midashi{
	color: #fafafa;
	margin:30px 0 10px 0;
}

	  /*footer*/
	  #footer{
		  text-align: center;
	  }
	  #footer img{
		  width: 100%;
	  }
	  #footer .inner{
		  position: relative;
	  }
	  #footer .copy{
		  position: absolute;
		  bottom: 5%;
		  right: 0;
		  left: 0;
		  margin: 20px 0;
	  }
	  


/*メニュー+トグル周りの設定*/





@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}

#header li, #header a {
    margin: 75px 0 -55px 0;
	font-size: 30px;
	font-family: 'Luckiest Guy', cursive;
    background: -webkit-linear-gradient(90deg, #ef7d00 , #ffdc00); 
	color: #ffdc00; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	letter-spacing: 6px;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
}
#header li {
    width: 100vw;
}
#header li a img{
	height:40px ;
}
#trigger, #burger, #burger:before, #burger:after {
    position: fixed;
    top: 25px;
    left: 25px;
    background: #ffdc00;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 11;
}
#trigger {
    height: 25px;
    background: none;
}
#burger:before {
    content: " ";
    top: 35px;
    left: 25px;
}
#burger:after {
    content: " ";
    top: 45px;
    left: 25px;
}
#menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu {
    position: fixed;
    margin: 0; padding: 0;
    width: 0;
    height: 0;
    background-color: #272727;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
	z-index: 10;
}
#menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger ~ #menu > li, #menu a {
    display: block;
	text-align: center;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}



  }


