
@charset "UTF-8";







@media (max-width: 767px) {
	
	


	
}





.pb-5{
	padding-bottom: 5rem;
}







/*cast*/

.cast-img{
	width: 20%;
	border: 1px solid hsla(0,0%,100%,0.2);
	box-shadow: 0px 0px 10px rgba(73, 171, 252, 0.6);
}

.cast-textitem{
	width:77%;
}



@media (max-width: 767px) {
	
	
	.cast-img{
	width:60%;
		margin: 0  auto 1rem;
}

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

	
}



/*cast*/

.review-box{
	background-color:#00A1B6;
	padding: 2rem;
	
	
	
}


.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-01);
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-family: var(--base-font-family2);
	line-height: 1;
	font-size: var(--font-size-small);
	color: var(--color-01);
}


.review-title{
	font-family: var(--base-font-family2);
	line-height: 1;
	font-size: var(--font-size-large);
	color: var(--color-01);
}




@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/top/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/top/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) {
	
	
	
}



/*video*/
.covervid-wrapper {
	position: absolute;
   /* position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
   /* height: 50vh;*/
    height: 100%;
    z-index: 0;
   /* opacity: 0;*/
		overflow-x: hidden;
	overflow-y: hidden;
   /* background-color: #000000; */
    
    
   /* position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;*/
}

.covervid-overlay {
 /*   background-color: #000;*/
	 background-color: #000;
    opacity: 0.2;
    position: absolute; 
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.covervid-video{
	
	opacity: 1;  
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 100%;
    height: 100%;
    object-fit: cover; 
   
}


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

	
}
