@charset "utf-8";


@media screen and (max-width: 960px) {
}


@keyframes popup {
0% {opacity: 0;}
100% {opacity: 1;}
}


/*基本*/ 


html,body {
    height: 0 auto;
    width: 100%;
    background: #ffffff;
	  margin: 0 auto;
    overflow-x: hidden;
    animation: popup 3s ease;
    scroll-behavior: smooth;

}


a.btn-border {
  padding: 10px 90px 10px 90px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  padding: 10px 90px 10px 90px;
  border: 1px solid #a9a9a9;
  background: #fff;
}

#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #a4a4a4;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-weight: 900;
  content: '↑';
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  text-align: center;
}

/*-----------------------------------------------------------------------*/

/*グローバルメニュー*/ 

#navigation {
  background: #ffffff;
	width: 100%;
  position:  fixed;
	top:0;
  
}


nav ul {
	text-align: center; 
	
}

nav ul li {
  margin-right: 1rem; 
  font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
  width: 120px;
  height: 40px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	display: inline-block;
	
}


nav ul li a {
  display: block;
}

.button {
  width: 130px;
  height: 45px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  position: relative;
  z-index: 2; 
  color: #a1a1a1;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #b9b9b9;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  opacity: 0.4;
}

.navToggle {
display:none
}


/*色指定*/

#navigation a {
  color: #8c8c8c;
text-decoration:none; 
} 


#navigation a:link {
  color: #8c8c8c;
text-decoration:none; 
} 

a:visited {
color:#a9a9a9;
text-decoration:none; 
} 

a:hover {
color:#a9a9a9;
text-decoration:none; 
} 

a:active  {
color:#a9a9a9;
text-decoration:none; 
} 


a {
  color:#a9a9a9;
text-decoration:none; 
} 


a:link {
  color:#a9a9a9;
text-decoration:none; 
} 

a:visited {

text-decoration:none; 
} 

a:hover {    
text-decoration:none; 
} 

a:active  {
text-decoration:none; 
} 

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*-----------------------------------------------------------------------*/

.nav-icon{
     width: 30%;
     height: 30%;
}

#header {
     width: 100%;
     height: 0 auto;
		text-align: center;
		
}

#visual {
		width: 100%;
		text-align: center;
		margin-top: 80px;
        margin: 0 auto;
        padding: 80px 0px 50px 0px;
}

#wrapper {
    padding: 50px 0px 50px 0px;
    margin: 0 auto;
   }


#story {
		margin: 50px 0px 50px 0px;
    background-color: #3b3b3b;
}

.storyline{
  width: 800px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
}

ul {
  list-style: none;
}


#cast { 
  padding: 80px 0px 80px 0px;
  margin: 50px 0px 50px 0px;
}

.cast-list{
  width: 680px;
  height: 0 auto;
  margin: 0 auto;
}

.cast-box{
   width: 600px;
   display: block; 
   height: 0 auto;
   margin: 50px 0px 50px 0px;
   padding: 40px 40px 40px 40px;
   background-color: #e4e4e4;
}


#staff {
		padding: 50px 20px 50px 20px;
		margin: 50px 0px 50px 0px;
}

.staff-list{
  width: 500px;

     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 30px 10px 30px 10px;
}

#ticket{
  margin: 50px 0px 50px 0px;
  background-color: #3b3b3b;
}

.ticket-list{
  width: 900px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
}

#schedule {
        padding: 50px 20px 50px 20px;
        text-align: center;
}

.schedule-list{
  width: 900px;
  margin: 0 auto;

}

.aftertalk{
  width: 900px;
     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 100px 10px 30px 10px;
}



.repeater-list {
  margin: 0 auto;
  width: 600px;
  padding:  20px 20px 20px 20px;

}

.timetable{
     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 30px 10px 30px 10px;
}

#map {
  padding: 50px 20px 50px 20px;
  margin: 100px 0px 0px 0px;
  text-align: center;
}
.map-address{
  width: 800px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
}

.map-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }

.map-list iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


#question {
		padding: 50px 20px 50px 20px;
		margin: 0px 0px 50px 0px;
}

