article {
padding: 0.5em;
display: block;
}
article a {
display:inline-block;
}
article p {
font-size:1em;
line-height:1.5em;
margin:0;
padding: 0.5em;
}

article p span {
margin-left:-0.5em;
display:block;
color:#d93127;
font-weight:bold;
}

.profile {
background:#d93127;

}

.profile img{
width:100%;
}

.banner{
    width: 100%;
    margin: 0  auto;
    padding:1em 0;
    text-align: center;
}

.banner img{
    width: 100%;
}

h2 {
margin:0;
background:#d93127;
color:#ffffff;
    font-size: 1em;
    line-height: 1.5em;
}
h2 em {
display:block;
}

h5 {
margin:1em 0 0.5em;
border-radius:0;
background:#000000;
}

.information p {
text-indent:-1em;
margin-left:1em;
display:block;
margin-bottom: 0.5em;
}
.information p:last-child {
margin-bottom:0;
}
.information p a {
color: #d93127;
text-decoration: underline;
}

.manga {
position:relative;
    max-width: 800px;
    text-align: center;
}

.manga figure {
overflow:hidden;
}
.manga figure img{
width:100%;
}
.manga p {
position:absolute;
bottom:0;
left:0;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    height: 150px;
    display: block;
    width: 100%;
}
.manga p a {
position:absolute;
bottom:0;
display:block;
}

.manga p a img , .footer_link a img {
width:80%;
text-align:cemter;
}
.creator_list_circle ul li {
    width: calc(100% / 5);
}

.next {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #EEE;
    z-index: 5000;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    height: 150px;
    width: 100%;
text-align:center;
}


.nonmember_banner{
    width: fit-content;
    margin: 0 auto;
}

.footer_link {
position: sticky;
    margin-top: 50px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #EEE;
    z-index: 5000;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    height: 50px;
    width: 100%;
text-align:center;
}



.footer_link a {
position:absolute;
left:50%;
transform: translateX(-50%);
bottom:0;
display:block;
width:80%;
margin:0 auto;
}
.footer_link a img {
width:100%;
}


.text-center{
    text-align: center;
    margin-top: 10px;
}

.contents-box{
    margin: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff7e3;
    border:2px solid #2065ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.contents-box .title{
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}



.contents-box .img-box{
    width: 100%;
    margin-bottom: 10px;
}

.contents-box .img-box img{
    width: 100%;
    height: auto;
}


.contents-box .txt{
    margin-bottom: 10px;
    width: 100%;
}

.contents-box.btn{
    margin: 0 auto;
    width: 100%;
}

.contents-box .btn a{
    width: 100%;
    height: 100%;
}

.contents-box .btn img{
    width: 100%;
    max-width: 200px;
}

.h2-blue {
margin:0;
background:#2065ff;
color:#ffffff;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin-top: 10px;
}