@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*oncemodal*/

.bg_onetime_popup_mall {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup_mall.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup_mall {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 400px;
    background-color: #750000;
    cursor: pointer;
}

.onetime_popup_mall_title {
    position: relative;
    padding: 10px 10px;
    margin: 0px;
    background-color: #750000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_mall_title::before,
.onetime_popup_mall_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #750000;
    content: "";
}
.onetime_popup_mall_title::before {
    transform: rotate(45deg);
}
.onetime_popup_mall_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_mall_content {
    text-align: center;
}

/*oncemodal*/
