@charset "utf-8";
/* CSS Document */
body {
    background: #FFF;
    /*background-image: url(../images/bg04.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}
@media screen and (max-width:767px){
body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background:url(../images/bg001.jpg) center no-repeat;
    background-size:cover;
}
}
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
ul, li {
    list-style: none;
}
.intro-section {
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* タイトル
--------------------------------------------------------------------*/
.ttlBlock {
    width: 96%;
    height: 430px;
    margin: 0 auto;
}
.text, .text > * {
  position: absolute;
  top: 70px/*40%*/;
  left: 50%;
  transform: translate(-50%, -40%);
  white-space: nowrap;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.text.posi02, .text.posi02 > * {
  position: absolute;
  top: 130px/*70%*/;
  left: 50%;
  transform: translate(-50%, -70%);
  white-space: nowrap;
}
.text > * {
  font-size: 5vw;
  animation: giggle 1s ease infinite;
  mix-blend-mode: difference;
}
.text .r {
  color: #f00;
  left: -0.5px;
}
.text .g {
  color: #0f0;
  animation-delay: -0.67s;
}
.text .b {
  color: #00f;
  animation-delay: -0.33s;
  left: 0.5px;
}

@keyframes giggle {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(-2px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(2px);
  }
}
@keyframes lines {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 25px;
  }
}


.content-section {
  --scroll-length: 1.4;
  height: calc( var(--scroll-length) * 100vh );
  height: 100vh;
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}
.content-section .content .subheading,
.content-section .content .paragraph {
  opacity: 1;
  opacity: calc( 1 + var(--viewport-y) );
}

.content-section a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.figure > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*max-width: 35em;
  max-width: 50em;*/
  max-width: 55%;
  display: grid;
  grid-template-rows: 1fr 1.7fr;
  color: white;
  padding: 2em;
  font-size: 2.5vmin;
  padding-left: 5%;
}
.content * {
  text-shadow: 0 0 4vmin rgba(0, 0, 0, 0.25);
}
.content > .header {
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content > .paragraph {
  grid-row: 2 / 3;
  line-height: 1.5;
  font-size: 1.1vw/*0.95vw*/;
  max-height: 165px;
}

.heading {
  /*font-size: 2.75em;*/
  font-size: 2.1vw;
  letter-spacing: 0.05rem;
  margin: 0 0 20px 0;
}

.subheading {
  /*font-size: 1.25em;*/
  font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: .7em;
}

/* ---------------------------------- */
.figure {
  --scale: calc(.6 + (.4 * var(--scroll-length) * var(--visible-y))
  );
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
}
.figure:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  /*opacity: calc( var(--visible-y) );*/
  opacity: 0.5;
}
.figure > img {
  display: block;
  will-change: transform;
  -webkit-transform: scale(calc(1 / var(--scale)));
          transform: scale(calc(1 / var(--scale)));
}

/* ---------------------------------- */
.char {
  display: inline-block;
  /*opacity: calc(  1 + (  ( var(--viewport-y) * 1.5 ) - var(--char-percent) ) );*/
    opacity: calc(  1.6 + (  ( var(--viewport-y) * 1.5 ) - var(--char-percent) ) );
}

*,
*:before,
*:after {
  /*position: relative;*/
  box-sizing: border-box;
}

.heading,
.intro-heading {
  font-weight: 700;
}

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.015em;
  font-family: "SF Pro Display","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* ハンバーガーメニュー
*************************************************************************************/
#nav-toggle {
  position: fixed;
  /*top: 25px;*/
    bottom: 10px;
  right: 10px;
  height: 50px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
/*@media screen and (max-width:767px){
    #nav-toggle {
        height: 42px;
        right: 10px;
    }
    #nav-toggle > div {
      position: relative;
      width: 25px;
    }
    #nav-toggle span:nth-child(2) {
      top: 10px !important;
    }
    #nav-toggle span:nth-child(3) {
      top: 20px !important;
    }
}*/
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0.5px;
}
#nav-toggle span:nth-child(2) {
  top: 13.5px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 6px;
}
#nav-toggle:hover span:nth-child(2) {
  top: 13.5px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 10;
    background: rgba(255,255,255,0.75);
    padding: 10px;
}

