@charset "utf-8";
/* --------------------------------------------------------------------------------
トップページ
スマートフォン
-------------------------------------------------------------------------------- */

/********** .fs-l-main **********/
.fs-l-main{
	padding: 0 0;
}


/* ----------------------------------------
トップページ
---------------------------------------- */
#index {
	font-size: 3.111vw;
}



/* ----------------------------------------
スライダー
---------------------------------------- */
/* スライダー全体 */
#index .parts-slider-main {
	padding: 0 0 16vw;
}

/* slickリスト */
#index #index-slider .slick-list {
	padding: 0 0 1.5vw;
}


/* ドット */
#index #index-slider ul.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
#index #index-slider ul.slick-dots li{
	padding: 0 4.8vw;
}
#index #index-slider ul.slick-dots li.slick-active {
	padding: 0 1.6vw;
}
#index #index-slider ul.slick-dots li button{
	display: block;
	width: 1.2vw;
	height: 1.2vw;
	padding: 0;
	border-radius: 2vw;
	border: none;
	background: #bababa;
	text-indent: -9999px;
	overflow: hidden;
}
#index #index-slider ul.slick-dots li.slick-active button{
	width: 6.9vw;
	height: 6.6vw;
	border-radius: 0;
	background: url("../images/index/slider-icon-dot.png") no-repeat;
	background-size: 100% 100%;
}


/* ----------------------------------------
新商品
---------------------------------------- */
#index .newarrival {
	padding: 0 0 16.8vw;
}

/********** 見出し **********/
#index .newarrival h2 {
	height: 21vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .newarrival h2 .label {
	display: block;
	padding: 8.2vw 0 0;
}

/* 見出し：コジコジ */
#index .newarrival h2 .icon-coji-coji-1 {
	display: block;
	position: absolute;
	left: 18.5vw;
	z-index: 1;
}
#index .newarrival h2 .icon-coji-coji-1 img {
	display: block;
	width: 19.6vw;
	height: auto;
}



/* --------------------------------------------------------------------------------
新商品  AIレコメンド
-------------------------------------------------------------------------------- */
#index .newarrival .newarrival-box {
	position: relative;
	overflow: hidden;
	margin-top: -1.8vw;
}
#index .newarrival .item_pickup{
	margin-top: 6vw;
}


/*スライド全体*/
#index .newarrival .fr3-productListCarousel {
	grid-template-columns: 11.3vw 1fr 8.7vw;
}
/*スライド本体*/
#index .newarrival .fr3-productListCarousel__slides {
	font-size: 3.111vw;
}


/*スライド見出し：非表示*/
#index .newarrival .fs-p-heading--lv2 {
	display: none;
}

/*スライド用*/
#index .newarrival .flywheel-recommend__frame{
	margin: 0 0 6vw;
	min-height: 67vw;
}
#index .newarrival .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
	width: 80vw;
	margin-right: 1.4vw;
}
#index .newarrival .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
	flex: 0 0 calc((112vw - 1.4vw * 3) / 3) !important
}
/*ボックス幅*/
#index .newarrival .fr3-item__imageContainer {
	width: 100%;
}
#index .newarrival .flywheel-recommend__frame .fr3-item{
	margin-bottom: 2vw;
}
/*画像角丸*/
#index .newarrival .fr3-item__image{
	border-radius: 3vw;
}

/* 商品名 */
#index .newarrival .flywheel-recommend__frame .fr3-item__productName {
	font-size: 1em;
	font-weight: 300;
}

/* 価格 */
#index .newarrival .fr3-item__productPrice__price {
	font-size: 1em;
}

/* 円マーク・価格数値 */
#index .newarrival .fr3-item__productPrice__currencyMark {
	font-size: 1em;
}
#index .newarrival .fr3-item__productPrice__value {
	font-size: 1em;
}

/* 税込み */
#index .newarrival .fr3-item__productPrice__addon {
	font-size: 1em;
}


/* 次へ・前へ */
#index .newarrival .fr3-productListCarousel__Button:disabled {
	opacity: 1!important;
}
#index .newarrival .flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
#index .newarrival .fr3-productListCarousel__prevButton::before{
	width: 8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-prev.png) no-repeat 100% 0;
	background-size: 3.8vw 100%;
}
#index .newarrival .fr3-productListCarousel__nextButton::after{
	width: 3.8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-next.png) no-repeat 0 0;
	background-size: 100% 100%;
}

/********** 一覧 **********/
#index .newarrival .btn-details {
	padding: 2.5vw 25vw;
}
#index .newarrival .btn-details a {
	display: block;
	border-radius: 4.7vw;
	
	padding: 3vw 0;
	text-align: center;
	font-size: 4.478vw;
	font-weight: 600;
	color: #000000;
	background: #9fc87a;
}


