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


@media screen and (min-width:768px){
body {
	background-image: url("../img/back.webp");
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
	font-family:  "Shippori Mincho" , "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing:1.2px;
	font-size: 16px;
	color:#232324;
  }


a {
  color: #419acb;
  transition: 0.3s;
}
a:hover {
	color: #363437;
  transition: 0.3s;
}
::selection {
	background: #FFFFFF;
	color: #232320;
}
@font-face { 
	font-family: "main-fonts"; 
	src: url("../assets/TrueArtisansRegular-0W2gz.ttf") format("truetype") }
ul{
	padding: 0;
}
   
.pcnone{
	display:none;
}
hr{
	margin: 80px;
	border: none;
}
h2{
	font-family: "Tektur", sans-serif;
	letter-spacing: 5px;
	font-weight: bolder;
	font-size: 5rem;
	margin-bottom: 80px;
	color: #2ea4e5;
	text-align: left;
	text-shadow: 0px 0px 5px #c3e5f0;
}

.marker.active{
	background-position: -100% 77%;
  }
  
.marker {
	background-image: -webkit-linear-gradient(left, transparent 50%, #2ea4e5 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #2ea4e5 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, #2ea4e5 50%);
	background-image: -o-linear-gradient(left, transparent 50%, #2ea4e5 50%);
	background-image: linear-gradient(left, transparent 50%, #2ea4e5 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.5px;
	background-position: 0 77%;
	transition: all 2s ease;
  }
h3{
	font-family: "Tektur", sans-serif;
	letter-spacing: 5px;
	font-weight: bolder;
	font-size: 3rem;
	color: #2ea4e5;
	text-align: center;
	text-shadow: 0px 0px 10px #c3e5f0;
}
.box{
	width: 80%;
	padding:30px 10%;
	color: #232324;
}
.btn{
	display: inline-block;
	margin: 40px 0;
}
.btn a{
	background: linear-gradient(to right, #182a55, rgb(16, 92, 131));
	color: #fff;
	padding: 20px 80px;
	font-size: 17px;
	position: relative;
}
.btn a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right:-20px;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1.5px;
	background: #2c2c2c;
	transition: .5s;
}
.btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 50px;
	height: 1.5px;
	background-color: #2c2c2c;
	transition: .5s;
}
.btn a:hover::before{
	right:-25px;
	transition: .5s;
}
.btn a:hover::after{
	right:-25px;
	transition: .5s;
}


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

/*メニュー周辺*/
nav.globalMenuSp {
	font-family: "main-fonts"; 
    position: fixed;
    top: 0;
    left: 0;
    color: #ffffff;
	background: #200d09;
	border-radius:0 0 20px 20px;
    text-align: left;
    transition: all 0.6s;
    width: 100%;
    height:100%;
	letter-spacing: 1.5px;
	font-size: 2.3rem;
	opacity: 0;
	text-align: center;
	z-index: -1;
}
 
nav.globalMenuSp ul {
    background: #200d09;
    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 {
    list-style-type: none;
    padding: 20px 0 20px 20px;
    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{
	width: 30px;
}
nav.globalMenuSp.active {
	opacity: 1;
	z-index: 1;
}
.navToggle {
    display: block;
    position: fixed;   
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
	background: #200d09;
	border-radius:0 0 0 80px;
}
 
.navToggle span {
    display: block;
    position: absolute;   
    width: 30px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 13px;
}
 
.navToggle span:nth-child(1) {
    top: 20px;
}
 
.navToggle span:nth-child(2) {
    top: 30px;
}
 
.navToggle.active span:nth-child(1) {
    top: 30px;
    right: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom:solid 3px #ffffff;
}

.navToggle.active span:nth-child(2) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom:solid 3px #ffffff;
}

.menu{
	text-align: center;
	background: linear-gradient(rgba(101, 165, 205, 0.7),rgba(19,19,19,0));
	position: fixed;
	width: 100%;
	z-index: 10;
	backdrop-filter: blur(3px);
}
.menu ul{
	margin: 0;
	padding: 15px 0 20px 0;
}
.menu ul li{
	display: inline-block;
	font-family:"Tektur", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.menu ul li+li{
	margin-left: 30px;
}
.menu ul li a{
	color:#252525 ;
	text-shadow: 0px 0px 5px #70abe2;
	transition: .5s;
}
.menu ul li a:hover{
	text-shadow: 0px 0px 10px #6daccc;
	transition: .5s;
}

/*TOP周辺*/

#top{
	position: relative;
}
#top .top-grid{
	display: grid;
	grid-template-columns: 65% 35%;
}
.top-right{
	position: relative;
	margin-left: -30px;
}
.top-right-item{
	position: absolute;
	top: 50%;  
   left: 50%; 
   transform: translateY(-50%) translateX(-50%); 
   width: 100%;
}
.top-right-item img{
	width: 80%!important;
}
#top p{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 30px 0;
}
#top .mar80{
	width: calc(100% - 60px);
	margin: 30px 0 30px auto;
}
#top .inview{
	width: 100%;
	text-align: center;
}
.inview img,.inview p{
	width: 100%;
	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,.p-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);
	}
  }

