@charset "utf-8";

/*------------------------------
コンテンツ
 -------------------------------*/
.Wrap{
	width:1000px;
	margin:50px auto;
}
img{width:100%;}
.ac_nav {
	margin: 0 auto;
}
.ac_nav a {
	display: block;
	cursor: pointer;
	border-right: solid 1px #333;
	padding: 10px 0 10px;
	height:60px;
}
.ac_nav a.active {
	background-color: #000;
	color: #fff;
}
.ac_nav ul {
	display:flex;
	width: 100%;
	padding-left:0;
	border-left: solid 1px #333;
}
.ac_nav li {
	list-style-type:none;
	flex:6;
	text-align:center;
	line-height:1.8;
	display: table;
}
.ac_nav li.fa-solid{
	margin:10px auto;
    display: table-cell;
    vertical-align: middle;
}

.sample {
	width:100%;
}
.sample ul {
	padding-left:0;
}
.sample li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px;
}


.brand_wrap {
	width:100%;
}
.brand_pic {
	padding: 10px;
	margin: 0 2% 0 0;
}

.brand_pic a{
	display:flex;
	color:#000;
	text-decoration:none;
    align-items: center;
}
.brand_pic .logo{
	width: 20%;
	margin:0 30px 0 0;
}

/*追加分*/

.logo img{
	max-width:fit-content;
	width:80%;
}

/*追加分*/


.brand_neme {
	width:40%;
	font-size: 24px;
	display:inline;
}
.ico i{
	height:30px;
	font-size: 30px;
	margin:10px 20px;
	text-align:left;
}
.brand_item_txt {
	font-size: 16px;
	margin: 20px 0;
}
.brand_item {
	margin:0;
}
.brand_item a {
color: #;
	color: #333;
	text-decoration: underline;
}


.parts_product_list {
    text-align: left;
}
.common_product_list {
    margin: 0 -0.313em;
    width: calc(100% + 0.626em);
}
.common_product_list, .yamapos_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
})
.common_product_list.clm_p5 li, .yamapos_list.clm_p5 li {
    width: 20%;
}
.parts_product_list>li {
    display: inline-block;
    width: 192px;
    vertical-align: top;
    margin: 0 0 1em 0;
}
.common_product_list li {
    position: relative;
    padding: 0.313em;
    box-sizing: border-box;
}
.product_info {
    text-align: left;
    font-size: 12px;
    padding: 0 4px;
}
.band_wrap {
    position: absolute;
    top: 0.313em;
    right: 0.313em;
    display: flex;
    justify-content: flex-end;
}
.product_brand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.sale i{
    padding:2px 5px;
    background:#ff0000;
    color:#fff;
    font-weight:bold;
}
.color_discount{
	color:#ff0000;
	font-weight:bold;
	font-size:110%;
}
.color_discount:before{
  content: "→";
  color:#000;
  margin:0 5px;
}


 /*=================================================
リキッド
=================================================*/
 @media screen and (max-width:1024px) {
#header {
	background-color: initial;
}
}
@media screen and (max-width:768px) {
.Wrap{
	width:100%;
	margin:50px auto;
}
.ac_nav {
	margin: 0 auto;
}
.ac_nav a {
	display: block;
	cursor: pointer;
	border-right: none;
	border-bottom: solid 1px #333;
	padding: 10px 0 10px;
	height:30px;
}
.ac_nav a.active {
	background-color: #000;
	color: #fff;
}
.ac_nav br{display:none;}
i {padding-right:20px;}
.ac_nav ul {
	display: table;
	width: 100%;
	padding-left:0;
}
.ac_nav li {
	list-style-type:none;
	width: 100%;
	text-align:center;
	line-height:2;
}
.ac_nav li:nth-child(3){
  content: "\A";
  white-space:pre;
}
.ac_nav li.fa-solid{
	margin:10px auto;
    display: table-cell;
    vertical-align: middle;
}

.pagination {
	width: 90%;
	margin: 5% auto;
}
.sample,.filter {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding:0;
	justify-content: space-between;
}
ul.sample{padding-left:0;}
.sample li {
	display: block;
    width: 100%;
	padding: 0;
	margin: 0;
}
.sample li.on {
	border-right: solid 1px #ccc;
}
.brand_wrap {
	width:100%;
}
.brand_pic {
	padding: 0;
	margin: 0;
}
.brand_pic a{
	display:block;
	color:#000;
	text-decoration:none;
    align-items: center;
}
.brand_pic .logo{
	width:90%;
	display:block;
	margin:20px auto;
	text-align:center;
}
.brand_neme {
	width:95%;
	font-size: 22px;
	margin:0 auto;
	display:block;
	text-align:center;
}
.ico{
	width:50%;
	margin:0 auto;
	display:flex;
	justify-content: center;
}
.ico i{
    width: 50px;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}
.brand_item_txt {
	font-size: 16px;
	margin: 20px 0;
}
.brand_item {
	margin:0;
}
.brand_item a {
color: #;
	color: #333;
	text-decoration: underline;
}


.parts_product_list {
    text-align: left;
}
.common_product_list {
    margin: 0 -0.313em;
    width: calc(100% + 0.626em);
}
.common_product_list, .yamapos_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
})
.common_product_list.clm_p5 li, .yamapos_list.clm_p5 li {
    width: 20%;
}
.parts_product_list>li {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    margin: 0 0 1em 0;
}
.common_product_list li {
    position: relative;
    padding: 0.313em;
    box-sizing: border-box;
}
.common_product_list li:nth-child(4){
	display:none;
}
.product_info {
    text-align: left;
    font-size: 12px;
    padding: 0 4px;
}
.band_wrap {
    position: absolute;
    top: 0.313em;
    right: 0.313em;
    display: flex;
    justify-content: flex-end;
}
.product_brand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
}


