@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Montserrat);
body, html {
  height: 100%;
  background-color: #fcfaf5;
}

h1, h2, h3, h4, h5, h6, p, a, body {
  line-height: 1.67;
  letter-spacing: 0.15em;
  font-size: 14px;
  color: #303030;
}

a {
  text-decoration: none;
  color: #41ccff;
}
a:hover {
  color: #ffc600;
}

.bold, h1, h2, h3, h4, h5, h6, p, a, body, .button {
  font-family: Montserrat, "FOT-筑紫A丸ゴシック Std E", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
}

.axis, .home .home__title .home__title--text {
  font-family: "AXIS", "FOT-筑紫A丸ゴシック Std E", Montserrat, "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
}

::selection {
  background: #dce2e2;
}

.transition, a, .button {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.inner {
  max-width: 89.9em;
  margin-right: auto;
  margin-left: auto;
}

.button {
  background: none;
  color: #a3de32;
  background-color: white;
  padding: 8px 10px 6px 10px;
  border: 0;
  border: #a3de32 2px solid;
}
.button:hover {
  background: #a3de32;
  color: #fcfaf5;
}

.social {
  animation: fadeIn--animation 4s ease;
  -webkit-animation: fadeIn--animation 4s ease;
  -moz-animation: fadeIn--animation 4s ease;
  -o-animation: fadeIn--animation 4s ease;
  -ms-animation: fadeIn--animation 4s ease;
}

.nav {
  line-height: 50px;
  border-bottom: #dce2e2 1px solid;
  padding: 20px 0;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.91);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
}
.nav .nav__logo {
  float: left;
}
.nav nav {
  float: right;
}
.nav nav li {
  display: inline-block;
  margin: 0 10px;
}
.nav nav li.current {
  border-bottom: 2px solid white;
}

.image {
  height: 100%;
  position: relative;
}
.image .image_p {
  position: absolute;
  background-color: #ffc600;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.image .social {
  position: absolute;
  right: 50px;
  top: 250px;
  z-index: 20;
}
.image .social li {
  display: inline-block;
}
.image .social .social__twitter {
  width: 100px;
}
.image .image__logo {
  animation: fadeIn--animation 2s ease;
  -webkit-animation: fadeIn--animation 2s ease;
  -moz-animation: fadeIn--animation 2s ease;
  -o-animation: fadeIn--animation 2s ease;
  -ms-animation: fadeIn--animation 2s ease;
  width: 300px;
  height: 300px;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  margin: -150px auto auto auto;
  position: relative;
  padding-top: 50px;
  top: 50%;
  text-align: center;
}
.image .image__logo .image__logoimg {
  display: inline-block;
}
.image .image__logo .image__down {
  display: block;
  margin: 20px auto 0;
  position: relative;
  animation: image__down--animation 2s ease infinite;
  -webkit-animation: image__down--animation 2s ease infinite;
  -moz-animation: image__down--animation 2s ease infinite;
  -o-animation: image__down--animation 2s ease infinite;
  -ms-animation: image__down--animation 2s ease infinite;
}

.home {
  padding: 100px 0;
  border-bottom: 1px solid #dce2e2;
}
.home .home__title {
  margin: 0 auto 10px;
  text-align: center;
}
.home .home__title .home__title--img {
  display: block;
  margin: 0 auto 20px;
}
.home .home__title .home__title--text {
  color: #303030;
  padding: 3px 3px 0;
}
.home .home__text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}
.home .home__button-more {
  margin: 50px auto 0;
  display: block;
  width: 250px;
  text-align: center;
}

.gallery li a {
  display: block;
}
.gallery li img {
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: white;
}

.about__profile .like {
  margin-left: 20px;
}
.about__profile .like li {
  list-style: square;
  padding: 5px 0;
}
.about__profile .like ul {
  margin-left: 20px;
}
.about__profile .about__profile--left img {
  float: left;
}
.about__profile .about__profile--text,
.about__profile .about__profile--main {
  float: left;
  margin: 0;
  width: 80%;
  padding: 0 0 0 20px;
}
.about__profile .about__profile--text span {
  font-size: 12px;
  color: #b3b3b3;
  display: block;
  margin: -3px 0 10px;
}
.about__profile .about__profile--right h3 {
  margin-top: 0;
}

.contact__form {
  width: 550px;
  margin: auto;
}
.contact__form label {
  display: block;
  padding: 10px 0;
  line-height: 40px;
  overflow: hidden;
}
.contact__form label .required {
  color: #b3b3b3;
  font-size: 12px;
}
.contact__form label input, .contact__form label select {
  float: right;
  line-height: 30px;
  width: 400px;
  padding: 0 5px;
  border: 2px solid #303030;
}
.contact__form label textarea {
  float: right;
  line-height: 30px;
  width: 400px;
  height: 150px;
  padding: 0 5px;
  border: 2px solid #303030;
}
.contact__form label input:focus, .contact__form label select:focus, .contact__form label textarea:focus {
  border: 2px solid #b3b3b3;
}
.contact__form .contact__form-submit {
  margin: 20px auto 0;
  width: 250px;
  display: block;
}

