@charset "UTF-8";
/* CSS Document */


/*--------------------------------------
 基本設定
---------------------------------------*/
body {
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-family: /*"source-han-sans-japanese",*/ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	min-width: 320px;
}


/*--------------------------------------
 文字
---------------------------------------*/
h1, h2, h3, h4, h5, p {
	padding:0;	
	margin:0;
	color: #222;
}

a:link,
a:visited {
	color: #222;
	text-decoration: none;
}

a:hover{
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.svg a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1; /* svgのリンクがopacityをかけるとiPhoneだけリンクが動かないバグ対応 */
}

ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}
	
/*--------------------------------------
 画像
---------------------------------------*/
img {
	width: 100%;
	border:none;
	padding:0;
	margin:0;
	}

/*--------------------------------------
コンテンツ設定
---------------------------------------*/
h2.titlebar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	border-left: 5px solid #000; 
	text-indent: 8px;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h2.titlebar .title {
	font-family: Montserrat, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px; // IE8
	font-size: 1.2rem;
	-webkit-text-stroke: 0.2px #000;
}

h2.titlebar .subtitle {
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px; // IE8
	font-size: 1rem;
}

@media screen and (max-width:640px){
	h2.titlebar {
		width: 100%;
		height: 36px;
		line-height: 36px;
		margin: 0 0 12px;
		border-left: none; 
		font-weight: bold;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #e5e5e5;
	}

	h2.titlebar .title {
		font-family: Montserrat, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 0.9rem;
		-webkit-text-stroke: 0.2px #000;
		display: none;
	}

	h2.titlebar .subtitle {
		margin-left: 0;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 0.9rem;
	}
}


.item_wrap1,.item_wrap2 {
	margin-bottom: 30px;
	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;
}

.item_wrap1 .item {
	width: 25%;
	padding: 0 0.5% 20px;
	box-sizing: border-box;
}

.item_wrap2 .item {
	width: 20%;
	padding: 0 0.5% 10px;
	box-sizing: border-box;
}

.item_wrap1 img {
	max-width: 190px;
}

.item_wrap2 img {
	max-width: 150px;
}

.img {
	position: relative;
}

.item_name {
	font-size: 13px;
	line-height: 1.4em;
	padding: 2% 0;
}

.newicon {
	font-size: 12px; // IE8
	font-size: 0.8rem;
	font-family: Montserrat, sans-serif;
	color: #FFFFFF;
	padding: 2px 5px;
	background: #e91c24;
	width: 30px;
}

@media screen and (max-width:640px){
	.newicon {
		font-size: 0.7rem;
		font-family: Montserrat, sans-serif;
		color: #FFFFFF;
		padding: 2px 4px;
		background: #e91c24;
		width: 30px;
	}
}

.item_price {
	font-size: 14px;
	color: #222;
	font-weight: bold;
}

.item_price:after {
	font-size: 0.8em;
	font-weight: bold;
	color: #222;
	margin-left: 3px;
	content: '(税込)';
}

@media screen and (max-width:640px){
	.item_wrap1 .item {
		width: 33.3%;
		padding: 1% 1% 3%;
		box-sizing: border-box;
	}

	.item_wrap2 .item {
		width: 33.3%;
		padding: 1% 1% 3%;
		box-sizing: border-box;
	}

	.item_copy {
		display: none;
	}

	.item_name {
		font-size: 12px;
		line-height: 1.3em;
		padding: 0 0 2%;
	}

	.item_wrap1 .item_price {
		font-size: 13px;
		color: #222;
		font-weight: bold;
	}

	.item_price {
		font-size: 13px;
		color: #222;
		font-weight: bold;
	}

	.item_price:after {
		font-size: 0.8em;
		font-weight: bold;
		color: #222;
		margin-left: 3px;
		content: '';
	}
}

#more_btn a{
	display: none;
}

#more_btn a:after {
	display: none;
}

@media screen and (max-width:640px){
	#more_btn a{
		width: 90%;
		color: #fff;
		font-size: 1rem;
		font-size: 14px;
		font-weight: normal;
		display: table;
		padding: 4%;
		text-align: center;
		margin: 1% auto 0;
		box-sizing: border-box;
		background: #555;
	}

	#more_btn a:after {
		color: #fff;
		display: table-cell;
		font-size: 20px;
		line-height: 1.4rem;
		font-family:"FontAwesome";
		content: "\f105";
	}
}

/*ランキング*/
.labelrank {
	font-family: Montserrat, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 36px;
	height: 36px;
    box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
    line-height: 36px;
    text-align: center;
	margin-bottom: 5px;
}
.no1{
    color: #fff;
	background: #E4BF1B;
}
.no2{
    color: #fff;
	background: #B3B3B3;
}
.no3{
    color: #fff;
	background: #A67C52;
}
.no4{
	color: #fff;
	background: #222;
	}

@media screen and (max-width:640px){
	.labelrank {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin-bottom: 5px;
	}
}

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

	
