
html {
    font-family: Inter;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.5;
}



a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}


.u-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 100px;

    @media screen and (max-width: 768px) {
        padding: 0 20px;
    }
}
.u-sectionWrapper {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  @media screen and (max-width: 768px) {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }
}


ul {
  list-style: none;
}

li {
  text-decoration: none; 
  /* 荳狗ｷ壹ｒ豸医☆ */
}



/*-----------------------------
header
---------------------------------*/
.header {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width: 768px) {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}


.header__title {
    font-size: 40px;

    @media screen and (max-width: 768px) {
        font-size: 20px;
    }
}

.header__nav {
    display: flex;
    gap: 16px;
}

.a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}



/*------------------
ABOUT
--------------------*/

.u-sectionTitle {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.about__TextContainer {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;

@media screen and (max-width: 768px){ 
    align-items: center;
    gap: 8px;
}

}

.about__countainer {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;

@media screen and (max-width: 768px) {
    flex-direction: column;
}
}



.about__text {
    @media screen and (max-width: 768px){
        text-align: center;
    }
}



.about__name {
font-family: Noto Sans JP;
font-size: 24px;
font-weight: 700;

 @media screen and (max-width: 768px){
    font-size: 20px;
 }
}

/*------------------
WORKS
--------------------*/
.u-sectionTitle {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.works__itemText {
    font-size: 24px;
    text-align: center;
}

.works__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    
 @media screen and (max-width: 768px){
    flex-direction: column;
    gap: 24px;
 }

}

/*------------------
footer
--------------------*/
.footer {
    padding: 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
