@charset "Shift_JIS";


/*------------------------------------------------------*/
/* web font */

/*================================================================================
 ブランド レイアウト用
 ※各ブランド共通
================================================================================*/

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

img {
	vertical-align: top;
}


input {
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


.contentsBlockIn{
	padding:0 0px;
	position:relative;
}

.contentsBlockIn02{
	padding:10px 10px 20px;
	position:relative;
}
a.txt_line{
	text-decoration: underline !important;
}

.contentsBlock_detailIn{
	padding:0 10px;
	position:relative;
}
/*----------------------------------------------------
 タイトル
----------------------------------------------------*/

.pointTtl{
	position:relative;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:15px;

	color:#fff;

	 font-weight: 700;
	 font-style: normal;
	 font-size: 15px;
	 line-height:1;
	 z-index:2;
}

.pointTtl:before {
    content: "";
    display: block;
    border-top: solid 1px #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.pointTtl span{
	position:relative;
	z-index: 10;
	min-width:150px;
	background:#000;
	display:inline-block;
	text-align:center;
	padding:8px 10px 0 10px;
	line-height:1;
	white-space:nowrap;

	/**/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	height:30px;
}
.pointTtl span:before{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
	left:-15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #000;
}
.pointTtl span:after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
	right:-15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #000;
}



.contentsTtl {
	line-height:1;
	margin: 60px 0 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}


.contentsTtl2 {
	line-height:1;
	margin: 60px 0 25px;
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}

.contentsTtl3 {
	line-height:1;
	margin: 0px 0 12px;
    color: #000000;
    font-size: 13px;
    font-weight:400;
    text-align: left;
    letter-spacing: 0.03em;
}


/*webカタログ 見出し*/
.webCataBox .detail_ttl4{
	line-height:1;
	margin: 30px 0 25px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}
.webCataBox .detail_ttl3 {
	line-height:1;
	margin: 30px 0 25px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}
/*webカタログ 見出し　END*/


#itemDetailSlideArea .contentsTtl {
	padding:17px 0px 8px;
	color:#444444;

}

h2.ttl_item_detail{
	line-height:1;
	margin: 30px 0 25px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}


.contentsTtl .arrow {
	position: absolute;
	bottom:-12px;
	left: 5%;
	z-index: 10;
}
#catalogMain .contentsTtl .arrow {
	bottom:-8px;
}


/*----------------------------------------------------
 ボタン
----------------------------------------------------*/

/* ボタンL */
.btnL {
	width:94%;
	margin:0 auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom:10px;
}

/* ボタンM */
.btnMwrap {
	width:94%;
	margin:0 auto;
	margin-bottom:10px;
}

.btnSwrap {
	margin:15px auto 0;
}
.btnCatalog6Wrap{
	margin: 0 auto 10px;
	width: 80%;
}

.btnMwrap .btnLeft {
	width:49%;
	float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btnMwrap .btnRight {
	width:49%;
	float:right;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btnSwrap .btnLeftS {
	width:25%;
	float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btnSwrap .btnRightS {
	width:25%;
	float:right;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btnBuyAllWrap{
	bottom: 0;
	left: 0;
	padding: 0 10px 0 0;
	position: absolute;
	right: 0;
}

.btnL a,
.btnLeft a,
.btnRight a,
.btnLeftS a,
.btnRightS a {
	display:block;
	padding:15px 10px 0px 4px;
	text-align:center;
	font-size:12px;
	line-height: 1.2;
	height:45px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.btnTextL {
	font-size: 13px;
}
.btnTextL a,
.btnTextL input {
	height: 40px !important;
	padding-top: 13px;
}

.btnGray input {
	font-family: 'Noto Sans JP';
    font-weight: 400;
	background: transparent;
	font-size: 12px;
	width: 100%;
	border: none;
	padding:12px 10px 12px 4px;
	line-height: 1.2;
	color: #fff;

	height:45px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.btnMore {
	margin:10px 10px 10px 10px;
	border-radius: 0px;
}
	.btnMore a,
    .btnMore__alink{
        cursor: pointer;
		border: 1px solid #e6e6e6;
		background:#fff;

		text-align: center;
		line-height: 1;
		padding: 15px 15px 0;
		display: block;
		color: #000 !important;
		font-size:13px;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
	}
	.btnMore a span,
    .btnMore__alink span{
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 0 17px;
		background:url(/m/images/c/common_new/toggle_plus_icon2.png) 0% 50% no-repeat;
		background-size: 8px auto;
	}
/* ボタンカラー */


.btnGray {
	background:#666666;
}

.btnGray a,
.btnGray input {
	color: #fff;
	background-image: url(/m/images/c/common_new/arrow_r_w.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
	background-position: calc(100% - 15px) 50%;
	background-size: auto 10px;
}

.btnGray2 {
	background:#999999;
}

.btnGray2 a {
	color: #fff;
	background-image: url(/m/images/c/btn_arrow_g_right.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
	background-size: auto 10px;
}


.btnGray3 {
	background:#666666;
}

.btnGray3 a,
.btnGray3 input {
	color: #fff;
	font-size:12px;
	
	display:block;
	padding:12px 10px 12px 4px;
	text-align:center;

	height:42px;
	
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
}

.btnRed {
	background:#CC0033;
}
.btnRed a {

	background-image: url(/m/images/c/btn_arrow_re_right.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
	background-size: auto 10px;
}
.btnRed input {
	background-image: url(/m/images/c/btn_arrow_re_right.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
	background-size: auto 10px;

	width: 100%;
	color: #fff;
	border: none;
	font-size: 90%;
	padding: 10px 0;
}

.btnBack a {
	padding-left: 8%;

	background-image: url(/m/images/c/common_new/arrow_l_w.png);
	background-repeat:no-repeat;
	background-position: 8% 50%;
	background-position: 15px 50%;
	background-size: auto 10px;
}

.btnBackLink {
    text-align: center;
    font-size: 12px;
	margin:0 10px 20px;
}
	.btnBackLink a {
		display: block;
		color: #fff !important;
		padding: 14px 5px 0;
		background-color: #808080;
		background-image: url(/m/images/c/common_new/arrow_l_w.png);
		background-position: 14px 50%;
		background-repeat: no-repeat;
		background-size: auto 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
	}


.btnGray a,
.btnRed a {
	color:#fff;
}

.btnBack.btnLeftS a {
	background-position: 15% 50%;
}
.btnRightS a {
	background-position: 85% 50%;
}

/* ボタン文字サイズ */
.smallTxt a {
	font-size: 75%;
	line-height: 1.8;
}

/* 必須マーク */
.mustOption {
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: smaller;
    font-weight: normal;
    margin-left: 5px;
    padding: 1px 8px;
}
/* エラーメッセージ */
.errorMsg {
	color: #FF0000;
}

.styleNoItem{
	padding:30px 10px 50px;
	text-align:center;
}

.red {
	/*color:#CC0000;*/
	color: #ff0000;
}


/*----------------------------------------------------
 header
----------------------------------------------------*/

#headerWrap{
	background: #fff;
	margin-bottom: 10px;
}

#header.commonHeader {
	border-top:6px solid #000;
}

#headerTop {
	padding: 0 10px 10px;
	background: #fff;
}

#logo {
	width: 35%;
	float: left;
}
.paddingT10 {
	padding-top: 10px;
}
#logo img {
	width: 100%;
}

#status {
	padding-top: 10px;
	width: 65%;
	float: right;
}

#status p {
	text-align: right;
}

#status p a {
	color: #000000;
	font-weight: bold;
}

#status p span {
	color: #000000;
	padding: 0 5px;
	font-weight: bold;
}

#accountNav,
#accountNav2 {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3) inset;
	margin-bottom: 10px;
	background: #fff;
	padding-bottom: 1px;
}
#accountNav ul,
#accountNav2 ul {
	background: #666666;
	width: 300px;
	float: left;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3) inset;
}
#accountNav ul li,
#accountNav2 ul li {
	width:100px;
	float: left;
}
#accountNav ul li a,
#accountNav2 ul li a {
	display: block;
	height: 20px;
	color: #fff;
	font-size: 70%;
	padding: 47px 0 6px;
	text-align: center;
	border-right: 1px solid #8C8C8C;
}

#navMypage a,
#navMypage2 a {
	background:url(/m/images/c/header_nav_mypage.png) 50% 40% no-repeat;
}

#navFavorites a,
#navFavorites2 a {
	background:url(/m/images/c/header_nav_favorites.png) 50% 40% no-repeat;
}

#navHistory a,
#navHistory2 a {
	background:url(/m/images/c/header_nav_history.png) 50% 40% no-repeat;
}

#navCart,
#navCart2 {
	padding-left: 310px;
	padding-top: 5px;
}

#cartTtl,
#cartTtl2 {
	line-height: 68px;
	float: left;
}

#cartInfo,
#cartInfo2 {
	padding-left: 3em;
	background:url(/m/images/c/header_cart_bg.png) right center no-repeat;
}

#cartInfo p,
#cartInfo2 p {
	line-height: 34px;
	text-align: center;
}



#status #headerLogout {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #666666;
	color: #ffffff;
	font-weight: normal;
	font-size: 70%;
	padding: 3px 10px;
	margin-right: 5px;
	vertical-align:text-top;
}





/*----------------------------------------------------
 トップページ
----------------------------------------------------*/

/* TOPお知らせ */
.topnewsBlock{
	margin:20px 10px 10px;
}
.topnewsBlock .topnewsBlockTtl{
	margin-bottom:0 !important;
	background: #e6e6e6;
	text-align: center;
	font-size:13px;
	font-weight: 400;
	padding: 5px;
}
.topnewsBlock ul{
	border-bottom:1px solid #e6e6e6;
}
	.topnewsBlock ul li{
		border:1px solid #e6e6e6;
		border-bottom:none;
		background:#fff;

		font-size:12px;
	}
		.topnewsBlock ul li a{
			display:block;
			color:#222 !important;
			padding:10px 25px 10px 10px;
			background: url(/m/images/c/common_new/arrow_r.png) 93% 50% no-repeat;
			background: url(/m/images/c/common_new/arrow_r.png) calc(100% - 16px) 50% no-repeat;
			background-size: auto 8px;
			font-size:12px;
		}


/*カテゴリータブ*/
.funcTab{
	/*
	padding-bottom: 20px;
	*/
	padding-bottom: 0px;
}

.categoryTab{
	display: block;
	
	margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	display:table;
	table-layout: fixed;
    width: 100%;
    font-size: 12px;
}
.categoryTab li{
	display: table-cell;
    padding-right: 2px;
    vertical-align: bottom;
	text-align: center;
	/* width:20%; */
}
.categoryTab li a{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	display: inline-block;
    height: auto;
    padding: 13px 0;
    background-color: #ffffff;
    color: #000000;
	text-align: center;
	font-size:13px;
	font-weight: 400;
}
.categoryTab li.current a{
	height: auto;
    margin-bottom: -1px;
    padding: 12px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #333333;
}


.categoryTab.rankTab{
	margin-bottom: 0px;
}
	.categoryTab.rankTab li a{
		padding: 13px 0;
	}
	.categoryTab.rankTab li.current a{
		padding: 12px 0;
	}


/* コンテンツ */


#contentsBnr li {
	margin-bottom:1px;
}

#contentsBnr li img {
	width:100%;
}



/*----------------------------------------------*/
/* 検索ブロック */
.searchBoxWrap {
	margin-bottom:25px;
}

.searchBlock {
	border:1px solid #e6e6e6;
	padding: 1px;
	margin: 10px;
}
.searchTipWrap {
	border:1px solid #e6e6e6;
	padding: 1px;
	padding:10px;
}

.searchTtl {
	color: #000000;
	font-size:14px;
	text-align:center;
	font-weight: 400;
	padding: 0 0 10px 0;
	border-bottom:1px solid #e6e6e6;
}


.searchTip {
	padding:10px 0;
	color: #000000;
	font-size:12px;
}

.searchTip_more{
	display:none;
}



.searchTipArrow a{
	display:block;
	text-align:center;
	background:url(/m/images/c/common_new/arrow_btm2.png) 50% 50% no-repeat;
	background-size: 8px auto;
	height:8px;
	padding:6px;
	line-height:1;
}
	.searchTipArrow a.more_close{
		background:url(/m/images/c/common_new/arrow_up2.png) 50% 50% no-repeat;
		background-size: 8px auto;
	}



.searchBoxWrap form{
	width:100%;
}

.searchBoxWrapInner{
	margin-top: 20px;
	margin-bottom:20px;
	padding: 0px 0 0 0;
	position: relative;
	display: block;
}
	.searchBoxWrapInner .searchBox {
		background: #fff;
		color:#808080;
		padding: 0px 10px 0px;
		width: 100%;
		height: 40px;
		line-height: 1.5;
		border: 1px solid #808080;
		outline: 0;
		font-size: 12px;
		font-family: 'Noto Sans JP';
		font-weight: 400;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		appearance: none;
	}
	.searchBoxWrapInner input.searchBtn{
		position: absolute;
		top: 0px;
		right: 0px;
		background: url(/m/images/c/common_new/header_search_btn.png) 50% 50% no-repeat;
		background-size: 15px 15px;
		padding: 0px;
		height: 40px;
		width: 40px;
		border: none;
		outline: 0;
		-webkit-appearance: none;
		appearance: none;
	}





/* カテゴリー一覧 */
.categoryList {
	background:#FFFFFF;
	margin-bottom:6px;
	border-bottom: 1px solid #CCCCCC;
}
	.categoryList li {
		width:50%;
		float:left;
	}
	.categoryList li a {
		display:block;
		border-bottom:1px solid #EDEDED;
		padding:14px;
		background:url(/m/images/c/btn_arrow_wh_right.png) 95% 50% no-repeat;
	}
	.categoryList li:nth-child(odd) a {
		border-right:1px solid #EDEDED;

	}

#itemSearch p.btnL.btnGray {
	margin-top: 10px;
}



.noItem {
	padding: 40px 0;
	text-align: center;
}

