/* Y'S GEAR : db-list_dx.css */


@import "promotion.css";


/*======================================================================*
 *  [ promotionArea | プロモーションエリア ]
 *======================================================================*/

.promotionArea {
	position: relative;
	margin: 0;
}


/*======================================================================*
 *  [ modelCode | 機種コード ]
 *======================================================================*/

.modelCode {
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px;
	box-sizing: border-box;
	background: #e6e6e6;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.modelCode h2, 
.modelCode ul {
	display: table-cell;
}

.modelCode h2 {
	width: 6em;
	font-weight: normal;
	white-space: nowrap;
}
.modelCode h2:after {
	content: "：";
}

.modelCode li {
	display: inline-block;
	list-style-type: none;
}
.modelCode li:after {
	content: " /";
}


/*======================================================================*
 *  [ featuresMap | フィーチャーズマップ ] 2021/05 削除
 *======================================================================*/

.featuresMap {
	margin: 0 0 40px 0;
}
.featuresMap section {
	box-sizing: border-box;
}
.featuresMap section img {
	width: 100%;
	margin: 0 0 10px 0;
}

.featuresMap h2 {
	margin: 0 0 10px 0;
	color: #606060;
	font-family: 'Lato', sans-serif;
	/* font-family: Verdana; */
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
}

.featuresMap ul {
	border-top: 1px solid #919191;
}
.featuresMap li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0 5px 0 25px;
	line-height: 1.6;
}
.featuresMap li span {
	display: inline-block;
	width: 20px;
	margin: 0 5px 0 -25px;
	padding: 5px 0;
	background: #b4b4b4;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

/* [ 1カラムの場合 ] */
.featuresMap.column1 > section {
	margin: 0 0 40px 0;
	border-bottom: 4px solid #919191;
}
.featuresMap.column1 .featuresMapInner {
	display: table;
	width: 100%;
}
.featuresMap.column1 .featuresMapInner div, 
.featuresMap.column1 .featuresMapInner section {
	display: table-cell;
	vertical-align: middle;
}
.featuresMap.column1 .featuresMapInner div {
	text-align: center;
}
.featuresMap.column1 img {
	max-width: 550px;
}
.featuresMap.column1 section section {
	width: 260px;
	padding: 0 0 0 10px;
}
.featuresMap.column1 h3 {
	margin: 0 0 20px 0;
	color: #606060;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Lato', sans-serif;
	/* font-family: Verdana; */
	font-weight: normal;
	line-height: 1.2;
}
.featuresMap.column1 ul {
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
}

/* [ 2カラムの場合 ] */
.featuresMap.column2 ul {
	width: 50%;
	float: left;
}
.featuresMap.column2 section {
	display: table-cell;
	position: relative;
	width: 50%;
	padding: 0 0 4px 0;
	border-right: 5px solid transparent;
}
.featuresMap.column2 section:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #919191;
	content: "";
}
.featuresMap.column2 section + section {
	border-right: none;
	border-left: 5px solid transparent;
}


/*======================================================================*
 *  [ recommendStyle | おすすめスタイル ] 2021/05 追加
 *======================================================================*/

.recommendStyle {
	margin: 0 0 40px 0;
	border: 2px solid;
}
.recommendStyle * {
	box-sizing: border-box;
}

.recommendStyle h2 {
	margin: 0;
	padding: 5px 20px 10px 20px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.24;
}
.recommendStyle h2 span {
	margin-right: 5px;
}
.recommendStyle h2 b {
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
}

.recommendStyleInner {
	display: flex;
}
.recommendStyleInner > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58%;
	padding: 15px 8px;
}
.recommendStyleInner > div {
	width: 42%;
	padding: 15px 10px;
}

.recommendStyleInner .head {
	display: table;
	width: 100%;
	text-align: center;
}
.recommendStyleInner .head p {
	display: table-cell;
	padding: 10px 5px;
	background: #626262;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: middle;
}
.recommendStyleInner .head > *:first-child {
	width: calc(59% - 10px);
	border-right: 10px solid #efefef;
}
.recommendStyleInner .head > *:last-child {
	width: 41%;
	min-width: 110px;
}
.recommendStyleInner .head span {
	display: inline-block;
}

