.box-line_point {    padding: 60px 60px 60px;}




   .tokuten-area {
     position: relative;
     pointer-events: none;
    }
    .tokuten-area:before {
       content: "";
       display: block;
       background: rgba(0,0,0,.3);
       position: absolute;
       z-index: 1;
       width: 100%;
       height: 314px;
       top:0;
    }
    
    .tokuten-area:after {
       content: 'キャンペーン受付は\A終了いたしました';
       white-space: pre;
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 85px;
    bottom: auto;
    text-align: center;
    margin: auto;
    font-size: 30px;
    line-height: 1.4;
    background: #ed4178;
    width: 400px;
    padding: 40px 0;
    }


@media only screen and (max-width: 640px) {
    .tokuten-area:after {
        font-size: 1.8rem;
        top:40px;
        width: 80%;
    }
}
@media only screen and (max-width: 640px) {
    .box-line_point { 
        padding: 20px 30px 40px;  
        margin-bottom: 40px;
    }
}
