@charset "utf-8";

#classic>div>div>div {
    background: rgba(255,252,238,.9);
}
#classic div.intro>div {
    color: #000a14;
}
#classic>div>div>div.sumikon {
    background: rgba(0,10,20,.85);
    color: #fffcee;
}
@media (min-width: 641px){
    #classic>div>div>div.sumikon {
        margin-bottom: 127px;
    }
    #classic div.intro>div {
        padding: 80px 0;
    }
    #classic>div>div p {
        font-size: 15px;
        text-align: center;
    }
    #classic div.intro div ul {
        width: initial;
        display: table;
        margin: 0 auto;
        padding-top: 35px;
    }
    #classic div.intro div ul li a {
        width: 170px;
        margin: 0 auto;
        border: 1px #fffcee solid;
        color: #fffcee;
    }
    #classic .products p span {
        font-size: 20px;
        text-align: center;
        padding-bottom: 80px;
    }
    #classic .products {
        padding-top: 80px;
    }
}
@media screen and (max-width: 640px) {
    #classic>div>div>div.sumikon {
        margin-bottom: 93px;
    }
    #classic div.intro>div {
        padding: 11.72% 6.25% 13.28%;
    }    
    #classic div.intro>div p {
        font-size: 103.13%;
        line-height: 2.02;
    }
    #classic div.intro div ul {
        padding-top: 6.25%;
    }
    #classic div.intro div ul li a {
        width: 10.1em;
        border: 0.09em #fffcee solid;
        color: #fffcee;
    }
    #classic .products p span {
        font-size: 101.33%;
        text-align: center;
    }
}