#container {
  z-index: 8;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

/* CSSでテキストマスク
*************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.main_ttl {
    /*background: #333;*/
    width: 100%;
    padding: 80px 0 0 0;
}
.title {
    font-family: "Montserrat";
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    letter-spacing: 1px;
}

h1.ttl_main {
    background-image: url(../images/giphy03.gif);
    /*background-size: cover;
    background-position: center center;*/
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    /*font-size: 120px;*/
    font-size: 12vw;
    line-height: 0.9;
    /*margin: 10px 0;*/
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
/* styling my button */

.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "Montserrat";
}

.white-mode:hover {
    background-color: #FFF;
    color: #122;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #000 !important;
}

footer {
    background: #000;
    padding: 7rem 0 .5rem;
    margin-top: 7rem;
}
footer small {
    display: block;
    color: #676767;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 80px 0 0px 0;
}
.btn_prof {
    position: relative;
    display: block;
    width: 25%;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    padding: 10px 0;
    text-decoration: none;
}

/* bg用css
*************************************************************************************/
@media screen and (max-width:767px){
.bg_cover {
  /*height: 200vh;*/
  /*background: url("../images/bg001.jpg") no-repeat;
  background-size: cover;*/
  /*mix-blend-mode: overlay;*/
  /*background-attachment: fixed;*/
    /*background-position:50%;*/
    /*position: relative;*/
    z-index: -2;
}
}
@media screen and (min-width:768px){
.bg_cover {
  /*height: 200vh;*/
  /*background: url("../images/bg08.jpg");
  background-size: cover;
  mix-blend-mode: overlay;
  background-attachment: fixed;
    background-position:50%;*/
   /* position: relative;*/
}
}
.bg_cover:after,
canvas#world:after,
canvas#c:after {
    content: '';
    /*background: linear-gradient(to bottom, #ff4b00, #ff4d74, #c56bee, #00b5ff, #00ac00, #ffba00, #ff8239);*/
    /*background-image: linear-gradient(-225deg, rgba(6,183,239,0.8) 10%, rgba(149,15,159,0.7) 80%);*/
    /*background: linear-gradient(135deg, rgba(255, 221, 40, 0.8), rgba(255, 110, 80, 0.8) );*/
    background: linear-gradient(to bottom, rgba(255, 75, 0, 0.1) 14%, rgba(255, 77, 116, 0.8) 28%, rgba(197, 107, 238, 0.8) 42%, rgba(0, 181, 255, 0.8) 56%, rgba(0, 172, 0, 0.8) 70%, rgba(255, 186, 0, 0.8) 84%, rgba(255, 130, 57, 0.8) 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

canvas#world,
canvas#c {
	position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
/* modal
*************************************************************************************/
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.left {
    display: inline-block;
    width: 48%;
}
.right {
    display: inline-block;
    width: 49%;
    margin-left: 2%;
    vertical-align: top;
}
.right p {
    font-size: 18px;
    margin-bottom: 35px;
}
.right .ttl02 {
    color: #037BA6;
    font-size: 20px;
    padding-left: 22px;
    padding-bottom: 3px;
    margin-top: 10px;
    position: relative;
}
.right .ttl02:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #037BA6;
}
.right .ttl02:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #037BA6;
}
.right .url {
}
.right dl {
}
.right dt {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #000;
}
.right dd {
    margin: 0 0 20px 10px;
    font-size: 16px;
    line-height: 1.6;
}
dd.remarks, dd.remarks02, dd.remarks03, dd.remarks04, dd.remarks05, dd.remarks06,
dd.remarks07, dd.remarks08, dd.remarks09, dd.remarks10, dd.remarks11, dd.remarks12 {
    white-space: pre-wrap;
}
.slick-next:before,
.slick-prev:before {
    color: #FFF !important;
    font-size: 30px !important;
}
.slick-prev {
    left: 0px !important;
    z-index: 3;
    width: 30px !important;
    height: 30px !important;
}
.slick-next {
    right: 0px !important;
    width: 30px !important;
    height: 30px !important;
}
.slick-slide img {
    border-radius: 5px;
}
/* profile
*************************************************************************************/
#profile {
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
    
}
.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255,255,255,0.9);
    padding: 50px 5%;
    margin-top: 50px;
}
.profile .name {
    width: 49%;
    font-size: 4.5vw;
    font-weight: bold;
}
.profile .name > span {
    font-size: 16px;
    padding-left: 40px;
    font-weight: normal;
}
.profile .prof {
    width: 49%;
}
.profile .prof li {
    padding-bottom: 10px;
}
.bar_job {
    width: 100%;
    background: #29475f;
    margin: 10px 0 25px 0;
}
.bar_job p {
    padding: 15px 0 15px 30px;
    color: #FFF;
}
.bar_job p span {
    padding-right: 30px;
}
.profile .prof_txt {
    width: 60%;
}
.profile .prof_txt p {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}
.profile .prof_photo {
    width: 33%;
}
.profile .prof_photo img {
    max-width: 100%;
    border: 3px solid #29475f;
    box-sizing: border-box;
}
.profile .prof_txt > dl {
    margin-top: 10px;
    letter-spacing: 1px;
}
.profile .prof_txt > dl > dt {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.1rem;
}
.profile .prof_txt > dl > dd {
    padding-bottom: 15px;
}
.profile .prof_txt > dl > dd:last-child {
    padding-bottom: 0;
}
.profile .spec {
    width: 59%;
    background: #29475f;
    margin-top: 15px;
    padding: 25px 35px;
}
.profile .pr {
    width: 39%;
    background: #29475f;
    margin-top: 15px;
    padding: 25px 20px;
}
.profile .ttl01 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 25px;
}
.profile .pr .txt02 {
    color: #FFF;
    font-size: 0.9rem;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}