/*NEWS*/
#news-sns{
	margin: 80px 0;
}
#news-sns .grid{
	display: grid;
	grid-template-columns: 55% 42%;
}
#news-sns .grid ul li{
	display: flex;
	list-style: none;
	padding: 15px 0;
}
#news-sns .grid ul li+li{
	border-top: solid 1px #707074;
}
#news-sns .grid ul{
	padding:0 20px;
}
#news-sns ul li span{
	font-weight: bold;
	margin-right: 15px;
}
.x-box{
	height: 350px;
	overflow: hidden;
}

/*CAST*/
#cast{
	margin: 50px auto;
	text-align: center;
}
#cast img{
	clip-path: polygon(0 35px, 100% 0, 100% calc(100% - 35px), 0 100%);
	width: 100%;
	filter: drop-shadow(0px 0px 5px #296d8f);
}
#cast .cast-img{
	position: relative;
	margin-bottom: 5px;
}
#cast .cast-img:after{
	clip-path: polygon(0 35px, 100% 0, 100% calc(100% - 35px), 0 100%);
	content: "";
	width: 100%;
	height: 100%;
	background: #2ea4e5;
	position: absolute;
	top: 2px;
	left: 7px;
	z-index: -1;
}
#cast .cast-first{
	width: 35%;
	margin:0 auto 100px auto;
}
.chara-name{
	font-size: 16px;
	color: #008ad6;
}
.cast-name{
	font-size: 22px;
	margin: 5px 0;
}
.cast-grid{
	margin: 50px auto;
	display: grid;
	grid-template-columns: 28% 28% 28%;
	column-gap: 5%;
	row-gap: 60px;
	justify-content: center;
}
#cast .performer img{
	clip-path: border-box;
	margin: 20px 0 40px 0;
}
.staff{
	margin:150px 0 50px 0;
}
.staff ul{
	display: flex;
	flex-wrap: wrap;
}
.staff ul li{
	width: 30%;
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
}
.staff ul:nth-child(n+2) li span{
	font-size: 18px!important;
}
.staff ul li span{
	display: block;
}
.staff ul li span:first-child{
	font-size: 14px!important;
	margin-bottom: 15px;
}
.staff ul li span:nth-child(2){
	font-size: 21px;
	line-height: 25px;
}
.staff ul li span:nth-child(2) small{
	font-size: 13px;
}
.staff ul .row3{
	width: 100%;
}
.performer{
	margin: 130px 0 50px;
}
.performer p{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 40px;
}
.performer ul{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
.performer ul li{
	width: 150px;
	list-style: none;
	margin: 10px 0;
}

/*SCHEDULE/TICKET*/
#schedule{
	text-align: center;
	margin: 50px auto;
}
#schedule .day{
	font-family: "Tektur", sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
#schedule .day span{
	font-size: 3rem;
	font-weight: bold;
}
#schedule .place{
	font-size: 2.2rem;
	font-weight: bold;
}
#schedule img{
	width: 95%;
	text-align: center;
	margin: 50px 0;
}

#ticket{
	margin: 50px auto;
}
.ticket-box{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding: 30px 0;
	border-top: 1px solid #364c57;
	border-bottom: 1px solid #364c57;
}
.ticket-box:nth-child(n+2){
	border-top: none;
}
.ticket-box .left{
	text-align: left;
	font-weight: bold;
}
.ticket-box .right{
	text-align: right;
}
.ticket-box .right span{
	font-size: 14px;
}
.ticket-schedule{
	margin: 80px 0;
	font-size: 18px;
	line-height: 30px;
}
.senkou-title{
	font-size: 18px;
	font-weight: bold;
}
.ticket-grid{
	display: grid;
	grid-template-columns: 65% 32%;
	justify-content: space-between;
}
.ticket-grid+.ticket-grid{
	margin-top: 30px;	
}
.ticket-btn{
	max-width: 300px;
}
.ticket-btn:nth-child(n+2){
	margin-top: 15px;
}
.ticket-btn a{
	padding: 10px;
	border-radius: 30px;
	background: #008ad6;
	color: #fff;
	text-align: center;
	display: block;
}
.ticket-btn a:hover{
	background: #006196;
	transition: .5s;
}
.ticket-special{
	border: 1px solid #707074;
	padding: 15px 15px 30px 15px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255,.3);
}
.ticket-special-grid{
	display: grid;
	grid-template-columns: 33% 66%;
	justify-content: space-between;
	margin: 20px 0 20px 0;
}
.ticket-special .title,
.ticket-resale .title{
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	margin: 5px 0 30px 0;
}
.ticket-resale .title{
	margin-bottom: 50px;
}
.ticket-special .title::before,
.ticket-resale .title::before{
	content: "◆";
	color: #105c83;
	margin-right: 12px;
	font-size: 14px;
}
.ticket-special .title::after,
.ticket-resale .title::after{
	content: "◆";
	color: #105c83;
	margin-left: 12px;
	font-size: 14px;
}
.ticket-special img{
	text-align: center;
	margin:10% 15%;
	width: 70%;
}
.ticket-resale{
	padding: 15px;
	margin:30px 0;
	background: rgba(184, 184, 184, 0.3);
}
.ticket-schedule-item:nth-child(n+2){
	margin-top: 60px;
}
.tokuten{
	background: #008ad6;
	color: #fff;
	padding: 3px;
	display: block;
	margin:40px 0 20px 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}

