@charset 'utf-8';

html
{
    font-size: 41.6875%;
}

html,
body
{
    width: 100%;  height: 100%;  min-height: 100%;
}

body
{
    font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;  position: relative;  min-width: 320px;  margin: 0 auto;  color: #222;  background: #ffdc00;
}

img
{
    max-width: 100%;  height: auto;
}

a:link,
a:visited
{
    text-decoration: none;  color: #222;
}

a:focus,
*:focus
{
    outline: none;
}

*,
::before,
::after
{
    box-sizing: content-box;
}

/*clearfix*/
.cf:before,
.cf:after
{
    display: table;  content: '';
}

.cf:after
{
    clear: both;
}

*
{
    word-break: break-all !important;
}

.po-ab
{
    position: absolute;
}

.po-re
{
    position: relative;
}

/* ========================================================
common item
======================================================== */
html.sp body::before
{
    position: fixed;  z-index: -1;  top: 0;  left: 0;  display: block;  width: 100vw;  height: 100vh;  content: '';  background: url(../image/bg-banana01.png) no-repeat center center;  background-size: cover;
}

.wrapper
{
    overflow: hidden;  width: 100%;  min-width: 1024px;  height: auto;

    ;
}

.wrap
{
    position: relative;  width: 100%;  height: auto;  padding-bottom: 400px;
}

.contents
{
    z-index: 2;  box-sizing: border-box;  width: 1024px;  height: auto;  margin: 0 auto;
}

.bgBanana
{
    bottom: 20%;  width: 100%;  height: 90%;  background: url(../image/bg-banana01.png);  background-repeat: no-repeat;  background-attachment: fixed;  background-size: cover;
}

.bgBanana.-bana02
{
    bottom: 0;  height: 90%;  background: url(../image/bg-banana02.png);  background-repeat: no-repeat;  background-attachment: fixed;  background-size: 150%;
}

html.sp .bgBanana.-bana02,
html.sp .bgBanana
{
    background: none;
}



@media (max-width: 980px)
{
    .wrapper
    {
        overflow: hidden;  width: 100%;  min-width: 320px;  height: auto;
    }

    .contents
    {
        position: relative;  width: 100%;  min-width: 320px;  max-width: 980px;  margin: 0 auto;
    }

    .wrap
    {
        padding-bottom: 49%;
    }
}

@media (max-width: 640px)
{
    .wrap
    {
        padding-bottom: 42%;
    }
}

/* ========================================================
header
======================================================== */
.header
{
    z-index: 3;  top: 0;  width: 100%;  margin: 0 auto;
}

.headerLogo
{
    position: absolute;  right: 0;
}

.headerLogo p
{
    display: table-cell;  margin: 0 auto;  padding-right: 10px;  padding-left: 10px;  text-align: right;  vertical-align: middle;
}

.headerLogo p img
{
    display: block;  width: 100%;
}

@media (max-width:980px)
{
    .header
    {
        min-width: 320px;  max-width: 980px;  background: #ffdc00;
    }

    .headerLogo
    {
        position: relative;  display: table;  margin: 1% auto 2% auto;  text-align: center;
    }

    .headerLogo p
    {
        text-align: center;
    }
}

@media (max-width: 640px)
{
    .headerLogo
    {
        width: 78%;
    }
}

/* ========================================================
main
======================================================== */

.mainBg
{
    width: 100%;  margin: 0 auto;  background: url(../image/main-bg.png)no-repeat center top;  background-size: 100%;
}

.mainBg::after
{
    display: inline-block;  width: 100%;  height: 207px;  margin-top: -177px;  content: '';  vertical-align: bottom;  background: url(../image/header-grass.png) repeat-x center;
}

.main
{
    width: 100%;  height: 1124px;  margin: 0 auto;  background: url(../image/main-visual.png)no-repeat center top;
}

.mainLogo
{
    z-index: 10;  width: 100%;  max-width: 693px;  margin: 0 auto;  padding-top: 690px;  opacity: 0;
}

.mainCatch
{
    z-index: 5;  top: 0;  left: 1%;  width: 597px;  opacity: 0;
}

.mainBadge
{
    top: 498px;  right: 30px;  width: 333px;
}

.mainDate
{
    z-index: 7;  top: 992px;  left: 50%;  width: 726px;  margin-left: -363px;
}

.mainBanana
{
    opacity: 0;
}

.mainBanana01
{
    top: 71px;  right: 226px;  width: 126px;  padding-top: 112px;  background: url(../image/top-banana01.png)no-repeat center top;  background-size: contain;
}

.mainBanana02
{
    top: 122px;  left: 145px;  width: 142px;  padding-top: 158px;  background: url(../image/top-banana02.png)no-repeat center top;  background-size: contain;
}

.mainBanana03
{
    top: 297px;  left: 624px;  width: 192px;  padding-top: 210px;  background: url(../image/top-banana03.png)no-repeat center top;  background-size: contain;
}

