/*<!---->*/@charset "UTF-8";
/* CSS Document */


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp, .mbl { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc, .mbl { display: none !important; }
.sp { display: block !important; }
}

body {
font-family: Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: 500;
line-height: 0;
background-color: #000000;
	overflow-y: scroll;
}	
img{
	max-width: 100%;
	height: auto;	
}
a{
 color: beige;
}
header{
	position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50px;
	background-color: rgba(35, 24, 21, 0.8);
	z-index: 2;
	display: flex;
    align-items: center;
}
header .inner{
	margin: 0 auto;
}
header .text{
	writing-mode:vertical-rl;
	color: #fff;
	margin: 0 auto 20px auto;
}
.sns_wrap{
		display: flex;
	align-items: center;
    justify-content: center;
/*	margin-bottom: 30px;*/
	}
.official_sns{
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
}
.official_sns a{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 25px;
	color: #231815;
	background-color: #ffffff;
	border-radius: 30px;
	transition: .7s;text-align: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
}
.official_sns a:hover{
	opacity: .6;
	transition: .7s;
}
.official_sns a i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -47%);
}
.trailer_icon{
	margin-right: 0;
}


.mainSite {
 width: 100%;
 padding: 0;
 margin:  0;
/*display: none;
	opacity: 0;*/
	line-height: 1.5;
}
.wrapper {
	position: relative;
	text-align: center;
}

