@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}

a {
  display: block;
  text-decoration: none;
}

.main {
    width: 100%;

    background-image: url(./_img/bg_image.png); 
    background-size: cover;
}

canvas#shooting-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックなどの妨げにならないように */
}

.hero{
    width: 100%;
    height: 100vh;
    position: relative;
}

.heroText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.date {
    position: absolute;
}


#about p {
    color :#F2DAA5;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* commonsのcssをかき消す */
#about a {
    text-decoration: underline;
    display: inline-block;
    color: #F2DAA5;
    transition: 0.5s;
}

.projects_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.project h1 {
  font-size: 20px;
  padding: 0 0 5px;
  background-image : linear-gradient(to right, #F2DAA5 4px, transparent 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;

  color :#F2DAA5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
}

.project p {
  color :#F2DAA5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

.form_button img{
  width: 400px;
  text-align: center;
  max-width: 100%;
}

.languageButton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 0px 5px;
  border-bottom: 1px solid #F2DAA5;
}

.languageButton p {
  margin: 0;
  color: #F2DAA5;
}