/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
	letter-spacing:1.2px;
	font-size: 14px;
	display: none;
	background: #272727;
	background-image: url('../img/back.png');
	color:#fbfbfb;
	background-size: contain;
    background-attachment: fixed;
  }



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

a {
  color: #42b3c5;
  transition: 0.3s;
}
a:hover {
	color: #999;
  transition: 0.3s;
}
::selection {
	background: #808080;
	color: #fff;
}
   
.pcnone{
	display:none;
}
hr{
	margin: 100px 0;
	border: .5px solid #fafafa;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
h1{
	font-size: 4em;
	text-align: center;
	font-family: 'Yeseva One';
	margin-bottom: 50px;
	letter-spacing: 8px;
	-webkit-animation: glitch03 2s linear infinite;
	animation: glitch03 2s linear infinite;
}
h1 span{
	background-image: url('../img/text-back.png');
	-webkit-background-clip: text;
	color: transparent;
	background-size:auto 100% ;
}
@-webkit-keyframes glitch03 {
	0% {
	  opacity: 0;
	}  
	1% {
	  opacity: 1;
	}
	78% {
	  opacity: 1;
	} 
	79% {
	  opacity: 0;
	}
	80% {
	  opacity: 1;
	}
	100% {}
  }
  
  @keyframes glitch03 {
	0% {
	  opacity: 0;
	} 
	1% {
	  opacity: 1;
	}
	78% {
	  opacity: 1;
	}
	79% {
	  opacity: 0;
	} 
	80% {
	  opacity: 1;
	} 
	100% {}
  }
.rotate-text span {
	display:inline-block;
  }
  .rotate-text span:nth-child(4n + 1) {
	  transform: rotate(-10deg);
  }
  
  .rotate-text span:nth-child(4n + 2) {
	  transform: rotate(10deg);
  }
  
  .rotate-text span:nth-child(4n + 3) {
	  transform: rotate(-10deg);
  }
  
  .rotate-text span:nth-child(4n + 4) {
	  transform: rotate(10deg);
  }
h2{
	font-size: 1.1em;
	text-align: center;
	font-family: 'Noto sans JP';
	letter-spacing: 3px;
	margin-top: 5px;
}
.delay-02{
	animation-delay: 2s;
}
.delay-04{
	animation-delay: 4s;
}
.box{
	width: 80%;
	padding: 5% 10%;
}
.box70{
	width: 70%;
	padding: 10% 15%;
}

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

.wrap{
	display: grid;
	justify-content: space-between;
}
  

/*メニュー周辺*/
#header{
	background: #090909;
}
#header .wrap{
	grid-template-columns:30% 70%;
	padding: 20px 5%;
}
#header img{
	height: 80px;	
}
#header ul{
	text-align: right;
}
#header li{
	list-style: none;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 3px;
}
#header ul  li + li {
	padding-left: 15px;
  }
#header ul li a:hover{
	color: transparent;
	text-shadow: 0px 0px 3px #82d0d0;
}

/*TOP周辺*/
#top{
	background: #090909;
	padding: 5%;
}
#top .grid{
	display: grid;
	grid-template-columns: 60% 37%;
	justify-content: space-between;
	text-align: center;
}
#top .grid .top-left img{
	width: 100%;
}
#top .grid .top-right .logo img{
	width: 65%;
	margin: 50px 0;
}
.anime_wrap{
    position: relative;
    overflow: hidden !important;	
}
.top-fade img{
    opacity: 0;
    transform: scale(1.2);
    transition: 1.2s;
}
.top-fade.show img{
    opacity: 1;
    transform: scale(1);
}
.top-right p{
	margin: 50px 0 20px 0;
	font-family: 'Hiragino Kaku Gothic ProN';
}
.top-right p img{
	width: 80%;
}
.text-sm{
	font-size: 18px;
	font-weight: 900;
	color: #82d0d0;
}
.top-bottom img{
	width: 100%;
}


/*cast*/
#cast .wrap{
	grid-template-columns: 20% 20% 20% 20%;
	margin: 50px 0 100px 0;
	row-gap: 50px;
	text-align: center;
}
#cast .wrap img{
	width: 100%;
}
#cast .wrap a{
	display: inline-block;
	position: relative;
}
#cast .wrap a::after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 25px rgba(86, 86, 100, 0.6),
		    inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.rotate1 {
	transform: rotate(-4deg);
}
.rotate2 {
	transform: rotate(3deg);
}
.rotate3 {
	transform: rotate(-2deg);
}
#cast .charaname{
	color: #42b3c5;
	margin-top: 15px;
}
#cast .castname{
	font-weight: bold;
	font-size: 20px;
}
#cast .castname1{
	line-height: 60px;
	font-size: 22px;
	margin: 50px 0;
	text-align: center;
}
#cast .small{
	font-size: 11px;
}
.staff-small{
	font-size: 13px;
	display: block;
	margin-bottom: -80px;
}
table.staff{
	font-size: 13px;
	margin: 0 auto;
	text-align: left;
}
table.staff td+td{
	padding-left: 10px;
}
table.staff .right{
	text-align: right;
}

/*SCHEDULE*/
#schedule{
	text-align: center;
}
.sche{
	margin: 50px 0;
}
.sche img{
	width: 100%;
	margin: 50px 0 0 0;
	max-width: 650px;
}
.sche p{
	font-size: 28px;
	font-weight: bold;
}
.map{
	background: #42b3c5;
	color: #fafafa;
	padding: 5px;
	margin: 0 10px;
	font-size: 13px;
}
#ticket{
	font-size: 16px;
}
.tic-midashi{
	border-bottom:1px solid #42b3c5;
	color: #fafafa;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	margin:50px 0 20px 0;
}
.tic-content{
	margin: 30px 0;
}
.senkou{
	color: #42b3c5;
	font-weight: bold;
	margin-bottom: 10px;
}
.request{
	background: #42b3c5;
	font-size: 16px;
	padding: 10px 100px;
	margin: 10px 0;
	display: inline-block;
	color: #fafafa;
}

/*GOODS*/
#goods .grid{
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
}
#goods .grid img{
	width: 60%;
	margin: 50px 20%;
}
.g-midashi{
	display: grid;
	grid-template-columns: 70% 30%;
	border-bottom:1px solid #42b3c5;
	color: #fafafa;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	margin:20px 0;
}
.g-midashi span:nth-child(2){
	text-align: right;
}
#goods .bro-grid{
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap:2%;
	margin: 30px 0;
	text-align: left;
}
#goods .bro-grid img{
	width: 100%;
	margin: 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*/
.cou-midashi{
	font-size: 20px !important;
	font-weight: bold;
	margin:30px 0;
}
#coution p{
	font-size: 14px;
}
.cou-sub-midashi{
	color: #272727;
	background-color: #82d0d0;
	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;
}

}