/* PC */
.specialWarp {

    #floor0.goodsFloor {
        margin-top: 0;
    }

    #floor1.special_rich_text {
        margin-top: 30px;
    }

    .special_rich_text .rich_text_content {
        background-color: unset;
    }

    .special_rich_text+.coupon_line_multiple {
        margin-top: 0;
    }

    .special_commonNormal_1 ~ .special_commonNormal_2 {
        margin-top: 20px;
    }

    #floor6 + #floor7, #floor9 + #floor10 {
        margin-top: 20px;
    }

    .subjectNav {
        .subjectSide_list {
            background-color: #FF5023 !important;
        }

        .subjectSide_item .subjectSide_link {
            color: #fff !important;
        }

        .subjectSide_item:not(:last-of-type) .subjectSide_link:after {
            background-color: #fff !important;
        }
    }
}