/*-------------------
ページ用CSS
/seller/system-connection.asp
/seller/upload.asp
-------------------*/
/*/-----------
共通パーツ
---------------/*/

h2 {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 1.7em;
    text-align: center;
}

h3 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
}

.btn a:hover,
a.bnr:hover {
    opacity: 0.85;
    cursor: pointer;
}

.mb-1em {
    margin-bottom: 1em;
}

.mb-2em {
    margin-bottom: 2em;
}

.mb-3em {
    margin-bottom: 3em;
}

.mb-4em {
    margin-bottom: 4em;
}

.mb-5em {
    margin-bottom: 5em;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    .pc_fl-left {
        float: left;
    }
    .pc_fl-right {
        float: right;
    }
    .pc_max-w600 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .pc_max-w700 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .pc_max-w800 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-----------------
 *各section　上下の余白・背景
-----------------*/

#sec-automatic,
#sec-purpose,
#sec-packageplan,
#sec-voice,
#sec-campaign {
    padding: 60px 0;
}

#sec-merit {
    padding: 100px 0 60px 0;
}

#sec-catch {
    padding: 30px 0;
}

#sec-before,
#sec-after {
    padding: 30px 0 0 0;
}

#sec-catch .contents,
#sec-automatic .contents,
#sec-packageplan .contents,
#sec-purpose .contents,
#sec-voice .contents,
#sec-merit .contents,
#sec-before .contents,
#sec-after .contents,
#sec-campaign .contents {
    width: 90%;
    max-width: 1024px;
    margin: auto;
}





/*-----------------
 basic CVボタン
-----------------*/

.cnv_btn {
    margin: 0 auto 1em;
}

.cnv_btn2 {
    width: 90%;
    max-width: 20em;
    text-align: center;
    margin: 0 auto;
}

.cnv_btn2 a {
    padding: 1em 1em 0.85em;
    background-color: #fff;
    border: 2px solid #00a5e7;
    border-radius: 6px;
    color: #00a5e7;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 0.85em;
    display: block;
    position: relative;
}

.cnv_btn2 a::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 1em;
    transform: scale( 0.8, 1.1);
    display: inline-block;
    font-weight: normal;
    color: #333;
}







/*/-----------
main-v
---------------/*/

.main-v {
    background: linear-gradient(#edf7fc, #d6ecf8);
    text-align: center;
    padding: 6.8em 0 1.5em 0;
}

.main-v h1 {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.4em;
}

.main-v.option h1 {
    letter-spacing: -0.05em;
}

.main-v .label {
    background-color: #1ea9f7;
padding: 0.5em 0.6em;
    font-size: 0.3em;
    font-weight: bold;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 0.5em;
    position: relative;
    top: -0.7em;
}
.main-v p{line-height:1.4;}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
    .main-v p{line-height:1;}

}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    .main-v {
        padding: 10em 0 2em 0;
    }

    .main-v h1 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .main-v.option h1 {
        letter-spacing: 0;
    }

.main-v .label {
padding: 0.5em 1em;
    margin-right: 1.5em;
        top: -0.7em;
}
}




/*/----------
catch
------------/*/

#sec-catch {
	text-align: center;
}


#sec-catch p.text {
    line-height: 1.6em;
}

#sec-catch .btn-area {
    margin-bottom: 2em;
}

#sec-catch .btn-area img {}

#sec-catch .cnv_btn2 {
    width: 75% !important;
    margin: -1em 0 1.5em auto !important;
}

#sec-catch .cnv_btn2 a {
    border: #00a5e7 3px solid !important;
    color: #00a5e7 !important;
    font-weight: bold;
    font-size: 0.9em;
    background-image: url(/web/jp/asp/seller/images/system-connection_packageplan.svg);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding: 0.5em 0.5em 0.5em 60px;
    line-height: 1.3;
    text-align: left;
    width: 190px;
    float: right;
}

#sec-catch .cnv_btn2 a::after {
    color: #00a5e7;
    top: 1.2em;
}




/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-catch p.text {
        text-align: center;
        font-size: 1.15em;
    }
    #sec-catch .cnv_btn2 {
        margin: -1em 0 2.5em auto !important;
    }
    #sec-catch .cnv_btn2 a {
        padding: 0.7em 0.5em 0.7em 60px;
        font-size: 1em;
        width: 320px;
    }
    #sec-catch .cnv_btn2 a::after {
        top: 0.7em;
    }
}