/*----------------2014/08 Google MAPS -----------------*/
/*2014renew*/
.google-maps {
	position: relative;
	/* 縦横比*/
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/* ニュース */
.newsList {
	margin: 15px 0 0 0;
    padding: 0;
}
	.newsList li {
		padding:0px;
		margin: 0px;
		border-bottom: 1px solid #EDEDED;
	}
		.newsList li:first-child {
			border-top: 1px solid #EDEDED;
		}
		.newsList li.lastChild {
			margin-bottom: 0;
			border: none;
		}
		.newsList li a{
			display: block;
			overflow: hidden;
			min-height:80px;
		}

	.newsList + .view_all_btn{
		padding-top: 20px;
	}

.newsImg {
	width:80px;
	float:right;
    text-align:right;
    
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    
}
	.newsImg img{
		width:80px;
		height: 80px;
	}

	.newsList .newsInfo {
		width:inherit;
		float: none;
		padding: 10px 105px 10px 15px;
		font-size:12px;
	}

	.newsList .newsDate {
		color:#666666;
	}
	.newsDate span {
		display: inline-block;
		margin-left: 8px;
		color: #f54545;
	}

	.newsList .newsTtl{
		color: #333333;
		font-size: 13px;
	}
	.newsList .newsTxt{
		color: #808080;
		font-size:10px;
	}



/*----------------------------------------------------
 展示商品一覧・雑誌掲載一覧
----------------------------------------------------*/

.pageTtl {
	line-height: 1.2;
	padding: 12px 10px;
	background: #999999;
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
	.pageTtl a {
		color: #fff;
	}


.pageTtl2 {
	line-height: 1.2;
	padding: 0px 10px 5px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}

/* 検索ブロック */
.itemSearchBlock {
	font-size:12px;
	margin: 0 10px 20px;
	border:1px solid #e6e6e6;
	border-top:none;
}

.itemSearchBlockTab{
	margin-top: 10px;
	
}
.itemSearchBlockTab li{
	float:right;
	width:49%;
	margin-right: 2%;
	/**/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	min-height:45px;
	border-top:1px solid #e7e7e7;
	
}
.itemSearchBlockTab li:first-child{
	margin-right: 0;
	border-left:1px solid #e7e7e7;
}
.itemSearchBlockTab li:last-child{
	border-right:1px solid #e7e7e7;
}
.itemSearchBlockTab li.sortBtn{
	padding:0px;
	background:#fff;
}

.itemSearchBlockTab li.sortBtn.bo_btm{
	border-bottom:1px solid #e7e7e7;
}

/* ============================ */
.resultRefine {
	border-top: 1px solid #e7e7e7;
	background: #fff;
}

.resultRefine span {
	position: relative;
	display: block;
	padding: 17px 15px 0;
	line-height:1;
	
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	background: url(/m/images/c/common_new/toggle_plus_icon2.png) no-repeat 96% 50%;
	background: url(/m/images/c/common_new/toggle_plus_icon2.png) no-repeat calc(100% - 14px) 50%;
	background-size: 10px auto;
	
	cursor:pointer;
	
	min-height:44px;
}
.resultRefine span.close {
	background: url(/m/images/c/common_new/toggle_minus_icon2.png) no-repeat 96% 50%;
	background: url(/m/images/c/common_new/toggle_minus_icon2.png) no-repeat calc(100% - 14px) 50%;
	background-size: 10px auto;
}

/* ============================ */
.resultRefine2{
	background: #fff;
	color: #000000;
	font-size:12px;
}

.resultRefine2 span{
	position: relative;
	display: block;
	padding: 15px 15px 0;
	line-height:1;
	
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	background: url(/m/images/c/common_new/toggle_plus_icon2.png) no-repeat 96% 50%;
	background: url(/m/images/c/common_new/toggle_plus_icon2.png) no-repeat calc(100% - 14px) 50%;
	background-size: 10px auto;
	
	cursor:pointer;
	
	min-height:44px;
}
.resultRefine2 span.close {
	background: url(/m/images/c/common_new/toggle_minus_icon2.png) no-repeat 96% 50%;
	background: url(/m/images/c/common_new/toggle_minus_icon2.png) no-repeat calc(100% - 14px) 50%;
	background-size: 10px auto;
}
.resultRefine2 span.close::after{
	content: " ";
	display: block;
	width:100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom:-1px;
	left: 0;
	z-index: 10;
}
.refineDetail2{
	padding: 5px 9px 20px 9px;
	background-color:#fff;
	border-top:1px solid #e7e7e7;
	/**/
	display:none;
}

.refineDetail {
	padding: 16px;
	color: #666666;
}
.itemSearchBlock .refineDetail {
	padding: 5px 9px 20px 9px;
}


.refineDetail select,
.refineDetail2 select,
.refineDetail3 select {
	width:100%;
}
.radio_type1{
	display:block;
	padding:8px;
	color:#fff;
	font-size:11px;
}
.radio_type1 input[type="radio"]{
	-webkit-appearance:none;
	appearance: none;
	
	background: #fff;
	border:none;
	border-radius: 50%;
	display: inline-block;
	font-size: inherit;
	height: 20px;
	margin: 0 7px 0 0;
	padding: 0;
	vertical-align: middle;
	width: 20px;
}
.radio_type1 input[type="radio"]:checked{
 	position: relative;
}
.radio_type1 input[type="radio"]:checked::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50%;
	background:#666;
}

.refineDetail_p{
	color: #000000 !important;
	margin:5px 0px 5px;
}

.refineDetailTable {
	margin: 10px 0;
	width:100%;
}

.refineDetailTable th {
	text-align: left;
	font-weight: normal;
	font-size:11px;
	width:6.5em;
	color: #000000;
	padding:5px 5px 5px 0px;
}
.refineDetailTable td {
	text-align: left;
	padding:5px 0px 5px 5px;
}
.refineDetailTable td .refineDetail_inTable {
	border-collapse:collapse;
	width:100%;
}
.refineDetailTable td .refineDetail_inTable td {
	border:1px solid #d8d7d7;
	padding:0;
	width:50%;
}

/*==========================*/
.refineDetail select {
	width:100%;
	margin-top: 5px;
	height:25px;
}

.refineDetail .refineDetailTable {
	margin: 10px 0;
	width:100%;
}

.refineDetail .refineDetailTable th {
	text-align: left;
	font-weight: normal;
	width:7em;
	line-height: 2;
	padding:0px;
	color: #666666;
}
.refineDetail .refineDetailTable td {
	text-align: left;
	padding:0px;
}

.refineDetail .refineDetailTable td select {
	/*
	width: 50%;
	*/
}

/*==========================*/
.refineBtn input {
	-webkit-appearance:none;
	appearance: none;
	
	border: none;
	font-size: 12px;
	width: 100%;
	padding: 15px 0;
	background-color:#808080 !important;
	color: #fff !important;
	
	font-family: 'Noto Sans JP';
    font-weight: 400;
}


.browsBtn{
	width:100%;
	background-color: #666666;
}

.browsBtn input {
	border: none;
	font-size: 12px;
	width: 100%;
	padding: 10px 0;
	background-color:#666666 !important;
	background-image: url(/m/images/c/btn_brows_icon.png);
	background-repeat:no-repeat;
	background-position: 65% 50%;
	background-size: 15px auto;
	color: #fff;
	
	font-family: 'Noto Sans JP';
    font-weight: 400;
}


/* sortBlock */
.sortBlock {
	padding: 10px 5px 10px 10px;
	border-top: 1px solid #CCCCCC;
	background: #fff;
}

.sortBlock .showNum {
	line-height: 48px;
	font-size: 90%;
	margin-right: 10px;
	float: left;
}

.sortBlock .showNumCenter {
	line-height: 48px;
	font-size: 90%;
	text-align: center;
}

.sortBlock .sortBtnBlock {
	float: right;
}

.sortBlock .sortBtnBlock_center {
	float:none !important;
	text-align:center !important;
}

.sortBlockNote{
	padding:0px 0 20px;
	font-size:12px;
	text-align:center;
}

.sortBlock .sortBtnBlock_center form {
	display:inline-block;
	margin:0 auto;
}

.sortBlock .sortBtnBlock p {
	float: left;
	padding-top:10px;
	font-size: 10px;
}
.sortBlock .sortBtnBlock p.sortBtn {
	width: 183px;
	float: left;
	padding-top:0px;
	margin-left: 5px;
}

select.selet_style01{
    -webkit-appearance: button;
    appearance: button;
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
	padding: 10px 35px 10px 10px;
    vertical-align: middle;
    width: 100%;
    border-radius: 0px;
	
    border:1px solid #e6e6e6;
	height: 40px;
    font-size: 12px;
	color: #000000;
    background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat 95% center;
	background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat calc(100% - 15px) center;
    background-size: 10px auto;

	font-size:12px !important;
}

.itemSearchBlockTab select.selet_style01,
.refineDetail2 select.selet_style01{	
    -webkit-appearance: button;
    appearance: button;
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
	padding: 10px 35px 10px 10px;
    vertical-align: middle;
    width: 100%;
    border-radius: 0px;
	
    border:1px solid #e6e6e6;
	height: 40px;
    font-size: 12px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
    background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat 95% center;
	background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat calc(100% - 15px) center;
    background-size: 10px auto;

	font-size:12px !important;
	margin-bottom:0px;
}

.itemSearchBlockTab select.selet_style01{
	border:none;
	height: 44px;
}

select.selet_style_buy{	
	padding:15px 8px;
	color:#444444;
	background-color:#ededed;
	background-image: url(/m/images/c/common_new/arrow_btm_cart.png);
	background-repeat:no-repeat;
	background-position: 96% 50%;
	background-size: 12px auto;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	width:100%;

	-webkit-appearance: button;
    appearance: button;
	border-radius: 0;
		
	margin-bottom:0px;

	border:3px solid #666;
	line-height:1;

	font-size:13px !important;
}

/* END sortBlock */


/* related-keywords(2020/10) */
.related-keywords-wrap{
    margin: 10px 0px 15px 0px;
    border: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.related-keywords{
    display: inline-block;
    white-space: nowrap;
    padding: 6px 10px;
}
.related-keywords .related-keywords-item{
    display: inline-block;
}
.related-keywords .related-keywords-item a{
    color:#0191cf;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
}
/* END related-keywords(2020/10) */

.itemListV {
	padding: 10px 0;
}

.itemListV li {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.itemListV li a {
	color:#666666;
	display: block;
	background-image: url(/m/images/c/btn_arrow_wh_right.png);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	background-size:auto 10px;
}

/* 2014renew */
.itemListV li a .itemBrandLogo{
	padding:0 15px 5px;
}
/* END 2014renew */

.itemImgV {
	width:40%;
	float: left;
	margin-right: 3%;
}

.itemImgV img {
	width:100%;
}


.itemSpecV {
	width: 52%;
	float: left;
	padding-top: 5px;
	
	font-size:12px;
}

.itemNameV {
	font-size: 110%;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.itemPostedPage {
	font-size: 11px;
	color: #999999;
	text-align:left;
	margin-bottom: 5px;
}
.itemShopNameV {
	font-size: 13px;
	margin:0 0 5px 0;
}

.itemModelTallV {
	font-size: 13px;
}
.itemModelSize{
	font-size: 13px;
}

.itemIconV {
	/*
	height: 3em;
	*/
	text-align:center;
}

#itemMenu .itemIconV{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
#itemMenu .reviewItem .itemIconV{
	margin-left: 0px;
	margin-right: 0px;
}

.itemPriceV {
	border-top:1px solid #CCCCCC;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:8px;
	text-align:left;
	font-size: 14px;
	color: #999999;
}

.reviewItem .itemPriceV {
	margin-left: 0px;
	margin-right: 0px;
}

.itemTextBold {
	font-weight: bold;
}

.itemPriceV.priceOff {
	color:#CC0000;
}

/* 20130314追記 */
.itemSpecV .reviewCount,
.itemSpec .reviewCount,
.rankingItemList .reviewCount {
	margin-top: 0px;
	font-size: 100%;
	padding: 0px 0 10px;
	color: #333333;
}
.itemSpec .reviewCount,
.rankingItemList .reviewCount {
	text-align: left;
}
/* 20130314追記 */
.pagerBlock {
	padding-bottom: 20px;
}

.pages {
	text-align: center;
	padding: 15px 15px 5px;
	font-size:12px;
}

.pages_top {
	border-bottom:1px solid #CCCCCC;
	text-align: center;
	padding: 15px;
}

/* ニュース一覧 */
.newsTtlDate {
	font-size: 90%;
	line-height: 1;
	color: #CCCCCC;
}
#newsMain {
	padding: 25px 20px;
	font-size:12px;
}
#newsMainImg {
	margin-bottom: 10px;
}

#newsMainImg img {
	width:100%;
}

/* 商品詳細 */
.itemStatusBlock {
	text-align:center;
	padding-top: 12px;
	border-top: 2px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
.itemStatusBlock p {
	margin-bottom: 5px;
}
.itemPriceBLock {
	padding: 16px 0;
	text-align: center;
	border-bottom: 1px solid #EDEDED;
}

.item_detailText_top{
	padding:5px 0px 15px;
	font-size: 12px;
	font-weight: 400;
}

.detailInfoBlock {
	margin-bottom: 0px;
	padding: 12px 16px 12px;
}
.detailInfoBlock .itemIconV {
    text-align: left;
}

.postageTable {
	margin: 15px 0 15px;
	background-color:#f7f7f7;
	padding:10px 5px 5px 10px;
	font-weight: 400;
	text-align: left;
	text-align:left !important;
	font-size:12px;
	color:#333;
}
	.postageTable div{
		margin-bottom: 5px;
	}
		.postageTable div img{
			vertical-align: middle;
		}


.item_detail_campaign{
	clear: both;
	text-align:left;
	color:#fe8831;
	padding:0px;
	font-size:14px;
	font-weight: 400;
}
.item_detail_campaign span{
	border:1px solid #fe8831;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

.detailInfoBlock .postageTable td.getPoint {
}

.detailInfoBlock select {
	font-size: 120%;
	margin:0 0 10px 0;
	height: 50px;
}

.specTable_ttl{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}


/*============================================================
商品詳細 201608 素材感
============================================================*/
.detailTexture{
    padding:10px 0 10px;
    overflow:hidden;
}
    
    .detailTexture table{
        border-top:1px solid #e6e6e6;
        width:100%;
    }
        .detailTexture table th{
            width:75px;
            padding:10px 0px;
            line-height:1;
            border-bottom:1px solid #e6e6e6;
            vertical-align:top;
        }
        .detailTexture table th div{
            border-right:1px dotted #cccccc;
            padding:5px 0px;
            text-align:left;
            font-size:14px;
            font-weight: 400;
            color: #000000;
            line-height:1;
        }
        
        .detailTexture table td{
            padding:10px 0px 10px 8px;
            line-height:1;
            border-bottom:1px solid #e6e6e6;
            vertical-align:middle;
        }
            .detailTexture table td ul{
                overflow:hidden;
            }
                .detailTexture table td ul li{
                    width:33.1%;
					margin-right: 0.2%;
                    float:left;
                    text-align:center;
                }
                    .detailTexture table td ul li span{
                        width:65px;
                        margin:0 auto;
                        display:block;
                        text-align:center;
                        color:#999999;
                        font-size:13px;
                        padding:6px 0;
                        
                        border-radius:30px; 
                    }
                    .detailTexture table td ul li span.checked{
                        color:#ffffff;
                        background:#999999;
                    }
           #itemDescription .detailTexture table td p{
               padding:5px 0px 0 0;
               font-size:12px;
               line-height:1.4;
			   margin: 0 0 0 -8px;
           }

/* 商品詳細 201608 素材感 END */

.specTable {
	margin: 0 0 20px;
	font-size:14px;
}

	.specTable th {
		text-align: left;
		padding-right: 10px;
		font-weight: 400;
		color: #000000;
		white-space:nowrap;
		padding-bottom:5px;
	}
	.specTable td {
		text-align: left;
		padding-bottom:5px;
		color:#333;
	}

	.wash_iconList img{
		margin-right: 10px;
	}

    #itemDescription .specTable td p.free_comment{
        font-size:10px;
        padding:5px 0;
    }

