/*閉鎖*/
#endbox {
    display: block;
}

#endbox .endbox_inner {
    background: #FFE7E5;
    color: #FF4123;
    text-align: center;
    font-weight: bold;
    padding: 20px 1em;
    border-radius: 10px;
    max-width: 1000px;
    width: 90%;
    z-index: 2;
    border-radius: 5px;
    border: 3px solid #FC432F;
    margin: 50px auto 100px auto;
}

#endbox .endbox_inner p:first-child {
    font-size: 20px;
}

#endbox .endbox_inner p:last-child {
    font-size: 20px;
}

#top section#endbox {
    padding: 0;
}

.sb2 .sb2_button {
    position: relative;
}

.sb2 .sb2_button::before {
    content: "";
    position: absolute;
    /* 固定値（250px）を 0 に変更 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.sb2 .sb2_button::after {
    content: "キャンペーンは終了いたしました。";
    position: absolute;
    /* 固定値（120px）を 0 に変更 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    z-index: 11;
    pointer-events: none;
}

.sb2 .sb2_button a {
    pointer-events: none;
}

.sb5_button {
    position: relative;
}

.sb5_button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.sb5_button::after {
    content: 'キャンペーンは終了いたしました。';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    z-index: 11;
    pointer-events: none;
}

.sb5_button a {
    pointer-events: none;
    cursor: default;
}



@media screen and (max-width: 540px) {

    .sb2 .sb2_button::before,
    .sb2 .sb2_button::after {
        height: calc(100% + -1.5em);
    }

    .sb2 .sb2_button::after {
        transform: translateY(-10px);
        font-size: 16px;
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    #endbox .endbox_inner {
        padding: 20px 0.5em;
        margin: 20px auto 30px auto;
    }

    #endbox .endbox_inner p:first-child {
        font-size: 16px;
    }

    #endbox .endbox_inner p:last-child {
        font-size: 15px;
        /*        margin-top: 0.5em;*/
    }

    .sb2_button::before {
        height: 160px;
        /* スマホでボタン2個ぶんに調整 */
        font-size: 16px;
        padding: 0 10px;
    }


}