@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@keyframes load_textanimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes load_block {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
#loadpage {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  animation: load_block 1.5s forwards;
  animation-delay: 3s;
}
#loadpage .copy {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width:839px) {
  #loadpage .copy {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
  }
}
#loadpage .copy span {
  display: block;
  /* ここからアニメーション関係 */
  transform: translateY(2.5em);
  animation: load_textanimation 1s forwards;
}
#loadpage .copy span:nth-child(1) {
  animation-delay: 0.0947368421s;
}
#loadpage .copy span:nth-child(2) {
  animation-delay: 0.1894736842s;
}
#loadpage .copy span:nth-child(3) {
  animation-delay: 0.2842105263s;
}
#loadpage .copy span:nth-child(4) {
  animation-delay: 0.3789473684s;
}
#loadpage .copy span:nth-child(5) {
  animation-delay: 0.4736842105s;
}
#loadpage .copy span:nth-child(6) {
  animation-delay: 0.5684210526s;
}
#loadpage .copy span:nth-child(7) {
  animation-delay: 0.6631578947s;
}
#loadpage .copy span:nth-child(8) {
  animation-delay: 0.7578947368s;
}
#loadpage .copy span:nth-child(9) {
  animation-delay: 0.8526315789s;
}
#loadpage .copy span:nth-child(10) {
  animation-delay: 0.9473684211s;
}
#loadpage .copy span:nth-child(11) {
  animation-delay: 1.0421052632s;
}
#loadpage .copy span:nth-child(12) {
  animation-delay: 1.1368421053s;
}
#loadpage .copy span:nth-child(13) {
  animation-delay: 1.2315789474s;
}
#loadpage .copy span:nth-child(14) {
  animation-delay: 1.3263157895s;
}
#loadpage .copy span:nth-child(15) {
  animation-delay: 1.4210526316s;
}
#loadpage .copy span:nth-child(16) {
  animation-delay: 1.5157894737s;
}
#loadpage .copy span:nth-child(17) {
  animation-delay: 1.6105263158s;
}
#loadpage .copy span:nth-child(18) {
  animation-delay: 1.7052631579s;
}
#loadpage .copy span:nth-child(19) {
  animation-delay: 1.8s;
}

main #main {
  background-image: url("../img/mainimage.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #main .copy {
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
  text-align: center;
  max-width: 80%;
}
@media only screen and (max-width:839px) {
  main #main .copy {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
main #news {
  padding: 8rem 8rem 0;
}
@media only screen and (max-width:839px) {
  main #news {
    padding: 4rem 1rem 0;
  }
}
main #news .title_list {
  padding: 4rem 0 0;
}
main #news .title_list li {
  padding: 2rem;
  border-bottom: 1px solid #efefef;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:839px) {
  main #news .title_list li {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }
}
main #news .title_list li .date {
  display: inline-block;
  width: 12rem;
}
@media only screen and (max-width:839px) {
  main #news .title_list li .date {
    width: 8rem;
  }
}
main #message {
  padding: 8rem 8rem 0;
}
@media only screen and (max-width:839px) {
  main #message {
    padding: 4rem 1rem 0;
  }
}
main #message .comment_box {
  margin: 4rem 0;
  padding: 4rem;
  background-color: #fff;
  border-radius: 6rem;
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:839px) {
  main #message .comment_box {
    padding: 2rem;
    border-radius: 3rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
  }
}
main #works {
  padding: 8rem 8rem 0;
}
@media only screen and (max-width:839px) {
  main #works {
    padding: 4rem 1rem 0;
  }
}
main #works .title_list {
  padding: 4rem 0 0;
}
main #works .title_list li {
  padding: 2rem;
  border-bottom: 1px solid #efefef;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:839px) {
  main #works .title_list li {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }
}
main #works .title_list li .date {
  display: inline-block;
  width: 12rem;
}
@media only screen and (max-width:839px) {
  main #works .title_list li .date {
    width: 8rem;
  }
}
main #works .thumb_list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6rem 0 0;
}
main #works .thumb_list_box a {
  margin-top: 5rem;
  margin-right: 5%;
  display: block;
  width: 20%;
}
main #works .thumb_list_box a:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width:839px) {
  main #works .thumb_list_box a {
    margin: 6% 0;
    width: 46%;
  }
  main #works .thumb_list_box a:nth-of-type(odd) {
    margin-right: 4%;
  }
  main #works .thumb_list_box a:nth-of-type(even) {
    margin-left: 4%;
  }
  main #works .thumb_list_box a:nth-of-type(4n) {
    margin-right: 0;
  }
}
main #works .thumb_list_box a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
}
main #works .thumb_list_box a .img img {
  object-fit: cover;
}
main #works .thumb_list_box a:hover .img img {
  transform: scale(1.1);
}/*# sourceMappingURL=index.css.map */