@charset "utf-8";

#mainContent{
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180% !important;
    overflow: hidden;
    margin: 0 auto 100px auto;
}

#fs_form{
    width: 1240px;
    margin: 50px auto;
    position: relative;	
}

.fs-system-product .floatL{float: left; width: 600px; margin-bottom: 30px;}
.fs-system-product .floatR{float: right; width: 600px; margin-bottom: 30px;}
.fs-system-product .floatR + .floatL{clear: left; }
.fs-system-product .floatL + .floatR{clear: right; margin-bottom: 0;}

/* メインビジュアル */
.fs-c-productCarouselMainImage__carousel{
	text-align: center;
	margin-bottom: 10px !important;
}

.fs-c-productCarouselMainImage__thumbnailList{
	text-align: center;
	overflow: inherit;
	display: block;
}

.fs-c-productCarouselMainImage__thumbnailList li{
    padding: 5px;
	margin: 5px !important;
	width: 75px;
	height: 75px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    box-sizing: border-box;
}

.fs-c-productCarouselMainImage__thumbnailList img {
    max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
}

/* arrow変更 */
.fs-c-productCarouselMainImage .slick-prev{
	background: url(../img/common/c/slick_prev_gray.png) no-repeat left center;
	background-size: auto 40px;
}

.fs-c-productCarouselMainImage .slick-next{
	background: url(../img/common/c/slick_next_gray.png) no-repeat left center;
	background-size: auto 40px;
}

.slick-disabled{
	opacity: 0.5;
}

.fs-c-productCarouselMainImage .slick-arrow{
    height: 40px;
    width: 21px;
}

.fs-c-productCarouselMainImage .slick-arrow:before{
	display: none;
}

/* 拡大させない*/
.fs-c-productCarouselMainImage__expandButton,
.fs-c-photoswipe{
	display: none !important;
}
.fs-c-productCarouselMainImage figure{
pointer-events: none;
}

/* 商品マークパーツ　*/
.fs-c-productMarks{
	line-height: 1;
	vertical-align: top;
	margin-bottom: 15px;
}

.fs-c-productMark {
	display: inline-block;
}

.fs-c-productMark > li{
	display: inline-block;
}

.fs-c-productMark > li + li {
	margin-left: 5px;
	display: inline-block;
}

/* 予約商品 */
.fs-c-mark--preorder{
	vertical-align: top;
	margin-left: 5px;
}

.fs-c-mark--preorder .fs-c-mark__label{
	background: url(../img/common/c/label_resarve.gif) no-repeat left center;
	width: 70px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
}

.fs-c-mark--coolDelivery.fs-c-mark{
    display: none;
}

/* 商品名 */
.fs-c-productNameHeading{
    font-size: 30px;
    font-size: 3.0rem !important;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}

/* お値段 */
.fs-c-productPrices{
	margin-bottom: 15px;
}

.fs-c-price {
    display: inherit !important;
}

.fs-c-price__currencyMark{
	display: none !important;
}

.fs-c-price__value:after{
	content: "円";
}

.fs-c-productPrice__addon__price::before{
	content: ":" !important;
}

.fs-c-productPrice__addon:before{
	content: "(" !important;
}

.fs-c-productPrice__addon::after{
	content: ")" !important;
}

.fs-c-productPrice__main__price{
	font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
	color: #422f79 !important;
}

/* カート */
.fs-c-buttonContainer{
	margin-bottom: 30px;
}

.fs-c-productQuantityAndWishlist{
	margin-bottom: 20px;
}

.fs-c-productQuantityAndWishlist .fs-c-quantity{
	max-width: inherit;
}

.fs-c-productQuantityAndWishlist .fs-c-quantity:before{
	content: "数量 ";
}

.fs-c-productQuantityAndWishlist .fs-system-quantity-list{
    padding: 5px;
	width: 50px;
	line-height: 38px;
	margin: 0 10px;
	float: inherit;
}

.fs-c-button--primary{
    color: #fff !important;
    border:2px solid #422f79 !important;
    background-color: #422f79;
    line-height: 46px;
    height: 50px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border: none;
    box-shadow: none;
    vertical-align: top;
	width: 100%;
	letter-spacing: 2px;
    display: block;
    text-decoration: none !important;
}

