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


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




body {
font-family: Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: 500;
line-height: 1.5;
background-color: #ffffff;
	overflow-y: scroll;
}	


img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.mainSite {
 width: 100%;
 padding: 0;
 margin:  0;
}
.wrapper {
	text-align: center;
}
#intro:before, #story:before, #news:before, #trailer:before, #comment:before {
    content: " ";
    margin-top: -50px;
    height: 50px;
    display: block;
    visibility: hidden;
}


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

.loading_wrap{
	display: block;
position: fixed;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
 background-color: #fff;
	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;}
}


/*MENU---------------------------------------------------*/
#header{
	position: relative;
	z-index: 5;
}

/*gnav*/

.gnav {
  /*background-color: #c6bfb4;*/
	height: 0;
  padding-bottom: calc(458 / 1920 * 72%);
	background-image: url("../img/top_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 80%;
  display: block;
 /* position: absolute;
	top: 0;*/
	
  width: 100%;
  /*z-index: 2;
	position: relative;*/
	margin-bottom: 1%;
}
.gnav__wrap {
    display: flex;
    justify-content: center;
    /*height: 280px;*/
    align-items: center;
   padding-top: 4.5%;
    flex-flow: column;
	
}
.gnav__wrap ul{
	width: 75%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.gnav__menu__item {
  width: auto;
  vertical-align: middle;
	text-align: center;
	display: initial;
	margin-right: 15px;
}
.gnav__menu__item:last-child {
  border: none;
	margin-right: 0;
}
.gnav__menu__item a {
	display: block;
	height: 30px;
  color: #000;
  font-size: clamp(16px, 1vw, 18px);
	font-weight: bold;
  text-decoration: none;
  /*transition: .5s;*/
	line-height: 30px;
	box-sizing: border-box;
	
}
.gnav__menu__item a:hover {
	/*transition: .5s;*/
	cursor: pointer;
	border-bottom: 2px solid #000;
}


.menu_logo{
	width: 25%;
	margin: -2% auto 1%;
}
.tailer_theater_gwrap{
		display: flex;
		
	}
.sns_wrap{
		display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    top: 30px;
    right: 30px;
	z-index: 90;
	}
.sns_wrap .gnav__menu__item{
	margin-right: 10%;
}
.sns_wrap .gnav__menu__item a{
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    transition: .7s;
    width: 50px;
    height: 50px;
    display: flex;
    box-sizing: border-box;
    line-height: 50px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
	}
.sns_wrap .gnav__menu__item a:hover{
	border-bottom: none;
	opacity: .7;
}
.gnav__menu__item a i{
	font-weight: 500;
	font-size: 24px;
}

/*humberger-menuここまで*/








.inner{
	margin: 5% auto;
}
/*TOP---------------------------------------------------*/

.top{
	    display: flex;
    align-items: center;
    /*height: 70vh;
	min-height: 640px;
	max-height: 660px;*/
	height: 0;
  padding-bottom: calc(1080 / 1920 * 70%);
    background-image: url(../img/main_visual_pc.jpg);
    background-repeat: no-repeat;
   background-size: cover;
    background-position: left 7%;
        margin-top: -7%;
    /*z-index: -1;*/
    position: relative;
}
.top .inner{
	width: 65%;
	/*height: 100%;*/
	/*min-height: 400px;
	max-height: 700px;*/
	/*padding: 10% 0;*/
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-flow: column;
	position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.top_copy{
	    margin-top: 45px;
	    margin-bottom: 35%;
    width:75%;
}
.billing{
	width: 40%;
    margin: 2% auto 4%;
}
.dvd{
	width: 18%;
    position: absolute;
    top: 32%;
    right: 6%;
    z-index: 50;
}
.dvd a{
	transition: .7s;
}
.dvd a:hover{
	opacity: .7;
	transition: .7s;
}


/*NEWS----------------------------------------------*/
.news{
	position: relative;
}
h1.midashi_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4%;
	position: relative;
}
article{
	width: 60%;
    margin: 0 auto;
    background-color: #fff000;
    border-radius: 20px;
    padding: 5%;
    color: #000;
    box-sizing: border-box;
}
.article_wrap{
	margin-bottom: 10%;
}
.article_wrap:last-child{
	margin-bottom: 0;
}
p.news_date{
	color: #bc345a;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h2.news_midashi{
	width: 100%;
	color: #bc345a;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 2px solid #bc345a;
}
.news_text_wrap{
	margin-bottom: 20px;
}
.news_text{
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.news_img{
	width: 80%;
    margin: 0 auto;
}
.news_text_bg{
	background-color: rgba(255,255,255,0.6);
	padding: 5%;
}
.news_text.dotted{
	border-top: 2px dotted #000;
    padding-top: 20px;
}
.submidashi{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
.news_text:last-child{
	margin-bottom: 0;
}
.news_text small{
	font-weight: bold;
	font-size: 14px;
}
.news_text a{
	text-decoration: underline;
	transition: .5s;
	overflow-wrap: break-word;
}
.news_text a:hover{
	opacity: .7;
	text-decoration: underline;
	transition: .5s;
}
.mvtk_img_wrap{
	display: flex;
	justify-content: center;
	padding: 2% 0;
}
.mvtk_img{
	width: 30.5%;
	margin-right: 4%;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
}
.mvtk_img img{
	margin-bottom: 10px;
	}
.mvtk_img:last-child{
	width: 35%;
	margin-right: 0;
}
.obi{
	position: absolute;
	width: 25%;
	z-index: -1;
}
.obi_top{
	      left: 6%;
    top: -100px;
}
.obi_btm{
	width: 35%;
	  right: -22%;
    bottom: 20%;
}


@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/*INTRO----------------------------------------------*/
.intro{
	position: relative;
	overflow: hidden;
}
.intro .inner{
	width: 60%;
}
.intro_text_wrap{
	text-align: left;
	    
}
.intro_text_wrap .text{
	line-height: 1.8;
}
h2.catch{
	text-align: center;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
	color: #bc345a;
}


/*STORY----------------------------------------------*/
.story{
	position: relative;
	z-index: 1;
}
.story .inner{
	width: 60%;
	margin: 5% auto 10%;
}
.story h2.catch{
	color: #bc345a;
}

.steel_list{
	width: 100%;
	display: flex;
}
.steel_item{
	width: 25%;
}



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

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

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

.comment{
	position: relative;
	z-index: 1;
}
.comment .inner{
	width: 60%;
	margin: 10% auto 10%;
}
li.cmt_item{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 5%;
	border-bottom: 1px solid #bc345a;
    padding-bottom: 5%;
}
li.cmt_item:last-child{
	border-bottom: none;
	margin: 0 auto;
    padding-bottom: 0;
}
.cmt_img{
	width: 22%;
	margin-right: 3%;
}
.cmt_info{
	width: 75%;
	text-align: justify;
}
.cmt_name{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #bc345a;
}
.chara_name{
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}


/*TRAILER----------------------------------------------*/
/*.trailer{
	margin-top: 5%;
}*/
.trailer{
	overflow: hidden;
    position: relative;
    z-index: 4;
}
.trailer .inner{
	width: 60%;
	margin: 0 auto;
}

.trailer_inner{
    margin: 0 auto;
	position: relative;
   width: 80%;
    padding-bottom: 49%;
}
iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
	border: 10px solid #CCE9FA;
	 border-radius: 10px;
	box-sizing: border-box;
}

.trailer_tab{
    top: 100%;
	margin-top: 10px;
}
.trailer_tab ul{
	width: 80%;
	margin: 0 auto;
	display:flex;
    justify-content: center;
	flex-wrap: wrap;
}
.trailer_tab li{
	display: flex;
	justify-content: center;
    width: 49.5%;
	margin-right: 1%;
	padding: 7px 10px;
    font-size: 1rem;
    text-align: center;
   
	box-sizing: border-box;
	
	background: #bc345a;
    color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 1%;
}
.trailer_tab li:nth-child(3){
width: 100%;
	margin: 0;

}
.trailer_tab li:nth-child(even){
	margin-right: 0;
}

.trailer_tab li.f_act{
     background: #CCE9FA;
    color: #000;
	font-weight: bold;
	cursor: pointer;
	transition: 0.7s;
	display: block;
	box-sizing: border-box;
}

.trailer_tab li.f_act:hover{
   background: #bc345a;
    color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.7s;
	
}
/*#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;
}*/


/*FOOTER----------------------------------------------*/
footer{
	background-image: url("../img/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	/*height: 500px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10% 0 7%;
	position: relative;
	/*z-index: -1;*/
}
.date{
	width: 11%;
}
.btm_right_wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    right: 0;
	text-align: right;
	    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.btm_right{
	width: 180px;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
}
.btm_right img{
	vertical-align: bottom;
}
.balloon {
	
  /*position: absolute;
	bottom: 35%;
    right: 4%;*/
  display: flex;
	align-items: center;
	justify-content: center;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  /*line-height: 90px;*/
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #bc345a;
  border-radius: 50%;
  box-sizing: border-box;
margin-right: -90px;
    margin-top: 20px;
	
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 30px solid #bc345a;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.balloon a{
	    color: #fff;
	    margin-top: 9%;
	transition: .8s;
	line-height: 1.2;
}
.balloon a:hover{
	  opacity: .7;
	transition: .8s;
}
.poyopoyo{
	animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
	
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*アニメーション*/

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





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

	.wrapper{
		border-top:1px solid transparent;
	}
	.logo {
    width: 50%;
	}
.menu_logo {
    width: 30%;
	}
	/*.gnav__wrap {
    height: 200px;
	}*/
	.gnav{
		   padding-bottom: calc(458 / 1920 * 95%);
	}
	.gnav__wrap {
    padding-top: 5.5%;
	}
	
	.sns_wrap .gnav__menu__item{
		margin-right: 10%;
	}
	.sns_wrap .gnav__menu__item a{
		    width: 45px;
    height: 45px;
    line-height: 45px;
	}
	
	/*TOP----------------------------------------------*/

	.top{
/*		min-height: 300px;
		max-height: 400px;
    height: 40vh;*/
		   padding-bottom: calc(1080 / 1920 * 90%);
	}
	.top .inner {
    width: 80%;
	}
	.top_copy {
   margin-top: 20px;
		    margin-bottom: 40%;
}
	.billing {
    width: 60%;
    margin: 4% auto 4%;
}
	.gnav__wrap ul {
    width: 90%;
	}
	
	.intro .inner{
		margin: 5% auto 10%;
	}
	
	
	
	/*NEWS----------------------------------------------*/
	.inner {
    margin: 10% auto;
}
	article {
        width: 80%;
    padding: 10% 7%;
		box-sizing: border-box;
	}
	.text .pink {
    font-size: 18px;
	}
	.obi{
		width: 42%;
	}
	
	.obi_btm {
		width: 46%;
        right: -9%;
    bottom: 20px;
}
	.obi_top {
    left: 1%;
    top: -100px;
}
	
	.intro .inner, .story .inner {
    width: 80%;
}
	h2.catch {

    font-size: 18px;
	}
	
	
	
	
	
	/*TRAILER----------------------------------------------*/
	
	.trailer .inner {
    width: 100%;
	}
	
	.trailer {
   padding: 5% 15% 20%;
	}
	.youtube {
    width: 100%;
    padding-bottom: 60%;
		box-sizing: border-box;
		border: 7px solid #CCE9fa;
	}
	
	
	
	
	footer {
    height: 200px;
		padding: 0 0 7%;
	}
	
	.date {
    width: 25%;
}
	
	.btm_right {
    width: 150px;
}
	
	.balloon {
    width: 70px;
    height: 70px;
        margin-right: -75px;

}
	.balloon a{
		    font-size: 16px;
	}
	.story .inner{
	margin: 5% auto 20%;
}
	
	/*COMMENT----------------------------------------------*/
	
	.comment .inner {
    width: 80%;
		margin: 10% auto;
	}
	
	
	
}




@media screen and (max-width: 768px) {
	
	.top {
		margin-top: -9%;
}
.btm_right {
    width: 130px;
	}
	.balloon {
  right: 7%;

    width: 70px;
    height: 70px;
		bottom: 29%;
	}
	.date {
    width: 25%;
}
	.balloon {
    right: 7%;
    width: 70px;
    height: 70px;
    margin-top: 5px;
}
	.menu_logo {
    width: 35%;
    margin: -2% auto 2%;
}
	.gnav {
    margin-bottom: 2%;
    padding-bottom: calc(458 / 1920 * 120%);
}
	
	.tailer_theater_gwrap{
		width: 100%;
		display: flex;
		    justify-content: center;
    align-items: center;
	}
	.gnav__menu__item a {
    height: 20px;
    line-height: 20px;
	}
	.inner {
    margin: 10% auto;
}
	
	.gnav__wrap {

    padding-top: 6%;
	}
		.sns_wrap .gnav__menu__item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
	
	.sns_wrap{
		    top: 2%;
    right: 2%;
	}
	.sns_wrap .gnav__menu__item a i{
		font-size: 20px;
	}
	
	.mvtk_img_wrap {
		flex-flow: column;
		align-items: center;
	}
	.mvtk_img {
    width: 80%;
		margin-bottom: 5%;
		margin-right: 0;
	}
	.mvtk_img:last-child {
    width: 80%;
	}
	.steel_list{
		    flex-wrap: wrap;
	}
	.steel_item{
	width: 50%;
}
	.story .inner{
	margin: 5% auto 20%;
}

	.top_copy {
    margin-top: 10px;
    margin-bottom: 40%;
}
	.news_text_bg{
	padding: 10%;
}
	
	
	
}



@media screen and (max-width: 500px){
	/*MENU----------------------------------------------*/
	
	/*HUNBARGER MENU*/

.menu {
  height: 20px;
    position: fixed;
        right: 28px;
    top: 19px;
    width: 32px;
    z-index: 779;
    cursor: pointer;
	
}
.menu_bg{
	background-image: url("../img/hamburger_menu_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	
   width: 80px;
    height: 74px;
    position: fixed;
    top: -10px;
    right: 3px;
	z-index: 779;
	border-radius: 5px;
}
.menu__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 7px;
}
.menu__line--bottom {
  bottom: 4px;
}
.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);
}
		p.menu_text{
		    font-size: 11px;
       bottom: 8px;
    left: 22px;
    font-weight: bold;
    position: absolute;
	}
	
	nav .btm_right {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}
	
	
	/*gnav*/

	
.gnav {
  background-image: url("../img/menu_bg.jpg");
  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;
	position: relative;
	padding-top: 0;
}
	.gnav__wrap ul{
		display: block;
	}
.gnav__menu__item {
  display: block;
	margin-bottom: 5%;
	margin-right: 0;
}
.gnav__menu__item:last-child {
  margin-bottom: 0;
}
	.gnav__menu__item a{
		display: block;
		height: auto;
    line-height: 1.5;
	}
.gnav__menu__item a:hover {
	cursor: pointer;
	border-bottom: none;
	opacity: 0.7;
}
.menu_logo{
	    margin: 0 auto 5%;
    width: 60%;

}
	.tailer_theater_gwrap {
    width: 100%;
    display: block;
    margin-bottom: 5%;
	}
	.sns_wrap{
		    display: flex;
    top: inherit;
    right: inherit;
    width: 100%;
    justify-content: center;
    align-items: center;
	}
	.sns_wrap .gnav__menu__item:first-child {
	margin-right: 3%;
		margin-bottom: 0;
}
	
	.sns_wrap .gnav__menu__item a{
		line-height: 1;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
		padding: 7px;
		transition: .7s;
	}

	.gnav__menu__item a i{
		font-size: 20px;
    font-weight: 500;
	}
	
	
/*humberger-menuここまで*/
	
/*TOP----------------------------------------------*/	
	.top{
	
    height: 0;
  padding-bottom: calc(1606 / 1126 * 100%);
    background-image: url("../img/main_visual_mbl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;
    margin-top: 60px;
	    min-height: initial;
    max-height: initial;
}
	.obi {
    width: 38%;
}
.obi_top {
    left: 2%;
    top: -40px;

	}
	.obi_btm {
		width: 45%;
    right: -10%;
    bottom: 20px;
}
	
	.trailer{
		    padding: 10% 10% 10%;
	}
	.trailer .inner{
		margin: 0 auto;
	}
.trailer_inner{
    margin: 0 auto;
	position: relative;
   width: 100%;
    padding-bottom: 63%;
}
.trailer_tab ul{
	width: 100%;
	margin: 0 auto;
	display:flex;
    justify-content: center;
}
	.dvd{
	width: 65%;
    margin: 0 auto 5%;
    position: relative;
    top: inherit;
    right: inherit;
}
	
	.billing {
    width: 80%;
    margin: 5% auto;
}
	
	/*NEWS----------------------------------------------*/
	
	h2.news_midashi {
    font-size: 18px;
	}
	.news_br{
		display: none;
	}
	.news_img{
	width: 100%;
    margin: 0 auto;
}
	/*COMMENT----------------------------------------------*/
	
	.comment .inner {
    width: 80%;
		margin: 10% auto;
		    
	}
	li.cmt_item{
		    flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 10%;
    padding-bottom: 10%;
		
	}
	.cmt_img{
		width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
	}
	.cmt_name {
    width: 65%;
		line-height: 1;
	}
	.cmt_info {
    width: 100%;
	}
	.cmt_name {
    font-size: 20px;
		text-align: left;
	}
	.chara_name {
    font-size: 16px;
		margin-right: 10px;
		margin-bottom: 10px;
		display: block;
	}
	
	/*FOOTER----------------------------------------------*/
	
	.btm_right {
    width: 100px;
}
	.balloon {
    margin-top: -20px;
    margin-right: -73px;
}
	
}

@media screen and (max-width: 280px){
	.obi_top {
    left: 2%;
        top: -8%;
}
	
	.inner {
    margin: 20% auto;
}
	article {
    width: 80%;
	}
	.obi_btm {
    bottom: -15%;
}
	.trailer {
    padding: 20% 10%;
}
	.balloon {
    width: 60px;
    height: 60px;
		
    margin-top: -35px;
    margin-right: -67px;

}
	.balloon a {
    font-size: 14px;
}
	.btm_right {
    width: 80px;
}
	.date {
    width: 30%;
}
nav .btm_right {
    width: 80px;
}
	
	.cmt_img {
    width: 35%;
	}
	.cmt_name{
		width: 60%;
		font-size: 18px;
	}
	.chara_name {
    font-size: 14px;
    line-height: 1;
    display: block;
		margin-bottom: 5px;
	}
	.cmt_name br{
		display: none;
	}
	.trailer_tab li {
    padding: 5px 10px;
    font-size: 0.8rem;
	}
	
	
}
