@charset "shift-jis";
@import url(//fonts.googleapis.com/css?family=Maven+Pro:400,500,700);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville);
/* ---------------------------------------------------------------
	共通設定・デフォルト値の再定義
--------------------------------------------------------------- */
body {
	font-size: 12px;
	font-family: 'Maven Pro', '新ゴR', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #000000;
	text-align: left;
}

::selection,
::-moz-selection {
	color: #fff;
	background: #b4afa8;
}


img { vertical-align: bottom; }

a,
a:link,
a:visited,
a:active,
a:hover { color: #000000; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* font */
.serif { font-family: "Times New Roman", serif; }


/* wrapper */
.wrapper {
	width: 1024px;
	margin: 0 auto;
}


/* toolTipUnit  */
.toolTipUnit {
	position: relative;
	z-index: 100;
}
.toolTipUnit .toolTip {
	display: none;
	position: absolute;
}


/* form */
/* Select */
div.selector:focus { outline: 0; }
div.selector {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}
div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 22px;
	top: 2px;
	left: -10px;
	cursor: pointer;
}
/* Checkbox */
div.checker:focus { outline: 0; }
div.checker {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}
div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}


/* scrollArea / jsp */
.scrollArea { overflow: auto; }
.scrollArea .jspContainer {
	overflow: hidden;
	position: relative;
}
.scrollArea .jspContainer .jspPane { position: absolute; }
.scrollArea .jspContainer .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
}
.scrollArea .jspContainer .jspVerticalBar .jspCap { display: none; }
.scrollArea .jspContainer .jspVerticalBar .jspTrack { position: relative; }
.scrollArea .jspContainer .jspVerticalBar .jspTrack .jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */

}
.scrollArea.show .jspContainer .jspVerticalBar .jspTrack .jspDrag {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}


