@charset "UTF-8";

.g-wrap {
    overflow: hidden;
}

.g-wrap button,
.g-wrap a[class*=g-bt-] {
    width: 9em;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: .5s;
    border: 1px solid #000;
    border-radius: .2em;
    padding: 1px;
    font-size: 1.2em;
    line-height: 2.4;
    cursor: pointer;
    margin: 0 .3em;
}

.g-wrap button.g-bt-3,
.g-wrap a[class*=g-bt-].g-bt-3 {
    letter-spacing: .5em;
    text-indent: .5em;
    width: 100%;
    color: #fff;
    border-color: #fff;
    background: linear-gradient(to right, #ab2536 10%, #991c28, #ae2639 50%, #450102);
    box-shadow: 0 .2em .2em #0003;
    margin: 0 0 .5em;
}

.g-wrap button:before,
.g-wrap button:after,
.g-wrap a[class*=g-bt-]:before,
.g-wrap a[class*=g-bt-]:after {
    content: "";
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, rgba(143, 143, 143, 0) 20%, #666, rgba(143, 143, 143, 0) 80%);
    position: absolute;
    top: 10%;
}

.g-wrap button:after,
.g-wrap a[class*=g-bt-]:after {
    right: -2px;
}

.g-wrap button:before,
.g-wrap a[class*=g-bt-]:before {
    left: -2px;
}

.g-wrap button p:before,
.g-wrap a[class*=g-bt-] p:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #b01620, #fd4b58);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    border-radius: .15em;
}

.g-wrap button p:after,
.g-wrap a[class*=g-bt-] p:after {
    content: "";
    width: 20em;
    height: 20em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.g-wrap button p,
.g-wrap a[class*=g-bt-] p {
    box-shadow: inset 0 0 .5em #0003;
    width: 100%;
    height: 100%;
    border-radius: .1em;
    position: relative;
    overflow: hidden;
}

.g-wrap button:hover p:after,
.g-wrap a[class*=g-bt-]:hover p:after {
    animation: bt_hover_pie_fff 1s forwards;
}

.g-wrap button:hover p:before,
.g-wrap a[class*=g-bt-]:hover p:before {
    opacity: 1;
}

@keyframes bt_hover_pie_fff {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.g-wrap button span,
.g-wrap a[class*=g-bt-] span {
    position: relative;
}

#confirm-btn.disable {
    pointer-events: none;
}

.btn-disable {
    cursor: default !important;
}



#supply-btn,
#confirm-btn {
    cursor: pointer;
}

.thank_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
    top: -1px;
}

.thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    height: 770px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/thanks.webp');
    z-index: 999;
}

.thank_container .thank .close_btn {
    position: absolute;
    top: -5.8%;
    right: -5%;
    width: 3.6%;
    height: 6.4%;
    cursor: pointer;
    background-image: url('../images/close-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:1366px) {
    .thank_container .thank {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 660px;
        height: 650px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 999;
    }
}

@media screen and (max-width:767px) {
    .thank_container .thank {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 999;
        width: 95%;
        height: auto;
        padding-top: 93.5%;
    }

    .thank_container .thank .close_btn {
        top: -6.8%;
        right: 0%;

    }
}

@media screen and (max-width:540px) {
    .thank_container .thank {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 999;
    }


}

/* #wrapper .g-form .activity-btn {
    font-size: 0;
} */


.birthday-select {
    display: flex;
    /* background-color: #BBC7DC; */
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 3px;
    /* line-height: 1; */
}

.form .row .row-col.birthday-select select {
    background-size: 9%;
}


@media screen and (max-width: 767px) {
    /* .birthday-select {
    background-color: #BBC7DC;
  } */

    .form .row .row-col.birthday-select select {
        background-size: 9%;
    }

    .agree_block.last {
        margin-top: -7.3%;
        margin-bottom: 4%;
    }
}

#confirm-btn.disable {
    pointer-events: none;
}
