
}

.works-float {
    float: left;
}



/**▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩✼　Me_Gallery_1　✼▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩**/

#works_img1 {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;/* 可変　*/
    height: 85px;
    background-color: rgba(255, 255, 255, 0);
}

#works_img1_link {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;/* 可変　*/
    height: 36px;
}

#me_link {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;/* 可変　*/
    height: 45px;
}

#me_text {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;/* 可変　*/
    height: auto;
}

.works_cen {
    place-items: start center;
}

#works_img2 {
    padding: 0.2em;
    width: 100%;
    height: 36px;
}


/**▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩✼　Gallery_サムネ設定　✼▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩**/

.bana {
    filter: none;
    transition: all 0.8s;
}

.bana:hover {
    filter: brightness(200%) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4));
    transition: all 0.8s;

}

.bana2 {
    filter: none;
    transition: all 0.5s;
}

.bana2:hover {
    filter: brightness(110%) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4));
    transition: all 0.5s;

}


.ps_fig {
    margin: 0;
}

.fig_img {
    border-radius: 0 0 50% 50%;
    height: 80px;
    width: 80px;
}


.works_name {
    text-align: center;
    margin: 0 0.25em 0 0.25em;
    width: 80px;
}

.works_margin {
    margin: 0.25em;
}

.sumb {
    border-radius: 0 0 50% 50%;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left 50% top 10%;
}



.sns_icon {
    width: 30px;
    height: 30px;
}
