.cupsake-progress__head__detail-text {
    font-size: 15rem;
    letter-spacing: normal;
}
.cupsake-progress__head__detail-text-main {
    font-size: 20rem;
    letter-spacing: normal;
}
.cupsake-progress__contents-title {
    letter-spacing: normal;
}
.cupsake-progress__sales-decision__about-cupsake-title {
    letter-spacing: normal;
}
.cupsake-progress__sales-decision__about-cupsake-text {
    letter-spacing: normal;
    font-size: 15rem;
}
.about-cupsake-modal__item-dt {
    letter-spacing: normal;
    font-size: 11rem;
}
.about-cupsake-modal__item-dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cupsake-progress__sales-decision__title-img {
    width: 300rem;
    margin-bottom: 6rem;
}
.about-cupsake-modal_title {
    letter-spacing: normal;
}
.about-cupsake-modal_lead-text {
    letter-spacing: normal;
}
.about-cupsake-modal_lead-text-span {
    letter-spacing: normal;
}
.about-cupsake-modal__item-title {
    letter-spacing: normal;
}
.about-cupsake-modal__item-description {
    letter-spacing: normal;
}
.about-cupsake-modal__item-dd {
    letter-spacing: normal;
}
.cupsake-progress__collaboration-text {
    letter-spacing: normal;
    text-align: center;
}
.cupsake-progress__sake-note {
    letter-spacing: normal;
}
.cupsake-progress__collaboration-img {
    margin-bottom: 88rem;
}
.cupsake-progress__collaboration-flag-img {
    margin-bottom: 10rem;
}
.cupsake-progress__head_-logo-img {
    max-width: 600rem;
    margin: 0 auto;
}
.cupsake-progress__sales-decision__product-item:first-child:before {
    display: none;
}
@media screen and (min-width: 768px) {
    .cupsake-progress__sales-decision__title-img {
        width: 420px;
        margin-bottom: 10px;
    }
    .cupsake-progress__collaboration-img {
        margin-bottom: 98px;
        max-width: 593px;
    }
    .cupsake-progress__collaboration-flag-img {
        margin-bottom: 28px;
        max-width: 270px;
    }
    .cupsake-progress__head_-logo-img {
        margin: 0 auto 30px;
    }
}

/* =====================================================
   collaboration時代のスタイル（EN版のみ）
   ===================================================== */

/* collaboration section base styles */
.cupsake-progress__collaboration {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cupsake-progress__collaboration-title {
    margin-bottom: 10rem;
}
.cupsake-progress__collaboration-title-img {
    display: block;
}
.cupsake-progress__collaboration-img {
    display: block;
    width: 100%;
}

/* about-cupsake-title */
.cupsake-progress__sales-decision__about-cupsake-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: normal;
    margin-bottom: 10rem;
    display: flex;
    align-items: flex-end;
}
.cupsake-progress__sales-decision__about-cupsake-title::before {
    content: "";
    background-image: url(../img/dc-cupsake/progress/about-cupsake_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60rem;
    height: 60rem;
    display: block;
    margin-right: 4rem;
}

/* about-cupsake-modal open state content */
.about-cupsake-modal__head {
    margin-bottom: 60rem;
}
.about-cupsake-modal_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 16rem;
}
.about-cupsake-modal_img {
    display: block;
    width: 100%;
    margin-bottom: 20rem;
}
.about-cupsake-modal_lead-text {
    font-size: 14rem;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: normal;
}
.about-cupsake-modal_lead-text-span {
    font-size: 14rem;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: normal;
    background: linear-gradient(transparent 75%, #F2A090 0);
}

@media screen and (min-width: 768px) {
    .cupsake-progress__sales-decision__about-cupsake-title {
        margin-bottom: 20px;
        font-size: 26px;
        letter-spacing: normal;
        width: 100%;
    }
    .cupsake-progress__sales-decision__about-cupsake-title::before {
        width: 100px;
        height: 100px;
        display: block;
        margin-right: 0;
    }
    .cupsake-progress__collaboration-title-img {
        width: 450px;
    }
    .cupsake-progress__collaboration-img {
        max-width: 652px;
    }
    .cupsake-progress__collaboration-text {
        font-size: 18px;
        letter-spacing: normal;
    }
    .about-cupsake-modal__head {
        margin-bottom: 70px;
    }
    .about-cupsake-modal_title {
        font-size: 28px;
        letter-spacing: normal;
    }
    .about-cupsake-modal_lead-text {
        font-size: 15px;
        letter-spacing: normal;
    }
    .about-cupsake-modal_lead-text-span {
        font-size: 15px;
        letter-spacing: normal;
    }
}