#gasha_enq div::after {
    display: none;
}
.gasha_topics_ttl {
    margin-top: 0;
}
.gasha_topics_ttl img {
    width: 100%;
}
#gasha_enq {
    width: 1016px;
    margin: 0 auto;
}
#gasha_enq .item-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
#gasha_enq .item {
    width: 100%;
    margin-bottom: 50px;
}
#gasha_enq .item a {
    display: block;
    font-size: 15px;
    padding: 15px 0;
    border-top: 1px solid #999;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
#gasha_enq .item a:hover {
    background: #eee;
}
#gasha_enq .item a:last-child {
    border-bottom: 1px solid #999;
}
#gasha_enq .item a::before {
    content: "";
    background: url(//bandai-a.akamaihd.net/bc/images/shop_top_gashadepa/20180928_gasha_arrow.png) center;
    background-size: cover;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}
#gasha_enq .item a:last-child:before {
    top: 50%;
}
#gasha_enq h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #298eea;
    padding: 10px 0 10px 10px;
}
.gasha_limited_more {
    margin-top: 50px;
}