#cartBtn {
	width:68%;
	float:right;
	background: #d90404;
}

#cartBtn a{
	display: block;
	line-height: 2.4;
	text-align:center;
	color: #fff;
	border:none;
	height:48px;
	overflow:hidden;
}

#stylingDetail #cartBtn {
	width:54%;
	float:left;
	background: #d90404;
}
.buyAllBtn{
	background-color: #d90404;
	display: block;
	margin: auto;
}

#stylingDetail #cartBtn a, .buyAllBtn a{
	display: block;
	line-height: 1.4;
	text-align:center;
	color: #fff;
	border:none;
	height:38px;
	overflow:hidden;
}

#cartBtn a span, .buyAllBtn span{
	background-image: url(/m/images/c/common_new/icon_cart.png);
	background-repeat:no-repeat;
	background-position: 0px 47%;
	background-size: 14px auto;
	padding:10px 0 12px 20px;
	display:inline-block;
	font-size:13px;
}

#stylingDetail #cartBtn a span,
.buyAllBtn span{
	background-image: url(/m/images/c/common_new/icon_cart.png);
	background-repeat:no-repeat;
	background-position: 0px 47%;
	background-size: 20px auto;
	padding:10px 0 12px 27px;
	display:inline-block;
	font-size:13px;
}

#cartBtn input{
	width: 100%;
	padding:12px 0 12px 12px;
	line-height: 1.2;
	text-align:center;
	font-size:90%;
	color: #fff;
	border:none;
	background:url(/m/images/c/btn_cart_icon.png) 13% 50% no-repeat;
}

#reserveBtn {
	width:68%;
	float:right;
	/*
	background: #D96D00;
	*/
	background: #d90404;
}

#reserveBtn input{
	width: 100%;
	padding:12px 0 12px 12px;
	line-height: 1.2;
	text-align:center;
	font-size:90%;
	color: #fff;
	border:none;
	background:url(/m/images/c/btn_reserve_icon.png) 25% 50% no-repeat;
}
#reserveBtn a{
	display: block;
	line-height: 2;
	text-align:center;
	color: #fff;
	border:none;
	height:48px;
	overflow:hidden;
}
#reserveBtn a span{
	background-image: url(/m/images/c/common_new/icon_cart.png);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	background-size: 14px auto;
	padding:12px 0 12px 20px;
	display:inline-block;
	font-size:13px;

}

#restockedBtn {
	width:68%;
	float:right;
	background: #000;
}

#restockedBtn input{
	width: 100%;
	padding:12px 0 12px 12px;
	line-height: 1.2;
	text-align:center;
	font-size:12px !important;
	color: #fff;
	background: transparent;
	border:none;
}

#restockedBtn a{
	width: 100%;
	display:block;
	padding:17px 0 17px 0px;
	line-height: 1.2;
	text-align:center !important;
	font-size:13px !important;
	color: #fff !important;
	background: transparent;
	border:none;
}





.detailSNS {
	padding-top:20px;
	padding-bottom: 20px;
	position:relative;
	height:30px;
}

.detailSNS div {
	width:33%;
	float:left;
	text-align:center;
}





#itemDetailComment{
	padding:0px 0px 10px;
	color:#333;
}


#itemDescription p {
	padding: 0px 0px;
	font-size: 14px;
}

#itemDescription .detailTexture p {
	font-size: 12px;
}

#itemSize {
	background: #fff;
}

.contentsInr {
	padding: 16px;
}

.itemSizeTableWrap{
}

.borderTable {
	width:100%;
	font-size: 10px;
	margin-bottom:20px;
}

.borderTable th,
.borderTable td {
	text-align: center;
	font-weight: 400;
	padding: 8px 5px 8px 5px;
	border-bottom:1px solid #ededed;
}
.borderTable th{
	padding: 8px 5px 8px 5px;
	background:#ededed;
}
.borderTable tr th:first-child,
.borderTable tr td:first-child{
	text-align: left;
	padding-left: 10px;
}

.borderTable2 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	font-size: 85%;
}

.borderTable2 th,
.borderTable2 td {
	text-align: center;
	font-weight: normal;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.borderTable2 th{
	background:#dddddd;
}
.borderTable2 td{
}


#itemSizeWrap{
	padding:0 15px;
}


.itemSizeMeasurementComment{
	font-size:12px;
	margin-bottom: 20px;
}

.sizeImg_link{
	margin-bottom: 20px;
}
	.sizeImg_link a{
		display: block;
		font-size:14px;
		font-weight: 400;
		text-align: center;
		height: 45px;
		border:1px solid #999999;
		padding:11px 0px 0;
		border-radius: 4px;
		color: #000000;
		text-decoration: none;

		-webkit-box-sizing: border-box;
			box-sizing: border-box;
	}
.sizeImg {
	text-align: center;
	background: #fff;
}
	.sizeImg img {
		max-width: 100%;
		height: auto;
	}


#modelInfo {
	background: #fff;
}
#itemDetailBlock {
	background: #fff;
	padding:15px 0px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-bottom: 15px;
}
#itemNotesBlock {
}

#itemNotesBlock p{
	font-size:14px;
	color:#333;
}

#reviewInfo {
	padding: 0px 10px 5px 10px;
	font-size:12px;
}
	#reviewNum {
		padding: 5px;
		font-weight: bold;
		font-size: 12px;
	}


.customerReview {
	padding: 16px;
	margin-bottom: 1px;
}

.stylingShopName {
	text-align: center;
	font-size:10px;
}

.reviewer {
	color: #999999;
}

.backItemDetail {
	margin-top: 20px;
}

#checkedItem .itemList li  {
	padding-top: 20px;
}


/*---------------------------------------------*/
/* 詳細スライド */
/*---------------------------------------------*/
.detailSlider {
	position: relative;
}
	.detailSlider .slides > li {
		text-align: center;
		position: relative;
	}
		.detailSlider .slides > li .detailSlider_photo{
			position: relative;
		}
			.detailSlider .slides > li .detailSlider_photo img {
				width: 100%;
			}
			.detailSlider .slides > li .detailSlider_photo video{
				width: 100%;
				height: auto;
				background: #fff;
			}

			.itemUse_btn{
				position: absolute;
				bottom:10px;
				left:10px;
				z-index: 10;
				
			}
				.itemUse_btn a{
					display: block;
					background-color: rgba(0,0,0,0.50);
                    /*
					background-image: url(/m/images/c/common_new/icon_plus_w.svg);
					background-position: 92% 50%;
					background-repeat: no-repeat;
   					background-size: 9px auto;
					*/
                    color:#fff;
					text-decoration: none;
					border-radius: 50px;
					overflow: hidden;
					font-size:13px;
					padding: 8px 12px 6px 12px;
                    line-height: 1;
                    min-height: 30px;
                    box-sizing: border-box;
				}
        
        .itemExpansion_btn{
				position: absolute;
				bottom:10px;
				right:10px;
				z-index: 10;
				
			}
				.itemExpansion_btn span{
                    cursor: pointer;
					display: block;
					background-color: rgba(0,0,0,0.50);
					background-image: url(/m/images/c/common_new/icon_expansion_w.svg);
					background-position: 10px 50%;
					background-repeat: no-repeat;
   					background-size: 16px auto;
					color:#fff;
					text-decoration: none;
					border-radius: 50px;
					overflow: hidden;
					font-size:13px;
					padding: 8px 12px 6px 33px;
                    line-height: 1;
                    min-height: 30px;
                    box-sizing: border-box;
				}

		.detailSlider .slides > li a{
			display:block;
			position:relative;
		}
		.detailSlider .slides > li span.movie_play{
			cursor: pointer;
			display:block;
			content:"";
			position:absolute;
			top:50%;
			left:50%;
			background:url(/m/images/c/common_new/main_ph_movie_arrow.png) 0 0 no-repeat;
			background-size:69px auto;
			width:69px;
			height:71px;

			margin-top:-38px;
			margin-left:-35px;
			z-index: 99;
		}
			.detailSlider .slides > li a.movie_ph:after{
				content:"";
				position:absolute;
				top:50%;
				left:50%;
				background:url(/m/images/c/common_new/main_ph_movie_arrow.png) 0 0 no-repeat;
				background-size:69px auto;
				width:69px;
				height:71px;

				margin-top:-38px;
				margin-left:-35px;
			}

.webCataBox .detailSlider .slides > li img{
	width: 100%;
	height: auto;
}

.itemCaption {
	text-align: center;
	padding: 10px;
	font-size:12px;
	color:#333333;
}
.itemStock {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
.itemStock dt {
	display: inline-block;
	vertical-align: middle;
}
.itemStock dd {
	background: #f7f7f7;
	border: 1px solid #aaa;
	display: inline-block;
	padding: 3px 8px 2px;
	border-radius: 0.8em;
	overflow: hidden;
	color: #000000;
	vertical-align: middle;
	line-height: 1.3em;
}
.itemStock dd+dd {
	margin-left: 5px;
}
.itemStock dd span {
	display: inline-block;
	padding-left: 3px;
}
.itemStock dd.out {
	background: #dedede;
	color: #777;
}


/* この写真に使用しているアイテム */
.itemUseUP {
    background: #fff;
}
.itemUseUP .modalBlock{
	margin: 0 !important;
}
.itemUse_box{
	margin: 0 -9px;
}
.itemUse_box ul{
	background: #fff;
	border-top:1px solid #e6e6e6;
}
.itemUse_box ul li{
	border-bottom:1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.itemUse_box ul li a{
	display: table;
	width:100%;
	background: #fff url(/m/images/c/common_new/arrow_r.png) 96% 50% no-repeat;
	background: #fff url(/m/images/c/common_new/arrow_r.png) calc(100% - 10px) 50% no-repeat;
	background-size: auto 10px;
}
.itemUse_box ul li a .itemUse_box_l{
	display: table-cell;
	width:70px;
	line-height: 0;
	font-size:0;
	vertical-align: middle;
}
.itemUse_box ul li a .itemUse_box_l img{
	width:70px;
	height: auto;
}
.itemUse_box ul li a .itemUse_box_r{
	display: table-cell;
	padding: 3px 20px 3px 10px;
	vertical-align: middle;
}
.itemUse_box ul li .item_name{
	display: block;
	word-break: break-all;
}
.itemUse_box ul li .item_color{
	display: block;
	padding: 0 0px 5px;
	font-size:10px;
}
.itemUse_box ul li .item_value{
	display: block;
	padding: 0 0px 5px;
	font-size:12px;
}
.itemUse_box ul li .item_value span{
	padding: 0px 0px 0px 5px;
	font-size:10px;
}
/* END この写真に使用しているアイテム */	


/*---------------------------------------------*/
/* 詳細スライド：：サムネイルスライド */
/*---------------------------------------------*/
.thumbSlider {
	position: relative;
	padding:15px 31px 40px;
	overflow:hidden;
	border-bottom:1px solid #bbbbbb;
	margin-bottom:15px;
}

.thumbSlider .slides li {
	margin-right: 0px;
	text-align: center;
	font-size:11px;
	position:relative;
}
.thumbSlider .slides li figure{
	position: relative;
	overflow: hidden;
	width:70px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.thumbSlider .slides li figure img{
	width:70px;
	height: auto;
}
.thumbSlider .slides li.movie_thumb:after{
	content:"";
	position:absolute;
	top:48px;
	left:50%;
	background:url(/m/images/c/common_new/thumb_movie_arrow.png) 0 0 no-repeat;
	background-size:20px auto;
	width:20px;
	height:20px;

	margin-top:-15px;
	margin-left:-9px;
}
.thumbSlider .slides li p{
	padding-top: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#333333;
}

.thumbSlider .slides li.flex-active-slide img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.thumbSlider .flex-direction-nav a  {
	position:absolute;
	top:50%;
}

.thumbSlider .flex-control-nav {
	position:absolute;
	bottom:10px;
	left:0;
}

#detailthumbSlider.thumbSlider {
	padding:20px 0px 15px;
	margin-bottom: 10px;
	border-bottom:none !important;
}
#detailthumbSlider.thumbSlider .flex-control-paging{
	display:none !important;
}

.flex-control-paging li a {
width: 8px; height: 8px; display: block; background: #CCCCCC; background:rgba(cc,cc,cc,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; box-shadow: inset 0 0 3px rgba(0,0,0,0);
}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #999999; background: rgba(99,99,99,0.9); cursor: default;
}

.detailSlider .flex-direction-nav a {
	position: absolute;
	top:50%;
}

/* END 詳細スライド：：サムネイルスライド */






#itemStylingSlide,
#itemRecommendSlide,
#itemRecommendSlide2,
#itemCheckedSlide,
#recommendItem {
	position: relative;
	padding-bottom: 30px;
	
	font-size:12px;
}

#recommendItem,
#itemCheckedSlide{
	padding-bottom: 0px;
}

#itemCheckedSlide{
	padding-top:20px;
	border-top:1px solid #d4d4d4;
	padding-bottom: 0px;
}


#itemStylingSlide .flex-control-nav,
#itemRecommendSlide .flex-control-nav,
#itemCheckedSlide .flex-control-nav,
#recommendItem .flex-control-nav {
	bottom:0px;
}

#itemStylingSlide .flex-direction-nav a,
#itemRecommendSlide .flex-direction-nav a,
#itemCheckedSlide .flex-direction-nav a {
	position: absolute;
	/*
	top:inherit;
	bottom:150px;
	*/
	top:50%;
}


/* カスタマーレビュー */
.reviewItem {
	padding:20px 16px;
	border-bottom: 1px solid #ededed;
}
.reviewItem .itemNameV {
	margin-bottom: 5px;
	margin-left:0;
	margin-right: 0;
}
.reviewItem .itemIconV{
	height:auto;
	text-align: left;
}

.itemNrom {
	font-size: 90%;
	margin-bottom: 10px;
}

#reviewForm {
	padding: 16px 0;
	font-size: 13px;
}

#reviewForm .inrBlock {
	padding: 10px 16px;
	border-bottom: 1px solid #ededed;
}

.reviewFormNote {
	margin-bottom: 15px;
}

#reviewForm h3 {
	margin-bottom: 5px;
}

#reviewForm input[type="text"],
#reviewForm textarea,
#reviewForm input[type="number"],
#reviewForm input[type="tel"] {
	background:#ededed;
    border: 0 none;
    padding: 8px 0;
    width: 100%;
}

#reviewForm .reviewFormHalfInput[type="number"] {
	background:#ededed;
    border: 0 none;
    padding: 8px 0;
    width: 50%;
}

#reviewForm .reviewImg {
	width: 30%;
}

input.input_type01{
	background:#ededed;
    border: 0 none;
    padding: 8px 0;
    width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


#reviewForm .reviewerName {
}

.reviewNoteList {
	margin-top: 20px;
	padding: 0 16px;
}
.reviewNoteList li {
	text-indent: -1em;
	padding-left: 1em;
}

.reviewMessage {
	margin-top: 10px;
	text-align:center;
}

.reviewThanks {
	text-align: center;
	line-height: 2.5;
	padding: 40px;
}

.reviewTxt {
	margin-bottom: 20px;
	padding: 0 16px;
}




