@charset "UTF-8";

/* レスポンシブ設定：〜1280px */
@media screen and ( max-width : 1280px){
}

/* レスポンシブ設定：〜800px */
@media screen and ( max-width : 800px){
	#products {
		width: 100%;
	}

	/* もっと見る */
	.facet_cate_tag .show_more,
	.facet_originaltitle .show_more,
	.facet_charaname .show_more,
	.facet_seriestitle .show_more,
	.facet_maker .show_more,
	.facet_element .show_more {
		padding: 0px;
	}

	/* ファセットカウント */
	.facet_cate_tag .count,
	.facet_originaltitle .count,
	.facet_charaname .count,
	.facet_seriestitle .count,
	.facet_maker .count,
	.facet_element .count {
		bottom: auto;
	}
}