@charset "utf-8";

/* =============================================================

　　Style Reset

============================================================= */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y:auto;
  color: #221814;
  background: #fff;
  font-size: 62.5%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  container: '';
}

abbr,acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,button,textarea,select,optgroup,option {
  font-style: inherit;
  font-weight: inherit;
}

input,button,textarea,select {
  *font-size: 100%;
}

address {
  font-style: normal;
}

input[type*="button"] {
  cursor: pointer;
}


/* clearfix 設定
-------------------------- */

.clearfix:after {
  display: block; 
  clear: both; 
  visibility: hidden;
  height: 0; 
  font-size: 0;
  content: "."; 
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}


/*  =============================================================

　　基本設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.0em;
	letter-spacing: 0;
	text-align: center;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	color: #333;
}


/*  ボックス 基本設定
-------------------------- */

.disnon {
	display: none;
}


/*  画像 基本設定
-------------------------- */

img {
	vertical-align: top;
	border: none;
}


/*  テキスト 共通設定
-------------------------- */

em {
	font-weight: bold;
}


/*  リンク 基本設定
-------------------------- */

a {
/*  display: inline-block; */
  outline: none;
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #333;
}


/*  フォーム 基本設定
-------------------------- */
	
input,
button,
select,
textarea {
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  border-radius: 0 !important;
  padding: 2px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	-webkit-appearance: none;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="checkbox"] {
	border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select { 
	outline: none;
	border: 1px solid #ccc;
}

form textarea {
	resize: vertical;
	width: 100%;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder
textarea:-ms-input-placeholder {
  color: #bbb;
}


/*　コンテナー　レイアウト・共通設定
---------------------------------------------*/

.BcContainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/*  ヘッダー レイアウト・共通設定
---------------------------------------------*/

.header {
	padding:15px 0 0;
}

.header a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

header .headerTop {
	padding:0 0 20px;
}
/* ---- サイトタイトルロゴ ---- */

.header .boxSiteLogo {
  float: left;
  width: 600px;
}

.header .boxSiteLogo a:hover img {
  transition: all 0.4s ease;
}

.header .boxSiteLogo .ttlSiteLogo {
	width: 213px;
	margin: 0 0 0 auto;
}

/* ---- ヘッダー上部ナビ ---- */
.header .boxHeaderNav {
	float:right;
	width:380px;
}

.header .boxHeaderNav .headerNavList01 {
	width: 170px;
	margin: 0 0 0 auto;
}

.header .boxHeaderNav .headerNavList01 li {
	float: left;
	margin:0 0 0 30px;
}

.header .boxHeaderNav .headerNavList01 li:first-child {
	margin: 0;
}

.header .boxHeaderNav .headerNavList01 li:nth-of-type(2) {
	padding:4px 0 0;
}

.header .boxHeaderNav .headerNavList01 li:last-child {
	cursor:pointer
}


/* ---- 検索フォーム ---- */
#searchContainer {
    position:relative;
    float:right;
}

#searchButton {
	cursor:pointer;
}

#boxSearch {
    position:absolute;
    top:30px;
    right:-12px;
    display:none;
    z-index:29;
}

#searchForm {
	position: relative;
    width:250px; 
    margin-top:-1px;
    padding:20px 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background:#fff;
	-webkit-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow:0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}

#searchForm:before {
	position: absolute;
	top: -8px;
	right: 5px;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-search-arrow.png);
}

#searchForm input[type="text"] {
	width: 78%;	
	height: 30px;
	padding: 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

#searchForm input[type=submit] {
	height: 30px;
	margin: 10px 0 0;
	padding: 0 5px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	cursor:pointer
}

#searchForm input[type=submit]:hover {
	background: #686868;
}

#searchForm input:focus {
    outline:none;
}

.header .boxHeaderNav .headerNavList02 {
	width: 360px;
	margin: 20px 0 0 auto;
	font-size: 10px;
	font-size: 1.0rem;
}

.header .boxHeaderNav .headerNavList02 li {
	position: relative;
	float: left;
	height: 15px;
	margin:0 0 0 5px;
	line-height: 15px;
}

.header .boxHeaderNav .headerNavList02 li:first-child {
	width: 170px;
	padding:0 5px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}

.header .boxHeaderNav .headerNavList02 li.navLogin {
	width: 60px;
	padding:0 0 0 20px;
}

.header .boxHeaderNav .headerNavList02 li.navLogin:before {
	position: absolute;
	top: 0;
	left:0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-header-login.png);
}

