@charset "UTF-8";


body
{
    font-weight: normal;
    margin: 0%;
    background-color:rgb(255, 240, 231) ;
}




main
{
    max-width: auto;
    margin: 0 auto;
    text-align: center;
}

h2
{
    font-size: 25px;
}


.Title
{
    position: relative;
}


.Title img
{
    position: relative;
    width: 100%;
    object-fit: cover;
    padding-bottom: 100px;
}


.Contents
{
    font-size: 10px;
}



.work1
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.work1 span
{
    font-size: 12px;
}


.work1Illust
{
    padding: 40px;
}

.work1Illust img
{
    padding: 5px;
}

.work1Illust a
{
    text-decoration: none;
}


.profile
{
    padding-top: 50px;
    padding-bottom: 150px;
    line-height: 20px;
}

.profileText
{
    position: relative;
}

.profileText p
{
    position: absolute;
    top: 20%;
    left: 51%;
    display: inline-block;
    text-align: left;
}


.doujin
{
    padding-top: 250px;
    padding-bottom: 100px;
}

.doujin span
{
    font-size: 12px;
}


footer
{
    background-color: rgb(66, 39, 40);
    padding: 40px;
    color: rgb(255, 240, 231)
}