#items-category-title {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
  padding:10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  background:#221002;
  border-radius: 3px 3px 0 0;
  color:#fff;
  letter-spacing: 0.1em;
}
.grouplp{
  font-size:1.1em;
}

.edox_bg_00{
  padding:15px;
}
.edox_bg_01{
  background:url("https://img21.shop-pro.jp/PA01402/513/etc/edox_bg_history_01.jpg");
  padding:15px;
  color:#fff;
}

.edox_bg_02{
  background:url("https://img21.shop-pro.jp/PA01402/513/etc/edox_bg_history_02.jpg");
  padding:15px;  
  color:#fff;
}

.edox_bg_03{
  background:url("https://img21.shop-pro.jp/PA01402/513/etc/edox_bg_history_03.jpg");
  padding:15px;
  color:#fff;
}

.edox_bg_05{
  background:#2b2b2b;
  padding:15px;
  color:#fff;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-bg p{
  margin-left:10px;
}

.midashi-h2{
  font-family: serif;
  padding-bottom:5px;
  text-align:center;
}

.midashi-h3{
  font-family: serif;
  margin:0 20px;
  padding:10px 0 5px 0;
  text-align:center;
  color:#ffd65b;
  border-bottom:solid 3px #b29280;
}
.midashi{
  font-family: serif;
  padding-bottom:5px;
  text-align:center;
}
.slidimg01{
  margin:20px;
}
.center_img{
  text-align:center;
}



.img50{
  width:50%;
  max-width:50%;
  margin:0;
  padding:0;
}
.flbox2{
    list-style:none;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    -webkit-justify-content: center;
    justify-content: center;
   padding:0;
}　

.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 15px 0 10px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  display: inline-block;
  float: none;
  margin-bottom: 40px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 768px) {
  .productlist_list {
    width: calc(100% / 2 - 2px);
  }
}

@media screen and (min-width: 769px) {
  .productlist_list {
    width: calc(100% / 4 - 4px);
  }

  .productlist_list a {
    display: block;
    padding: 5px;
    background: linear-gradient(180deg, #eee, #fff);
  }
  
/* 6月29日 追加分 開始 */
  .productlist_list a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 92%;
    height:100%;
    background-color: #ddd;
    transform:translate(-50%, -50%);
    transition: 0.3s;
    opacity: 0;
  }
  
  .productlist_list a:hover::before {
    opacity: 1;
  }

  .productlist_list a img {
    position: relative;
  }
  
  .productlist_list a span {
    position: relative;
    color: #333;
  }
  
  /* 6月29日 追加分 終了 */
}

.subcategorylist_lists {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}


/* アイコン置換用　*/

.wazukaicon,.zaikoicon{
 background-color: #221002;
 border-radius:5px;
 margin:0.5% 15% 5% 15%;
}

.newicon{  
 border: solid 1px #696969;
 border-radius:5px;
 margin:0.5% 30% 5% 30%;
}

.hiticon{
 background-color:  #696969;  
 border-radius:5px;
 margin:0.5% 30% 5% 30%;
}

.limiticon{
 background-color:  #221002;  
 border-radius:5px;
 margin:0.5% 30% 5% 30%;
}

.wazukaicon,.zaikoicon > p {
 margin: 0;
 color:#ffffff !important;
 text-align:center;
}

.newicon > p { 
  margin: 0; 
  color:#696969;
  text-align: center;
}

.hiticon > p {
  margin: 0;
  color:#ffffff !important;
  text-align: center;
}

.limiticon > p {
  margin: 0;
  color:#ffffff !important;
  text-align: center;
}
/* アイコン置換用 終了　*/


/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  float: none;
}
.pagerlist ul {

  text-align: center;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
  float: none;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}