/* hNav, header_fixed */
.hNav { float: right; }
.hNav > li { float: left; }
.hNav > li.cart,
.header_fixed_customer > li.cart {
	margin-left: 16px;
	background: url(../../imgs/common/parts/icon-cart-03.png) no-repeat left center;
}
.hNav > li.cart.empty,
.hNav > li.cart > a,
.header_fixed_customer > li.cart.empty,
.header_fixed_customer > li.cart > a { padding-left: 18px; }
.hNav > li.cart > a,
.hNav > li.account > a,
.header_fixed_customer > li.cart > a,
.header_fixed_customer > li.account > a {
	padding-right: 13px;
	background: url(../../imgs/common/parts/blt-down-01.png) no-repeat right center;
}
.hNav > li .toolTip { right: -20px; }
.hNav > li.cart .toolTip,
.header_fixed_customer > li.cart .toolTip {
	width: 293px;
	height: 344px;
	background-image: url(../../imgs/common/header/bg-tooltip-cart.png);
	color: #000000;
}
.hNav > li.cart .toolTip .toolTipInner,
.header_fixed_customer > li.cart .toolTip .toolTipInner { padding: 25px 21px 0 22px; }
.hNav > li.cart .toolTip .toolTipInner .areaTitle,
.header_fixed_customer > li.cart .toolTip .toolTipInner .areaTitle {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.hNav > li.cart .toolTip .toolTipInner .itemListAream
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea {
	height: 170px;
	margin-bottom: 12px;
	border-bottom: 1px solid #cfcfcf;
}
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item {
	position: relative;
	padding: 0 40px 10px 0;
}
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a { display: block; }
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .pic,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .pic {
	float: left;
	width: 60px;
}
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .pic img,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .pic img {
	width: 60px;
	height: 60px;
}
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts {
	margin-left: 70px;
	font-size: 10px;
}
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .brandName,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .brandName { margin-bottom: 1px; }
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .brandName,
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .price,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .brandName,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .price { color: #000000; }
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink:hover .texts .itemName,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink:hover .texts .itemName { text-decoration: underline; }
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .itemName,
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .num,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .itemName,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.itemLink .texts .num { color: #666666; }
.hNav > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.btDelete,
.header_fixed_customer > li.cart .toolTip .toolTipInner .itemListArea .itemList .item a.btDelete {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../../imgs/common/parts/icon-delete.png) no-repeat left top;
}
.hNav > li.cart .toolTip .toolTipInner .amountTable,
.header_fixed_customer > li.cart .toolTip .toolTipInner .amountTable { margin-bottom: 12px; }
.hNav > li.cart .toolTip .toolTipInner .amountTable th,
.hNav > li.cart .toolTip .toolTipInner .amountTable td,
.header_fixed_customer > li.cart .toolTip .toolTipInner .amountTable th,
.header_fixed_customer > li.cart .toolTip .toolTipInner .amountTable td {
	line-height: 20px;
	text-align: right;
}
.hNav > li.cart .toolTip .toolTipInner .amountTable td,
.header_fixed_customer > li.cart .toolTip .toolTipInner .amountTable td { padding-left: 5px;}
.hNav > li.cart .toolTip .toolTipInner .btCart,
.header_fixed_customer > li.cart .toolTip .toolTipInner .btCart {
	display: block;
	clear: both;
	line-height: 2.5;
	background-color: #000000;
	text-align: center;
}
.hNav > li.account .toolTip,
.header_fixed_customer > li.account .toolTip {
	width: 161px;
	height: 165px;
	background-image: url(../../imgs/common/header/bg-tooltip-account.png);
}
.hNav > li.account .toolTip .accountMenu,
.header_fixed_customer > li.account .toolTip .accountMenu { padding: 25px 0 0 25px; }
.hNav > li.account .toolTip .accountMenu li,
.header_fixed_customer > li.account .toolTip .accountMenu li { padding-bottom: 7px; }
.hNav > li.account .toolTip .accountMenu li a,
.header_fixed_customer > li.account .toolTip .accountMenu li a { color: #666666 !important; }
.hNav > li.account .toolTip .accountMenu li a:hover,
.header_fixed_customer > li.account .toolTip .accountMenu li a:hover { text-decoration: underline !important; }

/* itemList内のブランド名 */
.itemList .item .name,
.itemList .item .brandName {
	line-height: 1.3;
	font-weight: 700;
}
.itemList .item .price,
#mainWrap .mainContentArea .itemInfoArea .salePriceWrapper,
#mainWrap .mainContentArea .itemInfoArea .price { font-family: '新ゴR', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

/* 共通バナー */
.hNavTxt {
	width: 100%;
	text-align: center;
	font-size: 0.7rem;
  display: inline-block;
  background: #92000d;
}

/* ---------------------------------------------------------------
	各divブロック
--------------------------------------------------------------- */
/* Header */
#Header {
	position: relative;
	z-index: 3;
	background-color: #000;
}
#Header .blackBgArea {
	position: relative;
	color: #fff;
}
#Header .blackBgArea a {
	color: #fff;
	text-decoration: none;
}
#Header .blackBgArea .hNav { padding: 10px 0; }
#Header .blackBgArea .logo {
	margin-bottom: 10px;
	text-align: center;
}

#Header .blackBgArea .free {
	padding-top: 10px;
	margin-left:-186px;
	float: right;
}



