@charset "utf-8";


html{
    background-color:#fffff0;
    font-family: "Noto Sans JP";
    line-height:1.8;
    font-size:62.5%;
    color:#424242;
    -webkit-text-size-adjust: 100%;
}
body {
	font-size:1.8rem;
}
a img {
    border: 0px;
}
a {
    text-decoration: none;
}
a:link, a:visited {
    color:#4a4a4a;
}
a:hover img {
    opacity: 0.8;
}
section {
    width:750px;
    margin:3vw auto;
    overflow: hidden;
}
h1 {
    text-align: left;
    margin-left:4%;
    height:21px;
}
.sp {
    display:none;
}
@media screen and (max-width: 768px) {
    body {
        font-size:1.2rem;
    }
    header, footer div, .wrapper, section {
        width:100%;
    }
    h1 {
        height:21px;
    }
    h1 img {
        max-height:100%;
    }
    h2 {
        margin: 10px 0;
        width: 100%;
    }
    section {
        width:100%;
        margin-top:10px;
        margin-bottom: 10px;
    }
    .sp {
        display:block;
    }
}


/*  ヘッダー  */
header {
    max-width:100%;
    height:900px;
    margin: 0 auto;
    padding:0;
    font-size:1.2rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header {
        width:100%;
        height:auto;
    }
    header img {
        max-width: 100%;
    }
}

/*  メニュー  */
nav ul {
    display:flex;
	justify-content:space-between;
    max-width:720px;
    margin:30px auto 0;
}
@media screen and (max-width: 768px) {
    nav ul {
        width:90%;
        margin:20px auto 0;
    }
    nav ul li {
        width:30%;
    }
    nav ul li img {
        max-width: 100%;
    }
}

/*  プロフィール  */
#intro {
    margin:40px auto;
}
.icons {
    display:flex;
    width: 90%;
    margin: 20px auto 0;
}
.icon {
    margin-right:30px;
}
.icon img {
    border:solid 1px #ffabb7;
    border-radius: 124px;
}
.name {
    margin-top:20px;
}
.name p {
    margin-top:5px;
    display:table;
    border-spacing: 10px 0;
}
.name cite {
    font-size:2.4rem;
    padding-right:10px;
}
.name cite, .name a {
    display: table-cell;
    vertical-align: middle;
}
.profile_txt {
    width: 80%;
    margin: 0 auto;
}
.sns img {
    width:60px;
    margin:15px 0;
    margin-right:15px;
}
@media screen and (max-width: 768px) {
    #intro {
        margin: 7vw auto;
    }
    h2.profile {
        margin:0;
    }
    h2 img {
        height:20px;
    }
    .icon {
        margin-right: 4vw;
    }
    .icon img {
        width:62px;
        border-radius: 62px;
    }
    .name {
        margin-top:0;
        font-size:1.2rem;
    }
    .name cite {
        font-size:1.6rem;
    }
    .profile_txt {
        width: 86%;
    }
    .sns img {
        width: 30px;
    }
}


/*  Works  */
.works {
    text-align: center;
}
.works h3 {
    font-size:3rem;
    color:#ffa0af;
    text-align: center;
    margin:20px auto 10px;
}
.pickup {
    margin:25px auto 10px;
}
ul.pickimgs {
    display:flex;
	justify-content:space-between;
    margin:20px auto;
}
ul.pickimgs li {
    width:24%;
}
ul.pickimgs li img {
    width:100%;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .works {
        margin-bottom:50px;
    }
    .works h2 img {
        height:19px;
    }
    .works h3 {
        font-size: 1.8rem;
    }
    .works p {
        font-size: 1.2rem;
        width:90%;
        margin:10px auto;
    }
    ul.pickimgs {
        width:90%;
        margin:20px auto 10px;
    }
}