.fs-c-button--primary:hover{
	transition: all 0.5s ease 0s;
    background-color: #fff;
	color:#422f79 !important;
}


/* 通常販売価格 */
.fs-c-productPrice--listed{
	margin-bottom: 5px;
}

.fs-c-productPrice--listed .fs-c-productPrice__main__price{
	font-size: 16px;
    font-size: 1.6rem;
}
	
.fs-c-productPrice--listed .fs-c-productPrice__main{
	position: relative;
}

.fs-c-productPrice--listed .fs-c-productPrice__main:before{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 40%;
	background: #000;
}
	
.fs-c-productPrice--listed .fs-c-productPrice__main:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 60%;
	background: #000;
}

.fs-c-productPrice--listed .fs-c-productPrice__addon--listed:before,
.fs-c-productPrice--listed .fs-c-productPrice__addon--listed:after{
	display: none;
}	

.fs-c-productPrice--listed .fs-c-productPrice__addon--listed{
	padding-left: 5px;
}	


.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price{
	color: #ff0000 !important;
}

/* 在庫 */
.fs-c-productStock{
	float: right;
    color: #666;
    padding: 10px;
    border: 1px solid #ccc;
}

/* 不要-お気に入りボタン */
.fs-c-productQuantityAndWishlist__wishlist{
	display: none !important
}

/* 予約コメントパーツ */
.fs-c-productPreorderMessage{
	display: none !important
}

/* 販売期間表示 */
.fs-c-productSalesPeriod{
    font-weight: bold;
    text-align: center;
    margin: -20px 0 30px 0;
    border: 1px dotted #ccc;
    padding: 5px;
    letter-spacing: 0.1em;
    background: #ededed;
}

/* 在庫なしテキスト */
.fs-c-productNotice{
    font-weight: bold;
    text-align: center;
    margin: -20px 0 30px 0;
    border: 1px dotted #FF3300;
	color: #FF3300;
    padding: 5px;
    letter-spacing: 0.1em;
    background: #FFF1EE;
}

/*　商品説明（大）（小）*/
.fs-p-productDescription{
	font-size: 16px;
    font-size: 1.6rem !important;
	margin: 0 0 30px 0;
}

.fs-p-productDescription p.mincho{
	font-size: 20px;
    font-size: 2.0rem !important;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 5px;
}

.fs-p-productDescription table{
    background: #ccc;
    border-collapse: inherit !important;
    border-spacing: 1px;
    width: 100%;
    line-height: 1.8;
}

.fs-p-productDescription th,
.fs-p-productDescription td{
	padding: 10px;
	background: #fff;
	font-size: 14px;
    font-size: 1.4rem !important;
}

.fs-p-productDescription th{
	text-align: center;
	vertical-align: middle;
	background: #ededed;
	width: 130px;
}

.fs-p-productDescription ul{
	font-size: 14px;
    font-size: 1.4rem !important;
    line-height: 1.8;
}

.fs-p-productDescription ul li{
	text-indent: -1em;
	padding-left: 1em;
}

/* 栄養成分一覧 */
table.nutrition{
    background: #ccc;
    border-collapse: inherit !important;
    border-spacing: 1px;
    width: 100%;
    line-height: 1.8;
}

table.nutrition th{
	text-align: center;
	vertical-align: middle;
	background: #ededed;
	font-weight: normal;
	padding: 10px;
	font-size: 12px;
    font-size: 1.2rem !important;
}

table.nutrition td{
	text-align: right;
	padding: 10px;
	background: #fff;
	font-size: 12px;
    font-size: 1.2rem !important;
}

table.nutrition + p.fontS{
	font-size: 12px;
    font-size: 1.2rem !important;
	text-align: right;
	margin: 0 0 30px 0;
}

/* アコーディオン */
.acdBl{
	margin-bottom: 50px;
}

.acdBl dl{
	text-align: center;
}

.acdBl dl dt{
	cursor: pointer;
	border: 1px solid #422f79;
	padding: 12px 30px;
	display: inline-block;
    font-family: 'Noto Serif JP', serif;
}