.top{
	width: 100%;
    display: flex;
	height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.top_left {
	width: 48%;
	background-image: url("../img/main_visual.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.top_left_inner{
	opacity: 0;
}
.copy{
	width: 90%;
	position: absolute;
	bottom: 3%;
	left: 50%;
	 -webkit-transform : translate(-50%,0);
  	transform : translate(-50%,0);
}

.top_right{
	width: 52%;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	background-image: url("../img/top_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}
.top_right_inner{
	width: 70%;
	opacity: 0;
	margin-top: 20px;
}
.title_logo{
	width: 100%;
    margin: 0 auto 20px auto;
}
.title_logo img{
    width: 100%;
}
.billing{
	width: 90%;
	margin: 0 auto 30px auto;
	
}
.date{
	margin-bottom: 30px;
}
.cast{
	width: 48%;
	position: absolute;
	top: 0;
	z-index: 10;
}

/*MVTK----------------------------------------------*/
.mvtk_bnr{
	    width: 40%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 5%;
	text-align:center;
	background-color: #e50112;
	padding: 5px 0;
}
.mvtk_bnr a{
	transition: .7s;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.mvtk_bnr a:hover{
	opacity: .7;
	transition: .7s;
}
.mvtk_wrap{
	    padding: 3%;
	position: relative;
	z-index: 1;
}

.mvtk_wrap::before {
    content: '';
    background-image: url(../img/main_visual.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* filter: blur(3px);*/
	    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(1px);
    z-index: -2;
	position: fixed;
}
#mvtk-widgets-container{
	margin: 0 auto;
}


/*#mvtk-widgets-container::after{
	content: '';
	background-color: rgba(255,255,255,0.6);top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	position: fixed;
	z-index: -1:
}*/

/*舞台挨拶情報----------------------------------------------*/
.bnr_0728{
	width: 40%;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    left: 5%;
    text-align: left;
}
.bnr_0728 a{
	transition: .7s;
}
.bnr_0728 a:hover{
	opacity: .7;
	transition: .7s;
}

/*COMMENT----------------------------------------------*/
.comment{
	color: #fff;
	width: 80%;
    margin: 10% auto;
	text-align: left;
z-index: 2;
    position: relative;
	background-color: #000;
}
.comment h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	/*color: #f2d967;*/
}
.cmt_item{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.cmt_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border-bottom: none;
}
.cmt_item span{
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}
/*THEATER----------------------------------------------*/

.theater{
	background-color: #000;
	overflow-y: auto;
	z-index: 2;
    position: relative;
	background-color: #000;
}
.theater_wrap{
	margin: 0 auto;
    width: 70%;
	background-color: #000;
}
.theater_inner{
    margin: 0 auto;
}
.theater h1.midashi{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
table{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .9em;
}
tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
	background-color: #fde59b;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
    border: 1px solid #fde59b;
}
th {
    padding: 10px 10px;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fde59b;
    color: #3D3725;
	border-right: 1px solid #3D3725;
}
table .tb1 {
    width: 20%;
	font-weight: bold;
}
table .tb2 {
    width: 40%;
	font-weight: bold;
}
table .tb3 {
    width: 20%;
	font-weight: bold;
}
table .tb4 {
    width: 20%;
	font-weight: bold;
	border-right: none;
}
td {
    padding: 8px 10px;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
	vertical-align: middle;
	border: 1px solid #fde59b;
	word-wrap: break-word;
	background-color: #000;
}
td a{
	text-decoration: underline;
}
.pref {
    height: 52px;
	padding-top: 10px;
}
.multi{
	vertical-align: top;
}
.theater_name a{
    color: #fff;
	transition: .7s;
	/*border-bottom: 1px solid #fff;*/
}
.theater_name a:hover{
    color: gray;
	transition: .7s;
	
}
.theater_name a:hover td a{
	text-decoration: none;
} 
.theater_cs{
	text-align: center;
	font-weight: 600;
}
.theater_inner{
	margin-bottom: 60px;
}
.theater_inner:last-child{
	margin-bottom: 0;
}
h1.midashi_title{
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.tel-link-none {
pointer-events: none;
	color: #000;
}
.first{
	margin-bottom: 6%;
}

/*FOOTER----------------------------------------------*/

footer{
	    margin: 10% auto;
}
footer .title_logo {
    width: 35%;
    margin: 0 auto;
}

/*loading--------------------------*/

.loading_wrap{
	display: block;
position: fixed;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
 background-color: #000000;
	opacity: 1;
}


.logo {
	 width: 30%;
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	text-align: center;
    z-index: 1000;
	color: #fff;
}
.blinking{
	font-weight: bold;
	font-size: 18px;
    letter-spacing: 0.1em;
	display: block;
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*animation--------------------------------------------*/

.fadeIn {
animation-name: fadeInAnime;
animation-duration:3s;
animation-iteration-count:none;
animation-timing-function:ease;
animation-delay: 0.5s;
animation-direction:normal;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
 
/*--------------------
TRAILER 2番：900
--------------------*/

.trailer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    /*opacity: 0;
    display:none;*/
    transition-duration: 0.5s;
    
}

.trailer.on{
    opacity: 1;
}


.trailer_overlay{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    z-index: 900;
    transition-duration: 1s;
    
}

.close_btn{
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 902;
  transition-duration: 0.1s;
  /*opacity: 0;*/
  cursor: pointer;
}
.close_btn i{
	color: #fff;
	z-index: 903;
}


.trailer.on .close_btn{
     opacity: 1;
}
.close_btn::before,
.close_btn::after {
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 30px;
  border-top: 3px solid #fff;
}
 
.close_btn::before {
  transform: skewY(-45deg);
}
 
.close_btn::after {
  transform: skewY(45deg);
}

.close_btn:hover{
    opacity: 0.5 !important;
}

.trailer.on .trailer_overlay{
    opacity: 1;
}

.trailer .trailer_inner{
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%,-50%) scale(1,1);
    width: 60%;
	padding-bottom: 35%;
    height: 1;
    z-index: 901;
    transition-duration: 0.5s;
}

.trailer.on .trailer_inner{
    transform: translate(-50%,-50%) scale(1,1);
}

.trailer_tab{
    position: absolute;
    color: #fff;
    top: 100%;
    display:flex;
    width: 100%;
    justify-content: center;
	margin-top: 5px;
}

.trailer_tab li{
	display: flex;
	justify-content: center;
    width: 50%;
	margin-right: 4px;
	padding: 7px 10px;
    border:solid 1px #fff;
    font-size: 1rem;
    text-align: center;
    background:rgba(255, 255, 255, 1);
    color: #000;
	/*border-radius: 4px;*/
}
.trailer_tab li:last-child{
	margin-right: 0;
}

.trailer_tab li.f_act{
    background: #000;
    color: #fff;
	cursor: pointer;
}

.trailer_tab li.f_act:hover{
    background: #aaa;
}

#youtube1,#youtube2{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition-duration: 1s;
    opacity: 1;
}

.trailer.on #youtube1,.trailer.on #youtube2{
    transform: scale(1,1);
    opacity: 1;
}

.bg{
	background-color: #000;
	    position: relative;
    z-index: 2;
	box-sizing: border-box;
	overflow: hidden;
}


@media screen and (max-width: 960px) {
	.top{
    flex-flow: column;
		height: auto;
}
	
	.top_left {
	width: 100%;
	height: 0;
	background-image: url("../img/main_visual.jpg");
	padding-bottom: calc(2438 / 2064 * 100%);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	margin-top: 15%;
}
	.top_right{
	width: 100%;
		height: 100%;
		padding: 40px 0;
		    background-position: center right;
}
	.billing{
	margin-bottom: 20px;
}
		header{
		width: 40px;
	}
	
	.official_sns a {
       width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}
	.logo{
		width: 40%;
		
	}
	.logo img{
		    width: 100%;
    max-width: 300px;
	}
	.top_right_inner {
    width: auto;
}
/*.sns_wrap{
	margin-bottom: 20px;
	}*/
	.copy{
		width: 90%;
	}
	.title_logo {
		width: 80%;
        margin: 10% auto 0 auto;
}
	.date{
		margin-bottom: 20px;
	}
	.billing img, .date img {
    width: 75%;
}
	.billing{
		width: 90%;
	}
	.cast{
	width: 100%;
}

footer .title_logo {
    width: 50%;
    margin: 0 auto;
}
	
	.trailer .trailer_inner {
    width: 80%;
    padding-bottom: 45%;
}
/*THEATER-------------------------------------------------------*/
	
	table{
		table-layout: fixed;
	}
	tbody{
		font-size: 13px;
	}
	th{
		padding: 10px 0;
		vertical-align: middle;
	}
	/*.theater_name{
		font-size: 13px;
	}*/
	table .tb1 {
    width: 20%;
}
	table .tb2 {
    width: 40%;
}
	table .tb3 {
    width: 15%;
}
	table .tb4 {
    width: 25%;
}
	td{
		padding-right: 0;
		padding: 10px;
	}
	/*.tell a{
		color: #000;
	}*/
	.theater {
		/*padding: 15% 0 10%;*/
		width: auto;
		padding-top: 0;
		margin-top: 0;
	}
	.theater_inner{
		margin-bottom: 40px;
	}
	.theater_inner:last-child{
		margin-bottom: 0;
	}
	.theater_wrap {
    	width: 80%;
	}
	.mvtk_bnr{
		    width: 45%;
padding: 0px 0;
	}
	.mvtk_wrap {
    padding: 10% 0;
	}
	.bnr_0728 {
    width: 45%;
		    bottom: 21%;

	}
	
	
}

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

	.billing img, .date img {
    width: 85%;
}
	.comment{
		    margin: 20% auto;
	}
	.comment h1{
		font-size: 20px;
		margin-bottom: 10%;
	}
	.cmt_item {
    margin-bottom: 40px;
    padding-bottom: 40px;
	}
	
	.logo {
    width: 60%;
}
	footer{
	    margin: 20% auto;
}
		.trailer .trailer_inner {
    width: 80%;
    padding-bottom: 55%;
}
	
	
	
}
@media screen and (max-width: 390px) {
	.mbl { display: block !important; }
}

