@charset "utf-8";

/*
----------------------------------------------------
 ヘッダー
----------------------------------------------------
*/

.top {
	display: block;
	max-width: 970px;
	margin: 0 auto;
	margin-top: 48px;
	padding: 0 15px 0;
	position: relative;
	overflow: hidden;
}

.top .text_img {
	width: 20%;
	display: block;
	position: absolute;
	top: 30px;
	left: 60px;
	overflow: hidden;
}

.top img {
	width: 100%;
}

#mainContents img:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*
----------------------------------------------------
 見出し
----------------------------------------------------
*/

div#mainContents .title {
	font-family: 'Bree Serif', serif;
	font-size: 177%;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
}

div#mainContents h2 span {
	padding-bottom: 7px;
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #333;
}


/*
----------------------------------------------------
 新入荷情報
----------------------------------------------------
*/

#information {
	width: 81%;
	margin: 48px auto 0;
}

#information ul {
	line-height: 1.8;
	padding-top: 48px;
}

#information li {
	display: inline-block;
	padding: 0 3px 18px 3px;
	margin-bottom: 18px;
	border-bottom: 1px #A9A9A9 solid;
}

#information li span {
	width: 91%;
	float: right;
}

#information li:last-child {
	float: right;
	font-weight: 600;
	padding-bottom: 48px;
	margin: 0;
	border: 0;
}


/*
----------------------------------------------------
 New Arrival
----------------------------------------------------
*/

#arrival {
	max-width: 970px;
	display: block;
	overflow: hidden;
}

#arrival_top {
	margin: 48px 0 0 -30px;
	overflow: hidden;
	background-color: transparent;
}

dl.arrivals {
	float: left;
	width: 25%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#arrival_top dl.arrivals dt {
	position: relative;
}

#arrival_top dl.arrivals dt .new {
	position: absolute;
	top: 17px;
	left: 8px;
	color: #fff;
	font-size: 121%;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #00ff05;
	padding: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

#arrival_top dl dt img {
	width: 93%;
	display: block;
	padding: 20px 0 20px;
	margin: 0 auto;
}

#arrival_top dl dt {
	width: 100%;
	padding: 17px 0 8px;
}

#arrival_top dd {
	width: 95%;
	font-size: 93%;
	text-align: left;
	line-height: 1.8;
	margin: 0 auto;
}

#arrival_top dl dd.itm_cap {
	letter-spacing: 1px;
	padding: 20px 0 30px 0;
}


/*
----------------------------------------------------
 セールスランキング・おすすめ
----------------------------------------------------
*/

#s_and_r {
	margin: 48px 0 30px -30px;
	overflow: hidden;
	background-color: transparent;
}

