@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1024px) {
    .contents-area {
        margin: 60px 2% 0;
        width: 94%;
        font-size: 3.5vw;
    }
    .section-1, .section-2, .section-3, .section-4 {
        width: 100%;
        margin: 10px auto;
    }
    .section-1{
        width: 90%;
    }
    /* タイトルデザイン */
    .campaign-title {
        position: relative;
        padding: 10px 0;
        background: #dfe170;
        color: #5d535e;
        font-size: 4.375vw;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 40px;
        width: 100%;
        max-width: 1300px;
        box-sizing: border-box;
    }
    /* 下の三角 */
    .campaign-title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #dfe170;
    }
    .section-title {
        position: relative;
        padding-left: 14px;
        font-size: 4.2vw;
        font-weight: 500;
        color: #5d535e;
        margin: 30px 0 15px;
    }
    .lead_box.lead {
        font-size: 4.2vw;
        text-align: center;
        font-weight: bold;
        margin: 30px 0;
        font-family: 'Spectral SC', serif;
    }
    .section-1 p {
        line-height: 2;
    }
    .timeline {
        position: relative;
        padding-left: 40px;
        max-width: 600px;
        margin-top: 40px;
        font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    }
    .timeline::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #f2a1b3;
    }
    .timeline-item {
        position: relative;
        margin-bottom: 40px;
    }
    .dot {
        position: absolute;
        left: -28px;
        background: #f2a1b3;
        border-radius: 50%;
    }
    .dot.small {
        width: 15px;
        height: 15px;
        top: 6px;
    }
    .dot.large {
        width: 25px;
        height: 25px;
        left: -33px;
        top: 1px;
    }
    .content h4 {
        margin: 0;
        font-size: 4.375vw;
        font-weight: bold;
    }
    .sub {
        margin: 9px 0 12px;
        font-size: 3.5vw;
        color: #666;
    }
    .bubble1 {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-left: 12px;
        padding: 8px 16px;
        border: 2px solid #f2a1b3;
        border-radius: 999px;
        color: #e36b87;
        font-size: 3.5vw;
        background: #fff;
        margin-right: 3px;
        width: 220px;
        text-align: center;
        position: relative;
    }
    .bubble1::before {
        content: "";
        position: absolute;
        left: -34px;
        bottom: 19px;
        height: 2px;
        width: 34px;
        background: #f2a1b3;
    }
    .bubble2 {
        display: inline-block;
        margin-top: 10px;
        margin-left: 12px;
        padding: 8px 16px;
        border: 2px solid #f2a1b3;
        border-radius: 999px;
        color: #e36b87;
        font-size: 3.5vw;
        background: #fff;
        margin-right: 3px;
        width: 220px;
        text-align: center;
        position: relative;
    }
    .bubble2::before {
        content: "";
        position: absolute;
        left: -34px;
        bottom: 18px;
        width: 34px;
        background: #f2a1b3;
        height: 2px;
    }
    /* 左の縦ライン */
    .section-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.15em;
        width: 7px;
        height: 1.4em;
        background: #d9e36a;
    }
    /*対象の商品*/
    .campaign-item-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .campaign-item-box {
        width: 49%;
        margin-bottom: 10px;
    }
    .campaign-item-img {
        position: relative;
    }
    p.campaign-item-text {
        position: absolute;
        bottom: 15px;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        text-align: center;
        color: #ffffff;
        padding: 6px;
        box-sizing: border-box;
        font-size: 3.5vw;
        letter-spacing: 2px;
    }
    /*お客様の喜びの声*/
    .voice-list {
        margin: 0 auto 40px;
    }
    .voice-item {
        display: flex;
        align-items: center;
        gap: 12px;
        border: 2px solid #d9e36a;
        border-radius: 6px;
        padding: 13px;
        margin-bottom: 25px;
        background: #fff;
    }
    .voice-img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #d9e36a;
    }
    .voice-text {
        line-height: 1.7;
        color: #5d535e;
        font-size: 3.5vw;
    }
    /*よくある質問*/
    .faq {
        margin: 0 auto 60px;
        font-size: 3.5vw;
    }
    .faq-item {
        padding: 20px 12px;
        border-bottom: 1px solid #e0e0e0;
        background: #ffffff;
        margin-bottom: 25px;
    }
    .q, .a {
        line-height: 2;
        margin: 0;
    }
    .q {
        color: #5d535e;
        font-weight: bold;
        margin-bottom: 8px;
        border-bottom: 1px solid #ec96a4;
        padding-bottom: 10px;
    }
    .a {
        color: #5d535e;
    }
    .q span, .a span {
        font-weight: bold;
        margin-right: 6px;
        color: #ec96a4;
        font-size: 2.1rem;
    }
}
@media screen and (min-width:1025px) {
    .contents-area {
        margin: 100px 40px 0 290px;
        width: calc(100% - 370px);
        font-size: 1.9rem;
    }
    .campaign_early_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    border: 1px solid #cccccc;
}
    .section-1, .section-2, .section-3, .section-4 {
        width: 98%;
        margin: 10px auto;
    }
    .section-1{
        width: 90%;
    }
    /* タイトルデザイン */
    .campaign-title {
        position: relative;
        padding: 14px 40px;
        background: #dfe170;
        color: #5d535e;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto 40px;
        width: 100%;
        max-width: 1300px;
        box-sizing: border-box;
    }
    /* 下の三角 */
    .campaign-title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #dfe170;
    }
    .section-title {
        position: relative;
        padding-left: 14px;
        font-size: 21px;
        font-weight: 500;
        color: #5d535e;
        margin: 30px 0 15px;
    }
    .lead_box.lead {
        font-size: 2.5rem;
        text-align: center;
        font-weight: bold;
        margin: 75px 0;
        font-family: 'Spectral SC', serif;
    }
    .section-1 p {
        line-height: 2;
    }
    .timeline {
        position: relative;
        padding-left: 40px;
        max-width: 600px;
        margin-top: 40px;
        font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    }
    .timeline::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #f2a1b3;
    }
    .timeline-item {
        position: relative;
        margin-bottom: 40px;
    }
    .dot {
        position: absolute;
        left: -28px;
        background: #f2a1b3;
        border-radius: 50%;
    }
    .dot.small {
        width: 15px;
        height: 15px;
        top: 6px;
    }
    .dot.large {
        width: 25px;
        height: 25px;
        left: -33px;
        top: 1px;
    }
    .content h4 {
        margin: 0;
        font-size: 2rem;
        font-weight: bold;
    }
    .sub {
        margin: 9px 0 12px;
        font-size: 1.9rem;
        color: #666;
    }
    .bubble1 {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-left: 12px;
        padding: 8px 16px;
        border: 2px solid #f2a1b3;
        border-radius: 999px;
        color: #e36b87;
        font-size: 1.9rem;
        background: #fff;
        margin-right: 3px;
        width: 275px;
        text-align: center;
        position: relative;
    }
    .bubble1::before {
        content: "";
        position: absolute;
        left: -34px;
        bottom: 19px;
        height: 1px;
        width: 34px;
        background: #f2a1b3;
    }
    .bubble2 {
        display: inline-block;
        margin-top: 10px;
        margin-left: 12px;
        padding: 8px 16px;
        border: 2px solid #f2a1b3;
        border-radius: 999px;
        color: #e36b87;
        font-size: 1.9rem;
        background: #fff;
        margin-right: 3px;
        width: 275px;
        text-align: center;
        position: relative;
    }
    .bubble2::before {
        content: "";
        position: absolute;
        left: -34px;
        bottom: 19px;
        height: 1px;
        width: 34px;
        background: #f2a1b3;

    }
    /* 左の縦ライン */
    .section-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.15em;
        width: 7px;
        height: 1.4em;
        background: #d9e36a;
    }
    /*対象の商品*/
    .campaign-item-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .campaign-item-box {
        width: 30%;
    }
    .campaign-item-img {
        position: relative;
    }
    p.campaign-item-text {
        position: absolute;
        bottom: 20px;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        text-align: center;
        color: #ffffff;
        padding: 6px;
        box-sizing: border-box;
    }
    /*お客様の喜びの声*/
    .voice-list {
        margin: 0 auto 40px;
    }
    .voice-item {
        display: flex;
        align-items: center;
        gap: 30px;
        border: 3px solid #d9e36a;
        border-radius: 6px;
        padding: 25px;
        margin-bottom: 30px;
        background: #fff;
    }
    .voice-img {
        width: 135px;
        height: 135px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #d9e36a;
    }
    .voice-text {
        line-height: 1.7;
        color: #5d535e;
        font-size: 2rem;
    }
    /*よくある質問*/
    .faq {
        margin: 0 auto 0;
    }
    .faq-item {
        padding: 20px 30px;
        border-bottom: 1px solid #e0e0e0;
        background: #ffffff;
        margin-bottom: 25px;
    }
    .q, .a {
        line-height: 2;
        margin: 0;
    }
    .q {
        color: #5d535e;
        font-weight: bold;
        margin-bottom: 8px;
        border-bottom: 1px solid #ec96a4;
        padding-bottom: 10px;
    }
    .a {
        color: #5d535e;
    }
    .q span, .a span {
        font-weight: bold;
        margin-right: 6px;
        color: #ec96a4;
        font-size: 2.1rem;
    }
}