.header .boxHeaderNav .headerNavList02 li.navAccount {
	width: 95px;
	padding: 0 0 0 25px;
}

.header .boxHeaderNav .headerNavList02 li.navAccount:before {
	position: absolute;
	top: 0;
	left:0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-header-account.png);
}


/* ---- グローバルナビゲーション ---- */
.boxNav {
	height: 60px;
	background: #f8f8f1;
}

.boxNav .gNav {
	float: left;
	width: 740px;
	padding:22px 0 0 0;
}

.boxNav .gNav li a {
	display: block; 
	float: left;
	height: 60px;
	margin:0 18px 0 0;
}

.header .boxNav .gNav a.ro:hover {margin-top: -2px;}

.boxNav #gNavList {
	display: block;
	position: relative; 
}

.boxNav #gNavList li {
	display: block; 
	position: relative;
	float: left;
}

.boxNav #gNavList .gNavSubMenu {
	display: none; 
	position: absolute;
	left: 0;  top: 38px;
	z-index: 10000;
	overflow: inherit;
}

.boxNav #gNavList .gNavSubMenu li {
	float: none;
}

.boxNav .gNav li a {
	display: block;
	text-indent: -9999px;
}

.boxNav .gNav li.gNavHome a {
	width: 57px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-home.png) no-repeat;
}

.boxNav .gNav li.gNavCategory a {
	width: 112px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-item-gategory.png) no-repeat;
}

.boxNav .gNav li.gNavBrands a {
	width: 67px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-brands.png) no-repeat;
}

.boxNav .gNav li.gNavShopping a {
	width: 116px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-shopping-guide.png) no-repeat;
}

.boxNav .gNav li.gNavAbout a {
	width: 81px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-about-us.png) no-repeat;
}

.boxNav .gNav li.gNavContact a {
	width: 86px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-contact-us.png) no-repeat;
}


.boxNav .gNav li.gNavWholesale a {
	width: 86px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/img-gnav-wholesale.png) no-repeat;
}

.boxNav .gNavSubMenu li {
	background-color: #f8f8f1 !important;	}

.boxNav .gNavSubMenu li a {
	text-indent: 0;
	background-color: #f8f8f1 !important;
	background-position: 9999px 9999px !important;
	background-image: none ;
	padding: 10px !important;
	line-height: 1.5em;
	height: 3em;
	width:  240px !important;
	z-index: 10000;
	border-bottom: 1px dashed #ccc;
}

.boxNav .gNavSubMenu li:last-child a {border-bottom: none;}

.boxNav .gNavSubMenu li a:hover {
	font-weight: bold;
	background-color: #f3f79b !important;
}
 
.boxNav .snsNav {
	float: right;
	width: 97px;
	padding:15px 0 0 0;
}

.boxNav .snsNav li {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 8px 0 0;
}

.boxNav .snsNav li:last-child {
	margin: 0;
}


/*  フッター レイアウト・共通設定
---------------------------------------------*/

/* Page Top */
.footer #page-top {
	position:fixed;
	bottom: 100px;
	right: 10px;
	z-index:99;
}


/* -------- フッターブランド -------- */
.footer .boxFtBrands {
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) top repeat-x;
	padding: 60px 0;
}

.footer .boxFtBrands h2 {
	text-align: center;
}

.footer .boxFtBrands .bx-wrapper {
	position: relative;
    width:980px;
	height:auto;
	margin: 40px 0 0;
}

.footer .boxFtBrands .ftBrandsList .slideInner {
	height: 150px;
	text-align: center;
}

.footer .boxFtBrands .ftBrandsList .slideInner h3 {
	margin: 10px 0 0;
}

.footer .boxFtBrands .bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.footer .boxFtBrands .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.footer .boxFtBrands .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 30%;
	outline: 0;
	width: 38px;
	height: 38px;
	z-index: 1;
	text-indent: -9999px;
}

.footer .boxFtBrands .bx-wrapper .bx-pager {
	display:none;
}

