@charset "utf-8";
/* CSS Document */

/***********************************以下 common.css***********************************/
/*文字の大きさ変更*/
.container {
  background:#DDDDDD;
  padding: 0px;
}
.row {
  text-align:center;
  padding: 5px 0px;
}

/*h2 {
	font-size: 1.8em!important;
	color: #1e68bc;
}*/

/*width*/
.w10 {width: 10%!important;}

.w20 {width: 20%!important;}

.w30 {width: 30%!important;}

.w40 {width: 40%!important;}

.w50 {width: 50%!important;}

.w60 {width: 60%!important;}

.w70 {width: 70%!important;}

.w80 {width: 80%!important;}

.w90 {width: 90%!important;}
/*width*/


/*top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	background: #1E68BC;
	text-decoration: none;
	color: #ffffff;
	width: 50px;
	padding: 5px 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
	
/*#page-top a {
	background: #1E68BC;
	text-decoration: none;
	color: #ffffff;
	width: 50px;
	padding: 5px 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
}*/
#page-top a:hover {
	text-decoration: none;
	background: #0AA2F2;
}



/*以下.col.css*/

/*並列用*/
*, *:before, *:after {	box-sizing: border-box; }

div.col_1,
div.col_2,
div.col_3,
div.col_4,
div.col_5 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 15px;
}

div.col_1 img,div.col_2 img,div.col_3 img,div.col_4 img,div.col_5 img {	width: 100%;}



/*1列*/
.col_1 > div {
	width: 100%!important;
	padding: 5px;
}


/*2列*/
.col_2 > div {
	width: 50%!important;
	padding: 5px;
	display: flex;
	flex-direction: column;
}

/*3列*/
.col_3 > div{
	width: 33.333%!important;
	padding: 5px;
}

/*4列*/
.col_4 > div{
	width: 25%!important;
	padding: 5px;
}

/*5列*/
.col_5 > div{
	width: 20%!important;
	padding: 5px;
}


/*ulタイプ*/
/*w10～w90と組み合わせて使う*/
ul.col_1,
ul.col_2,
ul.col_3,
ul.col_4,
ul.col_5 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 15px;
	background-color: #fff;
    font-weight: normal;
    line-height: 1.4em;
    border: 1px #f2f2f2 solid;
}

/*1-5列*/
.col_1 > li, .col_2 > li,.col_3 > li, .col_4 > li, .col_5 > li {
	padding: 5px;
	background-color: #fff;
    font-weight: normal;
    line-height: 1.4em;
    border: 1px #f2f2f2 solid;
}

ul.col_3.flx { border: none; }

ul.col_3.flx > li {
    width: 48%;
    margin-bottom: 10px;
    margin-left: 1%;
	text-align: center;
}

ul.col_3.flx > li > p { 
	border-bottom: 2px #00f solid;
}

ul.col_3.flx > li > p > a { color: #0000ff; }


/*商品ページの売り切れ表示装飾*/
.fs-c-productNotice.fs-c-productNotice--outOfStock {
    font-weight: bold;
    background: #f00;
    color: #fff;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: /*1.5em*/ 0 auto 30px;
    margin-top: 50px;
    padding: 20px 10px;
    min-width: 100%;
    max-width: 100%;
    color: #fff!important;
    background: #0ca7e7;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 998;
}
.balloon1::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #0ca7e7;
}

/******************************************以下 rakuitem.css*********************************************/


h1 {
	font-size: 15px;
	color: #333;
	}

h2 {
	font-size: 10px;
	color:#333;
	line-height: 120%;
	margin-left: 8px;
	width: 100%;
}


.underbasket {
	width: 100%;
	text-align: left;
}

.underbasket table {
	width:100%;
	font-size:13px;
	line-height: 150%;
	border: 0;
	border-spacing:1px;
	padding: 8px;
	background-color: #f2f2f2;
}

.underbasket table th {
	font-weight: bold;
	padding: 5px;
}

.underbasket table td {
	background-color: #fff;
}


.itemmain {
	width:100%;
	text-align:center;
	}
	
.itemmain table {
	width:100%;
	font-size:13px;
	line-height: 150%;
	border:solid 1px;
	border-spacing: 1px;
	border-color:#f2f2f2;
	padding: 8px;
	text-align: left;
	}

.itemmain table th {
	background-color: #ccc;
}

.itemmain table td {
	width: 33%;
}

.itemmain img {
	/*margin-bottom: 60px;*/
	margin-bottom: 20px;
}

