img { max-width: 100%;}
:root {
  --color-main: #00A33E;
}
.btn-inverse { background: var(--color-main) !important; color: #fff !important;}
.productlist_orderButton { background: var(--color-main);}


/* ヘッダー */
#Head {
  background: #fff;
  color: #333;
}
#Head a:not(.btn) { color: inherit !important;}
#LogoMain { width: 230px; padding: 12px 0 0;}
#LogoMain h1 a { height: auto; line-height: 1.0; font-size: 0;}
#HeadRight {
  display: flex; justify-content: flex-end; align-items: center;
}
#HeadRight .menu > ul { padding: 1px 10px;}
#HeadRight .menu > ul > li { margin: 11px 0;}

#HeadSearch { width: 340px;}
#HeadSearch .textBox { width: 200px;}
#HeadSearch .textBox input { color: inherit; width: 100%; box-sizing: border-box; font-size: 15px; line-height: 34px; padding: 0 8px;}
#HeadSearch .textBox input::-webkit-input-placeholder {color: #969696;}
#HeadSearch .textBox input::-ms-input-placeholder {color: #969696;}
#HeadSearch .textBox input::placeholder {color: #969696}
.wrapSearch { background: #E6E6E6; }
#HeadSearch .btnSearch { width: 34px; height: 34px; }
#HeadSearch .btnSearch a {
  width: 34px; height: 34px;
  display: flex; justify-content: center; align-items: center;
  background: var(--color-main);
}
#HeadSearch .btnSearch a img { width: 22px;}

#HeadCartView { padding: 0 15px;}
#HeadUserNav > a { width: 40px; height: 40px;}

/* 商品一覧 */
.heightLineParent { display: flex; flex-wrap: wrap;}
.heightLineParent .glbPlist { height: auto !important;}




















