@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;
    background: url(../image/bg.png);
}

.contents {
    width: 1024px;
    margin: 0 auto;
    height: auto;
    z-index: 2;
    box-sizing: border-box;
}


.contents.is-twi {
    position: relative;
    width: 1000px;
    border: 4px solid #000;
    box-shadow: 10px 10px 0px 0px #000;
    margin: 0 auto;
    background: url(../image/contentts_dot.png)repeat;
}


@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-left: 0;
    }

    .contents.is-twi {
        position: relative;
        width:97%;
        max-width: 970px;
        min-width: 310px;
        margin: 0 auto;   
    }
    .wrap {
        padding-bottom: 49%;
        background-size: 120%;
    }

}

@media (max-width: 640px) {
    .wrap {
        padding-bottom: 42%;
    }


}

@media (max-width: 640px) {
}

/* ========================================================
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/main-grass.png) repeat-x center;
    vertical-align: bottom;
    margin-top: -177px;
}

.main {
    width: 100%;
    height: 609px;
    margin: 0 auto;
}

.mainLogo {
    z-index: 10;
    width: 100%;
    max-width: 407px;
    padding-top: 30px;
    left: 620px;
    margin: 0 auto;
    opacity: 0;
}

.mainEndText{
    width: 40%;
    max-width: 401px;
    top: 99%;
    left: 30%;
    z-index: 20;
}

.mainCatch {
    z-index: 5;
    width: 834px;
    bottom: 12%;
    left: 94px;
    opacity: 0;
}

.mainBadge {
    width: 333px;
    top: 498px;
    right: 30px;
}

.mainDate {
    z-index: 7;
    width: 926px;
    top: 512px;
    left: 50%;
    margin-left: -463px;
}



@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: 19%;
    }

    .main {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mainLogo {
        width: 40%;
        padding-top: 0.7%;
        padding-bottom: 2%;
        left: 57%;
    }


    .mainCatch {
        width: 85%;
        bottom: 12%;
        left: 7.5%;
    }

    .mainBadge {
        width: 33.97%;
        top: 40%;
        right: 1%;
    }

    .mainDate {
        width: 96%;
        top: 88%;
margin-left: -48%;
    }


}

/* ========================================================
contents
======================================================== */


.text{
    font-size: 20px;
    font-weight: bold;
    color: #0e0e0e;
    text-align: center;
}

.text.item{
    font-weight: normal;
}

.text a{
    color: #ffde00;
    text-decoration: underline:
}

.text a:hover{
    text-decoration: underline;
}

.imgPrize{
    display: block;
    width:90%;
    max-width:848px;
    margin: 0 auto;
}

.contentsTitle {
    width: 98%;
    font-size: 20px;
    text-align: center;
    margin: 50px auto 30px auto;
    background: #ffde00;
    box-shadow: 0px 0px 0px 5px #ffde00;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    height: 30px;
}


.contentsSubTitle{
    position: relative;
    width: 120px;
    padding: 5px 26px 5px 42px;
    margin: 0 auto;
    background: #fff;
    font-size: 20px;
    color: #0e0e0e;
    line-height: 1.3;
    z-index:-2;
    text-align: center;
}

.contentsSubTitle.is-support{
    width: 420px;
}


.contentsSubTitle:before {
    position: absolute;
    content: '';
    left: -17px;
    top: 0px;
    border: none;
    border-left: solid 17px transparent;
    border-bottom: solid 36px white;
    z-index:-2
}

.contentsSubTitle:after {
    position: absolute;
    content: '';
    right: -17px;
    top: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 17px white;
    border-bottom: solid 36px transparent;
    z-index: -1;
}

.atte{
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 980px) {
    .contentsTitle {
        width: 90%;
        margin: 6% auto 5%;
        font-size: 17px;
        height: auto;
    }


    #maintheme .contentsTitle {
        width: 65%;
        margin: 4% auto 0 auto;
    }
    
    #movieArea .contentsTitle{
        width: 65%;
        margin: 14% auto 4% auto;
    }

}