.itemmain img.mb0 {
	margin-bottom: 0px;
}


/*テーブル部分*/



/*tableをdivに*/
div.itemdesc {
    width: 100%;
    font-size: 13px;
    line-height: 1.3em;
    background-color: #fff;
    text-align: left;
    border: none;
}

div.itemdesc div.idx {
	width: 100%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0px!important;
	background-color: #f2f2f2;
    border: 2px #f2f2f2 solid;
}

div.itemdesc div {
    background-color: #fff;
    font-weight: normal;
    /*margin-bottom: 5px;*/
    line-height: 1.4em;
    border: 1px #f2f2f2 solid;
	font-size: 1.1em;
	padding: 3px 5px 5px;
}

div.itemdesc >div.col_2 > div {
    font-size: 1em;
}

div.itemdesc div p.spec {
	border: 1px #ccc solid;
	padding: 5px;margin-top: 0px;
}

div.underbasket > div.itemdesc > .col_3,
div.underbasket > div.itemdesc > .col_4 {
    font-size: 1em;
}

div.underbasket > div.itemdesc > .col_3 > div > span,
div.underbasket > div.itemdesc > .col_4 > div > span{
    font-size: 0.7em;
}
.this {
    font-size: 1.5em;
    line-height: 1.6em;
	color: #bf0000;
	font-weight: bold;
}


.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}

.col_2 > div.th {
	background-color: #8080ff;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.coupon {
	width: 100%;
    display: block;
    margin-bottom: 15px;
}

.coupon .idx {
    background-color: #009cf2;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.coupon div {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 0px;
}

.coupon div p {
	background: #ccc;
	margin: 0;
}

