body.comics,
body.comics a{
    color: #fff;
    text-shadow: 0 0 6px #000;
}

body.comics .header-button span{
    background-color: #fff;
}

body.open .header-button span{
    width:  30px;
    box-shadow: none;
    background-color: transparent;
}

body.comics .header-logo svg{
    width: 250px;
    stroke: #fff;
    filter: drop-shadow(0 0  6px #000);
}

.attention_18{
    width: 70%;
    margin: 20px auto;
    color: #292929;
    text-shadow: none;
}
.attention_18 p{
    text-align: center;
}
.comics main{
    padding: 100px 20px;
}

.comics-list li img{
    display: block;
    width: 100%;
}
.comics-list a{
    text-align: center;
}

.comics-list h3{
    margin: 0;
}

.page_num{
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    padding-right: 1rem;;
}


.comics-list{
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 20px 150px;
    grid-template-columns: 150px 150px;
    -ms-grid-rows: 255px 20px 255px 20px 255px;
    grid-template-rows: 255px 255px 255px;
    grid-gap: 20px;
    margin: 0 auto;
    width: 320px;
}

@media screen and (min-width: 1024px){
    .comics-list{
        -ms-grid-columns: 210px 30px 210px 30px 210px;
        grid-template-columns: 210px 210px 210px;
        -ms-grid-rows: 355px 30px 355px;
        grid-template-rows: 355px 355px;
        grid-gap: 30px;
        width : 700px;
    }
}