/*/-----------
merit　before after
---------------/*/

#sec-merit {}

#sec-merit #graph {
    margin: 0 auto 0.5em auto;
}

#sec-before {
    background-color: #666666;
    text-align: center;
    color: #FFFFFF;
}

#sec-before .title {

    line-height: 1em;
    font-size: 40px;
    text-align: left;
    color: #9e9e9e;
    margin-bottom: 0.5em;
}

#sec-before .contents {
    position: relative;
    display: inline-block;
}

#sec-before .contents .img-area {
    width: 100%;
    margin-bottom: 1.5em;
}

#sec-before .contents .text-area {
    line-height: 1.6;
    margin-bottom: 1em;
}

#sec-before .contents img.main {
    width: 90%;
}

#sec-before img.arrow {
    position: absolute;
    left: 15%;
    bottom: -30px;
    width: 70%;
    height: 40px;
}

#sec-after {
    background-color: #eaf5fb;
    text-align: center;
}

#sec-after .title {

    line-height: 1em;
    font-size: 40px;
    text-align: left;
    color: #c1d3e5;
    margin-bottom: 0.5em;
}

#sec-after .contents {
    position: relative;
    display: inline-block;
}

#sec-after .img-area {
    width: 100%;
    margin-bottom: 1.5em;
}

#sec-after .text-area {
    line-height: 1.6;
    margin-bottom: 2.5em;
    margin-top: 1em;
}

#sec-after .img-area {
    padding-bottom: 0.5em;
}

#sec-after .img-area .main img {
    width: 100%;
}


#sec-after .img-area .sub img {
    width: 60%;
}

#sec-after .img-area .sub2 img {
    width: 70%;
    margin-top: 1em;
}

#sec-after img.arrow {
    position: absolute;
    left: 15%;
    bottom: -30px;
    width: 70%;
    height: 40px;
    z-index: -9999;
}




/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-before .title {
        font-size: 60px;
        margin-bottom: 0;
    }
    #sec-after .title {
        font-size: 60px;
        margin-bottom: 0;
    }
    #sec-before .text-area {
        margin-top: 0;
        font-size: 1.15em;
    }
    #sec-after .text-area {
        margin-top: 2em;
        font-size: 1.15em;
        margin-bottom: 1em;
    }
/*system-connection.asp img*/
    #sec-before .img-area .main img {
        width: 40%;
    }
    #sec-after .img-area .main img {
        width: 40%;
    }

    #sec-after .img-area .sub img {
        width: 30%;
    }
    #sec-after .img-area .sub2 img {
        width: 30%;
    }
/*upload.asp img*/
   .upload #sec-before .img-area .main img {
        width: 50% !important;
    }
   .upload #sec-after .img-area .main img {
    width: 50% !important;
}


    #sec-before img.arrow {
        left: 15%;
        bottom: -45px;
        width: 70%;
        height: 50px;
    }
    #sec-after img.arrow {
        left: 15%;
        bottom: -45px;
        width: 70%;
        height: 50px;
    }
}




/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-before .img-area img.main {
        width: 40%;
    }

    #sec-after .img-area img.sub {
        width: 25%;
    }


}



/*/-----------
merit
---------------/*/

#sec-merit .graph-area {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 4em auto;
}

#sec-merit .graph-area .graph {
    position: relative;
    height: 280px;
    margin-bottom: 0.5em;
}

#sec-merit .graph-area .graph .before {
    background-color: #ece7e7;
    border: 1px #CCCCCC solid;
    width: 35%;
    height: 240px;
    margin-right: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    text-align: center;
}

#sec-merit .graph-area .graph .after {
    background-color: #e3f3fc;
    border: 1px #CCCCCC solid;
    width: 60%;
    position: absolute;
    left: 40%;
    bottom: 0;
    display: table;
    text-align: center;
}

#sec-merit .graph-area .graph .before-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    text-align: center;
}

#sec-merit .graph-area .graph .after-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    text-align: center;
}


#sec-merit .graph-area .graph .before p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 2.5;
}

#sec-merit .graph-area .graph .before p img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
    margin-bottom: -0.2em;
}

#sec-merit .graph-area .graph .after p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25em;
    padding: 0.5em 0;
}

