 /*ï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Š*/
/*åŸºæœ¬è¨­å®šï¼ˆæ»…å¤šã«å¤‰æ›´ã—ãªã„ï¼‰*/
/*ï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Š*/


@media screen and (max-width: 760px) {
  body {
    color:#ffffff;
    background: linear-gradient(180deg, rgba(56, 29, 122, 1) 10%, rgba(138, 71, 142, 1) 58%, rgba(237, 111, 79, 1)); 
    background-size: contain;
    background-repeat: repeat;
    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: 14px;
    }

  a {
    color: #fff000;
    transition: 0.3s;
  }
  a:hover {
    color: #d0eced;
    transition: 0.3s;
  }
  ::selection {
    background: #FFFFFF;
    color: #232320;
  }
  ul{
    padding: 0;
  }
     
  .spnone{
    display:none;
  }
  hr{
    margin: 80px;
    border: none;
  }
  h1{
    text-align: center;
    margin-bottom: 50px;
  }
  h1 img{
    height: 70px;
  }
  .box{
    width: 90%;
    padding: 10% 5%;
  }
main::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background: linear-gradient(180deg, #381D7A 18%, #8A478E 65%,#ED7050 100%);
  background-size:cover;
}
  .wrap{
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
  	background-position: center top;
 	  background-attachment: fixed;
     background-size: contain;
  }
.btn{
	padding: 7px 0;
	background: #fff000;
	text-align: center;
	margin: 20px auto;
	border-radius: 30px;
	color: #000000;
	display: block;
	width: 100%;
}
  .stopgap{
    font-size: 20px;
    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;
  }
  /*
  .fadein:nth-of-type(2){
    -moz-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
  }
  .fadein:nth-of-type(3){
    -moz-transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
  }  
  .fadein:nth-of-type(4){
    -moz-transition-delay:0.6s;
    -webkit-transition-delay:0.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: 100%;
      opacity: 0.9;
    margin: 0 ;
    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: 45px;
} 
  nav.globalMenuSp.active {
      transform: translateY(0%);
      margin: 0;
  }
  .navToggle {
      display: block;
      position: fixed;   
      right:8px;
      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å‘¨è¾º*/
  #top{
    text-align: center;
    position: relative;
    margin-top: 50px;
  }
  .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: 75%;
  }
  #top .inview img:first-child{
    width: 100%;
  }
  #top .inview img+img{
    margin-top: 50px;
  }
  .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: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: 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 / 1.5);
    }
    .loop__item > img{
     width: 100%;
    }
  
  /*CAST/STAFF*/
  #cast{
    text-align: center;
  }
  #cast .grid{
    width: 90%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    text-align: center;
    row-gap: 30px;
  }
  #cast .grid img,
  #cast .grid-2 img{
    width: 100%;
  }
  .cast-name{
    font-size: 18px;
    letter-spacing: 2px;
    margin: 10px 0;
    font-weight: bold;
    color: #fff000;
  }
  .chara-name{
    margin-top: 10px;
    font-size: 13px;
  }
.guest-midashi{
	font-weight: bold;
	font-size: 22px;
}
.grid-2{
	width: 90%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: center;
	text-align: center;
	gap: 20px;
}
.grid-2 .cast-name{
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px 0;
	font-weight: bold;
    color: #fff000;
}
  
  #staff{
    margin-top: 100px;
    font-size: 13px;
    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: 60%;
  }
  #schedule .wid-nor{
    width: 100%;
    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;
    display: block;
    font-weight: bold;
    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: 20px;
    font-weight: bold;
  }
  #ticket .price-title{
    color: #000000;
    background: #fff;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  #ticket .small{
    font-size: 14px;
  }
  #ticket .left{
    text-align: left;
    margin: 10px 0;
  }
  
  #goods{

  }
  #goods .whitebox{
    background:rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 5% 3%;
    color:#004099;
  }
  #goods div{
    margin-bottom: 30px ;
  }
  #goods .goods-name{
    font-size: 17px;
    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 18px;
	    text-indent: -18px;
  }
  
  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{
    width: 100%;
    margin-bottom: -5px;
    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: 200px;
    height: 200px;
    margin: 0 auto;
    animation: loading 10s linear infinite;
    }
    .loading .circle img{
    width: 200px;
    }
    @keyframes loading {
    0%  {transform: rotate(0);}
    100%  {transform: rotate(360deg);}
    }
  
  
    }
  
  
  