@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Noto Serif JP', serif;
  ';

}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
body {
  background: #333;
  color: #fff;
  font-weight: 200;
  font-size: 1em;
  font-family: 'Noto Serif JP', serif;
}
a {
  outline: none;
  color: #3498db;
  text-decoration: none;
}
a:hover, a:focus {
  color: #528cb3;
}
section {
  padding: 1em;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 1000px;
}
.content>h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}
.content>h2:first-child {
  padding-top: 0em;
}
/* Header */

.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}
.codrops-header h1 {
  margin: 0;
  font-weight: 600;
  font-family: 'Playfair Display SC', serif;
  font-size: 2.6em;
  line-height: 1.3;
}
.codrops-header h1 span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  padding: 0 0 0.4em 0.1em;
  color: #c0c0c0;
  font-weight: 200;
  font-size: 0.4em;
}
/* Demo links */

.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}
.content+.codrops-demos {
  padding-top: 2em;
}
.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}
/* To Navigation Style */

.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.69em;
  line-height: 2.2;
}
.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}
.codrops-top span.right {
  float: right;
}
.codrops-top span.right a {
  display: block;
  float: left;
}
.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
  content: "\e001";
}
.codrops-icon-prev:before {
  content: "\e004";
}
/* Related demos */

.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}
.related>a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #000;
  text-align: center;
}
.related a:hover {
  border-color: #39545e;
}
.related a img {
  max-width: 100%;
  opacity: 0.8;
}
.related a:hover img, .related a:active img {
  opacity: 1;
}
.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}
@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}