* {
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
  color: black;
  overflow-x: hidden;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#p1,
.skills-wrapper-txt,
#contacttxt,
#about-txt {
  line-height: 36px;
}



h2 {
  letter-spacing: 0.05em;
  font-family: "Lora", serif;
  font-size: 88px;
  color: #c6b999;
  font-weight: 200;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 600;
}

@media screen and (max-width: 764px) {
  h2 {
    font-size: 72px;
  }
}

@media screen and (max-width: 480px) {

  #p1,
  .skills-wrapper-txt {
    line-height: 27px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 26px;
  }

  #contacttxt,
  #about-txt {
    line-height: 26px;
  }
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  display: block;
  /*vertical-align: bottom;*/
}

a {
  color: white;
  text-decoration: none;
}