/* CSS Document */
/*おすすめ商品*/
section.featured_products{
	width: 100vw;
	box-sizing: border-box;
}
body[wc-view-type="sp"] section.featured_products{
	padding: var(--headerHeight) 0 var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.featured_products,
body[wc-view-type="tb-l"] section.featured_products{
	padding: var(--headerHeight) 0 var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] section.featured_products{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.featured_products div.contents_title{
	padding-left: 0;
}
section.featured_products > p{
	font-weight: 300;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
	box-sizing: border-box;
}
body[wc-view-type="sp"] section.featured_products > p{
	padding-right: 7vw;
}
section.featured_products > div.f_product_wrap{
	overflow-x: auto !important;
  -ms-overflow-style: none;
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.featured_products > div.f_product_wrap{
	padding-right: calc(7vw - 1rem);
}
body[wc-view-type="tb"] section.featured_products > div.f_product_wrap,
body[wc-view-type="tb-l"] section.featured_products > div.f_product_wrap{
	padding-right: calc(8vw - 1.5rem);
}
section.featured_products > div.f_product_wrap > article{
	flex: none;
	padding: 1rem;
	box-sizing: border-box;
	border: solid 1px #2fb2cf;
	display: flex;
}
body[wc-view-type="sp"] section.featured_products > div.f_product_wrap > article{
	flex-direction:column-reverse;
}
body[wc-view-type="sp"] section.featured_products > div.f_product_wrap > article{
	width: calc(80vw - 1rem);
	margin-right: 1rem;
}
body[wc-view-type="tb"] section.featured_products > div.f_product_wrap > article{
	width: calc(600px - 1.5rem);
	margin-right: 1.5rem;
}
body[wc-view-type="tb-l"] section.featured_products > div.f_product_wrap > article,
body[wc-view-type="pc"] section.featured_products > div.f_product_wrap > article{
	width: calc(700px - 1.5rem);
	margin-right: 1.5rem;
}
section.featured_products > div.f_product_wrap > article div.f_product_text{
	box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] section.featured_products > div.f_product_wrap > article div.f_product_text{
	padding-top: 1rem;
}
body:not([wc-view-type="sp"]) section.featured_products > div.f_product_wrap > article div.f_product_text{
	width: 45%;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 0;
}
section.featured_products > div.f_product_wrap > article div.f_product_text > h1{
	font-size: 1.25rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.featured_products > div.f_product_wrap > article div.f_product_text > p.product_text{
	font-weight: 300;
	margin-top: 0.5rem;
	font-size: 0.9rem;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
section.featured_products > div.f_product_wrap > article div.f_product_text > p.money{
	color: #2fb2cf;
  display: table;
  margin: 0 0 0 auto;
  font-size: 1.45rem;
  font-family: "NotoSansJP";
	margin-top: 0.5rem;
}
body:not([wc-view-type="sp"]) section.featured_products > div.f_product_wrap > article div.f_product_text > p.money{
	margin-top: auto;
}
section.featured_products > div.f_product_wrap > article div.f_product_text > p.money span.tani{
  font-size: 0.9rem;
}
section.featured_products > div.f_product_wrap > article div.f_product_text div.btn.border{
  margin-left: auto;
  margin-top: 0.25rem;
}
section.featured_products > div.f_product_wrap > article div.f_product_text div.btn.border a{
  border: solid 1px #2fb2cf;
}
section.featured_products > div.f_product_wrap > article div.f_product_img{
}
body:not([wc-view-type="sp"])  section.featured_products > div.f_product_wrap > article div.f_product_img{
	width: 55%;
}
section.featured_products > div.f_product_wrap > article div.f_product_img figure{
}
section.featured_products > div.f_product_wrap > article div.f_product_img figure picture{
	width: 100%;
	height: 100%;
	display: block;
}
section.featured_products > div.f_product_wrap > article div.f_product_img figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body[wc-view-type="sp"] section.featured_products > div.f_product_wrap > article div.f_product_img figure img{
  height: 46vw;
}
body[wc-view-type="tb"] section.featured_products > div.f_product_wrap > article div.f_product_img figure img{
  height: 27vw;
}
body[wc-view-type="tb-l"] section.featured_products > div.f_product_wrap > article div.f_product_img figure img{
  height: 24vw;
}
body[wc-view-type="pc"] section.featured_products > div.f_product_wrap > article div.f_product_img figure img{
  height: 298px;
}
