
/*===== TOP =====*/
.slick-arrow {
  cursor: pointer;
  z-index: 100;
  text-indent: -9999px;
  position: absolute;
  border: 0;
  transition: all .25s ease-out;
 -moz-transition: all .25s ease-out;
 -webkit-transition: all .25s ease-out;
 outline: none;
 padding: 0;
}
.slick-arrow:focus {
    outline: none;
}
.sec-banner .health  {
	background: url(../img/top/banner_bg.jpg) center top no-repeat;
	background-size: cover;
}
.sec-banner .health img {
	padding-left: 33px;
}
.sec-banner .health a {
	display: block;
}
.sec-banner .health .inner {
	display: table-cell;
	vertical-align: middle;height: 430px;
}


.sec-banner .slick-dots {
	line-height: 0;
	z-index: 1200;
	position: absolute;
	bottom: 30px;

	display: block;

	width: 100%;
	padding: 0;

	list-style: none;

	text-align: center;	
}
.sec-banner .slick-dots li {
	position: relative;

	display: inline-block;

	margin: 0 6px;
	padding: 0;

	cursor: pointer;
}
.sec-banner .slick-dots li button {
	line-height: 0;
	padding: 0;
	display: block;

	width: 13px;
	height: 13px;
	background: #dfdad5;
	border-radius: 100%;
	text-indent: -9999px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
}
.sec-banner .slick-dots li.slick-active button {
	background: #f69500
}
.sec-banner .block {
	position: relative;
	height: 430px;
}
.sec-banner .block .pic {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-announ {
	position: relative;
	padding: 25px 0;
	background: url(../img/top/pattern01.png) repeat;
}
.list-announ .item {
	float: left;
	width: 325px;
}
.list-announ .item a {
	position: relative;
	*zoom:1;
	display: block;
	background: #fff;
	margin: 0 auto;
	padding: 16px;
	width: 310px;
	height: 110px;
}
.list-announ .item a:before {
		transition: all .25s ease-out;
   -moz-transition: all .25s ease-out;
   -webkit-transition: all .25s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #f69500;
	left:0;
	top: 0
}
.list-announ .item a:hover:before {
	opacity: 1;
	filter: alpha(opacity=1);
}
.list-announ .item a:after{
	content:" ";
	display:table;
	clear:both
}
.list-announ .angle {

	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid #f69500;
	border-left: 8px solid transparent;
	bottom: 0;
	right: 0;
}
.list-announ .item a img {
	float: left;
	width: 80px;
	border: 1px solid #e6e6e6;
}
.list-announ .right {
	float: left;
	width: 198px;
	padding-left: 15px;
}
.list-announ .day {
	float: left;
	font-size: 13px;
	color: #767676;
	margin-top: -2px;
	letter-spacing: 0.04em
}
.list-announ .campaign {
	float: right;
	display: inline-block;
	text-align: center;
	font-family: 'NotoSansCJKjp-Regular';
	font-size: 10px;
	line-height: 1.3;
	color: #301804;
	border: 1px solid #5f5f5f;
	padding: 0 10px;
}
.list-announ .txt-detail {
	color: #301804;
	font-family: 'NotoSansCJKjp-Medium';
	line-height: 1.3;
	font-size: 13px;
	margin-top: 12px;
}
.sec-announ .slick-arrow {
	width: 30px;
	height: 30px;
	top: 40px;
	left: 50%;
}
.sec-announ .slick-prev {
	background: url(../img/top/announ_prev.png) no-repeat;
	margin-left: -500px;
}
.sec-announ .slick-next {
	background: url(../img/top/announ_next.png) no-repeat;
	margin-left: 470px;
}
.sec-announ .slick-prev:hover {
	background-image: url(../img/top/announ_prev_on.png);
}
.sec-announ .slick-next:hover {
	background-image: url(../img/top/announ_next_on.png);
}
.btn-list {
	display: block;
	width: 124px;
	background: #4a3215 url(../img/common/icn_link05.png) 108px center no-repeat;
	color: #fff;
	font-size: 12px;
	font-family: 'NotoSansCJKjp-Regular';
	line-height: 2.4;
	text-align: center;
	border-radius: 5px;
	padding-right: 5px;
}
.btn-list:hover {
	background-color: #7b7062
}
.sec-announ .btn-list {
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: 356px;
}

.sec-best {
	padding: 58px 0 30px
}
.sec-best .wrap-ttl {
	text-align: center;
}
.heading {
	font-family: 'NotoSansCJKjp-Medium';
	text-align: center;
	position: relative;
	color: #301804;
	font-size: 28px;
	margin-top: 8px;
	padding-bottom: 23px;
}
.heading:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 5px;
	background: #f69500;
	left: 50%;
	margin-left: -45px;
	bottom: 0;
}
.sec-best .slick-arrow {
	width: 15px;
	height: 25px;
	top: 98px;
	left: 50%;
}
.sec-best .slick-prev {
	background: url(../img/top/slider_prev.png) no-repeat;
	margin-left: -500px;
}
.sec-best .slick-next {
	background: url(../img/top/slider_next.png) no-repeat;
	margin-left: 506px;
}
.sec-best .slick-prev.slick-disabled {
	background-image: url(../img/top/slider_prev_dis.png);
}
.sec-best .slick-next.slick-disabled {
	background-image: url(../img/top/slider_next_dis.png);
}
.sec-best .product-list {
	margin-top: 40px;
}
.sec-best .product-list .item {
	padding-top: 10px;
}
.sec-best .product-list .item > a {
	position: relative;
}
.sec-best .tag {
	position: absolute;
	left: 10px;
	top: -10px;
	z-index: 10;
}
.sec-best .product-list .row {
	padding-top: 10px;
}


