.js-modal { 
    display: grid;
    position: fixed;
    place-content: center;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.js-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.js-modal-wrap {
    position: relative;
}

.js-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: transparent;
    border: none;
    box-shadow: none;
    appearance: none;
    width: 34px;
    height: 34px;
}

@media (max-width: 767px) {
    .js-modal-close {
        top: -3.5vw;
        right: -3.5vw;
        width: 8.266666667vw;
        height: 8.266666667vw;
    }
}

.mailmag-modal__wrap {
    width: 500px;
    height: auto;
}

@media (max-width: 767px) {
    .mailmag-modal__wrap {
        /* width: min(66.66666667vw, 500px); */
        width: min(76vw, 500px);
    }
}

.mailmag-modal__content img {
    width: 100%;
    height: auto;
}


.p-popupbox {
    max-width: 500px;
    margin: 0 auto;
}
.p-popupbox img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.p-popupbox__bf{
    background: url(/assets/mail_magazine/2025_black_friday/img/bf_bg.jpg) no-repeat 0 center #191919;
    background-size: cover;
    padding: 13% 0 15%;
}
.p-popupbox__bf_wrap{
    width: 81%;
    margin: 0 auto;
}
.p-popupbox__bf_title{
    width: 78%;
    margin:0 0 0 17%;
}
.p-popupbox__bf_day{
    
}
.p-popupbox__text{
    margin: 6% auto 0;
}
a.btn01{
    display: block;
    margin: 8% auto 0;
}
a.btn02{
    display: block;
    margin: 4.7% auto 0;
}