.acdBl dl dt:hover{
	transition: all 0.5s ease 0s;
	opacity: 0.7;
}

.acdBl dl dt span:before{
	content: "▼　";
    font-size: 60%;
    vertical-align: top;
}

.acdBl dl dt.open span:before{
	content: "▲　";
}

.acdBl dl dd{
	display: none;
	padding: 15px;
	text-align: left;
}

/* noshiBl */
.noshiBl{
	margin: 0 0 50px 0;
}

.noshiBl h3 {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
}

.noshiBl h3 p.link{
	font-size: 14px;
    font-size: 1.4rem;
	float: right;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
}

.noshiBl p.link a{
	padding-left: 13px;
    background: url("../img/common/arrow_right_01.svg") no-repeat left center;
}

.noshiBl h3 + p{
    margin-bottom: 10px;
}

.noshiBl table{
	background: #ccc;
    border-collapse: inherit !important;
    border-spacing: 1px;
	width: 100%;
	line-height: 1.8;
}

.noshiBl table td{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background: #fff;
	font-size: 14px;
    font-size: 1.4rem ;
}

.noshiBl table td.type_a{
      background:#422f79;
      color:#fff;
}

.noshiBl table td.type_b{
		background:#FFFFCC;
}

.noshiBl table tr.back_c{
		background:#FFFFFF;
}

.noshiBl ul{
	font-size: 14px;
    font-size: 1.4rem;
	margin: 5px 0 ;
	line-height: 1.8;
}

.noshiBl ul li{
	text-indent: -1em;
	padding-left: 1em;
}

/* ギフトサービス */
.giftserviceBl{
	margin: 0 0 50px 0;
	overflow: hidden;
}

.giftserviceBl h3 {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
}

.giftserviceBl .btn {
}

.giftserviceBl .btn a{
    cursor: pointer;
    color: #422f79　 !important;
    border: 1px solid #422f79;
    padding: 12px 30px;
    display: inline-block;
	font-family: 'Noto Serif JP', serif;
	float: right;
	margin: 10px 0 0 0;
}

.giftserviceBl .btn a:hover{
	transition: all 0.5s ease 0s;
	opacity: 0.7;
	text-decoration: none;
}

.giftserviceBl .btn a span::before {
    content: "▶　";
    font-size: 60%;
    vertical-align: top;
}

/* メッセージカード */
.fs-c-productSelection{
}

.fs-c-productSelection .fs-c-productSelection__name {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
	font-weight: normal;
}


.fs-c-productSelection [type="text"]{
	padding: 8px;
	border: 1px solid #e4e4e4;
}

.fs-c-productSelection .colorBoxLink a span::before {
    content: "詳しくはこちら";
}

.fs-c-productSelection .colorBoxLink{
	font-size: 14px;
    font-size: 1.4rem;
	float: right;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
}

.fs-c-productSelection .colorBoxLink a{
	padding-left: 13px;
    background: url("../img/common/arrow_right_01.svg") no-repeat left center;
    background-size: auto;
    background-size: 6px auto;
}

.fs-c-productSelection .colorBoxLink a:hover{
	text-decoration: underline;
}


/* レシピ */
.recipeBl{
	clear: both;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: 0 0 50px 0;
	padding: 20px;
}

.recipeBl h3 {
    background:url("../img/common/c/nori_icn_recipe.png")no-repeat left center;
    background-size: 30px auto;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
	margin-bottom: 15px;
	padding-left: 36px;
}

.recipeBl.tea h3 {
    background:url("../img/common/c/jugetsudo_icn_recipe.png")no-repeat left center;
    background-size: 30px auto;
}

.recipeBl dl{
	width: 100%;
	display: table;
}

.recipeBl dl > dt{
	width: 150px;
}

.recipeBl dl > dt img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.recipeBl dl > dd{
	padding-left: 20px;
}

.recipeBl dl > dt,
.recipeBl dl > dd{
	vertical-align: middle;
	display: table-cell
}

/* お客様の声 */
.voiceBl{
	clear: both;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: 0 0 50px 0;
	padding: 20px;
}