/* ----------------------------------------
再入荷
---------------------------------------- */
#index .restock {
	padding: 0 0 18.5vw;
}

/********** 見出し **********/
#index .restock h2 {
	height: 18vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .restock h2 .label {
	display: block;
	padding: 5vw 0 0;
}

/* 見出し：まる子 */
#index .restock h2 .icon-maruko-1 {
	display: block;
	position: absolute;
	right: 22.9vw;
	top: 0;
	z-index: 1;
}
#index .restock h2 .icon-maruko-1 img {
	display: block;
	width: 14.4vw;
	height: auto;
}


/* --------------------------------------------------------------------------------
再入荷  AIレコメンド
-------------------------------------------------------------------------------- */
#index .restock .restock-box {
	position: relative;
	overflow: hidden;
	margin-top: -1.8vw;
}
#index .restock .item_restock{
	margin-top: 6vw;
}


/*スライド全体*/
#index .restock .fr3-productListCarousel {
	grid-template-columns: 11.3vw 1fr 8.7vw;
}
/*スライド本体*/
#index .restock .fr3-productListCarousel__slides {
	font-size: 3.111vw;
}


/*スライド見出し：非表示*/
#index .restock .fs-p-heading--lv2 {
	display: none;
}

/*スライド用*/
#index .restock .flywheel-recommend__frame{
	margin: 0 0 6vw;
	min-height: 67vw;
}
#index .restock .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
	width: 80vw;
	margin-right: 1.4vw;
}
#index .restock .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
	flex: 0 0 calc((112vw - 1.4vw * 3) / 3) !important
}
/*ボックス幅*/
#index .restock .fr3-item__imageContainer {
	width: 100%;
}
#index .restock .flywheel-recommend__frame .fr3-item{
	margin-bottom: 2vw;
}
/*画像角丸*/
#index .restock .fr3-item__image{
	border-radius: 3vw;
}

/* 商品名 */
#index .restock .flywheel-recommend__frame .fr3-item__productName {
	font-size: 1em;
	font-weight: 300;
}

/* 価格 */
#index .restock .fr3-item__productPrice__price {
	font-size: 1em;
}

/* 円マーク・価格数値 */
#index .restock .fr3-item__productPrice__currencyMark {
	font-size: 1em;
}
#index .restock .fr3-item__productPrice__value {
	font-size: 1em;
}

/* 税込み */
#index .restock .fr3-item__productPrice__addon {
	font-size: 1em;
}


/* 次へ・前へ */
#index .restock .fr3-productListCarousel__Button:disabled {
	opacity: 1!important;
}
#index .restock .flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
#index .restock .fr3-productListCarousel__prevButton::before{
	width: 8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-prev.png) no-repeat 100% 0;
	background-size: 3.8vw 100%;
}
#index .restock .fr3-productListCarousel__nextButton::after{
	width: 3.8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-next.png) no-repeat 0 0;
	background-size: 100% 100%;
}



/********** 一覧 **********/
#index .restock .btn-details {
	padding: 2.5vw 25vw;
}
#index .restock .btn-details a {
	display: block;
	border-radius: 4.7vw;
	
	padding: 3vw 0;
	text-align: center;
	font-size: 4.478vw;
	font-weight: 600;
	color: #000000;
	background: #9fc87a;
}



/* ----------------------------------------
最近見たアイテム
---------------------------------------- */
#index .check {
	padding: 0 0 20vw;
}

/********** 見出し **********/
#index .check h2 {
	height: 16vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .check h2 .label {
	display: block;
	padding: 9.5vw 0 0;
	letter-spacing: -0.05em;
}

/* 見出し：花輪くん */
#index .check h2 .icon-hanawakun-1 {
	display: block;
	position: absolute;
	left: 9.4vw;
	z-index: 1;
}
#index .check h2 .icon-hanawakun-1 img {
	display: block;
	width: 15.4vw;
	height: auto;
}


/* --------------------------------------------------------------------------------
最近見たアイテム  AIレコメンド
-------------------------------------------------------------------------------- */
#index .check .check-box {
	position: relative;
	overflow: hidden;
	padding-top: 2vw;
}
#index .check .item_check{
	margin-top: 6vw;
}


/*スライド全体*/
#index .check .fr3-productListCarousel {
	grid-template-columns: 11.3vw 1fr 8.7vw;
}
/*スライド本体*/
#index .check .fr3-productListCarousel__slides {
	font-size: 3.111vw;
}


