@charset "UTF-8";

.mainVS{
    width: 100%;
    height: 570px;
    background-image: url(../img/mainVS_pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.mainMesh{
    width: 100%;
    height: 570px;
    background-image: url(/activity/agreeable/gaikan/img/mesh.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 10px 13px;

}
.mainCover{
    width: 50%;
    height: 570px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
}
.mainCover img{
    max-width: 300px;
    max-height: auto;
/*    margin-right: 84px;*/
}
.mainContentsHalf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.imageOrigHalf{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.lib_Container{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}

a.lib_link:hover{
    opacity: 1!important;
}

.lib_box01{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lib_box02{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lib_box03{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lib_nmPc{
    margin-right: 0!important;
}
.lib_nmSp{
}

.lib_box01:hover > .lib_hoverCover
,.lib_box02:hover > .lib_hoverCover
,.lib_box03:hover > .lib_hoverCover{
    opacity: 1;
}

.lib_hoverCover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.2s ease-out;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.lib_hoverText{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.lib_iconMovie{
    width: 33px;
    height: 18px;
    position: absolute;
    top: 10px; right: 10px;
}

.lib_iconPhoto{
    width: 30px;
    height: 18px;
    position: absolute;
    top: 10px; right: 10px;
}
