@charset "shift_jis";
/* mv
---------------------------------------------*/
.mv {
	background: url(/brand/kurocure/img/top_mv.jpg) center top no-repeat #fff;
	border-bottom: 1px solid #eee;
}
.mv .inner {
	width: 1028px;
	height: 499px;
	margin: 0 auto;
	position: relative;
}
.mv h2 {
	position: absolute;
	top: 39px;
	left: 1px;
	z-index: 6;
}
.mv p.img {
	position: absolute;
	bottom: 7px;
	left: -32px;
	z-index: 8;
}
.mv p.pkg {
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 7;
}
/* lead
---------------------------------------------*/
.lead {
	padding-top: 30px;
	text-align: center;
}
.lead_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
}

/* contents
---------------------------------------------*/
.contentsTop {
	padding: 60px 0 80px;
}
.contentsTop .ttl01 span{
	background: #fff4fa;
}

/* tvcm
---------------------------------------------*/
.tvcm {
	padding: 60px 0;
}

#movie_container ul {
	overflow: hidden;
}
#movie_container ul li {
	width: 504px;
	/*float: left;*/
	margin: 20px auto 0;
}
#movie_container ul li:nth-child(1),
#movie_container ul li:nth-child(2) {
	margin-top: 0;
}
/*#movie_container ul li.first {
	margin-right: 20px;
}*/
#movie_container ul li img {
	width: 100% !important;
	height: auto !important;
}
#movie_container .lead {
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
	padding: 0 10px;
}
#movie_container .thumb {
	text-align: center;
	padding-bottom: 10px;
}
.jstream-eqPlayer {
	display: block !important;
	margin: 0 auto !important;
}
#movie_container ul li .thumb {
	position: relative;
}
#movie_container ul li .thumb .btn-arrow-movie {
	position: absolute;
	display: block;
	top: 68px;
	left: 95px;
	width: 320px;
	height: 240px;
	background: url(/brand/kurocure/img/top_btn_off.png) no-repeat 0 0;
}
#movie_container ul li .thumb a .btn-arrow-movie:hover {
	background: url(/brand/kurocure/img/top_btn_on.png) no-repeat 0 0;
}
#movie_container .not_movie {
	text-align: center;
}