/* ----------------------------------------------------------------------
	
	新人騎手 トップ
	
---------------------------------------------------------------------- */

.anchor_block .img_line_list.col4 > .item { padding: 10px 5px; }

.anchor_block .img_line_list > .item .wrap a {
    display: block;
    text-decoration: none;
    position: relative;
}

.no-touch .anchor_block .img_line_list > .item .wrap a .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid rgba(38,131,0,0.5);
    z-index: 1;
    display: none;
}

.no-touch .anchor_block .img_line_list > .item .wrap a:focus { outline: none; }

.anchor_block .img_line_list > .item .wrap a:focus .hover,
.no-touch .anchor_block .img_line_list > .item .wrap a:hover .hover {
    display: block;
    animation: focus_in 0.3s ease-in-out;
    animation-fill-mode: forwards;
}

.anchor_block .img_line_list > .item .wrap a:focus .hover{
    display: block;
    animation: focus_in 0.3s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes focus_in {
    from { opacity: 0; transform: scale(1.1); }
    to { opacity: 1; transform: scale(1); }
}

.anchor_block .img_line_list > .item .wrap a .belt {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 2;
    
    font-weight: bold;
    font-size: 1.8rem;
    
    animation: belt_in 0.6s cubic-bezier(.175, .885,.32,1.275);
    animation-fill-mode: forwards;
}

.anchor_block .img_line_list > .item .wrap a .belt > span {
    position: relative;
    margin: 0 -1px;
    text-align: center;
    display: block;
    width: 100%;
    
    transform: rotate(-3deg) skew(-3deg);
    
    line-height: 1.2;
    padding: 4px 0;
}

.anchor_block .img_line_list > .item .wrap a .belt > span > span {
    display: block;
}

.anchor_block .img_line_list > .item .wrap a .belt.win > span {
    color: #333;
    background:#f0e800;
    background: rgba(240,232,0,0.9);
    text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 8px 0 0 0 rgba(240,232,0,0.8), -8px 0 0 0 rgba(240,232,0,0.8);
}

.anchor_block .img_line_list > .item .wrap a .belt.ride > span {
    color:#fff;
    background: #0017f0;
    background: rgba(0,23,240,0.9);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 8px 0 0 0 rgba(0,23,240,0.8), -8px 0 0 0 rgba(0,23,240,0.8);
}


@keyframes belt_in {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(210deg) translate(120px, -120px);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0) translate(0,0);
    }
}

.anchor_block .img_line_list > .item .wrap .cap {
    background-color: #333;
    background-color: #004d40;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.anchor_block .img_line_list > .item .wrap a:focus .cap,
.no-touch .anchor_block .img_line_list > .item .wrap a:hover .cap {
    background-color: #eee;
    color: #333;
}

.anchor_block .img_line_list > .item .wrap .img + .cap { margin-top: 0; }
.anchor_block .img_line_list > .item .wrap .cap i { margin-right: 0.5em; }


/* ----- バックナンバー ----- */
.bn-area { margin-top: 50px; }


/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    div.header_line { margin-bottom: 10px; }
    
    .anchor_block div.link_list.narrow > div > a { padding: 8px 5px; }
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    .anchor_block .img_line_list.col4 > .item { width: 25%; }
    .anchor_block .img_line_list > .item .wrap .cap { font-size: 1.4rem; }
    .anchor_block .img_line_list > .item .wrap a .win,
    .anchor_block .img_line_list > .item .wrap a .ride { font-size: 1.5rem; }
    
    .anchor_block .img_line_list > .item .wrap a .win > span {
        /*box-shadow: 0 1px 2px 0 rgb(0,0,0,20%), 4px 0 0 0 rgb(240,232,0,80%), -4px 0 0 0 rgb(240,232,0,80%);*/
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 4px 0 0 0 rgba(240,232,0,0.8), -4px 0 0 0 rgba(240,232,0,0.8) !important;
    }
    
    .anchor_block .img_line_list > .item .wrap a .ride > span {
        box-shadow: 0 1px 2px 0 rgb(0,0,0,20%), 4px 0 0 0 rgb(0,23,240,80%), -4px 0 0 0 rgb(0,23,240,80%) !important;
    }
    
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
    
    .anchor_block .img_line_list.col4 > .item { width: 33.333%; }
    
    .anchor_block div.link_list.narrow > div { width: 33.33%; }
    .anchor_block div.link_list.narrow > div > a { font-size: 1.2rem; padding: 8px; }
    
    /* --- バックナンバーエリア --- */
    .bn-area ul.link_list.multi.div5 > li { width: 33.333%; }
    
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    div.header_line > div.content { padding: 10px 0; }
    div.header_line > div.content > h1 > span.inner > span.txt span.cap { font-size: 1.2rem; margin-left: 0.2em; }
    
    .anchor_block .img_line_list.col4 > .item,
    .anchor_block .img_line_list.col3 > .item,
    .anchor_block .img_line_list.col2 > .item { width: 50%; }
    
    .anchor_block div.link_list.multi.div4 > div { width: 50%; float: left; }
    
    /* --- バックナンバーエリア --- */
    .bn-area ul.link_list.multi.div5 > li { width: 33.333%; float: left; }
    .bn-area ul.link_list.multi.div5 > li > a { text-align: center; font-size: 1.2rem; }
    
}


/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
}
