@charset 'utf-8';

html {
    font-size: 41.6875%;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    min-width: 320px;
    margin: 0 auto;
    color: #222;
    background: #ffdc00;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a:link,
a:visited {
    color: #222;
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

*,
::before,
::after {
    box-sizing: content-box;
}

/*clearfix*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

* {
    word-break: break-all !important;
}

.po-ab {
    position: absolute;
}

.po-re {
    position: relative;
}

/* ========================================================
common item
======================================================== */
html.sp body::before {
    content: "";
    background: url(../image/bg-banana01.png) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.wrapper {
    width: 100%;
    min-width: 1024px;
    height: auto;
    overflow: hidden
}

.wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 400px;
}

.contents {
    width: 1024px;
    margin: 0 auto;
    height: auto;
    z-index: 2;
    box-sizing: border-box;
}

.bgBanana {
    width: 100%;
    background: url(../image/bg-banana01.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90%;
    bottom: 20%;
    background-attachment: fixed;
}

.bgBanana.-bana02 {
    background: url(../image/bg-banana02.png);
    background-repeat: no-repeat;
    background-size: 150%;
    height: 90%;
    bottom: 0%;
    background-attachment: fixed;
}

html.sp .bgBanana.-bana02,
html.sp .bgBanana {
    background: none;
}



@media (max-width: 980px) {

    .wrapper {
        width: 100%;
        min-width: 320px;
        height: auto;
        overflow: hidden;
    }

    .contents {
        position: relative;
        width: 100%;
        max-width: 980px;
        min-width: 320px;
        margin: 0 auto;
    }

    .wrap {
        padding-bottom: 49%;
    }

}

@media (max-width: 640px) {
    .wrap {
        padding-bottom: 42%;
    }


}

/* ========================================================
header
======================================================== */
.header {
    width: 100%;
    z-index: 3;
    margin: 0 auto;
    top: 0;
    display: table;
}

.headerLogo {
    right: 0;
}

.headerLogo p {
    display: table-cell;
    margin: 0 auto;
    text-align: right;
    vertical-align: middle;
}

.headerLogo p img {
    width: 100%;
    display: block;
}

@media (max-width:980px) {
    .header {
        max-width: 980px;
        min-width: 320px;
    }
}

@media (max-width: 640px) {
    .headerLogo {

        width: 36%;
    }

}

/* ========================================================
main
======================================================== */

.mainBg {
    width: 100%;
    background: url(../image/main-bg.png)no-repeat center top;
    margin: 0 auto;
    background-size: 100%;
}

.mainBg::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 207px;
    background: url(../image/header-grass.png) repeat-x center;
    vertical-align: bottom;
    margin-top: -177px;
}

.main {
    width: 100%;
    background: url(../image/main-visual.png)no-repeat center top;
    height: 1124px;
    margin: 0 auto;
}

.mainLogo {
    z-index: 10;
    width: 100%;
    max-width: 693px;
    padding-top: 690px;
    margin: 0 auto;
    opacity: 0;
}

.mainCatch {
    z-index: 5;
    width: 597px;
    top: 0;
    left: 1%;
    opacity: 0;
}

.mainBadge {
    width: 333px;
    top: 498px;
    right: 30px;
}

.mainDate {
    z-index: 7;
    width: 726px;
    top: 992px;
    left: 50%;
    margin-left: -363px;
}

.mainBanana {
    opacity: 0;
}

.mainBanana01 {
    width: 126px;
    background: url(../image/top-banana01.png)no-repeat center top;
    background-size: contain;
    padding-top: 112px;
    top: 71px;
    right: 226px;
}

.mainBanana02 {
    width: 142px;
    background: url(../image/top-banana02.png)no-repeat center top;
    background-size: contain;
    padding-top: 158px;
    top: 122px;
    left: 145px;
}

.mainBanana03 {
    width: 192px;
    background: url(../image/top-banana03.png)no-repeat center top;
    background-size: contain;
    padding-top: 210px;
    top: 297px;
    left: 624px;
}

.mainBanana04 {
    width: 271px;
    background: url(../image/top-banana04.png)no-repeat center top;
    background-size: contain;
    padding-top: 249px;
    top: 441px;
    left: -200px;

}

.mainBanana05 {
    width: 349px;
    background: url(../image/top-banana05.png)no-repeat center top;
    background-size: contain;
    padding-top: 346px;
    top: 843px;
    right: -169px;

}

@media (max-width: 2000px) {
    .mainBg {
        background: url(../image/main-bg.png)no-repeat center top;
        background-size: auto;
    }
}

@media (max-width: 980px) {
    .mainBg {
        background: url(../image/main-bg.png)no-repeat center top;
        background-size: 230%;
    }

    .mainBg::after {
        height: auto;
        background: url(../image/header-grass.png) repeat-x center;
        background-size: 185%;
        vertical-align: bottom;
        margin-top: -22%;
        padding-top: 34%;
    }

    .main {
        width: 100%;
        background: url(../image/main-visual-sp.png)no-repeat center top;
        background-size: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mainLogo {
        width: 66.63%;
        padding-top: 81.7%;
        padding-bottom: 12%;
    }

    .mainCatch {

        width: 61%;
        top: 0;
        left: 1%;
    }

    .mainBadge {
        width: 33.97%;
        top: 40%;
        right: 1%;
    }

    .mainDate {
        width: 74%;
        top: 86%;
        margin-left: -37%;
    }

    .mainBanana01 {
        width: 12.8%;
        padding-top: 20%;
        top: 1%;
        right: 8%;
    }

    .mainBanana02 {
        width: 14.4%;
        padding-top: 20%;
        top: 5.7%;
        left: 11.32%;
    }

    .mainBanana03 {
        width: 19.5%;
        padding-top: 26%;
        top: 17.8%;
        left: 62.32%;
    }

    .mainBanana04 {
        width: 27.4%;
        padding-top: 30%;
        top: 51.7%;
        left: 11%;
    }

    .mainBanana05 {
        width: 35.6%;
        padding-top: 40%;
        top: 73.7%;
        right: 4.32%;
    }


}

/* ========================================================
contents
======================================================== */

.contentsTitle {
    width: 646px;
    margin: 30px auto;
}

.contentsTitle.-game {
    margin-top: 0px;
    z-index: 10;
    margin-bottom: 200px;
}

#movieArea .contentsTitle {
    margin: 100px auto 80px auto;
}

@media (max-width: 980px) {
    .contentsTitle {
        width: 65%;
        margin: 4% auto 25%;
    }


    #maintheme .contentsTitle {
        width: 65%;
        margin: 4% auto 0 auto;
    }

    #movieArea .contentsTitle {
        width: 65%;
        margin: 14% auto 4% auto;
    }

}

