.sale-top .bnr{
	background-image:url(https://img21.shop-pro.jp/PA01331/549/etc/shijimi-sale.jpg?cmsp_timestamp=20170501112708);
	width:700px;
	height:400px;
	position:relative;
}



.sale-top a:hover {
    position:relative;top:2px;left:1px ;
    box-shadow: 0 0 1px #515451;
}
section figure {
    width: 350px;
    height: 260px;
    margin: 10 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}


.gift1 img {
    transition: all 0.4s ease-out 0.1s;
}
.gift1 figure:hover img {
    opacity: .3;
    transform: scale(1.1);
}
.gift1 figcaption {
    color: #fff;
    font-size:16px;
    background: #333;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 5px;
    line-height: 110%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 
    transition: all 0.2s ease-in 0.3s;
    transform: translateY(60px);
}
.gift1 figure:hover figcaption {
    transform: translateY(0);
}

.sale-top .salelogo {
    width:230px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#eb6877;
    border-radius:5px;
    box-shadow:2px 2px #73010a;
    position:absolute;
    margin-top:325px;
    margin-left:10px;
    float : left ;
}






