html[lang="ja"] body,
body{
	position: relative;
	background: radial-gradient(1453.85% 66.06% at 50% 36.73%, rgba(238, 255, 231, 0.28) 0%, rgba(86, 131, 59, 0.28) 100%);
}
body:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(75.15% 75.15% at 50% 62.79%, rgba(73, 73, 73, 0) 0%, rgba(255, 255, 255, 0.28) 100%);
	z-index: -1;
}

@media screen and (max-width: 768px){
	.ec-layoutRole__right {
	    top: 60px;
	}
}

/*ヘッダー*/
#hinr .bottom:after{
  background: #1c903a;
  background-image: none;
}
#hinr .bottom a{
  color: #fff;
}

/*メインカラム*/
.top-content01 a{
  color: #68e087;
  background: linear-gradient(268.72deg, #20B247 -0.65%, #19752F 168.76%);
}
.top-news {
    margin-bottom: 30px;
}
.top-banner {
	margin-bottom: 5px;
}
.top-banner .uic-image__body {
    margin-bottom: 20px;
}
.time-sale.list {
	margin: 4px auto;
	margin-bottom: 30px;
    padding: 15px;
    padding-top: 80px;
    width: calc(100% - 8px);
    background: #DAD6D6 url(/html/template/default/assets/img/top/cbd-time-sale-bg.png) no-repeat center 20px;
    background-size: 100% auto;
    border-radius: 20px;
}
.time-sale.list:before {
    top: 30px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(/html/template/default/assets/img/top/timer02.svg) no-repeat center 0;
    background-size: 105px auto;
}
.time-sale.list:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
    background: linear-gradient(90deg, #BE965D 0%, #987040 27.84%, #B58954 37.42%, #E7B777 54.04%, #FCCA87 62.75%, #E3B375 73.03%, #AA804C 93.45%, #987040 100%);
    border-radius: 24px;
    z-index: -1;
}
.time-sale.list .title {
    margin-bottom: 40px;
    color: #39393A;
    font-size: 36px;
    font-weight: bold;
    text-shadow: none;
}
.time-sale.list .ec-shelfGrid__item{
	margin-top: 3px;
	margin-bottom: 18px;
	padding: 0!important;
	width: calc(32.5% - 6px);
	border: none;
}
.time-sale.list .ec-shelfGrid__item:after{
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
    background: linear-gradient(90deg, #BE965D 0%, #987040 27.84%, #B58954 37.42%, #E7B777 54.04%, #FCCA87 62.75%, #E3B375 73.03%, #AA804C 93.45%, #987040 100%);
    border-radius: 24px;
}
.time-sale.list .ec-shelfGrid__item>div{
	position: relative;
	padding: 10px;
	height: 100%;
    background: linear-gradient(0deg, #DAD6D6, #DAD6D6), 
    linear-gradient(266.52deg, rgba(255, 159, 167, 0.056) -5.38%, rgba(255, 255, 255, 0) 195.9%), rgba(0, 0, 0, 0.06);
    border-radius: 20px;
	z-index: 10;
}
.time-sale.list .ec-shelfGrid__item:before {
    background: url(/html/template/default/assets/icon/icon-watch-white.svg) no-repeat center center,
    linear-gradient(90deg, #BE965D 0%, #987040 27.84%, #B58954 37.42%, #E7B777 54.04%, #FCCA87 62.75%, #E3B375 73.03%, #AA804C 93.45%, #987040 100%);
}
.time-sale.list .more a{
	color: #000;
}
.time-sale.list .sub {
    color: #000;
    font-weight: bold;
}
.yyc-day, .yyc-hou, .yyc-min, .yyc-sec {
    color: #39393a;
    background: #fff;
}
.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
    color: #39393A;
}
.time-sale.list .price02-default {
	margin-bottom: 5px;
}
.time-sale.list .price02-default b{
	display: inline-block;
	color: #AA824E;
	background: -webkit-linear-gradient(0deg, #BC945C, #A27947);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.time-sale.list .regular-price {
    color: #5E5E5E;
}
.time-sale.list .ec-blockBtn--action {
    background: linear-gradient(268.72deg, #20B247 -0.65%, #19752F 168.76%);
    box-shadow: 0px 0px 12px rgba(126, 154, 133, 0.71);
}
.list .ec-shelfGrid .ec-shelfGrid__item ,
#page_product_list .ec-shelfGrid .ec-shelfGrid__item {
    background: linear-gradient(266.52deg, rgba(159, 255, 169, 0.28) -5.38%, rgba(255, 255, 255, 0) 195.9%), rgba(0, 0, 0, 0.06);
}
#page_product_list .ec-shelfGrid__item .ec-blockBtn--action {
    color: #39393A;
    background: none!important;
    background-color: #fff!important;
}
.top-slide .slick-arrow {
    background: linear-gradient(266.52deg, rgba(159, 255, 169, 0.28) -5.38%, rgba(255, 255, 255, 0) 195.9%), rgba(0, 0, 0, 0.06);
}

@media screen and (max-width:768px) {
	.top-content01 a{
		margin-bottom: 10px;
	}
	.top-news {
	    margin-bottom: 20px;
	}
	.top-banner .uic-image__body {
	    margin-bottom: 15px;
	}
	.time-sale.list .ec-shelfGrid__item {
	    margin-bottom: 3vw;
	    width: calc(49% - 6px);
	}
}

@media screen and (max-width:767px) {
	.time-sale.list{
		padding-top: 3vw;
		padding-left: 0;
		padding-right: 0;
		overflow: visible;
	    background: #DAD6D6 url(/html/template/default/assets/img/top/cbd-time-sale-bg-sp.png) no-repeat center 35px;
	    background-size: 100% auto;
	}
	.time-sale.list:before {
	    top: 14px;
	    background: url(/html/template/default/assets/img/top/timer02.svg) no-repeat 6vw 0;
	    background-size: 25vw auto;
	}
	.time-sale.list>div{
		overflow: hidden;
	}
	.time-sale.list .title{
		margin-bottom: 25vw;
		padding-right: 8vw;
		font-size: 8.5vw;
		text-align: right;
	}
	.time-sale .ec-shelfGrid__item {
	    margin: 0 7px;
	}
}

/*サイドバー*/
.side-search {
    background: linear-gradient(266.52deg, #C6E4CE -5.38%, #DFCFD4 195.9%), rgba(0, 0, 0, 0.12);
}
.side-nav .h2 {
    background: linear-gradient(266.52deg, #C6E4CE -5.38%, #DFCFD4 195.9%), rgba(0, 0, 0, 0.12);
}

/*商品詳細*/
.linebtn, .ec-inlineBtn--action, .ec-blockBtn--action, #item_info .ec-blockBtn--action, #cart .ec-blockBtn--action {
    background: linear-gradient(268.72deg, #20B247 -0.65%, #19752F 168.76%);
    box-shadow: 0px 0px 16px rgba(18, 82, 8, 0.52);
}
.top-slide.hsd-related{
	display: none;
}
#new-review .morearea a{
	background-image: none;
	background-color: #39393A!important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 40%);
}
.ec-productRole__detail>dl {
    background: linear-gradient(266.52deg, rgba(159, 255, 209, 0.28) -5.38%, rgba(255, 255, 255, 0) 195.9%), rgba(0, 0, 0, 0.12);
}
.ec-productRole__detail>dl>dt {
    background: linear-gradient(266.52deg, rgba(159, 255, 209, 0.28) -5.38%, rgba(255, 255, 255, 0) 195.9%), rgba(0, 0, 0, 0.12);
}
#item_info.sale-item .profile-inr {
    margin-bottom: 35px;
    padding: 4px;
    padding-top: 4px;
    background: linear-gradient(90deg, #BE965D 0%, #987040 27.84%, #B58954 37.42%, #E7B777 54.04%, #FCCA87 62.75%, #E3B375 73.03%, #AA804C 93.45%, #987040 100%);
    border-radius: 24px;
}
#item_info.sale-item .pinr {
    padding: 15px;
    padding-top: 15px;
    background-image: none;
    background: #dad6d6;
    border-radius: 20px;
}
#item_info.sale-item .sale-time {
    border-bottom: #39393A 2px solid;
}
#item_info.sale-item .yyc-day, #item_info.sale-item .yyc-hou, #item_info.sale-item .yyc-min, #item_info.sale-item .yyc-sec {
    color: #39393A;
}
#item_info.sale-item .ec-headingTitle {
    color: #39393A;
}
.ec-productRole__profile .review-star {
    line-height: 1;
}
#item_info.sale-item .ec-price__price {
	color: #AA824E;
	background: -webkit-linear-gradient(0deg, #BC945C, #A27947);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#item_info.sale-item .regular-price {
    color: #5E5E5E;
}






