/* // <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;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

/* html{ */
    /* background-color: rgb(250, 250, 250); */
/* } */

p{
    text-decoration: none;
}

.text{
    font-family: Zen Maru Gothic;
    font-weight: 500;
    font-size: 1.1rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1rem;
}

.text_url{
    font-family: Zen Maru Gothic;
    font-weight: 500;
    font-size: 1.2rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
}



h1{
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 2rem;
    /* font-feature-settings: "palt" 1; */
    letter-spacing: 0.13rem;
    color: black;
}

h2{
    font-family: Zen Maru Gothic;
    font-weight: 300;
    font-size: 1rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1rem;
    margin-top: -1.2rem;
    color: rgb(177, 177, 177);
}

h3{
    /* font-family: Source Code Pro; */
    font-family: Zen Maru Gothic;
    font-weight: 600;
    /* font-size: 2.5rem; */
    /* font-feature-settings: "palt" 1; */
    letter-spacing: 0.1rem;
    margin-top: 1.7rem;
}

.title{
    transform: scale(1, 3.5);
}


body{
    /* font-size: 25px; */
    margin: 25px;
    display: flex;
    /* margin-top:50px; */
    gap: 6px 40px; /* 余白 */
}

#main{
    margin: 5px;
    width: 65rem;
}

#main-about{
    /* height: -100px; */
}

#menu{
    letter-spacing: 0.1em;
    font-family: Zen Maru Gothic;
    font-weight: 600;
    font-size: 1.4rem;
    /* font-feature-settings: "palt" 1; */
    text-decoration: none;
    color: black;
    top: 8%;
    height: 50px;
    line-height: 2.5rem;
    /* margin-top: 1.2rem; */
    /* letter-spacing: 0.5rem; */
    position: sticky;
}

ul{
    padding: 0;
    list-style-type: none;
    color: blue;
}


hr{
    height: 0.1px;
    /* color:black; */
}

.click{
    font-family: Zen Maru Gothic;
    /* text-decoration: none; */
    color: black;
}

.click:hover{
    /* text-decoration: underline; */
    color: blue;
}

.item-img{
    width: 100%;
}


.url{
    text-decoration: none;
    text-decoration: underline;
    color: rgb(0, 0, 255);
}


@media screen and ( max-width:1024px) {
    /*　画面サイズ1024pxまではここを読み込む　*/
    .text{
        font-family: Zen Maru Gothic;
        font-weight: 500;
        font-size: 1.5rem;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.1rem;
    }
    
    .text_url{
        font-family: Zen Maru Gothic;
        font-weight: 500;
        font-size: 1.5rem;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.1rem;
        line-height: 2.5rem;
    }
    
    h3{
        /* font-family: Source Code Pro; */
        font-family: Zen Maru Gothic;
        font-weight: 600;
        font-size: 1.2rem;
        /* font-feature-settings: "palt" 1; */
        letter-spacing: 0.1rem;
        margin-top: 1.7rem;
    }

    #menu{
        letter-spacing: 0.1em;
        font-family: Zen Maru Gothic;
        font-weight: 600;
        font-size: 1.4rem;
        /* font-feature-settings: "palt" 1; */
        text-decoration: none;
        color: black;
        top: 8%;
        height: 50px;
        line-height: 3.5rem;
        /* margin-top: 1.2rem; */
        /* letter-spacing: 0.5rem; */
        position: sticky;
    }
}