@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Noto_sans;
    src: url(../font/Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Noto_sans_jp;
    src: url(../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf);
}

body {
    background-color: #faf6f0;
}

header {
    background-image: url(../../../images/mimoza.jpg);
    background-size: cover;
    width: 100%;
    height: 18vw;
}

.header-box {
    position: fixed;
    display: flex;
    width: 100%;
    height: 5vw;
    z-index: 100;
    /* background-color: rgba(229, 227, 227, 0.5); */
}


header nav {
    width: fit-content;
    margin-left: auto;
    margin-right: 7%;
}

header nav ul {
    display: flex;
}

header nav ul li {
    list-style-type: none; 
    margin-right: 8%;
}

header nav ul li a{
    display: block;    
    text-decoration: none;
    width: fit-content;
    margin-top: 3%;
    line-height: 4;
    font-family: Noto_sans;
    font-weight: 400;
    font-size: 1.6vw;
    letter-spacing: 0.1em;
    color: #202020;    
}



h1 img {
    width: 15%;
    margin-top: 5%;
    margin-left: 5%;

}
    
header .portfolio img {
    width: 15%;
    margin-left: 8%;
}


/* 作品 */

section {
    width: 75%;
    margin-left: auto;
    margin-right: auto;    
    margin-top: 10%;
}

section h2 {
    margin-bottom: 3%;
    font-family: Noto_sans_jp;
    font-weight: 200;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    color: #333;
}

section h2 a {
    text-decoration: none;
    font-weight: 300;
    font-size: 1.9vw;
    color: #333;
}

section img {
    width: 100%;
    margin-bottom: 5%;
}


table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    font-family: Noto_sans_jp;
    font-weight: 300;
    font-size: 1.8vw;
    letter-spacing: 0.05em;
    color: #333;
}

caption {
    text-align: left;
    margin-bottom: 3%;
    font-family: Noto_sans_jp;
    font-weight: 400;
    font-size: 1.8vw;
    letter-spacing: 0.05em;
    color: #333;
}

th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}

td {
    letter-spacing: 0.03em;
}

th,td {
    padding: 3% 0%; /* 各セルに内側の余白指定 */
}




/* フッター */
footer {
    padding: 6% 12.5%;
    background-color: rgb(229, 227, 227)
  }
  
footer h5 img {
    width: 27%;
    margin-bottom: 4%;
}
    
  
.footer-flexbox {
    display: flex;
}
  
footer .namebox {
    width: 38%;
}
  
footer .namebox p {
    font-weight: 300;
    font-size: 1.1vw;   
    font-style: normal;
    line-height: 2;
    font-family: Noto_Sans_JP;
    letter-spacing: 0.07em;
    color: #202020;  
}
  
footer .navbox {
    width: 50%;
    margin-left: 13%;
}

footer .navbox nav ul {
    display: flex;
}

footer .navbox nav ul li {
    list-style-type: none; 
    margin-right: 10%;
}

footer .navbox nav ul li a{
    display: block;    
    text-decoration: none;
    width: fit-content;
    line-height: 2;
    font-family: Noto_sans;
    font-weight: 300;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    color: #202020;    
}

footer .sns-icon {
    width: 13%;
    margin-left: 15%;
    height: fit-content;
    font-size: 1.5vw;
}

footer .sns-icon .fa-brands {
    color: #202020;
}

footer .sns-icon .fa-instagram {
    margin-left: 17%;
}
    

.line {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 1%;
    border-bottom: 0.5px solid #202020;
}

.line-box p  { 
    display: block; 
    width: fit-content; 
    margin-left: auto;
    margin-right: auto; 
    letter-spacing: 0.07em;
    font-family: Noto_Sans_JP;
    font-size: 0.9vw;
    color: #202020;
}