.question-box {
    padding: 1em 1em;
    margin: 2em 0;
    color: #000000;
    background: #c0c0c0;
    border-radius: 5px;
}

.question-box h3 {
    margin: 0; 
    padding: 0;
}

.qa{
     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 30px 10px 30px 10px;
}

#goods {
  margin: 0 auto;
		padding: 50px 20px 50px 20px;
}



.goods-list{
  width: 900px;
  margin: 0 auto;
}

#sns {
		padding: 50px 20px 50px 20px;
		margin: 50px 0px 50px 0px;
}

.Twitter{
  width: 800px;
  margin: 0 auto;
}


#footer {
      
       width: 0 auto;
       height: 0 auto;
       text-align: center;
       bottom: 0;
       padding: 10px 0 10px 0px;
}



/*-----------------------------------------------------------------------*/



/*画像サイズ指定など*/ 
.visual {
      width: 80%;
     height: 0 auto;
    
}

.title   {
     height: 0 auto;
     margin: auto;
     position:relative;
     top: 250px;
     left: 20%;
}

.title img {
     width: 70%;
     height: 0 auto;
    
}

.sample  {
  width: 100%;
  height: 0 auto;
}

.cast-img  {
  height: 0 auto;
  padding: 10px 0 10px 0px;
}

.schedule-img {
  width: 100%;
  height: 0 auto;
  padding: 30px 0 30px 0px;
}

.stagemap-img{
  width: 70%;
  height: 0 auto;
  padding: 50px 0 30px 0px;
}

.allen-rogo{
  width: 20%;
  height: 0 auto;
  padding: 50px 0 30px 0px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    background-color: rgba(0,0,0,0.6); 
}
 
#page-top a {
    display: block;
    background-color: rgba(0,0,0,0.6); 
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}


/*-----------------------------------------------------------------------*/




/*テーブル*/ 

table.ticket-info {
     width: 900px;
     height: 0 auto;
		font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
     font-weight: 500;
     margin: 30px 0px 30px 0px;  
     border-collapse: collapse;
  }

table.ticket-info th {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  padding: 10px;
  color: #ffffff;
  background: #a4a4a4;
  border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;
border-left: 1px solid #a4a4a4;
border-right: 1px solid #a4a4a4;
}

table.ticket-info td { 
   text-align: left;
   font-family: "Noto Sans JP", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
  color: #ffffff;
  font-size: 1.4rem;
  padding:  15px;
border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;

}

/*-----------------------------------------------------------------------*/

table.online-info {
  width: 900px;
  height: 0 auto;
 font-size: 1rem;
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
  font-weight: 500;
  margin: 30px 0px 30px 0px;  
  border-collapse: collapse;
}

table.online-info th {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 1.7rem;
padding: 10px;
color: #ffffff;
background: #a4a4a4;
border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;
border-left: 1px solid #a4a4a4;
border-right: 1px solid #a4a4a4;
}

table.online-info td { 
text-align: left;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #ffffff;
font-size: 1.4rem;
padding:  15px;
border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;

}

/*-----------------------------------------------------------------------*/





/*文*/ 
	
p  {
     color: #a4a4a4;
     font-size: 1.4rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.5;
     text-align: justify;
	}	
	
  h2 {
    text-align: center;
  color: #a4a4a4;
  font-size: 4rem;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  }
  
  
  
  h3{
    overflow: auto;
    text-align: center;
    color: #a4a4a4; 
    font-size:2.6rem;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  .aftertalk h3{
    overflow: auto;
    text-align: left;
    color: #a4a4a4;
    font-size:1.8rem;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  b   {
       color: #a4a4a4;
       font-size: 1.3rem;
       font-family: "Noto Sans JP", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
       line-height: 1.5;
  }
  
  blockquote{
       color: #a4a4a4;
       text-align: left;
       font-size: 0.7rem;
       font-family: "Noto Sans JP", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
       line-height: 1.5;
  }

  .cast-box p {
    text-align: left;
    color: #656565;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    text-align: justify;
}
	
.cast-p {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}


#story p  {
     color: #ffffff;
     font-size: 1.4rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.6;
     text-align: justify;
}

#cast-page b   {
     color: #a4a4a4;
     font-size: 1.5rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
}  


