/* #container
--------------------------- */

#loadingContainer {
    display: table-cell;
    background: #fff;
    height: auto;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.ja-header + .mainContainer #loadingContainer {
    top: 50px;
}

#loadingContainer .logo {
    display: block;
    position: fixed;
    z-index: 50;
    margin-left: 61px;
    margin-top: 33px;
    text-align: center;
    width: 120px;
}

#loadingContainer .logo img {
    width: 120px;
    height: auto;
}

@media screen and (max-width: 769px) {
    #loadingContainer .logo {
        margin-left: 5.5555555556vw;
        margin-top: 5.5555555556vw;
        width: 25.5555555556vw;
    }
    #loadingContainer .logo img {
        width: 25.5555555556vw;
    }
}

#loadingContainer #loading {
    background: url(../images/top/loading/step1.png) center center no-repeat;
    background-size: contain;
    height: 50vh;
    max-height: 365px;
    max-width: 100px;
    margin: 25vh auto;
    animation: loading 3s linear 0s infinite normal forwards running;
}

#stageContainer {
    margin-top: 33px;
    opacity: 0;
    z-index: 9;
}

#stageContainer .stageBase {
    background: #fff;
    max-width: 1200px;
    width: 86vw;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 100%;
}

@media screen and (min-width: 1200px) {
    #stageContainer .stageBase {
        width: 100%;
        margin: 0 auto;
    }
}

#stageContainer .stageBase#stage0 {
    padding: 0;
    max-width: 100vw;
    margin: 0;
    width: 100vw;
    height: auto;
}

#stageContainer .stageBase#stage0 article {
    width: 100%;
    height: 100%;
}

#stageContainer .stageBase#stage0 article .titleBox {
    background: url(../images/top/slider/FV_slide-1.png) top center no-repeat;
    /*background-image: url(../image/top/slider/dummy.png);*/
    background-size: cover;
    display: table;
    width: 100%;
    height: calc(100% - 87px);
    position: relative;
    animation: fvSlide 30s linear 5s infinite normal forwards running;
}

#stageContainer .stageBase#stage0 article .titleBox video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

#stageContainer .stageBase#stage0 article .titleBox video.sp {
    display: none;
    height: auto;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .titleBox video.sp {
        display: block;
    }
    #stageContainer .stageBase#stage0 article .titleBox video.pc {
        display: none;
    }
}

#stageContainer .stageBase#stage0 article .titleBox strong {
    background: rgba(45, 62, 67, 0.34);
    color: #fff;
    display: table-cell;
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 2;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    animation-name: titleAnimation;
    animation-timing-function: ease;
    animation-duration: 2s;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .titleBox strong {
        font-size: 6.6666666667vw;
    }
}

#stageContainer .stageBase#stage0 article .titleBox p {
    color: #fff;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 10px;
    letter-spacing: 0.245em;
    transform: rotate(-90deg);
    position: absolute;
    left: -10em;
    top: 50%;
    z-index: 11;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .titleBox p {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .titleBox {
        height: calc(100% - 10em);
    }
}

#stageContainer .stageBase#stage0 article .topicsWrap {
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

#stageContainer .stageBase#stage0 article .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
}

#stageContainer .stageBase#stage0 article .topics h2 {
    font-size: 18px;
    width: 155px;
}

#stageContainer .stageBase#stage0 article .topics p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .topics p {
        font-size: 3.33333vw;
    }
}

#stageContainer .stageBase#stage0 article .topics .btn {
    width: 160px;
    margin-left: 40px;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage0 article .titleBox {
        /*background-image: url(../image/top/slider/dummy.png);*/
        animation: fvSlideSP 30s linear 5s infinite normal forwards running;
    }
    #stageContainer .stageBase#stage0 article .topics {
        display: block;
        padding: 4.44444vw 0;
    }
    #stageContainer .stageBase#stage0 article .topics h2 {
        display: none;
    }
    #stageContainer .stageBase#stage0 article .topics p {
        margin-bottom: 4.44444vw;
        line-height: 2;
    }
    #stageContainer .stageBase#stage0 article .topics .btn {
        width: 100%;
        margin-left: 0;
        font-size: 3.33333vw;
    }
}

