/*AREADISCOUNT*/
.areaDiscount {
    background: url('../images/trader-detail-zuke/bg-discount.jpg') no-repeat center center/cover;
    padding: 40px 0 55px;
    margin: 126px 0 109px;
}

.areaDiscount .inner {
    max-width: 1425px;
}

.areaDiscount .wrapDiscount {}

.titleDiscount {
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 0.3px;
}

.titleDiscount .bgAf {
    position: relative;
    padding: 0 70px;
    display: inline-block;
}

.titleDiscount .bgAf:after {
    content: "";
    position: absolute;
    background: url('../images/trader-detail-zuke/discount-after.svg') no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: 30px;
    right: 0;
}

.titleDiscount .bgAf:before {
    content: "";
    position: absolute;
    background: url('../images/trader-detail-zuke/discount-before.svg') no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: 30px;
    left: 0;
}

.titleDiscount .colYellow {
    color: #FDE300;
}

.titleDiscount .colYellow .fsz80 {
    font-size: 80px;
}

.areaDiscount .wrapDiscount .listDiscount {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 19px;
}

.areaDiscount .wrapDiscount .listDiscount li {
    margin-right: 3.5%;
}

.areaDiscount .wrapDiscount .listDiscount li:nth-child(1) {
    width: 16.2%;
}

.areaDiscount .wrapDiscount .listDiscount li:nth-child(2) {
    width: 18.2%;
}

.areaDiscount .wrapDiscount .listDiscount li:nth-child(3) {
    width: 20.6%;
}

.areaDiscount .wrapDiscount .listDiscount li:nth-child(4) {
    width: 33.2%;
}

.areaDiscount .wrapDiscount .listDiscount li:nth-child(4n) {
    margin-right: 0;
}

.areaDiscount .wrapDiscount .listDiscount li:last-child {
    margin-right: 0;
}

.areaDiscount .wrapDiscount .listDiscount li img {
    width: 100%;
    height: 100%;
}

/*AREACOLLECTSER*/
.areaCollectSer {
    margin-bottom: 69px;
}

.areaCollectSer .inner {}

.areaCollectSer .wrapCollectSer {}

.wrapGreen {
    background: #1AAF55;
    border-radius: 30px;
    padding: 0 50px 56px;
}

.wrapTitleCollect {
    display: flex;
    margin-bottom: -3px;
    padding: 0 4px 0 11px;
}

.wrapTitleCollect .titleColSer {
    width: calc(100% - 226px);
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.35;
    padding-top: 42px;
}

.wrapTitleCollect .titleColSer span {
    color: #FDE300;
    font-size: 47px;
    letter-spacing: -0.6px;
}

.wrapTitleCollect .titlePhoto {
    width: 216px;
    margin-left: 10px;
    transform: translateY(-44px);
}

.wrapTitleCollect .titlePhoto img {
    width: 100%;
}

.listCollectSer {
    display: flex;
    flex-wrap: wrap;
}

.listCollectSer li {
    width: calc((100%/5) - 3.2px);
    margin-right: 4px;
}

.listCollectSer li:nth-child(5n) {
    margin-right: 0;
}

.listCollectSer li:last-child {
    margin-right: 0;
}

.listCollectSer li .nameColSect {
    font-size: 16px;
    padding: 8px 10px 12px;
    color: #303030;
    text-align: center;
    font-weight: bold;
    background: #FDE300;
}

.listCollectSer li .boxColSer {
    padding: 11px 10px 8px;
    color: #303030;
    background: #ffffff;
    text-align: center;
}

.listCollectSer li .boxColSer .weightColSer {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 7px;
    color: #303030;
    text-align: center;
}

.listCollectSer li .boxColSer .txtColSer {
    margin-bottom: 8px;
    line-height: 1.45;
    font-size: 14px;
    font-weight: 500;
    color: #303030;
    text-align: center;
}

.listCollectSer li .boxColSer .priceColSer {
    font-size: 19px;
    color: #1AAF55;
    margin-bottom: 16px;
    font-weight: 600;
    color: #FD5255;
    line-height: 1;
    text-align: center;
}

