@charset "utf-8";
.top__logo-area {
    max-width: 198px;
    margin: 27px auto 18px;
}
.top__ttl {
    font-size: 30px;
    text-align: center;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: normal;
    margin-bottom: 28px;
}
.top__product-area {
    padding: 0 20px;
}
.top__product-box {
    margin-bottom: 60px;
}
.top__product-name {
    font-size: 23px;
    color: #333;
    margin: 20px 0 10px;
}
.top__product-txt {
    word-break: break-all;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 37px;
}
.top__product-btn>a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #c1272d;
    width: 148px;
    height: 26px;
    display: block;
    padding: 5px 0;
    border-radius: 15px;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .top__product-area {
        max-width: 720px;
        padding: 0;
        margin: 0 auto -20px;
    }
    .top__product-box-area {
        display: flex;
        flex-wrap: wrap;
        margin-top: 113px;
        justify-content: center;
    }
    .top__product-box {
        max-width: calc((99% - 66px)/3);
        margin-right: 33px;
        margin-bottom: 110px;
    }
    .top__product-box:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width:1025px) {
    .top__product-area {
        max-width: 1240px;
    }
}