@charset "utf-8";
/* --------------------------------------------------------------------------------
	スライダー（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .fs-c-slick {
	margin: 0 0 80px;
}
.fs-body-top .slick-list {
	margin: 0 0 20px;
	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;
}
.fs-body-top .fs-c-slick .slick-slide img {
	opacity: 0.2;
	width: 1200px;
	height: 620px;
}
.fs-body-top .fs-c-slick .slick-slide.slick-center img {
	opacity: 1;
}
.fs-c-slick .slick-dots {
	padding: 0;
}
.fs-c-slick .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.fs-c-slick .slick-dots li button:before {
	opacity: 1;
	content: '';
	border: 1px solid #cccccc;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #ffffff;
}
.fs-c-slick .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #333333;
}
.fs-l-main {
	padding: 0;
}
/* ---------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------- */
#index {
	font-feature-settings: "palt";
}
/*お知らせ*/
#index .news {
	margin: 0 0 50px;
}
#index .news h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #1a1a1a;
}
#index .news h2 .headding-en {
	font-size: 36px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
#index .news h2 .headding-ja {
	font-size: 18px;
}
#index .news ul {
	border: 1px solid #d9d9d9;
	padding: 12px 20px;
}
#index .news ul li {
	/*	display: flex;*/
	width: 100%;
	padding: 7px 0;
	color: #595959;
}
#index .news ul li .datetime {
	width: 120px;
}
#index .news ul li .title {
	/*	width: calc(100% - 120px);*/
	font-weight: bold;
}
#index .news ul li .text {
	margin-top: 10px;
	/*    width: calc(100% - 120px);*/
}
/*バナー*/
#index .bnrs {
	margin: 0 0 90px;
}
#index .bnrs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .bnrs ul li {
	width: 590px;
	/* height: 147.5px; */
}
#index .bnrs ul li.maxwidth {
	width: 100%!important;
}
#index .bnrs ul li img {
	width: 100%;
}
/*
#index .bnrs ul li:nth-child(2) {
	background-color: #000;
	position: relative;
	border-radius: 16px;
}
#index .bnrs ul li:nth-child(2)::after {
	content: '近日対応開始';
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -120px;
	display: block;
	font-size: 39px;
	letter-spacing: 0.1em;
}
#index .bnrs ul li:nth-child(2) img {
	opacity: 0.3;
	display: block;
}
*/
/*検索*/
#index .scene-search {
	margin: 0 0 90px;
	display: flex;
	justify-content: space-between;
}
/*シーンから商品を探す*/
#index .scene-search .scene {
	width: 600px;
}
#index .scene-search .scene h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #1a1a1a;
}
#index .scene-search .scene h2 .headding-en {
	font-size: 36px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
#index .scene-search .scene h2 .headding-ja {
	font-size: 18px;
}
#index .scene-search .scene ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .scene-search .scene ul li {
	width: 280px;
	display: table;
	margin: 0 0 30px;
}
#index .scene-search .scene ul li a {
	display: block;
}
#index .scene-search .scene ul li .img {
	width: 80px;
	display: table-cell;
}
#index .scene-search .scene ul li .img img {
	width: 100%;
	height: 56px;
	display: block;
}
#index .scene-search .scene ul li .label {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 16px;
	color: #595959;
}
/*条件を指定して探す*/
#index .scene-search .search {
	width: 600px;
}
#index .scene-search .search h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #1a1a1a;
}
#index .scene-search .search h2 .headding-en {
	font-size: 36px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
#index .scene-search .search h2 .headding-ja {
	font-size: 18px;
}
/********** 検索ボックス **********/
#index .scene-search .search .search-form {
	background: #f8f8f8;
	padding: 30px 24px;
}
/* キーワード */
#index .scene-search .search .input-keyword {
	margin: 0 0 30px;
}
#index .scene-search .search .input-keyword input {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
/* 価格 */
#index .scene-search .search .input-price {
	padding: 0 0 37px;
}
#index .scene-search .search .input-price select {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 5px;
	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: 150px;
	margin: 0 20px 25px 0;
	display: table;
}
#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: 132px;
	display: table-cell;
	color: #595959;
}
/* 検索する */
#index .scene-search .search .input-submit input {
	display: block;
	width: 100%;
	padding: 16px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	background: #dacfbd;
}
/*売れ筋ランキング*/
.fs-body-top .ranking {
	margin: 0 0 8vw;
}
.fs-body-top .ranking h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #1a1a1a;
}
.fs-body-top .ranking h2 .headding-en {
	font-size: 36px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
.fs-body-top .ranking h2 .headding-ja {
	font-size: 18px;
}
.fs-body-top .ranking ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fs-body-top .ranking ul li {
	width: 220px;
}
.fs-body-top .ranking ul li img {
	width: 100%;
}
.fs-body-top .ranking ul li a {
	color: #333333;
	pointer-events: none;
}
.fs-body-top .ranking ul li .thumb {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	min-height: 220px;
	position: relative;
}
.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: 25px;
	height: 41px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.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: 25px;
	height: 41px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.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: 25px;
	height: 41px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.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: 25px;
	height: 41px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.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: 25px;
	height: 41px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.fs-body-top .ranking ul li .name {
	font-size: 16px;
	margin: 0 0 5px;
}
.fs-body-top .ranking ul li .price-box {
	font-size: 12px;
	color: #999999;
}
/*新着商品*/
.fs-body-top .new_products {}
.fs-body-top .new_products h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #1a1a1a;
}
.fs-body-top .new_products h2 .headding-en {
	font-size: 36px;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
.fs-body-top .new_products h2 .headding-ja {
	font-size: 18px;
}
.fs-body-top .new_products ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fs-body-top .new_products ul li {
	width: 220px;
}
.fs-body-top .new_products ul li img {
	width: 100%;
}
.fs-body-top .new_products ul li a {
	color: #333333;
}
.fs-body-top .new_products ul li .thumb {
	margin: 0 0 10px;
	min-height: 220px;
}
.fs-body-top .new_products ul li .name {
	font-size: 16px;
	margin: 0 0 5px;
}
.fs-body-top .new_products ul li .price-box {
	font-size: 12px;
	color: #999999;
}
/*フッター商品カテゴリー*/
.fs-body-top #footer .f-category {
	display: none;
}