.coupon div p+p {
	background-color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

div.coupon > p {
    margin-top: -5px;
    font-size: 0.8em;
    color: #bf0000;
}

/***********************************以下member.css***********************************/
.member {
	width: 100%;
}

.member_copy {
	font-size: 1.2em;
	line-height: -1.3em;
	font-weight: bold;
}

span.benefits {
	/*width: 10%;*/
	background-color: #bf0000;
	color: #fff;
	padding: 5px;
}

.member_merit div.merit {
	font-size: 1.3em;
	line-height: 1.5em;
}

.member_merit div.merit b {
	color: #bf0000;
	font-weight: bold;
}

.member_merit div.merit_description {
	font-size: 1em;
	/*line-height: 1.1em;*/
	margin-top: 3px;
	margin-bottom: 20px;
}

.member_merit div.merit_description span {
	font-size: 0.9em;
}

/***********************************以下horizon.css***********************************/

/*カテゴリRMSカスタム部分*/

div.horizontal_scroll_wrapper,div.recommend_box {
	width:97%;
	padding:6px 0 0 0;
	margin:0 auto 15px;
	border-radius:3px;
}


div.horizontal_scroll_wrapper p,div.recommend_box p {
	width:100%;
	border-radius:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	background:#ccc;
	color:#000;
	text-align:center;
	font-weight:bold;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}


.bgff {
	background: #fff!important;
	border:1px #ccc solid!important;
}

div.horizontal_scroll_wrapper p b,div.recommend_box p b {
	font-size: 1.3em;
}


div.horizontal_scroll_wrapper ul.horizontal_scroll,
div.horizontal_scroll_wrapper ul.horizontal_scroll_menu,
div.recommend_box ul.recommend_box_scroll,
div.recommend_box ul.recommend_box_scroll_menu {
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	display:flex;
	white-space:nowrap;
	list-style-type:none;
	padding-bottom:8px;
	padding-left:0;
	margin:0;
	position: relative;
}



div.horizontal_scroll_wrapper ul.horizontal_scroll li,
div.recommend_box ul.recommend_box_scroll li {
	flex:0 0 40%;
	padding-top:0;
	padding-bottom:0;
	padding-right:2.5px;
	padding-left:2.5px;
	max-width: 40%;
	margin-bottom: -10px;
	
}

div.horizontal_scroll_wrapper ul.horizontal_scroll li p,
div.recommend_box ul.recommend_box_scroll p {
	background-color: #fff;
	margin-top: -5px;
	margin-bottom: -10px;
}


div.horizontal_scroll_wrapper ul.horizontal_scroll_menu li,
div.recommend_box ul.recommend_box_scroll_menu li {
	flex:0 0 22%;
	padding-top:0;
	padding-bottom:0;
	padding-right:2.5px;
	padding-left:2.5px;
	max-width: 40%;
	margin-bottom: -10px;
}

div.horizontal_scroll_wrapper ul.horizontal_scroll_menu li p,
div.recommend_box ul.recommend_box_scroll li p {
	background-color: #fff;
	border-bottom:2px #00f solid;
	line-height: 1.5em;
	width: 100%;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

div.horizontal_scroll_wrapper ul.horizontal_scroll_menu li p.here {
	border-bottom: 3px #bf0000 solid;
}

div.horizontal_scroll_wrapper ul.horizontal_scroll_menu li p.now {
	background-color: #ff0;
}

/*売り切れ表示※※手動です*/
ul.horizontal_scroll li div.soldout {
    position: absolute;
    width: 36%;
	border-radius: 5px;
	margin-left: 2%;
	margin-right: 2%;
    top: 25%;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
	font-size: 1.2em;
	line-height: 50px;
}

div.soldout::after {
  content: "";
  display: block;
  clear: both;
}

ul.recommend_box_scroll_menu p {
	font-weight: bold;padding: 5px;
}

ul.recommend_box_scroll_menu p.speed {
	background-color: #beeded;
}

ul.recommend_box_scroll_menu p.pile {
	background-color: #7d9bb5;
}

div.recommend_box p.type {
	background: #fff;
    border-left: 5px #bf0000 solid;
    border-radius: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    padding-left: 5px;
}

@media (min-width: 1024px) {
	div.recommend_box ul.recommend_box_scroll_menu li {
		flex: 0 0 19%;
		margin-right: 15px;
	}
}

/********** 回遊性のラベル **********/
ul.recommend_box_scroll_menu li {
	position: relative;
}

a.s_ss::after,a.s_s::after,a.s_sd::after,a.s_d::after,a.s_q::after,
a.s_k::after,a.s_4::after,a.s_5::after,
a.s_oh::after,a.s_mb::after,a.s_b::after,
a.s_pc::after,a.s_ket::after {
    position: absolute;
    top: 5%;/*70%;*/
    z-index: 100;
    left: 1px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 12px;
    padding: 5px 5px 5px 2px;
    font-weight: bold;
}

a.s_ss::after { content: "セミシングル"; }
a.s_s::after { content: "シングル"; }
a.s_sd::after { content: "セミダブル"; }
a.s_d::after { content: "ダブル"; }
a.s_q::after { content: "クイーン"; }

a.s_k::after { content: "キング"; }
a.s_4::after { content: "4人用"; }
a.s_5::after { content: "5人用"; }

a.s_oh::after { content: "大判"; }
a.s_mb::after { content: "ミニベビー"; }
a.s_b::after { content: "ベビー"; }

a.s_pc::after { content: "枕カバー"; }
a.s_ket::after { content: "ケット"; }

/********** お知らせ休業など **********/

.holiday { 
	padding: 5px;
	background-color: #fff0dc;
}


@media (min-width: 1024px) {
	ul.recommend_box_scroll_menu p {
		font-size: 10px;
	}
	
	a.s_ss::after,a.s_s::after,a.s_sd::after,a.s_d::after,a.s_q::after,
	a.s_k::after,a.s_4::after,a.s_5::after,
	a.s_oh::after,a.s_mb::after,a.s_b::after,
	a.s_pc::after,a.s_ket::after {
		font-size: 10px;
		padding: 3px 5px 3px 2px;
	}
	
	.itemmain img {
		margin-bottom: 20px;
	}
	
	ul.col_3.flx > li {
		width: 24%;}
}


/***********************************以下 itempage.css***********************************/

/*商品ページ*/

img {
	max-width: 100%;
}

/*SP用改行*/
	br.br_sp {
		display: none;
	}
/*SP用改行*/

/*pc商品画像*/
.fs-c-slick .slick-slide {
    margin-right: 5px;
}

/*商品ページサムネイル文字サイズ*/
figcaption {
    font-size: 0.8em;
}

/*.fs-c-productNameHeading__copy {	
	content: "\A";
	white-space: pre ;
}*/

/*商品番号*/
.fs-c-productNumber {
    max-width: 80%;
}

/*キャッチコピー*/
.fs-c-productNameHeading__copy {
    font-weight: normal;
}

/*商品名*/
.fs-c-productNameHeading__name {
/*	color: #bf0000;*/
}

/*価格*/
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2.2rem;
	font-weight: normal;
}

/*元値*/
.fs-c-price__currencyMark,.fs-c-price__value {
	/*font-size: 1.2em;*/
	color: #bf0000;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #bf0000;/*#006db8;*/
    /*font-weight: bold;*/
}

/*SNSの高さ合わせ*/
.sns {
	margin-top: 4px;
}

/*ポイント部分*/

div.fs-c-productPointDisplay {
    background: #c99f7d;
    color: #ffffff;
	border-radius: 5px;
	width: 50%;
	line-height: 2em;
	text-align: center;
}

.fs-c-productPointDisplay__quantity {
    font-size: 1.5em;
}


/*商品ページ最下部おすすめ商品の商品一言説明*/
span.fs-c-productName__copy {
    display: none!important;
}



/*商品ページスペック部分のリンク装飾*/
.underbasket a {
	text-decoration:underline;
	color: #0000bf;
}

.underbasket a:hover {
	color: #9b2429;
	text-decoration:none;
}

.underbasket a:active, a:focus {
	outline: 0;
}

.underbasket a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}