.recommendStyleInner ul {
	list-style: none;
}
.recommendStyleInner li {
	margin-top: 10px;
}
.recommendStyleInner li > * {
	display: table;
	width: 100%;
	color: #000;
}
.recommendStyleInner li .item {
	display: table;
	width: 100%;
	border-right: 10px solid #efefef;
	background: #fff;
	font-weight: bold;
	min-height: calc(1.4rem * 2.8 + 10px);
}
.recommendStyleInner li .item > * {
	display: table-cell;
	vertical-align: middle;
}
.recommendStyleInner li .item span {
	width: 25px;
	background: #b4b4b4;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.recommendStyleInner li .item b {
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.recommendStyleInner li .price {
	display: table-cell;
	width: 41%;
	min-width: 110px;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}
.recommendStyleInner li .price span {
	display: inline-block;
	margin-right: -5px;
	font-size: 13px;
	font-size: 1.3rem;
}

.recommendStyleInner .total {
	margin-top: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
.recommendStyleInner .total * {
	display: inline-block;
	color: #000;
}
.recommendStyleInner .total span {
	font-size: 13px;
	font-size: 1.3rem;
}
.recommendStyleInner .total b {
	font-size: 24px;
	font-size: 2.4rem;
}
.recommendStyleInner .total b span {
	font-size: 18px;
	font-size: 1.8rem;
}


/*======================================================================*
 *  [ recommendBest | おすすめする商品 BEST 5 !! ]
 *======================================================================*/

.recommendBest {
	margin: 0 0 40px 0;
	border: 2px solid;
}

.recommendBest h2 {
	margin: 0;
	padding: 5px 20px 10px 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.recommendBest h2 em {
	display: inline-block;
	margin: 0 5px;
	font-size: 24px;
	font-size: 2.4rem;
}

.recommendBestInner {
	padding: 20px;
}
.recommendBest .item {
	padding: 0 10px;
}
.recommendBest .item a {
	display: block;
	position: relative;
	max-width: 122px;
	padding: 0 0 0 30px;
}
.recommendBest .item em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
}
.recommendBest .item img {
	border: 1px solid #9e9e9e;
}
.recommendBest .item p {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.recommendBest .item p span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
.recommendBest .item p span:before {
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid;
	content: "";
}

/* [ buttons ] ここ細かく調整する */
.recommendBest .owl-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -75px 0 0 0;
	line-height: 0;
}
.recommendBest .owl-buttons div {
	position: absolute;
	width: 20px;
	height: 150px;
}
.recommendBest .owl-buttons .owl-prev {
	left: -20px;
}
.recommendBest .owl-buttons .owl-next {
	right: -20px;
}
.recommendBest .owl-buttons div:before, 
.recommendBest .owl-buttons div:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 0;
	height: 15px;
	border-left: 1px solid #666;
	content: "";
}
.recommendBest .owl-buttons .owl-prev:before {
	left: 9px;
	margin: -13px 0 0 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.recommendBest .owl-buttons .owl-prev:after {
	left: 9px;
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.recommendBest .owl-buttons .owl-next:before {
	right: 9px;
	margin: -13px 0 0 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.recommendBest .owl-buttons .owl-next:after {
	right: 9px;
	-webkit-transform: rotate(-150deg);
	transform: rotate(-150deg);
}

/* [ preloading ] */
.recommendBest .owl-item.loading {
	min-height: 120px;
	background: url(/shared/js/plugin/owl-carousel/ajax-loader.gif) no-repeat center center;
}


/*======================================================================*
 *  [ outsideNote | 社外品ご注意 ]
 *======================================================================*/

.outsideNote {
	margin-bottom: 40px;
}
.outsideNote input {
	display: none;
}

/* [ 見出し ] */
.outsideNote label {
	display: block;
	position: relative;
	padding: 20px 66px 20px 20px;
	background: #999;
	color: #fff;
	cursor: pointer;
}
.outsideNote label h2, 
.outsideNote label p {
	display: inline-block;
	margin: 0 20px 0 0;
	line-height: 1.2;
	vertical-align: middle;
}
.outsideNote label h2 {
	font-size: 2rem;
}
.outsideNote label p {
	margin-top: 5px;
	font-size: 1.4rem;
}
.outsideNote label span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 100%;
	background: #5C5C5C;
}
.outsideNote label span::before, 
.outsideNote label span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	background: #fff;
	content: "";
}
.outsideNote label span::before{
	transform: translate(-50%);
}
.outsideNote label span::after {
	transform: translate(-50%) rotate(90deg);
}

/* [ 中身 ] */
.outsideNote .inner {
	padding: 20px;
	border: 5px solid #999;
	border-top: none;
	box-sizing: border-box;
	overflow: hidden;
	transition: all ease .3s;
}
.outsideNote .inner p {
	font-size: 1.6rem;
	line-height: 1.4;
}
.outsideNote .inner p + p {
	margin-top: 15px;
}

/* [ アコーディオン ] */
.outsideNote input[type="checkbox"]:checked ~ label span::after {
	display: none;
}
.outsideNote input[type="checkbox"]:not(:checked) ~ .inner {
	height: 0px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}


/*======================================================================*
 *  [ outsideSearch | 社外品検索 ]
 *======================================================================*/

.outsideSearch {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding: 10px;
	background: #eee;
}

/* [ 見出し ] */
.outsideSearch h2 {
	width: 25%;
	min-width: 7em;
	padding-right: 10px;
	font-size: 1.8rem;
	text-align: center;
}
.outsideSearch h2 span {
	display: inline-block;
}

/* [ 中身 ] */
.outsideSearch .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex: 1;
	padding: 15px;
	background: #fff;
	font-size: 1.6rem;
}
.outsideSearch .inner form {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
}
.outsideSearch .inner form > * {
	min-width: 27%;
	max-width: 33%;
}
.outsideSearch .inner select, 
.outsideSearch .inner option {
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	font-size: 1.6rem;
}
.outsideSearch .inner select {
	display: block;
	padding: 14px 30px 14px 10px;
	border: 1px solid #707070;
	border-radius: 0;
	background: url(../img/db-list_dx/icon_select.svg) right 10px center no-repeat #fff;
}
.outsideSearch .inner .error {
	order: 1;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #ff0000;
}
.outsideSearch .inner button {
	padding: 15px;
	border: none;
	background: #4F4F4F;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
}
.outsideSearch .inner .help {
	display: flex;
	align-items: center;
}
.outsideSearch .inner .help a {
	display: inline-block;
	text-decoration: underline;
}
.outsideSearch .inner .help a:link, 
.outsideSearch .inner .help a:visited {
	color: #333;
}
.outsideSearch .inner .help a:hover, 
.outsideSearch .inner .help a:active {
	text-decoration: none;
}
.outsideSearch .inner .help a::before {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #7f7f7f;
	color: #fff;
	line-height: 18px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
	content: "?";
	
}


/*======================================================================*
 *  [ productLineup | 商品一覧共通 ] 2023/11 記載位置移動＆追記
 *======================================================================*/


/* [ 切替ボタン ] */
.switchingButton {
	float: right;
	margin: -31px 0 5px auto;
}
.switchingButton li {
	float: left;
	list-style-type: none;
	width: 84px;
}
.switchingButton li + li {
	margin: 0 0 0 -1px;
}
.switchingButton span, 
.switchingButton a {
	display: block;
	padding: 6px 0;
	border: 1px solid #a5a5a5;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
.switchingButton span {
	color: #fff;
}
.switchingButton a {
	background: #f4f4f4;
	color: #8f8f8f;
}
.switchingButton span:before, 
.switchingButton a:before {
	margin: 0 2px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	content: "▼";
}

/* [ ボタン ] */
.cartButton, 
.wishButton {
	display: none;
	position: absolute;
	top: 2px;
	width: 24px;
	height: 24px;
	border: none;
	background: none;
	cursor: pointer;
}
.productLineup section li:hover .cartButton, 
.productLineup section li:hover .wishButton, 
.productLineup2 section li:hover .cartButton, 
.productLineup2 section li:hover .wishButton { display: block; }
.cartButton::before, 
.wishButton::before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
.cartButton {
	background: #e95900;
}
.cartButton::before { background-image: url(/shared/svg/wishlist/icon_cart_white.svg); }
.wishButton {
	background: #71af2d;
}
.wishButton::before { background-image: url(/shared/svg/wishlist/icon_wish_white.svg); }

/* [ iconNew | NEWアイコン ] */
.iconNew {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.iconNew strong {
	display: block;
	width: 45px;
	height: 45px;
	background-size: 100% 100%;
}
.iconNew.new {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2MxNTMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2MxNTMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjY2MxNTMzIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(204,21,51,1) 0%, rgba(204,21,51,1) 50%, rgba(204,21,51,0) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(204,21,51,1)), color-stop(50%,rgba(204,21,51,1)), color-stop(51%,rgba(204,21,51,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(204,21,51,1) 0%,rgba(204,21,51,1) 50%,rgba(204,21,51,0) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(204,21,51,1) 0%,rgba(204,21,51,1) 50%,rgba(204,21,51,0) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(204,21,51,1) 0%,rgba(204,21,51,1) 50%,rgba(204,21,51,0) 51%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(204,21,51,1) 0%,rgba(204,21,51,1) 50%,rgba(204,21,51,0) 51%); /* W3C */
}
.iconNew.new strong { background-image: url(/shared/img/db-list/icon_new.png); }
.iconNew.color {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2VhYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2VhYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjY2VhYTAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(206,170,0,1) 0%, rgba(206,170,0,1) 50%, rgba(206,170,0,0) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,170,0,1)), color-stop(50%,rgba(206,170,0,1)), color-stop(51%,rgba(206,170,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(206,170,0,1) 0%,rgba(206,170,0,1) 50%,rgba(206,170,0,0) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(206,170,0,1) 0%,rgba(206,170,0,1) 50%,rgba(206,170,0,0) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(206,170,0,1) 0%,rgba(206,170,0,1) 50%,rgba(206,170,0,0) 51%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(206,170,0,1) 0%,rgba(206,170,0,1) 50%,rgba(206,170,0,0) 51%); /* W3C */
}
.iconNew.color strong { background-image: url(/shared/img/db-list/icon_color.png); }

/* [ iconOut | 社外品アイコン ] 2023.11 追記 */
.iconOut {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 73px;
	height: 73px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	clip-path: polygon(45px 0, 100% 0, 0 100%, 0 45px);
	z-index: 1;
}
.iconOut strong {
	display: block;
	width: 73px;
	height: 73px;
	background-size: 100% 100%;
}
.iconOut.out {
	background: #888888;
}
.iconOut.out strong { background-image: url(/shared/img/db-list/icon_out.png); }

/* [ iconState | ステータスアイコン ] */
.iconState {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}
.iconState span {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid;
	border-radius: 3px;
	font-size: 11px;
	font-size: 1.1rem;
}
.iconState .stock, 
.iconState .order, 
.iconState .reserve { color: #cc1533; }
.iconState .stock:before, 
.iconState .order:before, 
.iconState .reserve:before {
	display: inline-block;
	margin: -3px 2px -2px 0;
	content: url(/shared/svg/db-list/icon_cart.svg);
	vertical-align: middle;
}
.iconState .inquiry, 
.iconState .soldout, 
.iconState .end 	{ background: #e4e4e4; color: #666; }


/*======================================================================*
 *  [ productLineup | 商品一覧 ]
 *======================================================================*/

.productLineup {
	margin: 0 0 40px 0;
}

.productLineup h2 {
	margin: 0 0 5px 0;
	color: #606060;
	border-bottom: 1px solid #a5a5a5;
	font-family: 'Lato', sans-serif;
	/* font-family: Verdana; */
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: .8;
}

/* [ 共通 ] */
.productLineup section .category, 
.productLineup section li {
	float: left;
	width: 12.5%;
	padding: 1px;
	box-sizing: border-box;
}
.productLineup section h3, 
.productLineup section li a {
	display: block;
	position: relative;
	padding: 100% 0 0 0;
	overflow: hidden;
}
.productLineup section h3 span, 
.productLineup section li img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* [ カテゴリ名 ] */
.productLineup section .category {
	margin: 0 5px 0 0;
}
.productLineup section h3 span {
	top: 50%;
	margin: -.5em 0 0 0;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:
		Verdana, 
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: normal;
	text-align: center;
}

/* [ 商品 ] */
.productLineup section li {
	position: relative;
	list-style-type: none;
}
.productLineup section li:first-child {
	margin: 0 0 0 -5px;
}
.productLineup section li a {
	color: #fff;
}
.productLineup section li img {
	top: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.productLineup section li:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.productLineup section li p {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	padding: 5px;
	background: rgba(0,0,0,.5);
	line-height: 1.2;
}
.productLineup section li.noImage p {
	background: none;
}
.productLineup section li:hover a p, 
.productLineup section li a:hover p {
	background: rgba(255,255,255,.5);
}

/* [ ボタン ] */
.productLineup section li .cartButton, 
.productLineup section li .wishButton {
	top: 2px;
}
.productLineup section li .cartButton {
	right: 31px;
}
.productLineup section li .wishButton {
	right: 2px;
}


/*======================================================================*
 *  [ productLineup2 | 商品一覧 ] 2023/11 追記
 *======================================================================*/

.productLineup2 {
	margin: 0 0 40px 0;
}

.productLineup2 h2 {
	margin: 0 0 5px 0;
	color: #606060;
	border-bottom: 1px solid #a5a5a5;
	font-family: 'Lato', sans-serif;
	/* font-family: Verdana; */
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: .8;
}

/* [ カテゴリ名 ] */
.productLineup2 section {
	margin: 0 0 20px 0;
}
.productLineup2 section h3 {
	padding: 10px;
	text-align: center;
}
.productLineup2 section h3 span {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:
		Verdana, 
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: normal;
	text-align: center;
}

/* [ 商品 ] */
.productLineup2 section ul {
	display: flex;
	flex-wrap: wrap;
}
.productLineup2 section li {
	display: flex;
	position: relative;
	list-style-type: none;
	margin: 4px 0 0 4px;
	width: calc(16.66% - 3.33px);
}
.productLineup2 section li:nth-child(6n+1) {
	margin-left: 0;
	
}
.productLineup2 section li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 10px calc(1.2em + 20px) 10px;
	border: 1px solid #bfc0c0;
	box-sizing: border-box;
}
.productLineup2 section li a div {
	margin: 10px 0 0 0;
}

/* [ ボタン ] */
.productLineup2 section li .cartButton, 
.productLineup2 section li .wishButton {
	top: 1px;
}
.productLineup2 section li .cartButton {
	right: 30px;
}
.productLineup2 section li .wishButton {
	right: 1px;
}

/* [ maker | メーカー ] */
.productLineup2 section li .maker {
	margin: 0 0 10px 0;
	color: #AAA;
	font-size: 1px;
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
}

/* [ name | 商品名 ] */
.productLineup2 section li .name {
	line-height: 1.2;
}

/* [ price | 価格 ] */
.productLineup2 section li .price {
	position: absolute;
	bottom: 10px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}
.productLineup2 section li .price span {
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}


/*======================================================================*
 *  [ factoryOption | 工場オプション ]
 *======================================================================*/

.factoryOption {
	margin: 0 0 40px 0;
	color: #4d4d4d;
}
.factoryOption > p {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.factoryOptionInner {
	padding: 20px;
	background: #e6e6e6;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.factoryOption h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.factoryOption sup {
	font-size: 10px;
	font-size: 1rem;
}

.factoryOption ul li {
	display: inline-block;
	list-style-type: none;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0 0 0 1em;
}
.factoryOption ul li:before {
	display: inline-block;
	margin: 0 0 0 -1em;
	content: "・";
}

.factoryOption ol {
	margin: 15px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.factoryOption ol li {
	list-style-type: none;
	padding: 0 0 0 2em;
	text-indent: -2em;
}


/*======================================================================*
 *  [ dbListDxWrap aside | マニュアル・特集リンク・関連リンク ]
 *======================================================================*/

.dbListDxWrap aside {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.dbListDxWrap aside h2 {
	margin: 0 0 5px 0;
	color: #606060;
	border-bottom: 1px solid #a5a5a5;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: .8;
}
.dbListDxWrap aside li {
	list-style-type: none;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}
.dbListDxWrap aside li a, 
.dbListDxWrap aside img {
	display: block;
}


/*======================================================================*
 *  [ outsideLink | 社外品リンク ] 2023/11 追記
 *======================================================================*/

.outsideLink a {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}


/*======================================================================*
 *  [ manualLink | マニュアルリンク ]
 *======================================================================*/

.manualLink a {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}


/*======================================================================*
 *  [ relatedLinks | 関連リンク ]
 *======================================================================*/

.relatedLinks ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.relatedLinks li {
	width: 25%;
	padding: 0 15px;
}
:root .relatedLinks li { /* [ IE9 ] */
	float: left\0/;
}
.relatedLinks li a {
	max-width: 300px;
	margin: 0 auto;
}
.relatedLinks li img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.relatedLinks li p {
	margin: 5px 0 0 0;
	font-weight: bold;
	line-height: 1.1;
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	/*==================================================================*
	 *  [ featuresMap | フィーチャーズマップ ] 
	 *==================================================================*/
		
	.featuresMap {
		margin: 0 20px 40px 20px;
	}
	
	
	/*==================================================================*
	 *  [ recommendStyle | おすすめスタイル ] 2021/05 追加
	 *==================================================================*/
	
	.recommendStyle {
		margin: 0 20px 40px 20px;
	}
	
	
	/*==================================================================*
	 *  [ recommendBest | おすすめする商品 BEST 5 !! ]
	 *==================================================================*/
	
	.recommendBest {
		margin: 0 20px 40px 20px;
	}
	
	
	/*==================================================================*
	 *  [ productLineup | 商品一覧 ]
	 *==================================================================*/
	
	.productLineup {
		padding: 0 20px;
	}
	
	/* [ 共通 ] */
	.productLineup section .category, 
	.productLineup section li {
		width: 14.28%;
	}
	
	
	/*==================================================================*
	 *  [ factoryOption | 工場オプション ]
	 *==================================================================*/
	
	.factoryOption {
		margin: 0 20px 40px 20px;
	}
	
	
	/*======================================================================*
	 *  [ dbListDxWrap aside | マニュアル・特集リンク・関連リンク ]
	 *======================================================================*/
	
	.dbListDxWrap aside {
		margin: 0 20px 30px 20px;
	}
	
	
	/*==================================================================*
	 *  [ relatedLinks | 関連リンク ]
	 *==================================================================*/
	
	.relatedLinks ul {
		margin: 0 -10px;
	}
	.relatedLinks li {
		padding: 0 10px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ featuresMap | フィーチャーズマップ ] 
	 *==================================================================*/
	
	/* [ 2カラムの場合 ] */
	.featuresMap.column2 ul {
		width: 100%;
		float: none;
	}
	.featuresMap.column2 ul + ul {
		border-top: none;
	}
	
	
	/*==================================================================*
	 *  [ recommendStyle | おすすめスタイル ] 2021/05 追加
	 *==================================================================*/
	
	.recommendStyleInner {
		display: block;
	}
	.recommendStyleInner > figure {
		width: 100%;
	}
	.recommendStyleInner > div {
		width: 100%;
	}
	
	
	/*==================================================================*
	 *  [ productLineup | 商品一覧 ]
	 *==================================================================*/
	
	/* [ 共通 ] */
	.productLineup section .category, 
	.productLineup section li {
		width: 16.66%;
	}
	
	
	/*==================================================================*
	 *  [ productLineup2 | 商品一覧 ] 2023/11 追加
	 *==================================================================*/
	
	.productLineup2 section li {
		width: calc(25% - 3.33px);
		margin: 4px 0 0 4px !important;
	}
	.productLineup2 section li:nth-child(4n+1) {
		margin-left: 0 !important;
	}
	
	
	/*======================================================================*
	 *  [ relatedLinks | 関連リンク ]
	 *======================================================================*/
	
	.relatedLinks li {
		width: 33.33%;
	}
	
}


/*======================================================================*
 *  [ Media Queries 667 ] 
 *======================================================================*/

@media screen and (max-width: 667px) {
	
	/*==================================================================*
	 *  [ productLineup | 商品一覧 ]
	 *==================================================================*/
	
	/* [ 共通 ] */
	.productLineup section .category, 
	.productLineup section li {
		width: 20%;
	}
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ modelCode | 機種コード ]
	 *==================================================================*/
	
	.modelCode {
		margin: 0 0 20px 0;
	}
	
	
	/*==================================================================*
	 *  [ featuresMap | フィーチャーズマップ ] 
	 *==================================================================*/
	
	.featuresMap {
		margin: 0 10px 40px 10px;
	}
	.featuresMap > section {
		margin: 0 0 20px 0 !important;
	}
	
	.featuresMap h2 {
		margin: 0 -10px 10px -10px;
		padding: 10px;
		background: #919191;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.featuresMap ul {
		display: inline;
		border-top: none;
	}
	.featuresMap li {
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 0;
	}
	.featuresMap li span {
		width: auto;
		margin: 0;
		padding: 0;
		background: none;
		color: #606060;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.featuresMap li span:after {
		font-weight: normal;
		content: ":";
	}/*
	.featuresMap li br {
		display: none;
	}*/

	/* [ 1カラムの場合 ] */
	.featuresMap.column1 > section {
		border-bottom: none;
	}
	.featuresMap.column1 .featuresMapInner, 
	.featuresMap.column1 .featuresMapInner div, 
	.featuresMap.column1 .featuresMapInner section {
		display: block;
	}
	.featuresMap.column1 section section {
		width: 100%;
		padding: 0;
	}
	.featuresMap.column1 h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* [ 2カラムの場合 ] */
	.featuresMap.column2 section {
		display: block;
		width: 100%;
		padding: 0;
		border: none !important;
	}
	.featuresMap.column2 section:after {
		display: none;
	}
	
	
	/*==================================================================*
	 *  [ recommendStyle | おすすめスタイル ] 2021/05 追加
	 *==================================================================*/
	
	.recommendStyle {
		margin: 0 10px 40px 10px;
	}
	
	.recommendStyle h2 {
		padding: 8px 20px 10px 20px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.recommendStyle h2 b {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.recommendStyleInner > div {
		padding: 10px 10px 15px;
	}
	
	.recommendStyleInner .head p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.recommendStyleInner .head > *:first-child {
		width: calc(59% - 5px);
		border-right-width: 5px;
	}
	
	.recommendStyleInner li {
		margin-top: 5px;
	}
	.recommendStyleInner li .item {
		border-right-width: 5px;
		min-height: calc(1.3rem * 2.6 + 10px);
	}
	.recommendStyleInner li .item b {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.recommendStyleInner li .price {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.recommendStyleInner li .price span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.recommendStyleInner .total {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.recommendStyleInner .total span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.recommendStyleInner .total b {
		font-size: 20px;
		font-size: 2rem;
	}
	.recommendStyleInner .total b span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	
	/*==================================================================*
	 *  [ recommendBest | おすすめする商品 BEST 5 !! ]
	 *==================================================================*/
	
	.recommendBest {
		margin: 0 10px 40px 10px;
	}


	/*======================================================================*
	 *  [ outsideNote | 社外品注意書き ]
	 *======================================================================*/
	
	.outsideNote {
		margin: 0 10px 30px;
	}
	
	/* [ 見出し ] */
	.outsideNote label {
		padding: 15px 66px 15px 15px;
	}
	.outsideNote label h2, 
	.outsideNote label p {
		display: block;
	}
	.outsideNote label h2 {
		font-size: 1.8rem;
	}
	.outsideNote label p {
		margin-top: 5px;
		font-size: 1.3rem;
	}

	/* [ 中身 ] */
	.outsideNote .inner {
		padding: 15px;
	}
	.outsideNote .inner p {
		font-size: 1.4rem;
	}


	/*======================================================================*
	 *  [ outsideSearch | 社外品検索 ]
	 *======================================================================*/
	
	.outsideSearch {
		display: block;
		margin: 0 10px 30px;
	}

	/* [ 見出し ] */
	.outsideSearch h2 {
		width: 100%;
		padding: 10px 0 20px;
	}

	/* [ 中身 ] */
	.outsideSearch .inner {
		padding: 20px 10px;
	}
	.outsideSearch .inner form {
		max-width: 160px;
	}
	.outsideSearch .inner form > * {
		min-width: 100%;
		max-width: 100%;
	}
	.outsideSearch .inner select {
		order: -2;
	}
	.outsideSearch .inner .error {
		order: -1;
		text-align: center;
	}
	.outsideSearch .inner button {
		margin-top: 15px;
	}
	.outsideSearch .inner .help {
		display: block;
		margin-top: 15px;
		text-align: center;
	}
	
	/*==================================================================*
	 *  [ productLineup | 商品一覧 ]
	 *==================================================================*/
	
	.productLineup {
		margin: 0;
		padding: 0;
	}
	
	.productLineup h2 {
		display: none;
	}
	
	.productLineup section {
		margin: 0 0 20px 0;
	}
	.productLineup section:after {
		display: block;
		clear: both;
		content: "";
	}
	
	/* [ カテゴリ名 ] */
	.productLineup section .category {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.productLineup section .category h3 {
		margin: 0 0 1px 0;
		padding: 5px 10px;
		background: #919191;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.productLineup section .category h3:before {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		font-family: Verdana;
		font-weight: normal;
		text-align: center;
		content: "PRODUCT LINE-UP";
	}
	.productLineup section .category h3 span {
		position: static;
		margin: 0;
	}
	
	/* [ 商品 ] */
	.productLineup section li {
		width: 25%;
	}
	.productLineup section li:first-child {
		margin: 0;
	}
	
	/* [ ボタン ] */
	.productLineup section li:hover .cartButton, 
	.productLineup section li:hover .wishButton { display: none; }
	
	/* [ 切替ボタン ] */
	.switchingButton {
		float: none;
		width: 300px;
		margin: 0 auto 5px auto;
	}
	.switchingButton li { width: 101px; }
	.switchingButton li + li + li { width: 100px; }
	
	
	/*==================================================================*
	 *  [ productLineup2 | 商品一覧 ] 2023/11 追加
	 *==================================================================*/
	
	.productLineup2 {
		margin: 0;
		padding: 0;
	}
	
	.productLineup2 h2 {
		display: none;
	}
	
	/* [ カテゴリ名 ] */
	.productLineup2 section .category h3 {
		margin: 0 0 11px 0;
		padding: 5px 10px;
		background: #919191;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.productLineup2 section .category h3:before {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		font-family: Verdana;
		font-weight: normal;
		text-align: center;
		content: "PRODUCT LINE-UP";
	}
	.productLineup2 section .category h3 span {
		position: static;
		margin: 0;
	}
	
	/* [ 商品 ] */
	.productLineup2 section ul {
		display: block;
		padding: 0 10px;
	}
	.productLineup2 section li {
		width: 100%;
		margin: -1px 0 0 !important;
	}
	.productLineup2 section li a {
		display: flex;
		align-items: center;
		padding: 10px 30px 10px 10px;
	}
	.productLineup2 section li a:hover,
	.productLineup2 section li a:active {
		z-index: 1;
	}
	.productLineup2 section li a:before {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -7px 0 0 0;
		border-top: 3px solid #bfc0c0;
		border-right: 3px solid #bfc0c0;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.productLineup2 section li a div {
		margin: 0 0 0 10px;
	}

	/* [ サムネイル ] */
	.productLineup2 section li img {
		width: 75px;
	}
	
	/* [ maker | メーカー ] */
	.productLineup2 section li .maker {
		margin: 0 0 5px 0;
		text-align: left;
	}
	
	/* [ name | 商品名 ] */
	.productLineup2 section li .name {
		margin: 0 0 5px 0;
	}
	
	/* [ price | 価格 ] */
	.productLineup2 section li .price {
		position: static;
		bottom: auto;
	}
	
	
	/*==================================================================*
	 *  [ factoryOption | 工場オプション ]
	 *==================================================================*/
	
	.factoryOption {
		margin: 0 0 40px 0;
	}
	.factoryOption > p {
		padding: 0 10px;
	}
	
	.factoryOptionInner {
		padding: 10px;
	}
	
	
	/*======================================================================*
	 *  [ dbListDxWrap aside | マニュアル・特集リンク・関連リンク ]
	 *======================================================================*/
	
	.dbListDxWrap aside {
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	.dbListDxWrap aside h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	
	/*======================================================================*
	 *  [ outsideLink | 社外品リンク ] 2023/11 追記
	 *======================================================================*/
	
	aside.outsideLink {
		margin: 40px 0 20px 0;
		padding: 0 10px;
	}
	aside.outsideLink a {
		margin-bottom: 0;
	}
	
	
	/*======================================================================*
	 *  [ manualLink | マニュアルリンク ]
	 *======================================================================*/
	
	aside.manualLink {
		margin: 40px 0 20px 0;
		padding: 10px 10px 0 10px;
		background: #E6E6E6;
	}
	aside.outsideLink + aside.manualLink {
		margin-top: 0;
	}
	
	
	/*======================================================================*
	 *  [ relatedLinks | 関連リンク ]
	 *======================================================================*/
	
	.relatedLinks ul {
		margin: 0 -5px;
	}
	.relatedLinks li {
		width: 50%;
		padding: 0 5px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ modelCode | 機種コード ] 
	 *==================================================================*/
	
	.modelCode, 
	.modelCode h2, 
	.modelCode ul {
		display: block;
	}
	.modelCode {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.modelCode h2 {
		margin: 0 0 2px 0;
		font-weight: bold;
	}
	
	
	/*==================================================================*
	 *  [ productLineup | 商品一覧 ]
	 *==================================================================*/
	
	/* [ 商品 ] */
	.productLineup section li {
		width: 33.33%;
	}
	
	
	/*======================================================================*
	 *  [ relatedLinks | 関連リンク ]
	 *======================================================================*/
	
	.relatedLinks ul {
		margin: 0;
	}
	.relatedLinks li {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.relatedLinks li p {
		display: none;
	}
	
}

