/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
body {
	background: #232320;
	color:#ffffff;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:1.2px;
	font-size: 15px;
  }



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

a {
  color: #d7000f;
  transition: 0.3s;
}
a:hover {
	color: #BD9900;
  transition: 0.3s;
}
::selection {
	background: #BD9900;
	color: #232320;
}
ul{
	padding: 0;
}
 
.pcnone{
	display:none;
}
hr{
	margin: 80px;
	border: none;
}
h1{
	text-align: center;
	margin-bottom: 80px;
}
h1 img{
	height: 150px;
}
.box{
	width: 80%;
	padding: 10%;
}

/*フェードインの処理*/
.fadein {
	transition: 0.5s cubic-bezier(.07,.75,.74,.79);
	transform: translateY(0px);
	opacity: 0;
	transform: scale(0.9);
  }
  .fadein.on {
	transform: translateY(0);
	opacity: 1.0;
  }
.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;
}


/*メニュー周辺*/
#header{
	text-align: center;
}
.globalMenuSp{
}
.navToggle{
	display: none;
}
#manu{
	padding: 15px 0;
}
#manu li{
	display: inline-block;
	font-size: 20px;
}
#manu li+li{
	padding-left: 30px;
}
#manu li a{
	color: #9B893F;
}

/*TOP周辺*/
#top{
	width: 100%;
	height: 100%;
	padding: 0 ;
	background: #000000;
	margin-bottom: -10px;
}
#top .inview img{
	width: 100%;
}
#top .inview img+img{
	margin-top: 100px;
}
.inview img {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  .img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: .8s;
  }
  
  @-webkit-keyframes imageBlur {
	from {
	  opacity: 0;
	  -webkit-filter: blur(15px);
	  -moz-filter: blur(15px);
	  -ms-filter: blur(15px);
	  -o-filter: blur(15px);
	  filter: blur(15px);
	}
  
	to {
	  opacity: 1;
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -ms-filter: blur(0px);
	  -o-filter: blur(0px);
	  filter: blur(0px);
	}
  }
  @keyframes imageBlur {
	from {
	  opacity: 0;
	  -webkit-filter: blur(15px);
	  -moz-filter: blur(15px);
	  -ms-filter: blur(15px);
	  -o-filter: blur(15px);
	  filter: blur(15px);
	}
  
	to {
		opacity: 1;
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -ms-filter: blur(0px);
	  -o-filter: blur(0px);
	  filter: blur(0px);
	}
  }

/*CAST/STAFF*/
#cast{
	color:#232320;
	text-align: center;
	position: relative;
	/*background-image: url("../img/snow_back.png");
	background-size: 100% auto;
	background-repeat:repeat;*/
	background: linear-gradient(to bottom, rgb(177, 0, 0), rgb(208, 48, 7), rgb(177, 0, 0));
	z-index: 1;
	height:100%;
}
#particles-js{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
  }
  canvas{ 
	display: block; 
	vertical-align: bottom; 
}
#cast::before{
	content: "";
	background-image: url("../img/snow_top.png");
	background-size: 100% auto;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
#cast::after{
	content: "";
	background-image: url("../img/snow_bottom.png");
	background-size: 100% auto;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
#cast .grid , 
#cast .grid2 , 
#cast .grid3{
	display: grid;
	justify-content: center;
	grid-gap:50px 5%;
	margin: 50px 0;
}
#cast .grid {
	grid-template-columns: 25% 25% 25%;
}
#cast .grid2 {
	grid-template-columns: 25% 25% ;
}
#cast .grid3 {
	grid-template-columns: 25%;
}
#cast .grid img,
#cast .grid2 img,
#cast .grid3 img{
	width: 100%;
	position: relative;
	filter: drop-shadow(0px 0px 10px #685b5b);
  }
#cast .cast-box{
	position: relative;
}
#cast .chara_name{
	position: absolute;
	bottom: 17%;
	right: 0;
	left:0;
	font-size: 12px;
	letter-spacing: 1.5px;
}
#cast .cast_name{
	position: absolute;
	bottom: 9%;
	right: 0;
	left:0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.ensemble{
	margin: 100px 0;
	color: #ffffff;
}
#cast .ensemble .grid{
	display: grid;
	grid-template-columns: 25% 25% 25%;
	justify-content: center;
	grid-gap:50px 0;
}
.ensemble h2{
	font-size: 2.3rem;
	color: transparent;
	-webkit-text-stroke: 1.5px #ECBF02;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ";
	letter-spacing: 3px;
}
.ensemble p{
	font-size: 1rem;
}


/*STAFF*/
#staff{
	background-image: url("../img/amiten_pattern.png");
	background-size: 100% auto;
	background-repeat:repeat;
	background-color: #ECBF02;
	position: relative;
	color: #232320;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
#staff .item1 ,
#staff .item2 ,
#staff .item3{
	position: absolute;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
}
#staff .item1 img ,
#staff .item2 img ,
#staff .item3 img{
	width: 100%;
}
#staff .item1{
	right: 0;
	top: 20%;
}
#staff .item2{
	left: 0;
	top: 50%;
}
#staff .item3{
	right: 0;
	top: 80%;
}
#staff table{
	margin: 0 auto;
	font-weight: bold;
	border-spacing:0 30px;
}

