@charset "UTF-8";
/* CSS Document */

html{
}
body{
    padding:0;
    margin:0;
    text-align:center;
    font-size: 14px;
    color:#fff;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
}
a{
    color:#e84256;
    text-decoration: none;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
a:hover{
    color:#ff6a7c;
}
#body_inner{
    height: 100%;
    position: relative;
    background:  none;
}
img{
    display:block;
    border:0;
    margin:0 auto;
    padding:0;
}
.spimg{
    width:380px;
    max-width: 100%;
    height: auto;
}
.vhidden{
    visibility: hidden;
}
.gimg{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    -ms-transition:all 1s ease-out;
    transition:all 1s ease-out;
}
.gimg:hover,.gimg.on{
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bimg{
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    -ms-transition:all 1s ease-out;
    transition:all 1s ease-out;
}
.bimg:hover,.bimg.on{
    -webkit-filter: blur(0px);
    filter: blur(0px);

}

input,textarea{
    border:none;
    font-size:110%;
    vertical-align:top;
}

.icon{
    display:inline-block;
    background: #f00;
    color: #fff;
    padding: 3px;
    border-radius: 100px;
    vertical-align: middle;
    line-height: 1;
    font-size: 70%;
    margin: -3px 0.3em 0 0;
}
@media screen and (max-width:767px) {
    img{
        max-width:100%;
    }
}


/*-----------------------------------------------------------------------------* common */
html,body,.container{
    height: 100%;
}
.container{
    position: relative;
    z-index: 1;
}
body.home .container{
}
.h_img{
    height: 80%;
    background: center no-repeat;
    background-attachment:fixed;
    background-size: cover;
    min-height: 500px;
    position: relative;
}
.iOS .h_img{
    background-attachment:inherit;
}

.sec{
    position:relative;
    margin: 0;
    padding: 0;
    /* min-height: 90%; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.sech_inner{
}
.sec h2{
    margin: 0 0 20px;
    text-align: left;
}
.sec_content{
    width:1024px;
    margin:0 auto;
}
.sec_content img{
    /* margin: 0 -171px; */
    max-width:  1024px;
    height:  auto;
}
.sec .sec_tit{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: -75px -230px;
    padding:30px 30px 20px;
    background: rgba(0,0,0,0.6);
}
.sec p{
    line-height: 2.5;
    text-align: left;
    text-align: justify;
    word-break: break-all;
    color: #adadad;
    /* color: rgba(255,255,255,0.7); */
}


@media screen and (max-width:767px) {
    body{
        font-size:13px;
    }
    img{
        max-width:100%;
        height:auto;
    }
    .sec_h{
        max-height: 400px;
        background-attachment:initial;
    }
    .sec_bg{
        max-height: 400px;
        background-attachment:initial;
    }
    .sec h2{
    }
    .sec .sec_tit{
        position: absolute;
        left: 5%;
        right:5%;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin:0;
        padding: 24px 10px 16px;
        background: rgba(20,20,20,0.8);
    }
    .sec p{
        line-height: 1.9;
        font-size:96%
    }
}



/*-----------------------------------------------------------------------------* header */

#header{
    z-index: 10000;
    position: absolute;
}
#header_reserve{
    position: fixed;
    right: 35px;
    top:35px;
}
#header_nav{
    background: url('/images/lp/app/header_nav_bg.png') rgba(0,0,0,0.3);
    z-index: 10000;
}
body.home #header{
    height: 100%;
    position: relative;
}
body.home #header_nav{
    position:absolute;
    left:0;
    right:0;
    top:auto;
    bottom:0;
}
body #header_nav.fixed{
    position:fixed;
    top:0;
    bottom:auto;
}

#header_nav a{
    height: 60px;
    padding: 0 14px;
    margin: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    zoom:1;
    line-height: 60px;
    letter-spacing: 7px;
    color:#fff;
    border-bottom: 0px #be474a solid;
    border-bottom: 1px rgba(190,71,74,0) solid;
}
#header_nav a.on{
    color: #e84256;
    /*border-top: 1px #9f9e8b solid;*/
    border-bottom: 1px #be474a solid;
}
#header_nav a:hover{
    color: #e84256;
    border-bottom: 1px #be474a solid;
    border-bottom: 1px rgba(190,71,74,1) solid;
}
#header_logo{
    position: absolute;
    margin:0;
    left:0;
    top:0;
}
body.home #header_logo{
    opacity: 0;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
body.home .fixed #header_logo{
    opacity: 1;
}

#forcompany{
  position:fixed;
  top:0;
  left:0;
  right:0;
  background:#24409b;
  z-index:1000;
  height:0;
}

