.nho {
  text-align: center;
    font-size: 14px;
    font-weight: normal;
	margin-bottom: 10px;
}
.sanpham {
    padding: 5px;
}
.sanpham a{
   color: black;
    display: block;
    border: 1px solid #c4c2c2;
    padding: 13px 15px 13px 35px;
}
.sanpham a:hover{
 background: #999b9b30;
opacity:5;
}
.sanpham a::after { 
    content: "›";
    float: right;
}
.sanpham:nth-child(1){ 
   background: url(/user_data/images/01-game.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}
.sanpham:nth-child(2){ 
  background: url(/user_data/images/03-disney.png);
  background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}
.sanpham:nth-child(3){ 
   background: url(/user_data/images/03-movie.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}
.sanpham:nth-child(4){ 
  background: url(/user_data/images/02-vocaloid.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}
.sanpham:nth-child(5){
   background: url(/user_data/images/04-crown.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}

.sanpham:nth-child(6){ 
   background: url(/user_data/images/05-wig.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}

.sanpham:nth-child(7){ 
   background: url(/user_data/images/06-item.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
}

.sanpham:nth-child(8){ 
   background: url(/user_data/images/08-event3.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position: 12px center;
   font-size:0!important;
}
.sanpham:nth-child(8) a:before{
   font-size:1.4rem;
   content:" 夏イベント特集";
}
.u-icon--feature:after{
	font-size:1.4rem;
	content:" 夏イベント特集";
	vertical-align: 3px;
}
@media only screen and (max-width: 700px){
.sanpham:not(:nth-child(8)) a{
    font-size: 1.3rem;
}
.sanpham:nth-child(8) a:before{
   font-size:1.3rem;
}
.u-icon--feature:before{
    position: absolute;
	left: 0;
	right: 0;
}
.u-icon--feature:after{
    font-size: 11px;
    /* bottom: 7px!important; */
    position: relative;
    top: 20px;
}
}
