/* Minification failed. Returning unminified contents.
(6,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(979,32): run-time error CSS1046: Expect comma, found '0'
(979,36): run-time error CSS1046: Expect comma, found '/'
(1004,14): run-time error CSS1039: Token not allowed after unary operator: '-bs-blue'
(1012,14): run-time error CSS1039: Token not allowed after unary operator: '-bs-green'
 */
@charset "utf-8";
/**************************************************/
/*index*/
/**************************************************/
/*TOPページキャッチコピー　2020.02.26*/ :root {
	--bs-blue: #0d6efd;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-green: #198754;
	--bs-primary: #337ab7;
}
/*#top {margin-bottom: 850px}*/
#catch_d {
	min-width: 750px;
	background: #d00000;
	background: linear-gradient(335deg, rgba(149, 3, 3, 1) 0%, rgba(215, 88, 88, 1) 27%, rgba(208, 0, 0, 1) 65%, rgba(149, 3, 3, 1) 100%);
	margin: 0; /*2018年9月23日修正*/
}
#catch_d img {
	width: 100%;
	min-width: 100%;
}
#catch_d .catch-top {
	padding: 10px 0 10px 0;
	text-align: left;
	display: inline-block;
	margin-bottom: -10px;
	letter-spacing: 0.05em;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#catch_d .catch-txt01 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
	display: inline-block;
}
#catch_d .catch-txt01 span {
	font-size: 36px;
	padding: 0 0 0 10px;
}
#catch_d .catch-txt02 {
	font-size: 43px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
	letter-spacing: -0.01em;
	display: inline-block;
}
#catch_d .catch-txt02 span {
	font-size: 28px;
	padding: 0 0 0 5px;
}
#catch_d .catch-txt03 {
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.01em;
	display: inline-block;
	margin-bottom: 15px;
}
#catch_d .catch-txt03 span {
	font-size: 34px;
	padding: 0 0 0 5px;
}
#catch_d .catch-txt04 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 15px;
}
#catch_d .catch-wrap .lineMessage {
	margin: 0px 0px 20px 0px;
}
#catch_d .catch-wrap .lineMessage .stock-num {
	margin: 0px 10px 0px 0px;
	padding: 10px 15px;
	display: inline-block;
	background: #FFF;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #f98026;
}
#catch_d .catch-wrap .lineMessage .stock-num a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background: #f98026;
	border-bottom: 5px solid #b84c00;
	border-radius: 5px;
	transition: all 300ms 0s ease;
	vertical-align: middle;
}
#catch_d .catch-wrap .lineMessage .stock-num a:hover {
	margin-top: 3px;
	color: #fff;
	background: #f56500;
	border-bottom: 2px solid #b84c00;
}
#catch_d .catch-wrap .lineMessage .message {
	margin: 0px;
	padding: 10px 0;
	color: #FFF;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#catch_d .catch-wrap .lineMessage .message span {
	color: #FFEE00;
}
#catch_d .catch-wrap .lineMessage .message span.small {
	color: #FFF;
	font-size: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
	#catch_d .catch-txt03 {
		font-size: 60px;
	}
	#catch_d .catch-txt04 {
		font-size: 32px;
	}
}
.catch_maker {
	margin-bottom: 1%;
	margin-top: 1%;
}
/*新着情報&ブログ更新一覧*/
.bloginfo {
	margin: 4% auto 1% auto;
}
/*トップページ　カテゴリー別１位商品*/
.rankingtop-container .thumbnail .rank {
	position: absolute;
	width: 35px;
	height: 22px;
	background: url(https://www.direct-store.net/directimages/common/category/top/bg_crown.png) no-repeat;
	font-size: 10px;
	padding: 7px 3px 0 0;
	background-size: 70px 45px;
}
.rankingtop-category {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 8px 25px;
	color: black;
}
/*トップページ　人気・売れ筋ランキング　20220330*/
.rankingtop-container .multiple-item li {
	display: flex;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	position: relative;
	margin: 0 5px;
	text-align: center;
	flex-direction: column;
}
.rankingtop-container .multiple-item li .rank {
	width: 30px;
	height: 40px;
	padding: 0;
	font-weight: bold;
	color: #fff;
	min-height: 40px;
	background: #e5bd00;
	position: absolute;
	top: 0;
	left: 0;
	/*border-radius: 20px;*/
}
.rankingtop-container .multiple-item li .rank::before {
	position: absolute;
	bottom: 2px;
	content: '1';
	color: #fff;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 0);
}
	.rankingtop-container .multiple-item li .rank::after {
		position: absolute;
		top: 5px;
		content: "";
		background: url(https://www.direct-store.net/directimages/common/menu02/crown.svg);
		background-size: 14px auto;
		background-repeat: no-repeat;
		background-position: center top;
		left: 50%;
		transform: translate(-50%, 0);
		display: block;
		width: 40px;
		height: 40px;
	}
.rankingtop-container .multiple-item li .rank.r01 {
	background: #e5bd00;
}
.rankingtop-container .multiple-item li .rank.r01::before {
	content: '1';
}
.rankingtop-container .multiple-item li .rank.r02 {
	background: #969696;
}
.rankingtop-container .multiple-item li .rank.r02::before {
	content: '2';
}
.rankingtop-container .multiple-item li .rank.r03 {
	background: #966214;
}
.rankingtop-container .multiple-item li .rank.r03::before {
	content: '3';
}
.rankingtop-container .rankingtop-category {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 8px 35px;
	color: black;
	height: auto;
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.rankingtop-container .multiple-item li .caption {
	padding: 9px;
	color: #333;
}

.rankingtop-container .multiple-item li .rank-price {
	margin-top: auto;
}
.rankingtop-container .slick-track {
	display: flex !important;
}
.rankingtop-container .slick-slide {
	height: auto !important;
}
.rankingtop-container .slick-initialized .slick-slide {
	display: flex !important;
}
.rankingtop-container p.top-line-height5 {
	height: auto;
	/*overflow: visible;*/
	margin-bottom: 10px;
}
.rankingtop-container .rank-box {
	margin-top: 5px;
}
.rankingtop-container img {
	margin-bottom: 10px;
	flex-shrink: 0;
}
.rankingtop-container .rank-box a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
	.rankingtop-container .rank-box a:hover { /* 人気・売れ筋ランキング　商品の上部カテゴリー名 */
		/*color: #23527c;*/ /* 20250218 */
		color: #E11009; /* 20250218 */
		text-decoration: underline;
	}
.rankingtop-container p.rankingtop-productname {
	height: 3.75rem;
	word-break: break-all;
	font-size: 0.9rem;
}
.rankingtop-container a:hover p.rankingtop-productname {
	font-weight: bold;
	text-decoration: none;
}

.rankingtop-container a:hover .rank-price .price_offbox { /* 〇〇%OFF赤枠 トップページ　人気・売れ筋ランキング */
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.rankingtop-container a:hover .rank-price .price .txt span { /* \〇,〇〇〇 価格文字列 トップページ　人気・売れ筋ランキング */
	display: inline-block;
	text-decoration: none !important;
}
.rankingtop-container a:hover .rank-price .price .num span { /* \〇,〇〇〇 価格数値 トップページ　人気・売れ筋ランキング */
	display: inline-block;
	text-decoration: none;
}

.rankingtop-container a:hover p.txt {
	text-decoration: none;
}
.rankingtop-container a:hover p.num span {
	text-decoration:none;
}
.rankingtop-container a:hover img.rankingtop-productimg{
	max-width: 101%;
	width: 101%;
}
	/*　//終わりトップページ　人気・売れ筋ランキング　20220330*/
	/*特価商品*/
	.tokka-container .slick-initialized .slick-slide {
		display: flex !important;
	}
.tokka-container .slick-track {
	display: flex !important;
}
.tokka-container.multiple-item li {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	position: relative;
	height: auto !important;
}
.tokka-container.multiple-item li .caption {
	margin-top: auto;
}
/*特価商品 終わり*/
/*トップページ　商材カテゴリー*/
#makersearch_area {
	border-top: 1px solid #d0d0d0;
	background: #fee;
	margin: 0;
	padding: 2% 0;
}
.category_d {
	margin: 0 0 40px;
}
#categorylist-new {
	margin: 20px 0 0;
	background: #fff;
	padding: 0 0 20px;
}
#categorylist-new .h4 {
	margin: 0;
	background: #fee;
	font-weight: bold;
}
#categorylist-new .category-parent {
	padding: 0 0 0 0;
	height: 4em;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 0 0 10px;
}
#categorylist-new .category-parent img {
	margin-right: 10px;
}
#categorylist-new .category-secondary {
	position: relative;
	width: 100%;
	padding: 0 25px 8px 10px;
	border-left: 1px solid #ddd;
	margin: 0;
}
#categorylist-new .category-secondary a {
	line-height: 1.4;
	font-size: 13px;
	color: #222;
	word-break: break-all;
}
#categorylist-new .category-secondary .btn-category-open {
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#categorylist-new .category-secondary .btn-category-open span {
	width: 16px;
	height: 16px;
	background: #d00;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 5px));
}
#categorylist-new .category-secondary .btn-category-open.open span {
	background: #858585;
}
#categorylist-new .category-secondary .btn-category-open span:after {
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin: 2px 0 0;
	transform: translate(-50%, -50%);
}
#categorylist-new .list-unstyled {
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd;
	margin: 0 0 20px;
	font-size: 12px;
	display: none;
}
#categorylist-new .list-unstyled li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
}
#categorylist-new .category-parent a {
	color: #444;
}
#categorylist-new .btn-category-all {
	margin: 0 0 0 10px;
	font-size: 12px;
	text-align: center;
	background: #eee;
	padding: 5px 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
