
	.row_slide{
		margin:0 auto;
		overflow:hidden;
		width:100%;
	}
	.slide-container .swiper-slide{
	  width:950px;
	  height:420px;
	  position: relative;
	}
	.slide-area{
	  width:100%;
	  height:420px;
	  margin:0 auto;
	  overflow:hidden;
	 }
	.swiper-slide .slide-title{
		position:		absolute;	/* 絶対位置指定 */
		bottom:			30px;
		left:			30px;
		opacity:		0;	/* マスクを表示しない */
		background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
		-webkit-transition:	all 0.5s ease;
		transition:		all 0.5s ease;
		padding:20px;
	 }
	.swiper-slide:hover .slide-title{
	   opacity:		1;	/* マスクを表示する */
	}
	 .slide-title h2{
	   font-size:x-large;
	   color:#fff;
	   width:400px;
	  }
	 .slide-title p{
	   color:#fff;
	   width:400px;
	  }
	  
	  .jacket-body {
		  position: absolute;
		  bottom: 0px;
		  left:0px;
		  width: 100%;
		  height:100%;
		opacity:		0;	/* マスクを表示しない */
		-webkit-transition:	all 0.5s ease;
		transition:		all 0.5s ease;
	   }
		.jacket-body:hover {
		   opacity:		0.8;	/* マスクを表示する */
		}
	   .jacket-button-info {
		  position:absolute;
		  top:170px;
		  width: 140px;
		  height: 30px;
		  line-height: 30px;
		  background-color: #212121;
		  color: #fff;
		  font-size: 16px;
		  margin-left:0px;
		}
		#detail{
		  display:none;
		}
		
	  .jacket-button-play {
		  height: 45px;
		  color: #039be5;
		  width:45px;
		  position:absolute;
		  top:80px;;
		  left:50px;
	   }
	  .jacket-button-new {
		  height: 32px;
		  color: #039be5;
		  width:52px;
		  position:absolute;
		  top:0px;;
		  right:0px;
	   }
	  .jacket-button-rank {
		  height: 50px;
		  color: #039be5;
		  width:56px;
		  position:absolute;
		  top:0px;;
		  right:0px;
	   }
	   .key-button-info {
		  width: 200px;
		  height: 30px;
		  line-height: 30px;
		  background-color: #212121;
		  color: #fff;
		  font-size: 16px;
		  position:absolute;
		  top:125px;
		  left:0px;
		}
	  .key-button-play {
		  height: 45px;
		  color: #039be5;
		  width:45px;
		  position:absolute;
		  top:70px;
		  left:77px;
	   }
	   .slide-button-play {
		  height: 90px;
		  color: #039be5;
		  width:90px;
		  position:absolute;
		  top:-200px;
		  left:400px;
	   }
	   
	   .movie-info-video-play .icon-playx { 
		  visibility: hidden;
		  position: absolute; 
		  top: 50%; 
		  left: 50%; 
		  margin-top: -22px; 
		  margin-left: -22px; 
		  width: 45px; 
		} 
		.movie-info-video-play:hover .icon-playx { 
		  visibility: visible; 
		} 
	.heading {
	  margin: 10px 0 10px;
	  margin-left:30px;
	  border-left: 4px solid #f44336;
	  padding: 5px 0 5px 15px;
	  font-size: 1.5em;
	}

  