@charset "utf-8";

html{
    font-size: 100%;
}
body{
    color: #333;
    font-size: 0.9rem;
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
}

.main-logo{
    width: 100px;
}

.main-img{
    width: 100vw;
}


.img-tab{
    width: 400px;
}
h2{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
}

/* header */
#header{
    max-width:100% ;
    height:90px;
    background-color: rgba(190, 148, 209, 0.295);
    display:flex;
}
.header-list{
    display: flex;
    justify-content:flex-end ;
    margin-left: auto;
}
@media only screen and (min-width: 481px) {
 .header-list ul{
     display: flex;
     justify-content: center;
     align-items: center;
    }
}
.header-list ul li{
    text-align: center;
    margin: 0 40px;
}



/* footer */
footer{
    text-align: center;
}


.about-wrapper,.comic-list,.anime-wrapper{
    text-align: center;
}

.title{
    text-align: center;
    font-size: xx-large;
    font-family: arial black,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

@media only screen and (max-width: 480px) {
    .main-img,.img-tab {
        width: 100vw ;
        }
    .title{
        text-align: center;
        font-size: large;
        font-family: arial black,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        }
    iframe{
        width:100%;
    }    
    .comic-list ul{
        padding-left: 0px;
    }
}