body #contactHeader {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

body #contactHeader .headerIcon {
  width: 50px;
  height: 50px;
  border: solid 1px rgba(34, 34, 34, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 3;
}

body #contactHeader .headerIcon::after {
  content: '';
  width: 50px;
  height: 50px;
  border-right: solid 1px rgba(34, 34, 34, 0.75);
  border-bottom: solid 1px rgba(34, 34, 34, 0.75);
  position: absolute;
  top: -5px;
  left: -5px;
}

body #contactHeader .headerIcon a {
  width: 65%;
  height: 65%;
  -webkit-transform: translate(-1.5px, -1.5px);
          transform: translate(-1.5px, -1.5px);
  z-index: 3;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

body #contactHeader .headerIcon a img {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-animation-name: headerAnime1;
          animation-name: headerAnime1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes headerAnime1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerAnime1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body #contactHeader .headerIcon a:hover {
  opacity: .5;
}

body #contactHeader .headerContents {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-animation-name: headerAnime1;
          animation-name: headerAnime1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes headerAnime1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body #contactHeader .headerContents .headerContentsH1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -10px;
}

body #contactHeader .headerContents .headerContentsH1 img {
  width: 760px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body #contactHeader .headerContents .headerContentsH1 h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #222;
  letter-spacing: .1em;
  position: relative;
  left: 10px;
}

body #contactHeader .headerContents p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  position: absolute;
  bottom: 75px;
  right: 2.5%;
  cursor: text;
}

body #contactHeader .headerContents p img {
  width: 100%;
  height: 100%;
}

body #contactHeader .headerContents .headerContentsScroll {
  width: 1px;
  height: 200px;
  background-color: rgba(34, 34, 34, 0.75);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

body #contactHeader .headerContents .headerContentsScroll::after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: headerAnime2;
          animation-name: headerAnime2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes headerAnime2 {
  0% {
    top: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}

@keyframes headerAnime2 {
  0% {
    top: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}

body #contactMain {
  margin-top: 45vh;
}

body #contactMain p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #222;
  letter-spacing: .1em;
}

body #contactMain form {
  width: 720px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0 5px 15px #d3d3d3;
          box-shadow: 0 5px 15px #d3d3d3;
  margin: 30vh auto 0 auto;
  padding: 50px;
  position: relative;
}

body #contactMain form p {
  margin: 5em 0 0 3em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #222;
}

body #contactMain form input {
  display: block;
  width: 75%;
  border-bottom: solid 1px #d3d3d3;
  margin: 2em auto 0 auto;
}

body #contactMain form textarea {
  display: block;
  resize: none;
  width: 75%;
  height: 50vh;
  border: solid 1px #d3d3d3;
  margin: 2em auto 0 auto;
}

body #contactMain form button {
  width: 30%;
  height: 3em;
  background-color: #f5f5f5;
  border: solid 1px #d3d3d3;
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #222;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

body #contactMain form button:hover {
  background-color: #222;
  color: #f5f5f5;
}

body #contactMain form .memo {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .75em;
  font-weight: 300;
  color: #222;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 125%);
          transform: translate(25%, 125%);
}
/*# sourceMappingURL=contact.css.map */