/*  BOOK  */
#book {
    margin-bottom:100px;
}
div.comic {
    display:flex;
    margin: 30px auto;
}
.comic h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom:15px;
    text-indent: -5px;
}
.cover {
    width: 300px;
    height:auto;
    margin-right: 40px;
    margin-left: 80px;
}
.cover img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}
.text {
    width:400px;
}
.sell {
    margin: 40px 0;
}
.sell a.button {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 20px 0 0;
    padding: 10px 0;
    background: #d3a359;
    width: 260px;
    font-size: 1.8rem;
    font-weight: bold;
}
.novelty {
    text-align: center;
    font-size: 1.8rem;
}
.novelty h4 {
    font-weight: bold;
    font-size: 2.4rem;
}
.novelty a:link, .novelty a:visited {
    color: #d3a359;
    text-decoration: underline;
}
.novelty a:hover {
    opacity: 0.7;
}
.novelty ul {
    margin:30px auto 0;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
}
.novelty ul li {
    width:50%;
    margin-bottom:30px;
}
.novelty ul li img {
    width:60%;
}
.novelty ul li span {
    font-weight: bold;
}
.novelty h5 {
    margin-bottom:10px;
}
@media screen and (max-width: 768px) {
    div.comic {
        width:90%;
    }
    .comic h3 {
        font-size: 1.7rem;
    }
    .sell {
        margin: 20px auto;
    }
    .sell a.button {
        width:90%;
        font-size: 1.3rem;
    }
    .cover {
        width: 45%;
        height: auto;
        margin-left: 0;
        margin-right: 5%;
        padding-top: 5px;
    }
    .text {
        width: 50%;
    }
    .bio {
        font-size:1.2rem;
    }
    .novelty {
        font-size:1.2rem;
    }
    .novelty h4 {
        font-size:1.6rem;
    }
    .novelty ul {
        font-size: 1.2rem;
        width: 96%;
        line-height: 1.6;
    }
    #book {
        margin-bottom:50px;
    }
}
@media screen and (max-width: 321px){
    div.comic {
        display: block;
    }
    .cover {
        width: 160px;
        margin:0 auto;
    }
    .text {
        width:100%;
        text-align: center;
        margin: 20px 0;
    }
    .sell a.button {
        margin: 0 auto;
    }
    .novelty ul li {
        width:100%;
    }
    .novelty ul li img {
        width:40%;
    }
}

/*  スペシャル  */
.special div {
    text-align: center;
    margin: 50px auto;
    text-align: left;
    padding-left: 20px;
}
.special h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 2.2rem;
    /* border-bottom: dashed 2px; */
    margin: 0 auto 30px;
}
.special h2.indent {
    text-indent: -10px;
}
.special dl dt {
    font-weight: bold;
}
.special dl dd {
    margin-bottom:20px;
}
div.youtube ul {
    width:640px;
    margin: 20px auto;
}
div.youtube ul li {
    margin:20px 0;
}
div.youtube ul li iframe {
    width:640px;
    height:360px;
}
@media screen and (max-width: 768px) {
    .special div {
        padding:0;
        margin:30px auto 50px;
        font-size:1.2rem;
        width:90%;
    }
    .special h2 {
        font-size: 1.4rem;
    }
    div.youtube h2 {
        margin-bottom:0;
    }
    div.youtube ul {
         width:320px;
    }
    div.youtube ul li iframe {
        width:320px;
        height:180px;
    }
}

/*  フッター  */
footer {
    clear:both;
    width: 100%;
    margin-top:50px;
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
    background-color: #d3a359;
    color: #fff;
    font-size:14px;
}
footer div {
    width:100%;
    margin:0 auto;
}
footer p {
    margin:20px auto;
}
footer p img {
    width: 300px;
}
footer p a:link, footer p a:visited {
    color:#fff;
    text-decoration: underline;
}
.mt0 {
    margin-top:0;
}

@media screen and (max-width: 768px) {
    footer div {
        width:100%;
    }
    footer {
        padding-top:15px;
        font-size: 1.2rem;
    }
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: -10px;
	right: 0px;
	background-color:transparent;
	padding:10px;
	z-index: 100;
}
#page-top a:link, #page-top a:visited {
	color:#333;
}
@media screen and (max-width: 768px) {
    #page-top {
        font-size: 1.2rem;
    }
}
