#main-visual {
    height: 100vh;
    background-color: #fff;
    padding-right: 110px;
    position: relative;
}
#main-visual #bg-slide {
    width: 100%;
    height: 100% !important;
}
.vegas-timer {
    display: none !important;
}
#main-visual #scroll {
    -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
    position: absolute;
    z-index: 3;
    right: 35px;
    top: 50%;
    font-family: 'Roboto', sans-serif;
font-weight: 600;
    padding-bottom: 80px;
font-size: 14px;
}
#main-visual #scroll:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
    margin-left: -2px;
  width: 1px;
  height: 70px;
  background: #000;
    animation: sc 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sc {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#main-visual .slide {
}
#main-visual .swiper-container{
    width: 100%;
    height: 100%;
}
#main-visual .slide li{
    width: 100%;
    height: 100%;
    overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main-visual .slide li img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}


#main-visual #copy {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}
#main-visual #copy .w1240 {
    display: table;
    height: 100%;
}
#main-visual #copy .tbl-cell {
    display: table-cell;
    vertical-align: middle;
}
#main-visual #copy dl {
    font-family: 'Roboto', sans-serif;
font-weight: 700;
    letter-spacing: 0.1em;
}
#main-visual #copy dt {
    font-size: 90px;
    margin-bottom: 40px;
}
#main-visual #copy dd {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
#main-visual #copy p {
    font-weight: 500;
    font-size: 22px;
    line-height: 41px;
}
#main-visual #copy p span {
  background: -webkit-linear-gradient(left, #fff 50%, transparent 50%) 100% bottom / 200% 10% no-repeat;
  background: linear-gradient(to right, #fff 50%, transparent 50%) 100% bottom / 200% 10% no-repeat;
  -webkit-transition: background-position 1s ease-out;
  transition: background-position 1s ease-out;
    transition-delay: 1s;
}
#main-visual #copy p.inview span {
    background-position: 0% bottom;

}
#main-visual #news {
    position: absolute;
    left: 80px;
    right: 110px;
    bottom: 0;
    background-color: #fff;
    padding: 25px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    z-index: 2;
}
#main-visual #news .ttl {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.09em;
    position: relative;
    line-height: 1;
    width: 220px;
    text-align: center;
    padding-right: 10px;
    margin-right: 30px;
}
#main-visual #news .ttl:after {
    content: "";
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#main-visual #news .ttl:before {
    content: attr(data-title);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #83c8bd;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 1;
    padding-bottom: 2px;
}
#main-visual #news .btn {
    width: 22px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -7px;
    overflow: hidden;
}
#main-visual #news .btn:after {
    height: 15px;
    background-image: url("../../images/news_btn2.svg");
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 50%;
    margin-top: -8px;
    content: "";
    transition:ease-in-out .3s;
    width: 22px;
}
#main-visual #news .btn:hover:after {
    right: 0px;
}
#main-visual #news dl {
    display: flex;
    line-height: 1.5;
}
#main-visual #news dt {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #9e9e9e;
    font-weight: 600;
    margin-right: 25px;
}
#main-visual #news dd {
    font-size: 14px;
    font-weight: 500;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
}
#main-visual #news dd a:hover {
    text-decoration: underline;
}
@media screen and (max-width:860px){
#main-visual #copy dt {
    font-size: 10vw;
    margin-bottom: 4vw;
}
#main-visual #copy dd {
    font-size: 5vw;
    margin-bottom: 6vw;
}
#main-visual #copy p {
    font-weight: 500;
    font-size: 3vw;
    line-height: 5vw;
    padding-right: 110px;
}
#main-visual #news {
    left: 40px;
    padding: 20px;
    padding-right: 45px;
}
#main-visual #news .ttl::before {
    display: block;
    margin-right: 0;
}
#main-visual #news dl {
    display: block;
}
#main-visual #news dt {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
}
}
@media screen and (max-width:540px){
#main-visual {
    padding-right: 0px;
}
#main-visual #news {
    right: 0;
}
#main-visual #news {
    padding: 10px;
    left: 20px;
}
#main-visual #news .ttl {
    font-size: 10px;
    width: 100px;
    padding-right: 4px;
    margin-right: 20px;
}
#main-visual #news .ttl::before {
    font-size: 18px;
}
#main-visual #news dd {
    font-size: 12px;
    padding-right: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
