/*全体フォント*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

body  {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
}

/*商品名フォント*/
.fs-c-productListItem__productName {
 font-family: Osaka, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
 font-weight: bold;
}

/*グローバルナビフォント*/
.fs-p-headerNavigation__listItem {
 font-family: Osaka, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
 font-weight: bold;
}

/*最新情報フォント*/
.fs-pt-list__link {
 font-size: 14px;
}


/*ヘッダー固定*/
header {
	width: 100%; /* 幅いっぱいを指定 */
	background: #ffffff; /* 背景色を指定 */
    position: sticky; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
	z-index: 10;
}

/*予約・アイコン表示削除*/
.fs-c-salesPeriod__date{
 display:none;
}
/*.fs-c-productMarks{
 display:none;
}*/


/*カートボタン色変更*/
.fs-c-button--addToCart--detail{
	background-color: #bc5138;
	border: none;
	height: 60px;
}

/*問い合わせボタンデザイン変更*/
.fs-c-button--inquiryAboutProduct{
　display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e4e4e4;/*ボタン色*/
  border: 1px solid #bebebe;
  color: #5d5d5d;
  font-size: 14px;
}

/*レビューボタンデザイン変更*/
.fs-c-button--addReview--detail{
　display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e4e4e4;/*ボタン色*/
  border: 1px solid #bebebe;
  color: #5d5d5d;
  font-size: 14px;
}


/*商品一覧ページボタンデザイン変更*/
.fs-c-button--viewProductDetail{
padding: 0.5em;
border: 1px solid #000000;
border-radius: 0px;
}

.fs-c-button--addToCart--list{
padding: 0.5em;
border: 1px solid #000000;
border-radius: 0px;
}


/*マイページ要素センタリング*/
ul.fs-c-accountService {
    justify-content: center;
}

li.fs-c-accountService__page {
    margin: 10px;
}

/*送料無料アイコン*/
.productbox {
    display: flex;
	width:100%;
}
.productbox div1 {
color: #fff;
background: #492a11;/*背景色*/
padding:5px;
margin-right:5px;
width:70px;
}

/*数量限定アイコン*/
.productbox div2 {
color: #fff;	
background: #616161;/*背景色*/
padding:5px;
margin-right:5px;
width:77px;
}

/*限定アイコン*/
.productbox div3 {
color: #fff;	
background: #cc0000;/*背景色*/
padding:5px;
margin-right:5px;
width:77px;
}
/*ベストセラー*/
.productbox div4 {
color: #fff;	
background: #008000;/*背景色*/
padding:5px;
margin-right:5px;
width:95px;
}



/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }


/*最新情報にスクロールバーをつけるCSS*/
.fs-pt-list { height: 50px;/*スクロールの高さ*/
	overflow-y: scroll; }

/*フッター上余白*/
.fs-l-footer { margin-top:5px; }

.fs-p-heading--lv2, .fs-c-featuredProduct__title {
    padding-bottom: 5px;
    margin: 30px 0 15px;
}

/*AIレコメンド調整*/
#fs_Top .fs-p-heading--lv2 {
  display: none;
}
.multiGrid .flywheel-recommend__frame {
  width: 100%!important;
}
.multiGrid .flywheel-recommend__frame .fr3-productListStatic {
  grid-template-columns: none;
}
.scroll_none::-webkit-scrollbar {
  display: none;
}
.fr3-item__rankContainer {
  display: none!important;
}
.drawer__itemList .fr3-productListStatic {
  grid-template-columns: repeat(3, 1fr)!important;
}


@media (max-width: 991px){
.fs-c-productCarouselMainImage__image > img {
    max-width: calc(100vw - 40px);
}
}
