@charset "UTF-8";
/* CSS Document */


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

body {
font-family: 'Noto Serif JP', sans-serif;
line-height: 1.5;
background-color: #000;	
}	



h1{
  font-size:1.5rem;
	color: #fff;
	text-align: center;
}


small{
  display: block;
  text-align: center;
}


#wrapper{
  position: relative;
	z-index: 1;
    display: flex;
  flex-wrap: wrap;
}


/*#are{
    position: -webkit-sticky;
    position: sticky;
  top:0;
  width: 40%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url("../img/main_visual.jpg") no-repeat center;
  background-size: contain;
	background-position: left;
  color:#fff;
}*/


#container{

  width: 100%;
 margin: 0 auto;
 text-align: center;
	
	background-image: url("../img/btm_bg.jpg");
		background-position: bottom;
		background-repeat: no-repeat;
		    background-size: 66%;
    padding-bottom: 30%;
	position: relative;
    z-index: -1;
}
#container::before {
        content: "";
    width: 100%;
    height: 20%;
    display: block;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0, #000 22%);
    position: absolute;
    /* top: 0px; */
    left: 0;
    bottom: 11%;
    z-index: -1;
}
section{
	width: 70%;
    margin: 0 auto 10%;
 /* min-height: 100vh;*/
  padding: 30px;
	position: relative;
	z-index: 2;
}


.twitter-timeline{
	margin: 0 auto;
}

.timeline-Footer.u-cf {
    display: none;
}

/*HUNBARGER MENU---------------------------------------------*/
.menu {
  height: 20px;
  position: fixed;
  right: 25px;
  top: 27px;
  width: 30px;
  z-index: 779;
	cursor: pointer;
	
}
.menu_bg{
	background-color: rgba(0,0,0,0.6);
	width: 60px;
	height: 55px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 779;
	border-radius: 5px;
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
/*gnav*/

.gnav {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
	top: 0;
	bottom: 0;
	overflow: auto;
  width: 100%;
  z-index: 778;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
	height: 100%;
	min-height: inherit;
	flex-flow: column;
}
.gnav__menu__item {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  line-height: 75px;
	text-align: center;
}
.gnav__menu__item:last-child {
  border: none;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 16px;
	font-weight: 500;
  text-decoration: none;
  transition: .5s;
	
}
.gnav__menu__item a:hover {
  color: #8bccc8;
	transition: .5s;
	cursor: pointer;
}
.sns_icon_wrap{
	display: flex;
	margin-top: 25px;
}
	nav ul.sns_icon li:first-child{
			margin-left: 0;
		}
		nav ul.gnav__menu li img{
			height: 22px;
		}

.sns_icon a{
	display: block;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
}

.menu_logo{
	width: 350px;
	margin: 0 auto;
	padding-bottom: 30px;
}
/*humberger-menuここまで*/
/*nav---------------------------------------------*/

#nav_box{
	    width: 100%;
   /* min-width: 1000px!important;*/
    height: 55px;
    position: relative;
    top: 0;
    z-index: 300;
    background-color: #c6bfb4;
    background-repeat: no-repeat;
    background-position: top center;
}

.nav_box_inner{
	padding: 0;
    width: auto;
    height: 55px;
    margin: 0px auto 0 auto;
    box-sizing: border-box;
    z-index: 300;
}
.nav_box_inner ul{
	display: flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.nav_item{
	height: 55px;
    font-size: clamp(16px, 2vw, 18px);
    color: #000000;
    background-color: #c6bfb4;
    border: 0;
    overflow: hidden;
    position: relative;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}

.nav_item a{
	height: 55px;
	display: inline-block;
	padding-left: 25px;
    padding-right: 25px;
	color: gray;
	cursor: default;
	vertical-align: middle;
	line-height: 55px;
}
.nav_item a:hover{
	transition: 1s;
}
.nav_item_hover a{
	color: #fff;
	cursor: pointer;
	transition: 1s;
}

.nav_item_hover a:hover{

	color: #8bccc8;
	transition: 1s;
}
.sns_icon a{
	background-color: #fff;
}
.sns_icon a:hover{
	color: #fff;
	background-color: #8bccc8;
	transition: .5s;
}
.sns_icon a:hover i{
	color: #000;
	transition: .5s;
}
.sns_icon a i{
	color: #000;
	transition: .5s;
}


/*アニメーション--------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*ここまで--------------------------*/


.cast_box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5%;
}
/*.cast_box:last-child{
	margin-bottom: 0;
}*/
.cast_box.even {
		flex-flow: row-reverse;
	}