#stageContainer .stageBase>div {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    height: 100%;
}

#stageContainer .stageBase>div article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#stageContainer .stageBase>div article h2 {
    color: #fff;
}

#stageContainer .stageBase>div article h2 span {
    display: block;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 56px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article h2 span {
        font-size: 11.1111111111vw;
    }
}

#stageContainer .stageBase>div article h2 small {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-top: 0;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article h2 small {
        font-size: 3.8888888889vw;
    }
}

#stageContainer .stageBase>div article strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.75;
    padding: 1em 0;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article strong {
        font-size: 5vw;
    }
}

#stageContainer .stageBase>div article strong span {
    display: block;
}

#stageContainer .stageBase>div article p {
    font-size: 16px;
    font-weight: bold;
    max-width: 600px;
    line-height: 2;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article p {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article p {
        max-width: 77.7777777778vw;
    }
}

#stageContainer .stageBase>div article .btnBox {
    width: 250px;
    margin: 1em auto 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase>div article .btnBox {
        width: 69.4444444444vw;
        margin-top: 2em;
    }
    #stageContainer .stageBase>div article .btnBox .btn {
        font-size: 3.8888888889vw;
        background: #fff;
        color: #298948;
    }
}

#stageContainer .stageBase>div article h2 span {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out .1s;
}

#stageContainer .stageBase>div article h2 small {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out .3s;
}

#stageContainer .stageBase>div article strong span:nth-of-type(1) {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out .7s;
}

#stageContainer .stageBase>div article strong span:nth-of-type(2) {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out .8s;
}

#stageContainer .stageBase>div article strong span:nth-of-type(3) {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out .9s;
}

#stageContainer .stageBase>div article strong span:nth-of-type(4) {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out 1s;
}

#stageContainer .stageBase>div article P {
    opacity: 0;
    transform: translateY(60px);
    transition: all .5s ease-out 1.2s;
}

#stageContainer .stageBase>div::after {
    background: url(../images/top/bg_01.jpg) center center no-repeat;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: transform 1s ease-out, opacity .0s ease-out;
    -moz-transition: transform 1s ease-out, opacity .0s ease-out;
    -ms-transition: transform 1s ease-out, opacity .0s ease-out;
    transition: transform 1s ease-out, opacity .0s ease-out;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#stageContainer .stageBase.show>div article h2 span {
    opacity: 1;
    transform: translateY(0);
}

#stageContainer .stageBase.show>div article h2 small {
    opacity: 1;
    transform: translateY(0);
}

#stageContainer .stageBase.show>div article strong span:nth-of-type(1),
#stageContainer .stageBase.show>div article strong span:nth-of-type(2),
#stageContainer .stageBase.show>div article strong span:nth-of-type(3),
#stageContainer .stageBase.show>div article strong span:nth-of-type(4) {
    opacity: 1;
    transform: translateY(0);
}

#stageContainer .stageBase.show>div article p {
    opacity: 1;
    transform: translateY(0);
}

#stageContainer .stageBase.show>div article .btnBox {
    opacity: 1;
}

#stageContainer .stageBase.show>div article .btnBox .btn {
    animation: btnPop 3s ease 0s 1 alternate none running;
}

#stageContainer .stageBase.show>div::after {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#stageContainer .stageBase.show#stage1>div,
#stageContainer .stageBase.show#stage2>div,
#stageContainer .stageBase.show#stage4>div,
#stageContainer .stageBase.show#stage5>div,
#stageContainer .stageBase.show#stage6>div,
#stageContainer .stageBase.show#stage7>div {
    background: none;
}

#stageContainer .stageBase#stage0>div::after {
    background: #fff;
}

#stageContainer .stageBase#stage1>div {
    background-image: url(../images/top/bg_01.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage1>div {
        background-image: url(../images/top/sp/bg_01.jpg);
    }
}

