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

.accordion
{
    width: 100%;
}

.accordion .accordion-title
{
    position: relative;
    background-image: url(./../img/sp/accordion/accordion_bg.png);
    width: 100%;
    height: 50px;
    background-size: 2px 50px;
    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: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    text-indent: 200% !important;
}

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

.accordion .accordion-title.opened::after
{
    background-image: url(./../img/sp/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);
    background-size: 50%;
}

nav
{
    z-index: 100;
}

nav .btn-nav-open
{
    position: fixed;
    right: 9px;
    top: 9px;
    display: block;
    width: 59.5px;
    height: 59px;
    background-image: url("./../img/sp/nav/header/btn_open.png");
    background-repeat: no-repeat;
    background-size: 59.5px 59px;
    background-position: 0px 0px;
    display: none;
    opacity: 0;
    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;
    -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: 78.5px;
    position: relative;
}

nav .wrap-opened .nav-header .logo-monst
{
    display: block;
    width: 68px;
    height: 49px;
    background-image: url("./../img/sp/nav/header/logo_monst.png");
    background-repeat: no-repeat;
    background-size: 68px 49px;
    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: 59.5px;
    height: 59px;
    background-image: url("./../img/sp/nav/header/btn_close.png");
    background-repeat: no-repeat;
    background-size: 59.5px 59px;
    background-position: 0px 0px;
    position: absolute;
    right: 9px;
    top: 9px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

nav .wrap-opened .sns
{
    position: relative;
    width: 100%;
    padding: 24px 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: 92.5px;
    height: 92px;
    background-image: url("./../img/sp/sns/line.png");
    background-repeat: no-repeat;
    background-size: 92.5px 92px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

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

nav ul.list-nav li,
#footer-nav ul.list-nav li
{
    position: relative;
}

nav ul.list-nav li .new-attention,
  #footer-nav ul.list-nav li .new-attention
{
    display: block;
    width: 34.27px;
    height: 33.8975px;
    background-image: url("./../img/sp/nav/new_bg.png");
    background-repeat: no-repeat;
    background-size: 34.27px 33.8975px;
    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: 23.4675px;
    height: 23.4675px;
    background-image: url("./../img/sp/nav/new.png");
    background-repeat: no-repeat;
    background-size: 23.4675px 23.4675px;
    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: 136px;
    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: 11px;
    top: 0px;
}

nav ul.list-nav li .top,
  #footer-nav ul.list-nav li .top
{
    display: block;
    width: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/top.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event01.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event02.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event03.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event04.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event05.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event06.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event07.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event08.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event09.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/event10.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    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: 320px;
    height: 105px;
    background-image: url("./../img/sp/nav/comingsoon.jpg");
    background-repeat: no-repeat;
    background-size: 320px 105px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#footer-nav
{
    z-index: 1;
}

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

#app
{
    padding-top: 37px;
    z-index: 1;
}

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

#app .area-ryuheisan
{
    width: 100%;
    height: 233px;
    position: relative;
}

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

#app .wrap-app-btn
{
    height: 62px;
    position: relative;
}

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

#app .wrap-app-btn .btn-startup
{
    display: block;
    width: 160.5px;
    height: 62px;
    background-image: url("./../img/sp/app/btn_startup.png");
    background-repeat: no-repeat;
    background-size: 160.5px 62px;
    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: 160.5px;
    height: 62px;
    background-image: url("./../img/sp/app/btn_install.png");
    background-repeat: no-repeat;
    background-size: 160.5px 62px;
    background-position: 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#kv .wrap-app-btn
{
    height: 62px;
    position: relative;
}

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

#kv .wrap-app-btn .btn-startup
{
    display: block;
    width: 160.5px;
    height: 62px;
    background-image: url("./../img/sp/app/btn_startup.png");
    background-repeat: no-repeat;
    background-size: 160.5px 62px;
    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: 160.5px;
    height: 62px;
    background-image: url("./../img/sp/app/btn_install.png");
    background-repeat: no-repeat;
    background-size: 160.5px 62px;
    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: 320px;
    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: 16px;
}

#tvcm .slider ul li,
    #trailer .slider ul li
{
    outline: none;
    display: inline-block;
}

#tvcm .slider ul li a,
      #trailer .slider ul li a
{
    display: block;
    position: relative;
    outline: none;
}

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

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

#tvcm .slider ul li a p,
        #trailer .slider ul li a p
{
    width: 240px;
    color: #FFF;
    font-size: 1em;
    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: 9px;
}

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

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

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

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

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

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

footer .wrap
{
    width: 100%;
    height: 677.5px;
    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 .ryuheisan
{
    display: block;
    width: 103.5px;
    height: 146px;
    background-image: url("./../img/sp/sns/ryuheisan.png");
    background-repeat: no-repeat;
    background-size: 103.5px 146px;
    background-position: 0px 0px;
    position: absolute;
    left: 43px;
    top: 58px;
}

footer .wrap .sns .shout
{
    position: absolute;
    right: 73px;
    top: 86px;
    width: 99px;
    height: 38px;
}

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

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

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

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

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

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

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

footer .wrap .external
{
    margin: 31px 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 5px 5px;
}

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

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

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

footer .wrap .external ul.list-official
{
    text-align: center;
    margin: 12px 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: 135px;
    height: 36px;
    background-image: url("./../img/sp/footer/official_line.png");
    background-repeat: no-repeat;
    background-size: 135px 36px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

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

footer .wrap .to-pagetop
{
    margin: 38px auto 0;
    display: block;
    width: 59.5px;
    height: 59px;
    background-image: url("./../img/sp/footer/to_pagetop.png");
    background-repeat: no-repeat;
    background-size: 59.5px 59px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

footer .download
{
    background-color: #FFF;
    width: 100%;
    min-height: 103.5px;
}

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

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

footer .download ul
{
    text-align: center;
    line-height: 0px;
    margin: 12px auto 0;
}

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

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

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

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

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

footer .xflag ul
{
    margin: 35px auto 0;
    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: 0.9em;
}

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