@charset "utf-8";



main {
  width: 270px;
  margin: 0;
}

aside {
	float: none;
	margin: 0 auto;
}

.sp {
	display: none;
}

/*======================================================================
　バナー
======================================================================== */


aside .bnr li img.pc {
	display: block !important;
}

aside .bnr li img.sp {
	display: none !important;
}



/*======================================================================
　カテゴリ
======================================================================== */


	
/*　開閉
-------------------------- */
	
.side_nav .category ul > li > ul > li {
	border-top : dotted 1px #ccc !important;
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
	}
	
.side_nav .category ul > li > ul > li > a {
	padding: 13px 13px 13px 25px !important;
	color: #444;
	font-weight: 300;
}

.side_nav .category ul > li input:checked ~ * {
	background: inherit !important;
	color: inherit !important;
	box-shadow: none !important;
}




/*======================================================================
　アーティクル
======================================================================== */

article {
	width: 260px;
	margin: 0 auto;
	float: none;
	}
	
article section {
	background: #f6f6f6;
	padding: 15px;
	margin: 0 !important;
}

/*　大見出し
-------------------------- */


article section h1 {
	margin: 0 0 20px !important;
	font-size: 0 !important;
	padding: 20px 0 !important;
	background: #314C64;
	color: #314C64;
	position: relative;
	width: 270px;
	left: -20px;
	}

article section h1 span {
	color: #fff;
	font-weight: 500 !important;
	text-align: center;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 13px !important;
}

article section h1:before,
article section h1:after {
	content: "";
	position: absolute;
	bottom: -5px;
	border-style: solid;
	}

article section h1:before {
	left: 0;
	border-width: 0 5px 5px 0;
	border-color: transparent #000000 transparent transparent;
	padding: 0 !important;
	}
	
article section h1:after {
	right: 0;
	border-width: 5px 5px 0 0;
	border-color: #000000 transparent transparent transparent;
	}

article section h1 {
	border-bottom: none !important;
	}

article section h1 span:before {
	display: none;
	}

	
	
/*----------------------------------------------
　カテゴリ
------------------------------------------------ */	

article .category {
	display: none;
	}

/*----------------------------------------------
　新着アイテム
------------------------------------------------ */	

.newitem .wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
}


.newitem ul > li {
	width: 230px !important;
	position: relative !important;
}

/*　タイトル
-------------------------- */

.newitem h2 {
	font-size: 14px;
	padding: 5px 0;
	margin: 0 0 25px;
	text-align: center;
	}

.newitem h2 span {
	font-size: 12px;
	display: block;
	float: none;
	padding: 10px 0 0;
}


.newitem h2:before {
	content: "";
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	}

/* アイコン */

.newitem .wrapper:nth-of-type(1) h2:before {
	background: url(../images/gNav-table.png) no-repeat;
	background-position: center;
	background-size: contain;
	}

.newitem .wrapper:nth-of-type(2) h2:before {
	background: url(../images/gNav-light.png) no-repeat;
	background-position: center;
	background-size: contain;
	}

.newitem .wrapper:nth-of-type(3) h2:before {
	background: url(../images/gNav-goods.png) no-repeat;
	background-position: center;
	background-size: contain;
	}


/*　アイテム
-------------------------- */

.newitem ul > li > ul {
	border-bottom: solid 1px #dcdcdc;
	margin: 0 0 20px;
}

.newitem .wrapper:last-of-type ul > li > ul {
	border-bottom: 0;
	margin: 0;
}

.newitem .wrapper:last-of-type ul > li > ul > li:last-of-type {
	margin: 0;
}

.newitem ul > li > ul > li {
	float: none;
	margin: 0 0 30px;
	position: relative;
}

.newitem ul > li > ul > li:nth-of-type(3n) {
	margin: 0 0 30px;
}


/*　bx設定
-------------------------- */

/* viewportの高さ */

.newitem .bx-viewport {
	height: auto !important;
}

/* wrapperのマージン */

.newitem .bx-wrapper {
	margin: 0 !important;
}

/* もっとみる部分 */

.newitem .bx-wrapper .bx-controls-direction {
  display: none;
 }

/* ページャー */

.newitem .bx-wrapper .bx-pager,
.newitem .bx-wrapper .bx-controls-auto {
	display: none;
	}



/*----------------------------------------------
　おすすめアイテム
------------------------------------------------ */	


.recommend ul > li > ul > li {
	width: 100%;
	margin: 0 0 40px;
	float: none;
	position: relative;
	}

.recommend ul > li > ul > li:hover {
	opacity: 0.8;
	transition: all .2s ease;
}

.recommend ul > li > ul > li:nth-of-type(2n) {
	float: none;
	}

.recommend ul > li > ul > li .ttl {
	font-size: 13px;
	padding: 45px 0 15px;
	margin: 0;
	position: relative;
	text-align: center;
	background: #fff;
	border-right: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	border-bottom: dotted 1px #ccc;
	}

.recommend ul > li > ul > li .ttl:before {
	width: 70px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	}

.recommend ul > li > ul > li .txt {
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	color: #333;
	overflow: hidden;
	background: #fff;
	padding: 7px 20px 0 20px;
	height: 103px;
	border-right: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	}


/*　bx設定
-------------------------- */


/* wrapperのマージン */

.recommend .bx-wrapper {
	margin: 0 !important;
}


/* もっとみる部分 */

.recommend .bx-wrapper .bx-controls-direction .bx-next {
  display: none;
 }


/* ページャー */

.recommend .bx-wrapper .bx-pager,
.recommend .bx-wrapper .bx-controls-auto {
	display: none;
	}


/*----------------------------------------------
　特集・企画
------------------------------------------------ */	

.feature ul li {
	width: 100%;
	float: none;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
	}


.feature ul li:nth-of-type(2),
.feature ul li:nth-of-type(5) {
	margin: 0 0 15px;
	}

.feature ul li:nth-of-type(n+3) {
	width: 100%;
	}


/*　キャプション
-------------------------- */

.feature ul li .content {
	display: none;
}

/*----------------------------------------------

　ブランド
------------------------------------------------ */	

.brand {
	display: none;
}