#sec-merit .graph-area .graph .after p img {
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.2em;
    margin-right: 0.2em;
}

#sec-merit .graph-area .graph .after-text {
    width: 60%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 3em;
    animation-delay: 1s;
}

#sec-merit .graph-area .graph .after-text img {
    width: 1.25em;
    height: 1.25em;
    margin-bottom: -0.2em;
    margin-right: 0.2em;
}

#sec-merit .graph-area .graph .after-text p {
    font-weight: bold;
    font-size: 1.5em;
    color: #2d69a7;
    line-height: 1.6;
}

#sec-merit p.att {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0.5em auto 0 auto;
}

#sec-merit .cost-area .title {
    text-align: center;
    margin-bottom: 1em;
}

#sec-merit .cost-area table {
    width: 100%;
    margin: 0 auto;
}

#sec-merit .cost-area table tr td {
    background-color: #e3f3fc;
    padding: 0.5em;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
}

#sec-merit .cost-area table tr th {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0.5em;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
}

#sec-merit .cost-area table tr th strong {
    color: #2d69a7;
}

#sec-merit .graph-area .graph .after-text img.arrow {
    width: 2em;
    height: 2em;
    margin: 0 auto 0.2em auto;
}



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {

    #sec-merit p.att {
        margin: 1em auto 0 auto;
    }
    #sec-merit .graph-area .graph .before {
        width: 40%;
        height: 300px;
    }

    #sec-merit .graph-area .graph .after {
        width: 50%;
        left: 50%;
    }

    #sec-merit .graph-area .graph .before-title {
        width: 40%;
    }

    #sec-merit .graph-area .graph .after-title {
        width: 50%;
    }


    #sec-merit .graph-area .graph .after-text img.arrow {
        width: 3em;
        height: 3em;
        margin: 0 auto 0.2em auto;
    }

    #sec-merit .graph-area .graph .before p {
        font-size: 1.5em;
        line-height: 2.5;
    }
    #sec-merit .graph-area .graph .before p img {
        width: 1.5em;
        height: 1.5em;
    }
    #sec-merit .graph-area .graph .after p {
        font-size: 1.5em;
    }
    #sec-merit .graph-area .graph .after p img {
        width: 1.25em;
        height: 1.25em;
    }
    #sec-merit .graph-area .graph .after-text {
        width: 50%;
    }
    #sec-merit .graph-area .graph .after-text p {
        font-size: 30px;
        line-height: 1.6;
    }
    #sec-merit .graph-area .graph {
        height: 330px;
    }
    #sec-merit .cost-area .title {
        font-size: 1.25em;
    }
    #sec-merit .cost-area table tr td {
        font-size: 1em;
        padding: 1em;
    }
    #sec-merit .cost-area table tr th {
        font-size: 1.25em;
        padding: 0.75em;
    }
    #sec-merit .graph-area {
        margin: 5em auto;
    }
    #sec-merit .graph-area .graph .after img.money {
        margin-left: 1em;
    }
}




/*/-----------
voice
---------------/*/

#sec-voice {
    background: url(/web/jp/asp/seller/images/system-connection_voice_bg.gif);
    color: #FFFFFF;
}

#sec-voice h2 {
    color: #FFFFFF;
}

#sec-voice .voice .fukidasi {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffffff;
}

#sec-voice .voice .fukidasi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

#sec-voice .voice .fukidasi p {
    padding: 1em;
    line-height: 1.5;
}

#sec-voice .voice .fukidasi span {
    float: right;
    padding: 0 1em 1em 0;
}

#sec-voice .voice {
    margin-bottom: 3em;
}

#sec-voice .voice:last-child {
    margin-bottom: 0em;
}

#sec-voice .voice .answer .title {
    margin-bottom: 1em;
}

#sec-voice .voice .answer ul li {
    font-size: 1.3em;
    color: #FFF;
    font-weight: bold;
    padding: 0.3em 0;
}

#sec-voice .voice .answer ul li.hour img {
    width: 36px;
    height: 32px;
    margin-right: 0.5em;
    margin-bottom: -0.1em;
}

#sec-voice .voice .answer ul li.money img {
    width: 36px;
    height: 34px;
    margin-right: 0.5em;
    margin-bottom: -0.1em;
}




