/* 商品一覧 */
.itemnav {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 25px;
}
.itemnav.scatnav {
	justify-content: center;
	flex-wrap: wrap;
}
.itemnav.scatnav li {
  	margin-bottom:10px;
}
.itemnav li {
	display: block;
	padding-left: 10px;
}
.itemnav li::after {
	content: "|";
	margin-left: 10px;
}
.itemnav li:last-child::after {
	content: none;
}
.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.list::before{
  content:"";
  display: block;
  width:220px;
  order:1;
}
.list::after{
  content:"";
  display: block;
  width:23%;
}
.list li {
	display: block;
	width: 220px;
	font-family: "メイリオ", Meiryo;
	font-size: 16px;
	padding-bottom: 40px;
}
.list li a {
	color: #222;
	text-decoration: none;
}
.list li a.img {
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.list li a:hover {
	text-decoration: underline;
}
.list li a img {
	display: block;
  max-height: 80%;
}
.list li span {
	display: block;
	margin-top: 10px;
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
}
.pnav {
	text-align: center;
	border-bottom: #ccc 1px solid;
	padding-bottom: 70px;
	margin-bottom: 60px;
}
.pnav li {
	display: inline-block;
	font-family: "メイリオ", Meiryo;
}
.pnav li.current {
	margin: 0 37px;
}
.pnav li.current b {
	font-size: 24px;
	font-weight: normal;
}
.pnav li a {
	color: #999;
	text-decoration: none;
}
.pnav li a:hover {
	text-decoration: underline;
	position: relative;
}
.pnav li.prev {
	padding-left: 20px;
	position: relative;
}
.pnav li.next {
	padding-right: 20px;
	position: relative;
}
.pnav li.prev::before,.pnav li.next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pnav li.prev::before {
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pnav li.next::after {
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/*base*/

/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  margin-top:30px;
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.grp_lst_unit {
  /*float: left;*/
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 22.916%;
  word-break: break-all;
  background-color: #fff;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    color: #000;
    text-decoration: none;
    background-color:#fff;
    font-weight:bold;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    /*max-width: 100%;*/
    /*height: inherit;*/
    height:240px;
    object-fit: contain;
  }
.category_desc_2 {
  padding-top: 2em;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }


/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
  display:flex;
  flex-wrap:wrap;
  
}

.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

.prd_lst_price.prd_lst_span {
  font-size:1.3em;
  font-weight:bold;
}
.ilink a {
  display:inline-block;
  padding:10px 30px;
  background-color:#3EA8FF;
  color:#fff;
  border-radius:30px;
  text-decoration: none;
  font-weight: bold;
}