/*--------------------------------------------------------------*/
/* アイテム・スタイリング ランキング */

#rankingItemTab{
	margin-top:10px;
	padding: 10px 10px 0 10px;
	border-top:1px solid #e6e6e6;
}
	#rankingItemTab ul{
		overflow: hidden;
	}
	#rankingItemTab ul li {
		width:50%;
		float:left;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#rankingItemTab ul li:nth-of-type(1){
		padding-right: 5px;
	}
	#rankingItemTab ul li:nth-of-type(2){
		padding-left: 5px;
	}

		#rankingItemTab ul li a {
			display:block;
			height:45px;
			line-height:45px;
			padding-left:10%;
			font-size: 12px;
			font-weight: 400;
			/**/
			color:#ffffff;
		}

		li#rankingTab1 a {
			background:#bbbbbb;
		}
		li#rankingTab2 a {
			background:#CCC6B0;
		}
		li#rankingTab3 a {
			background: #CCC6B0
		}
		li#rankingTab4 a {
			background: #A1A8B7;
		}


.rankingTurm {
	font-size: 12px;
	margin-right: 10px;
	float: left;
	padding-left: 5px;
}


.rankingCategoryChoice{
    position: relative;
    overflow: hidden;
    text-align:left;
	margin: 0 auto 10px;
	width:100%;
}
	.rankingCategoryChoice ul{
		position: relative;
		display:inline-table;
		white-space: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;

		border-collapse:collapse;
	}
	.rankingCategoryChoice ul li{
		position: relative;
		display:table-cell;
		padding: 0 15px;
	}

		.rankingCategoryChoice ul li a{
			-webkit-box-sizing: border-box;
			box-sizing: border-box;

			display: inline-block;
			height: auto;
			padding: 15px 0px;
			background-color: #ffffff;
			color: #000000;
			text-align: center;
			font-size:12px;
		}
			.rankingCategoryChoice ul li a.current{
				margin-bottom: 0px;
				padding: 14px 0px;
				background-color: #ffffff;
				border-bottom: 2px solid #333333;
			}

.rankingCategoryChoice_no{
	text-align:center;
	padding:60px 0px 60px;
	font-size:11px;
}


.rankingSortBlock1 {
    padding: 10px 5px 10px 10px;
    background: #bbbbbb;
    color: #ffffff;
}
.rankingSortBlock2 {
    padding: 10px 5px 10px 10px;
    background: #ccc6b0;
	color: #ffffff;
}
.rankingSortBlock3 {
	padding: 10px 5px 10px 10px;
	background: #CCC6B0;
	color:#ffffff;
}
.rankingSortBlock4{
	padding: 10px 5px 10px 10px;
	background: #A1A8B7;
	color:#ffffff;
}



.rankingItemSpec{
float:left;
width:50%;
font-size:11px;
}

.rankingItemPriceV{
clear:both;
text-align:center;
border-top: 1px solid #EDEDED;
padding-top: 15px;
font-size:12px;
display:block;
}


.rankingHidden {
	display: none;
}

.modelTall{
	text-align:left;
	font-size:10px;
	margin-bottom: 5px;
}

.rankingItemComment{
	margin:0 0px;
	clear:both;
	text-align:left;
	font-size:11px;
}



/* 再入荷お知らせ登録・完了 */
#registerRestocked,
#compRegisterRestocked {
	padding: 16px;
}

#registerRestocked .inrBlock,
#compRegisterRestocked .inrBlock {
	margin-bottom: 20px;
}


#registerRestocked h3 {
	margin-bottom: 5px;
}

#registerRestocked dd {
	margin-bottom: 10px;
}

#registerRestocked input[type="text"]{
	background: #ededed;
	border: 0 none;
	padding: 8px 0;
	width: 100%;
}

#compRegisterRestocked .alertMsg {
	margin: 20px 0;
}

/* ショップリスト */
#shopListNavBlock {
	padding: 20px 14px;
}

#shopListNav {
	margin-bottom: 20px;
}

#shopListNav li {
	width:48%;
	float:left;
	margin-bottom:10px;
}

#shopListNav li:nth-child(odd) {
	margin-right:4%;
}
#shopListNav li a {
	display:block;
	border:1px solid #ddd;
	background:#fff url(/m/images/c/btn_arrow_wh_right.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;

	padding:10px;
}

#shopListNavBlock table {
	margin-bottom: 20px;
}

#shopListNavBlock table th,
#shopListNavBlock table td {
	text-align:left;
	vertical-align: top;
}

#shopListNavBlock table th {
	font-weight: normal;
	padding:3px 10px 3px 0;
}

#shopListNavBlock table td {
	color: #666666;
	padding: 3px;
}


.shopListIconNew {
	background: #CC0033;
	margin: 0 3px;
	padding: 2px 5px;
	color: #fff;
}

.shopListIconEvent {
	background: #314067;
	margin: 0 3px;
	padding: 2px 5px;
	color: #fff;
}

.areaBlock {
	margin-bottom: 10px;
}

.areaBlock .areaTtl {
	background: #999999;
	color: #fff;
	font-weight: normal;
	padding: 6px 14px;
}

.areaBlock .areaSubTtl {
	font-weight: normal;
	padding: 8px 14px;
	background:#ededed;
}

.areaList li {
	background: #fff;
	margin-bottom: 0px;
}

.areaList li a {
	display: block;
	background:url(/m/images/c/btn_arrow_wh_right.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: auto 10px;

	border-bottom:1px solid #ededed;

	padding:20px 40px 20px 14px;
}

.areaShopName {
	padding-right: 10px;
}

.shopListPageTop {

}

.shopListPageTop {
	width: 40%;
	float:right;
	padding-right: 14px;
	margin-top: 10px;
}

.shopListPageTop a {
	display: block;
	text-align:center;
	background:#CCCCCC url(/m/images/c/btn_arrow_pagetop.png) 92% 50% no-repeat;
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size: 10px auto;

	color:#fff;
	padding:5px 10px;
}

.areaBlock #noShop {
	text-align: center;
	padding: 50px 0;
}


/* 店舗情報一覧 */
#shopInfoImg {
	width:100%;
}

#shopInfoImg img {
	width: 100%;
}

#shopInfoList {
	padding: 20px 16px;
}

#shopInfoList .borderTable {
	margin-bottom: 20px;
}

#shopInfoList .borderTable th {
	color: #999999;
	padding: 5px 14px;
	white-space: nowrap;
}

#shopInfoList .borderTable td {
	text-align: left;
	padding: 5px 14px;
}

#stockStatus {
	text-align: center;
	padding: 20px 0;
}

.inStock {
	color: #0099FF;
}

.fewStock {
	color: #D93F65;
}

.shopAreaBlock .shopAreaList li.shopInfo {
	background: #fff;
	padding: 20px 16px;
	margin-bottom: 2px;
}

.shopAreaBlock .shopAreaList li.shopInfo a {
	display: block;
	background:url(/m/images/c/btn_arrow_wh_right.png);
	background-repeat:no-repeat;
	background-position: 98% 50%;
	background-size: auto 10px;
}

.shopAreaBlock .contentsInr h3 {
	font-weight: normal;
}



/* 店舗情報詳細 */

.icnList{
overflow:hidden;
margin:15px 0 21px 23px;
}

.icnList li{
float:left;
margin-right:2px;
}

.btnMyshop{
	background:#CC0033 url(/m/images/c/icn_myshop.png);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-size: auto 17px;
}
.btnMyshop a{
	background:none;
}

.myshopRegisted{
width: 94%;
margin: 0 auto 20px;
padding: 12px 0;
text-align :center;
background:#fff url(/m/images/c/icn_myshop_on.png);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-size: auto 17px;
border: 1px solid #dddddd;
color: #CC0033;
}

#shopDetailContents{
padding:17px 22px 24px 22px;
}

.shopDetailCheckBlock{
margin-left:22px;
padding: 10px;
}

.shopDetailMainImg2Col{
overflow:hidden;
margin:11px 0 15px 0;
}

.shopDetailMainImg2Col li{
width: 48%;
float:left;
}

.shopDetailMainImg2Col li.right {
	float: right;
}

.shopMainTbl{
	border-top:1px solid #ffffff;
padding-bottom:20px;
margin-bottom: 20px;
}


.shopMainTbl th{
background:#EDEDED;
padding:14px 12px;
border-bottom:1px solid #ffffff;
width:30%;
text-align:left;
}

.shopMainTbl td{
padding:14px 12px;
border-bottom:1px solid #ffffff;
width:70%;
text-align:left;
}

.shopDetailbtnList {
	padding: 18px 5%;
	border-bottom: 2px solid #999999;
	margin-bottom: 0;
}

.shopDetailbtnMessage{
overflow:hidden;
margin-top:22px;
}

.shopDetailbtnMessageLeft{
float:left;
}

.shopDetailbtnMessageRight{
float:right;
}

.shopDetailInfo{
padding:20px 23px 8px 23px;
}

.shopDetailInfo dt{
font-weight:bold;
}

.shopDetailInfo dd{
margin-bottom:20px;
}

#shopStyling .flex-control-paging {
	position: absolute;
	bottom: -20px;!important;
}

#shopStyling .mainSlider {
	box-shadow: none;
	position:relative;
}

.shopDetailSlideImg{
width:40%;
padding:47px 0 0 0px;
text-align:center;
margin:0 auto;
}

.shopDetailSlideTxt{
width:80%;
text-align:center;
padding:44px 0 20px 0px;
margin:0 auto;
}

/* スタイリング詳細 */
#stylingMainImg{
	position: relative;
}

#stylingMainImg img {
	width: 100%;
}

#stylingMainImg .slides{
	padding-top: 10px;
}
#stylingMainImg .slides li{
	padding-bottom: 5px;
}
#stylingMainImg .slides li,
#stylingMainImg .slides li div{
    text-align: center;
	display:block;
	position:relative;
}
#stylingMainImg .slides li img,
#stylingMainImg .slides li video {
    width: 95%;
    height: auto;
	margin: 0 auto;
}
#stylingMainImg .slides li video {
	background: #fff;
}

#stylingMainImg  .slides li span.movie_play{
	cursor: pointer;
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background:url(/m/images/c/common_new/main_ph_movie_arrow.png) 0 0 no-repeat;
	background-size:69px auto;
	width:69px;
	height:71px;

	margin-top:-38px;
	margin-left:-35px;
	z-index: 99;
}

/* スタイリング詳細 flex */
	#stylingMainImg .flex-direction-nav a.flex-disabled{
		display: none !important;
	}
	#stylingMainImg .flex-direction-nav a {
		width: 35px; height: 33px; margin: -20px 0 0; display: block;
		background: url(/m/images/c/common_new/bg_direction_nav.png);
		background-repeat:no-repeat;
		background-position: 0 0;
		background-size:70px auto;
		position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
	#stylingMainImg .flex-direction-nav .flex-next{
		background-position: 100% 0;
		right: 10px !important;
		visibility:visible;
	}
	#stylingMainImg .flex-direction-nav .flex-prev{
		left: 10px !important;
	}
	#stylingMainImg .flex-control-nav {
	  width: 100%;
	  position: absolute;
	  bottom: -15px;
	  text-align: center;
	  z-index: 100;
	}
	#stylingMainImg .flex-control-nav li {
	  margin: 0 6px;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	}
	#stylingMainImg .flex-control-paging li a {
	  width: 8px;
	  height: 8px;
	  display: block;
	  background: #ccc;
	  cursor: pointer;
	  text-indent: -9999px;

	  border-radius: 10px;
	}
	#stylingMainImg .flex-control-paging li a.flex-active {
	  background: #000;
	  cursor: default;
	}
/* スタイリング詳細 flex END*/


.stylingModelTall {
	padding: 20px;
	text-align: center;
	color:#333333;
}

.stylingPost {
	padding: 16px;
	margin-bottom: 10px;
}

.stylingPost a {
	color: #313F66;
	font-weight: normal;
}

#similarStyling {
	margin-bottom: 20px;
}

#usingItem{
	margin-bottom: 0px;
}

.usingItemInfo {
	font-size: 85%;
	text-align: center;
	color: #999999;
}





/*----------------------------------------------*/
/* まとめて購入 */

#together_box{
	
}
#together_box .thumbSlider {
    padding: 20px 0px 15px;
    margin-bottom: 10px;
    border-bottom: none !important;
}

.totalCartBlock {
	text-align: center;
	margin-bottom: 30px;
	padding: 16px;
}

.totalCartBlock .totalPriceBlock {
	margin-bottom: 10px;
	font-size:12px;
}

.totalCartBlock .totalPrice{
	color: #CC0033;
	font-weight: 400;
	font-size: 20px;
	padding-left: 10px;
}


.cartBtnL {
}

.cartBtnL input{
	width:100%;
	border:none;
	display: block;
    text-align: center;
    color: #fff;
    height: 45px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background:#d90404 url(/m/images/c/common_new/icon_cart.png) 27% 50% no-repeat;
	background:#d90404 url(/m/images/c/common_new/icon_cart.png) calc(50% - 60px) 50% no-repeat;
    background-size: 20px auto;
    font-size: 13px;
	font-family: 'Noto Sans JP';
    font-weight: 400;
}

.favoritesBtn{
	margin-bottom: 0px;
    width: 45%;
    float: right;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.favoritesBtn a{
	display: block;
    color: #000000;
	border:1px solid #ccc;
    text-align: center;
    font-size: 13px;
    background: #fff;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.favoritesBtn a span{
	background: url(/m/images/c/common_new/icon_favorite_heart.png) 0 50% no-repeat;
    background-size: 15px auto;
    padding: 8px 0px 10px 20px;
    display: inline-block;
}

.favoritesBtnL{
	background: #666666;
}

.favoritesBtnL a{
	display: block;
	padding:15px 0 0px 0px;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
	text-align:center;
	font-size:12px;
	font-weight: normal;
	color: #fff;
	border: none;
	background:url(/m/images/c/common_new/icon_favorite_heart_w.png);
	background-repeat:no-repeat;
	background-position: 15px 50%;
	background-size: 15px auto;
}

.togetherLastBlock {
	margin-bottom: 30px;
}


/*------------------------------------------------------*/
/* カート（モーダルウィンドウ） */
/*------------------------------------------------------*/

#fancybox-outer {
	background: transparent;
}
#fancybox-outer.myfavorite {
	opacity: 0;
}

#popup_wrap{
	background:#fff;
	width:300px;
	margin:0 auto;

	padding:15px 9px;
	border:1px solid #bbbbbb;
}
.popup_wrap{
	background:#fff;
	width:300px;
	margin:0 auto;

	padding:15px 9px;
}



.modalBlock {
	padding-bottom: 20px;
}

.modalTtl {
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#444444;
}

.cartLeftBtn_pop{
	float:left;
	width:49%;
	text-align:center;
	background:#aaaaaa;
}
.cartLeftBtn_pop a,
.cartRightBtn_pop a{
	display:block;
	color:#fff;
	padding:12px 0px 0px;
	height:35px;

	-webkit-box-sizing: border-box;
		    box-sizing: border-box;

}
.cartRightBtn_pop{
	float:right;
	width:49%;
	text-align:center;
	background:#ff0000;
}

