/* userカスタマイズ用 CSS */

/*カテゴリ一覧のcssを記述 */
.category_modal {
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

body.layout1 .category_modal {
  min-width: 1200px;
}

.category_modal * {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

.category_title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 28px 0;
}

body.layout2 .category_title {
  font-size: 20px;
  text-align: left;
  padding: 0 3.2% 20px;
}

.category_title span {
  padding-left: 50px;
  position: relative;
}

body.layout2 .category_title span {
  padding-left: 45px;
}

.category_title span:before {
  content: "";
  display: block;
  width: 33px;
  height: 31px;
  background: url("../img/icon_pc_favo.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}

body.layout2 .category_title span:before {
  width: 18px;
  height: 17px;
  left: 15px;
  margin-top: -9px;
}

/* recommend_items
------------------------------------ */
.recommend {
  background: #f2f2f2;
  padding: 42px 0 70px;
}

body.layout2 .recommend {
  padding: 20px 3.2% 40px;
}

.recommend_title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
}

body.layout2 .recommend_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.recommend_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1470px;
}

.recommend_items li {
  width: 18.36%;
  list-style: none;
  padding: 0;
}

.recommend_items a[href="javascript:void(0)"]  {
  cursor: auto;
}

body.layout2 .recommend_items li {
  width: 48.5%;
}

body.layout1 .recommend_items li:nth-child(n+2) {
  margin-left: 2%;
}

body.layout2 .recommend_items li:nth-child(even) {
  margin-left: 3%;
}

body.layout2 .recommend_items li:nth-child(n+3) {
  margin-top: 10px;
}

.recommend_items img {
  width: 100%;
  height: auto;
}

/* category_items
------------------------------------ */
.category_items {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

body.layout2 .category_items {
  padding: 0 3.2%;
}

.category_item {
  width: 47.5%;
  margin-top: 60px;
}

body.layout2 .category_item {
  width: 100%;
  margin-top: 35px;
}

body.layout1 .category_item:nth-child(even) {
  margin-left: 5%;
}

.category_item_title {
  border-bottom: 2px solid #959595;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 15px 0;
}

body.layout2 .category_item_title {
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.category_item_title > span {
  display: block;
  width: 60%;
  padding-right: 1em;
  font-weight: bold;
  font-size: 24px;
}

body.layout2 .category_item_title > span {
  font-size: 15px;
}

.category_item_title > a {
  display: block;
  width: 40%;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  text-align: right;
  font-weight: normal;
}

body.layout2 .category_item_title > a {
  font-size: 11px;
}

.category_item_title > a > span {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

body.layout2 .category_item_title > a > span {
  font-size: 11px;
  padding-left: 12px;
}

.category_item_title > a > span:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../img/product/modal/arrow_left.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

body.layout2 .category_item_title > a > span:before {
  width: 4px;
  height: 7px;
  margin-top: -3px;
}

.category_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category_item_thumb {
  width: 47%;
}

body.layout2 .category_item_thumb {
  width: 48.5%;
}

.category_item_thumb img {
  width: 100%;
  height: auto;
}

.category_item_list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 47%;
}

body.layout2 .category_item_list {
  width: 48.5%;
}

.category_item_list li {
  list-style: none;
  margin-bottom: 16px;
}

.category_item_list li:last-child {
  margin-bottom: 0;
}

body.layout2 .category_item_list li {
  margin-bottom: 8px;
}

.category_item_list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #acacac;
  padding-right: 1em;
  position: relative;
}

body.layout2 .category_item_list a {
  font-size: 10px;
}

.category_item_list a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../img/product/modal/arrow_left.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

body.layout2 .category_item_list a:after {
  width: 4px;
  height: 6px;
  margin-top: -3px;
}

.category_item_relation {
  margin: 15px 0 0 0;
  background: #fff8e4;
  padding: 14px 5% 22px;
}

body.layout2 .category_item_relation {
  margin-top: 10px;
}

.category_item_relation_title {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 8px;
}

body.layout2 .category_item_relation_title {
  font-size: 12px;
  margin-bottom: 6px;
}

.category_item_relation_list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.category_item_relation_list li {
  list-style: none;
  padding: 0;
  width: 47%;
  float: left;
}

body.layout2 .category_item_relation_list li {
  width: 48.5%;
}

.category_item_relation_list li:nth-child(even) {
  margin-left: 6%;
}

body.layout2 .category_item_relation_list li:nth-child(even) {
  margin-left: 3%;
}

.category_item_relation_list img {
  width: 100%;
  height: auto;
}

.category_item_relation_list a {
  text-decoration: none;
  line-height: 1;
  display: block;
}

.category_item_relation_list a[href="javascript:void(0)"]  {
  cursor: auto;
}

.category_item_relation_list span {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 2px;
  display: block;
}

body.layout2 .category_item_relation_list span {
  font-size: 10px;
}

body.layout1 #sleepingbag {
  margin-top: -114px;
}

body.layout1 #cooler_jug {
  margin-top: -95px;
}

body.layout1 #lighting {
  margin-top: -295px;
}

body.layout1 #water_recreation {
  margin-top: -45px;
}

/* 表示の調整 */
#items .image{
	display:none;
}
#items .info .detail{
	display:none;
}
#items .info_middle,
#items .info_bottom{
	width: 330px;
}
#items .info .add{
	float: none;
	margin-right: 6px;
	margin-left: 12px;
	cursor:pointer;
}
#items .info .trash{
	float: none;
	margin-right: 6px;
	margin-left: 6px;
}

/* スマホ精算表示の数量とゴミ箱位置の調整 */
.layout2 #checkout_page .image{
    float: left;
}

.layout2 #checkout_page ul li {
	min-height: calc(50vw - 50px);
}

#itemdetail .social .like img {
	display: none;
}
#itemdetail .social .like_count {
	display: none;
}