.listCollectSer li .boxColSer .priceColSer span {
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.listCollectSer li .boxColSer .imgColSer {}

.listCollectSer li .boxColSer .imgColSer img {}

/*AREASTEPSER*/
.areaStepSer {
    margin-bottom: 201px;
}

.areaStepSer .wrapStepSer.wrapGreen {
    padding: 0 50px 56px 50px;
}

.areaStepSer .wrapTitleCollect {
    margin-bottom: -10px;
    padding: 0 6px 0 32px;
}

.areaStepSer .wrapTitleCollect .titleColSer {
    padding-top: 55px;
}

.areaStepSer .listStepSer {}

.areaStepSer .listStepSer li {
    background: #ffffff;
    padding: 29px 20px 50px 0;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.areaStepSer .listStepSer li:last-child {
    margin-bottom: 0;
}

.areaStepSer .listStepSer li .wrapStepSerLeft {
    width: 140px;
    margin-right: 30px;
    transform: translateX(-9px);
}

.wrapNumberStepZuke {
    background: #F6B233;
    padding: 36px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wrapNumberStepZuke .txtNumber {
    font-size: 18px;
    font-weight: 800;
    color: #303030;
    margin-bottom: 0;
    line-height: 1.4;
}

.wrapNumberStepZuke .numberStep {
    font-size: 63px;
    font-weight: bold;
    color: #303030;
    line-height: 1;
}

.areaStepSer .listStepSer li .wrapStepSerRight {
    width: calc(100% - 170px);
    padding-top: 9px;
}

.areaStepSer .listStepSer li .titleStepItem {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 17px;
}

.areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem {
    display: flex;
    align-items: center;
}

.areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: justify;
    width: 48%;
    margin-right: 4.4%;
    min-width: 390px;
    line-height: 1.58;
}

.areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .stepSerPhoto {
    width: 45%;
}

.areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .stepSerPhoto img {}

/*END-SINGLE-RAKU-SUTE*/
@media (max-width: 1450px) and (min-width: 769px) {
    .titleDiscount {
        font-size: clamp(38px, 3.8vw, 57px);
    }

    .titleDiscount .bgAf {
        padding: 0 4.6vw;
    }

    .titleDiscount .colYellow .fsz80 {
        font-size: clamp(56px, 5.2vw, 80px);
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        width: clamp(38px, 3.3vw, 53px);
        height: clamp(58px, 5.2vw, 90px);
        top: clamp(20px, 2vw, 30px);
    }
}
@media (max-width: 1280px) and (min-width: 769px) {
    .wrapTitleCollect .titleColSer {
        font-size: clamp(26px, 2.6vw, 37px);
    }

    .wrapTitleCollect .titleColSer span {
        font-size: clamp(35px, 3.5vw, 46px);
    }
}
@media (max-width: 1145px) and (min-width: 769px) {
    .listCollectSer li {
        width: calc((100% / 3) - 3%);
        margin-right: 4.5%;
    }

    .listCollectSer li:nth-child(5n) {
        margin-right: 4.5%;
    }

    .listCollectSer li:nth-child(3n),
    .listCollectSer li:last-child {
        margin-right: 0;
    }

    .listCollectSer li:nth-child(n + 4) {
        margin-top: 4.5%;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .areaStepSer .listStepSer li {
        padding-bottom: 35px;
    }

    .areaStepSer .listStepSer li .wrapStepSerLeft {
        width: 14%;
        margin-right: 1vw;
    }

    .wrapNumberStepZuke {
        padding: 2.7vw 2vw;
    }

    .wrapNumberStepZuke .txtNumber {
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .wrapNumberStepZuke .numberStep {
        font-size: clamp(55px, 5.5vw, 62px);
    }

    .areaStepSer .listStepSer li .wrapStepSerRight {
        width: 84.5%;
    }

    .areaStepSer .listStepSer li .titleStepItem {
        font-size: clamp(28px, 3.3vw, 37px);
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem {
        justify-content: space-between;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
        font-size: clamp(18px, 2vw, 24px);
        width: 52%;
        margin-right: 0;
        min-width: inherit;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .stepSerPhoto {
        width: 44%;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
	.wrapGreen,
    .areaStepSer .wrapStepSer.wrapGreen {
        padding: 0 4vw 4vw;
    }

    .wrapTitleCollect,
    .areaStepSer .wrapTitleCollect {
        margin-bottom: 10px;
        padding: 0 4px 0 11px;
        justify-content: space-between;
    }

    .wrapTitleCollect .titleColSer,
    .areaStepSer .wrapTitleCollect .titleColSer {
        width: 74%;
        padding-top: 4vw;
    }

    .wrapTitleCollect .titlePhoto {
        width: 24%;
        width: clamp(160px, 27%, 200px);
        transform: translateY(-4.3vw);
    }
}

@media (max-width: 995px) and (min-width: 769px) {
    .titleDiscount .bgAf {
        display: inline-block;
        padding: 0 50px;
    }

    .titleDiscount .colYellow {
        display: block;
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        top: -1px;
    }
}

@media (max-width: 945px) and (min-width: 769px) {
    .wrapTitleCollect .titleColSer br.disNone {
        display: none;
    }
}

@media (max-width: 768px) {
    /*AREADISCOUNT*/
	.areaDiscount {
        margin: 80px 0;
    }

    .titleDiscount {
        font-size: clamp(26px, 4.9vw, 34px);
        margin-bottom: 35px;
    }

    .titleDiscount .bgAf {
        padding: 0 5vw;
        display: inline-block;
    }

    .titleDiscount .bgAf:before,
    .titleDiscount .bgAf:after {
        width: clamp(21px, 6.2vw, 33px);
        height: clamp(33px, 9.8vw, 48px);
        top: clamp(5px, 1.9vw, 32px);
    }

    .titleDiscount .colYellow .fsz80 {
        font-size: clamp(36px, 9.6vw, 46px);
    }

    .areaDiscount .wrapDiscount .listDiscount {
        padding: 0;
        align-items: center;
        justify-content: space-around;
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
    }

    .areaDiscount .wrapDiscount .listDiscount li {
        margin-right: 0;
    }

    .areaDiscount .wrapDiscount .listDiscount li:nth-child(1),
    .areaDiscount .wrapDiscount .listDiscount li:nth-child(2),
    .areaDiscount .wrapDiscount .listDiscount li:nth-child(3) {
        width: 35%;
    }

    .areaDiscount .wrapDiscount .listDiscount li:nth-child(4) {
        width: 46%;
    }

    .areaDiscount .wrapDiscount .listDiscount li:nth-child(n + 3) {
        margin-top: 8%;
    }

    /*AREACOLLECTSER*/
    .wrapGreen,
    .areaStepSer .wrapStepSer.wrapGreen {
        border-radius: 15px;
        padding: 25px 25px 25px;
    }

    .wrapTitleCollect,
    .areaStepSer .wrapTitleCollect {
        justify-content: space-between;
        margin-bottom: 6vw;
        padding: 0;
        align-items: center;
    }

    .wrapTitleCollect .titleColSer,
    .areaStepSer .wrapTitleCollect .titleColSer {
        width: 69%;
        font-size: clamp(18px, 3.9vw, 26px);
        line-height: 1.35;
        padding-top: 0;
    }

    .wrapTitleCollect .titleColSer span {
        font-size: clamp(24px, 4.6vw, 32px);
    }

    .wrapTitleCollect .titleColSer br {
        display: none;
    }

    .wrapTitleCollect .titlePhoto {
        width: 25%;
        max-width: 216px;
        margin-left: 0;
        transform: none;
    }

    .listCollectSer li {
        width: 48.5%;
        margin-right: 3%;
    }

    .listCollectSer li:nth-child(2n) {
        margin-right: 0;
    }

    .listCollectSer li:nth-child(n + 3) {
        margin-top: 3%;
    }

    .listCollectSer li .boxColSer .weightColSer {
        font-size: 18px;
    }

    .listCollectSer li .boxColSer .txtColSer {
        font-size: 14px;
    }

    .listCollectSer li .boxColSer .priceColSer {
        font-size: 18px;
    }

    .listCollectSer li .boxColSer .priceColSer span {
        font-size: 34px;
    }

    .listCollectSer li .boxColSer .imgColSer {
        width: 80%;
        margin: 0 auto;
        max-width: 250px;
    }

    /*AREASTEPSER*/
    .areaStepSer {
        margin-bottom: 80px;
    }
    .areaStepSer .listStepSer li {
        flex-direction: column;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .areaStepSer .listStepSer li .wrapStepSerLeft {
        width: 100%;
        margin-right: 0;
        transform: none;
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .wrapNumberStepZuke {
        width: 80px;
        margin-right: 12px;
        padding: 15px 10px;
    }

    .wrapNumberStepZuke .txtNumber {
        font-size: 12px;
    }

    .wrapNumberStepZuke .numberStep {
        font-size: 30px;
    }

    .areaStepSer .listStepSer li .titleStepItem {
        margin-bottom: 0;
        width: calc(100% - 92px);
        font-size: 18px;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight {
        width: 100%;
        margin-top: 0;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem {
        flex-direction: column;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .txtStepSer {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        min-width: inherit;
        margin-bottom: 10px;
    }

    .areaStepSer .listStepSer li .wrapStepSerRight .boxStepItem .stepSerPhoto {
        width: 75%;
        margin: 0 auto;
        max-width: 250px;
    }
}

@media (max-width: 500px) {
	.listCollectSer {
        flex-direction: column;
    }

    .listCollectSer li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .listCollectSer li:first-child {
        margin-top: 0;
    }

    .listCollectSer li:nth-child(2n) {
        margin-right: 0;
    }

    .listCollectSer li:last-child {
        margin-bottom: 0;
    }
}