.cartRightBtn_pop span{
	background:url(/m/images/c/common_new/icon_cart.png) 0 50% no-repeat;
	background-size: 15px auto;
	padding-left:16px;
	display:inline-block;
}

.modalConts {
	padding: 10px 20px 20px;
	color: #666666;
}


#popup_recommendItem .contentsTtl{
	margin-bottom:5px !important;
}

#popup_recommendItem .itemList li {
width:100%;
float:none;
border-right:none;
border-bottom:1px solid #999;
padding:8px 5px;
-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#popup_recommendItem .itemList li:last-child{
	border-bottom:none;
	padding:8px 5px 0px;
}


#popup_recommendItem .itemList li a{
	display:block;
}

#popup_recommendItem .itemImg{
	float:left;
	width:55px;
	padding:0;
}

#popup_recommendItem .itemName{
	text-align:left !important;
	font-size:11px !important;

}

#popup_recommendItem .itemSpec{
	float:right;
	width:170px;
	padding:0;
}

#popup_recommendItem .itemPrice{
	padding-top: 0px;
	margin-top:2px;
	text-align:left !important;
	font-size:13px !important;
	border-top:none;
}


.cartLoader {
	height: 160px;
	text-align: center;
}
.cartLoader img {
	position: relative;
	top:40%;
}

.cartBtnBlock {
	padding: 10px 20px 0;
}

.cartBtnBlock p {;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #666666;
}

.cartBtnBlock p a {
	display: block;
	color: #fff;
	padding: 14px;
	text-align: center;
	font-size: 90%;
}

.cartLeftBtn {
	width: 48%;
	float: left;
}

.cartRightBtn {
	width: 48%;
	float: right;
}

#fancybox-content {
	border-color: none!important;
	background: transparent!important;
}

/* 店舗在庫一覧 */

#stockAreaNav {
}

.stockAreaList {
	padding: 24px 20px 10px;
}

.stockAreaList li {
	line-height: 2;
}

.stockAreaList li a {
	display: block;
	text-decoration: underline;
}

.toStockTopBtn {
	border-bottom: 1px solid #fff;
}

.toStockTopBtn a {
	display: block;
	padding: 10px;
	text-align: center;
	background:#ededed;
}





/* members */
.membersContainer img{
	width:100%;
}

.membersContainer{
	padding:10px 15px;
	background:#ffffff;
}

#membersMain{
	text-align:center;
	background:#ffffff;
}

#membersMain img{
	width:100%;
	margin-bottom:22px;
}

.membersSubTtl{
	background:#ededed;
	padding:10px 15px;
}

.membesTbl{
	border-collapse:collapse;
	border:1px solid #ededed;
	width:100%;
}

.membesTbl td{
	border:1px solid #ededed;
	padding:5px;
}

#membesTblTtl1{
	color:#ce002e;
}

#membesTblTtl2{
	color:#cfa972;
}

#membesTblTtl3{
	color:#666666;
}

#membesTblTtl4{
	color:#000000;
}

.membersContentsTtl{
	background:#ce002e;
	line-height:1;
	font-weight:normal;
	padding:16px 20px;
	position: relative;
	color:#ffffff;
}

.membersContentsTtl .arrow {
	position: absolute;
	bottom:-12px;
	left: 5%;
	z-index: 10;
}

#membersList{
	overflow:hidden;
	background:#ffffff;
	margin-bottom:20px;
}

#membersList li{
	float:left;
	width:40%;
	margin-right:20px;
}

.btnGold a{
	color:#ffffff;
}

.btnGold{
	background:#c6ae6e;
}

.btnL{
	width: 94%;
	margin: 0 auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

#memberTtl{
	margin:20px 0;
}

#memberBg5{
	background:#e0e0e0;
}

#memberBg5 img{
	width:100%;
}

#membersBtn{
	background:#ffffff;
	text-align:center;
}


/* campaign */

.campaignMain{
background:#F1F1F1;
}


.campaignContainer{
	padding:10px 15px;
	background:#ffffff;
}

.campaignTtl{
	margin-bottom:23px;
}

.campaignImg{
	padding:32px 0;
	margin:0 auto;
	width:70%;
}

.campaignBigTxt{
	font-weight:bold;
}

#campaignTxt1{
	margin:14px 0 19px 0;
}

#campaignTxt2{
	margin:14px 0 19px 0;
}


/* function */

.functionContainer{
	padding:10px 15px;
	background:#ffffff;
}

.functionImg{
	margin:26px 0;
}

.functionTxtR{
text-align:right;
}



/* guidanceTbr1 */

.guidanceBlock{
background:#ffffff;
}


.refineDetailGuidance {
	padding: 0px;
}

.refineDetailGuidance div{
	padding:16px;
}

.guidanceBlock.refineDetail p{
margin-bottom:20px;
}

.guidanceBlock.refineDetail th{
padding:5px;
}

.guidanceBlock.refineDetail td{
padding:5px;
}


/*----------------詳細ページ関連動画-----------------*/

#itemMovie {
	text-align: center;
}





/*----------------------------------------------------
 トップページ NEWS 201708
----------------------------------------------------*/
.contentsIn{
	padding:0 10px;
}

/*----------------メインスライド-----------------*/
#responsive-pager{
	padding-top:5px;
	text-align:center;
	padding-bottom:15px;
}
	#responsive-pager a{
		display:inline-block;
		background:#e6e6e6;
		height:7px;
		width:7px;
		-webkit-border-radius:10px;
		margin:0 5px;
	}
		#responsive-pager a span{
			visibility:hidden;
		}
		#responsive-pager a.selected{
			background:#999999;
		}


#main_ph,
.main_ph{
	/*
	margin:0 10px;
	*/
	margin:0px;
	padding-bottom:10px;
	/* 2017/11/27 */
	opacity: 0;
	/* END 2017/11/27 */
}

#main_ph .slides li,
.main_ph .slides li{
	margin:0;
	display: block;
	float:left;
}
#main_ph .slides li img,
.main_ph .slides li img{
	width:100%;
	height:auto !important;
}

#main_ph .flex-control-nav{
	padding-top:15px;
	width: 100%;
	position:relative;
	bottom:auto;
	text-align: center;
}

/* 2017/11/27  */
#brand-top-kv{
}
#brand-top-kv .brand-top-kv__item{
	display: none;
}


/*----------------カテゴリリスト-----------------*/
.categoryBox{
	padding-bottom:20px;
}

.categoryBox .contentsTtl2 {
    margin: 60px 0 25px;
}

.categoryListBoxWrap{
	margin:10px 10px 20px;
	border-bottom:1px solid #e6e6e6;
}
.categoryListBoxWrap dt{
	cursor:pointer;
	border-top:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	padding:10px 25px 10px 15px;

	text-align:left;
	font-weight: 400;

	font-size:14px;

	background:#f7f7f7 url(/m/images/c/common_new/footer_cate_arrow_btm.png) 100% 50% no-repeat;
	background-size: 21px auto;
}

.categoryListBoxWrap dt.active{
	background:#f7f7f7 url(/m/images/c/common_new/footer_cate_arrow_up.png) 100% 50% no-repeat;
	background-size: 21px auto;
}

.categoryListBoxWrap dd{
	display:none;
}


.categoryListBox{
	border-top:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;

	border-collapse:collapse;
	background-color:#fff;
}

.categoryListBox li{
	width:50%;
	float:left;
	
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;

}

.categoryListBox li.no_bo_btm{
	border-bottom:none !important;
}

.categoryListBox li:nth-child(even){
	border-right:none;
}

.categoryListBox li a{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	line-height:1;

	color:#000000;
	text-decoration:none;

	height:45px;
	font-size:12px;
	padding:15px 15px 0 15px;
	background: url(/m/images/c/common_new/arrow_r.png) 96% 50% no-repeat;
	background: url(/m/images/c/common_new/arrow_r.png) calc(100% - 10px) 50% no-repeat;
    background-size: auto 8px;
}




.all_item_btn,
.shop_search_btn,
.sale_btn{
	margin: -1px 10px 0;
	border:1px solid #e6e6e6;
}

	.all_item_btn a,
	.sale_btn a,
	.shop_search_btn a{
		display:block;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;

		padding-top:12px;
		padding-left: 14px;
		height:45px;

		color: #000000;

		font-size:14px;
		text-align:left;
		
		background:#fff url(/m/images/c/common_new/arrow_r.png) 96% 50% no-repeat;
		background:#fff url(/m/images/c/common_new/arrow_r.png) calc(100% - 15px) 50% no-repeat;
		background-size: 6px auto;
	}
	.sale_btn a{
		color:#f84b4b !important;
	}

#category_box_styling{
	padding:20px 0;
}
#category_box_styling li{
	margin: -1px 10px 0;
	border:1px solid #e6e6e6;
}
#category_box_styling li a{
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;

	padding-top:12px;
	padding-left: 14px;
	height:45px;

	color: #000000;

	font-size:14px;
	text-align:left;

	background:#fff url(/m/images/c/common_new/arrow_r.png) 96% 50% no-repeat;
	background:#fff url(/m/images/c/common_new/arrow_r.png) calc(100% - 15px) 50% no-repeat;
	background-size: 6px auto;
}


.banner_img{
	margin:0px 10px 10px 10px;
}
.banner_img2{
	margin:0px 0px 10px 0px;
}


/*----------------ブランドリスト-----------------*/
.brandBox{
	border-top: 1px solid #e6e6e6;
	background:#f0f0f0;
	padding:20px 0px 5px;
}
.brandBoxTtl{
	margin: 0px 0 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}


/*----------------Footer Banner Area-----------------*/
.footer_bannerArea{
	/*
	margin-top:5px;
	*/
	padding:10px 10px 15px;
	background:#fff;
}
.footer_bnr2 img{
	width:100%;
	height: auto;
}
.footer_bnr{
}
	.footer_bnr li {
		margin-top: 5px;
		border: 1px solid #e6e6e6;
	}
	.footer_bnr li:first-child {
		margin-top: 10px;
	}
		.footer_bnr li a {
			display: table;
			position: relative;
			width: 100%;
		}
			.footer_bnr li a:after {
				position: absolute;
				top: 0;
				right: 10px;
				bottom: 0;
				width: 5px;
				height: 5px;
				margin: auto;
				border-right: 1px solid #231f20;
				border-bottom: 1px solid #231f20;
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
				content: "";
			}
		.footer_bnr li figure{
			display: table-cell;
			vertical-align: middle;
			width:115px;
		}
		.footer_bnr li span.footer_bnr_text {
			display: table-cell;
			vertical-align: middle;
			color: #000000;
			font-size: 9px;
			padding-right: 20px;
		}




/*== stylingItemList===========================*/
.stylingItemList{
	/*
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;*/
}
.stylingItemList li{
	float: left;
    width: 32.6%;
    margin-right: 1.1%;
	margin-bottom: 15px;
	/*
	min-height:210px;
	min-height: 56vw;
	margin-bottom: 0px;
	*/
    
    font-size: 12px;
	text-align:center;
}
	.stylingItemList li figure{
		display: block;
		min-height:135px;
	}
	.stylingItemList li:nth-child(3n) {
		margin-right: 0%;
	}
		.stylingItemList li p{
			padding-top: 10px;
			text-align: center;
			color:#333333;
			min-height: 20px;
		}
		.stylingItemList li img{
			width:100%;
			height:auto;
		}



/*== ItemList parts ===========================*/
.itemPhoto{
	position: relative;
}
	.itemPhoto .myfavoriteBtn{
		position:absolute;
		bottom:2px;
		right: 5px;
		z-index: 10;
	}
		.itemPhoto .myfavoriteBtn a{
			display: block;
			width: 33px;
			height: 30px;
			background: url(/m/images/c/common_new/ico_item_fav.png) 50% 50% no-repeat;
			background-size:22px auto;
		}
		.itemPhoto .myfavoriteBtn a.active{
			background: url(/m/images/c/common_new/ico_item_fav_act.png) 50% 50% no-repeat;
			background-size:22px auto;
		}




/*== ItemList2 ===========================*/
.ItemList2{
}
.ItemList2 > li{
	position: relative;
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:15px;
	z-index: 1;
}

#ItemListSearch .ItemList2,
#rankList .ItemList2{
	padding: 0 10px;
}
#ItemListSearch .ItemList2 > li,
#rankList .ItemList2 > li{
	float: left;
    width: 48%;
    margin-right: 4%;
}


.ItemList2 > li img{
	width:100%;
	height:auto;
}
.ItemList2 > li:nth-child(2n){
	margin-right:0% !important;
}
.ItemList2 > li a{
	display:block;
	position:relative;
	color:#333333;
}


