.dubu_popup {
    position:absolute;
    display:none;
    z-index:3001;
}
.dubu_popup.window {
    position:relative;
    top:0 !important;
    left:0 !important;
    display:block;
}
.dubu_popup .popup_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.dubu_popup h1 {
    font-size:3.3em;
}
.dubu_popup h2 {
    font-size:2.8em;
}
.dubu_popup h3 {
    font-size:2.4em;
}
.dubu_popup h4 {
    font-size:1.8em;
}
.dubu_popup h5 {
    font-size:1.4em;
}
.dubu_popup h6 {
    font-size:1.2em;
}
.dubu_popup p {
    font-size:1.0em;
}

.dubu_popup .popup_items.text {
    font-size:16px;
    min-height:25px;
}

.dubu_popup .popup_items.button {
    /*padding:9px 26px 8px 27px;*/
    width:100px;
    height:30px;
    font-size:15px;
    color:#3b3b3b;
    border:1px solid #b7b7b7;
}
.dubu_popup .popup_items.button a,
.dubu_popup .popup_items.button button{
    display:block;
    width:100%;
    height:100%;
    font-family:inherit;
    font-size:inherit;
    color:#3b3b3b;
    text-align:center;
    cursor:pointer;
}
.dubu_popup .popup_items.button a:after{
    display:inline-block;
    content:'';
    height:100%;
    vertical-align:middle;
}
.dubu_popup .popup_items.image img{
    width:100%;
    height:100%;
}
.dubu_popup .popup_items.image {
    /*max-width:100%;*/
}
.dubu_popup .popup_main {
    overflow:hidden;
}
.dubu_popup .popup_main .popup_items {
    position:absolute;
}


.dubu_popup .popup_close{
    position:absolute;
    bottom:-30px;
    left:0;
    width:100%;
    height:30px;
    padding:0 12px;
    background-color:#000;
    font-size:12px;
    color:#fff;
    line-height:30px;
}
.dubu_popup .popup_close .popup_close_chk{
    cursor:pointer;
}
.dubu_popup .popup_close .popup_close_chk input{
    display:none;
}
.dubu_popup .popup_close .popup_close_chk span{
    position:relative;
}
.dubu_popup .popup_close .popup_close_chk span:before{
    display:inline-block;
    content:'';
    width:12px;
    height:12px;
    margin-right:5px;
    background:url(../images/sp_popup.png);
    background-repeat: no-repeat;
    background-position: -200px 0;
    vertical-align:middle;
}
.dubu_popup .popup_close .popup_close_chk input:checked + span:before{
    background-position:-180px 0;
}
.dubu_popup .popup_close .btn_popup_close{
    display:block;
    position:absolute;
    top:0;
    right:10px;
    padding-left:17px;
    background:url(../images/sp_popup.png);
    background-repeat: no-repeat;
    background-position: -99px 11px;
    color:#fff;
}

.dubu_popup [link-href]{
    cursor:pointer;
}

@media screen and (max-width:767px) {

    .dubu_popup_overlay {
        display:none;
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background-color:rgba(34, 35, 37, 0.5);
        z-index:2990;
    }
    .dubu_popup.layer {
        position:fixed;
        left:0 !important;
        top: -30px !important;
        bottom: 0 !important;
        right: 0 !important;
        margin: auto !important;
        max-width:320px;
        max-height:420px;
        /*background-position:50% 100% !important;*/

    }

    .dubu_popup.window {
        /*max-width:100%;*/
    }

}

@media screen and (max-height:480px) {
    .dubu_popup.layer {
        max-height:300px;
        max-height:350px;
    }
}
