@charset "UTF-8";

.illust-text-box {
    margin-top: 20px;
}
.illust-text {
    font-size: 18px;
    text-align: center;
}
.illustration-contents {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 2px solid #222222;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.illust-item {
    margin-top: 20px;
    width: 245px;
    height: 245px;
}
.illust-item>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fav-button-box {
    margin: 30px auto 0;
    width: fit-content;
}
.fav-button {
    margin: 0 auto;
    width: fit-content;
}
.iine-text {
    margin-top: 4px;
    padding-left: 5px;
    font-size: 13px;
}

@media screen and (max-width:1200px) {
    .illust-text-box {
        margin: 16px auto 0;
        width: 90%;
    }
    .illust-text {
        font-size: 16px;
    }
    .illust-item {
        margin-top: 17px;
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width:768px) {
    .illust-text-box {
        margin: 12px auto 0;
    }
    .illust-text {
        font-size: 14px;
    }
    .illust-item {
        margin-top: 14px;
        width: 130px;
        height: 130px;
    }
    .fav-button-box {
        margin: 22px auto 0;
    }
}