.footer .boxFtBrands .bx-wrapper .bx-prev {
	left: -15px;
	background: url(https://img06.shop-pro.jp/PA01021/621/etc/icon-prev.png) no-repeat ;
}

.footer .boxFtBrands .bx-wrapper .bx-next {
	right: -20px;
	background: url(https://img06.shop-pro.jp/PA01021/621/etc/icon-next.png) no-repeat;
}

/* -------- フッターショッピングガイド -------- */
.footer .boxFtShopping {
	background:#f8f8f1;
	padding: 60px 0;
}

.footer .boxFtShopping h2 {
	text-align: center;
}

.footer .boxFtShopping .boxInner {
	margin: 40px 0 0;
}

.footer .boxFtShopping .boxFtShoppingCol01,
.footer .boxFtShopping .boxFtShoppingCol02,
.footer .boxFtShopping .boxFtShoppingCol03 {
	float: left;
	width: 300px;
}

.footer .boxFtShopping .boxFtShoppingCol02,
.footer .boxFtShopping .boxFtShoppingCol03 {
	margin: 0 0 0 40px;
}

.footer .boxFtShopping h3 {
	position:relative;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer .boxFtShopping dl {
	margin: 20px 0 0;
	line-height: 1.8em;
}

.footer .boxFtShopping dd img {
	margin: 5px 0;
}

.footer .boxFtShopping h3.ttlFtShopping01 {
	padding: 5px 0 0 30px;
}

.footer .boxFtShopping h3.ttlFtShopping01:before {
	position: absolute;
	top: 0;
	left: 0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-footer-shopping01.png);
	
}

.footer .boxFtShopping h3.ttlFtShopping02 {
	padding: 5px 0 0 35px;
}

.footer .boxFtShopping h3.ttlFtShopping02:before {
	position: absolute;
	top: 0;
	left: 0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-footer-shopping02.png);
	
}

.footer .boxFtShopping h3.ttlFtShopping03 {
	padding: 5px 0 0 30px;
}

.footer .boxFtShopping h3.ttlFtShopping03:before {
	position: absolute;
	top: 0;
	left: 0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-footer-shopping03.png);
	
}

.footer .boxFtShopping h3.ttlFtShopping04 {
	margin: 30px 0 0;
	padding: 5px 0 0 30px;
}

.footer .boxFtShopping h3.ttlFtShopping04:before {
	position: absolute;
	top: 0;
	left: 0;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-footer-shopping04.png);
	
}

/* -------- フッターナビ -------- */
.footer .boxFtNav {
	padding:40px 0;
}
.footer .boxFtNav li {
	float: left;	
	margin: 0 0 0 20px;
}

/* -------- フッターSNS -------- */
.footer .boxFtSns {
	text-align: center;
}

.footer .boxFtSns li {
	display:inline-block;
	margin: 0 0 0 8px;
}

/* -------- コピーライト -------- */

.footer .txtCopyright {
	padding:40px 0;
	text-align: center;
}

/*  メインコンテンツ・共通設定
---------------------------------------------*/
.contentsWrap {
	padding: 40px 0;
}
.mainContents {
	float: left;
	width: 740px;
	margin-top:0px;
}

/*  ライトサイドエリア・共通設定
---------------------------------------------*/
.SideArea {
	float: right;
	width: 200px;
}

/* -------- バナーエリア -------- */

.SideArea .sideBnrItem {
	display: block;
	width: 200px;
	margin-bottom: 12px;
}

.SideArea span.rakuten img {
	width: 200px;
	height: 57px;
	border: 1px solid #efefef;
}

.SideArea .sideBnrList01 {
	margin-top: 12px;
  	margin-bottom: 12px;
}

.SideArea .sideBnrList01 li {
	margin: 0 0 12px;
}

.SideArea .sideBnrList02 {
	margin: 20px 0 12px;
}

.SideArea .sideBnrList02 li {
	margin: 0 0 12px;
}

/* -------- FEATURES -------- */
.SideArea .boxSideFeatures {
	margin: 20px 0 0;
}

.SideArea .boxSideFeatures ul {
	margin: 20px 0 0;
}

.SideArea .boxSideFeatures ul li {
	margin: 0 0 12px;
}

/* -------- アコーディオンメニュー共通 -------- */
.SideArea  .sideAc {
	background: url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) top repeat-x;
}

.SideArea  .sideAc h2 {
	position: relative;
	height: 40px;
	margin: 0 0 20px;
	padding: 20px 0 0 5px;
	cursor:pointer;
}

.SideArea  .sideAc h2:after {
	position: absolute;
	top: 20px;
	right: 10px;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-accordion01.png);
}

.SideArea  .sideAc h2.active:after {
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-accordion02.png);
}

.SideArea  .sideAc ul {
	display: none;
}

