@charset "utf-8";


/* --------------------------------------------------------------------------------
スライダー　スマートフォン（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .parts-slider-main{
	padding: 0 0 6vw;
}
.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: 100%;
}

/* ドット */
.fs-body-top .parts-slider-main ul.slick-dots{
	display: flex;
	justify-content: center;

	padding: 3vw 0 0;
}
.fs-body-top .parts-slider-main ul.slick-dots li{
	padding: 0 1.5vw;
}
.fs-body-top .parts-slider-main ul.slick-dots li button{
	display: block;
	width: 2vw;
	height: 2vw;
	padding: 0;
	border-radius: 2vw;
	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 22vw;
}
#index .news h2{
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .news ul.parts-news{
}
#index .news ul.parts-news li.fs-pt-list__item{
	margin: 0;
	padding: 2vw 0;
	
	border-bottom: solid 1px #8f8f8e;
	
	font-size: 2.8vw;
}
#index .news ul.parts-news li.fs-pt-list__item a{
	text-decoration: none;
}
#index .news ul.parts-news li.fs-pt-list__item .datetime{
}
#index .news ul.parts-news li.fs-pt-list__item .desc{
}


/* --------------------------------------------------------------------------------
	ランキング
-------------------------------------------------------------------------------- */
#index .ranking{
	padding: 0 0 9vw;
}
#index .ranking h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .ranking .slider-recommend-ranking-sp ul {
	counter-reset: number 0;/* number のカウンタを 0 にセット */
}
#index .ranking .slider-recommend-ranking-sp ul li{
	padding: 0 2vw;
}
#index .ranking .slider-recommend-ranking-sp ul li::before {
	display: flex;
	align-items: center;
	justify-content: center;
	
	counter-increment: number 1;/* number カウンタの増加数をセット */
	content: counter(number) " ";/* 表示形式を指定 */
	
	width: 8.5vw;
	height: 8.5vw;
	margin: 0 auto 3vw;
	
	font-size: 3.3vw;
	color: #fff;
	background: #6a6664;
}
#index .ranking .slider-recommend-ranking-sp ul li:nth-of-type(1)::before {
	background: #a49438;
}
#index .ranking .slider-recommend-ranking-sp ul li:nth-of-type(2)::before {
	background: #a0a0a0;
}
#index .ranking .slider-recommend-ranking-sp ul li:nth-of-type(3)::before {
	background: #b2967f;
}
#index .ranking .slider-recommend-ranking-sp ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 3.3vw;
}
#index .ranking .slider-recommend-ranking-sp ul li .bnr{
	margin: 0 0 2vw;
}
#index .ranking .slider-recommend-ranking-sp ul li .bnr img{
	display: block;
	width: 100%;
	height: 45vw;
	object-fit: cover;
}
#index .ranking .slider-recommend-ranking-sp ul li .txt{
	padding: 0 0 8vw;
}
#index .ranking .slider-recommend-ranking-sp ul li .price{
	font-size: 4vw;
}
#index .ranking .slider-recommend-ranking-sp ul li .price .tax{
	font-size: 3vw;
}


/* ----------------------------------------
ランキングスライダー
---------------------------------------- */
/********** スライダーバナーなど **********/
#index .ranking .slick-slider a{
	display: block;
}
#index .ranking .slick-slider img{
	display: block;
	max-width: 100%;
}
.main-slider .slick-track li.slick-slide{
}


/***** スライダーボタン *****/
#index .ranking .slider-btns{
	position: absolute;
	width: 100%;
	margin: -38px auto 0;
}
#index .ranking .slider-btns .slider-btns-box{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* 次へ・前へ */
#index .ranking .slick-arrow{
	position: absolute;
	top: calc(50% - 18px);
	z-index: 2;

	display: block;

	width: 6.7vw;
	height: 6.7vw;
	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 .new_arrival{
	padding: 0 0 10vw;
}
#index .new_arrival h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .new_arrival ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
	padding: 0 0 2vw;
}
#index .new_arrival ul li {
	width: 48%;
	margin: 0 0 10vw;
}
#index .new_arrival ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 3.3vw;
}
#index .new_arrival ul li .bnr{
	margin: 0 0 2.5vw;
}
#index .new_arrival ul li .bnr img{
	display: block;
	width: 100%;
	height: 44vw;
	object-fit: cover;
}
#index .new_arrival ul li .txt{
	padding: 0 0 8vw;
}
#index .new_arrival ul li .price{
	font-size: 4vw;
}
#index .new_arrival ul li .price .tax{
	font-size: 3vw;
}