.mainBanana04
{
    top: 441px;  left: -200px;  width: 271px;  padding-top: 249px;  background: url(../image/top-banana04.png)no-repeat center top;  background-size: contain;
}

.mainBanana05
{
    top: 843px;  right: -169px;  width: 349px;  padding-top: 346px;  background: url(../image/top-banana05.png)no-repeat center top;  background-size: contain;
}

@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;  margin-top: -22%;  padding-top: 34%;  vertical-align: bottom;  background: url(../image/header-grass.png) repeat-x center;  background-size: 185%;
    }

    .main
    {
        width: 100%;  height: auto;  margin: 0 auto;  background: url(../image/main-visual-sp.png)no-repeat center top;  background-size: 100%;
    }

    .mainLogo
    {
        width: 66.63%;  padding-top: 81.7%;  padding-bottom: 12%;
    }

    .mainCatch
    {
        top: 0;  left: 1%;  width: 61%;
    }

    .mainBadge
    {
        top: 40%;  right: 1%;  width: 33.97%;
    }

    .mainDate
    {
        top: 86%;  width: 74%;  margin-left: -37%;
    }

    .mainBanana01
    {
        top: 1%;  right: 8%;  width: 12.8%;  padding-top: 20%;
    }

    .mainBanana02
    {
        top: 5.7%;  left: 11.32%;  width: 14.4%;  padding-top: 20%;
    }

    .mainBanana03
    {
        top: 17.8%;  left: 62.32%;  width: 19.5%;  padding-top: 26%;
    }

    .mainBanana04
    {
        top: 51.7%;  left: 11%;  width: 27.4%;  padding-top: 30%;
    }

    .mainBanana05
    {
        top: 73.7%;  right: 4.32%;  width: 35.6%;  padding-top: 40%;
    }
}

/* ========================================================
contents
======================================================== */

.contentsTitle
{
    width: 646px;  margin: 30px auto;
}

.contentsTitle.-game
{
    z-index: 10;  margin-top: 0;  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;  z-index: 2;  width: 100%;
    ;
}

#info::after
{
    display: inline-block;  width: 100%;  height: auto;  margin-top: -27px;  padding-top: 270px;  padding-bottom: 188px;  content: '';  vertical-align: bottom;  background: url(../image/line01.png) repeat-x center;
}

.infoArea
{
    display: flex;  align-items: stretch;  box-sizing: border-box;  width: 94%;  margin: 0 auto;  text-align: center;
}

.infoItem
{
    width: 49%;  max-width: 470px;  height: 448px;  margin-bottom: 20px;  border-top: 4px solid #fff;  background-color: #000;  background-image: url(../image/info-bg-under.png), url(../image/info-bg-bottom.png);  background-repeat: no-repeat,
    no-repeat;  background-position: top left,
    bottom right;  box-shadow: 10px 10px 0 0 #e03d2a;
}

/*1101修正*/
.bannerArea
{
    width: 90%;  margin: 2% auto 2% auto;  opacity: 0;
}

.slick-initialized
{
    opacity: 1;
}

.bannerArea.-odd
{
    display: table;  width: 50%;  margin: 0 auto 4% auto;
}


.infoBanner img
{
    width: 100%;
}

