@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Anta&family=Delius&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Noto+Color+Emoji&display=swap');

:root {
    --white: #FFF;
    --black: #25252b;
    --blackt: #25252b88;
    --gray: #8c7b7b;
    --grayd: #3C3C3C;
    --color1: #FF90BC;
    --color1d: #E74f8A;
}

p {
    margin: 10px 35px;
}

ul li {
    list-style-type: '⊹';
    padding-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Color Emoji', 'Aboreto';
}

a {
    color: var(--color1d)
}

a:hover,
a:visited {
    color: var(--color1);
    font-style: italic;
}

.hidden,
#icon,
#icon::after,
.naviv li a,
.naviv li:last-child:hover,
.firstchap {
    transition: all 0.5s;
}

.center {
    text-align: center;
}

.blur {
    filter: blur(1.5px);
    opacity: 0.4;
}

.none {
    display: none;
}

body {
    background-color: var(--black);
    background-image: url(patan.png);
    color: var(--black);
    font-family: 'Host Grotesk', sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    width: 100%;
}

.frill::before {
    content: '';
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(frillL.png);
    background-position: left center;
    background-repeat: repeat-y;
    top: 0;
    left: -12px;
    z-index: -10;
}

.frill::after {
    content: '';
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(frillR.png);
    background-position: right center;
    background-repeat: repeat-y;
    top: 0;
    right: -12px;
    z-index: -10;
}

.container {
    margin: 0 auto;
    padding: 30px 10px;
    max-width: 1000px;
    min-height: 93vh;
    background-color: var(--white);
    position: relative;
}

.hidden {
    display: none;
}

:checked+.hidden {
    display: block;
}

.donk {
    width: 182px;
    display: inline-block;
}

.inertia {
    width: 793px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    position: relative;
}

.bana::before {
    content: '';
    position: absolute;
    background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    width: 300px;
    height: 100px;
    top: 50px;
    right: 0;
}

.bana {
    width: 100%;
    height: 196px;
    background-color: var(--black);
    background-image: url(bana.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 5px 5px 0 0;
}

#icon {
    position: relative;
    width: 124px;
    height: 124px;
    margin: 10px auto;
    border: 4px solid var(--blackt);
    background-image: url(tba.png);
    background-size: 250px;
    background-position: -38px -50px;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: var(--color1d) 10px 10px;
}

#icon:hover {
    border-color: var(--black);
    background-position: -63px -50px;
    box-shadow: var(--color1) 5px 5px 2px;
}

.naviv {
    margin: 20px auto;
    padding: 0 10px;
}

.naviv li,
.firstchap {
    background-color: var(--black);
    color: var(--white);
    padding: 3px 3px;
    margin: 5px auto;
    text-align: center;
    list-style: none;
    font-family: 'Host Grotesk', sans-serif;
}

.naviv li:first-child {
    background-color: var(--color1d);
    border-radius: 5px 5px 0 0;
}

.naviv li:last-child {
    border-radius: 0 0 5px 5px;
    background-color: none;
    height: 55px;
    background-image: url(https://i.imgur.com/0YKG5rQ.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: initial;
    padding: 1.5px 3px 0px 0px;
    border: 2px solid var(--black);
}


.naviv li:hover,
.firstchap:hover {
    background-color: var(--color1);
    color: var(--black);
    letter-spacing: 2px;
}

.naviv li:hover a {
    padding: 18px 3px;
}

.naviv li a {
    padding: 3px 3px;
}

.naviv a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.naviv li:last-child:hover {
    padding: 0;
    background-color: initial;
    border-bottom-width: 12px;
    border-color: var(--color1);
}

.firstchap {
    display: inline-flex;
    width: 100%;
    padding: 6px 0;
    text-decoration: none;
    margin: 0;
}

.firstchap.first {
    border-radius: 0 0 0 5px;
}

.firstchap.last {
    border-radius: 0 0 5px 0;
}

.firstchap span {
    margin: 0 30px;
}

.chap {
    margin: 25px 0;
    vertical-align: top;
}

.chap label {
    padding: 10px 200px 10px 10px;
    background-color: var(--color1);
    position: relative;
    border-radius: 5px;
}

.chap label::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
}

ul.chaplist {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}

ul.chaplist.chaplisth li {
    display: inline-block;
    text-indent: 0;
}

ul.chaplist li {
    list-style: none;
    margin: 3px 0;
    position: relative;
}

ul.chaplist li a {
    font-size: 7.5pt;
    text-decoration: none;
    color: initial;
    display: block;
    width: 100%;
    color: var(--gray);
}

.current li:first-child::after {
    content: '';
    width: 40px;
    height: 16px;
    position: absolute;
    display: block;
    bottom: -5px;
    right: -10px;
    background-image: url(ha02-icon-new.gif);
    background-size: cover;
    image-rendering: pixelated;
    z-index: 10;
}

ul.chaplist li a img,
ul.chaplist li a p {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

ul.chaplist li a {
    width: 128px;
    height: 128px;
    background-color: #25252b;
    background-position: center;
    background-size: cover;
    border: 2px solid var(--blackt);
}

ul.chaplist.chaplisth p {
    display: block;
    position: absolute;
    width: 128px;
    left: 0px;
    bottom: -2px;
    z-index: 8;
    padding: 2px 0;
    background-color: var(--black);
    color: var(--color1);
    margin-left: 0;
}

ul.chaplist li a b {
    font-size: initial;
    color: var(--black);
}

ul.chaplist.chaplisth li a p.t {
    display: block;
    position: absolute;
    top: -2px;
    left: 4px;
    text-align: left;
    color: var(--white);
    text-shadow: var(--color1d) 2px 2px;
    background-color: initial;
    font-size: 25pt;
    font-weight: 800;
    font-family: 'Anta', sans-serif;
}

ul.chaplist li a:hover,
ul.chaplist li a:hover b {
    color: var(--color1d);
}

.exitplatform {
    padding: 0;
    margin: 3px auto;
    text-align: center;
    font-size: small;
    color: var(--gray);
}

.exitplatform a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 3px;
}

.exitplatform a[title='itch'] {
    background-image: url(itch.png);
}

.exitplatform a[title='NamiComi'] {
    background-image: url(namicomi.png);
}

.exitplatform a[title='GlobalComix'] {
    background-image: url(globalcomix.png);
}

.mini {
    font-size: 10pt;
}

@media (max-width: 1000px) {

    body {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: var(--white);
    }

    .frill::before,
    .frill::after {
        display: none;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .bana,
    .firstchap {
        border-radius: 0 0 0 0 !important;
    }

    .donk,
    .inertia {
        width: 100%;
    }

    .naviv {
        margin: 0 auto;
        text-align: center;
    }

    .naviv li {
        display: inline-flex;
        height: 26.5px;
    }

    .naviv li:hover a {
        padding: 3px 3px;
    }

    .naviv li:first-child {
        border-radius: 5px 0 0 5px;
    }

    .naviv li:last-child {
        margin: 0;
        width: 120px;
        height: 28.3px;
        border-radius: 0 5px 5px 0;
    }

    .naviv li:last-child a {
        margin: 0;
    }

    .naviv li:last-child:hover {
        border-width: 2px;
    }

    ul.chaplist li a img,
    ul.chaplist.chaplisth li a img {
        width: 128px;
        height: 128px;
        min-width: 128px;
        min-height: 128px;
    }

}