/*スライド見出し：非表示*/
#index .check .fs-p-heading--lv2 {
	display: none;
}

/*スライド用*/
#index .check .flywheel-recommend__frame{
	margin: 0 0 6vw;
	min-height: 67vw;
}
#index .check .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
	width: 80vw;
	margin-right: 1.4vw;
}
#index .check .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
	flex: 0 0 calc((112vw - 1.4vw * 3) / 3) !important
}
/*ボックス幅*/
#index .check .fr3-item__imageContainer {
	width: 100%;
}
#index .check .flywheel-recommend__frame .fr3-item{
	margin-bottom: 2vw;
}
/*画像角丸*/
#index .check .fr3-item__image{
	border-radius: 3vw;
}

/* 商品名 */
#index .check .flywheel-recommend__frame .fr3-item__productName {
	font-size: 1em;
	font-weight: 300;
}

/* 価格 */
#index .check .fr3-item__productPrice__price {
	font-size: 1em;
}

/* 円マーク・価格数値 */
#index .check .fr3-item__productPrice__currencyMark {
	font-size: 1em;
}
#index .check .fr3-item__productPrice__value {
	font-size: 1em;
}

/* 税込み */
#index .check .fr3-item__productPrice__addon {
	font-size: 1em;
}


/* 次へ・前へ */
#index .check .fr3-productListCarousel__Button:disabled {
	opacity: 1!important;
}
#index .check .flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
#index .check .fr3-productListCarousel__prevButton::before{
	width: 8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-prev.png) no-repeat 100% 0;
	background-size: 3.8vw 100%;
}
#index .check .fr3-productListCarousel__nextButton::after{
	width: 3.8vw;
	height: 5.8vw;
	content: '';
	display: block;
	background: url(../images/index/slider-btn-next.png) no-repeat 0 0;
	background-size: 100% 100%;
}



/* ----------------------------------------
ランキング
---------------------------------------- */
#index .ranking a#ranking {
	display: block;
	margin: -55vw 0 0;
	padding: 55vw 0 0;
}


#index .ranking {
	padding: 0 0 9vw;
}

/********** 見出し **********/
#index .ranking h2 {
	height: 20vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .ranking h2 .label {
	display: block;
	padding: 0 2vw 0 0;
}

/* 見出し：ゲラン */
#index .ranking h2 .icon-geran-1 {
	display: block;
	position: absolute;
	left: 6.8vw;
	top: 0.2vw;
	z-index: 1;
}
#index .ranking h2 .icon-geran-1 img {
	display: block;
	width: 21.1vw;
	height: auto;
}


/* --------------------------------------------------------------------------------
ランキング  AIレコメンド
-------------------------------------------------------------------------------- */
#index .ranking .ranking-box {
	position: relative;
	overflow: hidden;
	margin: -12vw 0 0;
}
#index .ranking .item_pickup{
	margin-top: 6vw;
}

/*ボックス全体*/
#index .ranking .fr3-productListStatic {
	display: block;
	gap: 0;
	padding: 0;
}

/*ボックスレイアウト*/
#index .ranking .fr3-productListStatic__responsive_1 {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 0 5vw;
}

/*見出し：非表示*/
#index .ranking .fs-p-heading--lv2 {
	display: none;
}

/* 1位 */
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(1) {
	width: 53.5vw;
	margin: 0 3.3vw 0 0;
	color: #221815;
}
#index .ranking .flywheel-recommend__frame .fr3-item::before {
	display: block;
	font-weight: 600;
	font-size: 4.859vw;
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(1)::before {
	content: '1位';
	font-size: 7.556vw;
	
	padding: 0 0 0 25vw;
	background: url("../images/index/icon-rank-1.png") no-repeat 0 2vw;
	background-size: 8vw auto;
}

/* 2位～5位 */
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(2) {
	width: 33vw;
	margin: 0 0 5vw 0;
	color: #221815;
	padding: 23vw 0 0;
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(2)::before {
	content: '2位';
}

/* 3位～5位 */
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(3),
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(4),
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(5) {
	width: 29.4vw;
	margin: 0 2vw 5vw 0;
	color: #221815;
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(5) {
	margin: 0 0 5vw 0;
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(3)::before {
	content: '3位';
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(4)::before {
	content: '4位';
}
#index .ranking .flywheel-recommend__frame .fr3-item:nth-of-type(5)::before {
	content: '5位';
}


/* 商品名 */
#index .ranking .flywheel-recommend__frame .fr3-item__productName {
	font-size: 1em;
	font-weight: 300;
}

/* 価格 */
#index .ranking .fr3-item__productPrice__price {
	font-size: 1em;
}

/* 円マーク・価格数値 */
#index .ranking .fr3-item__productPrice__currencyMark {
	font-size: 1em;
}
#index .ranking .fr3-item__productPrice__value {
	font-size: 1em;
}

