.members_area .inner{
    max-width: 1100px;
    padding: 60px 0;
}
.members_area .r_til{
    padding: 0;
    margin-bottom: 40px;
    color: #E6001B;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}
.members_area .exp{
    margin-bottom: 30px;
    text-align: left;
}
.members_area .exp b{
    font-weight: bold;
}
.members_area .kome{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: left;
    align-items: baseline;
}
.members_area .kome .mark{
    flex: 0 0 18px;
}
.members_area .kome .txt{
    flex: 0 1 auto;
    line-height: 1.4;
    font-size: 14px;
}
.members_area .list ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.members_area .list ul:after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255,255,255,0) 0%, #fff9 20%, #fff 100%);
    pointer-events: none;
}
.members_area .list ul li{
    flex: 0 0 31.9%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0;
    border: 0;
    font-size: 0;
}
.members_area .list ul li:nth-child(3n){
    margin-right: 0;
}
.members_area .list ul li:nth-child(n + 13){
    display: none;
}
.members_area .list ul li a{
    display: block;
    position: relative;
}
.members_area .list ul li:nth-child(7) a,
.members_area .list ul li:nth-child(8) a{
    pointer-events: none;
}
.members_area .list ul li a:hover:before{
    content: attr(data-text)"";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 60%;
    background: rgba(230, 0, 27, 0.75) url(../images/result/ico_loupe.png) no-repeat top 37% center / 36px auto;
    box-sizing: border-box;
    z-index: 1;
    text-align: center;
}
.members_area .list ul li > img{
    pointer-events: none;
}
.members_area .login_box .til{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.members_area .login_box .til span{
    display: inline-block;
}
.members_area .login_box .exp{
    margin-bottom: 30px;
    text-align: center;
}
.members_area .login_box .button_flx{
    max-width: 620px;
    margin: 0 auto;
}
.members_area .login_box .button_flx a{
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.members_area .login_box .button_flx a.r_btn{
    background: #E6001B;
    color: #fff;
    text-align: center;
}
.members_area .login_box .button_flx a.w_btn{
    background: #fff;
    color: #E6001B;
    border: 2px solid #E6001B;
}

@media screen and (min-width: 500px){
    .members_area .login_box .button_flx{
        display: flex;
        justify-content: space-between;
    }
    .members_area .login_box .button_flx a{
        flex: 1 0 48%;
        padding: 15px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 750px){
    
    .members_area .r_til{
        margin-bottom: 20px;
    }
    .members_area .exp,
    .members_area .kome{
        text-align: center;
    }
    .members_area .exp{
        margin-bottom: 60px;
    }
    .members_area .kome{    
        margin-bottom: 60px;
    }
    .members_area .inner{
        padding: 120px 0;
    }
    .members_area .list ul:after{
        height: 60%;
        background: linear-gradient(rgba(255,255,255,0) 0%, #fff9 20%, #fff 100%);
    }
    .members_area .list ul li{
        flex: 0 0 19.2%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .members_area .list ul li:nth-child(3n){
        margin-right: auto;
    }
    .members_area .list ul li:nth-child(5n){
        margin-right: 0;
    }
    .members_area .list ul li:nth-child(-n + 15){
        display: block;
    }
    .members_area .list ul li:nth-child(6) a{
        pointer-events: none;
    }
    .members_area .login_box .til{
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px){
    
    .members_area .list ul:after{
        background: linear-gradient(rgba(255,255,255,0), #fff 95%);
    }
    .members_area .list ul li{
        flex: 0 0 11.6%;
        margin-right: 1%;
    }
    .members_area .list ul li:nth-child(5n){
        margin-right: auto;
    }
    .members_area .list ul li:nth-child(8n){
        margin-right: 0;
    }
    .members_area .list ul li:nth-child(n + 13){
        display: block;
    }
    .members_area .list ul li:nth-child(6) a,
    .members_area .list ul li:nth-child(7) a,
    .members_area .list ul li:nth-child(8) a{
        pointer-events: auto;
    }
}