@charset "UTF-8";

#customPopAria, #customConfirmAria {
    overflow: hidden;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#customPopOut {
    width: 85%;
    height: 60%;
    background: #ffe941;
    color: #6b6b6b;
    margin: 0 8%;
    border-radius: 10px;
}
#customConfirmOut {
    width: 85%;
    height: 60%;
    background: #fff;
    color: #6b6b6b;
    margin: 0 8%;
    border-radius: 10px;
}
@media screen and (min-width: 767px) {
    #customPopOut, #customConfirmOut {
        margin: 0 20%;
    }
}
#customPopOut.type_form {
    background: #0069a5;
    color: #fff;
    padding: .5em;
}
#customPopIn {
    padding: 5px;
}
#customConfirmIn {
    padding: 1em 5px 5px;
}
#customPopAria a{
    color: #6b6b6b;
    text-decoration: none;
    cursor: pointer;
}
#customPopIn h3 {
    color: #ff341d;
    font-size: 1.4em;
    margin: .5em 0;
    text-align: center;
}
#customPopOut.type_form > #customPopIn h3 {
    color: #ffe314;
    font-weight: bold;
}
#customPopIn p, #customConfirmIn p {
    margin-bottom: 1em;
}
#customPopIn .btn {
    display: block;
    color: #fff;
    padding: 10px 0;
    width: 70%;
    background-color: #11c8bf;
    margin: 0 auto;
    border-radius: 12px;
    border: none;
    font-size: 16px;
}
#customConfirmIn .confirm_tel_btn {
    display: block;
    color: #fff;
    padding: 10px;
    width: 13em;
    background-color: #11c8bf;
    margin: 0 auto;
    border-radius: 50px;
    border: none;
    box-shadow: 3px 3px #6b6b6b;
}
#customConfirmIn .confirm_tel_text {
    font-weight:bold;
    margin: 0 auto 1em;
}
#customPopOut.type_form > #customPopIn .btn {
    padding: 15px 0;
    width: 75%;
    border-radius: 50px;
    text-align: center;
    font-size: 1.1em;
    background-color: #ffe314;
    color: red;
    box-shadow: 4px 5px #00277a;
}
#customPopClose {
    font-size: 0.8em;
    text-align: right;
    margin: .5em .5em 0 0;
}
p#customPopClose {
    margin: 1.5em auto 0;
}
#customConfirmClose{
    margin-top: 1em;
    font-size: .8em;
    text-decoration: underline;
    cursor: pointer;
}
#customPopOut.type_form > #customPopIn a {
    color: #fff!important;
}

.custompop-top, .customconfirm-top {
    opacity: 0;
    transition: all 0.65s;
    pointer-events:none;
}
.custompop-top.is-active, .customconfirm-top.is-active {
    opacity: 1;
    transition: all 0.65s;
    pointer-events:all;
    top: 20%;
    z-index: 999!important;
}
@media screen and (min-width: 767px) {
    .custompop-top.is-active, ..customconfirm-top.is-active {
        left: 0;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888!important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.shuffle_text{
    color: #6b6b6b;
}
.shuffle {
    font-size: 1.2em;
    font-family: 'Fira Sans', sans-serif;
    color: #ff341d;
}
