@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.7;
}
/*----------------------------------
---------　商品詳細 その他　---------
---------------------------------*/
/*商品詳細ページ　レビュー投稿非表示*/
.fs-l-product4 .fs-c-reviewList__item {
	display: none;
}
/*ポイントパーツ*/
.fs-c-productPointDisplay {
  background: #f7f4ec;
  color: #212529;
  margin-bottom: 30px;
	font-size: 1.4rem;
	padding: 8px 8px;
}
/*商品価格*/
.fs-c-productPrices--productDetail .fs-c-price__currencyMark, .fs-c-productPrices--productDetail .fs-c-price__value {
	font-size: 2.8rem;
}
/*商品詳細ページ　リコメンド（おすすめ商品）*/
#_rcmdjp_display_1 {
	margin-top: 40px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
	border-bottom: none;
}
.fs-l-pageMain .fs-c-productListItem__control {
	display: none;
}
/*商品詳細ページ　リコメンドAI*/
.flywheel-recommend__frame {
	margin: 60px 0px;
}
.fs-p-heading--lv2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/*商品詳細ページ　おすすめ商品（関連商品）*/
.fs-c-featuredProduct {
	margin-top: 40px;
}
.fs-c-featuredProduct__title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*商品詳細ページ　カートボタン*/
.fs-c-button--primary{
  padding: 1.8em 1.6em 1.6em;
}
/*----------------------------------
---------　商品検索結果　---------
---------------------------------*/
.fs-c-productListItem__productName {
  line-height: 1.4;
}
/*商品の間の余白*/
.fs-body-category .fs-c-productList__list__item, .fs-body-search .fs-c-productList__list__item{
padding: 30px 8px;
}

/*定価〜円のところ　非表示*/
.fs-body-category .fs-c-productPrice--listed, .fs-body-search .fs-c-productPrice--listed {
  display: none;
}
/*商品画像虫眼鏡　非表示*/
.fs-c-productCarouselMainImage__expandButton, .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
/*商品マーク*/
.fs-c-productMarks {
	padding-top: 10px;
}
/*----------------------------------
---------　ボタン　---------
---------------------------------*/
.fs-c-button--continueShopping {
	width: 100%;
    background-color: #eaebea;
    border: none;
    font-size: 1.4rem;
    padding: 1.4em 1.6em 1.4em;
    margin-bottom: 30px;
}
.fs-c-cartDiscountInfo__info {
	color: #b80c32;
}

/*ページ下スペック部分*/
.page_spec {
	border: 1px solid #ccc;
}
.page_spec .page_spec_title {
	background-color: #eaebea;
	border-top: 1px solid #ccc;
}
.page_spec td {
	padding: 5px;
}

/*カートボタン デジタル広告*/
/*ログインして進む*/
.fs-c-button--loginAndPurchase {
	background: #ffffff;
    border: 1px solid #b80c32;
    color: #b80c32;
    padding: 0.8em 1.6em 0.6em;
    min-width: 240px;	
}
.fs-c-button--loginAndPurchase:hover, .fs-c-button--loginAndPurchase:visited {
    color: #b80c32;	
}

/*ご注文手続きへ進む*/
.fs-c-button--unregisteredUserPurchase {
	background: #b80c32;
    border: 1px solid #b80c32;
    color: #ffffff;
    padding: 1.8em 1.6em 1.6em;
    min-width: 240px;
}
.fs-c-button--unregisteredUserPurchase:hover, .fs-c-button--unregisteredUserPurchase:visited {
    color: #ffffff;
}
/*商品マーク*/
.mark_pet {
	background: #c9e1ea;
}
.mark_baby {
	background: #f4dbe1;
}
.mark_webonly {
	background: #0e8a5e;
}
.mark_otokuset {
	background: #b80c32;
}
.mark_sale {
	background: #b80c32;
}
/*チャイルドシート　対応ベース*/
#crs_vase {
	font-size: 1.4rem;
	margin-bottom: 50px;
}