@charset "utf-8";



#header{
	padding: 0;
}


/* --------------------------------------------------------------------------------
	メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main{
}
.fs-l-pageMain{
	width: 900px;
	margin: 0;
}

/* --------------------------------------------------------------------------------
	スライダー（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .parts-slider-main{
	padding: 0 0 75px;
}
.fs-body-top .parts-slider-main{
	position: relative;
	overflow: hidden;
}


/********** スライダーバナーなど **********/
.fs-body-top .parts-slider-main .slick-track a{
	display: block;
}
.fs-body-top .parts-slider-main .slick-track img{
	display: block;
	max-width: 100%;
}
.fs-body-top .parts-slider-main.slick-track li.slick-slide{
	width: 980px;
}


/***** スライダーボタン *****/
.fs-body-top .parts-slider-main .slider-btns{
	position: absolute;
	width: 100%;
	margin: -38px auto 0;
}
.fs-body-top .parts-slider-main .slider-btns .slider-btns-box{
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}

/* 次へ・前へ */
.fs-body-top .parts-slider-main .slick-arrow{
	position: absolute;
	top: calc(50% - 20px);
	z-index: 2;

	display: block;

	width: 41px;
	height: 76px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;

	cursor: pointer;
}
.fs-body-top .parts-slider-main .slick-arrow.slick-prev{
	left: -70px;

	background: #f00 url(images/btn-slider-prev.png) no-repeat 0 0;
	background-size: 100%;
}
.fs-body-top .parts-slider-main .slick-arrow.slick-next{
	right: -70px;

	background:  #00f url(images/btn-slider-next.png) no-repeat 0 0;
	background-size: 100%;
}

/* ドット */
.fs-body-top .parts-slider-main ul.slick-dots{
	display: flex;
	justify-content: center;

	padding: 33px 0 0;
}
.fs-body-top .parts-slider-main ul.slick-dots li{
	padding: 0 10px;
}
.fs-body-top .parts-slider-main ul.slick-dots li button{
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 15px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;

	cursor: pointer;
	background: #2d2d2b;
}
.fs-body-top .parts-slider-main ul.slick-dots li.slick-active button{
	background: #f3991f;
}


/* --------------------------------------------------------------------------------
	新着ニュース
-------------------------------------------------------------------------------- */
#index .news{
	padding: 0 0 90px;
}
#index .news h2{
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .news ul.parts-news{
}
#index .news ul.parts-news li.fs-pt-list__item{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 19px 0;
	
	border-bottom: solid 2px #8f8f8e;
	font-size: 18px;
}
#index .news ul.parts-news li.fs-pt-list__item a{
	display: flex;
	text-decoration: none;
}
#index .news ul.parts-news li.fs-pt-list__item .datetime{
	width: 125px;
}
#index .news ul.parts-news li.fs-pt-list__item .desc{
	width: calc(100% - 125px);
}


/* --------------------------------------------------------------------------------
	ランキング
-------------------------------------------------------------------------------- */
#index .ranking{
	padding: 0 0 30px;
}
#index .ranking h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .ranking .slider-recommend-ranking-pc ul {
	counter-reset: number 0;/* number のカウンタを 0 にセット */
}
#index .ranking .slider-recommend-ranking-pc ul li::before {
	display: flex;
	align-items: center;
	justify-content: center;
	
	counter-increment: number 1;/* number カウンタの増加数をセット */
	content: counter(number) " ";/* 表示形式を指定 */
	
	width: 40px;
	height: 40px;
	margin: 0 auto 20px;
	
	font-size: 23px;
	color: #fff;
	background: #6a6664;
}
#index .ranking .slider-recommend-ranking-pc ul li:nth-of-type(1)::before {
	background: #a49438;
}
#index .ranking .slider-recommend-ranking-pc ul li:nth-of-type(2)::before {
	background: #a0a0a0;
}
#index .ranking .slider-recommend-ranking-pc ul li:nth-of-type(3)::before {
	background: #b2967f;
}
#index .ranking .slider-recommend-ranking-pc ul li a{
	display: block;
	width: 210px;
	text-decoration: none;
	font-size: 14px;
}
#index .ranking .slider-recommend-ranking-pc ul li .bnr{
	margin: 0 0 15px;
}
#index .ranking .slider-recommend-ranking-pc ul li .bnr img{
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}
#index .ranking .slider-recommend-ranking-pc ul li .txt{
	padding: 0 0 38px;
}
#index .ranking .slider-recommend-ranking-pc ul li .price{
	font-size: 18px;
}
#index .ranking .slider-recommend-ranking-pc ul li .price .tax{
	font-size: 14px;
}


