@font-face {
    font-family: "ZenKakuGothicNew-Medium";
    src: url("../Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ZenKakuGothicNew-Bold";
    src: url("../Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ZenKakuGothicNew-Light";
    src: url("../Zen_Kaku_Gothic_New/ZenKakuGothicNew-Light.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ZenKakuGothicNew-Regular";
    src: url("../Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "ZenKakuGothicNew", sans-serif;
}

body {
    color: #000000;
}

p {
    margin: 0;
}

.main {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow-x: hidden;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 5px;
    margin-top: -10px;
}

.is-invalid + .invalid-feedback {
    font-size: 12px;
}

.input input[readonly],
.input textarea[readonly] {
    cursor: not-allowed;
}

.input input[readonly]:focus,
.input textarea[readonly]:focus {
    outline: none;
}

.input textarea[readonly] {
    border-radius: 5px;
    border: solid 1px #000;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15) url("../images/loading.gif") no-repeat
        center center;
    z-index: 99999;
}

.fm-medium {
    font-family: "ZenKakuGothicNew-Medium";
}

.fm-bold {
    font-family: "ZenKakuGothicNew-Bold";
}

.fm-light {
    font-family: "ZenKakuGothicNew-Light";
}

.fm-regular {
    font-family: "ZenKakuGothicNew-Regular";
}

.form-control::placeholder {
    color: #989898 !important;
    font-size: 14px !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

.fs-46 {
    font-size: 46px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.w-40 {
    width: 40%;
}

.lh-21 {
    line-height: 21px;
}

.lh-29 {
    line-height: 29px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

#page > #header,
#page > hr,
#page > #footer {
    display: none !important;
}

span.underline {
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .content-wrapper,
    .navbar {
        width: 94% !important;
    }
}

.pum-close {
    color: #000 !important;
}

.text-content.header-modal {
    color: #000;
    font-size: 22px;
    font-family: "ZenKakuGothicNew-Bold";
    font-weight: bold;
}

.text-content.body-modal {
    color: #000;
    font-size: 16px;
    font-family: "ZenKakuGothicNew-Bold";
    font-weight: bold;
}

.text-content .underline {
    display: inline-block;
    text-align: center;
    line-height: 1em;
}

.text-content p {
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: 0.8px;
}

.text-content.header-modal .sub-text {
    font-size: 12px;
    font-weight: 500;
}

.text-content.body-modal .sub-text {
    font-size: 11px;
    font-weight: 500;
}

.submit-button-wp {
    position: relative;
}

.submit-button-wp::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 40%;
    right: 25px;
    color: #fff;
    font-size: 12px;
}

.icon-close-video {
    color: #fff !important;
}
.form-footer .submit-form {
    background-color: #000;
    color: #fff;
}

a.elementor-button:hover {
    transform: scale(1.08);
}

a.my-page {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff0788;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

a.my-page > i {
    margin-left: 10px;
}

a.my-page:hover {
    transform: scale(1.08);
    text-decoration: none;
    background-color: #ff0788;
}

.password,
.confirm-password {
    position: relative;
}

.password .is-invalid,
.confirm-password .is-invalid {
    background-image: none !important;
}

.icon-password {
    position: absolute;
    display: none;
    z-index: 5;
    cursor: pointer;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    text-align: center;
}

.icon-password > i {
    margin-top: 25%;
}

.password > input,
.confirm-password > input {
    padding-right: 45px !important;
}

.no-scroll {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .card-top {
        box-shadow: none !important;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
