@charset "utf-8";
#fs-wrapper {
	font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: #000;
	text-align: left;
	position: relative;
	background: #fff;
}
#fs-wrapper img{
	vertical-align: top;
}
a,
a:hover,
a:visited{
	text-decoration: none;
}
.sp{
	display: none;
}
.pc{
	display: block;
}

#fs-header a img:hover,
#fs-top a img:hover {
	opacity: 0.7;
}

/**content
******************************/
/* ヘッダー */
#fs-header {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}
#fs-header h1 {
	padding: 20px 10px 20px;
}
#fs-search {
	position: absolute;
	top: 40px;
	right: 460px;
	width: 380px;
}
#fs-search form {
	position: relative;
	padding: 2px 0 2px 5px;
	border: 2px solid #004121;
	background: #fff;
	vertical-align: middle;
	height: 27px;
}
#fs-search input[type="text"] {
	width: 90%;
}
#fs-search input[type="text"]:focus {
	outline: 0;
}
#fs-search input[type="image"] {
	position: absolute;
	right: 7px;
	top: 4px;
}
#fs-search input[type="image"]:focus {
	outline: 0;
}
#fs-search input {
	border: none;
}
#fs-header-nav {
	position: absolute;
	top: 38px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#fs-header-nav li {
	margin-left: 20px;
}
#fs-nav {
	margin-bottom: 30px;
	background: #f7f7f7;
}
#fs-nav ul {
	margin: 0 auto;
	width: 1100px;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#fs-nav ul li {
	padding: 0 10px 0 5px;
	font-size: 1em;
	border-right: #999 1px solid;
}
#fs-nav ul li:last-child {
	border-right: none;	
}
#fs-nav ul li a {
	color: #333;
	text-decoration: none;
}
#fs-nav ul li.pickup a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background: #bf0000;
	text-decoration: none;
}
#fs-nav ul li a:hover {
	color: #999;
}
#fs-nav ul li.pickup a:hover {
	color: #fff;
	background: #db4444;
}
#rank-bnr {
	margin: 0 auto;
	width: 1100px;
}

/* フッターガイド */
#fs-footer-guide {
	background: #f7f7f7;
}
#fs-footer-guide-inner {
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 1060px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#fs-footer-guide dl {
	width: 520px;
}
#fs-footer-guide dl dt {
	margin-top: 30px;
	padding-left: 1.2rem;
	padding-bottom: 0.5rem;
	font-size: 0.9em;
	font-weight: bold;
	position: relative;
}
#fs-footer-guide dl dt:before{
	display: inline-block;
	content: "■";
	position: absolute;
	top: 0;
	left: 0;	
}
#fs-footer-guide dl dd {
	font-size: 0.9em;
	line-height: 1.6;
	padding-bottom: 0.5rem;
}
#fs-footer-guide dl dd span {
	font-size: 0.8em;
}
#fs-footer-guide dl dd a {
	color: #333;
	text-decoration: underline;
}
#fs-footer-guide p {
	margin: 0 auto;
	text-align: center;
	width: 1060px;
	padding-bottom: 50px;
}

/* フッター */
#fs-footer {
	padding: 30px 0;
	text-align: center;
}
#fs-footer p {
	font-size: 0.9em;
}

/* トップページ */
#fs-top {
	margin: 0 auto;
	width: 1100px;
	z-index: 1;
}
#fs-top a {
	color: #333;
	text-decoration: none;
}
#fs-top .fs-item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#fs-main-box {
	margin-bottom: 40px;
}
#fs-main-box .fs-item-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#fs-main-box ul {
	margin-bottom: 40px;
}
#fs-about-box {
	padding: 50px;
	border: #bf0000 1px solid;
	text-align: center;
}
#fs-about-box h2 {
	margin-bottom: 20px;
	color: #bf0000;
	font-size: 2.4em;
	font-weight: bold;
}
#fs-about-box p {
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.8;
	color: #333;
}
#fs-brand-box {
	margin-top: 120px;
}
#fs-brand-box h2 {
	margin-bottom: 40px;
	text-align: center;
}
#fs-brand-box .fs-item-box li {
	margin-right: 17px;
	margin-bottom: 17px;
	border: #ccc 1px solid;
	width: 260px;
}
#fs-brand-box .fs-item-box li:nth-of-type(4n) {
	margin-right: 0;
}
#fs-brand-box .fs-item-box li img {
	width: 260px;
}
#fs-new-box {
	margin-top: 150px;
}
#fs-new-box h2 {
	margin-bottom: 40px;
	text-align: center;
}
#fs-new-box .fs-item-box li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 260px;
}
#fs-new-box .fs-item-box img {
	margin-bottom: 10px;
	width: 260px;
}
#fs-new-box .fs-item-box li:nth-of-type(4n) {
	margin-right: 0;
}
#fs-new-box .fs-item-box li a:hover {
	text-decoration: underline;
}
.fs-price {
	font-weight: bold;
}
.fs-more-btn {
	z-index: 1;
}
.fs-more-btn a {
	display: block;
	border: #ccc 1px solid;
	margin: 10px 380px;
	padding: 20px;
	font-size: 1.1em;
	text-align: center;
	background: #fff;
	position: relative;
	color: #333;
}
.fs-more-btn a::before,
.fs-more-btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.fs-more-btn a::before{
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fs-top .fs-more-btn a:hover {
	background: #666;
	color: #fff;
	border: #666 1px solid;
}
.fs-more-btn a:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* レフトナビ */
#fs-side {
	margin: 0 auto;
	width: 200px;
	position: relative;
}
#fs-side-search {
	background: #fff;
	margin-bottom: 30px;
}
#fs-side-search #search_form {
	padding: 10px 0;
}
#fs-side-search #search_txtbox {
	width: 180px;
	margin: 0 auto 5px;
	padding: 0;
}
#fs-side-search #search_txt {
	width: 180px;
	margin: 0;
	padding: 0;
	height: 24px;
}
#fs-side-search #search_submit {
	width: 120px;
	height: 26px;
	margin: 0 auto;
}
#fs-side-brand ul {
	margin-top: 10px;
}
#fs-side-brand ul li {
	margin-bottom: 10px;
}

/* side_bnr */
#right-bnr {
	position: fixed;
	top: 126px;
	right: 0;
	width: 160px;
	z-index: 99999;
}
#right-bnr img {
	width: 100%;
}

/* coupon_bnr */
#coupon-bnr {
width: 1000px;
margin: 20px auto;
text-align: center;
}
#coupon-bnr p {
font-size: 2em;
color: #e00;
font-weight: bold;
position: relative;
padding-bottom: 10px;
}
#coupon-bnr p::before,
#coupon-bnr p::after {
    position: absolute;
    top: 0.6rem;
    height: 2rem;
    content: '';
}
#coupon-bnr p::before {
    border-left: solid 3px;
    left: 30px;
    transform: rotate(-30deg);
}
#coupon-bnr p::after {
    border-right: solid 3px;
    right: 30px;
    transform: rotate(30deg);
}
#coupon-bnr ul {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
gap: 10px;
}
#coupon-bnr li {
width: calc(32%);
}
#coupon-bnr li img {
width: 100%;
}
