.lyt-game
{
    position: relative;

    background-color: #ffda00;
}
.lyt-game .lyt-game-inner
{
    max-width: 1260px;
    height: 640px;
    margin: 0 auto;
    padding: 20px 20px;
}
@media screen and (max-width: 768px)
{
    .lyt-game .lyt-game-inner
    {
        max-width: 100%;
        height: auto;
        padding: 10px 25px 0;
    }
}
.lyt-game .lyt-game-inner .lyt-game-inner-body
{
    position: relative;

    height: 100%;
}
@media screen and (max-width: 768px)
{
    .lyt-game .lyt-game-inner .lyt-game-inner-body
    {
        height: auto;
    }
}

.box-countdown
{
    position: absolute;
    top: 5%;
    right: 5%;

    display: none; 

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .box-countdown
    {
        top: 0;
        right: 0;
    }
}
.box-countdown .text-01
{
    text-align: center;
}
@media screen and (max-width: 768px)
{
    .box-countdown .text-01
    {
        font-size: 10px;
    }
}
.box-countdown .warning
{
    color: #f91e1e;
}
.box-countdown .countdown
{
    font-size: 33px;
    line-height: 1;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .box-countdown .countdown
    {
        font-size: 11px;
    }
}

.box-content
{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 165px; 

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .box-content
    {
        width: auto;
        padding-top: 6px; 
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
}
.box-content .head
{
    font-size: 54px;

    display: inline-block;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .box-content .head
    {
        font-size: 28px;
    }
}
.box-content .txt-box
{
    line-height: 1.5;

    margin-bottom: 18px; 

    text-align: center;
}
.box-content .txt-box .txt-01
{
    font-size: 20px; 

    margin-bottom: 35px;
}
@media screen and (max-width: 768px)
{
    .box-content .txt-box .txt-01
    {
        font-size: 12px; 

        margin-bottom: 20px;
    }
}
.box-content .txt-box .txt-02
{
    margin-bottom: 35px;
}
@media screen and (max-width: 768px)
{
    .box-content .txt-box .txt-02
    {
        font-size: 12px; 

        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .box-content .txt-box .txt-03
    {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px)
{
    .box-content.inactive
    {
        padding-top: 30px;
    }
    .box-content .btn-retry
    {
        display: none;
    }
    .box-content .nav-btn-404-pc
    {
        display: none;
    }
    .box-content .nav-btn-404-sp li:before
    {
        top: 50%;

        margin-top: -8px;
    }
    .box-content .nav-btn-404-sp a
    {
        font-size: 12px;
    }
}
@media screen and (min-width: 769px)
{
    .box-content .nav-btn-404-sp
    {
        display: none;
    }
}

.btn-retry
{
    text-align: center;
}
.btn-retry a
{
    line-height: 1.3;

    display: block;

    box-sizing: border-box;
    width: 258px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 10px;

    -webkit-transition: width,height,font-size,margin,padding,background-color,text-decoration,color,border,.2s ease 0s;

    transition: width,height,font-size,margin,padding,background-color,text-decoration,color,border,.2s ease 0s;

    color: #534d2d; 
    border: 1px solid #d6b000;
    border-radius: 10px;
    background-color: #ffda00;
}
.btn-retry a:hover
{
    text-decoration: none; 

    background-color: #ffc600;
}

@media screen and (max-width: 768px)
{
    .box-game-pc
    {
        display: none;
    }
}

.box-game-pc
{
    width: 100%;
}
.box-game-pc .box-game-item
{
    position: absolute;

    display: none;
    overflow: hidden; 

    width: 84px;
    height: 84px;
}
.box-game-pc .box-game-item-link
{
    position: absolute;
    bottom: 5px;
    left: 18px; 

    display: block;

    width: 55px;
    height: 55px;
}
.box-game-pc .box-game-item-link.disabled
{
    cursor: default;
}
.box-game-pc .box-game-item--first,
.box-game-pc .box-game-item--over
{
    position: absolute;
    z-index: 90;
    right: 11.02941%;
    bottom: 9.53125%;

    display: none;
}
.box-game-pc .box-game-baloon
{
    line-height: 34px;

    position: absolute;
    z-index: 0;
    top: -83px;
    left: 50%;

    display: inline-block;

    width: auto;
    min-width: 115px;
    height: 60px;
    margin-left: -69px;
    padding: 12px 15px 8px;

    text-align: center;

    color: #19283c;
    background-image: url('/assets/img/bg/bg_baloon_404_pc.png');
    background-size: 145px 80px;
}
.box-game-pc .box-game-baloon .txt
{
    line-height: 1.5;
}
.box-game-pc .box-game-baloon--message
{
    display: none;
}
.box-game-pc .box-game-baloon--over
{
    display: none;

    cursor: pointer;
}
.box-game-pc .box-game-baloon--retry
{
    z-index: 99;
    top: -103px;

    cursor: pointer;
}
.box-game-pc .box-game-item-01
{
    bottom: 5.3125%; 
    left: 12.57353%;
}
.box-game-pc .box-game-item-02
{
    bottom: 9.0625%; 
    left: 26.17647%;
}
.box-game-pc .box-game-item-03
{
    bottom: 10.625%; 
    left: 71.76471%;
}
.box-game-pc .box-game-item-04
{
    bottom: 5.46875%; 
    left: 62.79412%;
}
.box-game-pc .box-game-item-05
{
    bottom: 14.53125%; 
    left: 86.98529%;
}
.box-game-pc .box-game-item-06
{
    bottom: 21.25%; 
    left: 4.85294%;
}
.box-game-pc .box-game-item-07
{
    bottom: 30%; 
    left: 15.88235%;
}
.box-game-pc .box-game-item-08
{
    bottom: 32.1875%; 
    left: 77.27941%;
}
.box-game-pc .box-game-item-09
{
    bottom: 39.6875%; 
    left: .58824%;
}
.box-game-pc .box-game-item-10
{
    z-index: 2; 
    bottom: 35.46875%;
    left: 86.69118%;
}
.box-game-pc .box-game-item-11
{
    bottom: 46.71875%; 
    left: 89.41176%;
}
.box-game-pc .box-game-item-12
{
    z-index: 2; 
    bottom: 54.6875%;
    left: 17.20588%;
}
.box-game-pc .box-game-item-13
{
    bottom: 56.71875%; 
    left: 3.82353%;
}
.box-game-pc .box-game-item-14
{
    z-index: 2; 
    bottom: 58.4375%;
    left: 68.89706%;
}
.box-game-pc .box-game-item-15
{
    bottom: 58.59375%; 
    left: 79.41176%;
}
.box-game-pc .box-game-item-16
{
    bottom: 44.53125%; 
    left: 10.80882%;
}
.box-game-pc .box-game-item-17
{
    z-index: 2; 
    bottom: 67.34375%;
    left: 91.83824%;
}
.box-game-pc .box-game-item-18
{
    bottom: 65.78125%; 
    left: 22.72059%;
}
.box-game-pc .box-game-item-19
{
    bottom: 76.25%; 
    left: 8.89706%;
}
.box-game-pc .box-game-item-20
{
    bottom: 86.25%; 
    left: 83.30882%;
}
.box-game-pc .box-game-item-21
{
    bottom: 77.03125%; 
    left: 26.61765%;
}
.box-game-pc .box-game-item-22
{
    z-index: 2; 
    bottom: 79.21875%;
    left: 46.76471%;
}
.box-game-pc .box-game-item-23
{
    z-index: 2; 
    bottom: 79.375%;
    left: 77.64706%;
}
.box-game-pc .box-game-item-24
{
    bottom: 80.9375%; 
    left: 66.76471%;
}
.box-game-pc .box-game-item-25
{
    z-index: 2; 
    bottom: 86.09375%;
    left: 20.22059%;
}
.box-game-pc .box-game-item-26
{
    bottom: 87.03125%; 
    left: 57.27941%;
}
.box-game-pc .box-game-item-27
{
    bottom: 87.1875%; 
    left: 36.98529%;
}
.box-game-pc .box-game-item-28
{
    bottom: 87.1875%; 
    left: 1.47059%;
}
.box-game-pc .box-game-item-29
{
    bottom: 3.125%; 
    left: 1.47059%;
}
.box-game-pc .box-game-item-30
{
    bottom: 3.125%; 
    left: 91.83824%;
}
.box-game-pc .box-game-item-inner
{
    position: absolute;
    top: -100px; 

    display: block;

    width: 84px;
    height: 184px;

    background: transparent url('/assets/img/icon/icon_box_miss_01.png') no-repeat 0 0;
    background-size: 84px 12880px;
}

@media screen and (min-width: 769px)
{
    .box-game-sp
    {
        display: none;
    }
}

.box-game-sp
{
    position: relative; 

    width: 100%;
    height: 220px;
}
.box-game-sp .btn-retry
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 6px;
    left: 0;

    width: 200px; 
    margin: auto;
}
.box-game-sp .btn-retry a
{
    width: 100%;
}
@media screen and (min-width: 769px)
{
    .box-game-sp .btn-retry
    {
        display: none;
    }
}
.box-game-sp .box-game-item
{
    position: absolute;

    display: none;
    overflow: hidden; 

    width: 42px;
    height: 42px;
}
.box-game-sp .box-game-item-link
{
    position: absolute;
    bottom: 2px;
    left: 8px; 

    display: block;

    width: 27px;
    height: 27px;
}
.box-game-sp .box-game-item-link.disabled
{
    cursor: default;
}
.box-game-sp .box-game-item--first,
.box-game-sp .box-game-item--over
{
    position: absolute;
    z-index: 90;
    bottom: 41.07579%;
    left: 45.78125%;

    display: none;
}
.box-game-sp .box-game-baloon
{
    line-height: 34px;

    position: absolute;
    z-index: 0; 
    top: -50px;
    left: 50%;

    display: inline-block;

    width: auto;
    min-width: 85px;
    height: 25px;
    margin-left: -51px;
    padding: 5px 10px;

    text-align: center;

    color: #19283c;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .15);
}
.box-game-sp .box-game-baloon:after
{
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -7px;

    content: '';

    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.box-game-sp .box-game-baloon .txt
{
    font-size: 10px;
    line-height: 1.2;
}
.box-game-sp .box-game-baloon--message
{
    display: none;
}
.box-game-sp .box-game-baloon--over
{
    display: none;

    cursor: pointer;
}
.box-game-sp .box-game-baloon--retry
{
    z-index: 99;
    top: -55px;

    cursor: pointer;
}
.box-game-sp .box-game-item-sp-01
{
    bottom: 2.44499%; 
    left: 43.90625%;
}
.box-game-sp .box-game-item-sp-02
{
    bottom: 7.33496%; 
    left: 5.46875%;
}
.box-game-sp .box-game-item-sp-03
{
    bottom: 9.77995%; 
    left: 70.625%;
}
.box-game-sp .box-game-item-sp-04
{
    bottom: 26.89487%; 
    left: 80.46875%;
}
.box-game-sp .box-game-item-sp-05
{
    bottom: 37.89731%; 
    left: 30.46875%;
}
.box-game-sp .box-game-item-sp-06
{
    bottom: 42.05379%; 
    left: 11.5625%;
}
.box-game-sp .box-game-item-sp-07
{
    z-index: 2; 
    bottom: 44.25428%;
    left: 69.375%;
}
.box-game-sp .box-game-item-sp-08
{
    bottom: 59.4132%; 
    left: 56.09375%;
}
.box-game-sp .box-game-item-sp-09
{
    z-index: 2; 
    bottom: 65.03667%;
    left: 27.8125%;
}
.box-game-sp .box-game-item-sp-10
{
    bottom: 61.12469%; 
    left: 80.46875%;
}
.box-game-sp .box-game-item-sp-11
{
    z-index: 2; 
    bottom: 73.34963%;
    left: 5.46875%;
}
.box-game-sp .box-game-item-sp-12
{
    z-index: 2; 
    bottom: 78.97311%;
    left: 71.875%;
}
.box-game-sp .box-game-item-sp-13
{
    z-index: 2; 
    bottom: 78.97311%;
    left: 45.3125%;
}
.box-game-sp .box-game-item-sp-14
{
    z-index: 2; 
    bottom: 12.22494%;
    left: 25.78125%;
}
.box-game-sp .box-game-item-sp-15
{
    z-index: 2; 
    bottom: 24.69438%;
    left: 56.875%;
}
.box-game-sp .box-game-item-inner
{
    position: absolute;
    top: -50px; 

    display: block;

    width: 42px;
    height: 92px;

    background: transparent url('/assets/img/icon/icon_box_miss_01.png') no-repeat 0 0;
    background-size: 42px 6440px;
}

.box-anime-01
{
    display: block;
    overflow: hidden;

    width: 81px;
    height: 76px;

    -webkit-animation: sprite-intro 6s steps(145) 0s forwards;

            animation: sprite-intro 6s steps(145) 0s forwards; 

    background: transparent url('/assets/img/icon/icon_box_intro_01.png') no-repeat 0 0;
    background-size: 81px 10944px;
}
@media screen and (max-width: 768px)
{
    .box-anime-01
    {
        width: 40.5px;
        height: 38px; 

        -webkit-animation: sprite-intro-sp 6s steps(145) 0s forwards; 

                animation: sprite-intro-sp 6s steps(145) 0s forwards;

        background-size: 40.5px 5472px;
    }
}

@-webkit-keyframes sprite-intro
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -11020px;
    }
}

@keyframes sprite-intro
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -11020px;
    }
}

