#ochugen .section02 .section02_ranking .ranking_in_a a {
    display: block;
    width: 560px;
    height: 50px;
    position: relative;
}

.link.big_btn {
    width: 50%;
    max-width: 560px;
}

@media screen and (max-width: 768px) {

    .link.big_btn {
        width: 70% !important;
    }

    #ochugen .section02 .link.big_btn {
        width: 70% !important;
    }
}

p.catch {
    background: linear-gradient(90deg, #807903 20%, #cdb66a 50%, #807802 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.price_area.price_area_b .code-area {
    margin-bottom: 50px;
}

.price_area.price_area_b .sub_price {
    position: relative;
}


.price_area.price_area_b .sub_price small {
    font-size: 20px;
}

.price_area.price_area_b .sub_price b {
    position: absolute;
    font-size: 20px;
    top: 25%;
    right: -20px;
}

.price_area.price_area_b .sub_price_tax {
    font-size: 16px;
}

.price_area.price_area_b .sub_price img {
    position: absolute;
    top: 5px;
    left: 0;
}

#ochugen .section03 .section03_h3 h3 span {
    font-family: serif;
    font-size: clamp(20px, 5vw, 50px);
    font-weight: bold;
    color: #009AB4;
    line-height: 1.5;
}