@charset "UTF-8";

/* 全体 */
html {
    font-size: 62.5%;
}

body {
    padding: 30px;
    background-color: #333;
    color: #666;
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    text-decoration: none;
}

a:link a:visited, a:hover, a:active {
    color: #7C5119;
    text-decoration: none;
}

/* アイテム全体 */
.item {
    width: 180px;
    margin-bottom: 4px;
    padding: 8px;
    border-bottom: 3px solid;
    background-color: #1A1A1A;
    box-shadow: inherit;
}

.item .image {
    display: block;
    width: 100%;
}

.item .category {
    margin: 15px 9px 10px;
    color: #aaa;
    letter-spacing: 1px;
    font-family: "Trebuchet M5", "Hiragino Kaku Gothic ProN", Meiryo;
}

.item .description {
    margin: 10px;
    line-height: 1.5;
}

.item > a {
    display: block;
    margin: -8px -8px 4px;
    padding: 8px 8px 4px;
    border-radius: inherit;
    color: #aaa;
    transition: all 0.5s;
}

.item > a:hover {
    box-shadow: 0 0 6px -1px #666;
    opacity: 0.6;
}

/* プロダクト */
.item-pd {
    width: 364px;
}


/* フォトグラフ */
.item-photograph,
.item-photograph .category::before {
    border-color: #FFF100;
}


/* 自己紹介 */
.header {
    padding: 25px 0;
    border-bottom: none;
    text-align: center;
}

.nav {
    margin: 35px auto 10px;
}

.nav-item {
    margin-top: 20px;
    text-align: center;
}

.about {
    font-size: 0.4rem;
    list-style: none;
    text-align: left;
}

.about > h1 {
    font-weight: inherit;
    margin-bottom: 2rem;
}

.skills {
    
    margin: 1rem 0;
}

.berth {
    margin-bottom: 1rem;
}

.from {
    margin-bottom: 2rem;
}

.intro {
    font-size: 0.2rem;
}



/* レスポンシブデザイン */
@media screen and (max-width: 768px) {

body {
    margin: 0;
}

.item {
    width: 100%;
}



}/* end */
