/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


@media screen and (min-width:768px){
body {
	background: #070707;
	color:#fafafa;
	font-family:  'Zen Antique', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing:1.2px;
	font-size: 16px;
  }
a {
  color: #d8bc20;
  transition: 0.3s;
}
a:hover {
	color: #ffffff;
  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: 50px;
}
.box{
	width: 80%;
	padding: 10%;
}

/*フェードインの処理*/
.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;
}


/*メニュー周辺*/
#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{
	background:#232320;
	background-size: 100% auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-height: 0;
}
.special{
	padding-bottom:100px;
}
.special .midashi{
	color:#e5d02f;
	border-bottom:1px solid #e5d02f;
	padding-bottom:10px;
	margin-bottom:30px;
}
.special .content{
	font-size:16px !important;
	line-height:30px !important;
}
.spe-grid{
	display:grid;
	grid-template-columns:48% 48%;
	justify-content:space-between;
	margin:30px 0;
}
.spe-grid a{
	background:#e5d02f;
	padding:15px 0;
	color:#232323;
}
.top-grid{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#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: 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);
	}
  }
/*セレクション*/
#selection{
	padding:50px 0;
	text-align: center;
	background-image: url("../img/cast_selection_background_PC.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#selection img{
	max-width: 100%;
}
.selection-btn img{
	padding: 50px 0 30px 0;
	transition: .5s;
}
.selection-btn img:hover{
	opacity: .8;
	transition: .5s;
}

/*CAST/STAFF*/
#cast{
	color: #ffffff;
	text-align: center;
}
#cast p{
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1.3px;
}
#cast .grid{
	display: grid;
	grid-template-columns: 28% 28% 28%;
	justify-content: space-between;
	row-gap: 80px;
	margin-bottom: 50px;
}
#cast .grid img{
	width: 100%;
}
.cast-name{
	font-size: 22px !important;
}
.comment{
	font-size: 14px;
	font-weight: normal;
}
#staff{
	margin-top: 100px;
	text-align: center;
}
#staff table{
	text-align: left;
	margin: 50px auto;
	line-height: 30px;
}
#staff table td:first-child{
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
}


/*SCHEDULE/TICKET*/
#schedule{
	color: #060606;
	margin: 0 auto;
	text-align: center;
	background-color:#ececec ;
	background-image: url("../img/white_background.webp");
	background-size:contain
}
#schedule div{
	margin: 50px 0 ;
}
#schedule div .large{
	font-size: 2em;
	display: block;
}
#schedule .place{
	width: 400px;
	display: block;
	margin: 0 auto 20px auto;
}
#schedule .sche-img{
	margin: 0;
}
#schedule .sche-img img{
	width: 100%;
	margin-bottom: 30px;
}

#ticket{
	margin-top: 100px;
	text-align: center;
}
#ticket ul li{
	display: block;
	margin: 35px ;
	padding-top: 35px;
	line-height:30px;
}
#ticket ul li+li{
	border-top: 1px solid #707070;
}
#ticket ul li:first-child{
	padding-top: 0;
}
#ticket ul li span{
	color:#060606;
	font-size: 22px;
	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 ul li a.btn{
	color: #f5f5f5;
	background-image: linear-gradient(90deg, #b3990a, #806d03);
	border-radius: 50px;
	padding: 10px 0;
	width: 70%;
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	transition: .5s;
}
#ticket ul li a.btn:hover{
	background: #232320;
	color: #b3990a;
	transition: .5s;
}
#ticket table{
	width: 600px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	border-collapse: collapse;
}
#ticket table tr td:first-child{
	vertical-align: top;
}
#ticket table tr td:nth-child(2){
	text-align: right;
	padding-bottom: 50px;
}
#ticket table tr td small{
	font-size: 14px;
	font-weight: normal;
}
.seats{
	background:#e5d02f;
	font-size:12px;
	padding:3px;
	color:#232323;
	margin-left:5px;	
}

/*GOODS*/
#goods{
	color: #060606;
	margin: 0 auto;
	text-align: left;
	background-color:#ececec ;
	background-image: url("../img/white_background.webp");
	background-size:contain;
}
#goods .white-box {
    background: rgba(255, 255, 255, .7);
    margin: 20px auto;
    width: 80%;
    padding: 10% 5%;
}
#goods .white-box img{
	width: 100%;
	margin: 10px 0;
} 
#goods .midashi {
    font-weight: bold;
    border-bottom: 2px solid #d7cc63;
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 5px;
}
#goods .bold {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
}
#goods .grid{
	display: grid;
	grid-template-columns: 47% 47%;
	justify-content: space-between;
}
#goods a.btn{
	color: #f5f5f5;
	background-image: linear-gradient(90deg, #b3990a, #806d03);
	border-radius: 50px;
	padding: 10px 0;
	width: 70%;
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	transition: .5s;
}
#goods a.btn:hover{
	background: #232320;
	color: #b3990a;
	transition: .5s;
}

/*QA*/
#qa{
	margin-bottom: 100px;
}
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;
}


/*Q&A*/
#qa{
	color: #ffffff;
	margin: 0 auto;
	text-align: left;
}

/*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{
	position: relative;
	text-align: center;
	padding: 15px 0;
	background: #070707;
	color: #d4c577;
}

}