/* ----------------------------------------
ランキングスライダー
---------------------------------------- */
/***** スライダーボタン *****/
#index .ranking .slider-btns{
	position: absolute;
	width: 100%;
	margin: -38px auto 0;
}
#index .ranking .slider-btns .slider-btns-box{
	position: relative;
	width: 100%;
	height: 510px;
	margin: 0 auto;
	overflow: hidden;
}

/* 次へ・前へ */
#index .ranking .slick-arrow{
	position: absolute;
	top: calc(50% - 18px);
	z-index: 2;

	display: block;

	width: 37px;
	height: 37px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;

	cursor: pointer;
}
#index .ranking .slick-arrow.slick-prev{
	left: 0;

	background: url(../images/index/btn-slider-prev.png) no-repeat 0 0;
	background-size: 100%;
}
#index .ranking .slick-arrow.slick-next{
	right: 0;

	background: url(../images/index/btn-slider-next.png) no-repeat 0 0;
	background-size: 100%;
}

/* ドット */
#index .ranking ul.slick-dots{
	display: flex;
	justify-content: center;

	padding: 20px 0 0;
}
#index .ranking ul.slick-dots li{
	padding: 0 10px;
}
#index .ranking ul.slick-dots li button{
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 15px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;

	cursor: pointer;
	background: #ccc;
}
#index .ranking ul.slick-dots li.slick-active button{
	background: #080;
}


/* --------------------------------------------------------------------------------
	新着商品
-------------------------------------------------------------------------------- */
#index .new_arrival{
	padding: 0 0 20px;
}
#index .new_arrival h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}

#index .new_arrival .slider-recommend-new_arrival-pc ul li a{
	display: block;
	width: 210px;
	text-decoration: none;
	font-size: 14px;
}
#index .new_arrival .slider-recommend-new_arrival-pc ul li .bnr{
	margin: 0 0 15px;
}
#index .new_arrival .slider-recommend-new_arrival-pc ul li .bnr img{
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}
#index .new_arrival .slider-recommend-new_arrival-pc ul li .txt{
	padding: 0 0 38px;
}
#index .new_arrival .slider-recommend-new_arrival-pc ul li .price{
	font-size: 18px;
}
#index .new_arrival .slider-recommend-new_arrival-pc ul li .price .tax{
	font-size: 14px;
}


/***** スライダーボタン *****/
#index .new_arrival .slider-btns{
	position: absolute;
	width: 100%;
	margin: -38px auto 0;
}
#index .new_arrival .slider-btns .slider-btns-box{
	position: relative;
	width: 100%;
	height: 510px;
	margin: 0 auto;
	overflow: hidden;
}

/* 次へ・前へ */
#index .new_arrival .slick-arrow{
	position: absolute;
	top: calc(50% - 18px);
	z-index: 2;

	display: block;

	width: 37px;
	height: 37px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;

	cursor: pointer;
}
#index .new_arrival .slick-arrow.slick-prev{
	left: 0;

	background: url(../images/index/btn-slider-prev.png) no-repeat 0 0;
	background-size: 100%;
}
#index .new_arrival .slick-arrow.slick-next{
	right: 0;

	background: url(../images/index/btn-slider-next.png) no-repeat 0 0;
	background-size: 100%;
}

