.bg_onetime_popup {
    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.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 660px;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_btn {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 16px 18px;
    margin: 0px;
}

.onetime_popup_btn::before,
.onetime_popup_btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}

.onetime_popup_btn::before {
    transform: rotate(45deg);
}

.onetime_popup_btn::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 30px;
    text-align: center;
}

/* 20220810 動画1GB */
.main_1GB {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.main_1GB .date {
    padding: 14px 20px;
    background: #546366;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.4vw;
    color: #fff
}

.main_1GB_txt {
    font-size: 34px;
    font-weight: bold;
    margin: 20px auto;
    display: inline-block;
    background: linear-gradient(transparent 60%, rgba(255, 96, 67, .2) 40%);
}

.yasashii {
    max-width: 730px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .onetime_popup {
        width: 94%;
    }

    .onetime_popup_content {
        padding: 12px;
    }

    /* 20220810 動画1GB */
    .main_1GB {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }

    .main_1GB .date {
        padding: 6px;
        font-size: 14px;
        font-size: 3.6vw;
    }

    .main_1GB_txt {
        margin: 10px auto 8px;
        font-size: 16px;
        font-size: 5.1vw;
    }

    .yasashii {
        max-width: 730px;
        width: 100%;
    }
}

/* 下部ポップアップバナー
-------------------------------------*/
#popupBnr.isActive {
    opacity: 1;
    transition: ease-out 0.65s;
    pointer-events: all;
}

#popupBnr {
    opacity: 0;
    transition: ease-out 0.65s;
    pointer-events: none;
}

.tel_popup_content .modal_bnr {
    max-width: 240px;
}

.popupButton {
    position: absolute;
    width: 23px;
    height: 40px;
    top: -40px;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
}

.popupButton::after,
.popupButton::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0px;
    width: 23px;
    height: 2px;
    background: #333;
}

.popupButton::after {
    transform: rotate(45deg);
}

.popupButton::before {
    transform: rotate(-45deg);
}


.tel_modal-content .sub_ttl {
    margin-bottom: 30px;
}

.tel_modal-header {
    padding: 16px 16px 12px;
    background-color: var(--docomo-red);
    border-radius: 5px 5px 0 0;
    color: var(--white);
}

p.tel_btn_ttl {
    margin-bottom: 4px;
    color: var(--black);
}

.modal-header_subtxt {
    font-size: 18px;
}

.modal-header_ttl {
    font-size: 26px;
}

.modalClose {
    position: absolute;
    top: 5px;
    right: 6px;
    padding: 16px;
}

.modalClose::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    width: 23px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.modalClose::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    width: 23px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}

.modalClose:hover {
    cursor: pointer;
}

.tel_modal-body {
    padding: 0 16px 16px;
}

.tel_modal-txtbox {
    margin: 15px auto 0;
    background: #fff;
}

.tel_modal_img {
    margin: 10px auto;
}

.tel_btn_ttl {
    font-size: 18px;
}

.tel_btn-nmb {
    display: block;
    font-size: 32px;
    color: var(--docomo-red);
    display: flex;
    justify-content: center;
}

.tel_btn-nmb .tel_btn-icon {
    position: relative;
    top: 0px;
    width: 21px;
    margin-right: 12px;
}

@media (hover:hover) {
    a.tel_btn-nmb:hover, a.tel_btn-nmb:active {
        opacity: 0.6;
    }
}

.tel_modal-txt {
    margin: 0 auto 6px;
    line-height: 1.2;
    font-size: 16px;
}

.tel_modal-txt_day {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--docomo-red);
}

.tel_modal-list {
    margin: auto;
    padding: 0 40px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    color: #333;
}

.tel_popup_content button {
    padding: 0;
    border-width: 0;
    border-style: none;
    background-color: unset;
    border-image: none;
    transition: 0.3s;
}

.tel_popup_content button:focus {
    opacity: 0.7;
}

@media (hover:hover) {
    .tel_popup_content button:hover {
        opacity: 0.7;
    }
}

.tel_popup_content {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 100;
}

.tel_popup_content .modal_bnr {
    max-width: 240px;
    width: 100%;
}

.tel_popup_ttl {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #F58F3D;
    border: 2px solid #F58F3D;
    line-height: 1.2;
    border-radius: 27px 27px 0 0;
}

.tel_popuptxt_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #fff;
    border: 2px solid #F58F3D;
    line-height: 1.2;
    border-radius: 0 0 27px 27px;
}

.tel_popuptxt_box {
    text-align: center;
}

.tel_popuptxt_box h2 {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #333;
    background: url(/assets/img/commons/icon_tel-og.svg)left /17px no-repeat;

}

.tel_popuptxt_box p {
    display: inline-block;
    padding: 7px 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #F58F3D;
    border-radius: 50px;
    text-align: center;
}

.tel_modal-list.red {
    margin-bottom: 10px;
    font-size: 15px;
    color: #CF1631;
    padding: 10px 0;
    border: 1px solid #CF1631;
}

.tel_modal-list.red li.text-right {
    font-size: 13px;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
}

.cvButton.cvButton_popup a {
    min-width: auto;
    max-width: 350px;
    width: 100%;
    line-height: 100%;
}

.cvButton.cvButton_popup a {
    background-color: var(--docomo-red);
    color: var(--white);
    border: 2px solid var(--docomo-red);
    padding: 15px 0;
    margin: 10px auto;
}

@media (hover:hover) {
    .cvButton.cvButton_popup a:hover {
        background-color: var(--white);
        color: var(--docomo-red);
    }
}

.cvButton.cvButton_popup a::after {
    color: var(--white);
}

.store_modal_content {
    margin: 40px auto 0;
    text-align: center;
}

.store_modal_content button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.store_modal_txt {
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: underline;
}

@media screen and (max-width: 550px) {
    /* 下部ポップアップバナー */
    .tel_popup_content {
        right: 16px;
    }

    /* 電話番号モーダル */
    .tel_modal-content {
        max-width: 600px;
        width: 94%;
        margin: auto;
    }

    .modal-header_subtxt {
        font-size: 14px;
        font-size: 3.7vw;
    }

    .modal-header_ttl {
        font-size: 20px;
        font-size: 5.5vw;
    }

    .tel_btn_ttl {
        font-size: 14px;
        font-size: 4vw;
    }

    .tel_btn-nmb {
        font-size: 25px;
    }

    .tel_modal-content .cvButton {
        max-width: 350px;
        width: 100%;
        padding: 0 4px;
    }

    .tel_modal-content .cvButton a {
        min-width: 100%;
        width: 100%;

    }

    .tel_modal-content .cvButton.cvButton_popup a {
        padding: 12px 0;
        margin: 12px auto;
        font-size: 20px;
    }

    .tel_btn-nmb .tel_btn-icon {
        margin: 0 10px 0 0;
    }

    .tel_modal-txtbox {
        margin: 0 auto;
    }

    .tel_modal-list {
        padding: 0;
    }

    .tel_modal-txt_day {
        font-size: 18px;
    }

    .store_modal_content {
        margin: 20px auto;
    }

    .store_modal_content .h2_ttl {
        font-size: 28px;
    }

    .store_modal_content .modalOpen_text img.sp-only {
        max-width: 300px;
        width: 100%;
        display: block;
    }
}
