#apparel-purchase-feature .titleMain::before {
    display: none;
}

/* ▼【修正】フォントサイズ調整 */
#apparel-purchase-feature .titleMain--main {
    font-size: clamp(15px, 4.2vw, 23px) !important;
    font-weight: 600 !important;
    line-height: 1.4;
    margin: 0 0 -1% 0 !important;
}

#apparel-purchase-feature .titleMain--main span {
    font-size: 7vw !important;
}

@media (min-width: 768px) {
    #apparel-purchase-feature .titleMain--main span {
        font-size: clamp(15px, 5vw, 30px) !important;
    }

    #apparel-purchase-feature p {
        font-size: var(--font-l);
    }
}

#apparel-purchase-feature .content-wrapper {
    max-width: 650px;
    margin: 0px auto;
    padding: 3% 0 5% 0;
}

#apparel-purchase-feature .picture__wrap {
    position: relative;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #apparel-purchase-feature .picture__wrap {
        margin-top: 4.5%;
    }
}

#apparel-purchase-feature .apparel_picture_text {
    position: absolute;
    color: #000;
    top: 5%;
    left: 5%;
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.3;
    -webkit-text-stroke-width: thin;
}

#apparel-purchase-feature .apparel_picture_text span {
    color: #e60012;
}

/* ▼【修正】フォントサイズ調整 */
#apparel-purchase-feature p {
    font-size: var(--font-l);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0em;
}

#apparel-purchase-feature .info-section-virtical-line {
    margin-top: 30px;
    border-left: 5px solid #e60012;
    padding-left: 10px;
}

/* ▼【修正】フォントサイズ調整 */
#apparel-purchase-feature .info-section h2 {
    color: #000;
    font-size: 4.2vw;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1.2em;
}

#apparel-purchase-feature .info-section h2 span {
    color: #e60012;
}

#apparel-purchase-feature .info-section p:last-child {
    margin-bottom: 0;
}
</style > <style > #apparel-purchase-feature .strengthening_purchasing_section {
    margin-top: 0rem;
    background: #f1f1f1;
    width: 93%;
    border-radius: 18px;
}

#apparel-purchase-feature .common_accordion_item_wrap {
    border: 1px solid #e60011;
    border-radius: 0.5em;
    overflow: hidden;
}

#apparel-purchase-feature .common_accordion_item_wrap:not(:last-child) {
    margin-bottom: 1em;
}

/* ▼【修正】フォントサイズ調整 */
#apparel-purchase-feature .common_accordion_content p {
    padding: 0em 0.5em 1em 0.5em;
}

#apparel-purchase-feature .common_accordion_container {
    margin: 7% auto 1em auto;
}

#apparel-purchase-feature span.common_accordion_title {
    background-color: #e60011;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
}

#apparel-purchase-feature .common_accordion_header {
    color: #000;
    padding: 0.3em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #fff;
    text-align: left;
}

/* ▼【追加】アコーディオン見出し(h3)のスタイル */
#apparel-purchase-feature .common_accordion_header h3 {
    font-size: 4.2vw;
    font-weight: 600;
    margin: 0;
    /* h3デフォルトのマージンをリセット */
}

#apparel-purchase-feature .common_accordion_header .common_accordion_title {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

#apparel-purchase-feature .common_accordion_header::after {
    content: "+";
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    background-color: #e60011;
    color: white;
    border-radius: 50%;
    width: 0.8em;
    height: 0.8em;
    display: flex;
    justify-content: center;
    line-height: 0.7em;
    font-weight: 100;
}

#apparel-purchase-feature
    .common_accordion_item.is-open
    .common_accordion_header::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

#apparel-purchase-feature .common_accordion_content_wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out;
}

#apparel-purchase-feature
    .common_accordion_item.is-open
    .common_accordion_content_wrapper {
    grid-template-rows: 1fr;
}

#apparel-purchase-feature .common_accordion_content {
    background-color: white;
    overflow: hidden;
}

#apparel-purchase-feature .strengthening_purchasing_section {
    padding: 5%;
}

#apparel-purchase-feature
    .strengthening_purchasing_section
    .titleMain
    .titleMain--main {
    line-height: 1.5 !important;
}

@media (max-width: 767px) {
    #apparel-purchase-feature .common_accordion_header {
        padding-right: 3em;
    }
}

@media (min-width: 768px) {
    #apparel-purchase-feature .apparel_picture_text {
        font-size: clamp(12px, 3vw, 32px);
    }

    #apparel-purchase-feature p {
        font-size: var(--font-l);
    }

    #apparel-purchase-feature .info-section p {
        font-size: var(--font-l);
    }

    #apparel-purchase-feature .common_accordion_header h3 {
        text-align: left;
        padding: 1em;
        font-weight: 600;
    }

    #apparel-purchase-feature .common_accordion_header::after {
        font-size: 2.5em;
    }

    #apparel-purchase-feature .content-wrapper {
        max-width: 100%;
    }

    #apparel-purchase-feature .strengthening_purchasing_section {
        width: 100%;
    }

    #apparel-purchase-feature .info-section h2 {
        font-size: var(--font-xl);
    }

    #apparel-purchase-feature .common_accordion_header h3 {
        font-size: var(--font-xl);
    }
}
