@charset "utf-8";
.fs-l-main {
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------------------------------
スライダー　スマートフォン（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .fs-c-slick {
	margin: 0 0 18vw;
}
.fs-body-top .slick-list {
	margin: 0 0 2vw;
	padding: 0 !important;
}
.fs-body-top .slick-list figure {
	display: block !important;
}
.fs-body-top .slick-list a {
	display: block;
}
.fs-body-top .slick-list img {
	display: block;
	height: 80vw;
	object-fit: cover;
}
.fs-c-slick .slick-dots {
	padding: 0;
}
.fs-c-slick .slick-dots li {
	width: 2.5vw;
	height: 2.5vw;
	margin: 0 1vw;
}
.fs-c-slick .slick-dots li button:before {
	opacity: 1;
	content: '';
	border: 1px solid #cccccc;
	border-radius: 100%;
	width: 2.5vw;
	height: 2.5vw;
	background: #ffffff;
}
.fs-c-slick .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #333333;
}
/* ---------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------- */
#index {
	font-feature-settings: "palt";
}
/*お知らせ*/
#index .news {
	margin: 0 2vw 16vw;
}
#index .news h2 {
	margin: 0 0 4vw;
	text-align: center;
	color: #1a1a1a;
}
#index .news h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
	letter-spacing: 0.04em;
}
#index .news h2 .headding-ja {
	font-size: 3.6vw;
}
#index .news ul {
	border: 1px solid #d9d9d9;
	padding: 1.5vw 3.5vw;
}
#index .news ul li {
	/*	display: flex;*/
	width: 100%;
	padding: 1.5vw 0;
	color: #595959;
}
#index .news ul li .datetime {
	width: 25vw;
}
#index .news ul li .title {
	/*	width: calc(100% - 25vw);*/
	font-weight: bold;
}
#index .news ul li .text {
	margin-top: 2vw;
	/*    width: calc(100% - 25vw);*/
}
/*バナー*/
#index .bnrs {
	margin: 0 2vw 16vw;
}
#index .bnrs ul {}
#index .bnrs ul li {
	width: 100%;
	margin: 0 0 5vw;
}
#index .bnrs ul li img {
	width: 100%;
}
/*
#index .bnrs ul li:nth-child(2) {
	background-color: #000;
	position: relative;
	border-radius: 2.5vw;
}
#index .bnrs ul li:nth-child(2)::after {
	content: '近日対応開始';
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	margin: -5vw 0 0 -20vw;
	display: block;
	font-size: 7vw;
	letter-spacing: 0.1em;
}
#index .bnrs ul li:nth-child(2) img {
	opacity: 0.3;
	display: block;
}
*/
/*シーンから商品を探す*/
#index .scene-search .scene {
	margin: 0 2vw 18vw;
}
#index .scene-search .scene h2 {
	margin: 0 0 4vw;
	text-align: center;
	color: #1a1a1a;
}
#index .scene-search .scene h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
	letter-spacing: 0.04em;
}
#index .scene-search .scene h2 .headding-ja {
	font-size: 3.6vw;
}
#index .scene-search .scene ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .scene-search .scene ul li {
	width: 50%;
	display: table;
	margin: 0 0 30px;
}
#index .scene-search .scene ul li a {
	display: block;
}
#index .scene-search .scene ul li .img {
	width: 18vw;
	display: table-cell;
}
#index .scene-search .scene ul li .img img {
	width: 100%;
	height: 13vw;
	display: block;
}
#index .scene-search .scene ul li .label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1.5vw;
	color: #595959;
}
/*条件を指定して探す*/
#index .scene-search .search {
	margin: 0 0 13vw;
}
#index .scene-search .search h2 {
	margin: 0 0 4vw;
	text-align: center;
	color: #1a1a1a;
}
#index .scene-search .search h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
	letter-spacing: 0.04em;
}
#index .scene-search .search h2 .headding-ja {
	font-size: 3.6vw;
}
/********** 検索ボックス **********/
#index .scene-search .search .search-form {
	background: #f8f8f8;
	padding: 10vw 2vw;
}
/* キーワード */
#index .scene-search .search .input-keyword {
	margin: 0 0 2vw;
}
#index .scene-search .search .input-keyword input {
	display: block;
	width: 100%;
	padding: 3vw 1.5vw;
	border-radius: 1vw;
	border: solid 1px #ccc;
}
/* 価格 */
#index .scene-search .search .input-price {
	padding: 0 0 8vw;
}
#index .scene-search .search .input-price select {
	display: block;
	width: 100%;
	padding: 3vw 1.5vw;
	border-radius: 1vw;
	border: solid 1px #ccc;
	appearance: none;
}
/* tag */
#index .scene-search .search .tag {}
#index .scene-search .search .tag .tag-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#index .scene-search .search .tag .tag-box span.tag-item {
	width: 29vw;
	margin: 0 1vw 8vw 0;
	display: table;
}
#index .scene-search .search .tag .tag-box span.tag-item:nth-child(2n) {
	width: 55vw;
}
#index .scene-search .search .tag .tag-box span.tag-item input[type="radio"] {
	display: table-cell;
}
#index .scene-search .search .tag .tag-box span.tag-item span.label {
	width: 23vw;
	display: table-cell;
	color: #595959;
}
#index .scene-search .search .tag .tag-box span.tag-item:nth-child(2n) span.label {
	width: 49vw;
}
/* 検索する */
#index .scene-search .search .input-submit input {
	display: block;
	width: 100%;
	padding: 6vw 0;
	border-radius: 1vw;
	text-align: center;
	font-size: 4.8vw;
	background: #dacfbd;
}
/*売れ筋ランキング*/
.fs-body-top .ranking {
	margin: 0 2vw 8vw;
}
.fs-body-top .ranking h2 {
	margin: 0 0 4vw;
	text-align: center;
	color: #1a1a1a;
}
.fs-body-top .ranking h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
	letter-spacing: 0.04em;
}
.fs-body-top .ranking h2 .headding-ja {
	font-size: 3.6vw;
}
.fs-body-top .ranking .draggable {
	overflow: hidden;
	width: 83vw;
}
.fs-body-top .ranking ul.slider-sp {
	padding: 0 7vw;
	margin: 0;
	list-style: none;
}
.fs-body-top .ranking ul.slider-sp li {
	/*width:91.5% !important;*/
}
.fs-body-top .ranking .rcmd-slick-prev, .fs-body-top .ranking .rcmd-slick-next {
	position: absolute;
	cursor: pointer;
	width: 4vw;
	height: 7.5vw;
	line-height: 1;
	opacity: 1;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.fs-body-top .ranking .rcmd-slick-prev, .fs-body-top .ranking .rcmd-slick-prev:hover, .fs-body-top .ranking .rcmd-slick-prev:focus {
	top: 21vw;
	left: 0;
	background: url("../images/products/common/btn-silder-prev.png") no-repeat 0 0 !important;
	background-size: 100% !important;
}
.fs-body-top .ranking .rcmd-slick-next, .fs-body-top .ranking .rcmd-slick-next:hover, .fs-body-top .ranking .rcmd-slick-next:focus {
	top: 21vw;
	right: 0;
	background: url("../images/products/common/btn-silder-next.png") no-repeat 0 0 !important;
	background-size: 100% !important;
}
.fs-body-top .ranking ul.slider-sp li a {
	color: #333333;
	pointer-events: none;
}
.fs-body-top .ranking ul.slider-sp li .thumb {
	display: flex;
	align-items: center;
	margin: 0 0 2vw;
	min-height: 39vw;
	position: relative;
}
.fs-body-top .ranking ul.slider-sp li .thumb img {
	margin: 0 3%;
	width: 94%;
}
.fs-body-top .ranking ul li:nth-child(1) .thumb::before {
	content: "";
	background: url(https://newotani2021.itembox.design/item/images/index/icon-rank1.png);
	background-size: 100%;
	width: 5vw;
	height: 8vw;
	position: absolute;
	top: 1.7vw;
	left: 2vw;
}
.fs-body-top .ranking ul li:nth-child(2) .thumb::before {
	content: "";
	background: url(https://newotani2021.itembox.design/item/images/index/icon-rank2.png);
	background-size: 100%;
	width: 5vw;
	height: 8vw;
	position: absolute;
	top: 1.7vw;
	left: 2vw;
}
.fs-body-top .ranking ul li:nth-child(3) .thumb::before {
	content: "";
	background: url(https://newotani2021.itembox.design/item/images/index/icon-rank3.png);
	background-size: 100%;
	width: 5vw;
	height: 8vw;
	position: absolute;
	top: 1.7vw;
	left: 2vw;
}
.fs-body-top .ranking ul li:nth-child(4) .thumb::before {
	content: "";
	background: url(https://newotani2021.itembox.design/item/images/index/icon-rank4.png);
	background-size: 100%;
	width: 5vw;
	height: 8vw;
	position: absolute;
	top: 1.7vw;
	left: 2vw;
}
.fs-body-top .ranking ul li:nth-child(5) .thumb::before {
	content: "";
	background: url(https://newotani2021.itembox.design/item/images/index/icon-rank5.png);
	background-size: 100%;
	width: 5vw;
	height: 8vw;
	position: absolute;
	top: 1.7vw;
	left: 2vw;
}
.fs-body-top .ranking ul li .name {
	font-size: 3.6vw;
	margin: 0 0 2vw;
}
.fs-body-top .ranking ul li .price-box {
	font-size: 3vw;
	color: #999999;
}
/*新着商品*/
.fs-body-top .new_products {
	margin: 0 2vw 17vw;
}
.fs-body-top .new_products h2 {
	margin: 0 0 4vw;
	text-align: center;
	color: #1a1a1a;
}
.fs-body-top .new_products h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
	letter-spacing: 0.04em;
}
.fs-body-top .new_products h2 .headding-ja {
	font-size: 3.6vw;
}
.fs-body-top .new_products .draggable {
	overflow: hidden;
	width: 83vw;
}
.fs-body-top .new_products ul.slider-sp {
	padding: 0 7vw;
	margin: 0;
	list-style: none;
}
.fs-body-top .new_products ul.slider-sp li {
	/*width:91.5% !important;*/
}
.fs-body-top .new_products .rcmd-slick-prev, .fs-body-top .new_products .rcmd-slick-next {
	position: absolute;
	cursor: pointer;
	width: 4vw;
	height: 7.5vw;
	line-height: 1;
	opacity: 1;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.fs-body-top .new_products .rcmd-slick-prev, .fs-body-top .new_products .rcmd-slick-prev:hover {
	top: 21vw;
	left: 0;
	background: url("../images/products/common/btn-silder-prev.png") no-repeat 0 0 !important;
	background-size: 100% !important;
}
.fs-body-top .new_products .rcmd-slick-next, .fs-body-top .new_products .rcmd-slick-next:hover {
	top: 21vw;
	right: 0;
	background: url("../images/products/common/btn-silder-next.png") no-repeat 0 0 !important;
	background-size: 100% !important;
}
.fs-body-top .new_products ul.slider-sp li a {
	color: #333333;
}
.fs-body-top .new_products ul.slider-sp li .thumb {
	margin: 0 0 2vw;
	min-height: 39vw;
}
.fs-body-top .new_products ul.slider-sp li .thumb img {
	margin: 0 3%;
	width: 94%;
}
.fs-body-top .new_products ul li .name {
	font-size: 3.6vw;
	margin: 0 0 2vw;
}
.fs-body-top .new_products ul li .price-box {
	font-size: 3vw;
	color: #999999;
}
/*フッター商品カテゴリー*/
.fs-body-top #footer-sp .f-item-list {
	display: none;
}