.campaignLp_head{
    margin-bottom:40px;
}
.campaignLp-title{
    font-size:30px;
    padding-bottom:20px;
    position:relative;
}
.campaignLp-title::before{
    content:"";
    background:#b9a160;
    width:200px;
    height:3px;
    position:absolute;
    bottom:0;
    left:0;
}
.campaignLp-day{
    display:flex;
    align-items:center;
    color:#fff;
    background:#071144;
    padding:10px 20px;
    width:fit-content;
    margin-top:40px;
}
.campaignLp-day p{
    margin:0;
}

/* スライドの場合 */
.campaignLp_slide{
    margin:80px 0 0;
    overflow: hidden;
    position:relative;
}

.swiper-button-next, .swiper-button-prev{
    width:40px !important;
    padding:5px 15px;
    background:rgba(0,0,0,0.4);
}
.swiper-button-next{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.swiper-button-prev{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color:#fff;
    font-size: 25px !important;
    font-weight: 700;
}
.swiper-pagination {
    bottom: 30px;
    left: 50%;
    transform:translatex(-50%) !important;
}
.swiper-pagination-bullet{
    width:12px !important;
    height:12px !important;
    margin:0 5px;
}
.swiper-pagination-bullet-active{
    background:#f7f6f4 !important;
}
/* スライドの場合 */
.campaignLp-mainImg{
    margin-top:40px;
}
.campaignLp-mainImg img{
    width:100%;
    height: auto;
}
.campaignLp_bnrArea{
    /* margin-top:60px; */
}
.campaignLp_bnrArea img{
    width:100%;
    height: auto;
}
.campaignLp-text{
    margin-top:60px;
    padding:40px;
    background:#e8e8e8;
}
.campaignLp-text.mainText{
    text-align:center;
    margin-bottom:60px;
}
.campaignLp-cau{
    margin-top:60px;
}
.campaignLp-cau-tit{
    width:fit-content;
    padding:7px 20px;
    background:#b38d51;
    color:#fff;
}
.campaignLp-follow{
    text-align:center;
    padding:40px 0;
    color:#fff;
    background:#071144;
    margin-top:80px;
    margin-bottom:110px;
    position:relative;
}
.campaignLp-follow::before{
    content:"";
    background:#071144;
    width:50px;
    height:30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position:absolute;
    bottom:-29px;
    left:50%;
    transform:translatex(-50%);
}
.campaignLp-follow-tit{
    font-size:30px;
    margin-bottom:30px;
}
.campaignLp-follow a{
    text-align:center;
    padding:10px 20px;
    color:#fff;
    border: 2px solid;
    font-size:18px;
    transition: .5s all;
}
.campaignLp-follow a:hover{
    color:#071144;
    border: 2px solid #fff;
    background:#fff;
    text-decoration: none;
}

/* .campaignLp-form{
    margin-top:80px;
} */
p.campaignLp-cau-txt {
    font-size: 14px;
    line-height: 1.6em;
}
.strongText{
    color:#cc1f25;
    font-size:24px;
}
.pc-only{
    display:block;
}
.sp-only{
    display:none;
}
@media screen and (max-width:767px) {
    .campaignLp_head{
        margin-bottom:40px;
    }
    .campaignLp-title{
        font-size:20px;
    }
    .campaignLp-title::before{
        width:100px;
    }
    .campaignLp-day{
        padding:7px 10px;
    }
    .campaignLp-day p{
        font-size:14px;
    }
    
    /* スライドの場合 */
    .campaignLp_slide{
        margin:60px 0 0;
    }
    
    .swiper-button-next, .swiper-button-prev{
        width:30px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 22px !important;
    }
    .swiper-pagination {
        bottom: 20px;
    }
    .swiper-pagination-bullet{
        width:10px !important;
        height:10px !important;
    }
    /* スライドの場合 */

    .campaignLp-text{
        padding:40px 20px;
    }
    .campaignLp-follow{
        padding:30px 15px;
        margin-top:60px;
        margin-bottom:90px;
    }
    .campaignLp-follow-tit{
        font-size:20px;
        margin-bottom:20px;
    }
    .campaignLp-follow a{
        font-size:16px;
    }
    
    /* .campaignLp-form{
        margin-top:60px;
    } */
    .strongText{
        font-size:22px;
    }
    .pc-only{
        display:none;
    }
    .sp-only{
        display:block;
    }
}