/* 税込み */
#index .ranking .fr3-item__productPrice__addon {
	font-size: 1em;
}


/********** 一覧 **********/
#index .ranking .btn-details {
	padding: 2.5vw 25vw;
}
#index .ranking .btn-details a {
	display: block;
	border-radius: 4.7vw;
	
	padding: 3vw 0;
	text-align: center;
	font-size: 4.478vw;
	font-weight: 600;
	color: #000000;
	background: #9fc87a;
}


/* ----------------------------------------
特集
---------------------------------------- */
#index .feature {
	padding: 0 0 30vw;
}

/********** 見出し **********/
#index .feature h2 {
	height: 17.7vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .feature h2 .label {
	display: block;
	padding: 6.4vw 0 0;
}

/* 見出し：たまちゃん */
#index .feature h2 .icon-tamachan-1 {
	display: block;
	position: absolute;
	left: 24.4vw;
	z-index: -1;
}
#index .feature h2 .icon-tamachan-1 img {
	display: block;
	width: 14.7vw;
	height: auto;
}

#index .feature ul li{
	margin:0 0 6vw;
}

/********** バナー **********/
#index .feature .bnr-1 {
	margin: 0 0 3vw;
	padding: 0 2vw;
}
#index .feature .bnr-1 a {
	display: block;
}
#index .feature .bnr-1 img {
	display: block;
}


/********** feature-box **********/
#index .feature .feature-box {
	padding: 0 2vw;
}


/********** タグ **********/
#index .feature .feature-tag {
	margin: 0 0 2.5vw;
	font-size:0;
}
#index .feature .feature-tag .tagname {
	display: inline-block;
	padding: 1.3vw 3vw;
	font-size: 4.267vw;
	font-weight: 600;
	color: #fff;
	background: #9fc87a;
	position: relative;
}
#index .feature .feature-tag .tagname2 {
	color: #9fc87a;
	background: #fff;
	border: 1px solid #9fc87a;
}

/********** 特集名 **********/
#index .feature .feature-name {
	padding: 0 0 1vw;
}


/********** テキスト **********/
#index .feature .feature-txt p {
	line-height: 1.8;
}



/* ----------------------------------------
キャラクターで選ぶ
---------------------------------------- */
#index .character {
	padding: 0 0 20.4vw;
}
/********** 見出し **********/
#index .character h2 {
	height: 10.5vw;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .character h2 .label {
	display: block;
	padding:0;
}

#index .character ul{
	display: flex;
	margin: 0 5vw;
}
#index .character ul li{
	width: 30vw;
}
#index .character ul li .img{
	width: 23.5vw;
	margin: 0 auto 2vw;
}
#index .character ul li img{
	border-radius: 2.4vw;
}
#index .character ul li .label{
	font-size: 3.132vw;
	text-align: center;
	color: #1b1a1a;
}

/* ----------------------------------------
カテゴリーで探す
---------------------------------------- */
#index .category {
	padding: 0 0 11.6vw;
}

/********** 見出し **********/
#index .category h2 {
	height: 24.5vw;
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .category h2 .label {
	display: block;
	padding: 12.5vw 0 0;
	letter-spacing: -0.05em;
}

/* 見出し：山根 */
#index .category h2 .icon-yamane-1 {
	display: block;
	position: absolute;
	left: 4.1vw;
	top: 0;
	z-index: 1;
}
#index .category h2 .icon-yamane-1 img {
	display: block;
	width: 18.7vw;
	height: auto;
}


/********** 一覧 **********/
#index .category ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 0 15.8vw;
}
#index .category ul li {
	margin: 0 1.6vw 2.6vw 0;
}
#index .category ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 24vw;
	height: 24vw;
	border-radius: 100%;
	font-size: 2.812vw;
	color: #000000;
	background: #9fc87a;
	padding: 0;
	letter-spacing: -0.05em;
	text-align: center;
}



/* ----------------------------------------
SNS
---------------------------------------- */
#index .sns {
	padding: 0 0 15vw;
}

/********** 見出し **********/
#index .sns h2 {
	position: relative;
	text-align: center;
	font-size: 8.178vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .sns h2 .label {
	display: block;
	padding: 2.8vw 0 0;
}