.frame {
    width: 100%;
}
/* textEffect
*************************************************************************/
.ttl_name {
    padding: 50px 0;
}
.glitch {
  color: white;
  font-size: 100px;
  position: relative;
  width: 62%;
  margin: 0 auto;
　/*font-family: 'Varela', sans-serif;*/
}
.glitch.second {
    width: 28%;
    font-size: 120px;
}

@keyframes noise-anim {
  0% {
    clip: rect(79px, 9999px, 10px, 0);
  }
  5% {
    clip: rect(85px, 9999px, 84px, 0);
  }
  10% {
    clip: rect(84px, 9999px, 80px, 0);
  }
  15% {
    clip: rect(82px, 9999px, 2px, 0);
  }
  20% {
    clip: rect(6px, 9999px, 80px, 0);
  }
  25% {
    clip: rect(43px, 9999px, 17px, 0);
  }
  30% {
    clip: rect(76px, 9999px, 85px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 99px, 0);
  }
  40% {
    clip: rect(78px, 9999px, 98px, 0);
  }
  45% {
    clip: rect(35px, 9999px, 98px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 18px, 0);
  }
  55% {
    clip: rect(75px, 9999px, 5px, 0);
  }
  60% {
    clip: rect(5px, 9999px, 10px, 0);
  }
  65% {
    clip: rect(28px, 9999px, 7px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 17px, 0);
  }
  75% {
    clip: rect(68px, 9999px, 69px, 0);
  }
  80% {
    clip: rect(93px, 9999px, 41px, 0);
  }
  85% {
    clip: rect(52px, 9999px, 50px, 0);
  }
  90% {
    clip: rect(65px, 9999px, 52px, 0);
  }
  95% {
    clip: rect(32px, 9999px, 57px, 0);
  }
  100% {
    clip: rect(11px, 9999px, 4px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  /*background: black;*/
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(17px, 9999px, 52px, 0);
  }
  5% {
    clip: rect(76px, 9999px, 18px, 0);
  }
  10% {
    clip: rect(29px, 9999px, 43px, 0);
  }
  15% {
    clip: rect(23px, 9999px, 81px, 0);
  }
  20% {
    clip: rect(27px, 9999px, 97px, 0);
  }
  25% {
    clip: rect(100px, 9999px, 35px, 0);
  }
  30% {
    clip: rect(46px, 9999px, 85px, 0);
  }
  35% {
    clip: rect(47px, 9999px, 58px, 0);
  }
  40% {
    clip: rect(21px, 9999px, 4px, 0);
  }
  45% {
    clip: rect(28px, 9999px, 70px, 0);
  }
  50% {
    clip: rect(55px, 9999px, 91px, 0);
  }
  55% {
    clip: rect(18px, 9999px, 14px, 0);
  }
  60% {
    clip: rect(10px, 9999px, 26px, 0);
  }
  65% {
    clip: rect(72px, 9999px, 59px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 86px, 0);
  }
  75% {
    clip: rect(21px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(71px, 9999px, 56px, 0);
  }
  85% {
    clip: rect(24px, 9999px, 62px, 0);
  }
  90% {
    clip: rect(26px, 9999px, 89px, 0);
  }
  95% {
    clip: rect(77px, 9999px, 23px, 0);
  }
  100% {
    clip: rect(28px, 9999px, 9px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  /*background: black;*/
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.neon {
  padding: 0;
  margin: 0;
  font-family: 'Dosis';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: rgba(0,0,0,0.95);
}
h1 {
  /*display: flex;
  align-items: baseline;
  height: 56px;
  font-size: 82px;
  color: #FF0080;
  animation: neonBlur 16s infinite;
  font-weight: 300;
  letter-spacing: 5px;*/
    /*font-family: 'Archivo Black', sans-serif;
    font-family: 'Julius Sans One', sans-serif;
    font-family: 'Libre Baskerville', serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
}
/*h1 > span:nth-child(1) {
  opacity: .5;
  font-weight: 800;
}
h1 > span:nth-child(2) {
  animation: neonBlink 5s infinite;
}
h1 > span:nth-child(3) {
  opacity: .4;
}
h1 > span:nth-child(4) {
  animation: neonBlink 2s infinite;
}*/
h1 > span:nth-child(1) {
  animation: neonBlink 5s infinite;
    font-weight: 800;
    font-size: 106px;
}
h1 > span:nth-child(2) {
  opacity: .5;
  font-weight: 700;
}
h1 > span:nth-child(3) {
  opacity: .9;
}
h1 > span:nth-child(4) {
  animation: neonBlink 2s infinite;
    font-weight: 700;
    font-size: 106px;
}
h1 > span:nth-child(5) {
  animation: neonBlink 1.5s infinite;
    font-weight: 800;
}
h1 > span:nth-child(6) {
  opacity: .4;
}

@keyframes neonBlink {
  0% { opacity: 1; }
  10% { opacity: .6; }
  12% { opacity: 1; }
  15% { opacity: .4; }
  17% { opacity: 1; }
  18% { opacity: .3; }
  19% { opacity: 1; }
  89% { opacity: 1; }
  91% { opacity: .7; }
  94% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes neonBlur {
  0% { text-shadow: 0px 0px 25px #FF0080; }
  50% { text-shadow: 0px 0px 75px #FF0080; filter: blur(0.5px) }
  100% { text-shadow: 0px 0px 25px #FF0080; }
}



canvas.mainCanvas {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

#c1 {
    opacity: 0;
}

#c2 {
    background: #000;
}


#wrapper {
    overflow: hidden;
    position: relative;
}
.background {
    width: 100%;
    height: 100%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/abstract.jpg");
    background-size: cover;
}
.outer-scratch, .inner-scratch {
  /*height: inherit;*/
}
.outer-scratch:after, .inner-scratch:after {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    opacity: 0.08;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/scratch.png") repeat center center;
    -webkit-animation: scratch 0.45s steps(1) infinite;
    animation: scratch 0.45s steps(1) infinite;
}
.inner-scratch:after {
    left: 30%;
    -webkit-animation: inner-scratch 2s infinite;
    animation: inner-scratch 2s infinite;
}
.grain:after {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    opacity: 0.11;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/grain.jpg") repeat center center;
    -webkit-animation: grain 0.5s steps(1) infinite;
    animation: grain 0.5s steps(1) infinite;
}
/* Film Animations */
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.075;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.09;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.05;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.02;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes inner-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.08;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.06;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.03;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
/* Simple Title Animation */
@keyframes draw {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes draw-bottom {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