#Header .blackBgArea .gNav {position: relative;}
#Header .blackBgArea .gNav li {
	display: inline-block;
	*display: inline; /* hack for IE 6,7 */
	*zoom: 1; /* hack for IE 6,7 */
}
#Header .blackBgArea .gNav .INSTA {
	position: absolute;
	width: 26px;
	height: 27px;
	display: block;
	background: url(https://fs.scene7.com/is/image/flagshop/mr_insta_header?scl=1&fmt=png-alpha&qlt=90,1);
	right: 0;
	top: 9px;
	cursor: pointer;
}
#Header .blackBgArea .gNav li a {
	display: block;
	position: relative;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
}
#Header .blackBgArea .gNav .INSTA a {height:30px;}
#Header .blackBgArea .gNav li:first-child a {margin-left: 20px;}
#Header .blackBgArea .gNav li.SALE a { color: #d31c18; }
#Header .blackBgArea .gNav li a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
  background-color: #fff;
  opacity: 0;
}
#Header .blackBgArea .headerSearchArea {
	position: absolute;
	right: 45px;
	bottom: 9px;
	display: block;
	width: 250px;
	background: #fff;
	color: #000;
}
#Header .blackBgArea .headerSearchArea p {
  padding-right: 10px;
  margin: 0;
}
#Header .blackBgArea .headerSearchArea p span,
#Header .blackBgArea .headerSearchArea p input {
	line-height: 27px;
	vertical-align: middle;
}
#Header .blackBgArea .headerSearchArea p span {
	font-size: 11px;
	padding-left: 13px;
	font-weight: bold;
}
#Header .blackBgArea .headerSearchArea p input {
	margin-left: 12px;
	outline: none;
}
#Header .blackBgArea .headerSearchArea p input.textbox {
	border: none;
	background-color: transparent;
  color: #000;
  width: 154px;
}
#Header #MegaDrop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(000,000,000,0.2);
	box-shadow: 0px 0px 10px rgba(000,000,000,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=10, enabled=true);
}
#Header #MegaDrop .wrapper { position: relative; }
#Header #MegaDrop .wrapper .megaDropContent {
	position: absolute;
	top: 35px;
	left: 0;
}
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox {
	float: left;
	margin-right: 30px;
	border-right: 1px solid #f4f0f2;
}
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox.brandAll { width: 168px; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox.brandRecommend { width: 480px; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox.brandFavorite {
	width: 240px;
	margin-right: 0;
	border-right: none;
}
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .categoryTitle { margin-bottom: 10px; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .brandList li { padding-bottom: 2px; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox.brandRecommend .brandList li {
	float: left;
	width: 33.33333%;
}
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .brandList li a { color: #666666; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .brandList li a .pickup{
	font-size: 80%;
	background-color: #000;
	padding: 1px 5px;
	color: #fff;
}
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .viewMore { padding-top: 20px; }
#Header #MegaDrop .wrapper .megaDropContent.BRAND .categoryBox .viewMore a {
	padding-right: 10px;
	background: url(../../imgs/common/parts/blt-01.png) no-repeat right center;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
}
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox {
	float: left;
	width: 173px;
	margin-right: 20px;
	border-left: 1px solid #f4f0f2;
}
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox .mainCategory a {
	display: block;
	line-height: 2;
	padding-left: 10px;
	background: #f4f0f2 url(../../imgs/common/parts/blt-02.png) no-repeat 158px center;
	font-size: 15px;
}
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox .mainCategory a:hover { text-decoration: none; }
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox .subCategories { padding: 10px 0 0 10px; }
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox .subCategories li { padding-bottom: 2px; }
#Header #MegaDrop .wrapper .megaDropContent.ITEM .categoryBox .subCategories li a { color: #666666; }


/* mainWrap */
#mainWrap {
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
#mainWrap .inner_ {
  width: 1024px;
  margin: 0 auto;
}
#mainWrap .pageTitle {
	padding: 50px 0;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
}
#mainWrap .brandHeadArea { padding-top: 35px; }
#mainWrap .brandHeadArea .brandName {
	float: left;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
#mainWrap .brandHeadArea .brandNav {
	float: right;
	padding-top: 5px;
}
#mainWrap .brandHeadArea .brandNav li { float: left; }
#mainWrap .brandHeadArea .brandNav li a {
	display: inline-block;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;
}
#mainWrap .brandHeadArea .brandNav li.favorite {
	position: relative;
	padding-right: 30px;
}
#mainWrap .brandHeadArea .brandNav li.favorite:after {
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	width: 1px;
	height: 100%;
	background-color: #cfcfcf;
}
#mainWrap .brandHeadArea .brandNav li.favorite a { background-image: url(../../imgs/common/parts/icon-favorite-01.png); }
#mainWrap .brandHeadArea .brandNav li.brandtop a { background-image: url(../../imgs/common/parts/icon-back.png); }