#staff table td{
	display: block;
}
#staff table .kakko{
	width: 150px;
	margin: 5px auto;
	position: relative;
	font-size: 15px;
}
#staff table .kakko::before{
	content: "[";
	left: 0;
	position: absolute;
}
#staff table .kakko::after{
	content: "]";
	right: 0;
	position: absolute;
}
.special{
	margin:100px 0 50px 0;
	line-height: 40px;
	padding:30px;
	background: linear-gradient(90deg, rgb(236, 191, 2), rgb(241, 121, 52));
	border-radius: 10px;
}

/*SCHEDULE*/
#schedule{
	background-image: url("../img/christmas_pattern.jpg");
	background-size: 100% auto;
	background-repeat:repeat;
	position: relative;
	color: #232320;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
#schedule::before{
	position: absolute;
	content:"";
	background-image:url("../img/ornament.png");
	background-size:100% auto ;
	top: 0;
	right: 0;
	left: 0;
	width: 60%;
	height: 200px;
	background-repeat: no-repeat;
	margin: 0 20%;
}
#schedule div img{
	margin: 30px 0;
}
#schedule .sche{
	background: #ffffff;
	padding: 10%;
	border-radius: 10px;
	margin-bottom: 100px;
}
#schedule .sche .place{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 50px;
}
#schedule .sche .place span{
	font-weight: normal;
	background: #B10000;
	padding:3px 10px 5px 10px;
	font-size: 12px;
	color: #ffffff;
	margin-right: 10px;
	vertical-align: top;
}
#schedule .sche img{
	width: 100%;
}
#schedule .sche img:first-child{
	margin: 0;
}
.yarukoto-grid-kr{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
	margin: 20px auto;
	gap: 0px;
}
.yarukoto-grid-kr img{
	width: 100%;
}
#schedule div{
	margin: 50px 0;
	text-align: left;
	line-height: 30px;
	z-index: 1;
}
.sche-midashi{
	position: relative;
	color: #B10000;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
}
.sche-midashi::before{
	position: absolute;
	content: "";
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgb(177, 0, 0), rgb(241, 121, 52));
}

/*TICKET*/
#ticket{
	color: #ffffff;
}
#ticket .center{
	text-align: center;
}
#ticket table{
	margin: 50px auto;
	font-weight: bold;
	font-size: 22px;
	border-collapse: collapse;
	width:600px;
}
#ticket table tr+tr{
	border-top: 1px solid #ffffff;
}
#ticket table td{
	padding: 20px 0 ;
	text-align: left;
}
#ticket table td:nth-child(2){
	text-align: right !important;
}
#ticket p{
	text-align: left;
}
#ticket .senkou_box{
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	margin:15px 0;
	color: #232320;
	font-size: 14px;
	padding: 30px;
}
#ticket .senkou_box:first-child{
	margin-top: 100px;
}
#ticket .senkou_box .senkou_midashi{
	font-weight: bold;
	margin-bottom: 5px;
}


/*やること*/
#yarukoto{
	background-image: url("../img/amiten_pattern.png");
	background-size: 100% auto;
	background-repeat:repeat;
	background-color: #ECBF02;
	color: #232320;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}


/*GOODS*/
#goods{
	background-image: url("../img/amiten_pattern.png");
	background-size: 100% auto;
	background-repeat:repeat;
	background-color: #ECBF02;
	position: relative;
	color: #232320;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#goods .goods-box+.goods-box{
	margin-top: 50px;
}
#goods .whitebox{
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	padding: 40px;
}
#goods .goods-name{
	font-size: 18px;
	margin-bottom: 10px;
}
#goods div img{
	width: 80%;
	margin:  5% 10%;
}
#goods .grid{
	width: 80%;
	margin:  5% 10%;
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
}
#goods hr{
	margin: 50px 0;
	border: 1px solid #232320;
}
#goods .kako p{
	font-size: 14px;
	font-weight: normal;
}

/*QA*/
#qa{
	background-image: url("../img/christmas_pattern.jpg");
	background-size: 100% auto;
	background-repeat:repeat;
	position: relative;
	color: #232320;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
dl.accordion {
    margin:0 auto;
    padding: 40px;
	text-align: left;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
  }

dl.accordion dt {
    border-bottom: 1px solid #232320;
    text-indent:10px;
    line-height:40px;
    cursor:pointer;
}

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


/*PAGE-TOP*/
.scroll-up {
	position: absolute;
	top: -180px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	width: 150px;
  }
.scroll-up .scroll-text {
	width: 100%;
	position: relative;
}
.scroll-up .scroll-icon {
	width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	transform: translate(-50%, -50%);
	
}
.scroll-icon img{
	width: 120px;
}
.scroll-up .scroll-icon a img{
	transition: .5s;
}
.scroll-up .scroll-icon a img:hover {
	transform: scale(1.1);
	transition: .5s;
}
.scroll-up .scroll-text img {
	width: 100%;
	animation: rotate-anime 10s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

/*footer*/
#footer{
	text-align: center;
	position: relative;
	padding: 20px 0;
	background: #ffffff;
	color: #232320;
	font-size: 13px;
}
#footer::before{
	content: "";
	background: url("../img/snow_bottom.png");
	background-size: 100% auto;
	background-repeat: repeat-x;
	position: absolute;
	top: -130%;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
}
/*ローディング画面*/
/*
.loading {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	margin: -20px 0 0 0 ;
	padding: 0 0 20px 0;
	background: #faf9f5;
  }
  .loading.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 800ms;
  }
  .loading .circle {
	display: block;
	position: relative;
	top: calc( 50% - 150px );
	width: 250px;
	height: 250px;
	margin: 0 auto;
	animation: loading 10s linear infinite;
  }
  .loading .circle img{
	width: 250px;
  }
  @keyframes loading {
	0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
  }
*/

