@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

/* -----all----- */
a {
    text-decoration: none;
    color: dimgray;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
}

#wrap {
    width: 100%;
    font-family: 'Merriweather', 'M PLUS 1p', sans-serif;
}

/* -----fontawesome----- */
li i.fas {
    padding: 0 5px;
    font-size: 10px;
    position: relative;
    top: -3px;
}
ul h3 i.fas {
    padding: 0 3px;
    font-size: 10px;
    position: relative;
    top: -2px;
}


/* -----header----- */
header {
    width: 100%;
    background: linear-gradient(-90deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,1) 100%),url(images/011-04.jpg);    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
header h1 {
    padding-left: 20px;
}


/*nav*/
header nav > p.fas {
    display: none;
}
header {
    display: flex;
    align-items: baseline;
}
header ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}
header ul li {
    padding-right: 30px;
}
.current a {
    color: olive;
}

@media screen and (max-width:640px) {
    header {
        position: fixed;
    }
    header h1 {
        padding: 13px 0 7px 20px;
        font-size: 20px;
    }
    header nav {
        width: 100%;
        position: absolute;
        top: 40px;
        right: 3px;
    }
    header ul {
        padding-left: 0;
        display: none;
    }
    header nav > p.fas {
        display: block;
    }
    header nav > p:after {
        content: "\f0c9";
        display: block;
        width: 50px;
        background: goldenrod;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        color: white;
        position: absolute;
        top: -35px;
        right: 3px;
    }
    header nav > p span {
        display: block;
        text-indent: -999999px;
    }
    header ul {
        width: 100%;
        background: rgba(218,165,32,0.3);/*goldenrod*/
    }
    header ul li {
        width: 100%;
        margin: 0 auto;
        background: rgba(218,165,32,0.9);/*goldenrod*/
        line-height: 50px;
    }
    header ul li:not(:last-of-type) {
        margin-bottom: 5px;
    }
    header ul li a {
        display: block;
        text-align: center;
        color: white;
    }
}


/* -----section----- */
section {
    padding-top: 50px;
}
section > h2 {
    padding: 5px 0 0 20px;
}

/*Infomation*/
.fs {
    font-size: 10px;
}
section#home {
    min-height: 100vh;
    margin-top: 0;
    background-image: linear-gradient(135deg, rgba(253,252,251,0.5) 0%, rgba(226,209,195,1) 100%),url(images/ac43.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: auto,cover;
    position: relative
}
section#home > div {
    width: 90%;
    max-width:500px;
    height: 350px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,0.4);
    overflow-y: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:640px) {
    section#home > div {
        top: 50%;
    }
}
section#home h3 {
    padding: 3px 0 0;
    width: 100%;
    border-bottom: solid 1px olive;
    font-size: 19px;
}
section#home h4 {
    padding: 3px 0 3px 14px;
    font-size: 16px;
}
section#home h4 + ul {
    padding-left: 43px;
    list-style: circle;
}
section#home h4 + ul li {
    padding: 3px 0;
    font-size: 14px;
}
section#home p span {
    padding-right: 10px;
    font-size: 12px;
}


/*Comp*/
section#comp {
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%),url(images/011-04.jpg);
}
section#comp h2 span {
    padding-left: 30px;
    font-size: 12px;
    color: darkblue;
}
section#comp > div {
    width: 93%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px) {
    section#comp > div {
        width: 300px;
    }
}
section#comp > div > ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
section#comp > div > ul > li {
    width: 150px;
    padding: 0 5px 30px;
}
section#comp > div > ul > li > p:first-of-type span {
    font-size:12px;
}
section#comp > div > ul > li > p:nth-of-type(2) {
    font-size: 12px;
}
section#comp > div > ul > li img {
    width: 100%;
}

/*Coding*/
section#coding {
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%),url(images/011-04.jpg);
}
section#coding h2 span {
    padding-left: 30px;
    font-size: 12px;
    color: darkblue;
}
section#coding > div {
    width: 93%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px) {
    section#coding > div {
        width: 300px;
    }
}
section#coding > div > ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
section#coding > div > ul > li {
    width: 150px;
    padding: 0 5px 30px;
}
section#coding > div > ul > li > p:nth-of-type(3) {
    font-size: 12px;
}
section#coding > div > ul > li img {
    width: 100%;
}

/*Illustrator*/
section#illust h2 span {
    padding-left: 30px;
    font-size: 12px;
    color: darkblue;
}
section#illust > div {
    width: 93%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px) {
    section#illust > div {
        width: 300px;
    }
}
section#illust h3 {
margin-bottom: 10px;
    border-bottom: solid 1px dimgray;
    font-size: 12px;
}
section#illust h3 span {
    padding-left: 30px;
}
section#illust h3 span a {
    color: darkblue;
}
section#illust > div > ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
section#illust > div > ul > li {
    width: 150px;
    padding: 0 5px 30px;
}
section#illust > div > ul > li p:nth-of-type(2) {
    width: 120px;
}
section#illust > div > ul > li p:nth-of-type(3) {
    font-size: 12px;
}
section#illust > div > ul > li p img {
    width: 100%;
}

/*Photoshop*/
section#photo h2 span {
    padding-left: 30px;
    font-size: 12px;
    color: darkblue;
}
section#photo > div {
    width: 93%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px) {
    section#photo > div {
        width: 300px;
    }
}
section#photo h3 {
    margin-bottom: 10px;
    border-bottom: solid 1px dimgray;
    font-size: 12px;
}
section#photo h3 span {
    padding-left: 30px;
}
section#photo h3 span a {
    color: darkblue;
}
section#photo > div > ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
section#photo > div > ul > li {
    width: 150px;
    padding: 0 5px 30px;
}
section#photo > div > ul > li img {
    width: 100%;
}

/* jQuerysmple */
section#jq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
section#jq ul li {
    width: 200px;
    margin: 20px;
    padding: 40px 0;
    line-height: 1.5;
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.4) 0%,rgba(240,128,128,0.5) 100%),url(images/011-04.jpg);
    border-radius: 50%;
    text-align: center;
}
section#jq ul li > a {
    font-size: 14px;
}
section#jq ul li span {
    font-size: 10px;
}

/* -----footer-----*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 12px;
}

/* ----- scrollTop ----- */
#fixedTop {
	width: 45px;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 9999;
}
#fixedTop img {
    width: 100%;
}