@media (max-width: 640px) {
    .contentsTitle.-game {
        margin-bottom: 30%;
    }
}

/* ========================================================
contents info
======================================================== */

#info {
    position: relative;
    width: 100%;
    z-index: 2
}

#info::after {
    width: 100%;
    content: '';
    display: inline-block;
    height: auto;
    background: url(../image/line01.png) repeat-x center;
    vertical-align: bottom;
    margin-top: -27px;
    padding-top: 270px;
    padding-bottom: 188px;
}

.infoArea {
    width: 94%;
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    margin: 0 auto;
    text-align: center;
}

.infoItem {
    width: 49%;
    max-width: 470px;
    border-top: 4px solid #fff;
    box-shadow: 10px 10px 0px 0px #e03d2a;
    background-image: url(../image/info-bg-under.png), url(../image/info-bg-bottom.png);
    background-color: #000;
    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        top left,
        bottom right;
    height: 448px;
    margin-bottom: 20px;
}

.bannerArea {
    width: 92%;
    display: table;
    margin: 2% auto 2% auto;
}

.bannerArea.-odd {
    width: 50%;
    display: table;
    margin: 0% auto 4% auto;
}

.infoBanner {
    width: 50%;
    display: table-cell;
    max-width: 662px;

}

.bannerArea.-odd .infoBanner {}

.infoBanner img {
    width: 100%;
}

.infoBanner {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.infoBanner:hover {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .8;
}

.news {
    margin-right: 2%;
}


.infoTitle {
    width: 40%;
    max-width: 170px;
    margin: 20px auto auto auto;

}

.itemInner {
    background: #3d3d3f;
    width: 410px;
    height: 352px;
    margin: 10px auto auto auto;
    overflow-y: scroll;
}

.itemInner ul {
    list-style: none;
    line-height: 18px;
    padding: 15px;
}

.itemInner ul li::before {
    position: absolute;
    top: 7px;
    left: 5px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff600;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

}

.itemInner ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    line-height: 32px;
    vertical-align: middle;
    text-align: left;
}

.itemInner ul li a {
    color: #fff;
}

.itemInner ul li a:hover {
    color: #FAB81E;
}