/* Footer */
#Footer {
	position: relative;
	z-index: 2;
	border-top: 1px solid #e6e6e6;
}
#Footer .recentCheckedArea {
	overflow: hidden;
	padding: 40px 0 40px;
    clear: both;
}
#Footer .recentCheckedArea .areaTitle {
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
	text-align: left;
}
#Footer .recentCheckedArea .itemList { width: 962px; }
#Footer .recentCheckedArea .itemList .item {
	float: left;
	width: 108px;
	margin-right: 12px;
}
#Footer .recentCheckedArea .itemList .item .pic { margin-bottom: 6px; }
#Footer .recentCheckedArea .itemList .item .pic img { width: 100%; }
#Footer .recentCheckedArea .itemList .item .name { margin-bottom: 2px; }
#Footer .recentCheckedArea .itemList .item .price { font-size: 10px; }
#Footer .blackBgArea {
	padding-top: 40px;
	background-color: #000000;
}
#Footer .blackBgArea .mirabellaFooterNavArea {
	float: left;
	width: 680px;
	font-size: 11px;
}
#Footer .blackBgArea .mirabellaFooterNavArea ul { float: left; }
#Footer .blackBgArea .mirabellaFooterNavArea > ul { padding-right: 55px; }
#Footer .blackBgArea .mirabellaFooterNavArea > ul li { padding-bottom: 7px; }
#Footer .blackBgArea .mirabellaFooterNavArea > ul > li > a { color: #fff; }
#Footer .blackBgArea .mirabellaFooterNavArea > ul > li ul { padding: 7px 25px 0 0; }
#Footer .blackBgArea .mirabellaFooterNavArea > ul > li ul > li,
#Footer .blackBgArea .mirabellaFooterNavArea > ul > li ul > li > a { color: #fff; }
#Footer .blackBgArea .facebookArea {
	float: right;
	width: 217px;
}
#Footer .blackBgArea .facebookArea .thumb {
	float: left;
	width: 75px;
	border: 1px solid #4d4d4d;
}
#Footer .blackBgArea .facebookArea .texts {
	position: relative;
	float: right;
	width: 123px;
	height: 77px;
}
#Footer .blackBgArea .facebookArea .texts .areaTitle { padding-top: 5px; }
#Footer .blackBgArea .facebookArea .texts .linkText {
	position: absolute;
	right: 0;
	bottom: 0;
}
#Footer .blackBgArea .facebookArea .texts .linkText a {
	padding-right: 15px;
	background: url(../../imgs/common/parts/blt-04.png) no-repeat right center;
	color: #999999;
	font-size: 11px;
	font-style: italic;
}
#Footer .blackBgArea .flagshopNavArea {
	padding: 70px 0 15px;
	border-bottom: 1px solid #333333;
	text-align: center;
}
#Footer .blackBgArea .flagshopNavArea .areaTitle {
	display: inline-block;;
	*display: inline; /* hack for IE 6,7 */
	*zoom: 1; /* hack for IE 6,7 */
	padding-right: 32px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#Footer .blackBgArea .flagshopNavArea .areaTitle span { font-size: 12px; }
#Footer .blackBgArea .flagshopNavArea ul,
#Footer .blackBgArea .flagshopNavArea ul li {
	display: inline-block;;
	*display: inline; /* hack for IE 6,7 */
	*zoom: 1; /* hack for IE 6,7 */
}
/* 150115 セレクトショップ 9ショップ --------------------------------
#Footer .blackBgArea .flagshopNavArea ul li { padding-right: 26px; }
   150115 セレクトショップ 9ショップ--------------------------------*/
#Footer .blackBgArea .flagshopNavArea ul li { padding-right: 20px; }

#Footer .blackBgArea .flagshopNavArea ul li a {
	color: #fff;
	letter-spacing: 1px;
}
#Footer .blackBgArea .copyright {
	line-height: 5;
	color: #999999;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	letter-spacing: 1px;
}