.infoBanner
{
              -webkit-transition: all .5s ease;                      transition: all .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
{
    overflow-y: scroll;  width: 410px;  height: 352px;  margin: 10px auto auto auto;  background: #3d3d3f;
}

.itemInner ul
{
    line-height: 18px;  padding: 15px;  list-style: none;
}

.itemInner ul li::before
{
    position: absolute;  top: 7px;  left: 5px;  display: inline-block;  width: 0;  height: 0;  content: '';  border-top: 10px solid transparent;  border-bottom: 10px solid transparent;  border-left: 10px solid #fff600;
}

.itemInner ul li
{
    font-size: 16px;  line-height: 32px;  position: relative;  padding-bottom: 3px;  text-align: left;  vertical-align: middle;  color: #fff;  border-bottom: 2px solid #000;
}

.itemInner ul li a
{
    color: #fff;
}

.itemInner ul li a:hover
{
    color: #fab81e;
}

.itemInner
{
    overflow-y: scroll;  height: 352px;  -webkit-transform: translateZ(0);          -webkit-overflow-scrolling: touch;                  overflow-scrolling: touch;
}

.newsDate
{
    font-weight: bold;  margin-right: 15px;  padding-left: 30px;
}


.topMovie
{
    width: 537px;  margin: 2% auto;
}

.movieThumbs
{
    overflow: hidden;  width: 100%;  border: 4px solid #000;  box-shadow: 10px 10px 0 0 #000;
}

.btnMovie
{
    z-index: 10;  top: 50%;  left: 50%;  width: 22.32%;  max-width: 111px;  margin-top: -55px;  margin-left: -55px;
}

.movieTitle
{
    z-index: 10;  bottom: -34px;  left: 145px;  width: 431px;
}

.movieThumbs img
{
    position: relative;  z-index: 0;  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.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
{
    display: table;  width: 100%;  margin-top: 4%;  table-layout: fixed;
}

.topArea .topMovie
{
    display: table-cell;  width: 45%;  padding: 0 5%;  text-align: center;
}

.topArea .topMovie .movieTitle
{
    width: 72%;
}

/*20190820END*/

/*movie2more*/
.movieArea.-is2,
.topArea
{
    display: table;  width: 100%;  margin-top: 4%;  table-layout: fixed;
}

.movieArea.-is2
{
    margin-bottom: 4%;
}


.movieArea.-is2 .topMovie,
.topArea .topMovie
{
    display: table-cell;  width: 45%;  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 .5s ease;                      transition: all .5s ease;
}

.btnAnime:hover
{
              -webkit-transform: translateY(7px);                      transform: translateY(7px);  opacity: .8;
}


/*20191008END*/



@media (max-width: 980px)
{
    #info::after
    {
        display: inline-block;  width: 100%;  height: auto;  margin-top: -17px;  padding-top: 34%;  padding-bottom: 3%;  content: '';  vertical-align: bottom;  background: url(../image/line01.png) repeat-x center;  background-size: 180%;
    }


    .infoItem
    {
        height: auto;  padding-bottom: 4.5%;
    }

    .itemInner
    {
        height: 300px;
    }


    .movieTitle
    {
        bottom: -10%;  left: 32%;  width: 76%;
    }

    .infoArea
    {
        display: block;  width: 76%;  margin: 0 auto;
    }


    .bannerArea
    {
        display: block;  width: 80%;  margin: 0 auto;
    }

    .bannerArea.-odd
    {
        display: table;  width: 100%;  margin: 0 auto 4% auto;
    }

    .infoBanner
    {
        display: block;  width: 80%;  margin: 0 auto .5% 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
    {
        display: block;  width: 100%;  margin-top: 4%;
    }

    .movieArea .topMovie,
    .movieArea.-is2 .topMovie,
    .topArea .topMovie
    {
        display: block;  width: 74%;  margin-bottom: 8%;  padding: 0 6%;  text-align: center;
    }

    .movieArea .topMovie .movieTitle,
    .movieArea.-is2 .topMovie .movieTitle,
    .topArea .topMovie .movieTitle
    {
        width: 70%;
    }

    /*movie2more*END*/
}

@media (max-width:640px)
{
    .infoArea
    {
        display: block;  width: 100%;
    }


    .itemInner ul li
    {
        font-size: 2.6rem;  line-height: 22px;
    }

    .topMovie
    {
        width: 76%;  margin-bottom: 40%;  margin-left: 9%;
    }

    infoitem
    {
        width: 96%;  margin: 0 auto;  margin-bottom: 4%;
    }

    #info::after
    {
        margin-top: -32%;
    }

    .btnMovie
    {
        margin-top: -10%;  margin-left: -10%;
    }

    .itemInner ul li::before
    {
        position: absolute;  top: 5px;  left: 5px;  display: inline-block;  width: 0;  height: 0;  content: '';  border-top: 5px solid transparent;  border-bottom: 5px solid transparent;  border-left: 5px solid #fff600;
    }

    /*20190820*/
    .movieArea,
    .topArea
    {
        display: block;  width: 100%;  margin-top: 4%;
    }

    .movieArea .topMovie,
    .topArea .topMovie
    {
        display: block;  width: 74%;  margin-bottom: 8%;  padding: 0 6%;  text-align: center;
    }

    .movieArea .topMovie .movieTitle,
    .topArea .topMovie .movieTitle
    {
        width: 70%;
    }

    /*20190820END*/
}

.slick-list
{
    padding-bottom: 5px;
}

.slick-prev,
.slick-next
{
    width: 40px;  height: 40px;
}

.slick-prev::before
{
    display: inline-block;  width: 40px;  height: 40px;  content: '';  vertical-align: middle;  background-image: url(../image/chara-arrow-l.png);  background-size: contain;
}

.slick-next::before
{
    display: inline-block;  width: 40px;  height: 40px;  content: '';  vertical-align: middle;  background-image: url(../image/chara-arrow-r.png);  background-size: contain;
}

.slick-prev
{
    left: -50px;
}

.slick-next
{
    right: -50px;
}

@media screen and (max-width:980px)
{
    .slick-prev
    {
        left: -10%;
    }

    .slick-next
    {
        right: -10%;
    }
}

@media screen and (max-width:640px)
{
    .slick-prev,
    .slick-next
    {
        width: 30px;  height: 30px;
    }

    .slick-prev::before
    {
        display: inline-block;  width: 30px;  height: 30px;  content: '';  vertical-align: middle;  background-image: url(../image/chara-arrow-l.png);  background-size: contain;
    }

    .slick-next::before
    {
        display: inline-block;  width: 30px;  height: 30px;  content: '';  vertical-align: middle;  background-image: url(../image/chara-arrow-r.png);  background-size: contain;
    }

    .slick-prev
    {
        left: -10%;
    }

    .slick-next
    {
        right: -11%;
    }
}

/* ========================================================
contents game
======================================================== */

#game
{
    position: relative;  z-index: 1;  width: 100%;  margin-top: -260px;  padding-top: 186px;  padding-bottom: 20px;  background: #ffe500 url(../image/dot.png) repeat center;
}

.gameWrap
{
    margin-top: 152px;  margin-bottom: 103px;  padding-bottom: 150px;
}


.gameLine
{
    position: absolute;  z-index: 0;  top: 75px;  width: 100%;  width: 150%;  height: 284px;  margin-left: -25%;  padding: 0 25%;          -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);                  transform: rotate(-5deg) translate3d(0, 0, 0);  background: #000;
}

.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);            transform: rotate(-4deg) translate3d(0, 0, 0);  background: #fb4e3d;
}