.voiceBl h3 {
    background:url("../img/common/c/nori_icn_voice.png")no-repeat left center;
    background-size: 30px auto;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
	margin-bottom: 15px;
	padding-left: 36px;
}

.voiceBl dt{
		font-weight: bold;
}

.voiceBl dd{
}

.voiceBl dl + dl{
	margin-top: 10px;
}

.voiceBl p.link{
	text-align: right;
	margin-top: 15px;
}

.voiceBl p.link a{
	padding-left: 13px;
    background: url("../img/common/arrow_right_01.svg") no-repeat left center;
    background-size: auto;
    background-size: 6px auto;
}

/* 商品個別送料パーツ */
.fs-c-productPostage{
    display: none;
}
/* おすすめ商品パーツ */
.fs-c-featuredProduct{
	clear: both;
    width: 1300px;
    margin: 0 auto;
}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title{
    line-height:100%;
    margin-bottom:50px;
    text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.1em;
	}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title:after {
    content:" ";
    height:2px;
    width:60px;
    border-bottom: solid 2px #574374;
    display:block;
    margin:12px auto 0 auto;
}

.fs-c-featuredProduct .fs-c-salesPeriod,
.fs-c-featuredProduct .fs-c-buttonContainer{
    display: none;
}

.fs-c-featuredProduct .fs-c-slick{
    position: relative;
}

.fs-c-featuredProduct .slick-slide{
    font-size: 14px;
    margin: 0 20px;
    opacity: 1 !important;
    max-width: 295px;
    min-width: 295px;
}

.fs-c-featuredProduct .slick-slide h2{
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.fs-c-featuredProduct .fs-c-productMarks {
    margin-bottom: 5px;
}

.fs-c-featuredProduct .fs-c-productMarks > li + li {
    margin-left: 5px;
}

.fs-c-featuredProduct .fs-c-productPrice__main__price {
    font-size: 24px;
}

.fs-c-featuredProduct .slick-arrow,
.fs-c-featuredProduct .slick-arrow{
    width:30px !important;
    height:60px !important;
    min-width: 30px;
    text-indent:-9999px;
    z-index:10;
    top:35%;
    position: absolute;
}

.fs-c-featuredProduct .slick-slide{
    opacity:0.3;
}

.fs-c-featuredProduct .slick-slide:hover{
    opacity:0.3;
}
        
.fs-c-featuredProduct .slick-slide.slick-active{
    opacity:1;
}

.fs-c-featuredProduct .slick-slide.slick-active:hover{
    opacity:1;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
    background:url("../img/common/slick_prev.png") no-repeat ;
	background-size: 30px auto;
    left: 0;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next{
    background:url("../img/common/slick_next.png") no-repeat ;
	background-size: 30px auto;
    right: 0;
}

/* Recommend */
#RecommendArea {
    clear: both;
    width: 1300px;
    margin: 100px auto 50px auto;
}

#RecommendArea h2{
    line-height: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.1em;    
}

#RecommendArea h2:after {
    content:" ";
    height:2px;
    width:60px;
    border-bottom: solid 2px #574374;
    display:block;
    margin:12px auto 0 auto;
}

#RecommendArea .fr2-productList--col5{
    font-size: 14px;
}

#RecommendArea .fr2-productListItem {
    border: 1px solid #dedede;
    padding: 20px;
}

#RecommendArea .fr2-productList--col5 .fr2-productListItem__productName{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0 0;
    line-height: 1.4;
}

#RecommendArea .fr2-productList--col5 .fr2-productListItem__productName:after{
    display: none;
}

#RecommendArea .fr2-productList--col5 .fr2-price{
    display: none;
}

/**/
#pickupArea {
    clear: both;
}

@media screen and (max-width: 768px) {   
#mainContent{
	font-size: 14px;
    font-size: 1.4rem;
	margin-bottom: 50px;
    border: none;
}
	
#fs_form {
    width: auto;
    padding: 0 10px;
	margin: 0;
	overflow: hidden;
}
	
.fs-system-product .floatL,
.fs-system-product .floatR{clear: both;width: 100%; margin-bottom: 30px;}

