@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    prologue_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#wrap{
    padding: 85px 0 0 0;
    background-color: #fff;
}

#wrap .title{
    text-align: center;
    padding: 80px 0 70px 0;
}

#wrap .title img{
    width: 161px;
}

#prologue_list{
    background-color: #000;
    overflow: hidden;
}

#prologue_list li{
    margin: 0 0 140px 0;
    line-height: 0;
}

#prologue_list li:first-child{
    margin: 0;
}

#prologue_list img{
    width: 100%;
}

#prologue_list a img:hover{
    opacity: .8;
}

} /* ----- min-width : 641px ----- */