/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-voice .voice .fukidasi {
        width: 50%;
    }
    #sec-voice .voice .answer {
        width: 45%;
    }

    #sec-voice .voice .fukidasi:before {
        top: 50%;
        left: 100%;
        margin-top: -15px;
    }
    #sec-voice .voice2 .fukidasi:before {
        left: 0;
    }
}




/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {

    #sec-voice .voice .fukidasi {
        width: 50%;
    }
    #sec-voice .voice .answer {
        width: 40%;
    }
}




/*/----------
automatic
------------/*/

#sec-automatic {
    text-align: center;
    background: url(/web/jp/asp/buyer/images/system-connection_line-sp.png) top center no-repeat;
}

#sec-automatic .title p {
    margin: 1em 0 3em 0;
    line-height: 1.5em;
}

#sec-automatic p.company {
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
}

#sec-automatic p.company span {
    font-weight: normal;
    font-size: 0.8em;
}

#sec-automatic .pc_fl-right .automatic_img {
    margin-bottom: 1em;
}

#sec-automatic .pc_fl-right img {
    width: 80%;
}


#sec-automatic .cnv_btn2 a {
    border: 3px solid #CCCCCC;
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    line-height: 0.85em;
}




/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {

    #sec-automatic .title p {
        margin: 1em 0 5em 0;
    }

    #sec-automatic h2 {
        margin-bottom: 0;
    }
    #sec-automatic p.company {
        font-size: 1.2em;
    }
    #sec-automatic .pc_fl-left {
        width: 50%;
    }
    #sec-automatic .pc_fl-right {
        width: 50%;
    }
    #sec-automatic .pc_fl-right .automatic_img {
        margin-bottom: 0;
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-automatic {
        background: url(/web/jp/asp/buyer/images/system-connection_line-pc.png) top center no-repeat;
    }
    #sec-automatic .contetns .title {
        text-align: center;
    }
}


/*/----------
purpose
------------/*/

#sec-purpose {
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose h2 {
	margin-bottom: 0.75em;
}
#sec-purpose p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}

#sec-purpose .normal-tx {
    font-weight: 500;
    text-shadow: 2px 2px 8px #fff;
    line-height: 1.5em;
	padding-bottom: 2.5em;
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-purpose p {
        font-size: 1em;
    }
}



/*-----------------
packageplan
-----------------*/

#sec-packageplan {
    background: url(/web/jp/asp/seller/images/system-connection_packageplan_bg.gif);
    text-align: center;
}

#sec-packageplan .contents h2 {
    color: #00a5e7;
}

#sec-packageplan .contents h2 img {
    width: 35px;
    height: 35px;
    margin-right: 0.5em;
    margin-bottom: -0.3em;
}

#sec-packageplan .contents .text ul li {
    margin-bottom: 0.5em;
    text-align: left;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

#sec-packageplan .cnv_btn2 a {
    border: #00a5e7 3px solid !important;
    color: #00a5e7 !important;
    font-weight: bold;
}

#sec-packageplan .cnv_btn2 a::after {
    color: #00a5e7 !important;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {

    #sec-packageplan .contents .text {
        font-size: 1.25em;
    }
}




/*/-----------
campaign
---------------/*/

#sec-campaign .contents {
    max-width: 850px;
}

#sec-campaign .point {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #1ea9f7;
    float: right;
}

#sec-campaign .point span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    text-align: center;
}

#sec-campaign .title {
    float: left;
    color: #1ea9f7;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 1em;
}

#sec-campaign .title:after {
    width: 40px;
    margin-top: 0.7em;
    content: '';
    display: block;
    border-bottom: 2px solid #1ea9f7;
}

#sec-campaign .title strong {
    font-weight: normal;
    color: #ff0000;
    font-size: 1.25em;
    line-height: 2;
}

#sec-campaign p {
    font-size: 0.9em;
    line-height: 1.5em;
}



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-campaign .title {
        text-align: center;
        font-size: 1.6em;
        width: 80%;
    }

    #sec-campaign .point {
        width: 120px;
        height: 120px;
    }
    #sec-campaign .point span {
        font-size: 1.2em;
        line-height: 1.4;
        width: 120px;
    }
    #sec-campaign p {
        text-align: center;
        width: 80%;
    }
    #sec-campaign .title:after {
        width: 100px;
        margin: 0.55em auto;
    }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*fadeInDown*/

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



/*fadeInUp*/

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*bounceIn*/

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}