/* メインビジュアル */
.fs-c-productCarouselMainImage{
	margin: 0 -10px;
}

.fs-c-productCarouselMainImage__thumbnailList li{
	width: 57px;
	height: 57px;
}

.fs-c-productCarouselMainImage__thumbnailList img {
    max-width: 45px;
	max-height: 45px;
}

/* arrow変更 */
.fs-c-productCarouselMainImage .slick-prev{
	background: url(../img/common/c/slick_prev_gray.png) no-repeat left center;
	background-size: auto 30px;
}

.fs-c-productCarouselMainImage .slick-next{
	background: url(../img/common/c/slick_next_gray.png) no-repeat left center;
	background-size: auto 30px;
}

.fs-c-productCarouselMainImage .slick-arrow{
    height: 30px;
    width: 16px;
}


/* 商品マークパーツ　*/
.fs-c-productMarks{
	margin-bottom: 10px;
}

.fs-c-productMark > li + li {
    margin-left: 5px;
}	
	
.fs-c-productMark img {
	height: 15px;
	width: auto;
}
	

/* 予約商品 */
.fs-c-mark--preorder .fs-c-mark__label{
	background: url(../img/common/c/label_resarve.gif) no-repeat left center;
	background-size:auto 15px;
	width: 53px;
	height: 15px;
}	

/* 商品名 */
h1.fs-c-productNameHeading{
    font-size: 20px;
    font-size: 2.0rem !important;
	margin: 0 0 5px 0;
}

/* お値段 */
.fs-c-productPrices{
	margin-bottom: 10px;
}

/* カート */
.fs-c-buttonContainer{
	margin-bottom: 20px;
}
	
.fs-c-productQuantityAndWishlist {
    margin-bottom: 15px;
}
	
.fs-c-productPrice__addon span{
	display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
}
	
.fs-c-productQuantityAndWishlist .fs-system-quantity-list {
    width: 40px;
    line-height: 28px;
}

.fs-c-productPrice__main__price {
    font-size: 20px;
    font-size: 2.0rem;
}
	
.fs-c-button--primary {
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 36px;
    height: 40px;
}

/* 通常販売価格 */
.fs-c-productPrice--listed{
	margin-bottom: 3px;
}
	
.fs-c-productPrice--listed .fs-c-productPrice__main__price{
	font-size: 14px;
    font-size: 1.4rem;
}

/* 在庫 */
.fs-c-productStock{
    padding: 6px 10px;
}
	
/* 販売期間表示 */
.fs-c-productSalesPeriod{
    margin: -15px 0 20px 0;
    padding: 3px;
	font-size: 12px;
    font-size: 1.2rem;
}

/* 在庫なしテキスト */
.fs-c-productNotice{
    margin: -15px 0 20px 0;
    padding: 3px;
	font-size: 12px;
    font-size: 1.2rem;
}
	
/*　商品説明（大）（小）*/
.fs-p-productDescription{
	font-size: 14px;
    font-size: 1.4rem !important;
	margin: 0 0 10px 0;
}

.fs-p-productDescription p.mincho{
	font-size: 16px;
    font-size: 1.6rem !important;
}

.fs-p-productDescription th,
.fs-p-productDescription td{
	font-size: 12px;
    font-size: 1.2rem !important;
}

.fs-p-productDescription th{
	width: 100px;
}

.fs-p-productDescription ul{
	font-size: 12px;
    font-size: 1.2rem !important;
}
	
	
/* 栄養成分 */
table.nutrition th,
table.nutrition td{
	padding: 7px;
	font-size: 1.0px;
    font-size: 1.0rem !important;
}

table.nutrition + p.fontS{
	font-size: 1.0px;
    font-size: 1.0rem !important;
	margin: 0 0 30px 0;
}
	
/* アコーディオン */
.acdBl{
	margin-bottom: 30px;
}

.acdBl dl dt{
	padding: 5px 20px;
}

.acdBl dl dd{
	padding: 10px;
}



/* noshiBl */
.noshiBl{
	margin: 0 0 30px 0;
}