.ItemList2 > li span.item_name{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList2 > li span.item_name2{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList2 > li span.item_logo{
	display:block;
	text-align:center;
	border:1px solid #ededed;
}

.ItemList2 > li span.item_value{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
}

.ItemList2 > li span.item_sale{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
	color:#cc0000;
}

.ItemList2 > li span.zei_txt{
	display:block;
	font-size:9px;
}

.ItemList2 > li .itemSpec {
	padding: 10px 10px 0 10px;
    text-align: left;
}
.ItemList2 > li .itemName {
	margin-bottom:5px;
	font-size:13px;
	text-align:left;
}
.ItemList2 > li .itemIcon{
	font-size:11px;
	margin-bottom:5px;
}
.ItemList2 > li .itemPrice{
	border-top: none;
    margin: 0px 0px 5px;
    padding-top: 0px;
    text-align: left;
    font-weight:normal;
    font-size: 14px;
}
.ItemList2 > li .itemPrice span{
	display: inline-block;
    margin-left: 5px;
    font-size: 11px;
}

.ItemList2 > li .itemBrandLogo{
	margin-bottom: 3px;
    font-size: 12px;
	text-align: left;
	color:#666666;
}
.ItemList2 > li .itemBrandLogo img {
    width: 50%;
    height: auto;
}

/* rSlides */
.ItemList2 > li ul.rslides{
    padding:0;
    margin:0;
    overflow:hidden;
}
    .ItemList2 > li ul.rslides li{
        padding:0;
        margin:0;
        line-height:0;
		width:100% !important;
    }
/* END rSlides */

/*== END ItemList2 ==*/


/*== ItemList3 ================*/
.ItemList3{
}
.ItemList3 > li{
	float:left;
	width:32.6%;
	margin-right:1.1%;
	margin-bottom:15px;
	
	font-size:12px;
}
.ItemList3 > li img{
	width:100%;
	height:auto;
}
.ItemList3 > li a{
	display:block;
	position:relative;
	color:#333333;
}

.ItemList3 > li:nth-child(3n){
	margin-right:0%;
}

.ItemList3 > li span.item_name{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList3 > li span.item_name2{
	display:block;
	padding:10px 0 5px;
	text-align:center;
}

.ItemList3 > li span.item_logo{
	display:block;
	text-align:center;
	border:1px solid #ededed;
}

.ItemList3 > li span.item_value{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
}

.ItemList3 > li span.item_sale{
	display:block;
	padding:0px;
	font-size:13px;
	text-align:center;
	color:#cc0000;
}


.ItemList3 > li span.zei_txt{
	display:block;
	font-size:9px;
}


.ItemList3 > li .itemSpec {
	padding: 10px 5px 0px 10px;
}
.ItemList3 > li .itemName {
	margin-bottom:5px;
	font-size:11px;
	text-align:left;
}
.ItemList3 > li .itemIcon{
	margin-bottom:5px;
}
.ItemList3 > li .itemPrice{
	border-top: none;
    margin: 0px 0px 5px;
    padding-top: 0px;
    text-align: left;
    font-weight:normal;
    font-size: 13px;
}
.ItemList3 > li .itemPrice span{
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
}

.ItemList3 > li .itemBrandLogo{
	text-align: left;
	margin-bottom: 5px;
    font-size: 10px;
    word-wrap: break-word;
	line-height: 1.3;
	color:#666666;
}
.ItemList3 > li .itemBrandLogo img {
    width: 75%;
    height: auto;
}

/* rSlides */
.ItemList3 > li ul.rslides{
    padding:0;
    margin:0;
    overflow:hidden;
}
    .ItemList3 > li ul.rslides li{
        padding:0;
        margin:0;
        line-height:0;
		width:100% !important;
    }
/* END rSlides */

/*== END ItemList3 ==*/





.ItemList3.carousel_box_list{
}
.ItemList3.carousel_box_list > li{
	float:left;
	width:93px;
	margin-right:9px;
	margin-bottom:15px;
}
.ItemList3.carousel_box_list > li:nth-child(3n){
	margin-right:9px;
}
.ItemList3.carousel_box_list > li img{
	width:100%;
	height:auto;
}
.ItemList3.carousel_box_list > li:last-child{
	margin-right:0%;
}



/*-------------- MORE ITEM / AREA -----------------*/
.more_itemBox{
	display:none;
	margin-bottom:28px;
}

.view_all_btn{
	text-align:center;
	font-size:12px;
	padding-top:10px;
}
	.view_all_btn a {
		position: relative;
		display: inline-block;
		min-width: inherit;
		padding: 0 0 4px;
		background: none;
		border-radius: 0;
		border-bottom: 1px solid #333333;
		color: #000000 !important;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.1em;
	}
	.view_all_btn a::after{
		content:" ";
		position: absolute;
		top:50%;
		right:-13px;
		display: block;
		width:6px;
		height: 10px;
		margin-top:-4px;
		background:url(/m/images/c/common_new/arrow_r.png) 100% 50% no-repeat;
		background-size:6px auto;
	}

.more_btnTop{
	margin:0 10px 35px;
}
	.more_btnTop a,
    .more_btnTop strong{
        cursor: pointer;
		border: 1px solid #e6e6e6;
		background:#fff;

		text-align: center;
		line-height: 1;
		padding: 14px 15px 0;
		display: block;
		color: #000 !important;
		font-size:13px;
        font-weight: normal;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
	}
	.more_btnTop a span,
    .more_btnTop strong span{
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px 0 17px;
		background:url(/m/images/c/common_new/toggle_plus_icon2.png) 0% 50% no-repeat;
		background-size: 8px auto;
	}

	.more_btnTop .txt_more{
		display:inline-block;
	}
	.more_btnTop .txt_close{
		display:none;
	}

.more_btnTop.open{
}
	.more_btnTop.open a span,
    .more_btnTop.open strong span{
		background:url(/m/images/c/common_new/toggle_minus_icon2.png) 0% 50% no-repeat;
		background-size: 8px auto;
	}
	
	.more_btnTop.open .txt_more{
		display:none;
	}
	.more_btnTop.open .txt_close{
		display:inline-block;
	}

.reviewBoxInDetail .more_btnTop{
	margin:0px -5px 0 -5px;
}


.more_btn_type01{
	margin-bottom:35px;
}
	.more_btn_type01 a{
		border:1px solid #000;
		background:#fff url(/m/images/c/common_new/arrow_more_right.png) 100% 50% no-repeat;
		background-size:16px auto;
		text-align:center;
		line-height:1;
		
		padding:15px;
		display:block;
		font-weight:bold;
		font-size:12px;
		
		color:#000 !important;
	}


/*----------------カルーセル-----------------*/
.carousel_box{
	position:relative;
}



/*--------------------------------------------------------
商品詳細：NEW
--------------------------------------------------------*/
/*
body.detail_page #footerIn{
	padding-bottom: 65px;
}
*/

.secretsale{
	text-align: center;
	margin:0 10px 10px;
}
	.secretsale a{
		position: relative;
		display: block;
		color:#fff;
		text-decoration: none;
		height: 45px;
		font-size:12px;
		border:1px solid #e6e6e6;

		-webkit-box-sizing:border-box;
		box-sizing: border-box;

		padding: 12px 5px 0 5px;

		background: #de0b04 url(/m/images/c/common_new/arrow_r_w.png) 95% 50% no-repeat;
		background: #de0b04 url(/m/images/c/common_new/arrow_r_w.png) calc(100% - 15px) 50% no-repeat;
		background-size: auto 10px;
	}



/* cartBtn2Wrap系 */
.cartBtn2Wrap{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#cartBtn2 {
	margin-bottom:10px;
	width:100%;
	box-sizing: border-box;
}
	#cartBtn2 a{
		display: block;
		text-align:center;
		color: #fff;
		line-height: 74px;
		min-height: 74px;
		font-size: 16px !important;
		font-weight: 400;
		overflow:hidden;
		background-color: #0191cf;
		border-radius: 5px;
		box-sizing: border-box;
	}
		#cartBtn2 a span{
			display: inline-block;
			padding: 0 10px 0 37px;
			background: url(/m/images/c/common_new/icon_cart_w.svg) 0 50% no-repeat;
			background-size: 26px auto;
		}

.cartBtn2Wrap .checkStockBtn {
	width: calc(50% - 5px);
	margin-right: 10px;
}
	.cartBtn2Wrap .checkStockBtn a {
		display: block;
		height: 50px;
		border: 1px solid #9d9d9d;
		background: #fff;
		border-radius: 5px;
		line-height: 49px;
		font-size: 14px;
		color: #000000;
		text-align: center;
		box-sizing: border-box;
	}

.cartBtn2Wrap .myfavoriteBtn{
	width: 100%;
	position: static !important;
}

.cartBtn2Wrap .checkStockBtn + .myfavoriteBtn{
   width: calc(50% - 5px); 
}
	.cartBtn2Wrap .myfavoriteBtn a{
		display: block;
		height: 50px;
		border: 1px solid #9d9d9d;
		background: #fff;
		border-radius: 5px;
		line-height: 49px;
		font-size: 14px;
		color: #000000;
		text-align: center;
		box-sizing: border-box;
	}
	.cartBtn2Wrap .myfavoriteBtn a span{
		background:url(/m/images/c/common_new/icon_favorite_heart.png) 0 51% no-repeat;
		background-size: 20px auto;
		padding:0px 0px 0px 25px;
		display:inline-block;
	}

.item_detailLineBtn{
	text-align: center;
}
	.item_detailLineBtn a{
		display: inline-block;
		color: #0191cf;
		font-size: 14px;
    	padding: 5px 5px;
		line-height: 1.1;
	}
		.item_detailLineBtn a span{
			box-sizing: border-box;
			padding: 10px 10px 0px 33px;
			display: inline-block;
			min-height: 26px;
			background:url(/m/images/c/common_new/icon_share_blue.png) 0% 100% no-repeat;
			background-size:23px auto;
		}

#add-text {
    font-weight: normal;
    font-size: 12px;
	margin: 15px 0 10px;
}

/* END cartBtn2Wrap系 */



.itemDetail_toggleBtn{
	position: relative;
	overflow: hidden;
	height: 55px;
	border:1px solid #e6e6e6;
	padding: 15px 37px 0 15px;
	margin: -1px 0 0 0;
	font-size:15px;
	font-weight: 400;
	
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	
	background: url(/m/images/c/common_new/arrow_btm.png) 95% 50% no-repeat;
	background: url(/m/images/c/common_new/arrow_btm.png) calc(100% - 15px) 50% no-repeat;
	background-size: 10px auto;
	
	cursor: pointer;
}
	.itemDetail_toggleBtn.open{
		background: url(/m/images/c/common_new/arrow_top.png) 95% 50% no-repeat;
		background: url(/m/images/c/common_new/arrow_top.png) calc(100% - 15px) 50% no-repeat;
		background-size: 10px auto;
	}
	.itemDetail_toggleBtn span{
		float: right;
		font-weight: 400;
		padding-top: 0px;
	}

#itemSizeBox{
	border:1px solid #e6e6e6;
	margin-top: -1px;
	padding:15px 5px 10px;
}
#itemDescription{
	border:1px solid #e6e6e6;
	margin-top: -1px;
	padding:15px 10px 10px;
}

.reviewBoxInDetail{
	padding:15px 15px 10px;
	border:1px solid #e6e6e6;
	margin-top: -1px;
}

#customerReviewBlock{
	padding-top: 10px;
}

.reviewBox h3{
	background:#ededed;
	padding:7px;
	font-size:9px;
	font-weight:normal;
	line-height:1;
	margin-bottom:15px;
}




/*====================*/

.review_detail_txt{
	margin-bottom:17px;
	font-size:14px;
	color: #000000;
}
	.review_detail_txt strong{
		font-size:14px;
	}

#review_search_accordionBtn{
	margin-bottom:20px;
}
	#review_search_accordionBtn a{
		position:relative;
		text-align:left;
		padding:5px 10px 5px 12px;
		text-decoration:underline;
		color: #000000;
		font-size:14px;
		font-weight: 400;
		background: url(/m/images/c/common_new/toggle_plus_icon2.png) 0% 50% no-repeat;
    	background-size: 8px auto;
	}
	
	#review_search_accordionBtn.open a{
		background: url(/m/images/c/common_new/toggle_minus_icon2.png) 0% 50% no-repeat;
    	background-size: 8px auto;
	}

#review_search_accordionBody{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding:10px 10px 10px 10px;
	background:#fff;
	margin-bottom:15px;
	/**/
	display:none;
}
	#review_search_accordionBody p{
		font-size:14px;
		font-weight: 400;
		margin-bottom:5px;
	}
	
	.review_search_obj{
		margin-bottom:10px;
	}
		.review_search_obj ul{
			overflow:hidden;
		}
			.review_search_obj ul li{
				float:left;
				margin-right:10px;
			}
			
			/* review_search_radio */
			label.review_search_radio{
				height:35px;
				width:60px;
				display:block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				padding-top:8px;
				font-size:14px;
				text-align:center;
				color:#fff;
				font-weight:bold;
				background:#aaaaaa;
				cursor:pointer;
			}
			input[type="radio"].review_search_radio{
				width: 20px;
				height: 20px;
				position: absolute;
				visibility: hidden;
				margin: 0;
			}
			input[type="radio"].review_search_radio:checked + label{
				background:#000000;
			}
	
	#review_search_accordionBody select.select_style_review {
		-webkit-appearance: button;
		appearance: button;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
		padding: 10px 35px 10px 10px;
		vertical-align: middle;
		width: 100%;
		border-radius: 0px;
		border: 1px solid #e6e6e6;
		height: 45px;
		font-size: 14px;
		background: #fff url(/m/images/c/common_new/arrow_btm.png) no-repeat 95% center;
		background: #fff url(/m/images/c/common_new/arrow_btm.png) no-repeat calc(100% - 15px) center;
		background-size: 10px auto;
		font-size: 12px !important;
		margin-bottom: 0px;
	}
	
	.review_search_btn{
		margin:0;
		padding:15px 0px 0px 0px;
	}
	.review_search_btn a{
		display:block;
		text-align:center;
		background:#000;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		height:40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:10px;
	}


/*====================*/
#review_search_result_box_wrap{
	/*
	display:none;
	*/
}
.review_search_result_txt{
	font-size:14px;
	font-weight: 400;
	margin-bottom:10px;
}
.review_search_result_box{
	padding:10px 10px 20px 10px;
	font-size:14px;
	margin-bottom:0px;
	border-top:1px solid #e6e6e6;
}



/*====================*/
.review_graph_txt{
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#review_graphBox{
	background:#fff;
	padding: 15px 0;
	margin-bottom:25px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
	#review_graphBox table{
		width:100%;
	}
		#review_graphBox table th{
			width:60px;
			padding:0px 5px 0px 0px;
			text-align:left;
			vertical-align:middle;
			color: #000000;
			font-weight: 400;
			font-size:12px;
			white-space: nowrap;
		}
		#review_graphBox table td{
			padding:8px 10px 8px 10px;
			width:100%;
		}
			#review_graphBox table td .review_graph_bar_bg{
				height:4px;
				background:#e6e6e6;
				position:relative;
				width:100%;
				border-radius: 10px;
			}
			#review_graphBox table td .review_graph_bar{
				position: relative;
				height:4px;
				display:block;
				background:#1692cd;
				border-radius: 10px;
			}
			#review_graphBox table td .review_graph_bar::after{
				content: " ";
				position:absolute;
				top:-2px;
				right: -4px;
				width:8px;
				height: 8px;
				border-radius: 10px;
				overflow: hidden;
				
				background:#1692cd;
			}
			#review_graphBox table td.review_graph_num{
				width:20px;
				display: block;
				text-align: right;
				font-size:12px;
				white-space: nowrap;
				padding-left: 5px;
				background: #fff;
			}
			






/*====================*/
.reviewBoxInDetail dl{
	padding:0 0px 15px 0px;
	margin:0 0px 15px 0px;
	border-bottom:1px solid #d4d4d4;
}

.reviewBoxInDetail dt{
	font-weight: 400;
	font-size:14px;
	color:#000;
	margin-bottom:5px;
}

.reviewBoxInDetail dd.dd_time{
	font-size:12px;
	color:#b2b2b2;
	margin-bottom:12px;
	overflow:hidden;
}
.dd_size{
	padding:5px 0px 0px;
	margin:0;
	font-size:12px;
	color:#666666;
	font-weight: 400;
}


.reviewBoxInDetail dd.dd_review{
	font-size:14px;
	overflow:hidden;
	padding-bottom:1px;
}

.review_item_img {
    position: relative;
    display: block;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 0;
    font-size: 1;
}
.photo_plus {
    position: absolute;
    z-index: 10;
    top: -4px;
    left: -4px;
	display: block;
}
.photo_plus a{
	display: block;
	width:15px;
	height: 15px;
	background: url(/m/images/c/common_new/icon_other.png) 0 0 no-repeat;
	background-size: 15px 15px;
}

.reviewBoxInDetail dl:last-child{
	font-size:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:none;
}

.item_detailBox{
	position:relative;
	padding:0 10px;
}

.item_detailTtl{
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
}

.item_detail_pos{
	position:relative;
}

.item_detail_itemIconV{
	margin-bottom:0px !important;
	padding-bottom: 12px;
	text-align:left !important;
}

