
@charset "UTF-8";

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


.text-blue{
font-weight: var( --font-weight-bold);
	color: var(--color-05);
}

.text-red{

	color: hsla(359,100%,50%,1.00);
}


.story_wrapper{
	position: relative;
}

.story-text{
	font-family: var(--base-font-family);
font-size:var(--font-size-default);
	color: var(--color-01);
	line-height: 2;
	font-weight: var(--font-weight-normal);
}


.story-text p{
   margin-bottom: 1.5rem; 
}


@media (max-width: 767px) {
	
	
#introduction{
	/*position: relative;
	background-image: url(../img/about/introduction_01_sp.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto   ;
	background-attachment: fixed;
padding-top:80%;*/
}
	
	
	#introduction .padding-base{
		padding-top: 0;
		
	}
	
	
	#introduction .title{
	
		text-align: center;
}


	
}










/*cast*/

.cast-box{
	background-color:hsla(0,0%,0%,0.5);
	padding:2rem;
	/*	border: 1px solid hsla(0,0%,100%,0.3);*/
	
}

.cast-img{
	width: 22%;
	
}

.cast-img img{

/*	border: 1px solid hsla(0,0%,100%,0.3);*/
	
}

.cast-textitem{
	width:74%;
}

.name._profile{
    color:var(--color-04);
}

.profile-text{
   color:var(--color-04); 
}

@media (max-width: 767px) {
    
    .cast-box{
	background-color:hsla(0,0%,0%,0.5);
	padding:1rem;
	/*	border: 1px solid hsla(0,0%,100%,0.3);*/
	
}
	
	
	.cast-img{
	width:60%;
		margin: 0  auto 1rem;
}

.cast-textitem{
	width:100%;
	margin-top:1rem;
	line-height: 1.7;
}
	

	
}




/*cast*/

.review-box{
	background-color:hsla(0,0%,0%,0.7);
	padding:1rem 2rem;
	
		border: 1px solid hsla(0,0%,100%,0.3);
	
}

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


.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-large);
	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-02);
	font-weight: var(--title-font-weight);
	/*letter-spacing: 0.1rem;*/
	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) {
	
	
	
}