.gameLine.-Red.-left
{
              -webkit-transform: rotate(4deg) translate3d(0, 0, 0);                      transform: rotate(4deg) translate3d(0, 0, 0);
}

.gameLine.-white.-left
{
        -webkit-transform: rotate(4deg) translate3d(0, 0, 0);                transform: rotate(4deg) translate3d(0, 0, 0);  background: #fff;
}

.gameWrap.-chara .gameLine.-left
{
    top: 285px;
}

.circle
{
    z-index: 0;  top: -150px;  left: 50%;  width: 684px;  height: 684px;  margin-left: -184px;  opacity: 0;  background: url(../image/circle.png)no-repeat;
}

.circle.-left
{
    left: 50%;  margin-left: -484px;
}

.gameWrap.-chara .circle.-left
{
    top: 100px;
}

.ss
{
    position: relative;  z-index: 0;  width: 66.5%;  max-width: 562px;  margin-left: 40%;
}

.ssWrap
{
    position: relative;  z-index: 0;  overflow: hidden;  width: 100%;  max-width: 562px;  transform: skewX(-15deg);  background: #000;  box-shadow: 10px 10px 0 0 #f91b40;
}

.ssWrap.-sonic
{
    box-shadow: 10px 10px 0 0 #002063;
}

.ssWrap ul
{
    width: 118%;  margin-top: -10px;  margin-left: -90px;  list-style: none;
}


/* 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%;  margin-left: -74px;  transform: skewX(15deg);
}

.ss.-left
{
    margin-left: 2%;
}


.ssStarL
{
    top: -4%;  right: -2%;  width: 15%;  max-width: 120px;
}

.ssStarS
{
    bottom: -4%;  left: -4%;  width: 10%;  max-width: 67px;
}

.ssPop
{
    position: relative;  width: 80%;  max-width: 762px;  margin: 0 auto;
}

.gameText
{
    right: -56px;  bottom: -10%;  width: 100%;  max-width: 652px;
}

.imgAiai
{
    top: -4%;  width: 33.9%;  max-width: 333px;
}

.imgAiai.-left
{
    top: -14%;  left: 65%;
}

.textSeacret
{
    width: 53%;  max-width: 528px;  margin: 2% auto 0 auto;
}

.gameWrap .contentsStar
{
    top: 32px;  left: 50%;  width: 221px;  height: 262px;  margin-left: -860px;  background: url(../image/contents-star04.png)no-repeat;  background-size: 100%;
}

.gameWrap.-chara .contentsStar
{
    top: 232px;
}

.gameWrap .contentsStar.-left
{
    top: 172px;  right: 50%;  margin-right: -860px;  background: url(../image/contents-star03.png)no-repeat;  background-size: 100%;
}

.gameWrap .contentsStar02
{
    top: 172px;  right: 50%;  width: 221px;  height: 262px;  margin-right: -860px;  background: url(../image/contents-star02.png)no-repeat;  background-size: 100%;
}

.gameWrap .contentsStar02.-left
{
    top: 32px;  background: url(../image/contents-star04.png)no-repeat;  background-size: 100%;
}

.gameWrap .contentsStar.-left
{
    top: 172px;  right: 50%;  width: 221px;  height: 262px;  margin-right: -860px;  background: url(../image/contents-star03.png)no-repeat;  background-size: 100%;
}

.gameWrap.-chara .contentsStar02
{
    top: 372px;
}

.gameWrap.-chara .contentsStar02.-left
{
    top: 32px;  background: url(../image/contents-star04.png)no-repeat;  background-size: 100%;
}

.contentsSubTitle
{
    top: -60%;  left: 2%;  width: 656px;
}

.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-top: 30px;  margin-bottom: 0;
}

.gameWrap.-sonic
{
    margin-top: 222px;  margin-bottom: 302px;
}

.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
{
    left: -60px;  width: 487px;
}

.charaNew
{
    right: 10%;  bottom: 14%;  width: 28%;  max-width: 97px;
}

.charaNew.-sonic
{
    right: -35%;
}

.textAddChara
{
    top: 72%;  left: 6%;  width: 88%;  max-width: 868px;
}

.textSonic
{
    z-index: 50;  top: 67%;  left: 15.5%;  width: 86%;  max-width: 829px;
}

.imgAiai.-sonic
{
    top: -15%;  left: 5%;
}

/*20191010END*/