#stageContainer .stageBase#stage1>div::after {
    background-image: url(../images/top/bg_01.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage1>div::after {
        background-image: url(../images/top/sp/bg_01.jpg);
    }
}

#stageContainer .stageBase#stage2>div {
    background-image: url(../images/top/bg_02.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage2>div {
        background-image: url(../images/top/sp/bg_02.jpg);
    }
}

#stageContainer .stageBase#stage2>div::after {
    background-image: url(../images/top/bg_02.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage2>div::after {
        background-image: url(../images/top/sp/bg_02.jpg);
    }
}

#stageContainer .stageBase#stage3>div::after {
    background: #fff;
}

#stageContainer .stageBase#stage3>div article {
    color: #298948;
}

#stageContainer .stageBase#stage3>div article h2 {
    color: #298948;
}

#stageContainer .stageBase#stage3>div article ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

#stageContainer .stageBase#stage3>div article ul li {
    height: auto;
    background: url(../images/top/bg_03_1.jpg) center center no-repeat;
}

#stageContainer .stageBase#stage3>div article ul li.animation {
    height: 60vh;
}

#stageContainer .stageBase#stage3>div article ul li:nth-of-type(2) {
    background: url(../images/top/bg_03_2.jpg) center center no-repeat;
}

#stageContainer .stageBase#stage3>div article ul li:nth-of-type(3) {
    background: url(../images/top/bg_03_3.jpg) center center no-repeat;
}

#stageContainer .stageBase#stage3>div article ul li {
    display: table;
    text-align: center;
    background-size: cover !important;
    width: 33.3333333333%;
}

#stageContainer .stageBase#stage3>div article ul li a {
    background: rgba(45, 58, 64, 0.3);
    color: #ffffff;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#stageContainer .stageBase#stage3>div article ul li a .btn {
    margin: 0 auto;
    width: 250px;
}

#stageContainer .stageBase#stage3>div article ul li a:hover {
    background: rgba(41, 137, 72, 0.8);
}

#stageContainer .stageBase#stage3>div article ul li a:hover .btn {
    background: white;
    color: #298948;
}

#stageContainer .stageBase#stage3>div article ul li a em {
    display: inline-block;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 26px;
    font-style: normal;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage3>div article ul li a em {
        font-size: 4.4444444444vw;
    }
}

#stageContainer .stageBase#stage3>div article ul li a strong {
    display: block;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage3>div article ul li a strong {
        font-size: 3.8888888889vw;
    }
}

#stageContainer .stageBase#stage3>div article ul li a p {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 2em;
    max-width: 250px;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage3>div article ul li a p {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage3>div article ul {
        display: block;
    }
    #stageContainer .stageBase#stage3>div article ul li {
        text-align: left;
        height: auto;
        width: 100%;
        background-image: url(../images/top/sp/bg_03_1.jpg);
    }
    #stageContainer .stageBase#stage3>div article ul li.animation {
        height: 38.3333333333vw;
    }
    #stageContainer .stageBase#stage3>div article ul li:nth-of-type(2) {
        background-image: url(../images/top/sp/bg_03_2.jpg);
    }
    #stageContainer .stageBase#stage3>div article ul li:nth-of-type(3) {
        background-image: url(../images/top/sp/bg_03_3.jpg);
    }
    #stageContainer .stageBase#stage3>div article ul li a {
        padding-left: 5vw;
        background: none;
        position: relative;
    }
    #stageContainer .stageBase#stage3>div article ul li a .btn {
        display: none;
    }
    #stageContainer .stageBase#stage3>div article ul li a em {
        position: absolute;
        height: 8.8888888889vw;
        width: 8.8888888889vw;
        line-height: 8.8888888889vw;
        margin-right: 1em;
        top: calc(50% - 1.2em);
    }
    #stageContainer .stageBase#stage3>div article ul li a strong {
        font-size: 4.4444444444vw;
        margin-bottom: 0;
        margin-left: 13.8888888889vw;
        letter-spacing: 0.2em;
        line-height: 1.625;
        position: relative;
        display: inline-block;
        text-align: left;
    }
    #stageContainer .stageBase#stage3>div article ul li a::before {
        content: "";
        background: rgba(41, 137, 72, 0.7);
        height: 8.8888888889vw;
        right: 0;
        position: absolute;
        top: calc(50% - 1.2em);
        width: 8.8888888889vw;
    }
    #stageContainer .stageBase#stage3>div article ul li a::after {
        content: "";
        background: url(../images/common/arw.svg) center center no-repeat;
        display: block;
        height: 3.8888888889vw;
        right: .7em;
        position: absolute;
        top: calc(50% - 0.5em);
        width: 3.8888888889vw;
    }
}

