.pc
{
    display: none !important;
}

@-webkit-keyframes shake
{
    0%
    {
        -webkit-transform: translate3d(-6px, -2px, 0px);
        transform: translate3d(-6px, -2px, 0px);
    }

    10%
    {
        -webkit-transform: translate3d(3px, -3px, 0px);
        transform: translate3d(3px, -3px, 0px);
    }

    20%
    {
        -webkit-transform: translate3d(6px, 4px, 0px);
        transform: translate3d(6px, 4px, 0px);
    }

    30%
    {
        -webkit-transform: translate3d(-2px, 2px, 0px);
        transform: translate3d(-2px, 2px, 0px);
    }

    40%
    {
        -webkit-transform: translate3d(-5px, -4px, 0px);
        transform: translate3d(-5px, -4px, 0px);
    }

    50%
    {
        -webkit-transform: translate3d(5px, -2px, 0px);
        transform: translate3d(5px, -2px, 0px);
    }

    60%
    {
        -webkit-transform: translate3d(3px, 2px, 0px);
        transform: translate3d(3px, 2px, 0px);
    }

    70%
    {
        -webkit-transform: translate3d(-6px, 4px, 0px);
        transform: translate3d(-6px, 4px, 0px);
    }

    80%
    {
        -webkit-transform: translate3d(-3px, -2px, 0px);
        transform: translate3d(-3px, -2px, 0px);
    }

    100%
    {
        -webkit-transform: translate3d(3px, -4px, 0px);
        transform: translate3d(3px, -4px, 0px);
    }
}

@keyframes shake
{
    0%
    {
        -webkit-transform: translate3d(-6px, -2px, 0px);
        transform: translate3d(-6px, -2px, 0px);
    }

    10%
    {
        -webkit-transform: translate3d(3px, -3px, 0px);
        transform: translate3d(3px, -3px, 0px);
    }

    20%
    {
        -webkit-transform: translate3d(6px, 4px, 0px);
        transform: translate3d(6px, 4px, 0px);
    }

    30%
    {
        -webkit-transform: translate3d(-2px, 2px, 0px);
        transform: translate3d(-2px, 2px, 0px);
    }

    40%
    {
        -webkit-transform: translate3d(-5px, -4px, 0px);
        transform: translate3d(-5px, -4px, 0px);
    }

    50%
    {
        -webkit-transform: translate3d(5px, -2px, 0px);
        transform: translate3d(5px, -2px, 0px);
    }

    60%
    {
        -webkit-transform: translate3d(3px, 2px, 0px);
        transform: translate3d(3px, 2px, 0px);
    }

    70%
    {
        -webkit-transform: translate3d(-6px, 4px, 0px);
        transform: translate3d(-6px, 4px, 0px);
    }

    80%
    {
        -webkit-transform: translate3d(-3px, -2px, 0px);
        transform: translate3d(-3px, -2px, 0px);
    }

    100%
    {
        -webkit-transform: translate3d(3px, -4px, 0px);
        transform: translate3d(3px, -4px, 0px);
    }
}

.shake
{
    -webkit-animation: shake 0.09s linear 0s 2 normal;
    animation: shake 0.09s linear 0s 2 normal;
}

body
{
    background-color: #FFF;
    color: #1a364e;
    font-size: 12px;
}

.root
{
    position: relative;
}

@-webkit-keyframes fadein
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@keyframes fadein
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

.is-hide
{
    display: none !important;
}

.is-fadein
{
    opacity: 0;
    -webkit-animation: fadein 1s linear 0.15s;
    animation: fadein 1s linear 0.15s;
}

.slick-carousel .slick-prev, .slick-carousel .slick-next
{
    display: none !important;
}

.slick-carousel .slick-dots
{
    text-align: center;
    margin-top: 17px;
}

