
body {
	color:#ffffff;
	background: linear-gradient(180deg, rgba(56, 29, 122, 1) 10%, rgba(138, 71, 142, 1) 58%, rgba(237, 111, 79, 1));
	font-family:  'Zen Kaku Gothic New',  ' Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo',  'Yu Gothic',  'MS PGothic', sans-serif;
	letter-spacing:1.2px;
	font-size: 15px;
 	background-image: url("../img/bokeh_pattern.png");
	background-size: contain;
	background-repeat: repeat;
  }
  
@media screen and (min-width:760px){


a {
  color: #fff000;
  transition: 0.3s;
}
a:hover {
	color: #d0eced;
  transition: 0.3s;
}
::selection {
	background: #FFFFFF;
	color: #232320;
}
ul{
	padding: 0;
}
   
.pcnone{
	display:none;
}
hr{
	margin: 80px;
	border: none;
}
h1{
	text-align: center;
	margin-bottom: 80px;
}
h1 img{
	height: 80px;
}
.box{
	width: 80%;
	margin: 0 3%;
	padding: 10% 7%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
main{
	width: 60%;
	margin: 0 20%;
	background: linear-gradient(180deg, #381D7A 10%, #8A478E 65%,#ED7050 100%);
	background-attachment: fixed;
}
.wrap{
	width: 100%;
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
  	background-position: center top;
	background-attachment: fixed;
	background-size: contain;
  
}
.btn{
	padding: 10px 30px;
	background: #fff000;
	border: 2px solid #fff000;
	text-align: center;
	margin: 30px auto;
	border-radius: 30px;
	color: #000000;
	display: block;
	width: 80%;
}
.btn:hover{
	background: transparent;
	color: #fff000;
}
.stopgap{
	font-size: 24px;
	letter-spacing: 2.5px;
	text-align: center;
}


.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
.fadein.scrollin {
    opacity : 1.3;
    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;
}


nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 60%;
    opacity: 0.9;
	margin: 0 20%;
	height: 100%;
}
 
nav.globalMenuSp ul {
    background:rgba(49, 0, 129, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1;
	height: 100%;
	display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
}
 
nav.globalMenuSp ul li {
    font-size: 1.4em;
    list-style-type: none;
    padding: 20px 0;
    width: 100%;
}
nav.globalMenuSp ul li:first-child {
	padding-top: 50px;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    width: 100%;
}
nav.globalMenuSp ul li a img{
    height: 60px;
}
 
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;   
    right:23%;
    top: 8px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    background: transparent;
}
 
.navToggle span {
    display: block;
    position: absolute;   
    width: 30px;
    border-bottom: solid 3px #eee;
    -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: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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


#top{
	text-align: center;
	position: relative;
}
.top-content{
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 50px 0;
}
.top-content img:first-child{
	width: 70%;
	max-width: 560px;
	margin: 50px 0;
}
#top .inview img{
	width: 65%;
}
#top .inview img:first-child{
	width: 100%;
}
#top .inview img+img{
	margin-top: 80px;
}
.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: 1.5s;
	animation-duration: 2.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);
	}
  }
  
/*LOOP*/
.loop{
	width: 94%;
	margin: 0 3%;
	border: solid 1px #ffffff;
}
@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  /*
  IE11å¯¾ç­–
  ----------------------------*/
  _:-ms-lang(x)::-ms-backdrop,
  .loop {
	display: -ms-grid;
	overflow: hidden;
  }
  /*----------------------------*/
  
  .loop__wrap {
	display: flex;
	overflow: hidden;
  }
  
  .loop__list {
	display: flex;
	list-style: none;
  }
  
  .loop__list--left{
  animation :infinity-scroll-left 15s infinite linear 0.5s both;
  }
  
  .loop__item {
	width: calc(100vw / 3);
  }
  .loop__item > img{
	 width: 100%;
  }

/*CAST/STAFF*/
#cast{
	text-align: center;
}
#cast .grid{
	width: 80%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-between;
	text-align: center;
	row-gap: 50px;
}
#cast .grid img,
#cast .grid-2 img{
	width: 100%;
}
.cast-name{
	font-size: 20px;
	letter-spacing: 2px;
	margin: 10px 0;
	font-weight: bold;
    color: #fff000;
}
.chara-name{
	margin-top: 10px;
}
.guest-midashi{
	font-weight: bold;
	font-size: 25px;
}
.grid-2{
	width: 80%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	justify-content: center;
	text-align: center;
	gap: 50px;
}
.grid-2 .cast-name{
	font-size: 18px;
	letter-spacing: 2px;
	margin: 10px 0;
	font-weight: bold;
    color: #fff000;
}

#staff{
	margin-top: 100px;
	font-size: 14px;
	text-align: center;
}
#staff table{
	text-align: center;
	margin: 0 auto;
}
#staff table td+td{
	padding-left: 15px;
}
#staff table td:first-child{
	text-align: right;
	vertical-align: top;
}
#staff table td:last-child{
	text-align: left;
}

/*SCHEDULE/TICKET*/
#schedule{
	text-align: center;
}
#schedule .wid-sm{
	width: 44%;
}
#schedule .wid-nor{
	width: 95%;
	margin: 30px 0;
}

#ticket{
	margin-top: 100px;
	text-align: center;
}
#ticket ul li{
	display: block;
	margin: 50px 0;
	padding-top: 50px;
	line-height:30px;
}
#ticket ul li+li{
	border-top: 1px solid #CCCCCC;
}
#ticket ul li:first-child{
	padding-top: 0;
}
#ticket ul li span{
	color:#fff000;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
}
#ticket ul li a img{
	width: 300px;
	margin: 30px 0;
	transition: .3s;
}
#ticket ul li a:hover img{
	box-shadow: 0 0 15px rgba(92,89,78,0.5);
	transition: .3s;
}
#ticket .price{
	padding: 5%;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
}
#ticket .price-title{
	color: #000000;
	background: #fff;
	padding: 8px;
	font-size: 18px;
	margin-bottom: 30px;
}
#ticket .small{
	font-size: 16px;
}
#ticket .left{
	text-align: left;
	margin: 15px 0;
}

/*GOODS*/
#goods{

}
#goods .whitebox{
	background:rgba(255,255,255,.8);
	border-radius: 10px;
	padding: 5% 3%;
	color:#004099;
}
#goods div{
	margin-bottom: 50px ;
}
#goods .goods-name{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}
#goods .goods-name span{
	float: right;
}
#goods div img{
	width: 100%;
	margin: 15px 0;
}

/*QA*/
#qa{
	text-align: left;
}
#qa dl img{
	width: 100%;
}
dl.accordion {
    margin:0 auto;
    padding:30px 0;
	text-align: left;
  }

dl.accordion dt {
    border-bottom: 2px dotted #999;
    cursor:pointer;
	padding:10px 0 10px 15px;
	text-indent: -15px;
}

dl.accordion dd {
    padding:10px 0;
    line-height:1.5;
    display:none;
	margin: 0;
}
dl.accordion dd span{
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}

/*BOTTOM*/
.bottom{
	margin-bottom: -5px;
	width: 94%;
	padding: 0%!important;
}
.bottom img{
	width: 100%;
}

/*footer*/
#footer{
	position: relative;
	text-align: center;
	padding: 15px 0;
	background: #000000;
	color: #fff;
}

/*ãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ç”»é¢*/

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

}