.sec-choose {
	padding: 35px 0 39px;
	background: #f4f4f4
}
.sec-choose .list-choose li {
	float: left;
	zoom:1; 
	*display:inline;
}
.sec-choose .list-choose li a {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	color: #979797;
	border-left: 1px solid #bfbfbf;
	line-height: 14px;
	margin-left: -1px;
}
.sec-choose .list-choose li:first-child a {
	border-left: 0;
}
.sec-choose .list-choose li a:hover,
.sec-choose .list-choose li.active a {
	color: #f69500
}
.sec-choose .list-choose {
	margin-top: 42px;
	padding: 0 56px 0 30px;
}
.sec-choose .slick-arrow {
	width: 11px;
	height: 18px;
	left: 50%;
	top: 0;
}
.sec-choose .product-list {
	margin-top: 37px;
}
.sec-choose .slick-prev {
	background: url(../img/top/choose_prev.png) no-repeat;
	margin-left: -462px;
}
.sec-choose .slick-next {
	background: url(../img/top/choose_next.png) no-repeat;
	margin-left: 450px;
}
.sec-choose .slick-prev.slick-disabled {
	background-image: url(../img/top/choose_prev_dis.png);
}
.sec-choose .slick-next.slick-disabled {
	background-image: url(../img/top/choose_next_dis.png);
}


