@charset "UTF-8";

.top-img{
    width: 100%;
}

.boshu{
    text-align: center;
}

h1{
    font-size: 18px;
    margin-top: 48px;
}

@media screen and (max-width: 768px){    
    h1{
       font-size: 16px;
    }
   }


.mangakaboshuimg{
    width: 500px;
    height: 400px;
}

@media screen and (max-width: 768px){ 
    .mangakaboshuimg{
        width: 150px;
        height: 150px;
    }    
}

.boshu-p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
}

@media screen and (max-width: 768px){ 
    .boshu-p{
        font-size: 16px;
    }    
}


.debut{
    text-align: center;
    margin-bottom: 100px;
}

.debut-p{
    font-weight: bold;
}

h2{
    font-size: 60px;
    font-weight: bold;
    margin:50px 0 1px 0;
}

@media screen and (max-width: 768px){ 
    h2{
        font-size: 32px;
    }    
}


.merit{
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1000px;
}

@media screen and (max-width: 768px){ 
    .merit{
        flex-direction: column;
    }
}

.merit-1{
    width: 300px;
    height: 300px;
    background-color: #F9D7CC;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .merit-1{
        margin: 0 auto;
    }    
}

.merit-2{
    width: 300px;
    height: 300px;
    background-color: #D3ECDA;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .merit-2{
        margin: 30px auto 0 auto;
    }    
}

.merit-3{
    width: 300px;
    height: 300px;
    background-color: #F9F0B4;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .merit-3{
        margin: 30px auto 0 auto;
    }    
}

h3{
    font-weight: bold;
}

strong{
    font-size: 60px;
}

.another-merit{
    margin-top: 100px;
    background-color: #FFFEEC;
    text-align: center;
    padding: 5px;
}

.another-merit-container{
    max-width: 520px;
    width: 80vw;
    background-color: white;
    border-radius: 10%;
    margin: 10px auto 20px auto;
    text-align: left;
    padding: 25px 20px 25px 20px;
}

li{
    letter-spacing: 2px;
    margin-top: 14px;
    font-weight: bold;
    line-height: 30px;
}

.boshuyoukou{
    background-image: url(img/mangaback.jpg);
    text-align: center;
    background-size: cover;
}

.boshuyoukou-all{
    background-color: white;
    max-width: 700px;
    width: 80vw;
    height: 900px;
    padding: 30px 50px 30px 50px;
    margin: 0 auto;
}

.boshuyoukou-flame{
    border: solid 1px #0057E1;
    margin: 0  auto;
}

.boshuyoukou-flame1{
    display: flex;
}

.irainaiyounado{
    display: flex;
}

@media screen and (max-width: 768px){
    .irainaiyounado{
        flex-direction: column;
        text-align: left;
    }    
}


@media screen and (max-width: 768px){
    .li-title{
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
}

.naiyou1{
    margin-left: 60px;
}

.naiyou2{
    margin-left: 25px;
}

.naiyou3{
    margin-left: 80px;
}


@media screen and (max-width: 768px){
    .naiyou1{
        margin: 20px;
    }
}

@media screen and (max-width: 768px){
    .naiyou2{
        margin: 20px;
    }
}

@media screen and (max-width: 768px){
    .naiyou2 br{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .naiyou3{
        margin: 20px;
    }
}


@media screen and (max-width: 768px){
    .naiyou3 br{
        display: none;
    }
}

ul{
    text-align: left;
    list-style: none;
}

.insentive-container{
    display: flex;
    font-weight: bold;
    margin-left: 60px;
}

@media screen and (max-width: 768px){
    .insentive-container{
        flex-direction: column;
    }
}

.insentive-container1{
    display: flex;
}

@media screen and (max-width: 768px){
    .insentive-container1{
        flex-direction: column;
    }
}

.insentive{
    width: 120px;
    height: 100px;
    border-radius: 50%;
}

@media screen and (max-width: 768px){
    .insentive{
        margin: 0 auto;
    }
}

.komoji{
    font-size: 11px;
}

.works-introduction{
    text-align: center;
}

@media screen and (max-width: 768px){
    .works-introduction{
        margin-top: 1100px;
    }
}

.works-introduction-p{
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .works-introduction > p{
        letter-spacing: 3px;
    }
}

.comics{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px){
    .comics{
        flex-direction: column;
    }
}

.comic{
    margin: 10px;
    width: 240px;
    height: 360px;
}

@media screen and (max-width: 768px){
    .comic{
        width: 450px;
        height: 600px;
        margin: 10px auto;
    }
}

.another-works{
    text-align: center;
    font-weight: bold;
    margin: 100px auto;
}

.another-link{
    font-size: 24px;
}

@media screen and (max-width: 768px){
    .another-link{
        letter-spacing: 3px;
    }
}

.another-link-all{
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1000px;
}

@media screen and (max-width: 768px){ 
    .another-link-all{
        flex-direction: column;
    }
}

.another-link-1{
    width: 300px;
    height: 300px;
    background-color: #eedae3;
    border-radius: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.another-link-2{
    width: 300px;
    height: 300px;
    background-color: #dcdaee;
    border-radius: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.another-link-3{
    width: 300px;
    height: 300px;
    background-color: #daeedf;
    border-radius: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.another-link-4{
    width: 300px;
    height: 300px;
    background-color: #eedfda;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-weight: bold;
}

.another-link-5{
    width: 300px;
    height: 300px;
    background-color: #daeeee;
    border-radius: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.another-link-6{
    width: 300px;
    height: 300px;
    background-color: #eeeeda;
    border-radius: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.soushoku{
    font-size: 30px;
    margin-top: 35px;
}

.soushoku:hover{
    color:#ecb1ee;
}

.kakusoushoku{
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 768px){
    .matome{
        width: 100%;
    }
}

.oubohouhou{
    background-image: url(img/boshuback.jpg);
    background-size: cover;
}

.oubohouhou-flame{
    background-color: white;
    max-width: 700px;
    width: 90vw;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}

.oubohouhou-naiyou{
    text-align: left;
    margin-left: 120px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
}

@media screen and (max-width: 768px){
    .oubohouhou-naiyou{
        margin-left: 30px;
    }
}

.button{
    width: 150px;
    height: 28px;
    background-color: black;
    color: white;
    margin: 20px auto;
    padding-top: 4px;
}

.button-button{
    color: white;
    text-decoration: none;
}


.aboutus{
    text-align: center;
}

.aboutus-title{
    line-height: 30px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .aboutus-title{
        font-size: 15px;
        font-weight: bold;
    }
}

.haishinsaki{
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 20px;
}

@media screen and (max-width: 768px){ 
    .comic-haishinsaki{
        width: 100%;
    }    
}

.haishinsaki-title{
    margin-top: 80px;
}

.kaishagaiyou{
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto;
    width: 500px;
}

.button-kaisha{
    color: black;
    text-decoration: none;
}

.kaishagaiyou-title{
    margin: 50px 30px;
}

footer{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