.nav--page {
  background: none;
  border: 0;
  box-shadow: 0 2px 5px 0 transparent;
  color: white;
}
.nav--page a {
  color: white;
}

.page {
  position: relative;
}
.page.project .page__header {
  background-color: #41ccff;
}
.page.blog .page__header {
  background-color: #a3de32;
}
.page.about .page__header {
  background-color: #ffc600;
}
.page.contact .page__header {
  background-color: #ff3b93;
}
.page .social {
  position: absolute;
  right: 0px;
  top: 30px;
}
.page .social li {
  display: inline-block;
}
.page .social .social__twitter {
  width: 100px;
}
.page .page__header {
  overflow: hidden;
  padding: 95px 0 30px;
  color: white;
  position: relative;
}
.page .page__header .page_p {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.page .page__header .inner {
  position: relative;
}
.page .page__header .page__title {
  margin: 0;
  float: left;
  color: white;
  animation: fadeIn--animation 2s ease;
  -webkit-animation: fadeIn--animation 2s ease;
  -moz-animation: fadeIn--animation 2s ease;
  -o-animation: fadeIn--animation 2s ease;
  -ms-animation: fadeIn--animation 2s ease;
}
.page .page__header .page__title .page__title--text {
  padding-left: 20px;
}
.page .page__header .page__text {
  color: white;
  float: left;
  line-height: 80px;
  padding-left: 20px;
  font-size: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  animation: fadeIn--animation 2s ease;
  -webkit-animation: fadeIn--animation 2s ease;
  -moz-animation: fadeIn--animation 2s ease;
  -o-animation: fadeIn--animation 2s ease;
  -ms-animation: fadeIn--animation 2s ease;
}
.page .gallery {
  padding: 50px 0;
}
.page .gallery li {
  height: 400px;
}
.page .gallery .didit {
  color: #8d8d8d;
  font-size: 0.7rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.page .gallery span {
  color: #b3b3b3;
  display: block;
  font-size: 12px;
}
.page .about__profile {
  padding: 50px 0;
}
.page .about__profile .about--brd {
  border-bottom: 1px solid #dce2e2;
  min-height: 285px;
  padding-bottom: 20px;
}
.page small {
  color: #b3b3b3;
}
.page .contact__content {
  padding: 50px 0;
}
.page .contact__content h4 {
  padding: 0;
  margin: 20px 0 0px;
  font-size: 1.1em;
}
.page .contact__content ul {
  padding: 0 20px;
  font-size: 12px;
}
.page .contact__content ul li {
  list-style-type: circle;
  padding: 5px 0;
}

.slicknav_menu {
  display: none;
}

.project__detail {
  background-color: white;
  padding: 30px;
  max-width: 800px;
  margin: auto;
}
.project__detail .project__detail--preview {
  max-width: 200px;
  margin: 5px;
}
.project__detail img {
  max-width: 100%;
  height: auto;
}
.project__detail h1 {
  font-size: 25px;
}
.project__detail h2 {
  margin-top: 50px;
}

footer p {
  padding: 20px 0;
  text-align: center;
  margin: 0;
  border-top: 1px solid #dce2e2;
  font-size: 12px;
  background-color: white;
}

@-moz-keyframes image__down--animation {
  0% {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}
@-webkit-keyframes image__down--animation {
  0% {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes image__down--animation {
  0% {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}
@-ms-keyframes image__down--animation {
  0% {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0px;
  }
}
@-moz-keyframes page__title-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes fadeIn--animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}
@-o-keyframes fadeIn--animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}
@-ms-keyframes fadeIn--animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}
@media only screen and (max-width: 40em) {
  * {
    float: none !important;
  }

  .social {
    display: none;
  }

  .nav {
    position: relative;
  }
  .nav .nav__logo {
    padding: 0 20px;
    margin: 0;
  }
  .nav nav {
    display: none;
  }

  .image {
    height: 114%;
  }
  .image .image__logo {
    width: 200px;
    height: 200px;
    top: 45%;
  }
  .image .image__logo img {
    max-width: 70px;
  }

  .page .page__header {
    padding: 30px 0;
  }
  .page .page__header .page__title {
    text-align: center;
  }
  .page .page__header .page__title img {
    height: 50px;
  }
  .page .page__header .page__text {
    line-height: 100%;
    text-align: center;
    margin: 30px 0 0;
    padding: 0;
  }

  .gallery {
    padding: 20px !important;
    font-size: 1.2rem;
  }
  .gallery li {
    word-wrap: break-word;
    height: auto !important;
  }
  .gallery .grid--4 {
    padding-bottom: 15px;
  }

  .contact__content {
    padding: 20px !important;
  }

  .about__profile .about__profile--right, .about__profile .grid--4 {
    padding: 20px;
  }
  .about__profile .about__profile--main {
    width: 95% !important;
    padding-bottom: 20px;
  }
  .about__profile .about--brd {
    min-height: 100% !important;
  }

  .home__text {
    padding: 0 20px;
  }

  .contact__form {
    width: 100%;
    padding: 0 20px;
  }

  .contact__form label input, .contact__form label select, .contact__form label textarea {
    width: 100%;
    display: block;
  }

  .slicknav_menu {
    display: block;
  }
}