/*--------------------------------------
SMP-PC切換え
---------------------------------------*/
div.display_n{display:none;}
div.smp_pc{font-size:24px;margin:18px auto 18px auto;text-align:center;}
div.smp_pc a {color:#00c;}

div.smp_pc2{
margin:0;
text-align:center;
padding:0;
overflow:hidden;
float:none;
clear:both;
height:auto;
border: 3px solid #999;
background: -moz-linear-gradient(center top, #b8d8f2, #92bde0 25%, #3282c2 50%, #3282c2 75%, #b8d8f2);
background: -webkit-gradient(linear, center top, center bottom, from(#AEBBCB), color-stop(25%, #99AABE), color-stop(50%, #8195AE), color-stop(75%, #758AA8), to(#6D84A3));
}
div.smp_pc2 a {
color:#fff;
font-size:40px;
font-weight:bold;
text-decoration:none;
background:url(/fs/smp/images/sliderbgarrow-tr-w.png) center right no-repeat;
display:block;
vertical-align:middle;
height:auto;
padding:40px 0;
text-shadow:
		0px 1px 1px rgba(0,0,0,1),
		0px -1px 0px rgba(255,255,255,0.3);
}


/* ---------------------------------------------------------------
	追加CSS
--------------------------------------------------------------- */
/* Header */
#mainWrap #mainCont .brandPanelArea .panelBlockWrapper li a .btmain {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    line-height: 26px;
    padding-left: 8px;
    background: url('/mirabella/assets/pc/imgs/common/parts/blt-05.png') no-repeat scroll 50px center #000;
    color: #FFF;
    font-size: 11px;
    font-style: italic;
}










/* ---------------------------------------------------------------
	追加CSS
--------------------------------------------------------------- */
/* Header */
#mainWrap #mainCont .brandPanelArea .panelBlockWrapper li a .btmain {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	line-height: 26px;
	padding-left: 8px;
	background: url('/mirabella/assets/pc/imgs/common/parts/blt-05.png') no-repeat scroll 50px center #000;
	color: #FFF;
	font-size: 11px;
	font-style: italic;
}
#Footer .blackBgArea .facebookArea .texts .linkText a {
  color: #fff;
}
#Footer .blackBgArea .mirabellaFooterNavArea > ul > li ul > li > a {
  color: #fff;
}
#Footer .blackBgArea .flagshopNavArea {
  border-bottom: 1px solid #000;
}
#Footer .blackBgArea .copyright {
  color: #fff;
}
#Footer .blackBgArea {
  background-color: #000;
}

/* mirabella SNS用CSS */
.shareBtn{
	position: relative;
	padding-right: 25px;
}
.shareBtn:before{
	content: "SHARE：";
	display: inline-block;
	vertical-align: top;
}
.shareBtn:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 1px;
	height: 18px;
	background-color: #cfcfcf;
}
.shareBtn a{
	display: inline-block;
	vertical-align: text-top;
	text-indent: 200%;
	overflow: hidden;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.shareBtn a:hover{
	opacity: 0.6;
}
.shareBtn a.twIcon{
	background: url(/mirabella/assets/pc/imgs/common/parts/icon-share-twitter.png) no-repeat center center;
}
.shareBtn a.fbIcon{
	background: url(/mirabella/assets/pc/imgs/common/parts/icon-share-facebook.png) no-repeat center center;
}

#mainWrap .brandHeadArea .brandNav li .shareBtn a{
	padding: 0 10px 0 0;
}



/* ---------------------------------------------------------------
	SALE時のカラー変更　160624_add
--------------------------------------------------------------- */
/* Header */
body.sale #Header {
/* 通常SALE用 */
background-color: #cd0803; */

/* FINAL SALE用 */
/*background-color: #E3A;*/
}

/* Footer */
body.sale #Footer .blackBgArea .flagshopNavArea {
    border-bottom: 1px solid #fff;
}
body.sale #Footer .blackBgArea {
/* 通常SALE用 */
　　background-color: #cd0803;

/* FINAL SALE用 */
/*	background-color: #E3A;*/
}
body.sale #Footer .blackBgArea .flagshopNavArea .areaTitle {
	color: #fff;
}
body.sale #Footer .blackBgArea .facebookArea .thumb {
	border: 1px solid #ffffff;
}

/* ---------------------------------------------------------------
	商品一覧、商品詳細ページ下部バナーエリア　171215_modified
--------------------------------------------------------------- */
.ft_banner {
	width: 1024px;
	margin: 0 auto;
}

