@charset "UTF-8";
html, body, * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arial", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}

header {
  display: block;
  height: 60px;
  width: 100%;
  z-index: 999;
  background-color: white;
}

header .header-title {
  text-decoration: none;
  height: 60px;
  text-decoration: none;
  display: block;
  position: relative;
  margin-left: 12px;
  width: 240px;
}

header .header-title .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}

header .header-title .title {
  font-size: 18px;
  font-weight: normal;
  color: black;
  letter-spacing: 1px;
  position: absolute;
  left: 40px;
  padding: 20px 0;
}

header .nav {
  position: absolute;
  height: 60px;
  top: 0;
  right: 0;
}

header .nav ul {
  margin-right: 12px;
  padding: 20px 0;
}

header .nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

header .nav ul li a {
  color: black;
  text-decoration: none;
}

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works > .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.works > .item .item-content {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.works > .item .item-content .item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.works > .item .item-content .item-title {
  color: white;
  letter-spacing: 2px;
  padding: 0px 10px 0px 10px;
  position: relative;
  top: -50%;
  left: 0%;
  text-align: center;
  opacity: 0;
}

.works > .item .item-content:hover .item-image, .works > .item .item-content.hover .item-image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.works > .item .item-content:hover .item-title, .works > .item .item-content.hover .item-title {
  opacity: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

@media screen and (max-width: 640px) {
  .works > .item {
    width: 100%;
    height: 66vw;
  }
}

@media screen and (min-width: 641px) {
  .works > .item {
    width: 33.33%;
    height: 22vw;
  }
}

.work {
  padding: 16px 16px 40px 16px;
}

.work .title {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 8px;
}

.work .tags {
  margin-bottom: 16px;
}

.work .tags li {
  font-size: 12px;
  display: inline-block;
  color: #555;
  list-style: none;
}

.work .image {
  margin-bottom: 16px;
  width: 100%;
}

.work .image img {
  width: 100%;
}

.work .content {
  font-size: 14px;
  line-height: 1.5;
}

.work .content blockquote {
  font-size: 14px;
  font-family: normal helvetica, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 4px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}

.work .content blockquote a {
  color: #333;
  text-decoration: underline;
  border-bottom: 0px solid #ccc;
}

.work .content blockquote a:hover {
  text-decoration: none;
}

.work .content h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0px 2px 0px;
}

.work .content a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
}

.work .content a:hover {
  border-bottom: 0px solid #aaa;
}

.work .content .tools, .work .content .media {
  margin-left: 0px;
}

.work .content .tools li, .work .content .media li {
  list-style: none;
}

.work .content .video {
  width: 100%;
  margin-top: 16px;
}

.work .content .video iframe {
  width: 100%;
  min-height: 360px;
}

.work .content .gallery {
  width: 100%;
  margin-top: 16px;
}

.work .content .gallery img {
  width: 100%;
}

.work .content .gallery .caption {
  color: #333;
  font-style: italic;
  font-size: 14px;
}

.work .content .link {
  display: inline-block;
  border: 2px solid #555;
  border-radius: 1px;
  padding: 4px 16px;
  margin: 10px 0px;
}

.work .content .link:hover {
  border: 2px solid #555;
}

.work .content .enumeration {
  margin-left: 10px;
}

.work .content .enumeration li {
  list-style: none;
}

@media screen and (max-width: 640px) {
  .work .content .video iframe {
    min-height: 50vw;
  }
}

@media screen and (min-width: 641px) {
  .work {
    width: 640px;
  }
}

.about {
  margin: 16px 0px 32px 0px;
}

.about h1, .about h2, .about h3 {
  font-weight: normal;
}

.about > div {
  padding: 0 16px;
}

.about .about-image {
  margin: 0px 0px 16px 0px;
}

.about .about-image img {
  width: 100%;
  max-width: 640px;
}

.about .about-content {
  color: #393F54;
}

.about .about-content [class^="about-content-"] {
  margin: 12px 0px;
}

.about .about-content [class^="about-content-"] h3 {
  font-size: 22px;
}

.about .about-content .about-content--name {
  color: #333;
}

.about .about-content .about-content--name h1 {
  font-size: 28px;
}

.about .about-content .about-content--name h2 {
  font-size: 18px;
}

.about .about-content .about-content--description {
  font-size: 16px;
  max-width: 640px;
}

.about .about-content .about-content--description p {
  display: block;
  margin-bottom: 4px;
}

.about .about-content .about-content--description a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
}

.about .about-content .about-content--description a:hover {
  border-bottom: 2px solid black;
}

.about .about-content .about-content--socials ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}

.about .about-content .about-content--socials ul li a {
  text-decoration: none;
  color: black;
  position: relative;
}

.about .about-content .about-content--socials ul li a img {
  display: inline-block;
  width: 20px;
}

.about .about-content .about-content--socials ul li a img:hover {
  background-color: #ccc;
}

.not-found {
  padding: 10px 24px 20px 24px;
}
