.sp
{
    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;
}

.accordion
{
    width: 100%;
}

.accordion .accordion-title
{
    background-image: url(./../img/pc/accordion/accordion_bg.png);
    width: 100%;
    height: 80px;
    background-size: 2px 80px;
    background-repeat: repeat-x;
    cursor: pointer;
}

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

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

.accordion .accordion-title h2
{
    position: relative;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 700px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    text-indent: 200% !important;
}

.accordion .accordion-title h2::after
{
    content: " ";
    display: block;
    background-image: url(./../img/pc/accordion/arrow_open.png);
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.accordion .accordion-title.opened h2::after
{
    background-image: url(./../img/pc/accordion/arrow_close.png);
}

.accordion .accordion-body
{
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
}

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

#area-footer
{
    background-image: url(./../img/sp/common/bg_pattern.jpg);
}

nav
{
    z-index: 100;
}

nav .btn-nav-open
{
    position: fixed;
    margin-right: -470px;
    right: 50%;
    top: 43px;
    display: block;
    width: 71.4px;
    height: 70.8px;
    background-image: url("./../img/sp/nav/header/btn_open.png");
    background-repeat: no-repeat;
    background-size: 71.4px 70.8px;
    background-position: 0px 0px;
    display: none;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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;
    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
{
    margin: 0 auto;
    width: 1000px;
    height: 157px;
    position: relative;
}

nav .wrap-opened .nav-header .logo-monst
{
    display: block;
    width: 136px;
    height: 98px;
    background-image: url("./../img/sp/nav/header/logo_monst.png");
    background-repeat: no-repeat;
    background-size: 136px 98px;
    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;
    width: 71.4px;
    height: 70.8px;
    background-image: url("./../img/sp/nav/header/btn_close.png");
    background-repeat: no-repeat;
    background-size: 71.4px 70.8px;
    background-position: 0px 0px;
    position: absolute;
    margin-right: -470px;
    right: 50%;
    top: 43px;
    cursor: pointer;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

nav .wrap-opened .sns
{
    position: relative;
    width: 100%;
    padding: 20px 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;
}

nav .wrap-opened .sns ul.list-btn li .line
{
    display: block;
    width: 120.25px;
    height: 119.6px;
    background-image: url("./../img/sp/sns/line.png");
    background-repeat: no-repeat;
    background-size: 120.25px 119.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: 120.25px;
    height: 119.6px;
    background-image: url("./../img/sp/sns/twitter.png");
    background-repeat: no-repeat;
    background-size: 120.25px 119.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: 120.25px;
    height: 119.6px;
    background-image: url("./../img/sp/sns/facebook.png");
    background-repeat: no-repeat;
    background-size: 120.25px 119.6px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav,
#footer-nav ul.list-nav
{
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}

nav ul.list-nav li,
  #footer-nav ul.list-nav li
{
    display: inline-block;
    position: relative;
    margin: 0 7px 16px;
}

nav ul.list-nav li .new-attention,
    #footer-nav ul.list-nav li .new-attention
{
    display: block;
    width: 68.54px;
    height: 67.795px;
    background-image: url("./../img/sp/nav/new_bg.png");
    background-repeat: no-repeat;
    background-size: 68.54px 67.795px;
    background-position: 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

@-webkit-keyframes jump
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    75%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    90%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jump
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    75%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    90%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

nav ul.list-nav li .new-attention .txt,
      #footer-nav ul.list-nav li .new-attention .txt
{
    display: block;
    width: 46.935px;
    height: 46.935px;
    background-image: url("./../img/sp/nav/new.png");
    background-repeat: no-repeat;
    background-size: 46.935px 46.935px;
    background-position: 0px 0px;
    position: absolute;
    left: 16.39px;
    top: 0px;
    -webkit-animation: jump 0.8s linear 0s infinite normal;
    animation: jump 0.8s linear 0s infinite normal;
    overflow: hidden;
    text-indent: 172px;
    white-space: nowrap;
}

nav ul.list-nav li .new-attention,
    #footer-nav ul.list-nav li .new-attention
{
    right: 1px;
    top: 1px;
}

nav ul.list-nav li .new-attention .txt,
      #footer-nav ul.list-nav li .new-attention .txt
{
    left: 21px;
    top: 0px;
}

nav ul.list-nav li .top,
    #footer-nav ul.list-nav li .top
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/top.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event01,
    #footer-nav ul.list-nav li .event01
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event01.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event02,
    #footer-nav ul.list-nav li .event02
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event02.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event03,
    #footer-nav ul.list-nav li .event03
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event03.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event04,
    #footer-nav ul.list-nav li .event04
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event04.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event05,
    #footer-nav ul.list-nav li .event05
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event05.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event06,
    #footer-nav ul.list-nav li .event06
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event06.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event07,
    #footer-nav ul.list-nav li .event07
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event07.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event08,
    #footer-nav ul.list-nav li .event08
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event08.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event09,
    #footer-nav ul.list-nav li .event09
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event09.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .event10,
    #footer-nav ul.list-nav li .event10
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/event10.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav ul.list-nav li .comingsoon,
    #footer-nav ul.list-nav li .comingsoon
{
    display: block;
    width: 480px;
    height: 157.5px;
    background-image: url("./../img/sp/nav/comingsoon.jpg");
    background-repeat: no-repeat;
    background-size: 480px 157.5px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#footer-nav
{
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

#footer-nav h4
{
    width: 100%;
    height: 100px;
    background-image: url(./../../common/img/sp/nav/h4_other.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 3px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#footer-nav ul.list-nav
{
    padding-bottom: 28px;
}

#app
{
    z-index: 1;
    position: relative;
}

#app .area-ryuheisan
{
    width: 700px;
    margin: 0 auto;
    height: 421px;
    position: relative;
}

#app .area-ryuheisan .ryuheisan
{
    display: block;
    width: 443.04px;
    height: 326.82px;
    background-image: url("./../img/sp/app/ryuheisan.png");
    background-repeat: no-repeat;
    background-size: 443.04px 326.82px;
    background-position: 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 63px;
    right: 0px;
    margin: 0 auto;
}

#app .wrap-app-btn
{
    margin: 0 auto;
    width: 500.76px;
    height: 96.72px;
    position: relative;
}

#app .wrap-app-btn .icon
{
    display: block;
    width: 117px;
    height: 117px;
    background-image: url("./../img/sp/app/icon_app.png");
    background-repeat: no-repeat;
    background-size: 117px 117px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    right: -4px;
    top: -118.56px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

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

#kv .wrap-app-btn
{
    margin: 0 auto;
    width: 500.76px;
    height: 96.72px;
    position: relative;
}

#kv .wrap-app-btn .icon
{
    display: block;
    width: 117px;
    height: 117px;
    background-image: url("./../img/sp/app/icon_app.png");
    background-repeat: no-repeat;
    background-size: 117px 117px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    right: -4px;
    top: -118.56px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

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

#tvcm,
#trailer
{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 63px 0 50px;
    box-sizing: content-box;
    margin: 0 auto 0;
}

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

#tvcm h2,
  #trailer h2
{
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto 0;
}

#tvcm .slider,
  #trailer .slider
{
    visibility: hidden;
    margin-top: 32px;
}

#tvcm .slider ul li,
    #trailer .slider ul li
{
    display: block;
    width: 100%;
    outline: none;
}

#tvcm .slider ul li a,
      #trailer .slider ul li a
{
    margin: 0 auto;
    display: block;
    width: 352px;
    position: relative;
    outline: none;
}

#tvcm .slider ul li a::after,
        #trailer .slider ul li a::after
{
    content: " ";
    display: block;
    width: 93px;
    height: 66px;
    background-image: url("./../img/sp/tvcm/icon_play.png");
    background-repeat: no-repeat;
    background-size: 93px 66px;
    background-position: 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    margin: 0 auto;
}

#tvcm .slider ul li a img,
        #trailer .slider ul li a img
{
    width: 352px;
    height: 198px;
    margin: 0 auto;
    border: solid 2px #FFF;
}

#tvcm .slider ul li a p,
        #trailer .slider ul li a p
{
    width: 352px;
    color: #FFF;
    font-size: 1.2em;
    margin: 5px auto 0;
    text-align: left;
}

#tvcm .slider ul .slick-prev, #tvcm .slider ul .slick-next,
    #trailer .slider ul .slick-prev,
    #trailer .slider ul .slick-next
{
    display: none !important;
}

#tvcm .slider ul .slick-dots,
    #trailer .slider ul .slick-dots
{
    text-align: center;
    margin-top: 18px;
}

#tvcm .slider ul .slick-dots li,
      #trailer .slider ul .slick-dots li
{
    display: inline-block !important;
    display: block;
    width: 33.6px;
    height: 33.6px;
    background-image: url("./../img/sp/tvcm/bit.png");
    background-repeat: no-repeat;
    background-size: 33.6px 33.6px;
    background-position: 0px 0px;
    cursor: pointer;
}

#tvcm .slider ul .slick-dots li.slick-active,
        #trailer .slider ul .slick-dots li.slick-active
{
    display: block;
    width: 33.6px;
    height: 33.6px;
    background-image: url("./../img/sp/tvcm/bit_focus.png");
    background-repeat: no-repeat;
    background-size: 33.6px 33.6px;
    background-position: 0px 0px;
}

#tvcm .slider ul .slick-dots button,
      #trailer .slider ul .slick-dots button
{
    cursor: pointer;
    color: transparent;
}

#tvcm h2
{
    display: block;
    width: 211.4px;
    height: 20.3px;
    background-image: url("./../img/sp/tvcm/h2.png");
    background-repeat: no-repeat;
    background-size: 211.4px 20.3px;
    background-position: 0px 0px;
}

#trailer h2
{
    display: block;
    width: 141.4px;
    height: 23.8px;
    background-image: url("./../img/sp/trailer/h2.png");
    background-repeat: no-repeat;
    background-size: 141.4px 23.8px;
    background-position: 0px 0px;
}

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

footer .wrap
{
    width: 100%;
    height: 686px;
    background-color: rgba(0, 0, 0, 0.4);
}

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

footer .wrap .sns
{
    position: relative;
    width: 1000px;
    height: 340px;
    margin: 0 auto;
}

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

footer .wrap .sns .ryuheisan
{
    display: block;
    width: 144.9px;
    height: 204.4px;
    background-image: url("./../img/sp/sns/ryuheisan.png");
    background-repeat: no-repeat;
    background-size: 144.9px 204.4px;
    background-position: 0px 0px;
    position: absolute;
    left: 127px;
    top: 65px;
}

footer .wrap .sns .shout
{
    position: absolute;
    left: 280px;
    top: 111px;
    width: 217px;
    height: 154px;
}

footer .wrap .sns .shout .shout-bg
{
    display: block;
    width: 217px;
    height: 154px;
    background-image: url("./../img/sp/sns/shout_bg.png");
    background-repeat: no-repeat;
    background-size: 217px 154px;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

footer .wrap .sns .shout .shout-txt
{
    display: block;
    width: 138.6px;
    height: 53.2px;
    background-image: url("./../img/sp/sns/shout_txt.png");
    background-repeat: no-repeat;
    background-size: 138.6px 53.2px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    left: 37px;
    top: 52px;
}

footer .wrap .sns ul.list-btn
{
    margin: 128px auto 0 357px;
    text-align: center;
}

footer .wrap .sns ul.list-btn li
{
    display: inline-block;
}

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

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

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

footer .wrap .external
{
    margin: 0px auto 0;
}

footer .wrap .external ul.list-bnr
{
    text-align: center;
}

footer .wrap .external ul.list-bnr li
{
    display: inline-block;
    line-height: 0;
    margin: 0 11px 5px;
}

footer .wrap .external ul.list-bnr li .monst-anime
{
    display: block;
    width: 271px;
    height: 108px;
    background-image: url("./../img/sp/footer/bnr_anime.png");
    background-repeat: no-repeat;
    background-size: 271px 108px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .wrap .external ul.list-bnr li .monst-movie
{
    display: block;
    width: 271px;
    height: 108px;
    background-image: url("./../img/sp/footer/bnr_movie.png");
    background-repeat: no-repeat;
    background-size: 271px 108px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .wrap .external ul.list-bnr li .monst-official
{
    display: block;
    width: 271px;
    height: 108px;
    background-image: url("./../img/sp/footer/bnr_official.png");
    background-repeat: no-repeat;
    background-size: 271px 108px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .wrap .external ul.list-official
{
    text-align: center;
    margin: 25px auto 0;
}

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

footer .wrap .external ul.list-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 .wrap .external ul.list-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 .wrap .to-pagetop
{
    margin: 26px auto 0;
    display: block;
    width: 71.4px;
    height: 70.8px;
    background-image: url("./../img/sp/footer/to_pagetop.png");
    background-repeat: no-repeat;
    background-size: 71.4px 70.8px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

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

footer .download h4
{
    margin: 15px 13px 0 0;
    display: block;
    width: 473px;
    height: 56px;
    background-image: url("./../img/sp/footer/download_h4.png");
    background-repeat: no-repeat;
    background-size: 473px 56px;
    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: 0px;
    margin: 13px auto 0 2px;
}

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

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

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

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

footer .xflag .logo
{
    display: block;
    width: 120px;
    height: 139px;
    background-image: url("./../img/sp/footer/logo_xflag.png");
    background-repeat: no-repeat;
    background-size: 120px 139px;
    background-position: 0px 0px;
    margin: 35px auto 0;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .xflag ul
{
    margin: 48px auto 0;
    text-align: center;
}

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

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

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