.itemInner {
    height: 352px;
    overflow-y: scroll;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.newsDate {
    padding-left: 30px;
    font-weight: bold;
    margin-right: 15px;
}


.topMovie {
    width: 537px;
    margin: 2% auto;
}

.movieThumbs {
    width: 100%;
    border: 4px solid #000;
    box-shadow: 10px 10px 0px 0px #000;
    overflow: hidden;

}

.btnMovie {
    z-index: 10;
    width: 22.32%;
    max-width: 111px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
}

.movieTitle {
    width: 431px;
    z-index: 10;
    bottom: -34px;
    left: 145px;
}

.movieThumbs img {
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 0;
}

.topMovie:hover .movieThumbs img {
    transform: scale(1.5);
}

::-webkit-scrollbar {
    width: 6px;
}

/*スクロールバーのレール*/
::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #999;
}

/*スクロールバーのつまみ*/
::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #fff600;
}

/*20190820*/
.topArea {
    width: 100%;
    margin-top: 4%;
    display: table;
    table-layout: fixed;
}

.topArea .topMovie {
    width: 45%;
    display: table-cell;
    padding: 0 5%;
    text-align: center;
}

.topArea .topMovie .movieTitle {
    width: 72%;
}

/*20190820END*/

/*movie2more*/
.movieArea.-is2,
.topArea {
    width: 100%;
    margin-top: 4%;
    display: table;
    table-layout: fixed;
}

.movieArea.-is2 {
    margin-bottom: 4%;
}

.movieArea.-is2 .topMovie,
.topArea .topMovie {
    width: 45%;
    display: table-cell;
    padding: 0 5%;
    text-align: center;
}

.movieArea.-is2 .topMovie .movieTitle,
.topArea .topMovie .movieTitle {
    width: 72%;
}

/*movie2moreEND*/
/*20191008*/
.mainThmeBtn {
    width: 66%;
    max-width: 648px;
    margin: 0 auto 2% auto;

}

.btnAnime {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btnAnime:hover {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: .8;
}


/*20191008END*/



@media (max-width: 980px) {

    #info::after {
        width: 100%;
        content: '';
        display: inline-block;
        height: auto;
        background: url(../image/line01.png) repeat-x center;
        background-size: 180%;
        vertical-align: bottom;
        margin-top: -17px;
        padding-top: 34%;
        padding-bottom: 3%;
    }


    .infoItem {
        height: auto;
        padding-bottom: 4.5%;
    }

    .itemInner {
        height: 300px;
    }


    .movieTitle {
        width: 76%;
        bottom: -10%;
        left: 32%;
    }

    .infoArea {
        width: 76%;
        display: block;
        margin: 0 auto;

    }


    .bannerArea {
        width: 100%;
        display: block;
        margin: 2% auto 2% auto;
    }

    .bannerArea.-odd {
        width: 100%;
        display: table;
        margin: 0% auto 4% auto;
    }

    .infoBanner {
        display: block;
        width: 80%;
        margin: 2% auto 4% auto;
    }

    .bannerArea.-odd .infoBanner {
        margin: 0% auto 4% auto;
    }

    .infoItem {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 7%;
    }

    .itemInner {
        width: 80%;
        margin: 2% auto;
    }


    /*20190820END*/

    /*movie2more*/
    .movieArea.-is2,
    .topArea {
        width: 100%;
        margin-top: 4%;
        display: block;
    }


    .movieArea.-is2 .topMovie,
    .topArea .topMovie {
        width: 74%;
        display: block;
        padding: 0 6%;
        text-align: center;
        margin-bottom: 8%;
    }

    .movieArea.-is2 .topMovie .movieTitle,
    .topArea .topMovie .movieTitle {
        width: 70%;
    }

    /*movie2more*END*/
}

@media (max-width:640px) {

    .infoArea {
        width: 100%;
        display: block;
    }


    .itemInner ul li {
        line-height: 22px;
        font-size: 2.6rem;
    }

    .topMovie {
        width: 76%;
        margin-left: 9%;
        margin-bottom: 40%;
    }

    infoItem {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 4%;
    }

    #info::after {
        margin-top: -32%;
    }

    .btnMovie {

        margin-left: -10%;
        margin-top: -10%;
    }

    .itemInner ul li::before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid #fff600;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    /*20190820*/
    .movieArea,
    .topArea {
        width: 100%;
        margin-top: 4%;
        display: block;
    }

    .movieArea .topMovie,
    .topArea .topMovie {
        width: 74%;
        display: block;
        padding: 0 6%;
        text-align: center;
        margin-bottom: 8%;
    }

    .movieArea .topMovie .movieTitle,
    .topArea .topMovie .movieTitle {
        width: 70%;
    }

    /*20190820END*/
}

/* ========================================================
contents game
======================================================== */