.middle_box {
	float: left;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.middle_box {
	width: 50%;
}

.item_frame dl#rank-top {
	float: left;
	width: 100%;
	padding-left: 30px;
	margin-top: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.item_frame dl {
	float: left;
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.item_frame dt {
	position: relative;
}

.item_frame dt span.rank1 {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}

.item_frame dt span.rank1 img {
	width: 80%;
	height: 80%;
}

.item_frame dt span.rank1_m {
	display: block;
	position: absolute;
	top: 80px;
	right: 10px;
	width: 95px;
	height: 95px;
	overflow: hidden;
}

.item_frame dt span.rank {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 13%;
	overflow: hidden;
}

.item_frame dt span.rank_m {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
}

.item_frame dd {
	font-size: 93%;
	line-height: 1.6;
	padding: 8px 0 38px;
}


/*
----------------------------------------------------
 レコメンド、ブランド
----------------------------------------------------
*/

.item_frame {
	margin-left: -30px;
	overflow: hidden;
	background-color: transparent;
}

.item_frame img {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.item_frame ul {
	margin-top: 48px;
}

.item_frame li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

li.item_box {
	padding: 30px 0 48px 30px;
	width: 100%;
}

li.item_box_half_top {
	width: 50%;
	padding: 0 0 30px 30px;
}

li.item_box_half {
	width: 50%;
	padding-left: 30px;
}


/*
----------------------------------------------------
 ピックアップ
----------------------------------------------------
*/

#pickups {
	margin: 48px 0 30px -30px;
	overflow: hidden;
	background-color: transparent;
}

#pickups img {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

li.pickups {
	float: left;
	width: 33%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
----------------------------------------------------
 共通
----------------------------------------------------
*/

.icon {
	display: inline-block;
	margin-top: 60px;
	width: 100px;
	height: 100px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	color: #fff;
}

.icon-ship {}

.icon-mail {}


/*
----------------------------------------------------
 デバイス出し分け 788px
----------------------------------------------------
*/

@media only screen and (max-width: 767px) {
	.top {
		padding: 0;
		margin-top: -10px;
	}
	.top .text_img {
		width: 22%;
		top: 63px;
		left: 36px;
	}
	#information {
		width: 92%;
	}
	#information li {
		display: inline-block;
		text-align: center;
		font-weight: 600;
	}
	#information li span {
		width: 100%;
		float: left;
		text-align: left;
		font-weight: 100;
		margin-top: 10px;
	}
	#arrival {
		margin-bottom: 48px;
	}
	dl.arrivals {
		width: 50%;
		font-size: 107%;
	}
	#arrival_top dl.arrivals dt {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	#arrival_top dd {
		width: 91%;
		display: block;
		line-height: 1.8;
		margin: 0 auto;
	}
	#arrival_top dd.itm_cap {
		font-weight: 600;
		text-align: center;
		padding: 23px 0 40px 0;
	}
	#arrival_top>div.arrivals:last-child {
		margin-bottom: 0;
	}
	#s_and_r {
		margin: 28px 0 30px -30px;
	}
	.middle_box {
		width: 100%;
		clear: left;
		margin-bottom: 30px;
	}
	#s_and_r>div.middle_box:last-child {
		margin-bottom: 0;
	}
}


/*
----------------------------------------------------
 デバイス出し分け 480px
----------------------------------------------------
*/

@media only screen and (max-width: 479px) {
	div#mainContents .title {
		font-family: 'Bree Serif', serif;
		font-size: 170%;
		letter-spacing: 1px;
		text-align: center;
		margin: 0 auto;
	}
	.top {
		padding: 0;
	}
	.top .text_img {
		width: 25%;
		top: 31px;
		left: 20px;
	}
	#information {
		width: 93%;
	}
	#information li {
		padding: 0 3px 24px 3px;
		margin-bottom: 24px;
	}
	dl.arrivals {
		width: 100%;
	}
	#arrival_top dl.arrivals dt {
		width: 79%;
		display: block;
		margin: 0 auto;
	}
	div#arrival_top dd {
		font-size: 100%;
		line-height: 1.7;
		padding: 0;
		margin: 0 auto;
	}
	#arrival_top>div.arrivals:last-child {
		margin-bottom: 0;
	}
	.middle_box {
		width: 100%;
		clear: left;
		margin-bottom: 30px;
	}
	#s_and_r>div.middle_box:last-child {
		margin-bottom: 0;
	}
	#s_and_r {
		margin: 0 0 0 -20px;
	}
	.middle_box {
		padding-left: 20px;
	}
	.item_frame dl#rank-top {
		padding-left: 20px;
	}
	.item_frame dl {
		padding-left: 20px;
	}
	.item_frame dd {
		padding: 10px 0 40px;
	}
	.item_frame {
		margin: 0 0 20px -20px;
		overflow: hidden;
		background-color: transparent;
	}
	.item_frame img {
		width: 100%;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	li.item_box {
		padding: 20px 0 48px 20px;
	}
	li.item_box_half_top {
		padding: 0 0 20px 20px;
	}
	li.item_box_half {
		padding-left: 20px;
	}
	li.pickups {
		width: 100%;
	}
	#pickup img {
		display: block;
		width: 52%;
		margin: 0 auto;
	}
	#pickup li {
		padding-bottom: 24px;
	}
	#pickup li:last-child {
		padding-bottom: 0;
	}
}