@-webkit-keyframes sprite-intro-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -5510px;
    }
}

@keyframes sprite-intro-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -5510px;
    }
}

.box-game-pc .box-anime-02
{
    overflow: visible !important;
}
.box-game-pc .box-anime-02 .box-game-item-inner
{
    display: block;
    overflow: hidden;

    width: 84px;
    height: 184px;

    -webkit-animation: sprite-miss 3s steps(69) 0s forwards;

            animation: sprite-miss 3s steps(69) 0s forwards; 

    background: transparent url('/assets/img/icon/icon_box_miss_01.png') no-repeat 0 0;
    background-size: 84px 12880px;
}

@-webkit-keyframes sprite-miss
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -12696px;
    }
}

@keyframes sprite-miss
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -12696px;
    }
}

.box-game-sp .box-anime-02
{
    overflow: visible !important;
}
.box-game-sp .box-anime-02 .box-game-item-inner
{
    display: block;
    overflow: hidden;

    width: 42px;
    height: 92px;

    -webkit-animation: sprite-miss-sp 2.9s steps(69) 0s forwards;

            animation: sprite-miss-sp 2.9s steps(69) 0s forwards; 

    background: transparent url('/assets/img/icon/icon_box_miss_01.png') no-repeat 0 0;
    background-size: 42px 6440px;
}