#game {
    position: relative;
    z-index: 1;
    margin-top: -260px;
    padding-top: 186px;
    padding-bottom: 20px;
    width: 100%;
    background: #ffe500 url(../image/dot.png) repeat center;
}

.gameWrap {
    margin-top: 152px;
    margin-bottom: 103px;
    padding-bottom: 150px;
}


.gameLine {
    top: 75px;
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    background: #000;
    margin-left: -25%;
    padding: 0 25%;
    transform: rotate(-5deg) translate3d(0, 0, 0);
    width: 150%;
    height: 284px;
    z-index: 0;
}

.gameLine.-left {
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
}

.gameLine.-left.-sonic {
    background: #0093ff;
}

.gameLine.-Red {
    -webkit-transform: rotate(-4deg) translate3d(0, 0, 0);
    background: #fb4e3d;
    transform: rotate(-4deg) translate3d(0, 0, 0);
}

.gameLine.-Red.-left {
    -webkit-transform: rotate(4deg) translate3d(0, 0, 0);
    transform: rotate(4deg) translate3d(0, 0, 0);
}

.gameLine.-white.-left {
    background: #fff;
    -webkit-transform: rotate(4deg) translate3d(0, 0, 0);
    transform: rotate(4deg) translate3d(0, 0, 0);
}

.gameWrap.-chara .gameLine.-left {
    top: 285px;
}

.circle {
    width: 684px;
    height: 684px;
    background: url(../image/circle.png)no-repeat;
    z-index: 0;
    top: -150px;
    left: 50%;
    margin-left: -184px;
    opacity: 0;

}

.circle.-left {
    left: 50%;
    margin-left: -484px;
}

.gameWrap.-chara .circle.-left {
    top: 100px;
}

.ss {
    position: relative;
    margin-left: 40%;
    width: 66.5%;
    max-width: 562px;
    z-index: 0;

}

.ssWrap {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 562px;
    box-shadow: 10px 10px 0px 0px #f91b40;
    background: #000;
    transform: skewX(-15deg);
    overflow: hidden;
}

.ssWrap.-sonic {
    box-shadow: 10px 10px 0px 0px #002063;
}

.ssWrap ul {
    width: 118%;
    list-style: none;
    margin-left: -90px;
    margin-top: -10px;
}


/* add style 1015 */

.ssWrap ul li {
    padding-top: 5px;
    /* :not(#ssSonic) 繧定ｿｽ蜉� */
}

#ssWrap ul li,
#ssSonic ul li {
    position: absolute;
    z-index: 0;
    top: -1%;
    left: -12%;
    width: 124%;
}

#ssWrap ul li.-show {
    z-index: 20;
}

#ssSonic ul li.-show {
    z-index: 2;
}

/* 迚ｹ縺ｫ縺ｪ縺上※繧ょ撫鬘後↑縺輔◎縺�□縺｣縺溘�縺ｧ繧ｳ繝｡繝ｳ繝医い繧ｦ繝� */
/*.ssWrap ul li a:hover {
    opacity: 0.6;
}*/
/* add style 1015 */



.ssWrap ul li img {
    display: block;
    width: 120%;
    transform: skewX(15deg);

}

.ssImg02 {
    width: 124%;
    max-width: 124%;
    transform: skewX(15deg);
    margin-left: -74px;
}

.ss.-left {
    margin-left: 2%;
}


.ssStarL {
    width: 15%;
    max-width: 120px;
    top: -4%;
    right: -2%;
}

.ssStarS {
    width: 10%;
    max-width: 67px;
    bottom: -4%;
    left: -4%;
}

.ssPop {
    position: relative;
    width: 80%;
    max-width: 762px;
    margin: 0 auto;
}

.gameText {
    width: 100%;
    max-width: 652px;
    bottom: -10%;
    right: -56px;
}

.imgAiai {
    top: -4%;
    width: 33.9%;
    max-width: 333px;
}

.imgAiai.-left {
    left: 65%;
    top: -14%;
}

.textSeacret {
    width: 53%;
    max-width: 528px;
    margin: 2% auto 0 auto;
}

.gameWrap .contentsStar {
    background: url(../image/contents-star04.png)no-repeat;
    background-size: 100%;
    width: 221px;
    height: 262px;
    top: 32px;
    left: 50%;
    margin-left: -860px;
}

.gameWrap.-chara .contentsStar {
    top: 232px;
}

.gameWrap .contentsStar.-left {
    background: url(../image/contents-star03.png)no-repeat;
    background-size: 100%;
    top: 172px;
    right: 50%;
    margin-right: -860px;

}