#main-visual #news dt {
    font-size: 11px;
    margin-bottom: 1px;
}
#main-visual #news .btn {
    z-index: 1;
    right: 12px;
}
#main-visual #copy dt {
    font-size: 13vw;
}
#main-visual #copy dd {
    font-size: 6vw;
}
#main-visual #copy p {
    font-size: 4vw;
    line-height: 7vw;
    padding-right: 1vw;
}
#main-visual #scroll {
    right: 14px;
    font-size: 12px;
    bottom: 65px;
    top: inherit;
}
#main-visual #scroll a{
    color: #fff;
}
#main-visual #scroll::after {
    background: #fff;
}
}

h2.com-ttl {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 80px;
}
h2.com-ttl:before {
    content: attr(data-title);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 90px;
    color: #abd47a;
background: -webkit-linear-gradient(0deg, #abd47a, #6cc2e4);
        background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    line-height: 1;

    
}
h2.com-ttl span {
    display: block;
}
#service {
    padding-top: 120px;
    position: relative;
    margin-bottom: 120px;
}
#service:after {
    background-color: rgba(150,190,199,0.11);
    content: "";
    left: 25%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    bottom: 25%;
}
#service ul {
    margin-left: -2%;
    margin-right: -2%;
}
#service li {
/*    width: 29.3333%;*/
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;
}
#service li:nth-child(1) {
    margin-top: 20px;
}
#service li:nth-child(3) {
    margin-top: -20px;
}
#service li:nth-child(4) {
    margin-top: -40px;
}
#service li .photo {
    overflow: hidden;
    position: relative;
}
#service li .photo:before {
    position: absolute;
    background-image: url("../../images/top_arrow.svg");
    width: 16px;
    height: 11px;
    content: "";
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 10px;
    bottom: 12px;
    transition:ease-in-out .3s;
-moz-transition:ease-in-out .3s;
-webkit-transition:ease-in-out .3s;
-o-transition:ease-in-out .3s;
-ms-transition:ease-in-out .3s;
}
#service li a:hover .photo:before {
    left: 12px;
}
#service li .photo:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 0;
height: 0;
border-style: solid;
border-width: 60px 0 0 60px;
border-color: transparent transparent transparent #98ce9b;
    left: 0;
    bottom: 0;
}
#service li a .photo img{
transition:ease-in-out .3s;
-moz-transition:ease-in-out .3s;
-webkit-transition:ease-in-out .3s;
-o-transition:ease-in-out .3s;
-ms-transition:ease-in-out .3s;
}
#service li a:hover .photo img{
transform: scale(1.1);
}
#service li a {
    position: relative;
    display: block;
}
#service li dl {
    position:absolute;
/*    right: 30px;
    top: 30px;*/
    right: 15px;
    top: 15px;
    z-index: 1;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 1;
    
}
#service li dt {
    background-color: #fff;
    font-weight: 600;
/*    font-size: 27px;*/
    font-size: 22px;
    padding: 5px;
    letter-spacing: 0.09em;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition:ease-in-out .6s;
}

#service li dt span {
    position: relative;
    z-index: 2;
}
#service li dt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:1;
    background: #a3d287; /* Old browsers */
background: -moz-linear-gradient(45deg, #a3d287 0%, #74c4d7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #a3d287 0%,#74c4d7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #a3d287 0%,#74c4d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d287', endColorstr='#74c4d7',GradientType=1 );
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
}
#service li a:hover dt:after {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
}
#service li a:hover dt {
    color: #fff;
}
#service li dd {
    
    font-family: 'Roboto', sans-serif;
    color: #83c8bd;