/*------------------------------
ページング
 -------------------------------*/ 
.pagination,.addpagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	/* -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.2); */
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.2);
	/* box-shadow: inset 1px 1px 1px rgba(0,0,0,.2); */
	/* -webkit-box-sizing: border-box; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px 10px;
	/* -webkit-border-radius: 4px; */
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
	/* padding: 5px; */
	/* background-color: #f9f9f9; */
	width: 100%;
	max-width: 1280px;margin: 0 auto;
}
.pagination p {
	margin: 0 0px 0 0;}
.pagination p:last-child {
	margin-right: 0
}
.pagination p a, .pagination p button {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height: 1.2em;
	text-indent: -9000px
}
.pagination p button {
	box-shadow: none;
	border: none;
	padding: 0;
	min-width: 0;
	background-color: transparent;
	cursor: pointer
}
 .pagination p button::-moz-focus-inner {
 border: none
}

.pagination p.prev-page a, .pagination p.prev-page button {
	background-image: url(./img/pagination-prev.svg);
	padding: 10px;
	height: 100%;
}
.pagination p.next-page a, .pagination p.next-page button {
	background-image: url(./img/pagination-next.svg);
	padding: 10px;
	height: 100%;
/* margin-right: 7px; */}

.pagination p.disabled a, .pagination p.disabled button {
	opacity: .3;
	cursor: default
}
.pagination ol, .pagination ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	letter-spacing: -.4em;
	padding:0 0 0 5px;
}
.pagination ol li, .pagination ul li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 5px 0 0;
	list-style: none
}
.pagination ol li a, .pagination p button, .pagination ul li a {
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	background-color: #fff;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: center;
	color: #000000;
	text-decoration:none;
}
.pagination ol li.current a, .pagination ul li.current a {
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
	margin-top: 2px;
	border-color: #888;
	padding-bottom: 3px;
	background-color: #bbb;
	color: #fff;
	text-decoration:none;
	cursor: text;
}
.pagination p.disabled button {
	opacity: .3
}
div#content p.return-to-prev-page {
	margin: 2em 0 0
}
div#content p.return-to-prev-page a {
	display: inline-block;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	border: 1px solid #09c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px 6px 26px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9'%3E%3Cpolygon fill='%2309c' points='5 0 5 2 2 4.51 5 7.01 5 9 0 4.51 5 0'/%3E%3C/svg%3E") 9px 50% no-repeat;
	background-size: 7px auto;
	transition: background-color .2s
}
.no-svg div#content p.return-to-prev-page a {
	background-image: url(img/icon-return-to-prev-page.png)
}
div#content p.return-to-prev-page a:hover {
	background-color: #ddf3f9
}

@media screen and (max-width:768px) {
.pagination ol, .pagination ul {
    flex-wrap: wrap;
}
.pagination ol, .pagination ul li {
    margin:5px 0;
}
}