/* -------- サイドエリアリスト -------- */
.SideArea  .boxSideItemCategory,
.SideArea  .boxSideBrands,
.SideArea .boxSideShopping,
.SideArea .boxSideMedia {
	margin: 20px 0 0;
}

.SideArea  .boxSideItemCategory ul,
.SideArea  .boxSideBrands ul,
.SideArea .boxSideShopping ul,
.SideArea .boxSideMedia ul  {
	padding: 0 2px;
}

.SideArea  .boxSideItemCategory ul li,
.SideArea  .boxSideBrands ul li,
.SideArea .boxSideShopping ul li {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;	
	line-height: 1.2em;
}

.SideArea  .boxSideItemCategory ul li a:hover,
.SideArea  .boxSideBrands ul li a:hover,
.SideArea .boxSideShopping ul li a:hover {
	text-decoration: underline;
}

/* -------- サイドメディアリスト -------- */
.SideArea .boxSideMedia ul li {
	margin: 0 0 12px;
}

.SideArea .boxSideMedia .boxInner {
	width: 195px;
}

.SideArea .boxSideMedia .boxSideMediaImg {
	float: left;
	width: 58px;
}

.SideArea .boxSideMedia .boxSideMediaImg img {
	max-width: 58px;
}

.SideArea .boxSideMedia .boxSideMediaTxt {
	float: right;
	width: 125px;
	line-height: 1.2em;
}

/*  =============================================================

　　共通モジュール設定

============================================================= */


/*  リンク 設定
---------------------------------------------*/

/* -- 動き滑らか -- */
.ttlSiteLogo a:hover,
.headerNavList01 a:hover,
.headerNavList01 li.navSearch:hover img,
.header .boxNav li:hover,
.mainVisual a:hover img,
.mainContents a:hover img,
.SideArea a:hover img,
.btnItemBrand:hover,
.btnItemCart:hover,
.footer #page-top img:hover,
.footer .ftBrandsList li:hover img,
.footer .boxFtSns li:hover {
  transition: all 0.2s ease;
}

/* -- 半透明 -- */
.ttlSiteLogo a:hover,
.headerNavList01 a:hover,
.headerNavList01 li.navSearch:hover img,
.header .boxNav a.ro:hover,
.mainVisual a:hover img,
.SideArea a:hover img,
.mainContents a:hover img,
.btnItemBrand:hover,
.btnItemCart:hover,
.footer #page-top img:hover,
.footer .ftBrandsList li:hover img,
.footer .boxFtSns li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.header .ttlSiteLogo a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* -- 下線 -- */
.txtLink {
  text-decoration: none;
}

/* -- 下線なし -- */
.txtLink:hover {
  text-decoration: underline;
}

/* -- カーソル -- */
.boxHover {
  cursor: pointer;
}


/*  タイトル・ロゴ・アイコンの文字インデント設定（背景画像使用）
---------------------------------------------*/

.ttl,
.ttlItem {
	position:relative;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-ttle-line.png) top left no-repeat;
	padding:20px 0 0 5px;
	font-weight: bold;
}

.ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.ttlItem {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2em;
}


.ttl  span {
	position:absolute;
	bottom: 0;
	padding: 0 0 0 20px;
	color: #646464;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
}


/*  コンテンツ 設定
---------------------------------------------*/

/* -------- パンくず -------- */
.boxBreadcrumb a:hover {
	text-decoration:underline;
}

.boxBreadcrumb li {
	float:left;
}

.boxBreadcrumb li {
	position:relative;
	display:inline-block;
	padding:0 18px 0 0;
	line-height:20px;
	height:20px;
}

.boxBreadcrumb li img {
  margin: 5px 3px !important;
}

.boxBreadcrumb li::after {
	position:absolute;
	right:5px;
	top:0;
	content:"\00bb";
}

.boxBreadcrumb li:last-child::after {
	content:" ";
}

/* 下層メインビジュアル
---------------------------------------------*/

.boxContentMainVisual {
}


/*  アイテムリスト共通設定
---------------------------------------------*/
.boxItemList {
	margin: 25px 0 40px 0;
}

.boxItemList ul {
	overflow:hidden;
	zoom: 1;
	width: 757px;
}

.boxItemList ul:after {
	content:"."; 
	display: block; 
	height:0px; 
	clear:both; 
	line-height:0; 
	visibility:hidden;
}

