@charset "utf-8";
/* CSS Document */
#contents {
    background-image:url(../img/bg.jpg);
    background-position:center;
}

#contents .myPageTop{
    position:fixed;
    right:44px;
    bottom:44px;
    z-index:1000;
    display: none;
}

#contents .myPageTop a{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#contents .myPageTop a:hover{
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#contents img{
}

#contents .mainVisual{
    background-image: url(../img/bg_main_visual.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    min-width: 1012px;
    text-align:center;
}

#contents .mainVisual .btn{
    position: absolute;
    top:0;
    left:50%;
    width: 1012px;
    margin: 0 0 0 -506px;
}

#contents .mainVisual .btn .inner{
    position: absolute;
    top:420px;
    right: -42px;
}
#contents .mainVisual .btn a{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#contents .mainVisual .btn a:hover{
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#contents .mainVisual img{
    vertical-align: top;
}

#contents .gNav{
    background-image: url(../img/bg_gnav.png);
    height: 140px;
    margin-bottom: 50px;
}

#contents .gNav ul{
    width: 1012px;
    padding: 12px 0 0;
    margin: 0 auto;
}

#contents .gNav li{
    float: left;
}

#contents .gNav a,#contents .gNav span{
    display: block;
    background-image: url(../img/img_gnav.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 253px;
    height: 113px;
    text-indent: -9999px;

}


#contents .gNav .nav01 a{
}

#contents .gNav .nav01 a:hover,#contents .gNav .active.nav01 a{
    background-position: 0 -113px;
}
#contents .gNav .nav02 a{
    background-position: -253px 0;
}

#contents .gNav .nav02 a:hover,#contents .gNav .active.nav02 a{
    background-position: -253px -113px;
}

#contents .gNav .nav03 a{
    background-position: -506px 0;
}

#contents .gNav .nav03 a:hover,#contents .gNav .active.nav03 a{
    background-position: -506px -113px;
}

#contents .gNav .nav04 a{
    background-position: -759px 0;
}

#contents .gNav .nav04 a:hover,#contents .gNav .active.nav04 a{
    background-position: -759px -113px;
}

#contents .bnrList{
    background-color: rgba(0,0,0,0.70);
    padding:36px 0;
    text-align:center;
}

#contents .bnrList ul{
    width: 640px;
    margin: 0 auto;
}


#contents .bnrList li{
    float: left;
    width: 300px;
    margin: 0 10px 20px;
}

#contents .bnrList a:hover{
    opacity:0.8;
}

#contents .bnrList img{
    vertical-align: top;
}


#cboxLoadingGraphic,
#cboxLoadingOverlay{
    display:none!important;
}


#cboxContent,
#colorbox,
#cboxWrapper {
    overflow:visible;
}


#cboxContent{
    background-color:transparent;
}

