
@charset "UTF-8";




#introduction{
	position: relative;
	background-image: url(../img/about/base_intro.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto   ;
	/*background-attachment: fixed;*/
/*padding-top:30%;*/
 
}

.intro-title{
    position: relative;
    z-index:100;
}

.intro_wrapper{
    position: relative;
    padding: 4rem;
    background-color: hsla(0,0%,100%,0.9);
    margin-top: -30px;
    border-radius: 6px;
}




.story_wrapper{
	position: relative;
    background-color: var(--color-03);
}


.story_title{
    max-width:180px;
    margin: auto;
}

.cast_wrapper{
    position: relative;
    padding: 4rem;
    background-color: hsla(0,0%,100%,0.9);
    border-radius: 6px;
}


.cast_name{
    font-family: var(--title-font-family);
	font-size:clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
line-height: 1;
	color: var(--title-font-color);
	font-weight: var(--title-font-weight);
	letter-spacing:0;
}

._cast_name2{
    color: var(--color-03);
    font-size:60%;
   
}


.cast_img{
    width:17%;
    
}

.cast_text{
   width:79%; 
}


@media (max-width: 767px) {
    
    ._top_banner{
        width:35%;
        margin: 5px;
    }
	
	
#introduction{
	position: relative;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto   ;
	/*background-attachment: fixed;*/
/*padding-top:80%;*/
}
    
    
    .intro-title{
    position: relative;
    z-index:100;
}

.intro_wrapper{
	position: relative;
    padding:3rem 1.5rem ;
    background-color:hsla(0,0%,100%,0.9);
       margin-top:-20px;
  /*  z-index: 10!important;*/
}
    
	
	
	#introduction .container__base{
		width:100%;
		
	}
	
	
	#introduction .title{
	
		text-align: center;
}

    
  .cast_wrapper{
    position: relative;
    padding: 1rem;
    background-color: hsla(0,0%,100%,0.9);
    border-radius: 6px;
}
    
    
.cast_img{
    width:60%;
margin: auto;
}
    


.cast_text{
margin-top: 2rem;
   width:100%; 
}
    

	
}












/*cast*/

.review-box{
	background-color:var(--color-01);
	padding: 2rem;
	
		/*border: 1px solid hsla(191,49%,31%,0.7);*/
	
}

.review-box2{
	background-color:hsla(0,0%,0%,0.2);
	padding: 2rem;
	
		border: 1px solid hsla(191,49%,31%,0.7);
	
}


.review-box._flex{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
/*	flex-direction: row-reverse;*/
}


.review-img{
	width:37%;
}

.review-text{
width:100%;
color: var(--color-04);
font-size: var(--font-size-default);
	line-height: 1.7;
}


._flex .review-text{
width:60%;
	
}



.review-bold{
	
	font-size:clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
	color: var(--color-02);
	line-height: 1.3;
}

.review-title2{

	font-size: var(--font-size-default);
	color:#CA0100;
}


.review-title{
	font-size: var(--name-font-size);
color:var(--color-04);
	font-weight: var(--title-font-weight);
	letter-spacing: 0.2rem;
	line-height: 1.2;
 font-family: var(--base-font-family2);
/*	text-shadow: 0px 0px 0px #fff;*/
}

.review-title._keyword{
	
color:var(--color-06);
}




@media (max-width: 767px) {
	
	
	.review-title3{
		
	margin-top:1rem;	
	}
	
.review-box{
	padding: 1rem;
}
	
.review-box._flex{
	
	flex-direction: column-reverse;
}


.review-img{
	width:100%;
}

.review-text{
width:100%;

	line-height: 1.7;
}


	
}




/*______________fixed back-ground*/


.bg-wrapper2{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url(../img/comment/comment_base.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	z-index: 0;
}



.news-img{
	position: relative;
	width:80%;
	max-width: 400px;
	margin: auto;
}




@media screen and (max-width: 767px) {
	
	.bg-wrapper2{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper2::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
  background-image: url(../img/comment/comment_base_sp.webp);
	background-size: 100% auto;
    }
    

	

	
}






/*table*/







.theater_title{
	max-width: 600px;
	margin: auto;
}


/* table01 */


#thtable tr {
	
	width: 100%;
	border-bottom: 1px solid hsla(0,0%,100%,0.3);
	/*background-color: hsla(177,100%,34%,0.5);*/
 background-color: hsla(178,100%,35%,1.00);
}

#thtable th,
#thtable td {
  padding: 20px 5px;
  border: none;
	font-size: clamp(0.85rem, 0.759rem + 0.45vw, 1.1rem);
	line-height: 1.4;
}

#thtable tr:nth-child(2n+1) {
  /*  background-color: hsla(168,98%,42%,0.5);*/
 
}

#thtable th{
	
}


.th-area {
	padding-left: 1rem!important;
  width: 15%;
}

.th-theater {
  width: 45%;
}

.th-tel {
  width: 25%;
}

.th-roadshow {
	padding-right: 1rem!important;
  width: 15%;
}

/* sp */
@media only screen and (max-width: 480px) {
#thtable th,
#thtable td {
  padding: 15px 2px;
  border: none;
	
}
	
	.th-area {
	padding-left: 0.5rem!important;
  width: 15%;
}

.th-theater {
  width: 45%;
}

.th-tel {
  width: 25%;
}

.th-roadshow {
	padding-right: 0.5rem!important;
  width: 15%;
}

}




.theaterlist nav{
	width: 100%;
    text-align: center;
	padding:15px 0;
    box-sizing: border-box;
	
    line-height: 1.5;
 
   
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.theaterlist nav ul li {
	display: inline-block;
	margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
	

}



.theaterlist li:after {
  content: " ";
  margin-left: -1px;
}

/*.theaterlist a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #eff0f2;
}

.theaterlist a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #010101;
}*/

.theaterlist li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}


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