/********** もっとみる **********/
#index .new_arrival .btn-more{
	display: flex;
	justify-content: center;

	width: 100%;
}
#index .new_arrival .btn-more a {
	display: block;
	padding: 1vw 12vw 1vw 8vw;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 3.5vw;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 6.5vw) 50%;
	background-size: 1.8vw auto;
}


/* --------------------------------------------------------------------------------
	人気のカテゴリ
-------------------------------------------------------------------------------- */
#index .category{
	padding: 0 0 6.5vw;
}
#index .category h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .category ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
	padding: 0 0 2vw;
}
#index .category ul li{
	width: 48%;
	margin: 0 0 3vw;
}
#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 1vw;
}
#index .category ul li .txt{
}

/********** もっとみる **********/
#index .category .btn-more{
	display: flex;
	justify-content: center;

	width: 100%;
}
#index .category .btn-more a {
	display: block;
	padding: 1vw 12vw 1vw 8vw;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 3.5vw;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 6.5vw) 50%;
	background-size: 1.8vw auto;
}


/* --------------------------------------------------------------------------------
	ブランド一覧
-------------------------------------------------------------------------------- */
#index .brand{
	padding: 0 0 45px;
}
#index .brand h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .brand .brand-box {
	padding: 0 0 7vw;
}
#index .brand ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;

	border: solid 2px #ebebeb;
	border-bottom: none;
}
#index .brand ul li{
	width: 50%;
	border-bottom: solid 2px #ebebeb;
}
#index .brand ul li:nth-of-type(2n){
	border-left: solid 2px #ebebeb;
}
#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: center;

	width: 100%;
}
#index .brand .btn-more a {
	display: block;
	padding: 1vw 12vw 1vw 8vw;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 3.5vw;
	color: #2d2d2b;
	background: #ccc url("../images/index/icon-arr-right.svg") no-repeat calc(100% - 6.5vw) 50%;
	background-size: 1.8vw auto;
}


/* --------------------------------------------------------------------------------
	特集
-------------------------------------------------------------------------------- */
#index .feature{
	padding: 0 0 8vw;
}
#index .feature h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .feature ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;
}
#index .feature ul li{
	width: 48%;
	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 8vw;
}
#index .history h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .history ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .history ul li{
	width: 23vw;
	padding: 0 2vw 0 0;
}
#index .history ul li:nth-of-type(4n){
	padding-right: 0;
}
#index .history ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
#index .history ul li .bnr{
}
#index .history ul li .bnr img{
	display: block;
	width: 100%;
	height: 23vw;
	
	object-fit: cover;
}


/* --------------------------------------------------------------------------------
	Instagram
-------------------------------------------------------------------------------- */
#index .instagram{
}
#index .instagram h2{
	margin: 0 0 4vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #8f8f8e;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	color: #f3991f;
}
#index .instagram ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 5px;
}
#index .instagram ul li{
	width: calc(100% / 3 - 3vw);
	margin: 0 3vw 3vw 0;
}


#index .instagram ul li:nth-last-of-type(1),
#index .instagram ul li:nth-last-of-type(2),
#index .instagram ul li:nth-last-of-type(3){
	display: none;
}
#index .instagram ul li:nth-of-type(3n){
	margin-right: 0;
}
#index .instagram ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
#index .instagram ul li .img{
}
#index .instagram ul li .img img{
	display: block;
	
	width: 100%;
	height: 29vw;
	object-fit: cover;
}

/* followボタン */
#index .instagram .btn-follow a{
	display: flex;
	justify-content: center;
	
	width: 100%;
	height: 7.4vw;
	padding: 2.3vw 0 0 6vw;
	text-decoration: none;
	font-weight: bold;
	font-size: 3vw;
	color: #fff;
	background: url("../images/index-device/btn-follow.png") no-repeat 0 0;
	background-size: 100%;
}




