#forcompany_link{
  background:#24409b;
  display:block;
  position:absolute;
  color:#fff;
  top:0;
  right:10px;
  line-height:1.4;
  padding:8px 14px;
  border-radius:0 0 10px 10px;
  -webkit-transform: translate(0 , -100%);
  -moz-transform: translate(0 , -100%);
  transform: translate(0 , -100%);
  -webkit-animation: top_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:3.5s;
  -moz-animation: top_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:3.5s;
  animation: top_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay: 3.5s;
}
#forcompany_link:hover{
  background:#3649d2;
}
#forcompany_link span{
  position:relative;
  margin:0 7px 0 0;
}
#forcompany_link span:before{
  content:"";
  display:block;
  border:#fff solid;
  border-width:1px 1px 0 0;
  width:4px;
  height:4px;
  transform:translateY(-50%) rotate(45deg);
  position:absolute;
  top:50%;
  right:-8px;

}

@media screen and (max-width:767px) {
    #header{
    }
    #header.fixed{
    }
    #header_nav.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom:auto;
    }
    #header_nav a{
        height: 50px;
        line-height: 50px;
        letter-spacing: 0;
        box-sizing: border-box;
        width: 20%;
        padding: 0;
        float: left;
        white-space: nowrap;
        margin: 0;
    }
}
/*-----------------------------------------------------------------------------* footer */

#footer{
    display: block;
    position: relative;
}
#footer_links{
    border-top:1px solid rgba(255,255,255,0.2);
    border-bottom:1px solid rgba(255,255,255,0.2);
    margin:0 30px 40px;
}
#footer_links a{
    position:relative;
    display:inline-block;
    padding:30px 0 30px 30px;
    color: #ddd;
}
#footer_links a:after{
    content:"";
    display:inline-block;
    height:19px;
    width:1px;
    background: rgba(255,255,255,0.2);
    vertical-align:top;
    margin-left:30px;
}
#footer_links a:last-child:after{
    display:none;
}
#copyright{
    font-size:11px;
    color:#7f7876;
    margin-top:20px;
}

#pagetop{
    display: none;
    position:fixed;
    bottom:35px;
    right:35px;
    width:67px;
    height:67px;
    background:#bcb9b8;
    border-radius:67px;
    opacity:0.7;
}
#pagetop img{
    padding:27px 0;
}

/*-----------------------------------------------------------------------------* img */
#img1{
    height: 100%;
    /* height:  calc(100% - 106px); */
    background: none;
    overflow: hidden;
}

#img1:after{
  content:"";
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:auto;
  bottom:-500px;
  height:500px;
  border-radius:500px;
  box-shadow: 0 -80px 600px rgba(0, 123, 210, 0.28);
  transform:  translate(0px,100%);
  -webkit-animation: bottom_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.8s;
  -moz-animation: bottom_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.8s;
  animation: bottom_in ease-out 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay: 4s;
}
#img1 #top_title{
    position: absolute;
    bottom: 0;
    left: 0;
    right:  0;
    margin: 0 auto;
    z-index:100;
    top: 0;
    max-height:100%;
    background: none;
}
#img1 .top_phones{
    display:block;
    max-width: none;
    overflow:hidden;
    height: 90%;
    width:auto;
    margin:  auto auto 0;
    bottom: 0;
    min-height: 750px;
    /*
    opacity:0;

  -webkit-animation: bottom_in ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.8s;
  -moz-animation: bottom_in ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.8s;

  animation: bottom_in ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.8s;
  */
    position:  absolute;
    left: -1000px;
    right:  -1000px;
    transform:  translate(0px,100%);
    -webkit-animation: bottom_in ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-delay:0.8s;
    -moz-animation: bottom_in ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;
    -moz-animation-delay:0.8s;
    animation: bottom_in cubic-bezier(0, 0, 0.21, 1.02) 1.4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-delay: 2s;
}