.noshiBl h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.noshiBl h3 + p{
    margin-bottom: 5px;
}
    
.noshiBl h3 p.link{
	font-size: 12px;
    font-size: 1.2rem;
}

.noshiBl table{
	background: #ccc;
    border-collapse: inherit !important;
    border-spacing: 1px;
	width: 100%;
	line-height: 1.8;
}

.noshiBl table td{
	font-size: 12px;
    font-size: 1.2rem ;
}

.noshiBl ul {
	font-size: 10px;
    font-size: 1.0rem;
}

/* ギフトサービス */
.giftserviceBl{
	margin: 0 0 30px 0;
}

.giftserviceBl h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.giftserviceBl .btn a{
	margin: 5px 0 0 0;
	padding: 5px 20px;
}



/* メッセージカード */
.fs-c-productSelection .fs-c-productSelection__name {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.fs-c-productSelection p.link{
	font-size: 12px;
    font-size: 1.2rem;
}
	
/* レシピ */
.recipeBl{
	margin: 0 0 10px 0;
	padding: 10px 15px;
}
	
.recipeBl h3 {
    background:url("../img/common/c/nori_icn_recipe.png")no-repeat left center;
	background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 5px;
	font-size: 16px;
    font-size: 1.6rem;
}

.recipeBl.tea h3 {
    background:url("../img/common/c/jugetsudo_icn_recipe.png")no-repeat left center;
	background-size: 15px auto;
}
    
.recipeBl dl > dt{
	width: 100px;
}

.recipeBl dl > dt img{
	width: 100px;
	height: 100px;
}

.recipeBl dl > dd{
	padding-left: 10px;
}

.recipeBl p.link{
	font-size: 12px;
    font-size: 1.2rem;
}

/* お客様の声 */
.voiceBl{
	margin: 0;
	padding: 10px 15px;
}
	
.voiceBl h3 {
    background:url("../img/common/c/nori_icn_voice.png")no-repeat left center;
	background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 5px;
	font-size: 16px;
    font-size: 1.6rem;
}
	
.voiceBl p.link{
	font-size: 12px;
    font-size: 1.2rem;
}	
    

/* おすすめ商品パーツ */
.fs-c-featuredProduct{
    max-width: 100%;
    min-width: inherit;
    margin: 0 auto 50px auto;
    padding: 0;
}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title{
    margin-bottom: 8vw;
    font-size: 24px;
}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title:after {
    content: " ";
    width: 40px;
    display: block;
    margin: 10px auto 0 auto;
}
    
.fs-c-featuredProduct .slick-slide{
    font-size: 14px;
    margin: 0 7px 0 8px;
    max-width: 150px;
    min-width: 150px;
}

.fs-c-featuredProduct .fs-c-productMarks img{
    height: 15px;
    width: auto;
}

.fs-c-featuredProduct .fs-c-productPrice__main__price {
    font-size: 20px;
}

.fs-c-featuredProduct .slick-arrow,
.fs-c-featuredProduct .slick-arrow{
    width:23px !important;
    height:46px !important;
    min-width: 23px;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
    background:url("../img/common/slick_prev.png") no-repeat ;
    background-size: 23px auto;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next{
    background:url("../img/common/slick_next.png") no-repeat ;
    background-size: 23px auto;
}    
    

/* Recommend */
#RecommendArea {
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto 50px auto;
    width: auto;
    padding: 0 10px;
}

#RecommendArea h2{
    margin-bottom: 8vw;
    font-size: 24px;  
}

#RecommendArea h2:after {
    content: " ";
    width: 40px;
    display: block;
    margin: 10px auto 0 auto;
}

#RecommendArea .fr2-productList--col5{
    font-size: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}    
    
#RecommendArea .fr2-productList--col5>*:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}   
    
#RecommendArea .fr2-productList--col5>*:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}   
    
#RecommendArea .fr2-productList--col5>*:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
}     
    
#RecommendArea .fr2-productList--col5>*:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
}
    
#RecommendArea .fr2-productList--col5>*:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
}        
    
#RecommendArea .fr2-productListItem {
    padding: 8%;
}
    
	
}