@charset "utf-8";

/*---------------------------------------------------------------------------------

    2025.10 秋のツヤツヤキャンペーン

---------------------------------------------------------------------------------*/
/*===============================================
    .cmp__202510
================================================*/

.frame__cmp-202510{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.cmp-202510{
    border: 1px solid #BAB09E;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 16px;
}
.cmp-202510 p{
    line-height: 175% !important;
    text-align: center;
}
    .cmp-202510 p{
        line-height: 150%;
        font-size: .9em;
    }
    .cmp-202510 p .txt__per{
        color:#DD554C;
        font-family:"MFW-YuGoPr6N-bold";
        font-size: 1.5em;
    }
    .cmp-202510 p .txt__per span{
        font-size: 13px;
    }
    .cmp-202510 p .txt__price{
        margin-left: .2em;
        color:#DD554C;
        font-family:"MFW-YuGoPr6N-bold";
        font-size: 1.5em;
        border-bottom: 2px solid #DD554C;
    }
    .cmp-202510 p .txt__price span{
        font-size: 13px;
    }
    .cmp-202510 p .txt__price .txt-tax{
        margin-left: -.5em;
        margin-right: -.5em;
    }
.cmp-202510 .box__button{
    max-width: 320px;
}
@media screen and (max-width: 559px){
.cmp-202510 .box__button a{
    max-width: 240px;
    height: 48px;
}
    
}