#peanuts_sports .peanuts_sports_mv_wrapper .peanuts_sports_mv
{
    text-align: center;
}

#peanuts_sports .peanuts_sports_container
{
    padding-top: 30px;

    background: url(/assets2/feature/peanuts_sports/sp/images/bg.png) no-repeat center top;
    background-size: 100%;
}

#peanuts_sports .peanuts_sports_lt
{
    margin-bottom: 50px;
    padding: 0 15%;

    text-align: center;
}

@media screen and (max-width: 660px)
{
    #peanuts_sports .peanuts_sports_lt
    {
        margin-bottom: 30px;
    }
}

#peanuts_sports .peanuts_sports_anchorList_wrapper
{
    padding: 0 5%;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 105%;
    margin-left: -5%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li
{
    width: 45%;
    margin-left: 5%;

    border: 2px solid #333;
    border-width: 2px 0 2px;
    background: #fff;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li:nth-of-type(n+3)
{
    border-width: 0 0 2px;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li a .peanuts_sports_anchorList_ttl,
#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li a .peanuts_sports_anchorList_img
{
    width: 50%;
}

#peanuts_sports .peanuts_sports_anchorList_wrapper .peanuts_sports_anchorList li a .peanuts_sports_anchorList_ttl
{
    font-family: 'uqb';
    font-weight: 700;

    color: #000;
}

#peanuts_sports .peanuts_sports_thumbList_inner
{
    overflow: hidden;

    padding: 0 0;
}

#peanuts_sports .peanuts_sports_thumbList
{
    display: block;

    padding: 0 5%;
}

#peanuts_sports .peanuts_sports_thumbList li
{
    position: relative;

    border: 1px solid #333;
    background: #fff;
}

#peanuts_sports .peanuts_sports_thumbList li:nth-of-type(n+1)
{
    margin-top: 50px;
}

#peanuts_sports .peanuts_sports_thumbList li:nth-of-type(n+1) a.peanuts_sports_thumbList_anch
{
    display: block;

    margin-top: -80px;
    padding-top: 80px;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break
{
    margin-top: 70px;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break::before
{
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 50%;

    display: block;

    width: 120%;
    height: 50px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background: #333;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-pink::before
{
    background-color: #f4b3c8;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-orange::before
{
    background-color: #f6af74;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-yellow::before
{
    background-color: #fff000;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-green::before
{
    background-color: #82cddb;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-blue::before
{
    background-color: #97caee;
}

#peanuts_sports .peanuts_sports_thumbList li.peanuts_sports_thumbList_break.peanuts_sports_thumbList_break-purple::before
{
    background-color: #bbbcde;
}

#peanuts_sports .peanuts_sports_thumbList li dl dt
{
    font-size: 25px;
    font-size: 2.5rem;

    padding: .5em 0;

    text-align: center;
}

#peanuts_sports .peanuts_sports_thumbList li dl dt span
{
    font-family: 'uqb';
    font-weight: 700;

    color: #001d5e;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_img
{
    background: #e9e8e7;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_img img
{
    width: 100%;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button
{
    padding: 20px 30px;
}

@media screen and (max-width: 374px)
{
    #peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button
    {
        padding: 20px 20px;
    }
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    margin: 0 auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 660px)
{
    #peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper
    {
        max-width: 300px;
    }
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button
{
    overflow: hidden;

    width: 4em;
    height: 4em;
    margin: 0 15px;

    white-space: nowrap;
    text-indent: 100%;

    border-radius: 50%;
    background: #333;
}

@media screen and (max-width: 374px)
{
    #peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button
    {
        width: 3.5em;
        height: 3.5em;
    }
}

@media screen and (max-width: 660px)
{
    #peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button:nth-of-type(n+4)
    {
        margin-top: 20px;
    }
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-pink
{
    background: #f4b3c8;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-orange
{
    background: #f6af74;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-yellow
{
    background: #fff000;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-green
{
    background: #82cddb;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-blue
{
    background: #97caee;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-purple
{
    background: #bbbcde;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button.is-active
{
    border: 4px solid #4c4c4c;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_next
{
    padding: 15px;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_next_button
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;

    display: block;

    padding: .8em;

    text-align: center;

    color: #001d5e;
    border: 2px solid #001d5e;
}

#peanuts_sports .peanuts_sports_thumbList li .peanuts_sports_thumbListPageTop {
    position: absolute;
    bottom:-2em;
    right:0;
    z-index: 1;
}

#peanuts_sports #peanuts_sports_character
{
    display: block;

    margin-top: -50px;
    padding-top: 50px;
}