#categorylist-new .btn-category-all:hover {
	background: #ccc;
}
#categorylist-new .btn-category-all.open {
	font-size: 0;
}
#categorylist-new .btn-category-all.open:after {
	content: "カテゴリを隠す";
	text-align: center;
	font-size: 12px;
}
#categorylist-new .category-secondary:nth-of-type(n+6) {
	display: none;
}
/*トップページ　商材カテゴリー終わり*/
/*トップページ　取り扱いメーカー*/
#makerlist-new {
	margin: 20px 0 0;
	background: #fff;
	padding: 0 0 20px;
}
#makerlist-new .h4 {
	margin: 0;
	background: #fee;
	font-weight: bold;
}
#makerlist-new .maker-item {
	padding: 0 0 10px;
	padding: 0;
}
#makerlist-new .category-parent {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}
#makerlist-new .category-parent a {
	color: #444;
}
#makerlist-new .category-parent img {
	width: 150px;
	height: 20px;
}
#makerlist-new .maker-item:nth-child(9) .category-parent img {
	width: 50px;
	height: auto;
}
#makerlist-new .category-secondary {
	position: relative;
	width: 100%;
	padding: 0 25px 5px 0;
	margin: 0px;
}
#makerlist-new .category-secondary img {
	width: 80px;
	height: auto;
}
#makerlist-new .category-secondary a {
	line-height: 1.4;
	font-size: 13px;
	color: #222;
	word-break: break-all;
}
#makerlist-new .category-secondary .btn-category-open {
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#makerlist-new .category-secondary .btn-category-open span {
	width: 16px;
	height: 16px;
	background: #d00;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
}
#makerlist-new .category-secondary .btn-category-open.open span {
	background: #858585;
}
#makerlist-new .category-secondary .btn-category-open span:after {
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin: 2px 0 0;
	transform: translate(-50%, -50%);
}
#makerlist-new .list-unstyled {
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd;
	margin: 0 0 20px;
	font-size: 12px;
	display: none;
}
#makerlist-new .list-unstyled li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
}
#makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(3) img, #makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(6) img {
	width: 50px;
}
#makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(7) img, #makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(9) img, #makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(10) img, #makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(11) img {
	width: 70px;
}
#makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(12) img, #makerlist-new .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(13) img {
	width: 60px;
}
#categorylist-new2 {
	margin: 20px 0 0;
	background: #fff;
	padding: 0 0 20px;
}
#categorylist-new2 .h4 {
	margin: 0;
	font-weight: bold;
}
#categorylist-new2 .category-parent a {
	padding: 0 10px 0 0;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.05em;
	border-bottom: 2px solid #ddd;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 0 0 10px;
	background: #f6f6f6;
	color: #444;
}
#categorylist-new2 .category-secondary a span, #makerlist-new2 .category-secondary a span, #categorylist-new2 .category-parent a span {
	color: #198754;
	display: inline-block;
	margin-left: 5px;
	font-size: 85%;
}
#makerlist-new2 ul li a, #categorylist-new2 ul li a {
	color: #000;
}
#makerlist-new2 ul li a span, #categorylist-new2 ul li a span {
	color: #198754;
}
#categorylist-new2 .category-secondary {
	position: relative;
	width: 100%;
	padding: 0 25px 4px 10px;
	border-left: 1px solid #ddd;
	margin: 0;
}
#categorylist-new2 .category-secondary a {
	line-height: 1.8;
	font-size: 13px;
	color: #222;
	word-break: break-all;
}
#categorylist-new2 .category-secondary .btn-category-open {
	width: 20px;
	height: 100%;
	position: absolute;
	right: 2px;
	top: 0;
	cursor: pointer;
}
#categorylist-new2 .category-secondary .btn-category-open span {
	width: 16px;
	height: 16px;
	background: #d00;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 5px));
}
#categorylist-new2 .category-secondary .btn-category-open.open span {
	background: #858585;
}
#categorylist-new2 .category-secondary .btn-category-open span:after {
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin: 2px 0 0;
	transform: translate(-50%, -50%);
}
#categorylist-new2 .list-unstyled {
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd;
	margin: 0 0 20px;
	font-size: 12px;
	display: none;
}
#categorylist-new2 .list-unstyled li {
	margin: 0 0 10px;
	padding: 0 0 0 1em;
}

