.banner-items.col2,
.banner-items.col3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}
.banner-item {
    line-height: 0;
    margin-top: 10px;
}
.banner-item:first-child {
    margin-top: 0;
}
.banner-items.col2 .banner-item {
    margin: 0;
    width: calc((100% / 2) - 15px);
}
.banner-items.col3 .banner-item {
    margin: 0;
    width: calc((100% / 3) - 15px);
}
.banner-items .banner-item,
.banner-items.col3 .banner-item:first-child {
    width: 100%;
}
.banner-item img {
    width: 100%;
}
.image-bg {
    background: #B90F0F;
}
.image-head,
.image-foot {
    line-height: 0;
}
.image-foot {
    padding-top: 2px;
}
@media screen and (max-width: 768px) {
    .banner-items.col2,
    .banner-items.col3 {
        gap: 6px;
        row-gap: 10px;
    }
    .banner-items.col2 .banner-item {
        margin: 0;
        width: calc((100% / 2) - 6px);
    }
    .banner-items.col3 .banner-item {
        margin: 0;
        width: calc((100% / 3) - 6px);
    }
}
@media screen and (max-width: 500px) {
    .banner-items.col2,
    .banner-items.col3 {
        gap: 0;
        row-gap: 10px;
    }
    .banner-items.col2 .banner-item {
        width: 100%;
    }
    .banner-items.col3 .banner-item {
        width: 48.5%;
    }
}

/* top news */
.news-item:not(:last-child) {
    margin: 0 0 5px;
}
.news-item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-item__date {
    width: 95px;
}
.news-item__date::before {
    content: "[";
}
.news-item__date::after {
    content: "]";
}
.news-item__ttl {
    width: calc(100% - 95px);
}
@media screen and (max-width: 768px) {
    .news-item__date {
        font-size: 12px;
    }
    .news-item__date {
        width: 85px;
    }
    .news-item__ttl {
        font-size: 13px;
        width: calc(100% - 85px);
    }
}
/* top category */
.category-cards {
    background: url(http://gigaplus.makeshop.jp/fishing/inomata2014/images/top_cate_bk.jpg) no-repeat right bottom;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.category-card {
    background: #F4F4F4;
    margin: 10px 0 0;
    min-height: 240px;
    padding: 0 0 45px;
    position: relative;
    width: 33%;
}
.category-card:nth-child(-n+3) {
    margin-top: 0;
}
.category-card__image {
    line-height: 0;
}
.category-card__links {
    padding: 8px 8px 8px;
}
.category-card__links ul li {
    background: url(http://gigaplus.makeshop.jp/fishing/inomata2014/images/yaji1.png) no-repeat 0 4px;
    padding: 0 0 0 21px;
}
.category-card__links ul li:not(:last-child) {
    margin: 0 0 5px;
}
.category-card__more {
    margin: 10px 0 0;
    padding-right: 8px;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    width: 100%;
}
.category-card__more a {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 50%, rgba(255,255,255,1) 100%);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 15px;
}
@media screen and (max-width: 768px) {
    .category-card {
        min-height: 240px;
        padding: 0 0 45px;
        width: 49%;
    }
    .category-card:nth-child(-n+3) {
        margin-top: 10px;
    }
    .category-card:nth-child(-n+2) {
        margin-top: 0;
    }
    .category-card__links ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .recommend .block-head {
        padding: 0 15px;
    }
}
/* notice */
.block.notice {
    background: #F4F4F4;
    padding: 10px;
}
.block.notice .block-inner {
    background: #fff;
    padding: 10px;
}