p>a {
    color: #2c62ac;
}

.page-content {
    padding-bottom: 0px !important;

}

#kde-widget {
    padding: 0px !important;
    border: none !important;
}

.dlab-bnr-inr {
    height: 650px !important;
}

/*==========SCALE-IN==========*/
@-webkit-keyframes scale-in {
    0% {
        transform: scale(10, 10);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes  scale-in {
    0% {
        transform: scale(10, 10);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

/*==========ROLL-OUT==========*/
@-webkit-keyframes roll-out {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes  roll-out {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

main {
    width: 100%;
    overflow: hidden;

}

.hero {
    width: 100%;
    max-width: 1920px;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    background: #392f28;
    position: relative;

}

.hero h1 {
    font-size: 4.1em;
    margin: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #ffffff;
}

.hero h2 {
    font-size: 1.5em;
    margin: auto;

    z-index: 1;
    color: #ffffff;
}

.hero img {

    width: 100%;
}

.bar {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(289deg, #000000 0%, #282828 66%, #000000 100%);
    background: -webkit-linear-gradient(289deg, #000000 0%, #282828 66%, #000000 100%);
    background: -ms-linear-gradient(289deg, #000000 0%, #282828 66%, #000000 100%);
    background: linear-gradient(161deg, #000000 0%, #282828 66%, #000000 100%);
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0px;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: roll-out 1.2s ease-out;
    -moz-animation: roll-out 1.2s ease-out;
    animation: roll-out 1.2s ease-out;
}

.hero h1,
.hero h2 {
    -webkit-animation: scale-in 1.3s ease-out;
    -moz-animation: scale-in 1.3s ease-out;
    animation: scale-in 1.3s ease-out;
}


@media  all and (max-width: 768px) {
    .hero {
        height: 90vw;
    }

    .bar {
        height: 100vw;
        top: 0vw;
    }

    .hero h1 {
        font-size: 8vw;
        top: 20vw;
    }


}















@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.9);
    }
}

.mypage-alo-phone {
    position: fixed;
    right: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #32a852;
    background-size: 70%;
    -webkit-animation: pulse 01s infinite;
}

.mypage-alo-ph-circle-fill {

    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(11, 168, 5, 0.5);
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #32a852;
    opacity: .5;
}