.gameWrap .contentsStar02 {
    background: url(../image/contents-star02.png)no-repeat;
    background-size: 100%;
    width: 221px;
    height: 262px;
    top: 172px;
    right: 50%;
    margin-right: -860px;
}

.gameWrap .contentsStar02.-left {
    background: url(../image/contents-star04.png)no-repeat;
    background-size: 100%;
    top: 32px;
}

.gameWrap .contentsStar.-left {
    background: url(../image/contents-star03.png)no-repeat;
    background-size: 100%;
    width: 221px;
    height: 262px;
    top: 172px;
    right: 50%;
    margin-right: -860px;
}

.gameWrap.-chara .contentsStar02 {
    top: 372px;
}

.gameWrap.-chara .contentsStar02.-left {
    background: url(../image/contents-star04.png)no-repeat;
    background-size: 100%;
    top: 32px;
}

.contentsSubTitle {
    width: 656px;
    top: -60%;
    left: 2%;
}

.contentsSubTitle.-left {
    left: 33%;
}

.gameWrap.-chara .contentsSubTitle.-left {
    top: -20%;
}

.chara {
    list-style: none;
}

/*20191010*/


.gameWrap.-chara {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.gameWrap.-chara.-chara02 {
    margin-bottom: 0;
    margin-top: 30px;

}

.gameWrap.-sonic {
    margin-bottom: 302px;
    margin-top: 222px;

}

.gameWrap.-chara.-chara02 .chara {
    margin-top: -100px;

}

.gameWrap.-chara.-chara02 .circle {
    top: 50px;
}


.gameWrap.-chara.-chara02 .gameLine {
    top: 225px;

}

.gameWrap.-chara.-chara02 .contentsStar02.-left {
    top: 210px;

}


.gameWrap.-chara.-chara02 .contentsStar {
    top: 360px;

}

div.charaItem {
    position: relative;
    width: 33%;
    margin: 0 auto;
}

div.charaItem span.charaName {
    width: 487px;
    left: -60px;
}

.charaNew {
    width: 28%;
    max-width: 97px;
    bottom: 14%;
    right: 10%;
}

.charaNew.-sonic {
    right: -35%;
}

.textAddChara {
    width: 88%;
    max-width: 868px;
    left: 6%;
    top: 72%;
}

.textSonic {
    width: 86%;
    max-width: 829px;
    left: 15.5%;
    top: 67%;
    z-index: 50;
}

.imgAiai.-sonic {
    left: 5%;
    top: -15%;
}

/*20191010END*/

.chara li {
    float: left;
    width: 33%;
    position: relative;
}

.charaMask {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.charaName {
    width: 237px;
    bottom: 30px;
    left: 0;
}

.btnClose {
    top: 0;
    right: 1%;
    max-width: 84px;
    width: 12%;
    z-index: 10;
    cursor: pointer;
}

.charaPop {
    position: relative;
    width: 98%;
    max-width: 762px;
    margin: 0 auto;
}

.charaPop img {
    display: block;
    width: 100%;
}


.charaPop.is-active .charaBg {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    visibility: visible !important;
}

.charaPop.is-active .popStar {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    visibility: visible !important;
}

.charaPop.is-active .charaPopName {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    visibility: visible !important;
}

.charaPopName {
    width: 100%;
    top: 0;
}


.charaStar {
    width: 9%;
    max-width: 97px;
    bottom: 29%;
    right: 0;
}

.charaStar02 {
    width: 18%;
    max-width: 173px;
    top: 10%;
    left: 0;
}

.iconPlus {
    width: 18%;
    top: 4%;
    left: 10%;
    z-index: 10;
}

/* add style 1015 */
.iconPlus {
    width: 14.4%;
    top: 4%;
    left: 16%;
    z-index: 10;
}

/* add style 1015END */

.mainTheme {
    opacity: 0;
}

.gamePackage {
    position: relative;
    width: 100%;
    max-width: 667px;
    margin-top: 15%;
    padding-top: 12%;
}

.gameWrap.is-05 .contents .ss {
    max-width: 667px;
}


.gameWrap.is-05 .contents .gameText {
    right: 2%;
    width: 74%;
    z-index: 10;
}

.gameWrap.is-05 .contents .contentsSubTitle {
    top: -30%;
}

.packageStarL {
    width: 10%;
    max-width: 120px;
    bottom: -4%;
    left: 2%;
}

#trial .contentsTitle {
    margin: 100px auto 80px auto;
}

.trialBtnWrap {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}

.trialBtnWrap p {
    width: 43%;
    max-width: 428px;
    display: table-cell;
    padding: 4%;
}

.trialBtnWrap p img {
    width: 100%;
}

.trialImg {
    margin-top: -105px;
    z-index: 1;
}

.trialSS {
    margin-top: -5%;
    z-index: 100;
}

@media (max-width: 980px) {


    #game {
        padding-bottom: 5%;
        margin-top: -17%;
        padding-top: 10%;
    }


    .gameLine {
        top: 22%;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
        background: #000;
        margin-left: -25%;
        padding: 0 25%;
        transform: rotate(-5deg) translate3d(0, 0, 0);
        width: 150%;
        height: auto;
        padding-top: 34%;
        z-index: 0;
    }

    .gameLine.-left {
        -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
        transform: rotate(5deg) translate3d(0, 0, 0);
    }


    .gameLine.-Red {
        -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
        background: #fb4e3d;
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    .gameLine.-Red.-left {
        -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    .gameWrap.-chara .gameLine.-left {
        top: 33%;
    }

    .gameText {
        right: -2%;
    }

    .gameWrap {
        margin-top: 12%;
        margin-bottom: 37%;
        padding-bottom: 0;
    }

    .contentsSubTitle {
        width: 66.9%;
        top: -60%;
        left: 2%;
    }

    .circle {
        width: 69%;
        height: auto;
        padding-top: 69%;
        background: url(../image/circle.png)no-repeat;
        background-size: 100%;
        top: -46%;
        left: 50%;
        margin-left: -20%;

    }

    .ss {
        width: 61.5%;
        margin-left: 35%;
    }

    .ssWrap {
        position: relative;
        z-index: 0;
        box-shadow: 10px 10px 0px 0px #f91b40;
        transform: skewX(-15deg);
        overflow: hidden;
    }

    .ssWrap ul {
        width: 122%;
        list-style: none;
        margin-left: -20%;
    }

    .ssWrap ul li {
        padding-top: 0;
    }

    .ssImg02 {
    width: 125%;
    max-width: 125%;
        margin-left: -14%;
    }

    .ssWrap ul li img {
        width: 121%;
        max-width: 121%;
        transform: skewX(15deg);
        margin-left: -12%;
    }


    .circle.-left {
        left: 50%;
        margin-left: -50%;
    }

    .gameWrap.-chara .circle.-left {
        top: 10%;
    }

    .charaName {
        width: 73%;
        bottom: 2%;
        left: 0;
    }

    .trialImg {
        margin-top: -20%;
    }

    .trialSS {
        margin-top: -5%;
    }

    .textSonic {
        left: 12.5%;
    }

    /*20191010*/
    .ssWrap ul li img {
        width: 100%;
        max-width: 100%;
        margin-left: -2%;
        margin-top: 2px;
    }

    .imgAiai.-sonic {
        left: 2%;
        top: -15%;
    }


    .gameWrap.-chara {
        margin-bottom: 0;
    }

    .gameWrap.-chara.-chara02 {
        margin-top: 8%;

    }

    .gameWrap.-sonic {
        margin-top: 32%;
        margin-bottom: 40%;
    }

    .gameWrap.-chara.-chara02 .chara {

        margin-top: -5%;

    }

    .gameWrap.-chara.-chara02 .circle {
        top: 10%;
    }


    .gameWrap.-chara.-chara02 .gameLine {
        top: 32%;

    }

    div.charaItem span.charaName {
        width: 145%;
        left: -20%;
    }

    /*20191010END*/

}

@media (max-width: 640px) {

    .ssWrap ul li img {
        width: 100%;
        max-width: 100%;
        margin-left: -2%;
    }

    .imgAiai.-sonic {
        left: 2%;
        top: -15%;
    }

    .ssWrap ul {

        margin-left: -24.6%;
    }

    .ssImg02 {
        margin-left: -9.6%;
    }
}

@media (max-width: 500px) {
    .ssWrap ul {

        margin-left: -28%;
    }
}

@media (max-width: 500px) {
    .ssWrap ul {

        margin-left: -28%;
    }
}

@media (max-width: 400px) {
    .ssWrap ul {

        margin-left: -31%;
    }
}



/* ========================================================
app
======================================================== */

#maintheme {
    margin-top: 10%;
}

#app {
    margin-top: 7%;
}