#stageContainer .stageBase#stage4>div {
    background-image: url(../images/top/bg_04.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage4>div {
        background-image: url(../images/top/sp/bg_04.jpg);
    }
}

#stageContainer .stageBase#stage4>div::after {
    background-image: url(../images/top/bg_04.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage4>div::after {
        background-image: url(../images/top/sp/bg_04.jpg);
    }
}

#stageContainer .stageBase#stage5>div {
    background-image: url(../images/top/bg_05.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage5>div {
        background-image: url(../images/top/sp/bg_05.jpg);
    }
}

#stageContainer .stageBase#stage5>div::after {
    background-image: url(../images/top/bg_05.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage5>div::after {
        background-image: url(../images/top/sp/bg_05.jpg);
    }
}

#stageContainer .stageBase#stage6>div {
    background-image: url(../images/top/bg_06.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage6>div {
        background-image: url(../images/top/sp/bg_06.jpg);
    }
}

#stageContainer .stageBase#stage6>div::after {
    background-image: url(../images/top/bg_06.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage6>div::after {
        background-image: url(../images/top/sp/bg_06.jpg);
    }
}

#stageContainer .stageBase#stage7>div {
    background-image: url(../images/top/bg_07.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage7>div {
        background-image: url(../images/top/sp/bg_07.jpg);
    }
}

#stageContainer .stageBase#stage7>div::after {
    background-image: url(../images/top/bg_07.jpg);
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage7>div::after {
        background-image: url(../images/top/sp/bg_07.jpg);
    }
}

#stageContainer .stageBase#stage8 {
    width: 100%;
}

#stageContainer .stageBase#stage8>div::after {
    background: none;
}

#stageContainer .stageBase#stage8>div article {
    color: #298948;
}

#stageContainer .stageBase#stage8>div article h2 {
    color: #298948;
}

#stageContainer .stageBase#stage8>div article .blogContainer p {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#stageContainer .stageBase#stage8>div article .blogContainer p.date {
    color: #3E3735;
}

#stageContainer .stageBase#stage8>div article .blogContainer .btnBox .btn {
    width: 140px;
}

@media screen and (max-width: 769px) {
    #stageContainer .stageBase#stage8>div article .blogContainer .btnBox .btn {
        width: 41.6666666667vw;
    }
}

#stageContainer .contactBox {
    text-align: center;
}

#stageContainer .contactBox h2 {
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    #stageContainer .contactBox h2 {
        font-size: 5vw;
    }
}

#stageContainer .contactBox p {
    max-width: 533px;
    margin: 30px auto;
    line-height: 2;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 769px) {
    #stageContainer .contactBox p {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 769px) {
    #stageContainer .contactBox p {
        max-width: 77.7777777778vw;
    }
}

#stageContainer .contactBox a.btn {
    margin: 0 auto;
    width: 250px;
}

@media screen and (max-width: 769px) {
    #stageContainer .contactBox a.btn {
        width: 69.4444444444vw;
        margin-top: 2em;
        font-size: 3.8888888889vw;
    }
}

#stageContainer nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 288px;
    right: 18px;
    z-index: 99;
}

#stageContainer nav ul {
    position: relative;
}

