.sp
{
    display: none !important;
}

body
{
    background-color: #FFF;
    color: #FFF;
}

.root-bg
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
}

.alt
{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

.video-thumb
{
    margin: 0 auto;
    width: 485px;
}

.video-thumb .thumb
{
    display: block;
    width: 484px;
    height: 272px;
    position: relative;
}

.video-thumb .thumb img
{
    display: block;
    width: 100%;
    height: 100%;
}

.video-thumb .thumb::after
{
    content: " ";
    display: block;
    width: 86px;
    height: 60px;
    background-image: url(./../img/sp/common/icon_youtube.png);
    background-repeat: no-repeat;
    background-size: 86px 60px;
    background-position: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

.slick-carousel li, .slick-carousel a
{
    outline: none;
}

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

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

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

.slick-dots button
{
    color: transparent;
}

.slick-list
{
    width: 600px !important;
}

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

.ui.hide .ui-head
{
    -webkit-transform: translate(0, -155px);
    transform: translate(0, -155px);
    -webkit-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;
}

.ui.show .ui-head
{
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
    -webkit-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;
}

.ui .ui-head
{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 1000px;
    height: 75px;
    margin: 0 auto;
}

.ui .ui-head .btn-nav-open
{
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
    right: 0px;
    top: 47px;
    display: block;
    background-image: url("./../img/pc/nav/open.png");
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-position: center;
    width: 75px;
    height: 75px;
    background-position: 0 center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav .wrap-opened
{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 154, 217, 0.88);
    z-index: 100;
    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: 0;
    top: 0;
}

nav .wrap-opened .wrap-scroll
{
    width: 1000px;
    margin: 0 auto;
}

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

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

nav .wrap-opened .sns
{
    position: relative;
    width: 100%;
    padding: 66px 0;
    box-sizing: border-box;
    text-align: center;
}

nav .wrap-opened .sns ul.list-btn
{
    text-align: center;
}

nav .wrap-opened .sns ul.list-btn li
{
    display: inline-block;
    margin: 0 16px;
}

nav .wrap-opened .sns ul.list-btn li .line
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/line.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav .wrap-opened .sns ul.list-btn li .twitter
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/twitter.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav .wrap-opened .sns ul.list-btn li .facebook
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/facebook.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav
{
    width: 842px;
    margin: 0 auto;
}

nav ul.list-nav li
{
    position: relative;
    display: inline-block;
    width: 406px;
    margin: 3px 6px;
}

nav ul.list-nav li a.campaign
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_campaign.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

nav ul.list-nav li a.character
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_charachter.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

nav ul.list-nav li a.point
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_point.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

nav ul.list-nav li a.tvcm
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_tvcm.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

nav ul.list-nav li a.guide
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_guide.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

nav ul.list-nav li a.aruaru
{
    display: block;
    width: 406px;
    height: 96px;
    background-image: url("./../img/pc/nav/to_aruaru.png");
    background-repeat: no-repeat;
    background-size: 406px 96px;
    background-position: 0px 0px;
}

#pagetop
{
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 51px;
}

#pagetop .to-pagetop
{
    display: block;
    width: 75.48px;
    height: 75.48px;
    background-image: url("./../img/sp/pagetop/to_pagetop.png");
    background-repeat: no-repeat;
    background-size: 75.48px 75.48px;
    background-position: 0px 0px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

#pagetop:after
{
    content: " ";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #de0d3d;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
}

#app
{
    margin-top: 65px;
}

#app::before
{
    display: block;
    content: " ";
    clear: both;
    height: 0px;
    border-top: transparent solid 1px;
    width: 100%;
    margin-bottom: -1px;
}

#app .wrap
{
    z-index: 1;
    margin: 0 auto;
    width: 449.4px;
    height: 126px;
    position: relative;
}

#app .wrap .icon
{
    display: block;
    width: 90px;
    height: 90px;
    background-image: url("//xflag.com/common/images/monsterstrike_appicon.png");
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    border-radius: 18%;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#app .wrap .btn-startup
{
    display: block;
    width: 224px;
    height: 100.8px;
    background-image: url("./../img/sp/app/btn_startup.png");
    background-repeat: no-repeat;
    background-size: 224px 100.8px;
    background-position: 0px 0px;
    position: absolute;
    left: -3px;
    top: 100px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#app .wrap .btn-install
{
    display: block;
    width: 224px;
    height: 100.8px;
    background-image: url("./../img/sp/app/btn_install.png");
    background-repeat: no-repeat;
    background-size: 224px 100.8px;
    background-position: 0px 0px;
    position: absolute;
    right: -3px;
    top: 100px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer
{
    position: relative;
    width: 100%;
    z-index: 1;
}

footer .sns
{
    margin-top: 100px;
}

footer .sns ul
{
    text-align: center;
}

footer .sns ul li
{
    display: inline-block;
    margin: 0 17px;
}

footer .sns ul li .line
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/line.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .sns ul li .twitter
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/twitter.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .sns ul li .facebook
{
    display: block;
    width: 75.6px;
    height: 75.6px;
    background-image: url("./../img/sp/sns/facebook.png");
    background-repeat: no-repeat;
    background-size: 75.6px 75.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer #footer-menu
{
    margin: 31px auto 0;
}

footer #footer-menu ul.banner
{
    width: 716px;
    margin: 0 auto;
}

footer #footer-menu ul.banner::after
{
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0px;
}

footer #footer-menu ul.banner .guide
{
    display: block;
    width: 464px;
    height: 185.6px;
    background-image: url("./../../campaign/img/sp/mission2/banner/guide.png");
    background-repeat: no-repeat;
    background-size: 464px 185.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 10px auto 10px;
}

footer #footer-menu ul.banner .aruaru
{
    display: block;
    width: 464px;
    height: 185.6px;
    background-image: url("./../../campaign/img/sp/mission2/banner/aruaru.png");
    background-repeat: no-repeat;
    background-size: 464px 185.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 10px auto 10px;
}

footer #external
{
    margin: 40px auto 0;
}

footer #external ul.banner
{
    text-align: center;
    line-height: 0;
}

footer #external ul.banner li
{
    display: inline-block;
    line-height: 0;
    margin: 0 7px 0;
}

footer #external ul.banner li .monst-official
{
    margin-top: 12px;
    display: block;
    width: 276px;
    height: 84px;
    background-image: url("./../img/sp/footer/bnr_official.jpg");
    background-repeat: no-repeat;
    background-size: 276px 84px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer #external ul.banner li .doraeiga
{
    display: block;
    width: 276px;
    height: 84px;
    background-image: url("./../img/sp/footer/bnr_doraeiga.jpg");
    background-repeat: no-repeat;
    background-size: 276px 84px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer #external ul.sns-official
{
    text-align: center;
    margin-top: 32px;
    line-height: 0;
}

footer #external ul.sns-official li
{
    display: inline-block;
    line-height: 0;
    margin: 0 5px 0;
}

footer #external ul.sns-official li .twitter-official
{
    display: block;
    width: 271px;
    height: 72px;
    background-image: url("./../img/sp/footer/official_twitter.png");
    background-repeat: no-repeat;
    background-size: 271px 72px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer #external ul.sns-official li .line-official
{
    display: block;
    width: 270px;
    height: 72px;
    background-image: url("./../img/sp/footer/official_line.png");
    background-repeat: no-repeat;
    background-size: 270px 72px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .download
{
    margin-top: 22px;
    text-align: center;
    background-color: #FFF;
    width: 100%;
    min-height: 93px;
}

footer .download::before
{
    display: block;
    content: " ";
    clear: both;
    height: 0px;
    border-top: transparent solid 1px;
    width: 100%;
    margin-bottom: -1px;
}

footer .download .app_icon
{
    margin: 14px 0 0 8px;
    display: block;
    width: 58.4px;
    height: 57.6px;
    background-image: url("//xflag.com/common/images/monsterstrike_appicon.png");
    background-repeat: no-repeat;
    background-size: 58.4px 57.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
}

footer .download h4
{
    margin: 0 0 2px 4px;
    display: block;
    width: 421.6px;
    height: 50.4px;
    background-image: url("./../img/sp/footer/download_h4.png");
    background-repeat: no-repeat;
    background-size: 421.6px 50.4px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
}

footer .download ul
{
    display: inline-block;
    text-align: center;
    line-height: 0;
    margin: 6px 0 0 6px;
}

footer .download ul li
{
    display: inline-block;
    line-height: 0;
    margin: 0 2px 0;
}

footer .download ul li .app-store
{
    display: block;
    width: 155.2px;
    height: 53.6px;
    background-image: url("./../img/sp/footer/download_app.png");
    background-repeat: no-repeat;
    background-size: 155.2px 53.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .download ul li .google
{
    display: block;
    width: 155.2px;
    height: 53.6px;
    background-image: url("./../img/sp/footer/download_google.png");
    background-repeat: no-repeat;
    background-size: 155.2px 53.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .download ul li .amazon
{
    display: block;
    width: 155.2px;
    height: 53.6px;
    background-image: url("./../img/sp/footer/download_amazon.png");
    background-repeat: no-repeat;
    background-size: 155.2px 53.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .xflag
{
    background-color: #199ad9;
    padding: 41px 0 37px;
}

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

footer .xflag ul
{
    margin: 42px auto 44px;
    text-align: center;
}

footer .xflag ul li
{
    display: inline-block;
    margin: 0 8px 0;
}

footer .xflag ul li a
{
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.3em;
}

footer .xflag .copyright
{
    margin: 0 auto 5px;
    display: block;
    text-align: center;
    font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
    color: #ffffff;
    font-size: 1.2em;
}
