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


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

body {
font-family: 'Noto Serif JP', sans-serif;
line-height: 1.5;
background-color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
}	
img{
	max-width: 100%;
	height: auto;	
	display: block;
}

.mainSite {
 width: 100%;
 padding: 0;
 margin:  0;
	overflow-x: hidden;
}
.wrapper {
	position: relative;
	text-align: center;
	overflow-x: hidden;
}



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

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


.logo {
	 width: 20%;
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	text-align: center;
    z-index: 1000;
	color: #fff;
}




/*MENU---------------------------------------------------*/

.menu_wrap{
	    width: auto;
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 779;
    display: flex;
}
/*hamburger-menu*/

.menu {
  height: 20px;
    position: absolute;
    right: 13px;
    top: 18px;
    width: 30px;
    z-index: 779;
    cursor: pointer;
	
}
.menu_bg{
	background-color: rgba(0,0,0,0.7);
	/*background-color: #fff;*/
	width: 55px;
    height: 55px;
    border-radius: 67px;
	
}
.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: 9px;
    transform: rotate(135deg);
}
/*gnav*/

.gnav {
	background-repeat: no-repeat;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
    overflow: auto;
    width: 100%;
    z-index: 778;
	background: url("../img/bg.jpg");
	background-size: cover;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}
.gnav__menu__item {
    width: 100%;
    margin-bottom: 3.5%;
    vertical-align: top;
	text-align: center;
}
.gnav__menu__item:last-child {
  border: none;
	margin-bottom: 0;
}

.gnav__menu__item a{
	display: block;
	width: 100%;
    justify-content: space-between;
    align-items: center;
	color: #fff;
font-family: "Noto Sans JP";
font-style: normal;
  font-size: 20px;
  text-decoration: none;
  transition: .5s;
	letter-spacing: 0rem;
	text-align: center;
}
.gnav__menu__item a:hover {
	opacity: .6;
	transition: .5s;
	
}

.gnav__menu__item i{
	color: #fff;
	margin-right: 5px;
	font-size: 20px;
}


	/*追加*/
	nav ul.gnav__menu{
			width: 80%;
		}
		nav ul.gnav__menu li{
			text-align: left;
		}
		
	.sns_icon_wrap{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 90;
}

.menu_bg.twitter{
	    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 779;
	top: 5%;
	margin-right: 5px;
}

i{
	color: #fff;
	font-size: 28px;
	margin-top: 3px;
}

/*TOP---------------------------------------------------*/