#img1 #top_title .top_logo,#img1 #top_title .top_fuki{
  position:absolute;
  height:auto;
}
#img1 #top_title{
}
.top_title_logo{
  position:absolute;
  left:50%;
  top:50%;
  margin:auto;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  animation: title_bottom_in cubic-bezier(0, 0, 0.3, 1.03) 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay: 1.95s;
}
#img1 #top_title .top_logo{
  width: auto;
  height: 13vh;
  min-height:  136px;
  max-height:  150px;
  left:0;
  right:0;
  margin:0;
  top: 0;
  position:relative;
  opacity:0;
  max-width: none;
  -webkit-animation: left_in cubic-bezier(0.19, 0.6, 0.59, 0.99) 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.8s;
  -moz-animation: left_in ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.8s;
  animation: fade_in ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay: 0.3s;
}
#img1 #top_title .top_fuki{
  height:20%;
  min-height: 136px;
  width: auto;
  left: 100%;
  top: 0;
  margin:0 0 0 0;
  opacity:0;
  transform:translate(-30%,-80%);
  -webkit-animation: scale_in2 ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 0 100%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.9s;
  -moz-animation: scale_in2 ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 0 100%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.9s;
  animation: scale_in2 cubic-bezier(0.35, 0.25, 0.06, 1.26) 0.6s;
  animation-iteration-count: 1;
  transform-origin: 18% 100%;
  animation-fill-mode:forwards;
  animation-delay: 1s;
}
.top_img_bg{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.top_img_bg:before{
  content:"";
  display:block;
  background:#1993ff;
  background:linear-gradient(to bottom, #18b8f7 0%,#1993ff 100%);
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
 /*
 -moz-transform:  translate(-100%,0px);
  -webkit-transform:  translate(-100%,0px);
  transform:  translate(-100%,0px);
   -webkit-animation: left_slide_in ease-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.3s;
  -moz-animation: left_slide_in ease-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.3s;

  animation: left_slide_in ease-out 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.6s;
  */
}
.top_img_bg:after{
  content:"";
  display:block;
  background:url(/images/lp/app/topimg_bg.png) center top no-repeat;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-size:100% 62%;
  transform:  scale3d(1,3,1) translate(0px,0px);
  -webkit-animation: left_slide_in ease-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-delay:0.3s;
  -moz-animation: left_slide_in ease-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards;
  -moz-animation-delay:0.3s;
  animation: bottom_scale_in cubic-bezier(0.07, 0.59, 0.31, 1.04) 0.9s;
  animation-iteration-count: 1;
  transform-origin: 50% 0;
  animation-fill-mode:forwards;
  animation-delay: 1.9s;
}
#app_header{
    background:#fff;
    position:absolute;
    left:0;
    top:auto;
    right:0;
    bottom:0;
    box-shadow: 0 0 40px rgba(0, 97, 177, 0.1);
    z-index: 200;
    position:fixed;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform:  translate(0px,100%);
    -webkit-animation: bottom_in ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-delay:0.8s;
    -moz-animation: bottom_in ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;
    -moz-animation-delay:0.8s;
    animation: bottom_in ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-delay: 4s;
}
#app_header.off{
    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}
#img2{
    background-image: url('/images/lp/app/img1.jpg');
}
#img3{
    background-image: url('/images/lp/app/img2.jpg');
    height:500px;
}

#sec1{
}
#sec2{
    padding: 5% 0;
}
#sec3{
    background: #409ff5;
    padding: 8% 0 8%;
}
.time_sec, .time_sec .sech_inner{
    height: 100vh;
    display: block;
    overflow: visible;
    background:  #fff;
}
.time_content{
    height: 110%;
    min-height:600px;
    position:relative;
    width: auto;
}
#time6{
    height:100%;
}
.time_content div{
    width:1024px;
    margin:0 auto;
    position: relative;
}
.time_content .time{
    width:180px;
    background:#3c3735;
    border-radius:0 0 20px 20px;
}

.time_content img{
    margin:0 auto;
}
.time_content .texts{
    position:absolute;
    left:50%;
    top:50%;
    margin:-200px 0 0 -512px;
}
.tit,.fukidashi{
    opacity:0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.time_content:before{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    border-right:4px #534741 solid;
    opacity:0.1;
    margin:0 0 0 -2px;
}
.time_content:nth-child(even){
    background: #379ffd;
}
#particle-canvas{
    position:absolute;
    left:0;top:0;right:0;bottom:0;
}
.phone{
    position:absolute;
    left:50%;
    top:50%;
    width:430px;
    height:750px;
    margin:-375px 0 0 -420px;
    background:url('/images/lp/app/phone.png') center no-repeat;
    display:none;
    background-size: 430px;
}
.phone.fixed{
    position:fixed;
    top:50% !important;
}
.phone .slide_imgs_box{
    position:absolute;
    left:95px;
    top:162px;
    width:240px;
    height:426px;
    overflow:hidden;
}
.phone .slide_imgs{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.phone .slide_imgs.on{
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.phone .slide_imgs{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.phone .slide_img{
    position:absolute;
    left:0;
    top:0;
}
.inview{
    position: absolute;
    top:30%;
    left:0;
    bottom:20%;
    right:90%;
    display: block;
}
@media screen and (max-width:767px) {

}

#badge_swipe30m_wrap{
    position: absolute;
    bottom:0;
    width:100%;
    left:0;
    right:0;
    margin: 0 auto;
    max-width:1050px;
    z-index: 100;
}
#badge_swipe30m{
    opacity: 0;
    position: absolute;
    left: -30px;
    top: -115px;
    animation: scale_in2 cubic-bezier(0.3, 0.09, 0.62, 1.79) 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-delay: 3.4s;
}
#bnr_swipe30m{
    overflow: hidden;
    margin: -50px auto 70px;
    max-width: 1010px;
    border-radius: 15px;
    display: block;
    background: #f7f3e2;
}