.slick-carousel .slick-dots li
{
    margin: 0 1px 0;
    display: inline-block !important;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("./../img/sp/common/bit.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 0px 0px;
}

.slick-carousel .slick-dots li.slick-active
{
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("./../img/sp/common/bit_focus.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 0px 0px;
}

.slick-carousel .slick-dots button
{
    color: transparent;
}

.campaign-ui
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: none;
}

.campaign-ui.hide .ui-foot
{
    -webkit-transform: translate(0, 77.5px);
    transform: translate(0, 77.5px);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.campaign-ui.show .ui-foot
{
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.campaign-ui .ui-foot
{
    display: block;
    position: fixed;
    left: 5px;
    bottom: 0px;
    width: 100%;
    height: 26px;
    background-position: left bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
}

.campaign-ui .ui-foot .btn-sound, .campaign-ui .ui-foot .btn-nav-open
{
    display: block !important;
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
    display: block;
    background-image: url("./../img/sp/ui/button_dl.png");
    background-repeat: no-repeat;
    background-size: 63.6px 96.6px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 64px;
    height: 97px;
}

.campaign-ui .ui-foot .on
{
    background-position: 0 -59px;
}

nav .wrap-opened
{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
    opacity: 0;
}

nav .wrap-opened .bg-layer
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0px;
    top: 0px;
}

nav .wrap-opened .nav-header
{
    width: 100%;
    height: 53px;
    position: relative;
    pointer-events: none;
}

nav .wrap-opened .nav-header .logo-collabo
{
    display: block;
    width: 184px;
    height: 17px;
    background-image: url("./../img/sp/ui/logo_collabo.png");
    background-repeat: no-repeat;
    background-size: 184px 17px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

nav .wrap-opened .nav-header .btn-nav-close
{
    display: block;
    background-image: url("./../img/sp/ui/close.png");
    background-repeat: no-repeat;
    background-size: 33.28px 33.28px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 80px;
    height: 80px;
    background-position: right 11px top 11px;
    pointer-events: auto;
}

nav ul.list-nav li:last-child
{
    padding-bottom: 20px;
}

nav ul.list-nav li
{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #000;
}

nav ul.list-nav li p
{
    width: 100%;
    height: 100%;
}

nav ul.list-nav li p.appicon
{
    display: block;
    background-image: url("./../img/sp/ui/app.png");
    background-repeat: no-repeat;
    background-size: 179.2px 72.53333px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li a
{
    width: 100%;
    height: 100%;
}

nav ul.list-nav li:nth-child(2) > a
{
    display: block;
    background-image: url("./../img/sp/ui/appstore.png");
    background-repeat: no-repeat;
    background-size: 281.6px 83.62667px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li:nth-child(3) > a
{
    display: block;
    background-image: url("./../img/sp/ui/googleplay.png");
    background-repeat: no-repeat;
    background-size: 281.6px 83.2px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li:nth-child(4) > a
{
    display: block;
    background-image: url("./../img/sp/ui/androidapk.png");
    background-repeat: no-repeat;
    background-size: 281.6px 83.2px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#kv
{
    position: relative;
    display: block;
    width: 320.0px;
    height: 558.08px;
    background-image: url("./../img/sp/kv/bg_kv.png");
    background-repeat: no-repeat;
    background-size: 320.0px 558.08px;
    background-position: 0px 0px;
}

#kv h1
{
    position: relative;
    top: 360px;
    display: block;
    width: 304.64px;
    height: 100.69333px;
    background-image: url("./../img/sp/kv/h1.png");
    background-repeat: no-repeat;
    background-size: 304.64px 100.69333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#kv .update
{
    position: absolute;
    top: 276px;
    right: 17px;
    display: block;
    width: 91.73333px;
    height: 91.73333px;
    background-image: url("./../img/sp/kv/update_kv.png");
    background-repeat: no-repeat;
    background-size: 91.73333px 91.73333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#kv .game-logo
{
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 74.24px;
    height: 54.18667px;
    background-image: url("./../img/sp/kv/game-logo.png");
    background-repeat: no-repeat;
    background-size: 74.24px 54.18667px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#kv .anime-logo
{
    position: absolute;
    top: 24px;
    right: 10px;
    display: block;
    width: 153.6px;
    height: 43.52px;
    background-image: url("./../img/sp/kv/anime-logo.png");
    background-repeat: no-repeat;
    background-size: 153.6px 43.52px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#kv .text_kv
{
    position: relative;
    top: 366px;
    display: block;
    background-image: url("./../img/sp/kv/text_kv.png");
    background-repeat: no-repeat;
    background-size: 300.8px 57.17333px;
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 58px;
}

#shinka
{
    position: relative;
    height: 1050px;
}

#shinka h2
{
    position: absolute;
    top: -43px;
    display: block;
    width: 320.0px;
    height: 168.53333px;
    background-image: url("./../img/sp/shinka/h2_shinka.png");
    background-repeat: no-repeat;
    background-size: 320.0px 168.53333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
    z-index: 2;
}

#shinka .inner
{
    position: absolute;
    top: 101px;
    display: block;
    width: 320.0px;
    height: 948.05334px;
    background-image: url("./../img/sp/shinka/bg_shinka.png");
    background-repeat: no-repeat;
    background-size: 320.0px 948.05334px;
    background-position: 0px 0px;
}

#shinka .inner .text_shinka
{
    position: absolute;
    top: 60px;
    left: 130px;
    display: block;
    width: 178.77333px;
    height: 53.33333px;
    background-image: url("./../img/sp/shinka/text_shinka.png");
    background-repeat: no-repeat;
    background-size: 178.77333px 53.33333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#shinka .inner .shinka-board
{
    position: absolute;
    top: 186px;
    display: block;
    width: 320.0px;
    height: 382.72px;
    background-image: url("./../img/sp/shinka/shinka-board.png");
    background-repeat: no-repeat;
    background-size: 320.0px 382.72px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#shinka .inner .quote_shinka
{
    position: absolute;
    top: 606px;
    display: block;
    width: 320.0px;
    height: 87.04px;
    background-image: url("./../img/sp/shinka/quote_shinka.png");
    background-repeat: no-repeat;
    background-size: 320.0px 87.04px;
    background-position: 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#character
{
    position: relative;
    height: 977px;
}

#character h2
{
    position: absolute;
    top: -44px;
    display: block;
    width: 320.0px;
    height: 168.53333px;
    background-image: url("./../img/sp/character/h2_character.png");
    background-repeat: no-repeat;
    background-size: 320.0px 168.53333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#character .inner
{
    position: absolute;
    top: 71px;
    display: block;
    width: 320.0px;
    height: 907.09334px;
    background-image: url("./../img/sp/character/bg_character.png");
    background-repeat: no-repeat;
    background-size: 320.0px 907.09334px;
    background-position: 0px 0px;
}

#character .inner .text_character
{
    position: absolute;
    top: 95px;
    left: 16px;
    display: block;
    width: 182.18667px;
    height: 94.29333px;
    background-image: url("./../img/sp/character/text_character.png");
    background-repeat: no-repeat;
    background-size: 182.18667px 94.29333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#character .inner h3
{
    position: absolute;
    top: 211px;
    display: block;
    width: 174.50667px;
    height: 40.96px;
    background-image: url("./../img/sp/character/h3_character.png");
    background-repeat: no-repeat;
    background-size: 174.50667px 40.96px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#character .inner .characters-area
{
    position: absolute;
    top: 267px;
    width: 320px;
}

#character .inner .characters-area #character_detail .detail
{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 320px;
}

#character .inner .characters-area #character_detail .detail .area-img
{
    position: relative;
    height: 445px;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo
{
    width: 100%;
    height: 445px;
    overflow: hidden;
    text-align: center;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo .slick-prev
{
    display: block;
    width: 23.89333px;
    height: 48.21333px;
    background-image: url("./../img/sp/character/slick_prev.png");
    background-repeat: no-repeat;
    background-size: 23.89333px 48.21333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: -90px;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo .slick-next
{
    display: block;
    width: 23.89333px;
    height: 48.21333px;
    background-image: url("./../img/sp/character/slick_next.png");
    background-repeat: no-repeat;
    background-size: 23.89333px 48.21333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: -90px;
    bottom: 0;
    margin: auto 0;
    z-index: 4;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo .slick-prev:hover, #character .inner .characters-area #character_detail .detail .area-img .img-collabo .slick-next:hover
{
    top: -86px;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo .slick-disabled
{
    display: none !important;
}

#character .inner .characters-area #character_detail .detail .area-img .img-collabo li
{
    width: 100%;
    height: 446px;
    outline: none;
    overflow: hidden;
    position: relative;
}

#character .inner .characters-area #character_detail .detail .character .kamika p, #character .inner .characters-area #character_detail .detail .character .shinka p, #character .inner .characters-area #character_detail .detail .character .normal p
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
}

#character .inner .characters-area #character_detail .detail .character .vis-anime
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 16px;
}

#character .inner .characters-area #character_detail .detail .character .vis-m
{
    position: relative;
    z-index: 2;
}

#character .inner .characters-area #character_detail .detail .character .name
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    top: 292px;
}

#character .inner .characters-area #character_detail .detail .character .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/get-secret.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
    z-index: 2;
    display: block;
    position: absolute;
    right: 14px;
    top: 339px;
}

#character .inner .characters-area #character_detail .detail .character .button:hover
{
    top: 340px;
}

#character .inner .characters-area #character_detail .detail .character01 .vis-anime
{
    display: block;
    width: 133.54667px;
    height: 86.18667px;
    background-image: url("./../img/sp/character/character01/normal/anime.png");
    background-repeat: no-repeat;
    background-size: 133.54667px 86.18667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .kamika .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character01/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .kamika .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character01/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .shinka0 .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character01/shinka/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .shinka0 .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character01/shinka/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character01/normal/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character01/normal/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character01 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/gacha.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .vis-anime
{
    display: block;
    width: 134.4px;
    height: 85.76px;
    background-image: url("./../img/sp/character/character02/normal/anime.png");
    background-repeat: no-repeat;
    background-size: 134.4px 85.76px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .kamika .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character02/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .kamika .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character02/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .shinka0 .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character02/shinka/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .shinka0 .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character02/shinka/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character02/normal/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character02/normal/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character02 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/gacha.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .vis-anime
{
    display: block;
    width: 133.97333px;
    height: 83.62667px;
    background-image: url("./../img/sp/character/character03/normal/anime.png");
    background-repeat: no-repeat;
    background-size: 133.97333px 83.62667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .kamika .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character03/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .kamika .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character03/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .shinka0 .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character03/shinka/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .shinka0 .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character03/shinka/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character03/normal/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character03/normal/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character03 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/quest.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .vis-anime
{
    display: block;
    width: 145.06667px;
    height: 86.18667px;
    background-image: url("./../img/sp/character/character04/normal/anime.png");
    background-repeat: no-repeat;
    background-size: 145.06667px 86.18667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .kamika .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character04/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .kamika .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character04/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .shinka0 .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character04/shinka/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .shinka0 .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character04/shinka/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character04/normal/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character04/normal/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character04 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/quest.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .vis-anime
{
    display: block;
    width: 145.06667px;
    height: 85.76px;
    background-image: url("./../img/sp/character/character05/normal/anime.png");
    background-repeat: no-repeat;
    background-size: 145.06667px 85.76px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .kamika .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character05/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .kamika .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character05/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .shinka0 .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character05/shinka/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .shinka0 .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character05/shinka/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character05/normal/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character05/normal/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character05 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/quest.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character06 .vis-anime
{
    display: block;
    width: 144.64px;
    height: 87.89333px;
    background-image: url("./../img/sp/character/character06/kamika/anime.png");
    background-repeat: no-repeat;
    background-size: 144.64px 87.89333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character06 .normal .vis-m
{
    display: block;
    width: 320.0px;
    height: 292.69334px;
    background-image: url("./../img/sp/character/character06/kamika/m.png");
    background-repeat: no-repeat;
    background-size: 320.0px 292.69334px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character06 .normal .name
{
    display: block;
    width: 320.0px;
    height: 123.30667px;
    background-image: url("./../img/sp/character/character06/kamika/name.png");
    background-repeat: no-repeat;
    background-size: 320.0px 123.30667px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .detail .character06 .button
{
    display: block;
    width: 62.29333px;
    height: 62.29333px;
    background-image: url("./../img/sp/character/gacha.png");
    background-repeat: no-repeat;
    background-size: 62.29333px 62.29333px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .list
{
    position: absolute;
    top: 346px;
    display: block;
    width: 320.0px;
    height: 168.96px;
    background-image: url("./../img/sp/character/bg_game-chara.png");
    background-repeat: no-repeat;
    background-size: 320.0px 168.96px;
    background-position: 0px 0px;
}

#character .inner .characters-area #character_detail .list dt
{
    margin: 0 20px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#character .inner .characters-area #character_detail .list .gacha dd
{
    margin-top: -16px;
}

#character .inner .characters-area #character_detail .list ul
{
    position: absolute;
    width: 290px;
    top: 0;
    left: 18px;
    font-size: 0;
}

#character .inner .characters-area #character_detail .list li
{
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    vertical-align: top;
    width: 62px;
    margin-right: 8px;
    height: 62px;
    text-align: center;
    z-index: 2;
}

#character .inner .characters-area #character_detail .list li:nth-child(1)
{
    top: 17px;
    left: 0px;
}

#character .inner .characters-area #character_detail .list li:nth-child(2)
{
    top: 17px;
    left: 74px;
}

#character .inner .characters-area #character_detail .list li:nth-child(3)
{
    top: 90px;
    left: 0px;
}

#character .inner .characters-area #character_detail .list li:nth-child(4)
{
    top: 90px;
    left: 74px;
}

#character .inner .characters-area #character_detail .list li:nth-child(5)
{
    top: 90px;
    left: 148px;
}

#character .inner .characters-area #character_detail .list li:nth-child(6)
{
    top: 90px;
    left: 222px;
}

#character .inner .characters-area #character_detail .list li p
{
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-position: 0 0;
    border-radius: 4px;
    box-shadow: 0px 2px;
}

#character .inner .characters-area #character_detail .list li p:hover, #character .inner .characters-area #character_detail .list li p:active
{
    margin-top: 2px;
    box-shadow: 0px 0px;
}

#character .inner .characters-area #character_detail .list li .character01
{
    background-image: url("./../img/sp/character/character01/list.png");
}

#character .inner .characters-area #character_detail .list li .character02
{
    background-image: url("./../img/sp/character/character02/list.png");
}

#character .inner .characters-area #character_detail .list li .character03
{
    background-image: url("./../img/sp/character/character03/list.png");
}

#character .inner .characters-area #character_detail .list li .character04
{
    background-image: url("./../img/sp/character/character04/list.png");
}

#character .inner .characters-area #character_detail .list li .character05
{
    background-image: url("./../img/sp/character/character05/list.png");
}

#character .inner .characters-area #character_detail .list li .character06
{
    background-image: url("./../img/sp/character/character06/list.png");
}

#game
{
    position: relative;
    height: 1205px;
}

#game h2
{
    position: absolute;
    top: -46px;
    display: block;
    width: 320.0px;
    height: 168.53333px;
    background-image: url("./../img/sp/game/h2_game.png");
    background-repeat: no-repeat;
    background-size: 320.0px 168.53333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#game .inner
{
    position: relative;
    top: 196px;
    display: block;
    width: 320.0px;
    height: 1009.92001px;
    background-image: url("./../img/sp/game/bg_game.png");
    background-repeat: no-repeat;
    background-size: 320.0px 1009.92001px;
    background-position: 0px 0px;
}

#game .inner .text_game
{
    position: absolute;
    top: -37px;
    left: 24px;
    display: block;
    width: 288.85334px;
    height: 141.22667px;
    background-image: url("./../img/sp/game/text_game.png");
    background-repeat: no-repeat;
    background-size: 288.85334px 141.22667px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#game .inner .quote1_game
{
    position: absolute;
    top: 136px;
    right: 0px;
    display: block;
    width: 303.36px;
    height: 186.02667px;
    background-image: url("./../img/sp/game/quote1_game.png");
    background-repeat: no-repeat;
    background-size: 303.36px 186.02667px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#game .inner .playable
{
    position: absolute;
    top: 389px;
    left: 43px;
    width: 230px;
    height: 270px;
    overflow: hidden;
}

#game .inner .playable canvas
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

#game .inner .playable .fixed
{
    width: 230px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./../../playable_ad/img/fixed/bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
    display: none;
    z-index: 10;
}

#game .inner .playable .fixed .btn-replay
{
    display: block;
    width: 40.5px;
    height: 40.5px;
    background-image: url("./../../playable_ad/img/fixed/replay.png");
    background-repeat: no-repeat;
    background-size: 40.5px 40.5px;
    background-position: 0px 0px;
    position: absolute;
    right: 8px;
    top: 8px;
}

#game .inner .playable .fixed .to-appstore
{
    display: block;
    width: 112.5px;
    height: 33px;
    background-image: url("./../../playable_ad/img/fixed/to_appstore.png");
    background-repeat: no-repeat;
    background-size: 112.5px 33px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 52px;
    margin: 0 auto;
}

#game .inner .playable .fixed .to-googlestore
{
    display: block;
    width: 112.5px;
    height: 33px;
    background-image: url("./../../playable_ad/img/fixed/to_googleplay.png");
    background-repeat: no-repeat;
    background-size: 112.5px 33px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 92px;
    margin: 0 auto;
}

#game .inner .playable .fixed .to-apk
{
    display: block;
    width: 112.5px;
    height: 33px;
    background-image: url("./../../playable_ad/img/fixed/to_apk.png");
    background-repeat: no-repeat;
    background-size: 112.5px 33px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 132px;
    margin: 0 auto;
}

#game .inner .playable .fixed .oragon
{
    display: block;
    width: 89px;
    height: 98px;
    background-image: url("./../../playable_ad/img/fixed/oragon.png");
    background-repeat: no-repeat;
    background-size: 89px 98px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#game .inner .quote2_game
{
    position: absolute;
    top: 687px;
    left: 81px;
    display: block;
    width: 162.98667px;
    height: 40.96px;
    background-image: url("./../img/sp/game/quote2_game.png");
    background-repeat: no-repeat;
    background-size: 162.98667px 40.96px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#game .inner .quote3_game
{
    position: absolute;
    top: 774px;
    left: 0;
    display: block;
    width: 210.77333px;
    height: 191.57333px;
    background-image: url("./../img/sp/game/quote3_game.png");
    background-repeat: no-repeat;
    background-size: 210.77333px 191.57333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#download
{
    position: relative;
    height: 1516px;
}

#download .inner
{
    position: absolute;
    top: -45px;
    display: block;
    width: 320px;
    height: 1562px;
    background-image: url("./../img/sp/download/bg_download.png");
    background-repeat: no-repeat;
    background-size: 320px 1562px;
    background-position: 0px 0px;
}

#download .inner h2
{
    position: absolute;
    top: 69px;
    left: 28px;
    display: block;
    width: 265.38667px;
    height: 45.22667px;
    background-image: url("./../img/sp/download/h2_download.png");
    background-repeat: no-repeat;
    background-size: 265.38667px 45.22667px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#download .inner .banner_detail
{
    position: absolute;
    top: 219px;
    left: 23px;
    display: block;
    width: 275.2px;
    height: 441.17334px;
    background-image: url("./../img/sp/download/banner_detail.png");
    background-repeat: no-repeat;
    background-size: 275.2px 441.17334px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#download .inner .active
{
    position: absolute;
    top: 680px;
    left: 80px;
    display: block;
    width: 158.29333px;
    height: 51.62667px;
    background-image: url("./../img/sp/download/active.png");
    background-repeat: no-repeat;
    background-size: 158.29333px 51.62667px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#download .inner .quote_download
{
    position: absolute;
    top: 757px;
    left: 46px;
    display: block;
    width: 223.14667px;
    height: 90.45333px;
    background-image: url("./../img/sp/download/quote_download.png");
    background-repeat: no-repeat;
    background-size: 223.14667px 90.45333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#download .inner .app
{
    position: absolute;
    top: 853px;
    left: 17px;
    display: block;
    width: 286.29334px;
    height: 282.45334px;
    background-image: url("./../img/sp/download/bg_app.png");
    background-repeat: no-repeat;
    background-size: 286.29334px 282.45334px;
    background-position: 0px 0px;
    padding: 177px 10px 0 10px;
}

#download .inner .app ul a
{
    display: block;
}

#download .inner .app ul .appstore
{
    display: block;
    width: 97.5px;
    height: 29px;
    background-image: url("./../img/sp/download/sp_ms_tw_download_appstore.png");
    background-repeat: no-repeat;
    background-size: 97.5px 29px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
}

#download .inner .app ul .appstore a
{
    width: 97.5px;
    height: 29px;
}

#download .inner .app ul .googleplay
{
    display: block;
    width: 82.5px;
    height: 29px;
    background-image: url("./../img/sp/download/sp_ms_tw_download_googleplay.png");
    background-repeat: no-repeat;
    background-size: 82.5px 29px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
}

#download .inner .app ul .googleplay a
{
    width: 82.5px;
    height: 29px;
}

#download .inner .app ul .androidapk
{
    display: block;
    width: 77.5px;
    height: 29px;
    background-image: url("./../img/sp/download/sp_ms_tw_download_androidapk.png");
    background-repeat: no-repeat;
    background-size: 77.5px 29px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
}

#download .inner .app ul .androidapk a
{
    width: 77.5px;
    height: 29px;
}

#download .inner .app .spec
{
    font-size: 8px;
    line-height: 14px;
    padding: 6px 18px 0 0;
}

#download .inner .to-pagetop
{
    position: absolute;
    left: 112px;
    bottom: 0;
    display: block;
    width: 95.14667px;
    height: 41.81333px;
    background-image: url("./../img/sp/footer/arrow_to-top.png");
    background-repeat: no-repeat;
    background-size: 95.14667px 41.81333px;
    background-position: 0px 0px;
    margin: 0 auto;
}

#footer
{
    position: relative;
    display: block;
    width: 320.0px;
    height: 733px;
    background-image: url("./../img/sp/footer/bg_footer.png");
    background-repeat: no-repeat;
    background-size: 320.0px 733px;
    background-position: 0px 0px;
}

#footer .share .facebook
{
    position: absolute;
    top: 76px;
    left: 130px;
    display: block;
    width: 60.58667px;
    height: 64.85333px;
    background-image: url("./../img/sp/footer/button_fb-share.png");
    background-repeat: no-repeat;
    background-size: 60.58667px 64.85333px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#footer #officialcontents
{
    position: absolute;
    top: 164px;
    width: 100%;
}

#footer #officialcontents ul.banner
{
    margin: 0 auto;
}

#footer #officialcontents ul.banner li
{
    margin: 16px auto;
    display: block;
}

#footer #officialcontents ul.banner li a
{
    display: block;
    height: 66.6px !important;
}

#footer #officialcontents ul.banner li:last-child
{
    margin: 16px auto 0 auto;
}

#footer #officialcontents ul.banner li.bnr_facebook
{
    display: block;
    width: 216px;
    height: 66.6px;
    background-image: url("./../img/sp/footer/bn_facebook.png");
    background-repeat: no-repeat;
    background-size: 216px 66.6px;
    background-position: 0px 0px;
}

#footer #officialcontents ul.banner li.official
{
    display: block;
    width: 216px;
    height: 66.6px;
    background-image: url("./../img/sp/footer/bn_offcial.png");
    background-repeat: no-repeat;
    background-size: 216px 66.6px;
    background-position: 0px 0px;
}

#footer #officialcontents ul.banner li.youtube
{
    display: block;
    width: 216px;
    height: 66.6px;
    background-image: url("./../img/sp/footer/bn_youtube.png");
    background-repeat: no-repeat;
    background-size: 216px 66.6px;
    background-position: 0px 0px;
}

#footer #xflag
{
    position: absolute;
    top: 452px;
    left: 35px;
    padding-bottom: 60px;
    width: 250px;
    text-align: center;
}

#footer #xflag .logo
{
    display: block;
    width: 85px;
    height: 99px;
    background-image: url("//xflag.com/tw/common/images/promotion_logo_xflag.png");
    background-repeat: no-repeat;
    background-size: 85px 99px;
    background-position: 0px 0px;
    margin: 30px auto 0;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#footer #xflag ul
{
    margin: 20px auto;
    text-align: center;
}

#footer #xflag ul li
{
    display: inline-block;
    margin: 0 5px 0;
}

#footer #xflag ul li a
{
    color: #FFF;
    text-decoration: underline;
    font-size: 10px;
}

#footer #xflag .spec
{
    color: #fff;
    font-size: 10px;
    line-height: 15px;
}

footer .copyright
{
    display: block;
    background-color: #fcff00;
    text-align: center;
    font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
    color: #04009c;
    font-size: 10px;
}

#dialog
{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    outline: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: auto;
}

#dialog .dialog-box
{
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

#dialog .dialog-box.firefox
{
    display: block;
    padding: 70px 0 0;
}

#dialog .bg-layer
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
}

#dialog .dialog-close
{
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 5;
    display: block;
    width: 23.4px;
    height: 23.4px;
    background-image: url("./../img/sp/ui/close.png");
    background-repeat: no-repeat;
    background-size: 23.4px 23.4px;
    background-position: 0px 0px;
    border-radius: 20px;
    border: 1px solid #aaa;
}

#dialog .dialog-contents
{
    margin-bottom: 40px;
}

#dialog .dialog-contents .character01
{
    background-image: url("./../img/sp/character/character01/list.png");
}

#dialog .dialog-contents .character02
{
    background-image: url("./../img/sp/character/character02/list.png");
}

#dialog .dialog-contents .character03
{
    background-image: url("./../img/sp/character/character03/list.png");
}

#dialog .dialog-contents .character04
{
    background-image: url("./../img/sp/character/character04/list.png");
}

#dialog .dialog-contents .character05
{
    background-image: url("./../img/sp/character/character05/list.png");
}

#dialog .dialog-contents .character06
{
    background-image: url("./../img/sp/character/character06/list.png");
}

#dialog .dialog-contents .chara
{
    display: none;
    background-position: top left;
    margin: 0 auto;
    position: relative;
}

#dialog .dialog-contents .chara .chara-wrap
{
    width: 100%;
    background-color: #fff;
    padding: 6px 0;
    margin: 0 auto 20px;
}

#dialog .dialog-contents .chara .chara-wrap .chara-icon
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    border-radius: 147px;
    margin: 0 auto;
}

#dialog .dialog-contents .chara .chara-wrap .chara-name
{
    width: 108px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 225px 86px;
    background-position: -58px -8px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    border-radius: 5px;
    margin: 0 auto;
}

#dialog .dialog-contents .chara .about-gacha, #dialog .dialog-contents .chara .about-quest, #dialog .dialog-contents .chara .schedule-gacha, #dialog .dialog-contents .chara .schedule-quest, #dialog .dialog-contents .chara .schedule-quest-2
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
}

#dialog .dialog-contents .chara .about-text, #dialog .dialog-contents .chara .schedule-text
{
    position: relative;
    margin: 0 auto 15px;
}

#dialog .dialog-contents .chara .about-text p, #dialog .dialog-contents .chara .schedule-text p
{
    padding-top: 8px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#dialog .dialog-contents .chara .about-text p span, #dialog .dialog-contents .chara .schedule-text p span
{
    display: block;
    width: 140px;
    margin: 0 auto 10px auto;
}

#dialog .dialog-contents .chara .about-text p span.center, #dialog .dialog-contents .chara .schedule-text p span.center
{
    margin: 0 auto;
}

#dialog .dialog-contents .chara .about-gacha
{
    display: block;
    width: 275.2px;
    height: 119.04px;
    background-image: url("./../img/sp/dialog/about-gacha.png");
    background-repeat: no-repeat;
    background-size: 275.2px 119.04px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara .about-quest
{
    display: block;
    width: 275.2px;
    height: 119.04px;
    background-image: url("./../img/sp/dialog/about-quest.png");
    background-repeat: no-repeat;
    background-size: 275.2px 119.04px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara .about-text, #dialog .dialog-contents .chara .schedule-text
{
    display: block;
    width: 275.2px;
    height: 117.76px;
    background-image: url("./../img/sp/dialog/bg_about-text.png");
    background-repeat: no-repeat;
    background-size: 275.2px 117.76px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara .schedule-gacha
{
    display: block;
    width: 275.2px;
    height: 119.04px;
    background-image: url("./../img/sp/dialog/schedule-gacha.png");
    background-repeat: no-repeat;
    background-size: 275.2px 119.04px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara .schedule-quest
{
    display: block;
    width: 275.2px;
    height: 119.04px;
    background-image: url("./../img/sp/dialog/schedule-quest.png");
    background-repeat: no-repeat;
    background-size: 275.2px 119.04px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara .schedule-quest-2
{
    display: block;
    width: 275.2px;
    height: 119.04px;
    background-image: url("./../img/sp/dialog/schedule-quest_2.png");
    background-repeat: no-repeat;
    background-size: 275.2px 119.04px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_01 .chara-icon
{
    display: block;
    width: 58.8px;
    height: 58.8px;
    background-image: url("./../img/sp/character/character01/list.png");
    background-repeat: no-repeat;
    background-size: 58.8px 58.8px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_01 .chara-name
{
    background-image: url(./../img/sp/character/character01/normal/name.png);
}

#dialog .dialog-contents .chara.chara_02 .chara-icon
{
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-image: url("./../img/sp/character/character02/list.png");
    background-repeat: no-repeat;
    background-size: 73.5px 73.5px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_02 .chara-name
{
    background-image: url(./../img/sp/character/character02/normal/name.png);
}

#dialog .dialog-contents .chara.chara_03 .chara-icon
{
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-image: url("./../img/sp/character/character03/list.png");
    background-repeat: no-repeat;
    background-size: 73.5px 73.5px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_03 .chara-name
{
    background-image: url(./../img/sp/character/character03/normal/name.png);
}

#dialog .dialog-contents .chara.chara_04 .chara-icon
{
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-image: url("./../img/sp/character/character04/list.png");
    background-repeat: no-repeat;
    background-size: 73.5px 73.5px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_04 .chara-name
{
    background-image: url(./../img/sp/character/character04/normal/name.png);
}

#dialog .dialog-contents .chara.chara_05 .chara-icon
{
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-image: url("./../img/sp/character/character05/list.png");
    background-repeat: no-repeat;
    background-size: 73.5px 73.5px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_05 .chara-name
{
    background-image: url(./../img/sp/character/character05/normal/name.png);
}

#dialog .dialog-contents .chara.chara_06 .chara-icon
{
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-image: url("./../img/sp/character/character06/list.png");
    background-repeat: no-repeat;
    background-size: 73.5px 73.5px;
    background-position: 0px 0px;
}

#dialog .dialog-contents .chara.chara_06 .chara-name
{
    background-image: url(./../img/sp/character/character06/kamika/name.png);
}

#dialog .dialog-contents .chara.conquerd
{
    background-position: right;
}