/*商品ページ文字*/
/*div.itemdesc div {
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.4em;
    border: 1px #f2f2f2 solid;
}*/

/*商品ページ送料箇所装飾*/
span.fs-c-productPostage__value {
    margin-left: -11px;
}
span.fs-c-productPostage__label, span.fs-c-productPostage__value {
    background: #874e4c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.fs-c-productPostage::before,
.fs-c-productPostage::after  {
    content: ""!important;
}



/*スペック*/
div.itemdesc div.col_2 div {
	border-top: none;
	border-left: none;
	border-right: none;
}

/*奇数*/
div.itemdesc div.col_2 div:nth-child(2n+1) {
	border-bottom: 2px #bf0000 solid!important;
	/*width: 28%!important;*/
	width: 32%!important;
	margin-right: 1%;
}
/*偶数*/
div.itemdesc div.col_2 div:nth-child(2n) {
	border-bottom: 2px #696969 solid!important;
	/*width: 70%!important;*/
	width: 67%!important;
	
}


/*3列並び*/
div.itemdesc div.col_3 div {
	border-top: none;
	border-left: none;
	border-right: none;
}
/*奇数*/
div.itemdesc div.col_3 div:nth-child(3n-2) {
	border-bottom: 2px #bf0000 solid!important;
	width: 18%!important;
	margin-right: 2%;
}
/*偶数*/
div.itemdesc div.col_3 div:nth-child(3n-1),div.itemdesc div.col_3 div:nth-child(3n) {
	border-bottom: 2px #696969 solid!important;
	width: 38%!important;
	margin-right: 2%;
}

/*発送日*/
iframe.deliverydate {
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
/*
.fs-c-productCarouselMainImage__image > img {
    width: 600px!important;
    height: 600px!important;
}

@media(max-width: 767px){
	.fs-c-productCarouselMainImage__image > img {
		width: 100%!important;
		height: 100%!important;
	}
}*/

.fs-c-productCarouselMainImage__image > img {
    max-width: 630px;
    max-height: 95%;
}

/*keyword*/
ul.keywords {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}

ul.keywords > li {
	background-color: #ccc;
    margin-top: 3px;
	margin-left: 3px;
    color: #000;
    border-radius: 5px;
    font-size: 8px;
    padding: 5px;
}




/***********************************以下 sitemap.css***********************************/

.stemap {width: 100%;}

.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #000;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #000;
}

/*追加*/
.sitemap ul li ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #000;
}
 
.sitemap ul li ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #000;
}

/***********************************以下 about.css***********************************/


/*会社概要*/
div#detail h2 {
	margin-top:15px;
	margin-bottom:5px;
	font-size: 20px;
}

div#detail .txtindex2,
div#estimate .txtindex {
	background-color:#f0f0f0;
	border-top:2px #777 solid;
	color:000;
	font-size:18px;
	padding:15px;
	width:98%;
	margin-bottom:10px;
	margin:15px auto;
	letter-spacing:0em;
	font-weight:bold;
}
	
	
	
div#detail div.box {
    width: 100%;
    padding: 0;
    display: table;
    padding-left: 1%;
	padding-right: 1%;
}

div#detail div.box div.deidx {
	width:30%;
	padding:5px 15px;
	margin:15px 15px;
	line-height:1.4em;
	font-size:14px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	vertical-align:middle;
	display:table-cell;
}