.boxItemList ul li {
	float: left;
	width: 172px;
	height: 280px;
	margin: 0 17px 10px 0;
	text-align: center;
        font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.boxItemList h3 {
	width: 172px;
	margin: 10px 0 0;
	line-height: 1.4em;
	overflow: hidden;
}

.boxItemList h3 img {
  margin-top: 3px !important;
}

.boxItemList p {
	max-width: 172px;
	height:10px;
	margin: 5px 0 0;
}

.boxItemList p,
.boxItemList h3 {
	font-size: 12px !important;}

.boxItemList span {
  height: 172px;
  display: block;
  /* border: 1px solid #eaeaea; */
  display:table-cell;
  vertical-align: middle;
}

/*  ブランドリスト共通設定
---------------------------------------------*/
.boxBrandList ul {
	overflow:hidden;
	zoom: 1;
	width: 765px;
	margin: 40px 0 0;
}

.boxBrandList ul:after {
	content:"."; 
	display: block; 
	height:0px; 
	clear:both; 
	line-height:0; 
	visibility:hidden;
}

.boxBrandList li {
	position: relative;
	float: left;
	overflow:hidden;
	width: 230px;
	height: 140px;
	margin: 0 25px 25px 0;
	border: 1px dashed #535353;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.boxBrandList li:hover {
	opacity:0.6;
	transition: all 0.2s ease;
}

.boxBrandList li a {
	display: block;
	width: 230px;
	height: 140px;
}

.boxBrandList li img {
	position:relative;
	top:40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	width:auto;
	height:auto;
	max-width:180px;
	max-height:180px;
}

.boxBrandList li h3 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

/* -------- カスタムスクロールバー -------- */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* =============================================================

　　個別設定

============================================================= */


/*　TOP : トップページ
--------------------------------------------------------------*/

/* -------- メインビジュアル -------- */
.mainVisual {
	width:100%;
}

.mainVisual .wideslider {
    width: 100%;
    height: 300px;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin:0 auto;
}
 
.mainVisual .wideslider ul,
.mainVisual .wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.mainVisual .wideslider_base {
    top: 0;
    position: absolute;
}

.mainVisual .wideslider_wrap {
    position: absolute;
    top: 0;
    overflow: hidden;
 }
 
.mainVisual .slider_prev,
.mainVisual .slider_next {
    position: absolute;
    top: -100px;
    overflow: hidden;
    z-index: 200;
    cursor: pointer;
}

.mainVisual div.slider_prev {background: url(https://img06.shop-pro.jp/PA01021/621/etc/icon-prev.png) no-repeat right center;}
.mainVisual div.slider_next {background: url(https://img06.shop-pro.jp/PA01021/621/etc/icon-next.png) no-repeat left  center;}
 
.mainVisual div:hover.slider_prev,
.mainVisual div.slider_next {
}

.mainVisual .pagination {
    position: absolute;
    z-index: 200;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
}
 
.mainVisual .pagination a {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
	width: 10px;
	height: 10px;
	outline: 0;
    background: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.mainVisual .pagination a:hover,
.mainVisual .pagination a.active {
	background:#fffa16;
}

/* -------- インフォメーションティッカー -------- */
.boxInfoTicker {
	width: 740px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dashed #666;
}

.boxInfoTicker .ttlInfoTicker {
	float: left;
	width: 70px;
}

.boxInfoTicker .ttlInfoTicker h2 {
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-info-ticker.png) right no-repeat;
}

.boxInfoTicker .boxInfoTickerList {
	float: right;
	width: 610px;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
}

.boxInfoTicker .boxInfoTickerList ul {
	position: relative;
}

.boxInfoTicker .boxInfoTickerList ul br {display: none !important;}

.boxInfoTicker .boxInfoTickerList ul li {
	display: none;
	overflow: hidden;
	height: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxInfoTicker .boxInfoTickerList ul li span {
	padding: 0 10px 0 0
}

.boxInfoTicker .boxInfoTickerList ul li a {
	background: #ffffc4 !important;
	text-decoration: none;
}

.boxInfoTicker .boxInfoTickerList ul li a:hover {
	padding: 0 2px;
  text-decoration: underline;
}


/* -------- カテゴリーナビ -------- */
.boxTopNav {
	width: 740px;
	margin: 40px 0 50px;
}

.boxTopNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxTopNav ul li {
	width: 24%;
	margin-bottom: 10px;
}

.boxTopNav ul li a {
	display: block;
}


/* -------- 新商品一覧 -------- */
.boxNewItem {
	margin: 25px 0 40px 0;
}

/* 一時的に商品名・価格を隠す
.boxNewItem .boxItemList li h3,
.boxNewItem .boxItemList li p.txtItemPrice {display: none;}

.boxNewItem .boxItemList ul li {
min-height: 200px;
margin: 0 17px -5px 0;}
 */

/* --------インフォメーション、インスタグラム -------- */
.boxTop2Col h2{
	margin: 0 0 20px;
}

.boxTop2Col .boxInfo {
	float: left;
	width: 350px;
}

.boxTop2Col .boxInfo .boxInfoList {
	height: 260px;
	padding: 0 5px;
}

.boxTop2Col .boxInfo .boxInfoList li {
	position: relative;
	overflow:hidden;
	margin: 0 0 10px;
	line-height: 1.5em;
	padding-left: 60px;
}

.boxTop2Col .boxInfo .boxInfoList li span {
	position: absolute;
	left: 0; top: 0;
}

.boxTop2Col .boxInfo .boxInfoList li a {
	background: #ffffc4;
	padding: 0 2px;
}

.boxTop2Col .boxInfo .boxInfoList li a:hover {
	text-decoration: underline;
}


.boxTop2Col .boxInstagram {
	float: right;
	width: 360px;
}

.boxTop2Col .boxInstagram #instafeed li {
	float: left;
	width: 90px;
	height: 90px;
}

.boxTop2Col .boxInstagram #instafeed li img {
	width: 100%;
	height: auto;
}

/* list : 商品一覧
--------------------------------------------------------------*/
.boxContentMainVisual {
	margin: 20px 0;
}

.subCategoryList {
}

.subCategoryList li {
  display: inline-block;
  margin: 10px 10px 20px 0;
}

.subCategoryList li a {
  display: block;
  padding: 10px 14px;
  background: #F8F8F1;
  border-radius: 16px;
}

.subCategoryList li a:hover {
  background: #F3F79B;
}

.boxItemListNav {
	padding: 10px 0 0;
}

.boxItemListNav .boxItemListNavCol01 {
	float: left;
	width: 245px;
}

.boxItemListNav .boxItemListNavCol01 ul li {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.boxItemListNav .boxItemListNavCol01 ul li a {
	background: #ffffc4;
	font-weight: normal;
}

.boxItemListNav .boxItemListNavCol01 ul li a:hover {
	background: #fff;
	text-decoration: underline;
}

.boxItemListNav .boxItemListNavCol01 ul li:nth-of-type(2) {
	width: 70px;
}

.boxItemListNav .boxItemListNavCol01 ul li:nth-of-type(3) {
	width: 48px;
}

.boxItemListNav .boxItemListNavCol01 ul li:before {
	position: absolute;
	top: 0;
	right: 0;
	content:"\002f";
}

.boxItemListNav .boxItemListNavCol01 ul li:last-child:before {
	content:"";
}

.boxItemListNav .boxItemListNavCol01 ul li:first-child {
	width: 50px;
	font-weight: normal;
}

.boxItemListNav .boxItemListNavCol01 ul li:first-child:before {
	top: 0;
	right: 0;
	content:"\00bb";
}

.boxItemListNav .boxItemListNavCol02 {
	float: left;
	width: 260px;
	margin: 0 0 0 30px;
}

.boxItemListNav .boxItemListNavCol03 {
	float: right;
	width: 95px;
}

.boxItemListNav .boxItemListNavCol03 ul li {
	float: left;
}

.boxItemListNav .boxItemListNavCol03 ul li:last-child {
	margin: 0 0 0 20px;
}

.boxCatList {
	padding: 0  0 20px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
}

/*　About Us : bcbasicsについて
--------------------------------------------------------------*/

.boxAbout {
	min-height:320px;
	margin: 20px 0 0;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-about.png) 90% 80px no-repeat;
 }
 
 .boxAbout .boxAboutTxt {
	 margin: 50px 0 45px;
	 font-size: 13px;
	 font-size: 1.3rem;
	 line-height: 1.8em;
 }
 
 /* -------- 特定商取引法に基づく表記 -------- */
 .boxSpecify {
	 margin: 60px 0 0;
 }
 
 .boxSpecifyTable {
	 display: table;
	  width: 100%;
	  margin: 20px 0 0;
	  padding: 0 0 0 5px;
 }
 
.boxSpecifyTable dl {
	display: table-row;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
}
  
.boxSpecifyTable dt,
.boxSpecifyTable dd {
	display: table-cell;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
}
  
.boxSpecifyTable dt {
	width: 27%;
	padding: 20px 5px;
	font-weight: bold;
	vertical-align:middle;
}

.boxSpecifyTable dd {
	width: 75%;
	padding: 20px 5px;
}

 /* --------お支払方法 -------- */
 .boxPayment {
	 margin: 60px 0 0;
 }
 
.boxPaymentTable {
	display: table;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 0 5px;
}

.boxPaymentTable dl {
	display: table-row;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
}

.boxPaymentTable dt,
.boxPaymentTable dd {
	display: table-cell;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
}

.boxPaymentTable dt {
	width: 27%;
	padding: 20px 5px;
	font-weight: bold;
	vertical-align:top;
}

.boxPaymentTable dd {
	width: 75%;
	padding: 20px 5px;
}

.boxPaymentTable dd p {
	margin: 20px 0 0;
}

 /* --------配送方法・送料について -------- */
 .boxDelivery {
	 margin: 60px 0;
 }
 
.boxDeliveryTable {
	display: table;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 0 5px;
}

.boxDeliveryTable dl {
	display: table-row;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
}

.boxDeliveryTable dt,
.boxDeliveryTable dd {
	display: table-cell;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
}

.boxDeliveryTable dt {
	width: 27%;
	padding: 20px 5px;
	font-weight: bold;
	vertical-align:top;
}

.boxDeliveryTable dd {
	width: 75%;
	padding: 20px 5px;
}

.boxDeliveryTable dd p {
	margin: 20px 0 0;
}

/*　BRANDS : ブランド一覧
--------------------------------------------------------------*/
.boxBrand {
	margin: 40px 0 0;
}

/*　DETAIL : 商品詳細
--------------------------------------------------------------*/
.boxItemDetail {
	margin: 40px 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}

.boxItemDetail h2 img {
  margin: 7px 4px !important;
}

.boxItemDetail .boxItemImgTop {
	width: 740px;
	height: 440px;
	margin: 40px 0 20px;
	border: 1px dashed #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.boxItemDetail .boxItemImgTop img {
	position:relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:auto;
	height:auto;
	max-width:720px;
	max-height:420px;
}

.boxItemDetail .boxItemImg {
	display: block;
	max-width:720px;
	margin: 20px 0;
}

.boxItemDetail p {
	margin: 0 0 30px;
}

 /* --------商品説明 -------- */
.boxItemDetail .boxItemTxt {
font-size: 13px;}

 /* --------ブランド紹介 -------- */
.boxItemDetail .boxItemBrand {
	border: 1px dashed #ccc;
}

.boxItemDetail .boxItemBrand  .boxInner {
	padding:30px 20px;
}

.boxItemBrand br {display:none;}

.boxItemDetail .boxItemBrand .boxItemBrandImg {
	float: left;
	width: 300px;
}

.boxItemDetail .boxItemBrand .boxItemBrandTxt {
	float: right;
	width: 350px;
}

.boxItemDetail .boxItemBrand .boxItemBrandTxt h3 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.boxItemDetail .boxItemBrand .btnItemBrand {
	position:relative;
	width:220px;
	padding: 5px 5px 5px 15px;
	border: 1px solid #cbcbcb;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.boxItemDetail .boxItemBrand .btnItemBrand:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content:"\00bb";
}

 /* -------- 商品カート  -------- */
.boxItemDetail .boxItemCartCol {
	margin: 40px 0 0;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol01 {
	float: left;
	width: 435px;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol01 .boxItemDetailList li {
	overflow:hidden;
	margin: 0 0 20px;
	padding: 10px 5px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
	line-height: 1.5em;
	text-align: left;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol01 .boxItemDetailList dt {
	float: left;
	width: 105px;
	font-weight: bold;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol01 .boxItemDetailList dd {
	width: 320px;
	margin: 0 0 0 110px;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 {
	float: right;
	width: 230px;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemContactList li {
	position: relative;
	width: 230px;
	height: 38px;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
	border: 1px solid #cacaca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 38px;
	text-align: left;
}

 /* -------- カートに入れるボタン -------- */
.boxItemDetail .boxItemCartCol .btnItemCart input {
	overflow: hidden;
	width: 430px;
	height: 54px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/btn-detail-cart.png) no-repeat;
	border: none;
	text-indent:-9999px;
	cursor:pointer;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemContactList li:hover {
	opacity:0.6;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemContactList li.iconContact:before {
	position: absolute;
	top: 12px;
	left: 10px;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-detail-contact.png);
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemContactList li.iconFriend:before {
	position: absolute;
	top: 10px;
	left: 10px;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-detail-friend.png);
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemContactList li.iconContinue:before {
	position: absolute;
	top: 10px;
	left: 12px;
	content:url(https://img06.shop-pro.jp/PA01021/621/etc/icon-detail-continue.png);
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemAffi {
	width: 111px;
	margin: 20px auto 0;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemAffi li {
	margin: 0 0 10px;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemShare {
	margin: 20px 0 0;
	text-align: center;
}

.boxItemDetail .boxItemCartCol .boxItemCartCol02 .boxItemShare li {
	display: inline-block;
}

/* -------- オススメ商品 -------- */
.boxItemDetail .boxItemRecd {
	margin: 60px 0 0;
	text-align: left;
}

/*　WHOLESALE : 卸のご案内
--------------------------------------------------------------*/

 /* -------- ブランド一覧 -------- */
 .boxWholeBrandList {
	padding: 20px 0 0;
}

.txtWholeBrandList {
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.boxWholeBrandListEn {
	margin: 40px 0 0;
	padding: 25px;
	border: 1px dashed #545454;
}

.boxWholeBrandListEn .boxWholeBrandListEnTxt {
	float: left;
	width: 390px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.boxWholeBrandListEn .boxWholeBrandListEnLink {
	float: left;
	width: 220px;
	margin: 0 0 0 50px;
	line-height: 1.8em;
}

.txtWholeBrandList a,
.boxWholeBrandListEn a {
	text-decoration: underline;
}

.txtWholeBrandList a:hover,
.boxWholeBrandListEn a:hover {
	text-decoration: none;
}

 /* --------ブランド紹介-------- */
.boxWholeBrandIntro {
	margin: 60px 0 0;
}

.boxWholeBrandIntroList {
	margin: 40px 0 0;
}

.boxWholeBrandIntroList ul li {
	margin: 0 0 10px;
	background:url(https://img06.shop-pro.jp/PA01021/621/etc/bg-line01.png) bottom repeat-x;
}

.boxWholeBrandIntroList ul li:last-child {
	background:none;
}

.boxWholeBrandIntroList ul li .boxInner {
	padding: 20px 5px;
}

.boxWholeBrandIntroList .boxWholeBrandIntroImg {
	float: left;
	width: 220px;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail {
	float: right;
	width: 470px;
	padding: 10px 0 0;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail h3 {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro01,
.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro02 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro01 a,
.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro02 a {
	text-decoration: underline;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro01 a:hover,
.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro02 a:hover {
	text-decoration: none;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro01 {
	margin: 20px 0 0;
}

.boxWholeBrandIntroList .boxWholeBrandIntroDetail .txtWholeBrandIntro02 {
	margin: 30px 0 0;
}

 /* --------マスコミ掲載一覧-------- */
 .boxWholeMedia {
	 margin: 40px 0 0;
 }
 
 .boxWholeMedia .boxWholeMediaList {
	 margin: 40px 0 0;
	 padding: 0 0 0 5px;
 }
 
 .boxWholeMedia .boxWholeMediaList li {
	padding: 10px 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
 }
  
 .boxWholeMedia .boxWholeMediaList li span {
	 padding: 0 0 0 20px;
	 font-weight: normal;
 }
 
.boxWholeMedia .boxWholeMediaList li a {
	text-decoration: underline;
}

/* --------お問い合わせ-------- */
.boxWholeContact {
	margin: 60px 0 20px;
}

.boxWholeContact .txtWholeContact {
	margin: 40px 0 30px;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.boxWholeContact .txtWholeContact a {
	text-decoration: underline;
}

.boxWholeContact .txtWholeContact a:hover {
	text-decoration: none;
}

.boxWholeContact .boxWholeContactTable {
	display: table;
	width: 100%;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.boxWholeContact .boxWholeContactTable dl {
	display: table-row;
}

.boxWholeContact .boxWholeContactTable dt,
.boxWholeContact .boxWholeContactTable dd {
	display: table-cell;
	padding: 20px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}

.boxWholeContact .boxWholeContactTable dt {
	width: 30%;
	background: #eaeaea;
	font-weight: bold;
}

.boxWholeContact .boxWholeContactTable dd a {
	text-decoration: underline;
}

.boxWholeContact .boxWholeContactTable dd a:hover {
	text-decoration: none;
}