.cast_img{
	width: 30%;
}
.cast_img img{
	box-shadow: 2px 2px 10px -5px #000;
	transform:rotate(-3deg);
}
.cast_img.even img{
	transform:rotate(3deg);
}
/*.profile{
	margin-left: 5%;
	width: 50%;
}*/
.cast .profile.even{
	margin-right: 5%;
	margin-left: 0;
}
.name{
	width: 100%;
	font-size: 22px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	color: #fff;
}
.name span{
	font-size: 16px;
	margin-left: 10px;
	color: gray;
}
/*.cast_cmt_box{
	width: 85%;
}*/
.cast_cmt_box.even{
	margin-left: auto;
}
.cmt_title{
	text-align: left;
	font-weight: bold;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 18px;
	margin: 30px 0 10px;
	color: #fff;
	/*border-bottom: 1px solid #000;
	padding-bottom: 10px;*/
}
.cmt_title.even{
	margin: 20px 0 10px;
}
.cast_cmt{
	text-align: justify;
	text-align-last: left;
	line-height: 1.7;
    letter-spacing: 0.5px;
	margin-bottom: 140px;
}
.cast_cmt.even{
	margin-bottom: 0;
}


.box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box2 {
	position: relative;
	display: inline-block;
	margin: 15px 0px 15px 25px;
}

.box5{
	display: flex;
	justify-content: center;
	align-items: center;
}

.box6{
	position: relative;
	display: contents;
	justify-content: center;
	
}




p{
  word-wrap: break-word;
	color: #fff;
}

.text{
	font-size: 16px;
	text-align: justify;
	text-align-last: left;
	line-height: 1.7;
	letter-spacing: 0.5px;
	color: #fff;
}

#mvtk-widgets-container{
	margin: 0 auto;
	text-align: center;
}
.bnr_0728{
	width: 60%;
    text-align: left;
    margin: 0 auto 5%;
    border: 3px solid #fff;
	
    box-sizing: border-box;

}
.bnr_0728 img{
	width: 100%;
	    vertical-align: bottom;
}
.bnr_0728 a{
	transition: .7s;
}
.bnr_0728 a:hover{
	transition: .7s;
	opacity: .7;
}

.top_right_sec{
	width: 20%;
	position: absolute;
	bottom: 20%;
	left: 5%;
}
.top_left_sec{
	width: 20%;
	position: absolute;
	bottom: 20%;
	right: 5%;
}


/*THEATER----------------------------------------------*/

.theater{
	    min-height: auto;
    box-sizing: border-box;
}
.theater_wrap{
	/*background-color: #fefefe;*/
}
.theater_inner{
	/*max-width: 840px;*/
    /*margin: 0 auto 8%;*/
}
.theater h1.midashi{
	margin-bottom: 5%;
	color: #342426;
	font-weight: bold;
}
.box1{
	width: 100%;
    height: auto;
	
    padding-bottom: 8%;
	
}
	


table{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .9em;
    /*margin-bottom: 20px;*/
}
tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
	border-collapse: separate;
  border-spacing: 0;
}
tr {
	background-color: #000;
}
th {
    padding: 10px 10px;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
	border: 1px solid #fff;
	    border-right: 1px solid #000;
}
table .tb1 {
    width: 15%;
}
table .tb2 {
    width: 35%;
}
table .tb3 {
    width: 20%;
}
table .tb4 {
    width: 15%;
	    border-right: 1px solid #fff;
}

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 #fff;
}

.pref {
    height: 52px;
	padding-top: 10px;
}
.multi{
	vertical-align: top;
}
.theater_name a{
	transition: .7s;
    color: #8bccc8;
	border-bottom: 1px solid #8bccc8;
}
.theater_name a:hover{
	transition: .7s;
    color: gray;
	border-bottom: none;
}
.theater_sec{
	    padding: 5% 0 7%;
	text-align: center;
	font-weight: 600;

}




/*TOP-------------------------------------------------------*/
.top{
	width: 100%;
    display: flex;
    padding: 0;
    background-color: #000;
   /* justify-content: center;
    align-content: center;*/
    flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}
