@charset "utf-8";

/*-------------------------------------------------
	//レスポンシブ用
-------------------------------------------------*/
@media screen and (max-width: 749px) {
/*　画面サイズ 749pxまで適用　*/
	#contents.eyelash{
	width: 100%;
	margin: 0 auto;
}
	video,img{
		width: 100%;
	}
}

@media screen and (min-width:750px) {
/*　画面サイズ 750px以上から適用　*/
    #contents.eyelash{
    width: 750px;
    margin: 0 auto;
	}
	img{
		width: 100%;
	}
}

/*-------------------------------------------------
	//02chat用
-------------------------------------------------*/
video{
	display: block;
}
.fvBox,.cvBox,.movieBox{
	position: relative;
	overflow: hidden;
}

.fvBox .btn00,
.movieBox .movie02,
.movieBox .movie03,
.movieBox .movie04,
.movieBox .movie05{
	position: absolute;
}

.fvBox .btn00{
	width: 19%;
	right: 0;
	top: 63%;
}

.cvBox{
	background: #403331;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto;
	padding: 0 0 1%;
	color: #fff;
}
.cvBox ul.offerTxt a{
	color: #fff;
}
.cvBox .btn01{
	width: 85%;
	margin: 0 auto;
}

.sliderBox{
	padding: 0 0 50px;
	background: #e9e8e9;
}
.slider01{
	width: 90%;
	margin: 0 auto;
}
.slider01 .slider-img{
	margin-bottom: 3%;
}
.slider01 video{
	width: 100%;
	margin-bottom: 3%;
}
.slider01 .slider-name{
	width: 38%;
	margin: 0 auto 3%;
}

.movieBox .movie01{
	width: 100%;

}
.movieBox .movie02,
.movieBox .movie03,
.movieBox .movie04,
.movieBox .movie05{
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.movieBox .movie02{
	top: 72.0%;
}
.movieBox .movie03{
	top: 55%;
}
.movieBox .movie04{
	width: 50%;
	top: 68%;
}
.movieBox .movie05{
	width: 90%;
	top: 82%;
}
.movieBox .movieTV{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	top: 52.5%;
}

/*ドット*/
.slick-dots li button:before{
	opacity: .65;
	color: #999;
}
.slick-dots li.slick-active button:before
{
	opacity: .95;
	color: #6d5a51;
}
/*矢印*/
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev, .slick-next{
	z-index: 1;
	width: 8%;
	height: 15%;
	top: 92%;

}
.slick-prev:before{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 30%;
}
.slick-next:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 30%;
}
.slick-prev:before, .slick-next:before{
	content: '';
	width: 100%;
	height: 41.5%;
	border-top: solid 1px #484848;
	border-right: solid 1px #484848;
	opacity: 1;
	display: block;
	position: absolute;
	top: 27%;
}
/*********出荷数表示*********/
.rc_shukka_count {
	width: 100%;
	max-width: 980px;
	margin:0 auto;
	padding: 5px;
	display: none;
	box-sizing: border-box;
}
.rc_shukka_count .rc_shukka_count_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.rc_shukka_count .rc_shukka_count_wrap .rc_shukka_count_wrap_text1 {
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;

}
.rc_shukka_count .rc_shukka_count_wrap .rc_shukka_count_wrap_text1 .rc_shukka_count_line{
	border-bottom: #f7ffcf 3px solid;
}
.rc_shukka_count .rc_shukka_count_wrap .rc_shukka_count_wrap_text1 .rc_shukka_count_system{
	font-size: 1.5rem;
	color: #f7ffcf;
	font-weight: bold;
	box-sizing: border-box;
}
.rc_shukka_count .rc_shukka_count_wrap .rc_shukka_count_wrap_text2 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
}
.rc_shukka_count .rc_shukka_count_wrap .rc_shukka_count_wrap_text3 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
}
.rc_shukka_count .rc_shukka_count_sp {
	display: none;
}
@media screen and (max-width: 600px) {
	.rc_shukka_count .rc_shukka_count_sp {
		display: block;
	}
}

.movieBox .rc_shukka_count{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0%;
}

.rc_shukka_count{
	background: #3F3432;
}


/*-------------------------------------------------
	//1回のみ
-------------------------------------------------*/
.once{
	margin: 20px 2% 0;
	border: 1px solid #CCC;
	padding: 20px;
	line-height: 200%;
	font-size: 1rem;
	background: #fff;
}
.once p{
	margin:0 auto 20px ;
	font-size: 1.8rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.once p small{
	font-size: 1.2rem;
}
.once p.onceTitle{
	margin:0 auto 20px ;
	font-size: 2rem;
}
.once p span.oncePrice{
	font-size: 3rem;
	color: #BB0E3A;
}
.once p span.oncePrice small{
	font-size: 2rem;
}
.once p span.onceSend{
	display: inline-block;
	padding: 3px 10px;
	background: #BB0E3A;
	border-radius: 20px;
	color: #fff;
	font-size: 1rem;
}
.once ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.once ul li{
	width: 100%;
}
.once ul li a{
	position: relative;
	display: block;
	padding: 30px 0;
	background: rgb(195,232,72);
	background: linear-gradient(180deg, rgba(195,232,72,1) 0%, rgba(58,198,55,1) 50%);
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.once ul li a:before{
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 15px;
	right: 6%;
	top: 33%;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}
.once ul li a:after{
	position: absolute;
	content: '';
	right: 7.5%;
	top: 41%;
	width: 10px;
	height: 10px;
	border-top: solid 5px #BB0E3A;
	border-right: solid 5px #BB0E3A;
	transform: rotate(45deg);
}
.viewSp{
	display: none;
}
@media screen and (max-width: 720px) {
	.once{
		padding: 20px 10px;
		font-size: 0.8rem;
		line-height: 1;
	}
	.once p{
		font-size: 1.6rem;
	}
	.once ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.viewSp{
		display: block;
	}
	.once ul li a:before{
		right: 5%;
	}
}