#cboxPrevious,
#cboxNext,
#cycleNext,
#cyclePrev
{
    background-position: 0 0!important;
    background-repeat: no-repeat;
    width: 56px!important;
    height: 86px!important;
    top:50%;
    margin: -43px 0 0!important;
    vertical-align: middle;/*
    -webkit-transform: translateZ(0);
    transform: translateZ(0);*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,
#cycleNext:hover,
#cyclePrev:hover,
.myModal .close:hover
{
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    outline: none;
    opacity: 1;
}
#cboxPrevious:focus,
#cboxNext:focus,
#cboxClose:focus,
.myModal .close:focus{
    outline: none;
}


#cboxPrevious{
    background-image: url(../img/arrowL.png)!important;
    left: -8px!important;
}
#cboxNext{
    background-image: url(../img/arrowR.png)!important;
    right: -8px;
    left:auto!important;
}

#cycleNext,
#cyclePrev
{
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    margin: -24px 0 0!important;
}

#cycleNext{
    background-image: url(../img/arrowR02.png);
    right: 10px;
}

#cyclePrev{
    background-image: url(../img/arrowL02.png);
    left: 10px;
}

#cboxCurrent{
    display: none!important;
}

#cboxClose{
    background-image:url(../img/btn_close.png)!important;
    background-repeat:no-repeat!important;
    background-position:0 0!important;
    width:90px!important;
    height:90px!important;
    top:-30px!important;
    right:-40px!important;
    text-indent: -9999px;
    display: none;
}


.myModal{
}

.myModal .wrapper{
    width:1010px;
}

.myModal .movie{
    width: 868px;
    margin: 0 auto;
    border:solid 10px #54DDFF;
    border-radius:10px;
}

.myModal .movie iframe{
    line-height: 1;
    vertical-align: top;
}

.myModal .close{
    background-image:url(../img/btn_close.png);
    background-repeat:no-repeat;
    background-position:0 0;
    width:90px;
    height:90px;
    position:absolute;
    top:-40px;
    right:20px;
    cursor:pointer;
}

.detailBlock{
    background-position:center top;
    background-repeat:no-repeat;
    padding:25px 0 32px;
}

.detailBlock .inner{
    position:relative;
}

.detailBlock .inner .detail{
    padding:0 0 0 24px;
}

.detailBlock .inner .img{
    position:absolute;
    bottom:-30px;
    right:2px;
}

.detailBlock .title {
    margin-bottom:16px;
    text-align:center;
}

.detailBlock .txt {
    margin-bottom:12px;
}


.detailBlock li{
    display:inline;
    margin:0 5px 0 0;
}


.detailBlock li a:hover{
    opacity:0.8;
}

.cycleWrapper{
    position: relative; 
    overflow: hidden;   
}
.cboxIframe{
}

.colorboxIframe{
}
.colorboxIframe #contents{
    background: transparent!important;
}
.cboxIframe{
    background: transparent!important;
    overflow: hidden;
}
#cboxLoadedContent{
    overflow: hidden;   
}
/* top
------------------------------------------*/

#contents .movieBlock{
    border:solid 8px #11A9ED;
    border-radius:30px;
    width:1000px;
    margin:0 auto 50px;
    box-shadow: rgba(0,0,0,0.2) 0 8px 14px;
}

#contents .movieBlock .title{
    background-image:url(../img/top/bg_title01.png);
    border-bottom:solid 8px #11A9ED;
    padding:9px 0 5px;
    border-radius:20px 20px 0 0;
    text-align:center;
}

#contents .movieBlock .body{
    background-image:url(../img/top/bg_contents.png);
    background-color:#fff;
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:30px 38px;
    border-radius:0 0 20px 20px;
}

#contents .movieBlock .movie{
    margin:0 0 30px;
}



#contents .movie02 figure {
    position: relative;
    border:solid 4px #67E1FF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 10px;
    width: 920px;
    margin: 0 0 30px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

#contents .movie02 .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#contents .movie02 figure img {
    /*    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;*/
}

#contents .movie02 figure figcaption {
    background-color: rgba(0,0,0,0.6);
    padding: 3em;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

#contents .movie02 figure:hover figcaption{
    background-color:transparent;

}

#contents .movie02 figure figcaption::before,
#contents .movie02 figure figcaption::after {
    pointer-events: none;
}

#contents .movie02 figure figcaption,
#contents .movie02 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#contents .movie02 figcaption::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(85,221,255,0.5);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#contents .movie02 figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 4px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#contents .movie02 figure:hover figcaption::before,
#contents .movie02 figure:hover figcaption::after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#contents .movie02 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


#contents .movie02 .icon{
    width: 100%;
    position: absolute;
    top: 170px;
    left:0;
    text-align: center;
}


#contents .movie02 .icon img{
    width: 80px;
}

#contents .movie02 .txt{
    width: 100%;
    position: absolute;
    bottom:20px;
    left:0;
    text-align: center;
}


#contents .topMovieList{

}

#contents .topMovieList .grid {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#contents .topMovieList figure {
    position: relative;
    border:solid 4px #67E1FF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 10px;
    float: left;
    width: 444px;
    margin: 0 32px 0 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

#contents .topMovieList figure:last-child{
    margin-right: 0;
}

#contents .topMovieList .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#contents .topMovieList figure img {
/*    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;*/
}

#contents .topMovieList figure figcaption {
    background-color: rgba(0,0,0,0.8);
    padding: 3em;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

#contents .topMovieList figure:hover figcaption{
    background-color:transparent;

}

