
.top_image{
    position: relative;
    top: 0;
    left: 0px;
    width:100vw;
    z-index: 1;
}

.posts{
    font-family: "impact", Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 58px;
    color:rgb(90, 90, 90);
    margin-top: 100px;
    margin-left: 80px;
    padding-right: 300px;
}
.post_lists{
    font-family: "Yu Mincho","Book Antiqua","century","Georgia",cursive;
    font-size: 15px;
}
.post_lists a{
    color: #505050;
}
.post1:hover{
    background-color: beige;
    transition: all 0.3s;
}
.post2:hover{
    background-color: beige;
    transition: all 0.3s;
}
.gt_product_1{
    width:120px;
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 100px;
    border: 1px solid;
    border-radius: 8px;
    border-color:rgb(194, 193, 193);
}
.gt_product_1_name{
    width:100%;
    border: 1px solid;
    border-radius: 0px 0px 8px 8px;
    color:#505050;
    text-align:center;
    border-color:rgb(194, 193, 193);
    background: rgb(212, 212, 212);
}
.gt_product_1_category{
    font-family: "Book Antiqua","century",Georgia;
    font-size: 18px;
}
.gt_product_1_name_ja{
    font-family:"HG行書体","HGP行書体","Book Antiqua","century","Georgia",cursive;
    font-size: 17px;
}
.gt_product_1_name_eng{
    font-family: "Book Antiqua","century",Georgia;
    font-size: 14px;
}
.gt_product_1_img{
    padding-top: 18px;
    margin-left: 0;
    width:100%;
}


/*mobile_header*/
@media screen and (max-width: 480px) {
     
        .posts{
        font-family: "impact", Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-size: 30px;
        color:rgb(90, 90, 90);
        margin-top: 100px;
        margin-left: 10px;
        padding-right: 0px;
    }
    
}