/*GOODS*/
#goods{
	margin: 50px auto;
}
.goods-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.goods-grid li{
	width: 31%;
	list-style: none;
	background: #fff;
	padding:5px 5px 20px 5px;
}
.goods-grid li:nth-child(n+4){
	margin-top: 25px;
}
.goods-grid p{
	margin-left: 5px;
}
.goods-grid li img{
	width: 100%;
}
.goods-grid .goods-name{
	margin: 10px 0 10px 5px;
	font-size: 18px;
	font-weight: bold;
}
.goods-grid .price{
	margin-bottom: 10px;
}


/*QA*/
#qa{
	margin: 50px auto;
}
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;
}
dl.accordion span{
	text-indent: -15px;
	padding-left: 15px;
	display: block;
}
.qa-text{
	margin: 40px 0 0 0;
}

/*COUTION*/
#coution{
	padding-top: 100px;
}
#coution h4{
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 18px;
}
.coution-btn a{
	width: 80%;
	border: 2px solid #008ad6;
	background: #fff;
	padding: 15px 0px;
	display: inline-block;
	box-shadow: 0 0 5px #b2c7d2;
	font-weight: bold;
	font-size: 15px;
	color: #008ad6;
}

/*VA*/
.va-btn a{
	width: 80%;
	border: 2px solid #008ad6;
	color: #fff;
	background: linear-gradient(-20deg, #008ad6 0%, #03529c 100%);
	padding: 15px 0px;
	display: inline-block;
	box-shadow: 0 0 5px #85aec4;
	font-weight: bold;
	font-size: 15px;
	transition: .5s;
}
.va-btn a:hover ,
.coution-btn a:hover{
	box-shadow: 0 0 0px #b2c7d2;
	transition: .5s;
}
#va{
	padding: 100px 0;
}
#va h2{
	font-size: 3rem;
}
.va-midashi{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.va-midashi::before{
	content:"◆";
	color: #008ad6;
	margin-right: 5px;
}
.va-content-text{
	text-indent: -15px;
	padding-left: 15px;
}
.va-content-text span{
	display: block;
}
.va-content-text span::before{
	content: "・";
}
#va ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0;
	text-align: center;
}
#va ul li{
	width: 20%;
	margin: 30px 2%;
	list-style: none;
}
#va ul li img{
	clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 calc(100% - 15px));
	width: 100%;
	filter: drop-shadow(0px 0px 5px #296d8f);
}
#va ul li .cast-img{
	position: relative;
	margin-bottom: 5px;
}
#va ul li .cast-img:after{
	clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 calc(100% - 15px));
	content: "";
	width: 100%;
	height: 100%;
	background: #2ea4e5;
	position: absolute;
	top: 2px;
	left: 5px;
	z-index: -1;
	transition: .5s;
}
#va ul li .cast-img:hover::after{
	clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 calc(100% - 15px));
	content: "";
	width: 95%;
	height: 95%;
	background: #2ea4e5;
	position: absolute;
	top: 9;
	left: 0px;
	z-index: -1;
	transition: .5s;
}
#va .cast-name{
	font-size: 18px;
}
#va .chara-name{
	font-size:14px
}
.va-sub-midashi{
	text-align: center;
	margin:100px auto 10px auto;
}
.va-sub-midashi p{
	padding: 5px 40px;
	background: #008ad6;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
}

/*special*/
#special{
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
}
.wait-btn{
	max-width: 300px;
	margin: 50px auto 0 auto;
}
.wait-btn a{
	padding: 10px;
	border-radius: 30px;
	background: #939393;
	color: #fffdfd;
	text-align: center;
	display: block;
}

.special-btn{
	max-width: 300px;
}
.special-btn:nth-child(n+2){
	margin-top: 15px;
}
.special-btn a{
	padding: 10px;
	border-radius: 30px;
	background: #008ad6;
	color: #fff;
	text-align: center;
	display: block;
}
.special-btn a:hover{
	background: #006196;
	transition: .5s;
}



/*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;
	font-size: 14px;
}
#footer img{
	width: 200px;
	margin: 50px 0;
}
.x-icon img{
	width: 30px!important;
	margin: 0!important;
}

}