.ft_banner_wrapper{border-top: 1px solid #e6e6e6;}

.ft_banner .ft_banner_title {
	padding: 40px 0;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
}

.ft_banner .ft_banner_link {
	display: block;
	width: 324px;
}

.ft_banner .ft_banner_img {width: 100%;}

.ft_banner .ft_banner_sale {
	background-color: #d31c18;
	font-size: 10px;
	padding: 0 3px;
	color: #fff;
	margin: 0 0 2px 5px;
	display: inline-block;
	vertical-align: middle;
}

.ft_banner .ft_banner_viewall {
	display: flex;
	justify-content: flex-end;
	font-size: 1rem;
	font-weight: 500;
}



/* ---------------------------------------------------------------
	HeaderNav_fixed
--------------------------------------------------------------- */
.fixed {transform: translateY(47px);}

.header_fixed {
	position: fixed;
	background: #000;
	width: 100% !important;
	border-bottom: 2px solid #c492ab;
	top: -47px !important;
  z-index: 100 !important;
  transition: all .2s ease;
}


.header_fixed_wrapper {
	width: 1250px;
	margin: 0 auto;
	position: relative;
}

.header_fixed_logo {
	position: absolute;
	top: 12px;
	left: 0;
	width: 102px;
	height: 18px;
	display: block;
}

.header_fixed_gNav a {
	color: #fff;
	display: block;
	position: relative;
	height: 40px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	border-bottom: 5px solid #000;
	transition: ease .3s;
}

.header_fixed_gNav a:hover {
	text-decoration: none;
	border-bottom: 5px solid #fff;
}

.header_fixed_gNav .NEW { margin-left: 130px;}

.header_fixed_search {
  background: #fff;
  height: 14px;
  margin: auto 0;
  padding: 5px;
  position: absolute;
  width: 15%;
  top: 11px;
  right: 15%;
}

.header_fixed_search .textbox {
  border: 0;
  background: transparent;
  color: #000;
  width: 85%;
  margin-left: 13%;
  outline: 0;
}

.header_fixed_search .btn {
  position: absolute;
  left: 10px;
}

.header_fixed_customer {
	position: absolute;
	top: 14px;
	right: 0;
	color: #fff;
}

.header_fixed_customer a {color: #fff;}

.header_fixed_customer > li.account .toolTip,
.header_fixed_customer > li.cart .toolTip {
	right: 0;
}

@media screen and (max-width: 1300px) {
  .header_fixed_wrapper {
    width: 98%;
  }
}

@media screen and (max-width: 1080px) {
  .header_fixed_search {
    display: none;
  }
}

/* ---------------------------------------------------------------
	#header fix
--------------------------------------------------------------- */
#header {
	width: 100%;
	background: #c492ab;
}
#header .inner_ {
	width: 1024px;
	margin: 0 auto;
}

/*--------------------------------------
 COMMON
---------------------------------------*/
.mr_flex{
	display: flex;
	flex-wrap: wrap;
}

/* ---------------------------------------------------------------
	特集リストCSS mr_search_special　171215_added
--------------------------------------------------------------- */
#special-list .search_special_line_ {
	background: none;
	width: 1024px;
}

#special-list h3.contentTitle {
	padding: 40px 0 20px 0;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
}

#special-list .search_special_line_ li {
	float: left;
	margin-right: 50px;
}

#special-list .search_special_line_ li:nth-child(2n) {margin-right: 0;}
#special-list .search_special_line_ li p {line-height:160%;}
#special-list .search_special_line_ li span {font-weight:bold;}

/* ---------------------------------------------------------------
	商品掲載終了ページ ds_common.cssより移行 180115_added
--------------------------------------------------------------- */
/* #セッション切れエラー文言デザイン */
#mainWrap div.single_mainframe_{
	width:750px;
	margin:auto;
}
div.single_mainframe_ .notice_{
	border:none;
	background:none;
	color:#666;
	font-weight:normal;
	border:1px solid #ddd;
	background:#f7f7f7;
	padding:15px;
	margin: 15px auto;
}
div.single_mainframe_ .notice_ .centertext_{
	margin:15px auto;
	border:none;
	background:none;
	padding:0;
}
div.single_mainframe_ .notice_ .centertext_ a{
	display:block;
	width:170px;
	height:40px;
	text-indent:-9999px;
	background:url(/mirabella/pc/images/btn/flow_btn_go-shop-top.gif) left top no-repeat;
	margin:0 auto;
}

/* ---------------------------------------------------------------
	isl.css fix
--------------------------------------------------------------- */
div.ds_topicpath_ {
	margin: 5px 0 10px 0;
	width: 950px;
	height:auto;
}

div.ds_topicpath_ p {
	padding: 2px;
	color: #666;
	font-size: 10px;
}

div.ds_topicpath_ p a:link,
div.ds_topicpath_ p a:visited,
div.ds_topicpath_ p a:hover,
div.ds_topicpath_ p a:active {
	padding: 0 20px 0 0;
	color: #666;
	background: url(/fs/pc/images/ds_topicpath.gif) top 2px right no-repeat;
}

/* ---------------------------------------------------------------
	共通ヘッダーバナー位置調整 180611_added
--------------------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header .inner_ {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#header .hNavBn {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
	margin: 0;
}
