@charset "utf-8";

/* --------------------------------------------------------------------------------
	fs_preview_header
-------------------------------------------------------------------------------- */
div#fs_preview_header {
	display: none;
}


/* --------------------------------------------------------------------------------
	fs-l-header
-------------------------------------------------------------------------------- */
.fs-l-header{
	padding: 0;
}





/* --------------------------------------------------------------------------------
	fs-l-footer
-------------------------------------------------------------------------------- */
.fs-l-footer{
	border: none;
}






/* -------------------------------------------------
fs-l-page
-------------------------------------------------- */
.fs-l-page {

}

/* -------------------------------------------------
パンくず
-------------------------------------------------- */
nav.fs-c-breadcrumb {
	font-size: 14px;
	width: 1200px;
	margin: 10px auto;
}
nav.fs-c-breadcrumb a{
	color: #333333;
}

/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main{

}


/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 1200px;
}


/* --------------------------------------------------------------------------------
fs-c-productList__list
-------------------------------------------------------------------------------- */
/********** 表示列数3列 **********/

.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 33%;
	grid-column: none;
	grid-row: none;
	border: none;
}


/********** 表示列数4列 **********/
/*.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 25%;
	grid-column: none;
	grid-row: none;
	border: none;
}*/


/********** 価格 **********/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	/*
	color: #f00;
	*/
}



/* --------------------------------------------------------------------------------
 カート　チェックアウト　　オーダーフロー
-------------------------------------------------------------------------------- */
#order-flow{
    margin: 0 auto;
    text-align: center;
}



/* --------------------------------------------------------------------------------
 カート　オリコショッピングクレジット
-------------------------------------------------------------------------------- */
#orico-credit{
    margin-bottom: 100px;
    font-size: 18px;
}



/* --------------------------------------------------------------------------------
 カート  ログインボタン
-------------------------------------------------------------------------------- */
.fs-body-cart  .fs-l-cart__contentsArea {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea .fs-c-button--primary {
    background: #444444;
    border: 1px solid #e7E7E7;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.9em 1.8em 0.8em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 260px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-button--secondary {
    background: #667895;
    border: 1px solid #667895;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.7em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 260px;
}

/* --------------------------------------------------------------------------------
 おすすめ商品
-------------------------------------------------------------------------------- */
.fs-c-productPrice.fs-c-productPrice--selling span.fs-c-productPrice__addon {
	display: none;
}


/* --------------------------------------------------------------------------------
 お客様情報入力
-------------------------------------------------------------------------------- */
.fs-c-requiredMark {
    display: inline-block;
    overflow: visible;
    text-indent: unset;
    width: 5em;
    height: 1em;
    right: 0;
    top: 0;
    color: #ff0000;
}

.fs-c-requiredMark::before {
    content: "*";
    display: inline;
    font-size: 1.2em;
    text-indent: 0;
}