div#detail div.box div.deidx2 {
	width:25%;
	padding:5px 15px;
	margin:15px 15px;
	line-height:1.4em;
	font-size:14px;
	border-top:1px #ccc solid;
	border-left:6px #ccc solid;
	border-bottom:1px #ccc solid;
	vertical-align:middle;
	display:table-cell;
}


div#detail div.box div.dedesc {
	width:70%;
	padding:5px 15px;
	margin:15px 15px;
	line-height:1.4em;
	font-size:14px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	vertical-align:top;
	display:table-cell;
}

div#detail div.box div.dedesc strong {
	color:#f00;
	font-weight:bold;
}

div#detail div.box div.dedesc p {
	width:80%;
	padding:5px;
	margin:15px 15px;
	line-height:1.4em;
	font-size:14px;
	border:1px #f00 solid;
	vertical-align:top;
}

div#detail div.box div.dedesc p.mini {
	width:80%;
	padding:5px;
	margin:15px 15px;
	line-height:1.4em;
	font-size:12px;
	border:1px #f00 solid;
	vertical-align:top;
}


div#detail div.box div.dedesc p.policy {
	line-height:1em;
	/*font-size:12px;*/
	border:0px;
	vertical-align:top;
	font-size:18px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


div#detail div.box div.dedesc ul {
	list-style:none;
}

div#detail div.box div.dedesc ul li {
	text-indent:1em;
}

div#detail div.box div.dedesc ul li.notice {
	text-indent:1em;
	font-size:12px;
	color:#000;
}

div#detail div.box div.dedesc ul li.adlist {
	text-indent:0em;
}

div#detail div.box div.dedesc ul li a {
	font-size:10px;
}

/*検索結果にキャッチコピーを表示しない*/
form span.fs-c-productName__copy {
    display: none;
}

 /**********************************以下マトリクス********************************/
.col_2.matb_matrix,
.col_3.mat_matrix{
    width: 100%;
}

.col_3.mat_matrix > div {
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.mat_matrix > div:nth-child(1),
.mat_matrix > div:nth-child(4),
.mat_matrix > div:nth-child(7),
.mat_matrix > div:nth-child(10){
    width: 16%!important;
	padding-top: 20%;
	font-weight: bold;
	border-left: 1px #ccc solid;
}

.mat_matrix > div:nth-child(1)::after,
.mat_matrix > div:nth-child(4)::after,
.mat_matrix > div:nth-child(7)::after,
.mat_matrix > div:nth-child(10)::after{
    font-family: 'Font Awesome 5 Free';
	content: "\f0a4";
	font-weight: 400;
}


.mat_matrix > div:nth-child(n+7){ border-bottom: 1px #ccc solid; }

.mat_matrix > div { width: 42%!important; }

.matb_matrix > div{ border: 1px #ccc solid; }

p.idx {
	width: 100%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0px!important;
	background-color: #f2f2f2;
    border: 2px #f2f2f2 solid;
}


/***********************************以下 media ***********************************/


@media(max-width: 767px){
	div.horizontal_scroll_wrapper ul.horizontal_scroll,
	div.horizontal_scroll_wrapper ul.horizontal_scroll_menu{
		padding-bottom:18px;
	}
	
	div.recommend_box ul.recommend_box_scroll_menu li {
		flex:0 0 40%;
		padding-top:0;
		padding-bottom:0;
		padding-right:2.5px;
		padding-left:2.5px;
		max-width: 40%;
		margin-bottom: -10px;
	}


	/*SP商品ページかごへ位置*/
	.fs-p-scrollingCartButton {
		position: fixed;
		right: 0;
		bottom: 20%;
		display: none;
	}

	.underbasket a {
		text-decoration:underline!important;
		color: #0000bf!important;
	}
	
	.underbasket a:hover {
		color: #9b2429!important;
		text-decoration:none;
	}

	.underbasket a:active, a:focus {
		outline: 0;
	}
	
	.underbasket a:visited {
		color: #bf0000;
	}
	
	.underbasket a:hover img {
		opacity:0.8;
		filter:alpha(opacity=80);
	}
	
	br.br_sp {
		display: block;
	}

	.fs-c-productCarouselMainImage__image > img {
		max-width: 100vw;
		max-height: 100vh;
	}
	
	div.oricomment p {
		font-size: 0.8em;
		margin-top: -7px;
		color: #00f;
	}
	
	div.oricomment p::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		font-size: 1em;
		line-height: 1em;
		color: #00f;
		white-space: pre;
		content: "\f0da";		
	}
	
}