.-yellowDot {
    background: #ffc900;
}

.-yellowDot::before {
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 171px;
    background-image: url("../image/head-dot.png");
    background-repeat:
        repeat-x;
    background-position:
        center bottom;
    vertical-align: top;
    margin-top: -151px;
    z-index: 10;

}


.-yellowDot::after {
    width: 100%;
    content: '';
    display: inline-block;
    height: auto;
    background-color: #ffdc00;
    background-image: url("../image/bottom-dot.png");
    background-repeat:
        repeat-x;
    background-position:
        center top;
    vertical-align: bottom;
    margin-bottom: -151px;
    padding-bottom: 171px;

}

.appItem {
    display: table;
    width: 540px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.appItem dt {
    display: table-cell;
    width: 100px;

}

.appItem dd {
    display: table-cell;
}


.appItem dd:before {
    content: ":";
    padding-right: 12px;
}

.celo {
    width: 69px;
    margin: 2% auto;
}

.snsBtn {
    width: 100%;
    max-width: 980px;
    min-width: 320px;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center;
    padding: 0;
}

.snsBtn li {
    display: inline-block;
    width: 60px;
    margin: 10px;
}

@media (max-width:980px) {

    .-yellowDot::before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-top: 13%;
        background: url(../image/head-dot.png) repeat-x center top;
        background-size: 12px;
        margin-top: -11%;
        z-index: 10;

    }


    .-yellowDot::after {
        width: 100%;
        content: '';
        display: inline-block;
        height: auto;
        background: url(../image/bottom-dot.png) repeat-x center bottom;
        background-size: 12px;
        margin-bottom: -13%;
        padding-bottom: 15%;

    }

    #app {
        margin-top: 24%;
    }

}