.chara li
{
    position: relative;  float: left;  width: 33%;
}

.charaMask
{
    top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;  opacity: 0;
}

.charaName
{
    bottom: 30px;  left: 0;  width: 237px;
}

.btnClose
{
    z-index: 10;  top: 0;  right: 1%;  width: 12%;  max-width: 84px;  cursor: pointer;
}

.charaPop
{
    position: relative;  width: 98%;  max-width: 762px;  margin: 0 auto;
}

.charaPop img
{
    display: block;  width: 100%;
}


.charaPop.is-active .charaBg
{
    visibility: visible !important;                  -webkit-animation-name: bounceIn;                          animation-name: bounceIn;          -webkit-animation-duration: .7s;              -ms-animation-duration: .7s;                  animation-duration: .7s;                          -webkit-animation-fill-mode: both;                              -ms-animation-fill-mode: both;                                  animation-fill-mode: both;
}

.charaPop.is-active .popStar
{
    visibility: visible !important;                  -webkit-animation-name: bounceIn;                          animation-name: bounceIn;          -webkit-animation-duration: .5s;              -ms-animation-duration: .5s;                  animation-duration: .5s;                          -webkit-animation-fill-mode: both;                              -ms-animation-fill-mode: both;                                  animation-fill-mode: both;
}

.charaPop.is-active .charaPopName
{
    visibility: visible !important;                  -webkit-animation-name: bounceIn;                          animation-name: bounceIn;          -webkit-animation-duration: .5s;              -ms-animation-duration: .5s;                  animation-duration: .5s;                          -webkit-animation-fill-mode: both;                              -ms-animation-fill-mode: both;                                  animation-fill-mode: both;
}

.charaPopName
{
    top: 0;  width: 100%;
}


.charaStar
{
    right: 0;  bottom: 29%;  width: 9%;  max-width: 97px;
}

.charaStar02
{
    top: 10%;  left: 0;  width: 18%;  max-width: 173px;
}

.iconPlus
{
    z-index: 10;  top: 4%;  left: 10%;  width: 18%;
}

/* add style 1015 */
.iconPlus
{
    z-index: 10;  top: 4%;  left: 16%;  width: 14.4%;
}

/* 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
{
    z-index: 10;  right: 2%;  width: 74%;
}

.gameWrap.is-05 .contents .contentsSubTitle
{
    top: -30%;
}

.packageStarL
{
    bottom: -4%;  left: 2%;  width: 10%;  max-width: 120px;
}

#trial .contentsTitle
{
    margin: 100px auto 80px auto;
}

.trialBtnWrap
{
    display: table;  margin: 0 auto;  table-layout: fixed;
}

.trialBtnWrap p
{
    display: table-cell;  width: 43%;  max-width: 428px;  padding: 4%;
}

.trialBtnWrap p img
{
    width: 100%;
}

.trialImg
{
    z-index: 1;  margin-top: -105px;
}

.trialSS
{
    z-index: 100;  margin-top: -5%;
}

@media (max-width: 980px)
{
    #game
    {
        margin-top: -17%;  padding-top: 10%;  padding-bottom: 5%;
    }


    .gameLine
    {
        position: absolute;  z-index: 0;  top: 22%;  width: 100%;  width: 150%;  height: auto;  margin-left: -25%;  padding: 0 25%;          padding-top: 34%;  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);          transform: rotate(-5deg) translate3d(0, 0, 0);  background: #000;
    }

    .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);                transform: rotate(-3deg) translate3d(0, 0, 0);  background: #fb4e3d;
    }

    .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
    {
        top: -60%;  left: 2%;  width: 66.9%;
    }

    .circle
    {
        top: -46%;  left: 50%;  width: 69%;  height: auto;  margin-left: -20%;  padding-top: 69%;  background: url(../image/circle.png)no-repeat;  background-size: 100%;
    }

    .ss
    {
        width: 61.5%;  margin-left: 35%;
    }

    .ssWrap
    {
        position: relative;  z-index: 0;  overflow: hidden;  transform: skewX(-15deg);  box-shadow: 10px 10px 0 0 #f91b40;
    }

    .ssWrap ul
    {
        width: 122%;  margin-left: -20%;  list-style: none;
    }

    .ssWrap ul li
    {
        padding-top: 0;
    }

    .ssImg02
    {
        width: 125%;  max-width: 125%;  margin-left: -14%;
    }

    .ssWrap ul li img
    {
        width: 121%;  max-width: 121%;  margin-left: -12%;  transform: skewX(15deg);
    }


    .circle.-left
    {
        left: 50%;  margin-left: -50%;
    }

    .gameWrap.-chara .circle.-left
    {
        top: 10%;
    }

    .charaName
    {
        bottom: 2%;  left: 0;  width: 73%;
    }

    .trialImg
    {
        margin-top: -20%;
    }

    .trialSS
    {
        margin-top: -5%;
    }

    .textSonic
    {
        left: 12.5%;
    }

    /*20191010*/
    .ssWrap ul li img
    {
        width: 100%;  max-width: 100%;  margin-top: 2px;  margin-left: -2%;
    }

    .imgAiai.-sonic
    {
        top: -15%;  left: 2%;
    }


    .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
    {
        left: -20%;  width: 145%;
    }

    /*20191010END*/
}