.sec_content_bnrs{
    overflow: hidden;
    margin: -50px auto 70px;
    width: 1024px;
    border-radius: 15px;
    display: block;
}
.sec .sec_content_bnrs_title{
    font-size: 28px;
    text-align: center;
    color:#000;
    letter-spacing:0;
}
.sec_content_bnrs .bnr{
    overflow: hidden;
    margin: 30px auto 0;
    max-width: 505px;
    display:block;
}
.sec_content .sec_content_bnrs .bnr img{
  margin: 0;
  transition:0.3s ease-out;
  border-radius: 15px;
  width:100%;
}
.sec_content .sec_content_bnrs .bnr img:hover{
  opacity:0.7;
}

.phone.on{
    -webkit-animation: scale_in ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: scale_in ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;

    animation: scale_in ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    display:block;
}
.phone.off{
    -webkit-animation: scale_out ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: scale_out ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;

    animation: scale_out ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
}

.on .tit{
    -webkit-animation: left_in ease-out 0.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: left_in ease-out 0.4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;

    animation: left_in ease-out 0.4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.on .fukidashi{
    -webkit-animation: left_in ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-delay:0.4s;
    -moz-animation: left_in ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards;
    -moz-animation-delay:0.4s;

    animation: left_in ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-delay:0.4s;
}

@-moz-keyframes scale_out{
  0% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  99% {
    opacity:0;
    -moz-transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    display:none;
  }
}
@-webkit-keyframes scale_out {
  0% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  99% {
    opacity:0;
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    display:none;
  }
}
@keyframes scale_out{
  0% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  99% {
    opacity:0;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    display:none;
  }
}

@-moz-keyframes scale_in{
  0% {
    opacity:0;
    display:block;
    -moz-transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}
@-webkit-keyframes scale_in {
  0% {
    opacity:0;
    display:block;
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}
@keyframes scale_in{
  0% {
    opacity:0;
    display:block;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes scale_in2{
  0% {
    opacity:1;
    display:block;
    -moz-transform:  scale3d(0.01,0.01,1) ;
  }
  100% {
    opacity:1;
    -moz-transform:  scale3d(1,1,1) ;
  }
}
@-webkit-keyframes scale_in2 {
  0% {
    opacity:1;
    display:block;
    -webkit-transform:  scale3d(0.01,0.01,1) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  scale3d(1,1,1) ;
  }
}
@keyframes scale_in2{
  0% {
    opacity:1;
    display:block;
    transform: translate(-30%,-80%) scale3d(0.01,0.01,1) rotate(-5deg) ;
  }

  100% {
    opacity:1;
    transform: translate(-30%,-80%) scale3d(1,1,1) rotate(0deg) ;
  }
}

@-moz-keyframes fade_in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes fade_in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fade_in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


@-moz-keyframes left_in{
  0% {
    opacity:0;
    -moz-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}
@-webkit-keyframes left_in {
  0% {
    opacity:0;
    -webkit-transform:  translate(-20px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}
@keyframes left_in{
  0% {
    opacity:0;
    transform:  translate(-20px,0px) ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px) ;
  }
}

@-moz-keyframes  bottom_in{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,10px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}
@-webkit-keyframes bottom_in {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,10px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}
@keyframes bottom_in{
  0% {
    opacity:1;
    transform:  translate(0px,100%)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0%)  ;
  }
}

@-moz-keyframes  top_in{
  0% {
    -moz-transform:  translate(0px,-100%)  ;
  }
  100% {
    -moz-transform:  translate(0px,0%)  ;
  }
}
@-webkit-keyframes top_in {
  0% {
    -webkit-transform:  translate(0px,-100%)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0%)  ;
  }
}
@keyframes top_in{
  0% {
    transform:  translate(0px,-100%)  ;
  }
  100% {
    transform:  translate(0px,0%)  ;
  }
}

@keyframes title_bottom_in{
  0% {
    opacity:1;
    transform:  translate(-50%,-50%)  ;
  }
  100% {
    opacity:1;
    transform:  translate(-50%,-190%)  ;
  }
}

@keyframes bottom_scale_in{
  0% {
    opacity:1;
    transform:  scale3d(1,3,1) translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  scale3d(01,1,1) translate(0px,0px)  ;
  }
}

@-moz-keyframes left_slide_in{
  0% {
    opacity:0.8;
    -moz-transform:  translate(-100%,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0%,0px)  ;
  }
}
@-webkit-keyframes left_slide_in {
  0% {
    opacity:0.8;
    -webkit-transform:  translate(-100%,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0%,0px)  ;
  }
}
@keyframes left_slide_in{
  0% {
    opacity:0.8;
    transform:  translate(-100%,0px) ;
  }
  100% {
    opacity:1;
    transform:  translate(0%,0px) ;
  }
}