@-webkit-keyframes sprite-miss-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -6348px;
    }
}

@keyframes sprite-miss-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -6348px;
    }
}

.box-game-pc .box-anime-03
{
    overflow: visible !important;
}
.box-game-pc .box-anime-03 .box-game-item-inner
{
    display: block;
    overflow: hidden;

    width: 84px;
    height: 184px;

    -webkit-animation: sprite-hit 3s steps(71) 0s forwards;

            animation: sprite-hit 3s steps(71) 0s forwards; 

    background: transparent url('/assets/img/icon/icon_box_hit_01.png') no-repeat 0 0;
    background-size: 84px 13248px;
}

@-webkit-keyframes sprite-hit
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -13064px;
    }
}

@keyframes sprite-hit
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -13064px;
    }
}

.box-game-sp .box-anime-03
{
    overflow: visible !important;
}
.box-game-sp .box-anime-03 .box-game-item-inner
{
    display: block;
    overflow: hidden;

    width: 42px;
    height: 92px;

    -webkit-animation: sprite-hit-sp 3s steps(71) 0s forwards;

            animation: sprite-hit-sp 3s steps(71) 0s forwards; 

    background: transparent url('/assets/img/icon/icon_box_hit_01.png') no-repeat 0 0;
    background-size: 42px 6624px;
}

@-webkit-keyframes sprite-hit-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -6532px;
    }
}

@keyframes sprite-hit-sp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -6532px;
    }
}