.item_detailValue{
	font-size:15px;
	font-weight:400;
	margin-bottom: 15px;
	line-height: 1;
}
	.item_detailValue span.en_txt{
		font-size:11px;
		font-weight:400;
		padding-left: 5px;
	}
	.item_detailValue.fs20 span.en_txt{
		font-size:11px;
	}

	.item_detailValue .detailPrice{
		font-size:20px;
		font-weight:400;
		padding-left:0px;
		/*display:block;*/
		display:inline-block;
	}
		.item_detailValue .detailPrice span.en_txt{
			font-size:11px;
			font-weight:400;
			padding-left: 5px;
		}
		.item_detailValue .detailPrice span.off_txt{
			font-size:15px;
			font-weight:400;
		}
	

.item_detailText{
	padding-top:5px;
	margin-bottom:25px;
	font-size:11px;
	color:#444444;
}

.favoriteBtn{
	position:absolute;
	top:5px;
	right:0px;
}




/**/
.mainSlider .flex-direction-nav a {
	width: 35px; height: 33px; margin: -20px 0 0; display: block;
	background: url(/m/images/c/common_new/bg_direction_nav.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size:70px auto;
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;
}
.mainSlider .flex-direction-nav .flex-next{
	background-position: 100% 0;
	right: 10px !important;
}
.mainSlider .flex-direction-nav .flex-prev{
	left: 10px !important;
}

.checkItemList{
	overflow:hidden;
	padding: 0px 5px;
}
.checkItemList li{
	width:25%;
	float:left;
	padding:0 7px;
	margin-bottom:10px;
	/**/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.checkItemList li img{
	width:100%;
	height:auto;
}

.checkItemListTtl,
.itemRecommendTtl{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}
.checkItemListBorder{
	/*
	border-bottom:1px solid #aaaaaa !important;
	*/
	margin-bottom:10px;
}

.checkItemListBorder div{
}

.moreItemListArrow span{
	cursor:pointer;
	display:block;
	text-align:center;
	background:#aaaaaa url(/m/images/c/common_new/arrow_btm_w.png) 50% 50% no-repeat;
	background-size: 12px auto;
	line-height:1;
	height:19px;
	margin-bottom:20px;
}
.moreItemListArrow span a{
	display:none;
}

.moreItemListArrow span.more_close{
	background:#aaaaaa url(/m/images/c/common_new/arrow_up_w.png) 50% 50% no-repeat;
	background-size: 12px auto;
}
.purchasedItemLists {
	margin-bottom: 10px;
}
.purchasedGoods_item {
	margin-bottom: 10px;
}

.purchasedGoods_title {
	font-size: 13px;
	margin-bottom:5px;
}


.purchasedGoods_detail{
	overflow:hidden;
	display:table;
	width: 100%;
}
	.purchasedGoods_detail dt{
		width:75px;
		display: table-cell;
		padding-top: 10px;
	}
	.purchasedGoods_detail dt a{
		display: block;
		overflow: hidden;
		border-radius: 100px;
		width: 75px;
		height: 75px;
	}
	.purchasedGoods_detail dd{
		padding: 3px 0 0 10px;
		display: table-cell;
	}


.purchasedGoods_img img {
	width: 100%;
	min-width: 55px;
}

.purchasedLink {
	padding: 0 10px;
	margin-top: 5px;
}
.purchasedLink a {
	font-size: 12px;
	width: 100%;
	background: url(/m/images/c/icon_comparison.png) no-repeat center left;
	display: inline-block;
	line-height: 2;
	color: #444444;
	text-decoration: underline;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.subTitle {
	font-size: 12px;
	margin-bottom: 15px;
}
.subTitle strong {
	font-weight: bold;
}
.purchasedGoods_size {
	margin-top: 14px;
}
.purchasedGoodssizeItem {
	/*
	float: left;
	*/
	margin-bottom:5px;
}

/*
.purchasedGoodssizeItem::after {
	content: "/";
	margin: 0 0.5em;
}
.purchasedGoodssizeItem.lastItems::after {
	content: none;
	margin: 0;	
}
*/

.purchasedGoods_sizeTitle {
	padding-right: 2px;
}
.purchasedGoods_sizeValue {
	padding-right: 10px;
}

.ttlToggleUse{
	margin:0 31px 20px;
	padding:15px 10px;
	text-align:center;
	color:#000;
	background:#fff;
	border:1px solid #000;
	font-size:12px;
	
	background-image:url(/m/images/c/btn_arrow_b_up.png);
	background-repeat:no-repeat;
	background-position: 97% 50%;
	background-size: 10px auto;
	cursor: pointer;
}
.ttlToggleUse.slideDown{
	background-image:url(/m/images/c/btn_arrow_b_down.png);
	background-repeat:no-repeat;
	background-position: 97% 50%;
	background-size: 10px auto;
}


/* bannerArea_wrap */
.bannerArea_wrap{
	padding: 0 10px 20px;;
}
/* head_banner */
.head_banner {
  padding: 0;
}
	.head_banner li {
	  text-align: center;
	}
	.head_banner li{
	  margin-top: 15px;
	}
		.head_banner li img{
		  max-width: 100%;
		  height: auto;
		  vertical-align: top;
		}
		.head_banner li:last-child {
		  margin-bottom: 15px;
		}
		.head_banner li:first-child:last-child {
		  display: none;
		}

/* head_banner2 */
.head_banner2 {
  padding: 0;
}
p.head_banner2 {
  padding: 0;
  margin-bottom: 10px;
}
	.head_banner2 li {
	  text-align: center;
	  margin-bottom:10px;
	}
		.head_banner2 li img{
		  max-width: 100%;
		  height: auto;
		  vertical-align: top;
		}

/* head_banner2_item2 */
.head_banner2_item2 {
	display: table;
	width:100%;
	margin-bottom: 10px;
}
	.head_banner2_item2 li {
		display: table-cell;
		width:49%;
		padding: 0 1% 0 0px;
	}
	.head_banner2_item2 li:last-child{
		padding: 0 0 0 1%;
	}
		.head_banner2_item2 li img{
		  max-width: 100%;
		  height: auto;
		  vertical-align: top;
		}

/* head_banner3 */
.head_banner3 {
	overflow: hidden;
	margin-bottom: 10px;
}
	.head_banner3 li {
		width:49%;
		margin: 0 2% 10px 0;
		float: left;
	}
	.head_banner3 li:nth-of-type(2n){
		margin: 0 0% 10px 0; 
	}
		.head_banner3 li img{
		  max-width: 100%;
		  height: auto;
		}

#item_stylingBox{
	padding-bottom: 20px;
}


/* ============================================ */
/* edit 2016/2/3 */




#myfavoriteUP{
	background:#fff;
}
#fancybox-wrap #myfavoriteUP{
	display:block;
}
#popup_wrap{
	border:none;
}
#popup_wrap .modalTtl2,
.popup_wrap .modalTtl2{
	color: #fff;
	padding: 0px 0px 10px;
	text-align: left;
	font-size:12px;
	font-weight: 400;
	color:#444444;
}


#popup_wrap #myfavoriteItemWrap{
	overflow:hidden;
}
#popup_wrap #myfavoriteItemWrap h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eeeeee;
	font-size:13px;
	font-weight:normal;
}
#popup_wrap #myfavoriteItemWrap h2 img{
	height:75px;
	width:auto;
	margin-right:5px;
	vertical-align:middle;
}

.myfavorite_item{
	overflow:hidden;
	padding:10px 5px 10px 0px;
	border-bottom:1px solid #ddd;
}
.myfavorite_item p.myfavorite_item_txt{
	font-size:13px;
	float:left;
	padding:11px 0px 0px;
}

.myfavorite_item .myfavorite_item_btn{
	float:right;
	width:40px;
}

.myfavorite_item_btn a,
.myfavorite_item_btn span{
	width:40px;
	height:40px;
	display:block;
}
.myfavorite_item a{
	background: url(/m/images/c/common_new/icon_favorite_off.png) 50% 50% no-repeat;
	background-size:20px auto;
}
.myfavorite_item a.myfavorite_on{
	background: url(/m/images/c/common_new/icon_favorite_on.png) 50% 50% no-repeat;
	background-size:20px auto;
}


#myfavorite_close a{
	display:block;
	background-color:#f2f2f2;
	color:#292929 !important;
	text-decoration:none !important;
	text-align:center;
}
#myfavorite_close a span{
	display:inline-block;
	padding:12px 0px 12px 20px;
	
	background-image:url(/m/images/c/qa/icon_close2.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:11px auto;
	font-size:11px;
}

/* END edit 2016/2/3 */


/* ============================================ */
/* edit 2016/6/21 */

/**/
#cartUP{
	background:#fff;
	height:auto;
}
#fancybox-wrap #cartUP{
	display:block;
}

.popup_wrap #cartItemWrap{
	overflow:hidden;
}
.popup_wrap #cartItemWrap h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eeeeee;
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
	display:table;
	width:100%;
}
.popup_wrap #cartItemWrap h2 span{
	display:table-cell;
	vertical-align:middle;
	font-weight: 400;
}
.popup_wrap #cartItemWrap h2 span:first-child{
	width:65px;
	padding-right:5px;
}
	.popup_wrap #cartItemWrap h2 span table{
		width:100%;
	}
	.popup_wrap #cartItemWrap h2 span table th{
		width:1%;
		white-space:nowrap;
		font-weight: 400;
	}
	.popup_wrap #cartItemWrap h2 span table td{
		font-weight: 400;
	}
	
.popup_wrap #cartItemWrap h2 img{
	height:75px;
	width:auto;
}

.cart_item{
	overflow:hidden;
	padding:12px 0px;
	border-bottom:1px solid #ddd;
}
	.cart_item .cart_item_in{
		display:table;
		width:100%;
	}
		.cart_item .cart_item_in .cart_item_l{
			display:table-cell;
			font-size:11px;
			padding:0px;
			vertical-align:middle;
		}
			.cart_item .cart_item_in .cart_item_l table{
				width:100%;
			}
				.cart_item .cart_item_in .cart_item_l table th{
					width:1%;
					white-space:nowrap;
					font-weight: 400;
				}
		
		
		.cart_item .cart_item_in .cart_item_btnWrap{
			display:table-cell;
			vertical-align:middle;
			text-align:right;
			padding-left:5px;
		}
			.cart_item .cart_item_in .cart_item_btn,
			.cart_item .cart_item_in .reserveBtn{
				background-color:#d90404;
				background-image: url(/m/images/c/common_new/icon_cart.png);
				background-repeat: no-repeat;
				background-position: 6px 47%;
				background-size: 14px auto;
				padding: 7px 8px 8px 24px;
				display: inline-block;
				font-size: 12px;
				font-family: 'Noto Sans JP';
    			font-weight: 400;
				color:#fff !important;
				border:none !important;
				
				height: 35px;
				min-width:120px;
				text-align:center;
				
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}
			.cart_item .cart_item_in .reserveBtn{
				padding: 9px 2px 8px 2px;
			}
			
			.cart_item .cart_item_in .restockedBtn {
				background: #000;
				padding: 9px 2px 8px 2px;
				display: inline-block;
				font-size: 12px;
				font-weight:normal;
				color:#fff !important;
				border:none !important;
				
				height: 35px;
				min-width:120px;
				text-align:center;
				
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}
			
	.cart_item .btnGray3{
		margin:5px 0px 0px;
	}
	.cart_item .btnGray3 a{
		color: #fff;
		font-size: 11px;
		display: block;
		padding: 8px 10px 0px 4px;
		text-align: center;
		height: 32px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}




/**/
#stockshopUP{
	background:#fff;
	height:auto;
}
#fancybox-wrap #stockshopUP{
	display:block;
}
.popup_wrap #stockshopWrap{
	overflow:hidden;
}
.popup_wrap #stockshopWrap h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eeeeee;
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
	display:table;
	width:100%;
}
.popup_wrap #stockshopWrap h2 span{
	display:table-cell;
	vertical-align:middle;
	font-weight: 400;
}
	.popup_wrap #stockshopWrap h2 span table{
		width:100%;
	}
	.popup_wrap #stockshopWrap h2 span table th{
		width:1%;
		white-space:nowrap;
		font-weight: 400;
	}
	.popup_wrap #stockshopWrap h2 span table td{
		font-weight: 400;
	}
	

.popup_wrap #stockshopWrap h2 span:first-child{
	width:65px;
	padding-right:5px;
}
.popup_wrap #stockshopWrap h2 img{
	height:75px;
	width:auto;
}

.stockshop_item{
	overflow:hidden;
	padding:12px 0px;
	border-bottom:1px solid #ddd;
	display:table;
	width:100%;
}

.stockshop_item .stockshop_item_l{
	display:table-cell;
	font-size:12px;
	padding:0px;
	vertical-align:middle;
}

	.stockshop_item .stockshop_item_l table{
		width:100%;
	}
		.stockshop_item .stockshop_item_l table th{
			width:1%;
			white-space:nowrap;
			font-weight: 400;
		}


.stockshop_item p.stockshop_item_btn{
	text-align:right;
	display:table-cell;
	vertical-align:middle;
	width:109px
}
.stockshop_item .stockshop_item_btn a{
	background-color:#aaaaaa;
    padding: 8px 7px 8px 8px;
    display: inline-block;
    font-size: 12px;
	font-weight:normal;
	color:#fff !important;
	border:none !important;
}

/* END edit 2016/6/21 */




/*------------------------------------*/
/* 2016/09 edit*/


.detailMainTablel4_wrap{
    margin-top:0px;
    margin-bottom:15px;
}
.detailMainTablel4 {
	min-width:100%;
	white-space:nowrap;
	margin-bottom:0px;
	border-collapse:collapse;
}
    .detailMainTablel4 tr th{
        text-align:center;
        padding: 10px 7px 10px 7px;
        font-size:13px;
        font-weight: 400;
		vertical-align: middle;
		background: #ededed;
        
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    .detailMainTablel4 td{
        padding: 10px 7px 10px 7px;
        font-size:13px;
        text-align:center;
        background:#fff;
		border-bottom:1px solid #ededed;
		
		vertical-align: middle;
        
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
 
.detailMainTablel4_l{
    min-width: 9em;
    float: left;
    position: relative;
    z-index: 1;
    box-shadow: 5px -3px 5px -5px rgba(0, 0, 0, 0.15);
}
    .detailMainTablel4_l .detailMainTablel4 tr th{
        font-weight:normal;
    }

.detailMainTablel4_r{
    white-space:nowrap;
    overflow-x: scroll;
}
    
    .detailMainTablel4_r .detailMainTablel4{
        width:auto;
        white-space:nowrap;
        min-width: 100%;
        max-width:inherit;
    }
    .detailMainTablel4_r .detailMainTablel4 tr th{
        white-space:nowrap;
    }
    .detailMainTablel4_r .detailMainTablel4 tr td{
        white-space:nowrap;
    }
    
 
.detailMainTablel4_r::-webkit-scrollbar{
	width: 5px;
	background: #d6d6d6;
}
.detailMainTablel4_r::-webkit-scrollbar:horizontal{
	height: 5px;
	background: #d6d6d6;
}
.detailMainTablel4_r::-webkit-scrollbar-thumb{
	background: #999999;
	border-radius: 2px;
}
.detailMainTablel4_r::-webkit-scrollbar-thumb:horizontal{
	background: #999999;
	border-radius: 2px;
}  


    
    

/* END 2016/09 edit*/
/*------------------------------------*/


/*----------------------------------------------------
 最近チェックしたアイテム
----------------------------------------------------*/
.sectionBorder {
    border-top: 1px solid #e6e6e6
}

.flexslider-checkItem {
    position: relative;
}

.flexslider-checkItem .flex-control-nav {
    bottom: -30px;
}

.flexslider-checkItemWrap {
	/*
    padding-bottom: 80px;
	*/
	padding-bottom: 20px;
}

.flexslider-checkItem li {
    padding: 0 1px;
}

.flexslider-checkItem li img {
    width: 100%;
}



/*----------------------------------------------------
 スタイリング投稿詳細 sp-01-46
----------------------------------------------------*/
#snsBox{
	padding:15px 5px;
}
	#snsBox li{
		float:right;
		margin-left:10px;
	}