.top_left{
	width: 50%;
	/*margin: 0 auto;*/
	text-align: center;
	position: relative;
	    
}
.top_left::before {
     content: "";
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(rgba(0,0,0,0) 0, #000 22%);
    position: absolute;
    /* top: 0px; */
    left: 0;
    bottom: 0;
}
.top_left img{
	width: 100%;
	vertical-align: bottom;
}
.top_right{
	width: 50%;
	padding: 5% 6%;
	box-sizing: border-box;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}

.top_titlelogo{
	width: 60%;
	margin: 0 auto;
}
.top_titlelogo img{
	width: 100%;
    vertical-align: bottom;
}
.top_logo{
	width: 90%;
    margin: 0 auto;
	/*margin-bottom: 30px;*/
}
/*.top_right_inner .date{
	margin: 0 auto 5% auto;
}*/
.date{
	margin-bottom: 5%;
}
.billing{
	width: 90%;
	margin: 0 auto 30px;
}
.bnr_wrap{
	width: 80%;
	display: flex;
	margin: 0 auto 5%;
	justify-content: center;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}



/*INTRO-------------------------------------------------------*/

.intro{
	    margin: 5% auto 10%;
}

.midashi_title{
	margin-bottom: 5%;
}
h2.lead{
	font-size: 20px;
	margin-bottom: 40px;
	color: #8bccc8;
	line-height: 2;
}
.text{
	line-height: 2;
	margin-bottom: 20px;
}

/*LODING---------------------------------------------*/
.anime {
	width: 100%; 
  height: 100%;
 position: fixed;
	top: 0; 
  left: 0; 
 background: #000;
	z-index: 9999999999;
}

.logo_wrapper {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	text-align: center;
    z-index: 7777;
}
.logo img{
	width: 65%;
}
.logo{
  overflow: hidden;
  position: relative;
	z-index: 7;
}
.logo::before{
	animation: logo 6s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@keyframes logo {
  100% {
    transform: translateX(100%);
  }
}


.box5{
position: relative;
    width: 60%;
    height: 0;
    padding-top: 33%;
    margin: 0 auto;
}
.box5 iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.mvtk_wrap{
	width: 80%;
    margin: 0 auto;
    /* position: absolute; */
    /*bottom: 8%;*/
    margin-top: -18%;
    position: relative;
    z-index: 2;
	}
#mvtk-widgets-container{
	margin: 0 auto;
}


@media screen and (max-width: 1400px) {
	
	
	.mvtk_wrap{
    margin-top: -13%;
	}
	#container::before {
    bottom: 10%;
	}
	
	
}
@media screen and (max-width: 1300px) {
	

	#container::before {
    bottom: 7%;
	}
	
	
}


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

body {
    height: -webkit-fill-available;
  }
	
.box img{width: 70%;
	margin-top:4%;
	}
	
h1{
  font-size:1.2rem;
	color: #fff;
	text-align: center;
}	
	
#wrapper{
  display: block;
}

section{
	width: 80%;
 padding:0;
	margin: 0 auto 20%;
}
	

#are{
  position:relative!important;
  width:100vw;
  height: 85vh;
 background-position: center 0;
 }
	
#container{
  width:100%;
}
	
iframe.twitter-timeline-rendered {
width: 50px !important;
margin:0 auto;}	

	
.box {
	display: block;
	justify-content: center;
	align-items: center;
}
	.box img{
		width: 100%;
	}

.box2 {
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.box5{
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
	    /*margin-bottom: 15%;*/
	}

	
.box6{
	margin-top: 10%;
	position: relative;
	display: contents;
	align-items: center;
	
}
	
	/*THEATER-------------------------------------------------------*/
	table{
		table-layout: fixed;
	}
	tbody{
		font-size: 13px;
	}
	th{
		padding: 10px 6px;
		vertical-align: middle;
	}
	td {
    padding: 8px 2px;
	}
	.box1 {
    padding-bottom: 15%;
}
	.theater_name{
		font-size: 13px;
	}
	table .tb1 {
    width: 15%;
}
	table .tb2 {
    width: 38%;
}
	table .tb3 {
    width: 8%;
}
	table .tb4 {
    width: 17%;
}
	table .tb5 {
    width: 8%;
}
	.tell a{
		color: #fff;
	}
	.theater {
		    padding: 0 0 15% 0;
	}
.theater .inner {
    width: 100%;
	/*margin: 5% 0;*/
	margin-bottom: 5%;
	}
	
	.theater_inner{
	/*max-width: 840px;*/
    margin: 0 auto 15%;
}
	.bnr_0728{
	
	}
	
	.date{
		margin-bottom: 10%;
		color: #8bccc8;
	}
	
	
	
	/*TOP-------------------------------------------------------*/
.top{
	display: block;
}
.top_left{
	width: 100%;
	    
}
.top_left img{
	width: 100%;
	vertical-align: bottom;
}
.top_right {
    width: 100%;
    padding: 5% 6%;
    box-sizing: border-box;
    margin-top: -73%;
    position: relative;
    z-index: 2;
}
	.top_titlelogo {
    width: 75%;
		margin-bottom: 5%;
	}
	
	.bnr_0728 {
    width: 73%;
	}
	
	.box5 {
    width: 73%;
		padding-top: 54%;
	}
	
	.logo img {
    width: 100%;
}
	
h2.lead{
	margin-bottom: 8%;
	font-size: 16px;
}
	.mvtk_wrap{
		    width: 80%;
    margin: 0 auto;
		position: inherit;
	}
	.midashi_title{
	margin-bottom: 10%;
}
	.theater h1.midashi{
	margin-bottom: 10%;
}
	
	/*footer{
		background-image: url("../img/btm_bg.jpg");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 300px;
	}*/
	
	.intro {
    margin: 20% auto;
}
	
	#container {
    background-size: 100%;
	}
	

}