@media (max-width: 640px) {

    
    .text{
        font-size: 3.2rem;

    }
    
    .contentsSubTitle{
        font-size: 14px;
        padding: 5px 5px 5px 5px;
    }
    .contentsSubTitle.is-support{
        width: 300px;
    }
    

    .contentsSubTitle:before {
        position: absolute;
        content: '';
        left: -13px;
        top: 0px;
        border: none;
        border-left: solid 13px transparent;
        border-bottom: solid 28px white;
        z-index:-2
    }

    .contentsSubTitle:after {
        position: absolute;
        content: '';
        right: -13px;
        top: 0px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 13px white;
        border-bottom: solid 28px transparent;
        z-index: -1;
    }


}

@media (max-width: 320px) {
    .contentsTitle{
        font-size:16px;
        height:20px;
    }
    .contentsSubTitle{
        font-size: 12px;
    }
    
    .contentsSubTitle.is-support{
        width: 260px;
    }
    .contentsSubTitle:before {
        position: absolute;
        content: '';
        left: -13px;
        top: 0px;
        border: none;
        border-left: solid 13px transparent;
        border-bottom: solid 25px white;
        z-index:-2
    }

    .contentsSubTitle:after {
        position: absolute;
        content: '';
        right: -13px;
        top: 0px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 13px white;
        border-bottom: solid 25px transparent;
        z-index: -1;
    }
    
    .atte{
        font-size: 10px;
    }
}





/* ========================================================
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: 20px auto;
    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%;
    }

}



/* ========================================================
loading
======================================================== */
#loadingWrap {
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#loading {
    width: 250px;
    height: 250px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 101;
}


@media (max-width:640px) {
    #loading {
        width: 30%;
        height: 30%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 101;
    }
}



/* ========================================================
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;
    color: #fff;
    text-align: left;
}

.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: 230px;
    }

    .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;
}



.inner{
    width: 96%;
    padding: 2% 1%;
    margin: 0 auto;
}

.atteList {
 width: 96%; 
    padding: 0;
    padding-bottom: 4%;
    margin: 0 auto;
    font-weight: bold;
}

.atteList a{
    color: #ffde00;
    text-decoration: underline;
}

.atteTitle{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.atteList li{
    font-size: 16px;
    line-height: 32px;
    list-style: none;
}

.pt4{
    padding-top: 4%;
}

.btn-follow{
    width: 300px;
    margin: 2% auto 4% auto;
    padding: 5px;
    border-radius: 30px;      
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;
    border: solid #000 4px;
    box-shadow: 8px 8px 0px 0px #000;
    background: #1da1f2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s all ease 0s;
}

a:hover .btn-follow{
    transform: translate3d(0, 3px, 0);
    -webkit-transform: translate3d(0, 3px, 0);
    box-shadow: none;
}

.btn-follow img{
    width:13%;
    display: inline-block;
    vertical-align: middle;
}

.btnOfficial{
    width: 60%;
    max-width: 343px;
    margin: 0 auto;
    margin-top: 10%;
}

.btnOfficial a:hover img,
.tableCell.-banner a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


@media (max-width: 980px) {  
    
    .tableTitle{
        font-size: 20px;

    }
    .tableWrap{
        font-size: 14px;

    } 
    .tableCell{
        width:30%;
    }
}
@media (max-width: 640px) {  
    
    .btn-follow{
        width: 260px;
        margin: 2% auto 6% auto;
        padding: 3px;
        border-radius: 30px;      
        -webkit-border-radius: 30px;  
        -moz-border-radius: 30px;
        border: solid #000 4px;
        box-shadow: 6px 6px 0px 0px #000;
        background: #1da1f2;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        transition: 0.2s all ease 0s;
    }

    .inner{
        width: 96%;
        padding: 2% 1%;
        margin: 0 auto;
    }

    .atteTitle{
        font-size: 2.2rem;
        text-align: center;
    }

    .atteList li{
        font-size: 2.2rem;
        line-height: normal;
        list-style: none;
    }
    .atte{
        font-size: 2.2rem;  
    }
}
/* ========================================================
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;
}

.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;
}


.text-pink{
    color: #ff40a0; 
}

.text-yellow{
    color: #ffde00; 
}

.text-center{
    text-align: center;
}

.mainEndText {
    width: 55%;
    max-width: 544px;
    top: 99%;
    left: 23%;
    z-index: 20;
}