/* ドット */
#index .new_arrival ul.slick-dots{
	display: flex;
	justify-content: center;

	padding: 20px 0 0;
}
#index .new_arrival ul.slick-dots li{
	padding: 0 10px;
}
#index .new_arrival ul.slick-dots li button{
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 15px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;

	cursor: pointer;
	background: #ccc;
}
#index .new_arrival ul.slick-dots li.slick-active button{
	background: #080;
}

/********** もっとみる **********/
#index .new_arrival .btn-more{
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
	width: 100%;
}
#index .new_arrival .btn-more a {
	display: block;
	padding: 5px 52px 5px 34px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 28px) 50%;
}


/* --------------------------------------------------------------------------------
	人気のカテゴリ
-------------------------------------------------------------------------------- */
#index .category{
	padding: 0 0 45px;
}
#index .category h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .category ul {
	display: flex;
	
	width: 100%;
	padding: 0 0 32px;
}
#index .category ul li{
	width: 215px;
	margin: 0 15px 0 0;
}
#index .category ul li:last-child{
	margin-right: 0;
}
#index .category ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
#index .category ul li .img{
	padding: 0 0 9px;
}
#index .category ul li .txt{
}

/********** もっとみる **********/
#index .category .btn-more{
	display: flex;
	justify-content: flex-end;
	
	width: 100%;
}
#index .category .btn-more a {
	display: block;
	padding: 5px 52px 5px 34px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 28px) 50%;
}


/* --------------------------------------------------------------------------------
	ブランド一覧
-------------------------------------------------------------------------------- */
#index .brand{
	padding: 0 0 45px;
}
#index .brand h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .brand ul {
	display: flex;
	
	width: 100%;
	padding: 0;
	
	border-left: solid 2px #ebebeb;
}
#index .brand ul li{
	width: calc(100% / 4);
	
	border-right: solid 2px #ebebeb;
}
#index .brand ul li:last-child{
	margin-right: 0;
}
#index .brand ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
#index .brand ul li .img{
}

/********** もっとみる **********/
#index .brand .btn-more{
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
	width: 100%;
}
#index .brand .btn-more a {
	display: block;
	padding: 5px 52px 5px 34px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 28px) 50%;
}



/* --------------------------------------------------------------------------------
	特集
-------------------------------------------------------------------------------- */
#index .feature{
	padding: 0 0 45px;
}
#index .feature h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .feature ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 5px;
}
#index .feature ul li{
	width: 445px;
	padding-bottom: 12px
}
#index .feature ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
#index .feature ul li .img{
}

/********** もっとみる **********/
#index .feature .btn-more{
	display: flex;
	justify-content: flex-end;
	
	width: 100%;
}
#index .feature .btn-more a {
	display: block;
	padding: 5px 52px 5px 34px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #2d2d2b;
	background: url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 28px) 50%;
}



/* --------------------------------------------------------------------------------
	チェックした商品
-------------------------------------------------------------------------------- */
#index .history{
	padding: 0 0 45px;
}
#index .history h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .history ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 5px;
}
#index .history ul li{
	width: 215px;
	margin: 0 13px 0 0;
}
#index .history ul li:last-child{
	margin-right: 0;
}
#index .history ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
#index .history ul li .bnr img{
	display: block;
	object-fit: cover;
	
	width: 100%;
	height: 215px;
}




/* --------------------------------------------------------------------------------
	Instagram
-------------------------------------------------------------------------------- */
#index .instagram{
	
}
#index .instagram h2{
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: solid 2px #8f8f8e;
	font-weight: bold;
	font-size: 20px;
	color: #f3991f;
}
#index .instagram ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 5px;
}
#index .instagram ul li{
	width: 280px;
	margin: 0 30px 30px 0;
}
#index .instagram ul li:nth-of-type(3n){
	margin-right: 0;
}
#index .instagram ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
#index .instagram ul li .img{
}
#index .instagram ul li .img img{
	display: block;
	
	width: 100%;
	height: 280px;
	object-fit: cover;
}

/* followボタン */
#index .instagram .btn-follow a{
	display: flex;
	justify-content: center;
	
	width: 100%;
	height: 70px;
	padding: 28px 0 0 80px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: url("../images/index/btn-follow.png") no-repeat 0 0;
}