.top{
	display: flex;
    align-items: center;
	height: 100%;
	/*min-height: 100vh;
  min-height: 100svh;*/
	background-color: #fff;
	
}
.top .inner{
	width: 100%;
	height: auto;
    margin: 0 auto;
	display: flex;
	position: relative;
    overflow-y: hidden;
}
.top_left{
	width: 50%;
		background-image: url("../img/mainvisual.jpg");
    padding-bottom: calc(2099 / 1920 * 50%);
		height: 0;
		    background-size: cover;
		position: relative;
	 -webkit-animation: zoom 5s 1;
   animation: zoom 5s 1;
   animation-fill-mode: forwards;
}
@keyframes zoom {
   0% {
      transform: scale(1.5);
   }
   100% {
      transform: scale(1);
   }
}
.top_left_inner{
	    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.butaiaisatsu{
	width: 24%;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
	

.butaiaisatsu a{
	transition: .7s;
}
.butaiaisatsu a:hover{
	transition: .7s;
	opacity: .7;
}

.titlelogo_en{
	width: 20%;
    margin: 5% auto 0;
	opacity: 0;
}


.top_right{
	width: 50%;
	background-image: url("../img/bg.jpg");
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	    justify-content: center;
    align-items: center;
    flex-direction: column;
	
}

.topcopy{

}
.titlelogo_jp{
	width: 60%;
    margin: 10% auto;
	opacity: 0;
}
.billing{
	opacity: 0;
}

.top .date{
    width: 80%;
	margin: 5% auto 0;
	opacity: 0;
}
.eirin {
    width: 4%;
    position: absolute;
    bottom: 2%;
    right: 2%;
}



/*--------------------
共通
--------------------*/

.inner{
	width: 70%;
	margin: 10% auto;
}
.midashi_title{
	font-family: "Noto Sans JP";
font-style: normal;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3%;
}


#mvtk-widgets-container{
    margin: 10% auto 0;
}
.mvtk_bnr{
	width: 30%;
    margin: 1% auto 0;
	   /* margin: 5% auto 0;*/
	cursor: pointer;
}
.mvtk_bnr a{
	display: block;
	transition: .7s;
	
}
.mvtk_bnr a:hover{
	transition: .7s;
	opacity: .7;
}


/*--------------------
TRAILER
--------------------*/

.trailer_wrap{

	background-image: url("../img/trailer_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.trailer{
	
	padding: 7%;
}
.trailer_wrap .inner{
	margin: 5% auto 10%
}
.youtube{
    margin: 0 auto;
	position: relative;
    width: 60%;
    padding-bottom: 35%;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.trailer_box{
	position: relative;
}
.trailer_tab2 {
  color: #fff;
  display: flex;
 flex-direction: column;
  justify-content: center;
	    width: 50%;
    margin: 20px auto 0;
	box-sizing: border-box;
}
.trailer_tab2 ul{
	display: block;
	width: 100%;
}
.trailer_tab2 li {
  display: flex;
  justify-content: center;
  padding: 10px;
  border: solid 1px #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.trailer_tab2 li.f_act {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.trailer_tab2 li.f_act:hover {
  background: #aaa;
}




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

.intro{
	width: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.intro .inner{
	width: 65%;
	margin: 0 auto;
}


.text{
	    color: #fff;
    margin: 10% auto;
    text-align: justify;
    font-size: 16px;
	line-height: 1.9;
}

.intro_img{
	width: 100%;
	height: 500px;
}
.intro_img::before{
	content: "";
	width: 100%;
    height: 100%;
    display: block;
	background-image: url("../img/intro_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.intro_lead{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
/*.intro_lead::before{
	content: "";
    width: 60%;
    height: 100%;
    display: block;
    background-image: url(../img/intro_lead_text.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.intro_lead_text{
	position: absolute;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.itro_lead_bg_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.intro_lead_bg_left_01,.intro_lead_bg_left_02{
	width: 30%;
	text-align: left;
}
.intro_lead_bg_left_01{
	width: 31%;
}
.intro_lead_bg_right_01,.intro_lead_bg_right_02{
	width: 30%;
	text-align: right;
}
.intro_lead_bg_right_01{
	width: 30.55%;
}
.itro_lead_bg_btm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;;
}



.glitch{
  position:relative;
  display:flex;
  justify-content:center;
  align-content:center;
  height:100%;
  width:100%;
  
  
  /*overflow:hidden;*/
  
}

.glitch .glitch_img{
  -webkit-animation: jerkwhole 2.5s infinite;
  position:relative;
  padding:0;
  margin:0;
  display:inline;
 align-content:center;
  
}
.glitch .glitch_img .jerking{
  -webkit-animation: jerk 20ms infinite;
	position:relative;
  padding:0;
  margin:0;
  display:inline;
align-content:center;
}



/*Animations*/


@-webkit-keyframes jerk {
  50% { left:1px; }
  51% { left:0; }
}


@-webkit-keyframes jerkwhole {
  30% {  }
  40% { opacity:1; top:0; left:0px;  -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  41% { opacity:0.8; top:0px; left:-50px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(20deg,0);}
  42% { opacity:0.8; top:0px; left:25px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(-40deg,0);}
  43% { opacity:1; top:0; left:0; -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  65% { }
}


.intro .glitch .glitch_img, .story .glitch .glitch_img{
  -webkit-animation: jerkwhole2 2.5s infinite;
}
@-webkit-keyframes jerkwhole2 {
  30% {  }
  40% { opacity:1; top:0; left:0px;  -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  41% { opacity:0.8; top:0px; left:-10px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(10deg,0);}
  42% { opacity:0.8; top:0px; left:20px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(-20deg,0);}
  43% { opacity:1; top:0; left:0; -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  65% { }
}


/*STORY----------------------------------------------*/

.story{
	width: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.story_lead_top{
	    width: 40%;
    margin: 0 auto;
}
.story_lead_btm{
	   width: 70%;
    margin: 2% auto 0;
}
.story .text{
	margin: 5% auto 0;
}
.story_img{
	width: 100%;
	height: 500px;
}
.story_img::before{
	content: "";
	width: 100%;
    height: 100%;
    display: block;
	background-image: url("../img/story_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}


/*CAST----------------------------------------------*/

.cast{
	width: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
ul.cast_list{
	width: 80%;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	    flex-flow: wrap;
}
li.cast_item{
	width: 32%;
	margin: 0 2% 5% 0;
	
}
li.cast_item:nth-of-type(3n){
	margin-right: 0;
}
.cast_img{
	margin-bottom: 10px;
}
.cast_name{
	color: #fff;
	text-align: center;
	font-size: clamp(14px, 1vw, 16px);
	font-feature-settings: palt;
}


/*STAFF----------------------------------------------*/

.staff{
	width: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.staff .inner{
	display: flex;
    flex-flow: column;
	margin: 0 auto 10%;
}
.staff .text{
	width: 70%;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}
.staff_item{
	display: flex;
	width: 100%;
	    align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
span.staff_category{
	display: inline-block;
	width: fit-content;
}
span.staff_name{
	display: inline-block;
	width: fit-content;
}
span.dottedline{
	display: inline-block;
    height: 3px;
	width: 20%;
	flex-grow: 1;
    margin: 0 2.5%;
	background-image : linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
span.dottedline.none{
    margin: 0 2.5% 0 0;
}


/*COMMENT----------------------------------------------*/

.cmt{
	width: 100%;
	background-image: url("../img/cmt_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.cmt .text{
	border: 1px solid #fff;
	padding: 5%;
	text-align: center;
	margin: 0 auto;
}
.cmt_name{
	font-size: 18px;
	margin-top: 20px;
}




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

footer{
	background-image: url("../img/bg.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0;
}
.footer_inner{
	    width: 80%;
    margin: 0 auto;
}
.footer_titlelogo_en{
	    width: 8%;
    margin: 0 auto;
}
.footer_date{
	width: 40%;
	margin: 3% auto 0;
}


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

.js-animation {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
}

.fadeIn {
animation-name: fadeInAnime;/*1で解説*/
/*animation-fill-mode:backwards;*//*2で解説*/
animation-duration:3s;/*3で解説*/
animation-iteration-count:none;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
	animation-fill-mode: forwards;
}

/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*------------------
TopBTN
------------------*/

.btn-pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.8); 
	border-radius: 50%;
	z-index: 777;
	transition: 0.2s;
}

.btn-pageTop:hover{
	opacity: .7;
	transform: scale(1.1);
	transition: 0.2s;
}

.top_btn_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}



.btn-pageTop a{
	color: #fff;
}
.fa-solid, .fas {
    color: #fff;
}

.btn-pageTop a:hover{
	cursor: pointer;
}

.btn-pageTop a:active{
}

.cast_name_br{
		display: none;
	}


@media screen and (max-width: 1450px) {
	.cast_name_br{
		display: inline-block;
	}
}


@media screen and (max-width: 960px) {
	
	/*MENU----------------------------------------------*/
	.menu_wrap {
    top: 1%;
    right: 3%;
	}
	.menu_bg{
		width: 50px;
    height: 50px;
	}
	.menu {
    height: 20px;
    position: absolute;
    right: 11px;
    top: 15px;
	}
	/*.menu_bg.twitter {
		margin-right: 0;
	}*/
	.fa-brands, .fab {
    font-weight: 400;
    font-size: 24px;
}
	/*TOP----------------------------------------------*/
	.youtube {
    width: 80%;
    padding-bottom: 44%;
	}
	/*INTRO----------------------------------------------*/
	.intro_lead_text {
    position: absolute;
    width: 70%;

	}
	.intro_img {
    height: 300px;
	}
	/*STORY----------------------------------------------*/
	.story_lead_top {
    width: 45%;
	}
	.story_lead_btm {
    width: 85%;
	}
	.story_img {
    height: 300px;
	}
	/*CAST----------------------------------------------*/
	ul.cast_list {
    width: 100%;
    
	}
	li.cast_item {
    width: 32.66666666666667%;
    margin: 0 1% 5% 0;
}
	/*STAFF----------------------------------------------*/
	.staff .text {
    width: 100%;
	}
	/*FOOTER----------------------------------------------*/
	.footer_date {
    width: 50%;
	}
	footer{
		padding: 10% 0;
	}
	
	.mvtk_bnr{
	width: 60%;
	}
	
	
	
}


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


	/*MENU----------------------------------------------*/
	
	.gnav__wrap {
    width: 100%;
	}

.menu_wrap {
    top: 2.5%;
	flex-flow: column-reverse;
	}
		

	.menu {
       right: 9px;
    top: 15px;
    width: 28px;
}
	.menu__line--center {
    top: 7px;
}
	.menu__line--bottom {
    bottom: 3px;
}
	.menu__line--bottom.active {
    bottom: 10px;
	}
	.menu_bg {
    width: 45px;
    height: 45px;
	}
	.menu_bg.twitter{
		margin-right: 0;
    margin-top: 5px;
	}
	i {
    font-size: 24px;
	}
	.gnav__menu__item {
    margin-bottom: 5%;
}
	
	/*TOP----------------------------------------------*/
	
.top{
	background-size: cover;
    background-position: 50% 0%;
	background-image: url("../img/bg.jpg");
	}
	.top .inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    justify-content: end;
    align-items: center;
    flex-flow: column;
	overflow: hidden;
	}

	.topcopy{
		    width: 80%;
    margin: 3% auto;
	}
	.titlelogo_jp{
		
	}
	.top_left{
		width: 100%;
		height: 0;
		background-size: cover;
		position: relative;
		padding-bottom: calc(2099 / 1920 * 100%);
	}
	.top_left_inner{
		    flex-flow: column;
	}
	.butaiaisatsu {
    width: 28%;
    position: absolute;
    bottom: 2%;
    left: 5%;
	}
	.titlelogo_jp{
		width: 100%;
    margin: 3% 5% 0 0;
    text-align: right;
	}
	.titlelogo_jp img{
		    width: 30%;
		display: inline-block;
	}

	
	.top_right {
    width: 100%;
	padding: 7% 10% 5% 5%;

	background-size: contain;
		overflow: hidden;
	}
	.copy{
	width: 6%;
    text-align: left;
    margin-left: 0%;
    justify-content: flex-start;
    align-items: baseline;
    top: 3%;
    left: 14%;
	}
.eirin {
    width: 9%;
	}
	
	.youtube{
	width: 100%;
    padding-bottom: 63%;
	}
	.text {
    margin: 15% auto;
	}
	.inner {
    width: 80%;
		margin: 15% auto;
	}
	.midashi_title {
    margin-bottom: 10%;
		font-size: 20px;
	}
	
	
	/*INTRO----------------------------------------------*/

	.intro .inner {
    width: 80%;
}
	.intro_img {
    height: 200px;
}
/*.intro_lead::before {
    width: 90%;
	background-image: url(../img/intro_lead_text_sp.png);
	transform: translate(-50%, 60%);
	}*/
	.intro_lead_text {
    position: inherit;
    width: 65%;
		height: auto;
    top: 0;
    left: 0;
    transform: inherit;
        margin: 5% auto 0;
	}
	
.intro_lead_bg_left_01,.intro_lead_bg_left_02{
	width: 50%;
}
.intro_lead_bg_right_01,.intro_lead_bg_right_02{
	width: 50%;
}
	.intro .text{
        margin: 5% auto 15%;
	}
	
	/*STORY----------------------------------------------*/
	
	.story_img {
    height: 200px;
}
	.story_lead_top {
    width: 80%;
		margin-bottom: 2%;
}
	
	.story_lead_sp_01{
		    margin: 0 auto 2% auto;
    width: 55%;
	}
	.story_lead_sp_02{
		width: 85%;
		margin: 0 auto 2%;
	}
	.story_lead_sp_03{
		width: 50%;
		margin: 0 auto 2% auto;
	}
	.story .text{
		margin: 8% auto 0 ;
	}
	
	/*CAST----------------------------------------------*/
	
	ul.cast_list {
    width: 100%;
	}
	li.cast_item {
    width: 100%;
    margin: 0 0 10% 0;
}
	.cast_img {
    margin-bottom: 10px;
}
	.cast_name{
	font-size: clamp(16px, 2vw, 18px);

}
	.cast_name_br{
		display: none;
	}
	
	/*STAFF----------------------------------------------*/
	.staff .inner {
    margin: 0 auto 15%;
	}
		.staff .text {
    width: 100%;
	}
	.staff .text {
    font-size: 16px;
	}
	
	/*COMMENT----------------------------------------------*/
	.cmt .text {
    padding: 10% 5%;
	}
	
	/*TRAILER----------------------------------------------*/
	
	.trailer .inner {
    width: 100%;
	}
	
	.trailer {
    padding: 15%;
	}
	
/*FOOTER----------------------------------------------*/
	footer {
    padding: 15% 0;
}
	.footer_titlelogo_en {
    width: 13%;
	}
	.footer_titlelogo_en {
    width: 18%;
}
	.footer_date {
    width: 85%;
    margin: 7% auto 0;
}
	
	
}




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


	/*MENU----------------------------------------------*/
	
	

	.gnav__wrap {
    width: 80%;
}
	nav ul.gnav__menu {
    width: 100%;
}
	
	.gnav__menu__item a {
    font-size: 15px;
		/*display: block;*/
	}
	.gnav__menu__item a span.line {
    width: 15px;
    margin: 0 5px;
	}
.gnav__menu__item a p {
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px;
    text-align: left;
    width: fit-content;
	letter-spacing: 0.01rem;
	margin-bottom: 2%;
	}
	.gnav__menu__item a span.dottedline {
    width: 65%;
    margin: 0 2.5%;
	}


	.logo {
    width: 50%;
	}
	.menu_wrap{
		flex-flow: column-reverse;
		        top: 1.5%;
    right: 2%;
	
	}
	
	.menu_bg.twitter{
	    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 779;
	top: 5%;
}
	.staff .text {
    font-size: 14px;
	}
	
.fa-brands, .fab {
    font-weight: 400;
    font-size: 30px;
}

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

.intro_lead_text {
    position: inherit;
    width: 90%;
    
}.intro_lead_bg_left_01{
	width: 51%;
}
	
	.intro_lead_bg_right_01{
	width: 50.55%;
}
	
	
	/*STORY----------------------------------------------*/
	

	
	  
	/*CAST----------------------------------------------*/
	
	
	
	/*TRAILER----------------------------------------------*/
	

	
	/*FOOTER----------------------------------------------*/
	
	
	
	.mvtk_bnr{
	width: 80%;
		 margin: 10% auto 0;
	}
	
	
}
	
	




@media screen and (max-width: 280px){
	
	.cast_name_br{
		display: inline-block;
	}
	.cast_name{
	font-size: clamp(14px, 2vw, 16px);

}
	
	
}


	