#stylingEntryDetail{
	background:#ffffff;
}
	#stylingEntryMainImg img{
		width:100%;
	}

	#stylingEntryDetail .stylePh li {
		padding-right: 5%;
		width: 30%;
		float: left;
	}
	#stylingEntryDetail .stylePh li:last-child {
		padding-right: 0;
	}



/*----------------------------------------------------
 ●●店 最新Ｑ＆Ａ 
----------------------------------------------------*/
.like_table td{
	font-size:120% !important;	
}
#qa_box{
	padding:10px 10px;
	background:#fff;
}
#qa_box h2{
	margin-bottom:10px;
}

.staff_answer_item_in{
	position:relative;
	line-height:1.5;
	background:#fff;
	padding-bottom:25px;
	border-bottom:1px solid #cccccc;
}
.staff_answer_item_in:last-child{
	border-bottom:none;
}

.staff_answer_item_in p{
	margin-bottom:12px;
}

.staff_answer_item_in h3{
	font-size:14px;
	color:#fa5464;
	font-weight:bold;
}


.staff_answer_item_in h3.user_icon_2{
	background-image: url(/m/images/c/qa/icon_w.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size: 43px auto;
	height:45px;
	padding-left:50px;
	padding-top:10px;
	vertical-align:middle;
	padding-right:0px;
	/*2014renew*/
	margin-bottom:5px !important;
}
.staff_answer_item_in h3.user_icon_1{
	background-image: url(/m/images/c/qa/icon_m.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size: 43px auto;
	height:45px;
	padding-left:50px;
	padding-top:10px;
	vertical-align:middle;
	padding-right:45px;
	/*2014renew*/
	margin-bottom:5px !important;
}


.staff_answer_item_in h3.shop_icon{
	padding-left:55px;
	padding-top:20px;
	height:45px;
}

.staff_answer_item_in h3.shop_icon .shop_ph{
	position:absolute;
	top:10px;
	left:3px;
	display:inline-block;
	width:45px;
	height:45px;
	-webkit-border-radius:100px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.staff_answer_item_in h3 .shop_ph img{
	margin-top:0px;
	margin-left:-2px;
	height:50px;
	width:auto;	
}


.staff_answer_item_in h3 span.web_font{
	font-size:20px;
}


.staff_answer_item_in .staff_item_img{
	position:relative;
	display:block;
	float:right;
	margin-left:10px;
	padding:1px;
	border:1px solid #e9e9e9;
	line-height:0;
	font-size:1;
}

.staff_answer_item_in .staff_item_day{
	color:#aaaaaa;
	/*2014renew*/
	font-size:12px;
	font-weight:normal;
	display:block;
}

.staff_huki_txt{
	border-top:1px dashed #fa5464;
	text-align:center;
	color:#fa5464;
	padding:7px 0 10px;
}
.staff_huki_txt .huki_icon{
	display:inline-block;
	
	background-image: url(/m/images/c/qa/icon_huki.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
	background-size: 16px auto;
	padding:0 20px;
}

.staff_huki_txt .huki_num{
	font-size:18px;
	margin-right:20px;
}




.best_answer{
	position:absolute;
	top:-25px;
	right:3px;	
}

.best_answer_on{
	/*2014renew*/
	padding-right:65px !important;
	height:55px !important;
}


/*----------------------------------------------------
 キャンペーン用 2016/12
----------------------------------------------------*/
/*
.campaign_mode{
	background: url(/m/images/c/portal/xmas_bg.png) 0 15px no-repeat;
	background-size: 100% auto;
	padding-bottom:50px;
	margin-bottom:-15px;
}

	.campaign_mode .more_btnTop {
		margin-bottom: 0px;
	}

.campaign_mode_fix_navi{
}
#fix_navi.campaign_mode_fix_navi {
    position: fixed;
    right: -150px;
    bottom: 100px;
    z-index: 5000;
    width: 105px !important;
	height:108px !important;
    display:block;
	
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
	#fix_navi.campaign_mode_fix_navi.campaign_open{
		right: -15px;
	}
	
	#fix_navi.campaign_mode_fix_navi li#itemSearchBtn a {
		display: block;
		width: 105px;
		height:108px;
		background: url(/m/images/c/portal/santa_gifani_brand.gif) 0 0 no-repeat;
		background-size: 105px 108px;
		
		-webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
		filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
	}
*/





/*-----------------------------------------------------------------------
 検索一覧絞り込み 2020/10
-----------------------------------------------------------------------*/
body.SearchRefine-open {
    overflow: auto;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    pointer-events: none;
}

.itemSearchRefineBlock {
    font-size: 12px;
    margin: 0 0px 20px;
}


.itemSearchRefineBlock__sortList{
    margin: 10px 0px 10px 0px;
    border: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    .itemSearchRefineBlock__sortList ul{
        display: flex;
        white-space: nowrap;
        padding-left: 10px;
    }
    .itemSearchRefineBlock__sortList ul li{
        white-space: nowrap;
        margin-right: 6px;
        padding-bottom: 1px;
    }
    .itemSearchRefineBlock__sortList ul li:last-child{
        padding-right: 10px;
    }
    .itemSearchRefineBlock__sortList ul li a{
        color:#808080;
        text-decoration: none !important;
        font-size:13px;
        text-align: center;
        display: inline-block;
        padding: 7px 9px;
        border-radius: 20px;
        white-space: nowrap;
    }
    .itemSearchRefineBlock__sortList ul li a.current{
        background: #3A90CA;
        color:#fff;
    }


.itemSearchRefineBlock__btn-wrap{
    padding: 5px 10px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
    #search-refine-btn{
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;

        font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
        font-size: 15px;
        text-align: center;
        color: #3A90CA;
        border: 1px solid #3A90CA;
        border-radius: 5px;
        background: #fff url(/m/images/c/common_new/icon_search_refine.svg) 13px 50% no-repeat;
        background-size: 16px 17px;

        height: 38px;
        width: 130px;
        padding-left: 32px;
        outline: 0 !important;
    }

    .itemSearchRefineBlock__btn-wrap .itemSearchRefineBlock__sortList{
    }
    .itemSearchRefineBlock__btn-wrap .itemSearchRefineBlock__sortList ul {
        padding: 2px 1px;
        border-radius: 20px;
        background: #F0F0F0;
    }
    .itemSearchRefineBlock__btn-wrap .itemSearchRefineBlock__sortList ul li {
        white-space: nowrap;
        margin:0 2px;
        padding: 0px !important;
    }
    .itemSearchRefineBlock__btn-wrap .itemSearchRefineBlock__sortList ul li a{
        padding: 6px 12px;
    }
    .itemSearchRefineBlock__btn-wrap .itemSearchRefineBlock__sortList ul li a.current{
        background: #fff;
        color:#3A90CA;
    }


/* 絞り込みモーダル ------------------------ */
#fixSearchRefineModal-bg{
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99980;
    padding-bottom: 1000px;
    background: rgba(0,0,0,0.5);
}
#fixSearchRefineModal {
    display: flex;
    position: fixed;
    top: 0;
    
    right: -110%;
    
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    
    box-sizing: content-box;
    pointer-events: auto;
}
#fixSearchRefineModal.open {
    right: 0;
}
#fixSearchRefineModal.default-open {
    right: 0;
    -webkit-transition:none;
    transition:none;
}
#fixSearchRefineModal__colse{
    cursor: pointer;
    width: 72px;
    background: url(/m/images/c/common_new/icon_search_refine_close.svg) 50% 17px no-repeat;
    background-size: 20px 20px;
}
#fixSearchRefineModal__content {
    position: relative;
    width: calc(100% - 72px);
    height: 100%;
    box-sizing:border-box;
    background: #fff;
}
#fixSearchRefineModal__header{
    box-sizing:border-box;
    height: 60px;
    border-bottom:2px solid #EBEBED;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
}

#fixSearchRefineModal__header-clear{
    cursor: pointer;
    color: #0191cf;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-size: 14px !important;
    outline: 0 !important;
    padding: 6px 6px;
    display: inline-block;
}

#fixSearchRefineModal__body{
    box-sizing:border-box;
    height: calc(100% - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px 0px 0px 0px;
}
#fixSearchRefineModal__body__inner{
    box-sizing:border-box;
    padding-bottom: env(safe-area-inset-bottom);
}
#fixSearchRefineModal__footer{
    box-sizing:border-box;
    border-top:1px solid #EBEBED;
    
    width: calc(100%);
    height: 56px;
    
    position:absolute;
    bottom:0;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 8px 16px 0;
}
#fixSearchRefineModal__footer + #fixSearchRefineModal__body{
    padding: 0px 0px 60px 0px;
}

#fixSearchRefineModal__footer button{
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    background: #3A90CA;
    font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-size: 12px !important;
    outline: 0 !important;
    display: block;
    height: 40px;
    width: 100%;
}


.SearchRefine-item{
    border-bottom: 1px solid #EBEBED;
}
.SearchRefine-item *{
    box-sizing: border-box;
}

.SearchRefine-item dt{
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.SearchRefine-item dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.SearchRefine-item dt.open::after {
    border-top: 0;
    border-bottom: 4px dashed #000;
}

.SearchRefine-item__inner {
    display: table-cell;
    height: 50px;
    padding: 10px 40px 10px 15px;
    vertical-align: middle;
}
.SearchRefine-item__inner strong {
    display: block;
    color:#333333;
    font-weight: 400;
    font-size: 14px;
}
.SearchRefine-item__inner .SearchRefine-item__choice-name {
    display: block;
    font-size: 10px;
    color: #808080;
    font-style: normal;
    word-break: break-all;
}
.SearchRefine-item dd{
    display: none;
}
.SearchRefine-item > dd{
    background: #F5F5F5;
}
.SearchRefine-item dd ul{
    border-top: 1px solid #EBEBED;
}
.SearchRefine-item dd ul li{
    border-bottom: 1px solid #EBEBED;
}
.SearchRefine-item dd ul li:last-child{
    border-bottom:none;
}


.SearchRefine-item__sub{
    border-top: 1px solid #EBEBED;
}
.SearchRefine-item .SearchRefine-item__sub .SearchRefine-item__inner{
    padding-left: 24px;
}


#fixSearchRefineModal__body .custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: flex;
    min-height: 1.5rem;
    padding: 13px 24px 13px 24px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.45);
}
#fixSearchRefineModal__body .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
#fixSearchRefineModal__body .custom-control-indicator {
    position: absolute;
    top: 13px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
#fixSearchRefineModal__body .SearchRefine-item dd ul li .custom-control.custom-radio,
#fixSearchRefineModal__body .SearchRefine-item dd ul li .custom-control.custom-checkbox{
    padding-left: 25px;
}
#fixSearchRefineModal__body .custom-control.custom-radio .custom-control-indicator {
    background: url(/m/images/c/common_new/icon_refine_radio.png) 0px 50% no-repeat;
    background-size: 20px 20px;
}
#fixSearchRefineModal__body .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background: url(/m/images/c/common_new/icon_refine_radio_selected.png) 0px 50% no-repeat;
    background-size: 20px 20px;
}
#fixSearchRefineModal__body .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-description {
    color: rgba(0, 0, 0, 1);
}

#fixSearchRefineModal__body .custom-checkbox .custom-control-indicator {
    background: url(/m/images/c/common_new/icon_refine_check.png) 0px 50% no-repeat;
    background-size: 20px 20px;
}
#fixSearchRefineModal__body .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background: url(/m/images/c/common_new/icon_refine_check_selected.png) 0px 50% no-repeat;
    background-size: 20px 20px;
}
#fixSearchRefineModal__body .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
    color: rgba(0, 0, 0, 1);
}

#fixSearchRefineModal__body .SearchRefine-item dd .SearchRefine-item__sub ul li .custom-control.custom-radio,
#fixSearchRefineModal__body .SearchRefine-item dd .SearchRefine-item__sub ul li .custom-control.custom-checkbox{
    padding-left: 44px;
}

/* END 絞り込みモーダル ------------------------ */




/*-----------------------------------------------------------------------
 商品詳細：拡大モーダル 2020/11
-----------------------------------------------------------------------*/
#modal-expansion-bg {
    display: none;
    /**/
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150%;
    z-index: 1900;
    pointer-events: auto;
}
#modal-expansion {
    display: none;
    /**/
    flex-wrap: wrap;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    pointer-events: none;
}
#modal-expansion__inner {
    position: relative;
    z-index: 2001;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: auto;
}

#modal-expansion__close{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 2002;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/m/images/c/common_new/icon_expansion_close.svg) 50% 50% no-repeat;
    background-size: 35px 35px;
}
#modal-expansion__count{
    position: absolute;
    bottom:10px;
    left: 10px;
    z-index: 2003;
    display: block;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    font-size: 13px;
    padding: 7px 13px 6px 13px;
    line-height: 1;
    min-height: 30px;
    box-sizing: border-box;
}
#modal-expansion__count span{
    font-weight: 400;
    padding: 0 2px;
}
#modal-expansion__count strong{
    font-weight: 400;
    padding: 0 2px;
}

#modal-expansion-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#modal-expansion-slide .slides{
    height: 100%;
}
#modal-expansion-slide .slides .expansion-slide-item{
    height: 100%;
}
#modal-expansion-slide .expansion-slide-item__inner{
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /*
    overflow: auto;
    */
    overflow:hidden;
    /*
    -webkit-transform: translateZ(0px);
    */
}
#modal-expansion-slide .expansion-slide-item__inner img{
    display: table;
    width: auto;
    height: 100%;
    transform-origin: 0px 0px;
    
    /* transform: translateX(-90.4167px); */
    
}


#modal-expansion-slide .slick-prev,
#modal-expansion-slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 500;
}
#modal-expansion-slide .slick-next {
    right: 0px;
    background: url(/m/images/c/common_new/icon_expansion_arrow_r.png) no-repeat 50% 50%;
    background-size: 25px 38px;
}
#modal-expansion-slide .slick-prev {
    left: 0px;
    background: url(/m/images/c/common_new/icon_expansion_arrow_l.png) no-repeat 50% 50%;
    background-size: 25px 38px;
}


/* END 商品詳細：拡大モーダル 2020/11 ------------------------ */


