h2 {
    margin-bottom: 50px;
}
.hero {
    background-image: url(../image/solv_glove-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }    
    .contentimage {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        border: none;
        max-width: 99%;
        padding: 4px;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
    }
    #productlist {
        text-align: center;
    }
    #product {
        display: inline-block;
        border-bottom: solid 1px #eaebeb;
        width: 100%;
    }
    .productname {
        font-size: 14px;
    }
    .price {
        text-align: center;
    }
    .price span {
        color: red;
        font-size: 23px;
        font-weight: 900;
    }
    .product .Link{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    a {
        text-decoration: none;
        color: #7d6b5a;
    }
    .link p {
        position: relative;
        padding: 0.1em 0.3em;
        display: inline-block;
        transition: .3s;
        color: #7d6b5a;
    }
    .link p::before,
    .link p::after {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        background-color: #7d6b5a;
        transition: .3s;
    }
    .link p::before {
        top: 0;
        left: 0;
    }
    .link p::after {
        bottom: 0;
        right: 0;
    }
    .link p:hover::before,
    .link p:hover::after {
        width: 100%;
    }
@media (min-width:766px) {
    .hero {
        background-image: url(../image/solv_glove.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
      }    
    #main {
        margin-left: auto;
        margin-right: auto;
        max-width: 934px;
    }
    #product {
        width: 182px;
    }
    .productname p {
        width: 90%;
    }
}
@media (max-width:766px) {
    #product {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .productimg {
        float: left;
        width: 35%
    }
    .productname {
        float: left;
        width: 65%;
    }
    }