#categorylist-new2 .btn-category-all {
	margin: 5px 0 0 10px;
	font-size: 12px;
	text-align: center;
	background: #eee;
	padding: 5px 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
#categorylist-new2 .btn-category-all:hover {
	background: #ccc;
}
#categorylist-new2 .btn-category-all.open {
	font-size: 0;
}
#categorylist-new2 .btn-category-all.open:after {
	content: "カテゴリを隠す";
	text-align: center;
	font-size: 12px;
}
#categorylist-new2 .category-secondary:nth-of-type(n+6) {
	display: none;
}
#makerlist-new2 {
	margin: 20px 0 0;
	background: #fff;
	padding: 0 0 20px;
}
#makerlist-new2 .h4 {
	margin: 0;
	font-weight: bold;
}
#makerlist-new2 .maker-item {
	padding: 0 0 10px;
	padding: 0;
}
#makerlist-new2 .category-parent a {
	padding: 10px 0 10px 15px;
	margin: 0 0 10px;
	color: #444;
	width: 100%;
	display: block;
	background: #f6f6f6;
	border-bottom: 2px solid #ddd;
	letter-spacing: 0;
}
#makerlist-new2 .category-parent span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
#makerlist-new2 .category-parent img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 18px;
}
#makerlist-new2 .category-secondary {
	position: relative;
	width: 100%;
	padding: 0 25px 8px 10px;
	margin: 0;
}
#makerlist-new2 .row-eq-height > .col-md-3.col-xs-6 {
	border-left: 1px solid #ddd;
}
#makerlist-new2 .category-secondary img {
	width: 80px;
	height: auto;
}
#makerlist-new2 .category-secondary a {
	line-height: 1.4;
	font-size: 13px;
	color: #222;
	word-break: break-all;
}
#makerlist-new2 .category-secondary .btn-category-open {
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#makerlist-new2 .category-secondary .btn-category-open span {
	width: 16px;
	height: 16px;
	background: #d00;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
}
#makerlist-new2 .category-secondary .btn-category-open.open span {
	background: #858585;
}
#makerlist-new2 .category-secondary .btn-category-open span:after {
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin: 2px 0 0;
	transform: translate(-50%, -50%);
}
#makerlist-new2 .list-unstyled {
	padding: 0 0 0 10px;
	/*border-left: 1px solid #ddd;*/
	margin: 5px 0 20px 20px;
	font-size: 13px;
	display: none;
}
#makerlist-new2 .list-unstyled li {
	margin: 0 0 8px;
	padding: 0 0 0 0;
	list-style: disc;
}
#makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(3) img, #makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(6) img {
	width: 50px;
}
#makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(7) img, #makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(9) img, #makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(10) img, #makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(11) img {
	width: 70px;
}
#makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(12) img, #makerlist-new2 .maker-item:nth-child(9) .row-eq-height .col-md-3:nth-child(13) img {
	width: 60px;
}
/*トップページ　取り扱いメーカー終わり*/
/*トップページ　新着情報*/
#d_news {
	margin: 4% 0 6% 0;
	padding: 0;
	overflow: hidden;
}
#d_news dt {
	background: #d00000;
	padding: 3px 0px 3px 0px;
	margin: 0 0 12px 0;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: normal;
}
#d_news dt a {
	color: #ffffff;
}
#d_news dd {
	padding: 0 0 0 130px;
	margin: 0 0 18px 0;
	line-height: 160%;
}
/*トップページ　新着情報終わり*/
/**************************************************/
/*在庫商品一覧ページ*/
/**************************************************/
/*------------------------------------------
 *	現在の受注状況
------------------------------------------*/
.sec-order {
	margin: -65px 0 40px;
}
.sec-order .cw {
	overflow-x: auto !important;
}
.sec-order .table-responsive {
	/*border: none;*/
	padding: 0;
	height: 666px;
	min-height: 666px;
	border: none;
}
.sec-order .tbl-order-container {
	width: 960px;
}
.sec-order .tbl-ttl {
	width: 100%;
	background: #f0faff;
	display: table;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
	height: auto;
}
.sec-order .tbl-ttl th {
	display: table-cell;
	font-size: 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.sec-order .tbl-ttl th p {
	margin: 0 0;
}
.sec-order .tbl-ttl th:nth-child(1), .sec-order .tbl-order .tbl-order-contents p:nth-child(1) {
	width: 17%;
}
.sec-order .tbl-ttl th:nth-child(2), .sec-order .tbl-order .tbl-order-contents p:nth-child(2) {
	width: 9%;
}
.sec-order .tbl-ttl th:nth-child(3), .sec-order .tbl-order .tbl-order-contents p:nth-child(3) {
	width: 39%;
}
.sec-order .tbl-ttl th:nth-child(4), .sec-order .tbl-order .tbl-order-contents p:nth-child(4) {
	width: 15%;
}
.sec-order .tbl-ttl th:nth-child(5), .sec-order .tbl-order .tbl-order-contents p:nth-child(5) {
	width: 20%;
}
.sec-order .tbl-order {
	height: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden !important;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.sec-order .tbl-order .tbl-order-contents {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ddd;
	height: 135px;
	vertical-align: middle;
	box-sizing: border-box;
	max-height: 135px;
}
.sec-order .tbl-order .tbl-order-js {
	position: absolute;
	left: 0;
	top: 0;
	/*overflow: hidden;*/
}
.sec-order .tbl-order .tbl-order-contents p {
	font-size: 1.4rem;
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}
.sec-order .tbl-order .tbl-order-contents p img {
	width: 100%;
	height: auto;
}
.sec-order .tbl-order .tbl-order-contents p:last-child {
	border-right: #fff;
}
.sec-order .tbl-order .tbl-order-contents p a {
	color: #008cd6;
	text-decoration: underline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.sec-order .tbl-order .tbl-order-contents p a:hover {
	text-decoration: none;
}
.sec-order .tbl-order .tbl-order-contents p:nth-child(1) {
	text-align: center;
	line-height: 1.4;
}
.sec-order .tbl-order .tbl-order-contents p:nth-child(2) {
	text-align: center;
}
.sec-order .tbl-order .tbl-order-contents p:nth-child(3) {
	line-height: 1.4;
	word-break: break-all;
}
.sec-order .tbl-order .tbl-order-contents p:nth-child(4) {
	text-align: center;
}
.sec-order .tbl-order .tbl-order-contents p:nth-child(5) {
	text-align: center;
}
/* トップのスライダー　20220722 */
/*ヘッダー下取り扱いメーカースライド*/
#makerlist-header.makerlist-header {
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	background: #fee;
}
#makerlist-header.makerlist-header > .container {
	position: relative;
}
#makerlist-header.makerlist-header img {
	min-height: 10px;
	max-height: 13px;
	height: auto;
	width: 100%;
	min-width: 45px;
	display: inline-block;
}
#makerlist-header.makerlist-header .makerlist-maker.maker31 img {
	max-height: 26px;
}
#makerlist-header .makerlist-header-h2 {
	font-size: 13px;
	display: inline-block;
	margin: 10px auto;
	white-space: nowrap;
	width: 100px;
}
#makerlist-header .makerlist-header-h3 {
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px 10px;
	margin: 5px 0 0 5px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
	line-height: 25px;
	min-height: auto;
	display: flex;
	color: #337ab7;
	height: 37.5px;
}
#makerlist-header .makerlist-header-h3 a {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-appearance: none;
	color: #337ab7;
}
#makerlist-header .makerlist-header-h3 span {
	margin-left: 8px;
	display: flex;
	font-weight: bold;
	white-space: nowrap;
	flex-direction: column;
	padding: 0;
	align-items: flex-start;
}
#makerlist-header .makerlist-header-h3 a.color-blue {
	color: var(--bs-blue);
	font-size: 11px;
	padding: 0;
	line-height: 1.2em;
	-webkit-appearance: none;
	font-weight: bold;
}
#makerlist-header .makerlist-header-h3 a.color-green {
	color: var(--bs-green);
	font-size: 11px;
	padding: 0;
	line-height: 1.2em;
	-webkit-appearance: none;
	font-weight: bold;
}
#makerlist-header .makerlist-list {
	display: flex;
	width: 100%;
	overflow: hidden;
	float: right;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}
