@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 {
	z-index: 1;
	width: 100%;
  padding: 5px 0px 5px 0px;
	position:  fixed;
	
  top:0;
}


nav ul {
	
  text-align: center; 
}

nav ul li {
	background-color: #000000;
  margin-right: 1rem; 
  font-size: 1rem;

  font-weight: 700;
  display: inline-block;
}


nav ul li a {
  display: block;
}


/*色指定*/


/*-----------------------------------------------------------------------*/

.hamburger {
	z-index: 999;
  display : block;
  position: fixed;
  z-index : 3;
  left : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
	z-index: 999;
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #6d6d6d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
	z-index: 999;
}
.hamburger span:nth-child(2) {
	top: 20px;
	z-index: 999;
}
.hamburger span:nth-child(3) {
	top: 30px;
	z-index: 999;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
	width : 14px;
	z-index: 999;
}
.hamburger.active span:nth-child(1){

  -webkit-transform:    translate(17px,5px) rotate(45deg);
  -moz-transform   : translate(17px,5px) rotate(45deg);
	transform        : translate(17px,5px) rotate(45deg);
	z-index: 999;
}
.hamburger.active span:nth-child(3){
 
  -webkit-transform: translate(17px,-5px) rotate(-45deg);
  -moz-transform   : translate(17px,-5px) rotate(-45deg);
	transform        : translate(17px,-5px) rotate(-45deg);
	z-index: 999;
}


nav.globalMenuSp {
  position: fixed;
  z-index: 999;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
	z-index: 999;
  background: #000000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
	z-index: 999;
    height: 100px;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
	z-index: 999;
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
z-index: 999;
}

nav.globalMenuSp ul li a {
	z-index: 999;
  color: #B22222;
  display: block;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
	z-index: 999;
}
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/

.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: 70%;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
}

ul {
  list-style: none;
}


#cast { 
  width: 100%;
  padding: 50px 0px 50px 0px;
  margin: 30px 0px 30px 0px;
}

.cast-list{
  width: 100%;
  height: 0 auto;
  margin: 0 auto;
}

.cast-box{
  width: 60%;
  height: 0 auto;
  margin: 0 auto;
  padding: 20px 25px 20px 25px;
  margin-top: 10%;
  display:block;
   background-color: #e4e4e4;
}

#staff {
		padding: 50px 20px 50px 20px;
		margin: 20px 0px 50px 0px;
}

.staff-list{
  width:90%;

     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 30px 10px 30px 10px;
}

#ticket{
  margin: 50px 0px 50px 0px;
  background-color: #3b3b3b;
}

.ticket-list{
  width: 80%;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
}

#schedule {
        text-align: center;
}

.schedule-list{
  width: 90%;
  margin: 0 auto;

}

.aftertalk{
  width: 90%;
     display:  block; 
     height: 0 auto;
     margin: auto;
     padding: 100px 10px 0px 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 {
  text-align: center;
}

.map-address{
  width: 70%;
  margin: 0 auto;
}

.map-list {
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }

.map-list iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

#goods {
        padding: 10px 0px 10px 0px;
		margin: 0 auto;
}

.goods-list{
  width: 100%;
  margin: 0 auto;
}

#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: 80%;
  margin: 0 auto;
}

#sns {
		padding: 50px 20px 50px 20px;
		margin: 50px 0px 50px 0px;
}

.Twitter{
  width: 80%;
  margin: 0 auto;
}


#footer {
      
       width: 0 auto;
       height: 0 auto;
       text-align: center;
       bottom: 0;
       padding: 10px 0 10px 0px;
}



/*-----------------------------------------------------------------------*/



/*画像サイズ指定など*/ 
.visual {
      width: 100%;
     height: 0 auto;
    
}

.title   {
     height: 0 auto;
     margin: auto;
     position:relative;
     top: 250px;
     left: 20%;
}

.title img {
     width: 70%;
     height: 0 auto;
    
}

.stagemap-img{
  width: 70%;
  height: 0 auto;
  padding: 20px 0 20px 0px;
}
.cast-img {
  width: 100%;
  height: 0 auto;
  padding: 10px 0 10px 0px;
}

.schedule-img {
  width: 100%;
  margin:0 auto;
  padding: 30px 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: 100%;
     height: 0 auto;
		font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
     margin: 10px 0px 10px 0px;  
     border-collapse: collapse;
     overflow-wrap: break-all;
  }

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: 1rem;
  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: 0.9rem;
  padding:  10px;
  overflow-wrap: break-all;
border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;

}


table.online-info {
  width: 100%;
  height: 0 auto;
 font-size: 1rem;
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
  margin: 10px 0px 10px 0px;  
  border-collapse: collapse;
  overflow-wrap: break-all;
}

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: 1rem;
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: 0.8rem;
padding:  10px;
overflow-wrap: break-all;
border-top: 1px solid #a4a4a4;
border-bottom: 1px solid #a4a4a4;

}

/*-----------------------------------------------------------------------*/



/
/*文*/ 
	
p  {
     color: #a4a4a4;
     font-size: 1rem;
     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: 2rem;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  }
  
  
  
  h3{
    overflow: auto;
    color: #a4a4a4;
    font-size:1.2rem;
    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.4rem;
    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;
  }
	
#story p  {
     color: #ffffff;
     font-size: 0.9rem;
     font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
     line-height: 1.6;
     text-align: justify;
     overflow-wrap: break-all;
}


.cast-box p {
  text-align: left;
  color: #656565;
  font-size: 0.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-align: justify;
  overflow-wrap: break-all;
}

.cast-p {
text-align: center;
font-size: 1.5rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
line-height: 1.3;
}

#schedule  p  {
     font-size: 0.9rem;     
     line-height: 2;
}



.ticket-info address {
  text-align: left;
  color: #ffffff;
 font-size: 0.8rem;
 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: 0.9rem;
       font-family: "Noto Sans JP", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
   }

   #map address {
         color: #a4a4a4;
         font-size: 0.9rem;
         font-family: "Noto Sans JP", sans-serif;
         font-optical-sizing: auto;
         font-weight: 500;
         font-style: normal;
         overflow-wrap: break-all;
         line-height: 1.5;
     }

   #goods  p  {
    font-size: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
}

#map  b  {
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#contents  p  {
     font-size: 0.9rem;
     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.2rem;
      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: 0.9rem;
    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: 100px 0 100px 0;
}
.guidance-1 {
  margin: 0 auto;
  width: 80%; 
  text-align: center;
  padding: 30px 0 20px 0;
}

.details__content p{
  color: #a4a4a4;
  font-size: 0.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

.details {
  color: #a4a4a4;
  cursor: pointer;
  font-size: 0.95rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
  text-align: center;
  border-bottom: 2px solid #ccc;  
  padding: 15px 0 15px 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;
      }
    }
  }
}


/*-----------------------------------------------------------------------*/
 



	
