// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.source-code-pro-<uniquifier> {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

/* html{ */
    /* background-color: rgb(250, 250, 250); */
/* } */

a{
    text-decoration: none;
}

.text{
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1rem;

}

h1{
    font-family: Source Code Pro;
    font-weight: 500;
    font-size: 2.3rem;
    /* font-feature-settings: "palt" 1; */
    letter-spacing: -0.13rem;
    color: black;
}

h2{
    font-family: Source Code Pro;
    font-weight: 500;
    font-size: 1.7rem;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.15rem;
    margin-top: -2rem;
    color: rgb(132, 132, 132);
}

h3{
    /* font-family: Source Code Pro; */
    font-family: Noto Sans JP;
    font-weight: 600;
    /* font-size: 2.5rem; */
    /* font-feature-settings: "palt" 1; */
    letter-spacing: 0.1rem;
    margin-top: 1.8rem;
}

.title{
    transform: scale(1, 3.5);
}

body{
    /* font-size: 25px; */
    margin: 30px;
    display: flex;
    /* margin-top:50px; */
    gap: 6px 40px; /* 余白 */
}

#main{
    margin: 5px;
    width: 65rem;
}

#main-about{
    /* height: -100px; */
}

#menu{
    letter-spacing: 0.05em;
    font-family: Source Code Pro;
    font-weight: 600;
    font-size: 1.3rem;
    /* font-feature-settings: "palt" 1; */
    text-decoration: none;
    color: black;
    top: 8%;
    height: 100px;
    position: sticky;
}

ul{
    padding: 0;
    list-style-type: none;
    color: blue;
}


hr{
    height: 0.1px;
    /* color:black; */
}

.click{
    font-family: Source Code Pro;
    color: black;
}

.click:hover{
    /* text-decoration: underline; */
    color: blue;
}

.item-img{
    width: 100%;
}