#makerlist-header .makerlist-maker {
	padding: 0 8px;
	list-style: none;
	width: auto;
}
#makerlist-header .makerlist-maker > a {
	padding: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	white-space: nowrap;
	line-height: 1.2em;
}
#makerlist-header.makerlist-header .slick-arrow {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	position: absolute;
}
#makerlist-header.makerlist-header .slick-arrow.prev-arrow {}
#makerlist-header.makerlist-header .slick-arrow.next-arrow {}
#makerlist-header.makerlist-header .slick-nav-arrows {
	height: 16px;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}

#makerlist-header.makerlist-header .slick-next {
	right: 0;
}
#makerlist-header.makerlist-header .slick-prev {
	left: 0;
}
#makerlist-header.makerlist-header .slick-next, #makerlist-header.makerlist-header .slick-prev {
	z-index: 100;
}
#makerlist-header.makerlist-header .slick-prev.slick-disabled:before, #makerlist-header.makerlist-header .slick-next.slick-disabled:before {
	opacity: .25;
}
#makerlist-header.makerlist-header .slick-next:before, #makerlist-header.makerlist-header .slick-prev:before {
	font-size: 14px;
}
#makerlist-header.makerlist-header .slick-slider {
	/* padding-left: 30px;
  padding-right: 30px;*/
}
@media (min-width: 992px) and (max-width: 1536px) {
	#makerlist-header.makerlist-header > .container {
		width: calc(100% - 320px);
		margin: 0 0 0 auto;
	}
}
@media (min-width:891px) and (max-width:991px) {
	#makerlist-header.makerlist-header > .container {
		width: calc(100% - 320px);
		margin: 0 0 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 890px) {
	#makerlist-header.makerlist-header > .container {
		width: 100%;
	}
}
/*在庫商品*/
.stock-group-container {
	display: flex !important;
	flex-wrap: wrap;
}
.stock-group-container .stock-group-container-li {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 4px;
	margin: 0 5px 20px 5px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	position: relative;
	height: auto !important;
	width: calc(16.66666667% - 10px);
	font-size: 14px;
}
.stock-group-container .stock-group-container-li .caption {
	margin-top: auto;
}
.stock-group-container-li.col-md-2 {
	width: calc(16.66666667% - 10px);
}
.stock-group-container-li .caption .label {
	margin: 0 0 5px;
	display: inline-block;
}
.stock-group-container-li .caption .ranking-mlogo {
	margin: 0 0
}
@media (max-width:991px) {
	.stock-group-container-li.col-sm-3 {
		width: calc(25% - 10px);
	}
}
/*関連商品 終わり*/
/*在庫*/
#categorylist-new2 .col-md-3:nth-child(1) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_toilet.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(2) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_washlet.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(3) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_functionpart.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(4) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_heater.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(5) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_water.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(6) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_rangefood.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(7) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_fan.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(8) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_electric.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(9) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_bath.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(10) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_dressing.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(11) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_built.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(12) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_ih.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
#categorylist-new2 .col-md-3:nth-child(13) .category-parent > a:before {
	content: "";
	display: inline-block;
	background: url(https://www.direct-store.net/directimages/category/categoryitem/ico_accessory.png) #fff 0 center no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 10px;
}
/*stock バナー*/
#stock.bnr-stock-blog {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
	flex-wrap: wrap;
}
#stock.direct_stock_top {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
h1#stock {
	font-weight: bold;
	width: 100%;
}
.pagination-container {
	text-align: center;
	margin: 0 0 -45px;
}
#stock.direct_stock {
	background: rgb(25, 135, 84);
	background: linear-gradient(99deg, rgba(45, 146, 99, 1) 0%, rgba(25, 135, 84, 1) 51%, rgba(45, 146, 99, 1) 100%);
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	display: block;
	outline: 1px solid #FFFFFF;
	outline-offset: -5px;
	position: relative;
	width: 100%;
}
#stock.direct_stock .direct_stock_txt01 {
	font-size: 18px;
	display: block;
}
#stock.direct_stock .direct_stock_txt02 {
	font-size: 26px;
	display: inline-block;
	margin-top: 35px;
	width: 100%;
}
#stock.direct_stock .direct_stock_txt03 {
	font-size: 33px;
	display: inline-block;
	margin-top: 15px;
}
	#stock.direct_stock:after {
		content: "";
		position: absolute;
		background: url(https://www.direct-store.net/directimages/common/img_ranking_logo.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 60px;
		height: 50px;
		display: inline-block;
		right: 1%;
		bottom: 5%;
	}
/*stockファイルより移動*/
.sec-stock .kind-link-stock {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	list-style: none;
	padding: 0;
}
.multiple-item-stocklist .slick-slide {
	margin: 0 5px;
	padding: 0;
}
.multiple-item-stocklist .slick-prev, .multiple-item-stocklist .slick-next {
	z-index: 999;
}
.multiple-item-stocklist .slick-next {
	right: -11px;
}
.multiple-item-stocklist .slick-prev {
	left: -11px;
}