#contents .topMovieList figure figcaption::before,
#contents .topMovieList figure figcaption::after {
    pointer-events: none;
}

#contents .topMovieList figure figcaption,
#contents .topMovieList figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#contents .topMovieList figcaption::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(85,221,255,0.5);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#contents .topMovieList figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 4px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#contents .topMovieList figure:hover figcaption::before,
#contents .topMovieList figure:hover figcaption::after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#contents .topMovieList figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


#contents .topMovieList .icon{
    width: 100%;
    position: absolute;
    top:80px;
    left:0;
    text-align: center;
}

#contents .topMovieList .txt{
    width: 100%;
    position: absolute;
    bottom:20px;
    left:0;
    text-align: center;
}



#contents .collaboBlock{
    margin: 0 0 100px;
    position: relative;
    text-align: center;
}

#contents .collaboBlock .title{
}

#contents .collaboBlock .btn{
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    text-align: center;
}
#contents .collaboBlock .btn a{
  display: inline-block;
  vertical-align: middle;/*
  -webkit-transform: translateZ(0);
  transform: translateZ(0);*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

#contents .collaboBlock .btn a:hover{
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#contents .questLastBlock.top{
    margin-bottom: 80px;
}

/* arms
------------------------------------------*/

#contents .armsBlock{
    border:solid 8px #FC5D95;
    border-radius:30px;
    width:1000px;
    margin:0 auto 60px;
    box-shadow: rgba(0,0,0,0.2) 0 8px 14px;
}

#contents .armsBlock .title{
    background-image:url(../arms/img/bg_title.png);
    border-bottom:solid 8px #FC5D95;
    padding:4px 0 10px;
    border-radius:20px 20px 0 0;
    text-align:center;
}

#contents .armsBlock .title .inner{
    position: relative;
        display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

#contents .armsBlock .title .fukidashi{
    position: absolute;
    bottom:0;
    margin-left: 14px;
}

#contents .armsBlock .body{
    background-image:url(../arms/img/bg_contents.png);
    background-color:#fff;
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:30px 0 50px;
    border-radius:0 0 20px 20px;
}

#contents .armsBlock{

}

#contents .armsList{
}

#contents .armsList .slick-arrow{
    background-position: 0 0;
    background-color:transparent;
    border:none;
    width: 56px;
    height: 86px;
    position: absolute;
    top:50%;
    margin: -43px 0 0;
    text-indent: -9999px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1000;

}

#contents .armsList .slick-arrow:hover{
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    outline: none;
}

#contents .armsList .slick-arrow:focus,
#contents .armsList .slick-arrow:active{
    outline: none;
}

#contents .slick-slide:focus,
#contents .slick-track:focus,
#contents .slick-slider:focus,
#contents .slick-list:focus{
    outline: none!important;
}

#contents .armsList .slick-prev{
    background-image: url(../img/arrowL.png);
    left: 15px!important;
}

#contents .armsList .slick-next{
    background-image: url(../img/arrowR.png);
    right: 15px;
}

#contents .armsLink:focus{
    outline: none;
}


#contents .armsLink div:focus{
    outline: none;
}

#contents .armsLink .box{
    position: relative;
    width: 820px;
    margin: 0 auto;
}

#contents .armsLink .box01_01{
    height: 329px;
    margin-bottom: 18px;
}

#contents .armsLink .box01_02{
    height: 340px;
}

#contents .armsLink .box02_01{
    height: 329px;
    margin-bottom: 21px;
}

#contents .armsLink .box02_02{
    height: 332px;
    margin-bottom: 19px;
}

#contents .armsLink .box02_03{
    height: 332px;
}

#contents .armsLink .arms{
    position: absolute;
    top:0;
}

#contents .armsLink .arms01_01{
    left: -10px;
}

#contents .armsLink .arms01_02{
    left: 243px;
}

#contents .armsLink .arms01_03{
    left: 547px;
}

#contents .armsLink .arms01_04{
    left: -70px;
}
#contents .armsLink .arms01_05{
    left: 187px;
}

#contents .armsLink .arms01_06{
    left: 541px;
}


#contents .armsLink .arms02_01{
    left: -7px;
}

#contents .armsLink .arms02_02{
    left: 253px;
}

