#header {
  background:url(https://img07.shop-pro.jp/PA01443/956/etc/bg_slide.jpg) bottom 30px center no-repeat;
}
.contents {
  width: 100%;
  max-width: 100%;
}

h2 {
  color: #6b3800;
  font-size: 14px;
  font-weight: normal;
  background: url(https://img07.shop-pro.jp/PA01443/956/etc/icon_h2.png) top center no-repeat;
  padding-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
h2 span {
  font-size: 24px;
}

.pickup-content {
  overflow: hidden;
  margin: 50px 0;
}
.pickup-content img {
  margin-bottom: 10px;
}
.pickup-content img:nth-child(2n+1) {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.pickup-content a:nth-child(2n+1) img {
  clear: both;
}
.pickup-content img:nth-child(2n) {
  width: 48%;
  margin-left: 2%;
  float: right;
}

.cat-wrapper {
  background: #fff;
}
.cat-box .cat-container {
  overflow: hidden;
}
.cat-box .cat-container .cat-item {
  float: left;
  width: 23%;
  margin: 0 1% 2%;
  position: relative;
}
.cat-box .cat-container .cat-item.cat-itemW {
    width: 48%;
    margin: 0 1% 2%;
}
.cat-box .cat-container .cat-item.cat-item-right {
  float: right;
}
.cat-box .cat-container .cat-item .cat-child {
  position: absolute;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
  transition: all ease 0.3s;
  opacity: 0;
}
.cat-box .cat-container .cat-item .cat-child:hover {
  opacity: 1;
}
.cat-box .cat-container .cat-item .cat-child a {
  color: #fff;
  font-size: 18px;
}
.cat-box .cat-container .cat-item .cat-child a:before {
  content:"";
  display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
}
.cat-box .cat-container .cat-item .cat-child a:first-child {
  font-size: 22px;
}
.cat-box .cat-container .cat-item .cat-child a:first-child:before {
  display:none;
}

.info-wrapper {
  background: url(https://img07.shop-pro.jp/PA01443/956/etc/bg_news.png) top center no-repeat;
  padding-top: 120px;
  padding-bottom: 140px;
  background-size: cover;
}
.info-wrapper .info {
  background: rgba(255,255,255,0.75);
  border-radius: 20px;
  padding: 40px;
}
.info-wrapper .info dl {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px;
  border-top: 1px solid #dacdbf;
  border-bottom: 1px solid #dacdbf;
  box-sizing: border-box;
  font-size: 14px;
}
.info-wrapper .info dl dt {
  color: #6b3800;
  float: left;
  font-weight: normal;
}
.info-wrapper .info dl dd {
  padding-left: 140px;
}
.info-wrapper .info dl dd a {
  color: #6b3800;
}

.seller_list{
  width: 20%;
}
.seller_list:nth-child(1),
.seller_list:nth-child(2),
.seller_list:nth-child(3){
  width: 33%;
}
.seller_list:nth-child(4){
  height: auto !important;
}
.seller_list .rank_box{
  width: 40px;
  height: 40px;
}
.seller_list:nth-child(1) .rank_box,
.seller_list:nth-child(2) .rank_box,
.seller_list:nth-child(3) .rank_box{
  width: 65px;
  height: 65px;
}
.seller_list .rank_number {
  font-size: 14px;
  padding-top: 10px;
}
.seller_list:nth-child(1) .rank_box .rank_number,
.seller_list:nth-child(2) .rank_box .rank_number,
.seller_list:nth-child(3) .rank_box .rank_number{
  font-size: 25px;
  padding-top: 15px;
}

.seller_list:nth-child(1) .item_name,
.seller_list:nth-child(2) .item_name,
.seller_list:nth-child(3) .item_name{
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
}
.seller_list:nth-child(1) .item_price,
.seller_list:nth-child(2) .item_price,
.seller_list:nth-child(3) .item_price{
    font-size: 18px;
}

.recommend_list {
  width: 20%;
}
.recommend_list:nth-child(5n+1) {
  clear:both;
}


/* sp */
@media (max-width: 640px) {
  .info-wrapper .info dl dt,
  .info-wrapper .info dl dd {
    float:none;
    padding-left: 0;
  }
  .info-wrapper .info {
    padding: 20px;
  }
  .info-wrapper .info dl {
    padding: 40px 0;
  }
  .seller_list{
    width: 100% !important;
  }
  .recommend_list {
    width: 50%;
  }
  .recommend_list:nth-child(5n+1) {
    clear:none;
  }
  .recommend_list:nth-child(2n+1) {
    clear:both;
  }
  
  .cat-box .cat-container .cat-item {
    width: 48%;
  }
  .cat-box .cat-container .cat-item.cat-itemW {
    width: 98%;
  }
  .cat-box .cat-container .cat-item .cat-child a {
    font-size: 14px;
  }
  .cat-box .cat-container .cat-item .cat-child a:first-child {
    font-size: 16px;
  }
  .cat-box .cat-container .cat-item .cat-child {
    padding: 10px 15px;
}
