.brand_logo_img{
    display: block;
    width: 26rem;
    margin: 0 auto;
    margin-top: -2rem;
}
.brand_exp_wrapper .cmn_inner{
    border-top: solid 1px #999;
    padding-bottom: 8rem;
}
.brand_exp_wrapper_noborder .cmn_inner{
    border-top: none;
}
.brand_exp_h4{
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
}
.brand_exp_p{
    font-size: 1.54rem;
    line-height: 1.8;
    display: block;
    width: calc(800% / 9);
    margin: 0 auto;
    padding-bottom: 2.8em;
}
.brand_exp_img_flex{
    display: flex;
    justify-content: space-between;
    width: calc(800% / 9);
    margin: 0 auto;
}
.brand_exp_img_flex img{
    width: 39.5rem;
}
.brand_buy_btn_area{
    width: calc(800% / 9);
    margin: 0 auto;
    text-align: right;
    padding-bottom: 8rem;
}
.brand_buy_btn{
    font-size: 1.65rem;
    line-height: 2;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: black;
    display: inline-block;
}




.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    .brand_exp_h4{
        font-size: 1.5rem;
    }
    .brand_exp_p{
        font-size: 1.44rem;
    }
    .brand_exp_img_flex{
        flex-direction: column;
    }
    .brand_exp_img_flex img:nth-of-type(1){
        padding-bottom: 2vw;
    }
    .sp_only{
        display: block !important;
    }
    .pc_only{
        display: none !important;
    }
}