#staff p  {
     text-align: center;
     color: #a4a4a4;
     font-size: 1.1rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.8;
}

#schedule  p  {
     font-size: 1.1rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 2;
}



.ticket-info address {
  text-align: left;
  color: #ffffff;
 font-size: 1.3rem;
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
  font-style:normal;
}
.online-info address {
  text-align: left;
  color: #ffffff;
 font-size: 1.3rem;
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
  font-style:normal;
}

.repeater-list p  {
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  text-align: left;
  text-align: justify;
}

#schedule address {
  color: #a4a4a4;
    text-align: center;
       font-size: 1.1rem;
       font-family: "Noto Sans JP", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
   }

   #map address {
         color: #a4a4a4;
         font-size: 1.1rem;
         font-family: "Noto Sans JP", sans-serif;
         font-optical-sizing: auto;
         font-weight: 500;
         font-style: normal;
     }

   #goods  p  {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#goods  b  {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#contents  p  {
     font-size: 1.1rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.7;
}

	
#contents address{
     color: #a4a4a4;
     font-size: 0.8rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
	}
	
#question address {
		font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}



#question  p  {
     font-size: 1.1rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.8;
}








#schedule b {
  text-align: left;
      overflow: auto;
      font-size:1.6rem;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
}




address {
     text-align: left;
     color: #a4a4a4;
		font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	}
	




#contents a {
  color: color: #a4a4a4;
text-decoration:none; 
} 

#contents a:link {
text-decoration:none; 
	} 
	
#contents a:visited {
text-decoration:none; 
} 

#contents a:hover {
text-decoration:none; 
} 

#contents a:active  {
text-decoration:none; 
} 	

#footer a {
text-decoration:none; 
} 


#footer a:link {
text-decoration:none; 
} 

#footer a:visited {
text-decoration:none; 
} 

#footer a:hover {
text-decoration:none; 
} 

#footer a:active  {
text-decoration:none; 
} 

#footer p{
     text-align: center;
     font-size: 0.7rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
}




	#footer address{
     text-align: center;
     font-size: 0.8rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
}

hr {
 height: 1px;
 background-color:#b8b8b8;
 border: none;
}

/*-----------------------------------------------------------------------*/

/*Q&A*/ 

#guidance{
  padding: 400px 0 200px 0;
}
.guidance-1 {
  margin: 0 auto;
  width: 800px; 
  text-align: center;
  padding: 80px 0 50px 0;
}

.details__content p{
  color: #a4a4a4;
  font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

.details {
  color: #a4a4a4;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border-bottom: 3px solid #ccc;  
  padding: 40px 0 40px 0;
  &__summary {
    position: relative;
    display: block;
    margin: 0;
    &::-webkit-details-marker {
      display: none;
    }
    &::before {
      display: block;
      content: "";
      box-sizing: border-box;
      position: absolute;
      right: 16px;
      width: 6px;
      height: 6px;
      border: 6px solid transparent;
      transition: all 0.4s ease-out;
      transform-origin: 3px 6px;
      transform: rotate(90deg);
      .details[open] & {
        transform: rotate(-90deg);
      }
    }
  }
  &__content {
    overflow: hidden;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    > * {
      margin: 0;
      &:last-child {
        padding-bottom: 16px;
      }
    }
  }
}


/*-----------------------------------------------------------------------*/

/*キャストプロフ画像レイアウト*/ 


.cast-container{
		display:flex;
	}
.cast-text 	{
	padding: 5px 10px 30px 20px;
	}
		
.cast-text p	{
		font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	}
	.cast-img img {
  width: 350px;
	}
	

.cast-container2{
		display:flex;
		margin-top: 160px;
	}
.cast-text2 	{
	padding: 30px 10px 30px 20px;
	}
	
.cast-text2 p	{
		font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	}
	.cast-img2 img {
  width: 350px;
	}
/*-----------------------------------------------------------------------*/

	
