/* バナー・絵漫画・キャラ画像とか */

.banner{
margin:10px 0px 5px 1em;
}
.i{
display:inline-block;
overflow: hidden;
}
.i:hover{
background-color:#8C65FF;
}
.illust {
width:100px;
height:100px;
object-fit: cover;
float: left;
}
.illust:hover {
opacity: 0.6;
}

.gallery{
margin-left : 2em;
margin-right : 2em;
}
.illustbox{
margin-left: 20px;
}