@media (max-width: 640px){
	.sec-banner .health  {
		background-image: url(../img/top/sm/banner_bg.jpg);
	}
	.sec-banner .health img {
		padding-left: 0;
		padding-bottom: .44rem;
	}
	.sec-banner .health .inner {
		height: 4.95rem;
	}
	.sec-banner .slick-dots {
    	z-index: 100;
		position: relative;
		bottom: auto;
		padding: .19rem 0 .19rem 2.1875%
	}
	.sec-banner .slick-dots li {
		margin: 0 .06rem;
	}
	.sec-banner .slick-dots li button {
		width: .13rem;
		height: .13rem;
	}
	.sec-banner .block {
    	position: relative;
		height: 4.95rem;
		border-bottom: 1px solid #efefef;
	}
	.sec-banner .slick-arrow {
		width: .15rem;
		height: .24rem;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #fff;
		bottom: .14rem;
		z-index: 200
	}
	.sec-banner .slick-prev {
		left: 2.82%;
		background-image: url(../img/top/sm/slider_prev.png);

	}
	.sec-banner .slick-next {
		left: auto;
		right: 2.37%;
		background-image: url(../img/top/sm/slider_next.png);
	}
	.sec-banner .slick-prev.slick-disabled {
		background-image: url(../img/top/sm/slider_prev_dis.png);
	}
	.sec-banner .slick-next.slick-disabled {
		background-image: url(../img/top/sm/slider_next_dis.png);
	}

	.sec-announ {
		position: relative;
		padding: .32rem 0 .39rem;
		background: url(../img/top/pattern01.png) repeat;
	}
	.list-announ .item {
		width: 5.56rem;
	}
	.list-announ .item a {
		padding: .32rem .28rem .32rem .3rem;
		width: 5.3rem;
		height: 2.15rem;
	}
	.list-announ .item a:before {
		display: none
	}
	.list-announ .angle {
		border-width: .2rem;
	}
	.list-announ .item a img {
		width: 28.178%;
		margin-top: .08rem;
	}
	.list-announ .right {
		width: 71.82%;
		padding-left: 3.8%;
	}
	.list-announ .day {
		font-size: .22rem;
		margin-top: .04rem;
		letter-spacing: 0;
	}
	.list-announ .campaign {
		font-size: .22rem;
		line-height: 1.5;
		padding: 0 .09rem;
	}
	.list-announ .txt-detail {
		line-height: 1.47;
		font-size: .22rem;
		margin-top: .15rem;
	}
	.sec-announ .slick-arrow {
		width: .39rem;
		height: .39rem;
		top: .92rem;
		left: auto;
	}
	.sec-announ .slick-prev,
	.sec-announ .slick-prev:hover {
		background-image: url(../img/top/sm/announ_prev.png);
		background-size: 100% auto;
		margin-left: 0;
		left: 1.5625%;
	}
	.sec-announ .slick-next,
	.sec-announ .slick-next:hover {
		background-image: url(../img/top/sm/announ_next.png);
		background-size: 100% auto;
		margin-left: 0;
		right: 1.5625%;
	}

	.btn-list {
		width: 46.875%;
		background-image: url(../img/common/sm/icn_link05.png);
		background-position: 91% center;
		background-size: .1rem auto;
		font-size: .24rem;
		line-height: 2.916666666666667;
		border-radius: .05rem;
		padding-right: .05rem;
	}
	.sec-announ .btn-list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0.31rem auto 0;
	}

	.sec-best {
		padding: .6rem 0 .2rem
	}

	.heading {
		font-size: .33rem;
		margin-top: .10rem;
		padding-bottom: .21rem;
	}
	.heading:after {
		width: 11.2%;
		height: .05rem;
		left: 50%;
		margin-left: -5.1%;
	}

	.sec-best .slick-arrow {
		width: .18rem;
		height: .28rem;
		top: 22%;
		left: auto;
	}
	.sec-best .slick-prev {
		background-image: url(../img/top/sm/slider_prev.png);
		background-size: 100% auto;
		margin-left: 0;
		left: 0
	}
	.sec-best .slick-next {
		background-image: url(../img/top/sm/slider_next.png);
		background-size: 100% auto;
		margin-left: 0;
		right:0;
	}
	.sec-best .slick-prev.slick-disabled {
		background-image: url(../img/top/sm/slider_prev_dis.png);
	}
	.sec-best .slick-next.slick-disabled {
		background-image: url(../img/top/sm/slider_next_dis.png);
	}
	.sec-best .product-list {
		margin-top: .35rem;
	}
	.sec-best .product-list .item {
		width: 3rem;
	}
	.sec-best .tag {
		left: 5.77%;
		top: -.1rem;
		width: .6rem;
	}
	.product-list {
		padding: 0 .1rem;
		margin-left: -.2rem;
		margin-right: -.2rem;
	}
	.product-list .item .price-row .price {
		font-size: .22rem;
		padding-left: 0.02rem;
		margin-top: .04rem;
		display: inline-block;
	}
	.product-list .item {
		float: left;
		width: 50%;
		border-top: 0;
		padding-top: 0;
		margin-left: 0;
		padding-left: .2rem;
		padding-right: .2rem;
	}
	.product-list .item .desc02 {
		margin-top: -0.05rem;
	}
	.product-list .item .thumb {
		float: none;
		width: 100%;
		padding-bottom: 0;
    	padding-top: 0;
	}
	.product-list .item .caption {
	    width: 100%;
	    float: none;
	}
	.product-list .item .desc01 {
		font-size: .2rem;
		margin-top: .14rem;
	}
	.product-list .item .tit {
		font-size: .22rem;
		margin-top: 0.07rem;
	}
	.product-list .item .price-row {
		margin-top: .11rem;
	}
	.product-list .item .price-row .unit {
		font-size: .18rem;
	}
	.product-list .item .list-btn {
	  width: 100%;
	  float: none;
	  margin-top: 0;
	}
	.product-list .item .list-btn .heart {
		width: 23.07%;
		height: .60rem;
		border: 2px solid #696561;
		border-radius: .05rem;
		background-image: url(../img/top/sm/icon_heart.png) ;
		background-position: left top;
		background-size: 100% auto;
	}
	.product-list .item .list-btn .heart-finish {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.product-list .item .list-btn .heart:hover {
		background-image: url(../img/top/sm/icon_heart.png) ;
	}
	.product-list .item .list-btn .heart .add {
		width: 105%;
    left: -2%;
	}
	.product-list .item .list-btn .btn-add-cart {
		text-align: center;
		width: 70.38%;
		height: auto;
		margin-left: 6.55%;
	}
	.product-list .item .list-btn .btn-add-cart span {
		padding-left: .34rem;
		background-size: .26rem auto;
		background-position: left center;
		font-size: .2rem;
		line-height: .6rem;
		letter-spacing: 0.1em
	}	

	.sec-choose {
		padding: .35rem 0 .28rem;
		background: #f4f4f4
	}
	.sec-choose .heading {
		margin-top: .13rem;
		padding-bottom: .25rem;
	}
	.sec-choose .list-choose li {
		float: left;
	}
	.sec-choose .list-choose li a {
		padding: 0 .12rem;
		font-size: .22rem;
		line-height: 1;
		margin-left: -.01rem;
	}
	.sec-choose .list-choose li:first-child a {
		border-left: 0;
		padding-left: 0;

	}
	.sec-choose .list-choose li a:hover,
	.sec-choose .list-choose li a.on {
		color: #f69500
	}
	.sec-choose .list-choose {
		margin-top: .45rem;
		padding: 0 .1rem;
		margin-left: -.01rem;
	}
	.sec-choose .slick-arrow {
		width: .18rem;
		height: .28rem;
		left: 0;
		top: .02rem;
	}
	.sec-choose .product-list {
		margin-top: .43rem;
	}
	.sec-choose .slick-prev {
		background-image: url(../img/top/sm/slider_prev.png);
		background-size: 100% auto;	
		margin-left: 0;
		left: -.18rem;

	}
	.sec-choose .slick-next {
		background-image: url(../img/top/sm/slider_next.png);
		background-size: 100% auto;	
		margin-left: 0;
		left: auto;
		right: -.18rem;
	}
	.sec-choose .slick-prev.slick-disabled {
		background-image: url(../img/top/sm/slider_prev_dis.png);
	}
	.sec-choose .slick-next.slick-disabled {
		background-image: url(../img/top/sm/slider_next_dis.png);
	}
	.sec-choose .product-list .item .price-row {
		margin-top: .07rem;
	}
	.sec-choose .product-list .item {
		padding-top: 0;
		padding-bottom: .4rem;
	}

}


@media (max-width: 480px) {
	.product-list .item .list-btn .heart {
		border-width: 1px;
	}
}