@charset "shift_jis";

/* TOPy[Wp CSS
----------------------------------------------------------------------- */

/* mv */
#mv {
	position:relative;
	height:auto;
}
#mv {
	width:100%;
	height:auto;
	background-color: #f8f8f8;
}
#mv h2 {
	position: absolute;
	width: 34%;
	top: 55%;
	left: 4%;
}

/* copy */
#copy  {
	background-color: #f8f8f8;
}

#copy h3 {
	margin-bottom:20px;
}
#copy p {
	font-size: 16px;
}

#point h3 {
	width:71%;
	margin:0 auto 20px;
}
#point ul {
	background: #f3e4e8;
	padding: 3% 0;
}
#point ul li {
	width:33.333%;
	float:left;
}

#point ul li span {
	display:block;
	width:48%;
	margin: 5px auto 0;
}


/* bnrSlider */
#bnrSlider  {
	background: #fff;
	padding: 8% 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#bnrSlider  ul li.slide {
	width:90%;
	border:2px solid #f465bb;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	margin: 0 auto;
	text-align: center;
}
#bnrSlider ul li.slide a {
	display:block;
}

#bnrSlider ul li.slide p {
	display:table;
	width: 100%;
	height:50px;
	padding: 0 6% 0 4%;
	background: url(/brand/kurocure/sp/img/top_arrow01.png) no-repeat 98% center #f465bb;
	background-size:13px;
	-webkit-background-size:13px;
	line-height: 1.5;
	color:#fff;
	font-size: 13px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}

#bnrSlider ul li.slide span {
	display:table-cell;
	vertical-align:middle;
	font-size: 13px;
}

#bnrSlider .slick-dots {
	text-align: center;
	margin: 5px 0 0 0;
}
#bnrSlider .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	font-size: 0;
}
#bnrSlider .slick-dots li button {
	display:block;
	width: 7px;
	height: 7px;
	background-color:#dbb4be;
	border-radius:50%;
	text-indent: -9999px;
	border: none;
	padding: 0;
}
#bnrSlider .slick-dots li.slick-active button {
	background: #f465bb;
}

/* next back */
#bnrSlider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -44px;
	z-index: 10;
	border: none;
	background: none;
	text-indent: -9999px;
	width: 47px;
	height: 47px;
}

#bnrSlider .slick-next {
	background:url(/brand/kurocure/sp/img/top_slide_next.png) no-repeat 16px 10px;
	background-size:27px;
	-webkit-background-size:27px;
	right: 1%;
}
#bnrSlider .slick-prev {
	background:url(/brand/kurocure/sp/img/top_slide_prev.png) no-repeat 6px 10px;
	background-size:27px;
	-webkit-background-size:27px;
	left: 1%;
}

/* contents */
#contents {
	padding: 20px 0 40px;
	border-top: 1px solid #eee;
}
#contents h3 {
	width:28%;
	margin:0 auto 20px;
}
#contents li {
	float:left;
	width:49%;
	margin: 0 2% 10px 0;
	background-color:#f465bb;
	border:2px solid #f465bb;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
/* #contents li:first-child {
	width: 100%;
} */
#contents li:nth-child(2n) {
	margin-right:0;
}
#contents li a {
	display:block;
	height:100%;
}
#contents li p {
	padding: 20px 20px 20px 10px;
	background:url(/brand/kurocure/sp/img/top_arrow01.png) no-repeat 95% center;
	background-size:13px;
	-webkit-background-size:13px;
	color:#fff;
	display: table;
	width: 100%;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	vertical-align: middle;
	line-height: 1.5;
}
#contents li span {
	display:table-cell;
	vertical-align:middle;
  height: 2.7em;
}

#contents li span b {
	font-size: 3.8vw;
	line-height: 1.3;
	display: block;
}

/* tvcm */
#tvcm {
	padding: 40px 0;
}
#tvcm h3 {
	width: 55%;
	margin: 0 auto 20px;
}

#movie_container {
}
#movie_container .not_movie {
	text-align: center;
}
#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: 20px;
}
.jstream-eqPlayer {
	display: block !important;
	margin: 0 auto !important;
}

/* contents background */
.bg_pink{
	background: #fff4fa;
}
.bg_gray{
	background: #f6f6f6;
}