#stageContainer nav ul li a {
    display: block;
    background: none;
    overflow: hidden;
    transform: translateX(150px);
}
#stageContainer nav ul li .en{
    display: block;
    background: none;
    overflow: hidden;
/*transform: translateX(250px);*/
transform: translateX(220px);
}


#stageContainer nav ul li a p {
    text-align: center;
    line-height: 32px;
}

#stageContainer nav ul li a .num {
    background: none;
    color: #DCDCDC;
    /*font-family: 'Indulta SemiSerif', sans-serif;*/
    font-family: 'Secular One', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    width: 56px;
    line-height: 33px;
    clear: both;
    float: left;
}

#stageContainer nav ul li a .title {
    color: #3E3735;
    padding: 0 1em;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    float: left;
}

#stageContainer nav ul li a:hover {
    background: #fff;
    transform: translateX(20px);
}

#stageContainer nav ul li a:hover .num {
    background: #298948;
    color: #ffffff;
}

#stageContainer nav ul li.search a .num img {
    height: 17.5px;
    vertical-align: middle;
    width: 17.5px;
}

#stageContainer nav ul li.search a:hover .num {
    background: #fff;
}

@media screen and (max-width: 769px) {
    #stageContainer nav {
        display: none;
    }
}

@keyframes titleAnimation {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    60% {
        transform: translateY(-20px);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes btnPop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 0;
        transform: scale(0.8);
    }
    80% {
        opacity: .5;
        transform: scale(1);
    }
    90% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fvSlide {
    0% {
        background-image: url(../images/top/slider/FV_slide-1.png);
    }
    12% {
        background-image: url(../images/top/slider/FV_slide-1.png);
    }
    17% {
        background-image: url(../images/top/slider/FV_slide-2.png);
    }
    28% {
        background-image: url(../images/top/slider/FV_slide-2.png);
    }
    33% {
        background-image: url(../images/top/slider/FV_slide-3.png);
    }
    45% {
        background-image: url(../images/top/slider/FV_slide-3.png);
    }
    50% {
        background-image: url(../images/top/slider/FV_slide-4.png);
    }
    62% {
        background-image: url(../images/top/slider/FV_slide-4.png);
    }
    67% {
        background-image: url(../images/top/slider/FV_slide-5.png);
    }
    79% {
        background-image: url(../images/top/slider/FV_slide-5.png);
    }
    84% {
        background-image: url(../images/top/slider/FV_slide-6.png);
    }
    95% {
        background-image: url(../images/top/slider/FV_slide-6.png);
    }
    100% {
        background-image: url(../images/top/slider/FV_slide-1.png);
    }
}

@keyframes loading {
    0% {
        background-image: url(../images/top/loading/step1.png);
    }
    19% {
        background-image: url(../images/top/loading/step1.png);
    }
    20% {
        background-image: url(../images/top/loading/step2.png);
    }
    39% {
        background-image: url(../images/top/loading/step2.png);
    }
    40% {
        background-image: url(../images/top/loading/step3.png);
    }
    59% {
        background-image: url(../images/top/loading/step3.png);
    }
    60% {
        background-image: url(../images/top/loading/step4.png);
    }
    79% {
        background-image: url(../images/top/loading/step4.png);
    }
    80% {
        background-image: url(../images/top/loading/step5.png);
    }
    99% {
        background-image: url(../images/top/loading/step5.png);
    }
    100% {
        background-image: url(../images/top/loading/step1.png);
    }
}

@keyframes fvSlideSP {
    0% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-1.png);
    }
    12% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-1.png);
    }
    17% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-2.png);
    }
    28% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-2.png);
    }
    33% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-3.png);
    }
    45% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-3.png);
    }
    50% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-4.png);
    }
    62% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-4.png);
    }
    67% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-5.png);
    }
    79% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-5.png);
    }
    84% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-6.png);
    }
    95% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-6.png);
    }
    100% {
        background-image: url(../images/top/sp/slider/SP-FV_slide-1.png);
    }
}
#goTop,
#searchForm,
footer{
    position: relative;
    z-index: 100;
 }
