@charset "utf-8";
/* reset
----------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#pickup ul {
	list-style: none;
	font-size: 0;
}
#pickup li {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#news ul {
	list-style: none;
	font-size: 0;
}
#news li {
	vertical-align: top;
}

#topseller ul {
	list-style: none;
	font-size: 0;
}
#topseller li {
	vertical-align: top;
}

#category ul {
	list-style: none;
	font-size: 0;
}
#category li {
	vertical-align: top;
}

/* common
----------------------------------------------- */
a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
a:hover, a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
img {
	border: none;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	overflow: hidden; /*floatの解除、ここがポイント*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.sp {
	display: none!important;
}

.fs-l-main {
    margin: 125px auto;
}
.fs-l-main2023 {
	margin: 24px auto;
    padding: 8px;
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

html, body {
	scroll-padding-top: 105px;
}

/* ------------------------------------------------------------
タブレット
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
	html, body {
		width: 1200px;
	}
}
/* ------------------------------------------------------------
スマホ
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
.fs-l-main {
    margin: 40vw auto;
}
.fs-l-main2023 {
	margin: 24px auto;
    padding: 8px;
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
html, body {
	scroll-padding-top: 32vw;
	width: 100%;
}
}