.sec-instagram div.wrapper div.instagram-container {
    display: block;
    margin-top: 40px;
}

.sec-instagram a.btn {
    height: 60px;
    width: 280px;
    color: #b79a4b;
    background: #fff;
    border: 2px solid #b79a4b;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    font-size: 1.6rem;
    line-height: 22px;
    transition: all .3s ease-out;
    display: flex;
    position: relative;
}
.sec-instagram a.btn::after {
    content: "";
    width: 20px;
    height: 4px;
    background: url(https://tezuka.develop-view.com/system/wp-content/themes/tezuka/dist/assets/style/semi_arw.d466ad81.png) 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    transform: translateY(-50%);
}
.sec-instagram a:hover {
    color: #fff;
    background: #b79a4b;
}
.sec-instagram a:hover::after {
    content: "";
    width: 20px;
    height: 4px;
    background: url(https://tezuka.develop-view.com/system/wp-content/themes/tezuka/dist/assets/style/semi_arw_white.f2727d88.png) 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    transform: translateY(-50%);
}

.page.page-products .sec-products-list .product img + p {
    color:#333;
    font-size: 1.4rem;
}
/* .page.page-products .sec-products-list .product p:first-of-type {
    color:#b79a4b;
    font-size: 1.8rem;
    font-weight: 700;
} */
.page.page-products .sec-products-list .product {
    align-self: flex-end;
}
.page.page-products .sec-products-list .product div.grey {
    background: #ccc;
    position: relative; 
    max-height: 358px;
    height: 100%;
    width: 100%;
}

.page.page-products .sec-products-list .product p.grey {
    position: relative;
    top: 50%;
    z-index: 5;
}
.page.page-business.page-rice-store .sec .third picture {
    display: none;
}
/* .page.page-business.page-rice-store .sec-page-top {
    background-image: url(https://tezuka.develop-view.com/system/wp-content/themes/tezuka/assets/images/rice-store/banner_page.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
} */

@media screen and (max-width: 599px) {
    .page.page-products .sec-products-list .product {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        flex-direction: column;

    }
    .page.page-products .sec-products-list .product div.grey {
        max-height: none;
        height: calc(404 * 100vw / 600);
    }
    .page.page-products .sec-products-list .product p.grey {
        position: absolute;
        top: 30%;
    }
}