@charset "UTF-8";
/* ベースはPUPA版 */
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: none;
  line-height: 28px;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  background: #FFFFFF;
  text-align: center;
}
p {
  margin: 5px 15px;
}
a {
  color: #000;
  font-weight: bold;
}
a:hover {
  color: #000;
}
div#header h1, div#footer, div#contents h2 {
  background: #000000;
  color: #FFFFFF;
}
div#header h1, div#footer {
  text-align: center;
  width: 500px;
}
div#container {
  width: 800px;
  margin: 0 auto;
}
div#header h1 {
  font-size: 26px;
  border-radius: 0 0 350px 350px;
  margin: 0 auto 30px;
  padding: 100px 0 0 0;
  height: 150px;
  position: relative;
  color: transparent;
}
.glitch-text {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: white;
}
.glitch-text::before,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.glitch-text::before {
  animation: glitchTop 2s infinite linear alternate-reverse;
  top: -2px;
  color: #f0f;
}
.glitch-text::after {
  animation: glitchBottom 1.5s infinite linear alternate-reverse;
  top: 2px;
  color: #0ff;
}
@keyframes glitchTop {
  0% { clip: rect(0, 9999px, 0, 0); }
  5% { clip: rect(0, 9999px, 5px, 0); }
  10% { clip: rect(0, 9999px, 0, 0); }
  15% { clip: rect(0, 9999px, 5px, 0); }
  100% { clip: rect(0, 9999px, 0, 0); }
}
@keyframes glitchBottom {
  0% { clip: rect(0, 9999px, 0, 0); }
  5% { clip: rect(5px, 9999px, 10px, 0); }
  10% { clip: rect(0, 9999px, 0, 0); }
  15% { clip: rect(5px, 9999px, 10px, 0); }
  100% { clip: rect(0, 9999px, 0, 0); }
}
div#contents {
  margin: 30px;
}
div#contents p {
  width: 500px;
  margin: 0 auto;
}
div#contents h2 {
  padding: 90px 10px 10px 10px;
  margin: 30px auto;
  font-size: 20px;
  text-align: center;
  border-radius: 200px;
  height: 110px;
  width: 190px;
  clear: both;
}
div#footer {
  border-radius: 350px 350px 0 0;
  margin: 120px auto 0 auto;
  padding: 140px 0 0 0;
  height: 110px;
}
div#footer address, div#footer p, div#footer a {
  font-style: normal;
}