@media (max-width:640px) {

    .-yellowDot::before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-top: 13%;
        background: url(../image/head-dot.png) repeat-x center top;
        background-size: 7px;
        margin-top: -11%;
        z-index: 10;

    }


    .-yellowDot::after {
        width: 100%;
        content: '';
        display: inline-block;
        height: auto;
        background: url(../image/bottom-dot.png) repeat-x center bottom;
        background-size: 7px;
        margin-bottom: -12%;
        padding-bottom: 15%;

    }

    .appItem {
        display: table;
        width: 78%;
        margin: 2% auto;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .appItem dt {
        display: table-cell;
        width: 20%;
    }

    .appItem dd {
        display: table-cell;
    }


    .appItem dd:before {
        content: ":";
        padding-right: 12px;
    }

    .snsBtn {
        margin-top: 30%;
    }

    .snsBtn li {
        width: 15%;
        margin: 5%;
    }
}

.footerAiai {
    width: 33%;
    max-width: 233px;
    padding-top: 431px;
    background: url(../image/footer-aiai.png) no-repeat;
    background-size: 100%;
    right: 0;
    z-index: 0;
    opacity: 0;
}

.footerMimi {
    width: 28%;
    max-width: 229px;
    padding-top: 346px;
    background: url(../image/footer-mimi.png) no-repeat;
    background-size: 100%;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.pageTop {
    position: fixed;
    z-index: 50;
    padding-top: 166px;
    width: 160px;
    background: url(../image/btnTop.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    right: 0;
    bottom: 0;
}

@media (max-width:980px) {

    .pageTop {
        position: fixed;
        z-index: 50;
        width: 20%;
        padding-top: 20%;
    }

    .footerAiai {
        width: 33%;
        padding-top: 50%;
    }

    .footerMimi {
        padding-top: 50%;
    }

}


#twitter-widget-0 {
    width: 80vw !important;
}

/* ========================================================
loading
======================================================== */
#loadingWrap {
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#loading {
    width: 240px;
    height: 240px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    z-index: 101;
    background: url("../image/imgLoading.gif") no-repeat center;
    background-size: 250px;
}


@media (max-width:640px) {
    #loading {
        width: 30%;
        height: 30%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 101;
        background: url("../image/imgLoading.gif") no-repeat center;
        background-size: 105%;
    }
}



/* ========================================================
footer
======================================================== */
.footer {
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

.footer::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 277px;
    /*画像の高さ*/
    background: url(../image/footer-grass.png) repeat-x center;
    vertical-align: bottom;
    margin-top: -277px;
    z-index: 10;
}

.footer .item {
    margin-top: 3%;
}

.footer .container {
    max-width: 980px;
    height: 480px;
    margin: auto;
    padding: 3% 2% 20%;
    color: #fff;
}

.footer .logoWrap a {
    display: inline-block;
    width: 15%;
    min-width: 100px;
    vertical-align: bottom;
}

.footer .logoWrap a > img {
    width: 100%;
}

.footer .logoWrap small {
    margin-left: 1%;
    font-size: 2rem;
    color: #fff;
}

.footer .text {
    font-size: 2.2rem;
}

.footer .links a {
    font-size: 2.2rem;
    display: inline-block;
    color: #fff;
    margin: 0 1% 2% 0;
    white-space: nowrap;
}