/*    font-size: 13px;*/
    font-size: 11px;
    font-weight: 600;
}
#service li dd span{
    padding: 5px;
    background-color: #fff;
    letter-spacing: 0.06em;
}
#service li p {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 25px;
}
/*@media screen and (max-width:1140px){*/
@media screen and (max-width:1375px){
#service li dl {
/*    right: 20px;
    top: 20px;*/
    right: 10px;
    top: 10px;
}
#service li dt {
    font-size: 1.5vw;
}
#service li dd {
    font-size: 0.8vw;
}
}
@media screen and (max-width:860px){

#service ul {
    margin-left: 0%;
    margin-right: 0%;
}
#service li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 50px;
    margin-top: 0px !important; 
}
#service li:last-child {
    margin-bottom: 0;
}
#service li a .photo img {
    width: 100%;
}
#service li dl {
    right: 0vw;
    top: 0vw;
}
#service li dt {
    font-size: 6.2vw;
    margin-left: 3vw;
}
#service li dd {
    font-size: 3vw;
}
#service li p {
    margin-top: 35px;
}
#service li .photo {
    width: 70%;
}
}
@media screen and (max-width:480px){
#service {
    margin-bottom: 80px;
    padding-top: 60px;
}
#service::after {
    left: 27%;
    bottom: 20%;
}
h2.com-ttl {
    font-size: 16px;
    margin-bottom: 45px;
}
h2.com-ttl::before {
    font-size: 52px;
}
#service li .photo {
    width: 100%;
}
#service li dl {
    right: 6vw;
    top: 6vw;
}
#service li p {
    margin-top:25px;
}
}

#aboutus {
    position: relative;
    margin-bottom: 190px;
    padding-top: 15vw;
    
}
#aboutus:after {
    background-image: url("../../images/aboutus.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 60%;
}
#aboutus .txt {
    padding: 70px;
    background-color: #fff;
    margin-left: 42%;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}
#aboutus .txt h2 {
    margin-top: -150px;
    text-align: left;
    margin-bottom: 50px;
    white-space: nowrap;
}

#aboutus .btn {
    margin-top: 60px;
}
#aboutus .btn a {
    background-color: #83c8bd;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 14px;
    text-align: center;
    border-radius: 40px;
    max-width: 260px;
    position: relative;
    background: #a3d287;
background: -moz-linear-gradient(45deg, #a3d287 0%, #74c4d7 100%);
background: -webkit-linear-gradient(45deg, #a3d287 0%,#74c4d7 100%);
background: linear-gradient(45deg, #a3d287 0%,#74c4d7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d287', endColorstr='#74c4d7',GradientType=1 );
}
#aboutus .btn a:hover {
    background-color: #abd47a;
}
#aboutus .btn a:after {
    background-image: url("../images/btn_arrow.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    z-index: 1;
    right: 20px;
    transition:ease-in-out .3s;
}

#aboutus .btn a:hover:after {
    right: 15px;
}
@media screen and (max-width:980px){
#aboutus {
    padding-top: 45vw;
}
#aboutus::after {
    width: 87%;
    bottom: inherit;
    height: 53vw;
}
#aboutus .txt {
    margin-left: 0;
}
}
@media screen and (max-width:860px){
#aboutus .txt h2 {
    margin-left: -15px;
}
}
@media screen and (max-width:480px){
#aboutus {
    padding-top: 52vw;
    margin-bottom: 0;
}
#aboutus::after {
    width: 100%;
    height: 65vw;
}
#aboutus .txt {
    padding: 20px;
    padding-top: 90px;
    padding-bottom: 40px;
}
#aboutus .txt h2 {
    margin-top: -125px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 0px;
}
#aboutus .btn {
    margin-top: 30px;
}
#aboutus .btn a {
    font-size: 15px;
    padding: 10px;
}
}











.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 3px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: #e9ca2e;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
    bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
            filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}






