.et_pb_module_keyvisual {
    position: relative;
}

#main-header.nav-keyvisual {
    background-color: transparent;
    color: #fff;
}
.nav-keyvisual .logo_container {
    opacity: 0;
}

.nav-keyvisual #top-menu a {
    color: #fff;
}

/*
 * slider content
*/

.et_pb_section.et_pb_section_first {
    background-color: #fff;
}

.vrm-slider-content {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 25vh;
    margin: auto;
    z-index: 305;
}

.vrm-slider-content * {
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    margin: auto;
}

.vrm-slider-content p {
  width: 80%;
  max-width: 600px;
  margin-bottom: 30px;
}

.vrm-slider-content .vrm-head {
    margin-bottom: 20px;
    text-align: center;
}

.vrm-slider-content .vrm-head #keyvisual_logo {
    width: 23vw;
    min-width: 200px;
    max-width: 400px;
}

.vrm-slider-content .vrm-head p {
    font-size: 20px;
}

.vrm-slider-content p {
    font-size: 20px;
    line-height: 26px;
}

.et_pb_promo_button.et_pb_button.vrm-slider-button {
    background-color: #fff;
    border-radius: 20px;
    border: 0 solid #fff;
    text-shadow: none;
    color: #000;
    font-weight: 600;
    padding: 0.3em 1.75em 0.3em 1em;
    text-decoration: none;
}

.et_pb_promo_button.et_pb_button.vrm-slider-button:hover {
    border: 0px solid transparent;
    padding: 0.3em 2.25em 0.3em 1em;
  }

.et_pb_promo_button.et_pb_button.vrm-slider-button:after {
    font-family: 'icomoon' !important;
    content:"\e914";
    position: absolute;
    padding-top: 10px;
    margin-left: 0.45em;
    opacity: 1;
    font-size: 15px;
    line-height: 1em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

.et_pb_promo_button.et_pb_button.vrm-slider-button:hover:after {
    margin-left: 1em;
}

/*
 * module
*/
#vrm-home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#vrm-slider-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 303;
}

.vrm-slider-images::after {
  content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 501;
}

#vrm-svg-container {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 302;
}

/*
  image slider
*/
@keyframes imageslider-fade-1 {
    0% { opacity: 1; }
    33% { opacity: 0; }
    66% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes imageslider-fade-2 {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes imageslider-fade-3 {
    0% { opacity: 0; }
    33% { opacity: 0; }
    66% { opacity: 1; }
    100% { opacity: 0; }
}

#vrm-home-slider .vrm-slider-images {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
}

#vrm-home-slider .vrm-slider-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:inline-block;
    transition: transform 7s ease-in-out, opacity 4s ease-in-out;

    z-index: 300;
    opacity: 0;
}

#vrm-home-slider .vrm-slider-image.scale {
    transform: scale(1.1);
    opacity: 1;
}


/*
    SVG animation
*/
@-webkit-keyframes rainbow-left {
    0% { stop-color: #FFCC33; }
    33% { stop-color: #FF5989; }
    66% { stop-color: #1EB5FF; }
    100% { stop-color: #3DCD7E; }
}

@keyframes rainbow-left {
    0% { stop-color: #FFCC33; }
    33% { stop-color: #FF5989; }
    66% { stop-color: #1EB5FF; }
    100% { stop-color: #3DCD7E; }
}

@-webkit-keyframes rainbow-right {
    0% { stop-color: #FF4400; }
    33% { stop-color: #7C2EFF; }
    66% { stop-color: #3912E1; }
    100% { stop-color: #00616A; }
}

@keyframes rainbow-right {
    0% { stop-color: #FF4400; }
    33% { stop-color: #7C2EFF; }
    66% { stop-color: #3912E1; }
    100% { stop-color: #00616A; }
}

#vrm-home-slider #vrm-topo-svg {
    /*position: fixed;*/
    /*height: auto;*/
    /*width: 100%;*/
    /*bottom: -2px;*/
    /*z-index: 1100;*/
}

#vrm-home-slider #vrm-topo-svg #Symbols {
    width: 100%;
}

#vrm-home-slider #vrm-topo-svg #gradient-left {
    -webkit-animation-name: rainbow-left;
    animation-name: rainbow-left;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#vrm-home-slider #vrm-topo-svg #gradient-right {
    -webkit-animation-name: rainbow-right;
    animation-name: rainbow-right;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