.footer .links a:hover {
    text-decoration: underline;
}

.footer .links .-hidePc {
    display: none;
}

.langMenu {
    width: 100px;
    background: #383838;
    list-style: none;
    font-size: 16px;
    padding: 5px;
    text-align: center;

}

ul.langItem {
    width: 109px;
    list-style: none;
    display: none;
    position: absolute;
    padding: 0;
    background: #666;
    margin-left: -5px;
    margin-top: 5px;
}

ul.langItem li {
    position: relative;
    border-bottom: 1px solid #000;
}

ul.langItem li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
}

ul.langItem li a:hover {
    background: #000;
}

ul.langItem li::before {
    position: absolute;
    top: 10px;
    left: 5px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}


@media (min-width: 1024px) {
    .footer .container {
        padding: 30px 20px 200px;
    }
}

@media (max-width:980px) {

    .footer::before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-top: 26%;
        height: auto;
        background: url(../image/footer-grass.png) repeat-x center;
        background-size: 180%;
        vertical-align: bottom;
        margin-top: -20%;
        z-index: 10;
    }

}

@media (max-width: 640px) {

    .footer::before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-top: 20%;
        height: auto;
        background: url(../image/footer-grass.png) repeat-x center;
        background-size: 180%;
        vertical-align: bottom;
        margin-top: -277px;
        z-index: 10;
    }

    .footer .container {
        height: 320px;
    }

    .footer .links .-hidePc {
        display: block;
    }
}

@media (max-width: 430px) {

    .footer .logoWrap small,
    .footer .text,
    .footer .links a {
        font-size: 10px;
    }
}




@media (max-width: 1024px) {
    .appDescArea .bottomWrap {
        padding: 0 5%;
    }
}

/* ========================================================
error
======================================================== */
body.error .wrap {
    min-height: 100%;
    margin-bottom: 100px;
    padding-bottom: 0;
}

.errorLogo {
    width: 400px;
    margin: 100px auto;
}

.upperText {
    font-size: 24px;
    text-align: center;
}

body.error .errorTextWrap {
    margin-top: 30px;
}

body.error .errorTextWrap .text {
    margin: 15px auto;
    text-align: center;
    font-size: 24px;
}

body.error .errorTextWrap .text a {
    text-decoration: underline;
}

body.error .footer::before {
    display: none;
}


/* ========================================================
Anime
======================================================== */

.catchAnime {
    -webkit-animation-name: ca;
    animation-name: ca;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    opacity: 1;
}

@-webkit-keyframes ca {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ca {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


.logoAnime {
    -webkit-animation-name: slide-in-elliptic-top-fwd;
    animation-name: slide-in-elliptic-top-fwd;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 1;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

.bananaAnime {
    -webkit-animation-name: ba;
    animation-name: ba;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}


@-webkit-keyframes ba {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(90deg);
        transform: scale(.1) rotate(90deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ba {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(90deg);
        transform: scale(.1) rotate(90deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.delay01 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay02 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay03 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}


/* ========================================================
Anime
======================================================== */


.gameLineAnime {
    -webkit-animation-name: slideR;
    animation-name: slideR;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}

@-webkit-keyframes slideR {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0) rotate(-5deg);
        transform: translateX(0) rotate(-5deg);
    }
}

@keyframes slide-leftR {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0) rotate(-5deg);
        transform: translateX(0) rotate(-5deg);
    }
}

.gameLineAnime02 {
    -webkit-animation-name: slideL;
    animation-name: slideL;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}

@-webkit-keyframes slideL {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0) rotate(5deg);
        transform: translateX(0) rotate(5deg);
    }
}

@keyframes slideL {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0) rotate(5deg);
        transform: translateX(0) rotate(5deg);
    }
}

.charaItem:hover .charaMask {
    -webkit-animation-name: fi;
    animation-name: fi;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}

@-webkit-keyframes fi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.circleAnime {
    -webkit-animation-name: rotate-scale-up;
    animation-name: rotate-scale-up;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}


@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

.contentsSubTitleAnime {
    -webkit-animation-name: rotate-scale-up;
    animation-name: rotate-scale-up;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}

.imgAiaiAnime {
    -webkit-animation-name: slide-right;
    animation-name: slide-right;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}


.imgAiaiAnime02 {
    -webkit-animation-name: slide-left;
    animation-name: slide-left;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}

.trialImgAnime,
.mainThemeAnime,
.footerAiaiAnime,
.footerMimiAnime {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s 1 normal both running rotate-vert-center;
    opacity: 1;
}



@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
