
@charset "UTF-8";




/*mvtk banner*/


.mvtk_banner{
z-index: 100;
width:15%;	
max-width: 200px;
position: absolute;
bottom:0%;
left:0;
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
padding:0;
}



.mvtk_item{
	width:100%;
	margin-top:5px;
}


@media (max-width: 767px) {
	
.mvtk_banner{
	z-index: 100;
width:100%;	
	max-width: 100%;
position: relative;
bottom:0%;
left:0;
 justify-content:center;	
display: flex;
	 flex-wrap: wrap;
	background-color: #000;
	padding-top:1rem;
	align-items:center;
	}
	
	
	.mvtk_item{
	width:42%;
    margin: 0px 5px;
}
	
	
}


/*mvtk_modal*/



.mvtk_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,0%,0.90);
	z-index: 1000;
	display: flex; /* Use flexbox to align children */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
}

#mvtk-widgets-container {
	 position: relative;
    max-width: 840px; /* Maximum width */
    width: 100%; /* Full width */

    box-sizing: border-box; /* Includes padding in width calculation */
}


.close_btn{
	 position: absolute;
	 top: -80px; /* Adjust the distance from the top */
    right: -20px; /* Adjust the distance from the right */
    width: 80px;
    cursor: pointer; /* Suggest clickable item */

}




/*about*/


.about-box {
    position: relative;
    padding: 2rem;
    color: var();
   /* font-family: var(--base-font-family3);*/
    font-size: var(--font-size-default2);
    font-weight: var(--font-weight-bold);
    line-height: 2;
    background-color: var(--color-01);
    color: var(--color-04);
}




.about-box p{
margin-bottom:1rem;
}

.about-box p:last-of-type {
    margin-bottom: 0;
}




@media (max-width: 767px) {
	
.about-box {
    position: relative;
    padding: 1rem;
    line-height: 2;
    
}


	
}





/*story*/

.story-box{
  background-image: url(../img/about/about_03.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;  
    padding:2rem 0 ;
}


.story-text{
    font-family: var(--base-font-family3);
    font-weight: var(--font-weight-bold);
    line-height: 2;
    color: #FF0004;
    font-size: var(--font-size-default2);
    width: 60%;
    margin: 0 0 0 auto;
}


@media (max-width: 767px) {
    
    
    .story-box{
    background-image:none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 0rem 0;
}
    
  .story-text{
      width:100%; 
      padding-top:0;
    }
    
    
}



/*cast*/

.cast-box{
	background-color:#fff;
	padding: 2rem;
	
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
/*	flex-direction: row-reverse;*/
	
}


.cast-img{
	width:22%;
}

.cast-img2{
	width:100%;
    max-width:500px;
    margin: auto;
}

.cast-text{
width:75%;
  
/*color: var(--color-07);*/
/*font-size: var(--font-size-small);*/
	line-height: 2;
}



.cast-title3{
	font-family: var(--base-font-family2);
	line-height: 1;
	font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	color: var(--color-05);
	letter-spacing: 0.2rem;
}




.cast-title{
	font-family: var(--base-font-family2);
	line-height: 1.4;
    font-size:var(--font-size-large);
	font-weight: var(--font-weight-bold);
	color: var(--color-04);
}


.cast-title2{
	font-family: var(--base-font-family2);
	line-height: 1;
	font-size: var(--font-size-default);
	color: var(--color-04);
}

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

@media (max-width: 767px) {
	
	
	.cast-title3{
		
	margin-top:1rem;	
	}
	

	
.cast-box{
	padding: 1rem;
/*	flex-direction: column-reverse;*/
}


.cast-img{
	width:70%;
    margin: auto;
}

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


	
}



/*cast*/

.review-box{
background-color: hsla(0,0%,0%,0.3);
	padding: 2rem 2rem;
	/*border: 1px solid hsla(43,100%,66%,0.6);*/
	/*color: hsla(0,0%,100%,0.5);*/
	border: 1px solid var(--link-border-color);
	
}


.review-box._top{
	
padding: 0rem;
	background-color: hsla(0,0%,0%,0);
	border: 0px solid var(--link-border-color);
	
}


.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;
}

._top .review-text{
width:100%;
	color: var(--color-02);
	font-size: var(--font-size-default2);
	line-height: 1.7;
	text-align: center;
}


._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);

}


.review-title{

	
	color:var(--color-02);
	margin-bottom:1;
	font-size:var(--font-size-large);
	text-align: left;
	line-height: 1.5;
	font-family: var(--title-font-family);
}


._top .review-title{
	text-align: center;
	color: var(--color-02);
}

._top .review-title2{

		color: var(--color-02);
}




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




/*video*/
.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #000000; /* 任意: フォールバックカラー */
}

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

.covervid-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 1;
}


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

	
}