@media (max-width: 640px)
{
    .ssWrap ul li img
    {
        width: 100%;  max-width: 100%;  margin-left: -2%;
    }

    .imgAiai.-sonic
    {
        top: -15%;  left: 2%;
    }

    .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
{
    z-index: 10;  display: inline-block;  width: 100%;  margin-top: -151px;  padding-top: 171px;  content: '';  vertical-align: top;  background-image: url('../image/head-dot.png');  background-repeat: repeat-x;  background-position: center bottom;
}


.-yellowDot::after
{
    display: inline-block;  width: 100%;  height: auto;  margin-bottom: -151px;  padding-bottom: 171px;  content: '';  vertical-align: bottom;  background-color: #ffdc00;  background-image: url('../image/bottom-dot.png');  background-repeat: repeat-x;  background-position: center top;
}

.appItem
{
    font-size: 18px;  font-weight: bold;  display: table;  width: 580px;  margin: 0 auto;
}

.appItem dt
{
    display: table-cell;  width: 100px;
}

.appItem dd
{
    display: table-cell;
}


.appItem dd:before
{
    padding-right: 12px;  content: ':';
}

.celo
{
    width: 69px;  margin: 2% auto;
}

.snsBtn
{
    width: 100%;  min-width: 320px;  max-width: 980px;  margin: 0 auto;  margin-top: 150px;  padding: 0;  text-align: center;
}

.snsBtn li
{
    display: inline-block;  width: 60px;  margin: 10px;
}

@media (max-width:980px)
{
    .-yellowDot::before
    {
        z-index: 10;  display: inline-block;  width: 100%;  margin-top: -11%;  padding-top: 13%;  content: '';  background: url(../image/head-dot.png) repeat-x center top;  background-size: 12px;
    }


    .-yellowDot::after
    {
        display: inline-block;  width: 100%;  height: auto;  margin-bottom: -13%;  padding-bottom: 15%;  content: '';  background: url(../image/bottom-dot.png) repeat-x center bottom;  background-size: 12px;
    }

    #app
    {
        margin-top: 24%;
    }
}

@media (max-width:640px)
{
    .-yellowDot::before
    {
        z-index: 10;  display: inline-block;  width: 100%;  margin-top: -11%;  padding-top: 13%;  content: '';  background: url(../image/head-dot.png) repeat-x center top;  background-size: 7px;
    }


    .-yellowDot::after
    {
        display: inline-block;  width: 100%;  height: auto;  margin-bottom: -12%;  padding-bottom: 15%;  content: '';  background: url(../image/bottom-dot.png) repeat-x center bottom;  background-size: 7px;
    }

    .appItem
    {
        font-size: 2.4rem;  font-weight: bold;  display: table;  width: 85%;  margin: 2% auto;
    }

    .appItem dt
    {
        display: table-cell;  width: 20%;
    }

    .appItem dd
    {
        display: table-cell;
    }


    .appItem dd:before
    {
        padding-right: 12px;  content: ':';
    }

    .snsBtn
    {
        margin-top: 30%;
    }

    .snsBtn li
    {
        width: 15%;  margin: 5%;
    }
}

.footerAiai
{
    z-index: 0;  right: 0;  width: 33%;  max-width: 233px;  padding-top: 431px;  opacity: 0;  background: url(../image/footer-aiai.png) no-repeat;  background-size: 100%;
}

.footerMimi
{
    z-index: 0;  left: 0;  width: 28%;  max-width: 229px;  padding-top: 346px;  opacity: 0;  background: url(../image/footer-mimi.png) no-repeat;  background-size: 100%;
}

.pageTop
{
    position: fixed;  z-index: 50;  right: 0;  bottom: 0;  width: 160px;  padding-top: 166px;  cursor: pointer;  background: url(../image/btnTop.png) no-repeat;  background-size: 100%;
}

@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
{
    position: fixed;  z-index: 100;  top: 0;  left: 0;  width: 100%;  height: 100vh;  background: #000;
}

#loading
{
    position: fixed;  z-index: 101;  top: 0;  right: 0;  bottom: 0;  left: 0;  overflow: hidden;  width: 240px;  height: 240px;  margin: auto;  background: url('../image/imgLoading.gif') no-repeat center;  background-size: 250px;
}


@media (max-width:640px)
{
    #loading
    {
        position: fixed;  z-index: 101;  top: 0;  right: 0;  bottom: 0;  left: 0;  width: 30%;  height: 30%;  margin: auto;  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
{
    z-index: 10;  display: inline-block;  width: 100%;  height: 277px;  margin-top: -277px;  content: '';  vertical-align: bottom;

/*画像の高さ*/

    background: url(../image/footer-grass.png) repeat-x center;
}

.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
{
    font-size: 2rem;  margin-left: 1%;  color: #fff;
}

.footer .text
{
    font-size: 2.2rem;
}

.footer .links a
{
    font-size: 2.2rem;  display: inline-block;  margin: 0 1% 2% 0;  white-space: nowrap;  color: #fff;
}

.footer .links a:hover
{
    text-decoration: underline;
}

.footer .links .-hidePc
{
    display: none;
}

.langMenu
{
    font-size: 16px;  width: 100px;  padding: 5px;  list-style: none;  text-align: center;  background: #383838;
}

ul.langItem
{
    position: absolute;  display: none;  width: 109px;  margin-top: 5px;  margin-left: -5px;  padding: 0;  list-style: none;  background: #666;
}

ul.langItem li
{
    position: relative;  border-bottom: 1px solid #000;
}

ul.langItem li a
{
    display: block;  padding: 5px 10px;  color: #fff;
}

ul.langItem li a:hover
{
    background: #000;
}

ul.langItem li::before
{
    position: absolute;  top: 10px;  left: 5px;  display: inline-block;  width: 0;  height: 0;  content: '';  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-left: 6px solid #fff;
}


@media (min-width: 1024px)
{
    .footer .container
    {
        padding: 30px 20px 200px;
    }
}

@media (max-width:980px)
{
    .footer::before
    {
        z-index: 10;  display: inline-block;  width: 100%;  height: auto;  margin-top: -20%;  padding-top: 26%;  content: '';  vertical-align: bottom;  background: url(../image/footer-grass.png) repeat-x center;  background-size: 180%;
    }
}

@media (max-width: 640px)
{
    .footer::before
    {
        z-index: 10;  display: inline-block;  width: 100%;  height: auto;  margin-top: -277px;  padding-top: 20%;  content: '';  vertical-align: bottom;  background: url(../image/footer-grass.png) repeat-x center;  background-size: 180%;
    }

    .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
{
    font-size: 24px;  margin: 15px auto;  text-align: center;
}

body.error .errorTextWrap .text a
{
    text-decoration: underline;
}

body.error .footer::before
{
    display: none;
}

/* ========================================================
popaup
======================================================== */
.popupWrap
{
    position: fixed;  z-index: 99;  top: 0;  left: 0;  width: 100%;  height: 100%;
}


.popupWrap .layer
{
    position: absolute;  z-index: -1;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: rgba(0,0,0,.8);
}

.imgNewPopWrap
{
    position: relative;
}
.imgNewPop
{
    position: absolute; top: -7%;  right: 0;  bottom: 0;  left: -7.4%;  width: 80%;  max-width: 670px!important;   margin: auto;  fill: transparent;
}

.popupWrap .popupInner a:hover
{
    fill: #f6d321; fill-opacity: .5;
}
.popupWrap .popupInner #cbox_movieClose
{
    top: 45px;
}
.popupWrap .popupInner
{
    font-size: 1.4rem;  position: absolute;  z-index: 1;  top: 50%;  left: 50%;  overflow: hidden;  width: 80%;  max-width: 670px!important;  max-height: 90vh;  padding: 5%;          -webkit-transform: translate(-50%, -50%);                  transform: translate(-50%, -50%);
}

/* ========================================================
Anime
======================================================== */

.catchAnime
{
              -webkit-animation-name: ca;                      animation-name: ca;          -webkit-animation-duration: .6s;                  animation-duration: .6s;  opacity: 1;
}

@-webkit-keyframes ca
{
    0%
    {
        -webkit-transform: scale(.1) rotate(30deg);                transform: scale(.1) rotate(30deg);          -webkit-transform-origin: center bottom;                  transform-origin: center bottom;  opacity: 0;

        ;
    }

    50%
    {
                      -webkit-transform: rotate(-10deg);                              transform: rotate(-10deg);
    }

    70%
    {
                      -webkit-transform: rotate(3deg);                              transform: rotate(3deg);
    }

    to
    {
        -webkit-transform: scale(1);                transform: scale(1);  opacity: 1;

        ;
    }
}

@keyframes ca
{
    0%
    {
        -webkit-transform: scale(.1) rotate(30deg);                transform: scale(.1) rotate(30deg);          -webkit-transform-origin: center bottom;                  transform-origin: center bottom;  opacity: 0;

        ;
    }

    50%
    {
                      -webkit-transform: rotate(-10deg);                              transform: rotate(-10deg);
    }

    70%
    {
                      -webkit-transform: rotate(3deg);                              transform: rotate(3deg);
    }

    to
    {
        -webkit-transform: scale(1);                transform: scale(1);  opacity: 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
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: ba;                                  animation-name: ba;          -webkit-animation-duration: .5s;                  animation-duration: .5s;  opacity: 1;
}


@-webkit-keyframes ba
{
    0%
    {
        -webkit-transform: scale(.1) rotate(90deg);                transform: scale(.1) rotate(90deg);          -webkit-transform-origin: center bottom;                  transform-origin: center bottom;  opacity: 0;

        ;
    }

    50%
    {
                      -webkit-transform: rotate(-20deg);                              transform: rotate(-20deg);
    }

    70%
    {
                      -webkit-transform: rotate(4deg);                              transform: rotate(4deg);
    }

    to
    {
        -webkit-transform: scale(1);                transform: scale(1);  opacity: 1;

        ;
    }
}

@keyframes ba
{
    0%
    {
        -webkit-transform: scale(.1) rotate(90deg);                transform: scale(.1) rotate(90deg);          -webkit-transform-origin: center bottom;                  transform-origin: center bottom;  opacity: 0;

        ;
    }

    50%
    {
                      -webkit-transform: rotate(-20deg);                              transform: rotate(-20deg);
    }

    70%
    {
                      -webkit-transform: rotate(4deg);                              transform: rotate(4deg);
    }

    to
    {
        -webkit-transform: scale(1);                transform: scale(1);  opacity: 1;

        ;
    }
}

.delay01
{
              -webkit-animation-delay: .3s;                      animation-delay: .3s;
}

.delay02
{
              -webkit-animation-delay: .6s;                      animation-delay: .6s;
}

.delay03
{
              -webkit-animation-delay: .9s;                      animation-delay: .9s;
}


/* ========================================================
Anime
======================================================== */


.gameLineAnime
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: slideR;                                  animation-name: slideR;          -webkit-animation-duration: 1s;                  animation-duration: 1s;  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
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: slideL;                                  animation-name: slideL;          -webkit-animation-duration: 1s;                  animation-duration: 1s;  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
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: fi;                                  animation-name: fi;          -webkit-animation-duration: .3s;                  animation-duration: .3s;  opacity: 1;
}

@-webkit-keyframes fi
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes fi
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

.circleAnime
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: rotate-scale-up;                                  animation-name: rotate-scale-up;          -webkit-animation-duration: .5s;                  animation-duration: .5s;  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
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: rotate-scale-up;                                  animation-name: rotate-scale-up;          -webkit-animation-duration: .3s;                  animation-duration: .3s;  opacity: 1;
}

.imgAiaiAnime
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: slide-right;                                  animation-name: slide-right;          -webkit-animation-duration: .3s;                  animation-duration: .3s;  opacity: 1;
}


.imgAiaiAnime02
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: slide-left;                                  animation-name: slide-left;          -webkit-animation-duration: .3s;                  animation-duration: .3s;  opacity: 1;
}

.trialImgAnime,
.mainThemeAnime,
.footerAiaiAnime,
.footerMimiAnime
{
    transition-timing-function: cubic-bezier(.895, .03, .685, .22) 0s 1 normal both running rotate-vert-center;                          -webkit-animation-name: bounceIn;                                  animation-name: bounceIn;          -webkit-animation-duration: .8s;                  animation-duration: .8s;  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(.215, .610, .355, 1.000);                              animation-timing-function: cubic-bezier(.215, .610, .355, 1.000);
    }

    0%
    {
        -webkit-transform: scale3d(.3, .3, .3);                transform: scale3d(.3, .3, .3);  opacity: 0;
    }

    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%
    {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);                transform: scale3d(1.03, 1.03, 1.03);  opacity: 1;
    }

    80%
    {
                      -webkit-transform: scale3d(.97, .97, .97);                              transform: scale3d(.97, .97, .97);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);                transform: scale3d(1, 1, 1);  opacity: 1;
    }
}

@keyframes bounceIn
{
    from,
    20%,
    40%,
    60%,
    80%,
    to
    {
                      -webkit-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000);                              animation-timing-function: cubic-bezier(.215, .610, .355, 1.000);
    }

    0%
    {
        -webkit-transform: scale3d(.3, .3, .3);                transform: scale3d(.3, .3, .3);  opacity: 0;
    }

    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%
    {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);                transform: scale3d(1.03, 1.03, 1.03);  opacity: 1;
    }

    80%
    {
                      -webkit-transform: scale3d(.97, .97, .97);                              transform: scale3d(.97, .97, .97);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);                transform: scale3d(1, 1, 1);  opacity: 1;
    }
}

.bounceIn
{
              -webkit-animation-name: bounceIn;                      animation-name: bounceIn;
}

@-webkit-keyframes jump
{
    0%
    {
        transform: translate(0, 0);
    }
    50%
    {
        transform: translate(0, -12px);
    }
    100%
    {
        transform: translate(0, 0);
    }
}
@keyframes jump
{
    0%
    {
        transform: translate(0, 0);
    }
    50%
    {
        transform: translate(0, -12px);
    }
    100%
    {
        transform: translate(0, 0);
    }
}