#contents .armsLink .arms02_03{
    left: 542px;
}

#contents .armsLink .arms02_04{
    left: -54px;
}
#contents .armsLink .arms02_05{
    left: 269px;
}

#contents .armsLink .arms02_06{
    left: 571px;
}

#contents .armsLink .arms02_07{
    left: 249px;
}
#contents .armsLink a{
    display: block;
}

#contents .armsLink a:hover{
    opacity: 0.8;
}

#contents .armsList .detail{
    text-align: center;
}

#contents .armsList .detail img{
    display: inline;
    vertical-align: middle;
}


#contents .armsBlock .coming{
    text-align: center;
}

#armsList01 .detail .inner{
    padding-top: 30px;
}

#armsList02{
    margin-bottom: 40px;
}

#armsList02 .detail .inner{
    padding-top: 209px;
}

#armsSlider{
    margin:0 auto;
}

.myArimsWrapper #cboxClose{
    top: 30px!important;
    right: 40px!important;
}

/* item
------------------------------------------*/

#contents .itemBlock{
    border:solid 8px #FA7A1F;
    border-radius:30px;
    width:1000px;
    margin:0 auto 60px;
    box-shadow: rgba(0,0,0,0.2) 0 8px 14px;
}

#contents .itemBlock .title{
    background-image:url(../item/img/bg_title.png);
    border-bottom:solid 8px #FA7A1F;
    padding:18px 0 14px;
    border-radius:20px 20px 0 0;
    text-align:center;
}

#contents .itemBlock .body{
    background-image:url(../item/img/bg_contents.png);
    background-color:#fff;
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:30px 25px 50px;
    border-radius:0 0 20px 20px;
}

#contents .itemBlock .subTitle{
    margin-bottom: 20px;
    text-align: center;
}

#contents .itemBlock .lead_block{
    margin-bottom: 30px;
    text-align: center;
}

#contents .itemList{
    margin-bottom:30px;
}

#contents .itemList ul{
    overflow: hidden;
} 

#contents .itemList li{
    float: left;
    width: 314px;
    margin: 0 0 30px;
    text-align: center;
}

#contents .itemList .column01{
    position: relative;
    margin-top: -120px;
}

#contents .itemList .column01 li{
    float: none;
    width: auto;
}

#contents .itemList.type02 {
    margin-bottom: 0;
}

#contents .itemList.type02 .column01 {
    margin-top: 0;
}

#contents .itemList.type02 li {
    margin-bottom: 0;
}



/* quest
------------------------------------------*/

#contents .questBlock{
    border:solid 8px #27C43C;
    border-radius:30px;
    width:1000px;
    margin:0 auto 60px;
    box-shadow: rgba(0,0,0,0.2) 0 8px 14px;
}

#contents .questBlock .title{
    background-image:url(../quest/img/bg_title.png);
    border-bottom:solid 8px #27C43C;
    padding:18px 0 14px;
    border-radius:20px 20px 0 0;
    text-align:center;
}

#contents .questBlock .body{
    background-image:url(../quest/img/bg_contents.png);
    background-color:#fff;
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:30px 25px 50px;
    border-radius:0 0 20px 20px;
}

#contents .questList{

}

#contents .questList .box{
    margin-bottom: 40px;
    text-align: center;
}

#contents .questList .titleList{
    margin-bottom: 20px;
    text-align: center;
}

#contents .questList .arms{
    display: table;
    width: 710px;
    margin: 0 auto;
    table-layout: fixed;
}

#contents .questList .arms .image,#contents .questList .arms .detail{
    display: table-cell;
    vertical-align: middle;
}

#contents .questList .arms .image{
    width: 302px;
}

#contents .questList .arms .detail{
    padding-left: 20px;
}

#contents .questLastBlock{
    text-align: center;
}

#contents .questLastBlock .img{
    margin-bottom: 30px;
}


/* hover style
------------------------------------------*/

/* Wobble Horizontal */

#contents .hvr-wobble-horizontal{
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#contents .hvr-wobble-horizontal:hover
{
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    outline: none;
    opacity: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/* Wobble Vertical */

#contents .hvr-wobble-vertical{
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#contents .hvr-wobble-vertical:hover{
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}