/* 見出し：永沢 */
#index .sns h2 .icon-nagasawa-1 {
	display: block;
	position: absolute;
	right: 19.7vw;
	z-index: 1;
}
#index .sns h2 .icon-nagasawa-1 img {
	display: block;
	width: 18.7vw;
	height: auto;
}


/********** sns-x-box **********/
#index .sns .sns-x {
	padding: 0 0 6vw;
}
#index .sns .sns-x h3 {
	display: flex;
	justify-content: center;
}
#index .sns .sns-x h3 img {
	display: block;

	width: 9vw;
	height: auto;
}
#index .sns .sns-x .sns-x-box {
	padding: 0 2.6vw;
}
#index .sns .sns-x .sns-x-box a {
	display: block;
}
#index .sns .sns-x .sns-x-box img {
	display: block;
}


/********** sns-instagram **********/
#index .sns .sns-instagram {
}
#index .sns .sns-instagram h3 {
	display: flex;
	justify-content: center;

	padding: 0 0 3vw;
}
#index .sns .sns-instagram h3 img {
	display: block;

	width: 8vw;
}
#index .sns .sns-instagram .sns-instagram-box ul{
	display: flex;
	flex-wrap: wrap;
}
#index .sns .sns-instagram .sns-instagram-box ul li{
	width: 33.3333%;
}



/* ----------------------------------------
外部リンク
---------------------------------------- */
#index .links {
	padding: 0 7vw 10vw;
}

/********** 見出し **********/
#index .links h2 {
	position: relative;
	text-align: center;
	font-size: 6.4vw;
	color: #9fc87a;
}

/* 見出し：文字 */
#index .links h2 .label {
	display: block;
	padding: 1.8vw 0 4vw;
}

/* 見出し：次郎 */
#index .links h2 .icon-jirou-1 {
	display: block;
	position: absolute;
	left: 9.7vw;
	z-index: 1;
	top: -1.2vw;
}
#index .links h2 .icon-jirou-1 img {
	display: block;
	width: 17.1vw;
	height: auto;
}

/********** バナー **********/
#index .links .links-box {
}
#index .links .links-box ul{
	width: 76.7vw;
	margin: 0 auto;
}
#index .links .links-box ul li{
	margin: 0 0 3.2vw;
}
#index .links .links-box ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width: 100%;
	font-size: 3.964vw;
}
#index .links .links-box ul li a .sns-icon {
	display: block;
	width: 8.6vw;
}
#index .links .links-box ul li a .sns-label {
	display: block;
	width: calc(100% - 11.5vw);
}



/* ----------------------------------------
イメージ
---------------------------------------- */
#index .img-1{
	margin: 0 0 6vw;
}





/* ----------------------------------------
HOW TO USE
---------------------------------------- */
#index .how_to_use{
	margin: 0 0 2vw;
	text-align: center;
}
#index .how_to_use h2{
	color: #9fc87a;
	margin: 0 0 5vw;
}
#index .how_to_use h2 .heading-en{
	font-size: 4.889vw;
	font-weight: 600;
	display: block;
}
#index .how_to_use h2 .heading-ja{
	font-size: 2.756vw;
	display: block;
}
#index .how_to_use .how_to_use-box ul{
	display: flex;
	flex-wrap: wrap;
	width: 57vw;
	justify-content: space-evenly;
	margin: 0 auto;
}
#index .how_to_use .how_to_use-box ul li{
	margin: 0 0 4vw;
}
#index .how_to_use .how_to_use-box ul li a{
	font-size: 3.378vw;
	color: #6a6868;
}

/* ----------------------------------------
CONTACT
---------------------------------------- */
#index .contact{
	margin: 0 0 5.5vw;
	text-align: center;
}
#index .contact h2{
	color: #9fc87a;
	margin: 0 0 5vw;
}
#index .contact h2 .heading-en{
	font-size: 4.889vw;
	font-weight: 600;
	display: block;
}
#index .contact h2 .heading-ja{
	font-size: 2.756vw;
	display: block;
}
#index .contact .btn-contact{
	margin: 0 0 4.5vw;
}
#index .contact .btn-contact a{
	font-size: 4.889vw;
	color: #010101;
	background: #9fc87a;
	display: inline-block;
	padding: 3.9vw 16.8vw;
	border-radius: 4vw;
	font-weight: 600;
}
#index .contact .contact-box p{
	font-size: 2.756vw;
	color: #6a6868;
}





/* ----------------------------------------
コマースクリエイター自動表示部分
---------------------------------------- */
/********** fs-c-subgroup **********/
.fs-c-subgroup {
	padding: 0 8px;
}

/********** fs-c-productList **********/
.fs-c-productList {
	padding: 0 24px;
}










