@charset "EUC-JP";

img{
max-width:100%;
}
#special_contents{
  max-width:1200px;
  margin:0 auto;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings:"palt";
  box-sizing:border-box;
}
#special_head{
  margin:0 0 50px;
}

/* ¾¦ÉÊ¥ê¥¹¥È */

#special_price ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px 2.5%;
  flex-wrap:wrap;
  justify-content:space-between;
}
#special_price li{
  box-sizing:border-box;
}
#special_price li a{
  display:block;
  text-decoration:none;
  color:#333;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #DDD;
  border-radius:4px;
  box-sizing:border-box;
}
#special_price li a:hover {
  cursor: pointer;
  border: 1px solid #66F;
}
#special_price li a .img-frame {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#special_price li a .img-frame img {
  max-width: 180px;
  max-height: 140px;
}
#special_price li a .item-title{
  line-height: 1.2;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  margin:0 0 8px;
}
#special_price li a .price{
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #f00;
}
#special_price li a .s{
  font-size:11px;
}
#special_price .spitem_more{
  text-align:right;
  margin:4em 0;
}

/* empty_itemlist */

#empty_itemlist{
display:flex;
height:200px;
border:2px solid #eee;
border-radius:8px;
justify-content:center;
align-items:center;
margin:0 0 60px;
gap:30px;
}
#empty_itemlist p{
font-size:20px;
}
#empty_itemlist a{
border:1px solid #ccc;
border-radius:4px;
font-size:16px;
text-decoration:none;
color:#666;
display:inline-flex;
align-items:center;
padding:12px 9px 12px 29px ;
gap:10px;
}
#empty_itemlist a:hover{
border-color:#666;
background:#f4f4f4;
}
#empty_itemlist a::after{
content:"";
display:inline-block;
width:10px;
height:10px;
border-right:2px solid #999;
border-bottom:2px solid #999;
rotate:-45deg;
}