@charset "UTF-8";

* {
font-family: 'Amarante', cursive;
font-family: 'Metal Mania', cursive;
font-family: 'Noto Sans JP', sans-serif;
}

.header {
    background-image: url(./_jpg_png/header_texture.png);
    /* background-position: bottom; */
    background-size: cover;
    background-position: bottom;
    height: 195px;
    display: flex;
    justify-content: space-between;
}

h1 img {
    margin: 50px 0 80px 80px;
    z-index: 999
;
}

.nav ul {
    font-family: Metal Mania;
    list-style: none;
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    font-size: 25px;
    gap: 30px;
}

.nav a {
    text-decoration: none;
    font-family: Metal Mania;
    color: #C61AC7;
    transition: all .5s;
}
.nav a:hover {
    opacity: 0.8;
    color: #1ab0c7;
}

.glitch-2 img {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}
.main-ph {
  overflow-X: hidden;
  /* アニメーションなどのはみ出し横スクロールを隠す */
}
#PROFILE {
    background-image: url(./_jpg_png/BG_profile.jpg);
    background-position: center;
    background-size: cover;
    height: 965px;
}
.pr-title-box h2 {
    font-size: 35px;
    font-family: Metal Mania;
    letter-spacing: .1em;
    color: #C61AC7; 
    /* padding-left: 20px; */
    margin-left: 200px;
}

/* h2::after {
    content: url(./_jpg_png/pr_title.png);
    margin: -30px 0 0 20px;
    display: inline-block;
} */

.pr-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.pr-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -60px auto 20px;
}
.pr-title-line img {
  max-width: 100%;
}

.profile-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 65px;
}

.yusuke-pr dd, .RION-pr dd, .TOMMY-pr dd {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    letter-spacing: .2em;
}

.yusuke-pr dt, .RION-pr dt, .TOMMY-pr dt {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
    letter-spacing: .15em;
}

#PROFILE p {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    width: 1000px;
    margin: 30px auto 30px;
    justify-content: center;
    line-height: 1.8;
    letter-spacing: .05em;
}
.dg-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 30px; */
    gap: 20px;
}
.dg-title-box h2 {
    font-size: 35px;
    font-family: Metal Mania;
    letter-spacing: .1em;
    color: #C61AC7; 
    margin-right: 150px;
}
.dg-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -70px auto 20px;
}
.dg-title-line img {
    max-width: 100%;
}
#DISCOGRAPHY {
    background-image: url(./_jpg_png/BG_disc.jpg);
    background-position: center;
    background-size: cover;
    height: 700px;
}
.discography-wrapper {
    display: flex;
    width: 1000px;
    margin: 40px auto;
    gap: 30px;
}
.discography-wrapper img {
  transition: all .5s;
}
.discography-wrapper img:hover {
  opacity: 0.7;
}
.discography-wrapper a {
    text-decoration: none;
}
.discography-wrapper dd, .discography-wrapper dt {
  transition: all .5s;
}
.discography-wrapper dd:hover {
    color: #C61AC7;
}
.discography-wrapper dt:hover {
    color: #C61AC7;
}
.discography-wrapper dd {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}
.discography-wrapper dt {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    letter-spacing: .12em;
}
.view-more-wrapper a {
    display: flex;
    margin: 85px auto 110px;
    justify-content: center;
    text-align: center;
    width: 185px;
    padding: 10px;
    text-decoration: none;
    border: solid 1px;
    color: #fff;
    transition: all .5s;
}
.view-more-wrapper h3 {
    font-family: Amarante;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
}

.view-more-wrapper a:hover {
    /* opacity: 0.8; */
    background-color: #0aaedb9b;
    color: #33d8f1;
}
#MOVIE {
    background-image: url(./_jpg_png/BG_movie.jpg);
    background-position: top;
    background-size: cover;
    height: 879px;
}
.mv-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 30px; */
    padding-top: 30px;
}
.mv-title-box h2 {
    font-size: 35px;
    font-family: Metal Mania;
    letter-spacing: .1em;
    color: #C61AC7; 
    margin-left: 200px;
}
.mv-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -70px auto 20px;
}
.mv-title-line img {
  max-width: 100%;
}
/* .mv-sample {
    margin: 0 auto;
    width: 845px;
    justify-content: center;
} */
.mv-sample {
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}
#LIVE {
    background-image: url(./_jpg_png/lv_bgi.png);
    background-position: bottom;
    background-size: cover;
    height: 998px;
}
.live-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    gap: 20px;
}
.live-title-box h2 {
font-size: 35px;
font-family: Metal Mania;
letter-spacing: .1em;
color: #C61AC7; 
margin-right: 150px;
}
.lv-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -70px auto 20px;
}
.lv-title-line img {
  max-width: 100%;
}
.li-list-bg {
    margin: 0 auto;
    text-align: center;
}
.lv-list-wrapper {
    display: flex;
    width: 1000px;
    margin: -430px auto;
    justify-content: space-between;
}
.event h4, .tour h4 {
    color: #fff;
    font-family: Amarante;
    font-size: 16px;
    padding: 5px 8px;
    text-align: center;
    border: solid 1px;
    margin-bottom: 20px;
    width: 145px;
}
.event li, .tour li {
    color: #fff;
    font-family: Metal Mania; 
    letter-spacing: .1em;
    list-style: none;
}

.event a, .tour a {
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}
.tour a:hover {
  color: #C61AC7;
}
.event a:hover {
  color: #C61AC7;
}

.event h5 {
    color: #fff;
    font-family: Metal Mania; 
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
.event p {
    font-family: Metal Mania; 
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: .1em;
}
.tour-title a {
    display: inline-block;
    font-size: 55px;
    font-family: Metal Mania;
    line-height: 1.1;
    padding-bottom: 10px;
}
.tour p {
    font-family: Metal Mania;
    font-size: 21px;
    line-height: 1.5;
}
.tour-more a {
    font-family: Metal Mania;
    font-size: 25px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 40px;
}
.live-view-more-wrapper a {
    display: flex;
    margin: 500px auto 120px;
    justify-content: center;
    text-align: center;
    width: 185px;
    padding: 10px;
    text-decoration: none;
    border: solid 1px;
    color: #fff;
    transition: all .5s;
}
.live-view-more-wrapper h3 {
    font-family: Amarante;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
}
.live-view-more-wrapper a:hover {
    background-color: #0aaedb9b;
    color: #33d8f1;
}

#NEWS {
    background-image: url(./_jpg_png/BG_news.jpg);
    background-position: top;
    background-size: cover;
    height: 850px;
}

.news-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;

}
.news-title-box h2 {
font-size: 35px;
font-family: Metal Mania;
letter-spacing: .1em;
color: #C61AC7; 
padding-right: 20px;
margin-left: 155px;
}
.news-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -50px auto 20px;
}
.news-title-line img {
  max-width: 100%;
}
.news-info table {
    text-align: left;
    width: 1000px;
    margin: 40px auto;
    border-collapse: separate;
    border-spacing:50px 0;
}
.news-info th, .news-info td {
color: #fff;
}
.news-info th {
    height: 25px;
    padding-left: 10px;
    border: 1px solid #ffffff;
    vertical-align: middle;
    /* 縦揃えの指定 */
}
.news-info a {
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}
.news-info a:hover {
  color: #C61AC7;
}
.news-info td span {
    font-family:  Amarante;
    font-size: 14px;
    line-height: 1.8;
}
.news-info td {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 300;
    height: 30px;
    padding: 15px 0 8px;
    border-bottom: 1px dashed #fff;
}
#GOODS {
    background-color: #000000;
    height: 830px;
}
.goods-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.goods-title-box h2 {
font-size: 35px;
font-family: Metal Mania;
letter-spacing: .1em;
color: #C61AC7; 
margin-right: 120px;
}
.goods-title-line {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: -30px auto 20px;
}
.goods-title-line img {
  max-width: 100%;
}
.autoplay {
  width: 1550px;
  margin: 0 auto;
}
.autoplay img {
    width: 100%;
    margin: 80px 0 20px;
    padding: 0 20px;
}
/* .autoplay {
    display: flex;
    width: 1760px;
    justify-content: space-between;
    margin: 90px auto 80px;
} */
.autoplay a {
    text-decoration: none;
}
.autoplay p {
    color: #fff;
    font-family: Noto Sans JP;
    margin: 10px 0 0 20px;
}
.autoplay span {
    color: #C61AC7;
    font-family: Noto Sans JP;
    font-weight: 700;
    margin-right: 20px;
    /* text-align: right; */
}
/* ↓slider カスタマイズ */
.slick-next {
  top: 155px!important;
  right: 30px!important;
}
.slick-prev {
  top: 155px!important;
  left: -70px!important;
}
.slick-arrow {
  z-index:2!important;
  /* width: 80px;
  height: 100px; */
}
.slick-arrow:before {
    content:""!important;
    width: 600%!important;
    height: 600%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
}
.slick-next:before {
  background: url(./_jpg_png/gd_arrow_l.png)!important;
  background-size: contain!important;
  width: 80px;
  height: 100px;
}

.slick-prev:before {
  background: url(./_jpg_png/gd_arrow_r.png)!important;
  background-size: contain!important;
}
/* ↑slider カスタマイズ */
/* ↓slider dots カスタマイズ 1*/
/* .slick-dots li:nth-of-type(1) button:before{
  background: url(./_jpg_png/gd_dots.png) no-repeat;
  background-size: contain!important;
}
.slick-dots li:nth-of-type(2) button:before{
  background: url(./_jpg_png/gd_dots.png) no-repeat;
  background-size: contain!important;
}
.slick-dots li:nth-of-type(3) button:before{
  background: url(./_jpg_png/gd_dots.png) no-repeat;
  background-size: contain!important;
}
.slick-dots li:nth-of-type(4) button:before{
  background: url(./_jpg_png/gd_dots.png) no-repeat;
  background-size: contain!important;
}
.slick-dots li button:before{
  content: ''!important;
  height:100%!important;
  width: 100%!important;
}
.slick-dots li{
  width: 99px!important;
  height:99px!important;
  margin: 0!important;
}
.slick-dots li button{
  width:100%!important;
  height:100%!important;
}
.slick-dots{
  bottom: initial!important;
  margin-top:50px!important;
} */
/* ↑slider dots カスタマイズ */
.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(./_jpg_png/gd_dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 75px;
  width: 80px;
}
.slide-dots li.slick-active button::before {
  background-image: url(./_jpg_png/gd_dots_on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 40px;
}
/* ↑slider dots カスタマイズ 2*/
.onlineshop-wrapper a {
    display: flex;
    margin: 50px auto 80px;
    justify-content: center;
    text-align: center;
    width: 250px;
    padding: 10px;
    text-decoration: none;
    border: solid 1px;
    color: #fff;
    transition: all .5s;
    
}
.onlineshop-wrapper  {
    padding-top: 90px;
}

/* .onlineshop-wrapper {
    display: inline-block;
    margin: 50px auto 80px;
    text-align: center;
    padding: 10px;
    width: 250px;
    transition: all .5s;
    justify-content: center;
} */
.onlineshop-wrapper h3 {
    font-family: Amarante;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
}
.onlineshop-wrapper a:hover {
    background-color: #0aaedb9b;
    color: #33d8f1;
}
#SNS {
    background-image: url(./_jpg_png/BG_sns.jpg);
    background-position: bottom;
    background-size: cover;
    height: 1300px;
}
.sns-line img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.sns-wrapper {
    display: flex;
    margin: 50px auto;
    width: 1000px;
    justify-content: space-around;
}
.sns-twitter-box, .sns-instsgram-box {
    width: 750px;
    height: 800px;
    max-width: 40%;
    padding: 10px;
    
}
.sns-twitter-box a, .sns-instsgram-box a {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    gap: 5px;
}
.sns-twitter-box h2, .sns-instsgram-box h2 {
    font-size: 35px;
    font-family: Metal Mania;
    letter-spacing: .1em;
    color: #C61AC7; 
    padding: 30px 0 20px 10px;
    margin-right: 20px;
    
}
.sns-instsgram-box a {
    display: flex;
    text-decoration: none;
}
footer {
    background-image: url(./_jpg_png/footer_bgi.jpg);
    background-size: cover;
    height: 300px;
}

.footer-nav ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 800px;
    justify-content: space-between;
    
    
}
.footer-nav a {
    text-decoration: none;
    font-family: Metal Mania;
    font-size: 25px;
    color: #C61AC7;
    transition: all .5s;
}

.footer-nav a:hover {
    opacity: 0.8;
    color: #1ab0c7;
}
.footer-nav {
   padding: 90px;
}
footer p {
    font-family: Noto Sans JP;
    font-weight: 300;
    letter-spacing: .1em;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.glitch {/*基本設定*/
    font-family: Metal Mania;
    color: #C61AC7;
    font-size: 40px;
    position: relative;
    margin-left: 200px;
    letter-spacing: .1em;
    /* width: 400px;
    margin: 0 auto; */
  }
  
  @keyframes noise-anim {/*細かい動きを設定してノイズが走っているかのように動かす*/
    0% {
      clip: rect(77px, 9999px, 6px, 0);
    }
    5% {
      clip: rect(65px, 9999px, 70px, 0);
    }
    10% {
      clip: rect(82px, 9999px, 82px, 0);
    }
    15% {
      clip: rect(32px, 9999px, 35px, 0);
    }
    20% {
      clip: rect(31px, 9999px, 49px, 0);
    }
    25% {
      clip: rect(18px, 9999px, 46px, 0);
    }
    30% {
      clip: rect(94px, 9999px, 64px, 0);
    }
    35% {
      clip: rect(69px, 9999px, 31px, 0);
    }
    40% {
      clip: rect(6px, 9999px, 72px, 0);
    }
    45% {
      clip: rect(25px, 9999px, 35px, 0);
    }
    50% {
      clip: rect(82px, 9999px, 26px, 0);
    }
    55% {
      clip: rect(7px, 9999px, 92px, 0);
    }
    60% {
      clip: rect(54px, 9999px, 30px, 0);
    }
    65% {
      clip: rect(86px, 9999px, 90px, 0);
    }
    70% {
      clip: rect(38px, 9999px, 65px, 0);
    }
    75% {
      clip: rect(41px, 9999px, 66px, 0);
    }
    80% {
      clip: rect(31px, 9999px, 37px, 0);
    }
    85% {
      clip: rect(8px, 9999px, 12px, 0);
    }
    90% {
      clip: rect(50px, 9999px, 69px, 0);
    }
    95% {
      clip: rect(7px, 9999px, 42px, 0);
    }
    100% {
      clip: rect(14px, 9999px, 57px, 0);
    }
  }
  .glitch:after {/*疑似要素を加えてカスタムデータ属性の値を表示、重ねる*/
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #0ba3d6;
    top: 0;
    color: #e40ccf;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 1s infinite linear alternate-reverse;
  }
  
  @keyframes noise-anim-2 {/*ノイズ用アニメーションその2*/
    0% {
      clip: rect(18px, 9999px, 13px, 0);
    }
    5% {
      clip: rect(74px, 9999px, 51px, 0);
    }
    10% {
      clip: rect(33px, 9999px, 65px, 0);
    }
    15% {
      clip: rect(64px, 9999px, 66px, 0);
    }
    20% {
      clip: rect(75px, 9999px, 6px, 0);
    }
    25% {
      clip: rect(40px, 9999px, 49px, 0);
    }
    30% {
      clip: rect(71px, 9999px, 1px, 0);
    }
    35% {
      clip: rect(42px, 9999px, 73px, 0);
    }
    40% {
      clip: rect(92px, 9999px, 57px, 0);
    }
    45% {
      clip: rect(4px, 9999px, 33px, 0);
    }
    50% {
      clip: rect(4px, 9999px, 34px, 0);
    }
    55% {
      clip: rect(49px, 9999px, 25px, 0);
    }
    60% {
      clip: rect(24px, 9999px, 44px, 0);
    }
    65% {
      clip: rect(31px, 9999px, 99px, 0);
    }
    70% {
      clip: rect(54px, 9999px, 83px, 0);
    }
    75% {
      clip: rect(57px, 9999px, 97px, 0);
    }
    80% {
      clip: rect(3px, 9999px, 15px, 0);
    }
    85% {
      clip: rect(84px, 9999px, 34px, 0);
    }
    90% {
      clip: rect(100px, 9999px, 88px, 0);
    }
    95% {
      clip: rect(91px, 9999px, 59px, 0);
    }
    100% {
      clip: rect(10px, 9999px, 87px, 0);
    }
  }
  .glitch:before {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: 1px 0 #0fa3c1;
    top: 0;
    color: #bd27bb;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 1s infinite linear alternate-reverse;
  }

   /* mainph glich-2 */
   body {
    margin: 0;
  }
  
  .glitch-2 {
    background: #000 no-repeat center;
    background-size: 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .glitch-2::before, .glitch-2::after,
  .glitch-2 .channel {
    background: inherit;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .glitch-2::before {
    -webkit-animation: glitch-before 3s linear infinite alternate both;
            animation: glitch-before 3s linear infinite alternate both;
    content: "";
  }
  @-webkit-keyframes glitch-2-before {
    0% {
      -webkit-clip-path: polygon(0% 17.3804817109%, 100% 17.3804817109%, 100% 25.1778178165%, 0% 25.1778178165%);
              clip-path: polygon(0% 17.3804817109%, 100% 17.3804817109%, 100% 25.1778178165%, 0% 25.1778178165%);
      transform: translate(5.8775848011%, -0.1210715182%);
    }
    2% {
      -webkit-clip-path: polygon(0% 16.0122897034%, 100% 16.0122897034%, 100% 18.3365106822%, 0% 18.3365106822%);
              clip-path: polygon(0% 16.0122897034%, 100% 16.0122897034%, 100% 18.3365106822%, 0% 18.3365106822%);
      transform: translate(-1.0132305033%, 0.4649110722%);
    }
    4% {
      -webkit-clip-path: polygon(0% 48.9270874257%, 100% 48.9270874257%, 100% 58.2829072609%, 0% 58.2829072609%);
              clip-path: polygon(0% 48.9270874257%, 100% 48.9270874257%, 100% 58.2829072609%, 0% 58.2829072609%);
      transform: translate(1.416665913%, -0.4045688643%);
    }
    6% {
      -webkit-clip-path: polygon(0% 12.0549810725%, 100% 12.0549810725%, 100% 15.1359407548%, 0% 15.1359407548%);
              clip-path: polygon(0% 12.0549810725%, 100% 12.0549810725%, 100% 15.1359407548%, 0% 15.1359407548%);
      transform: translate(-3.0437501206%, 0.0171383145%);
    }
    8% {
      -webkit-clip-path: polygon(0% 84.1169208288%, 100% 84.1169208288%, 100% 93.3225004171%, 0% 93.3225004171%);
              clip-path: polygon(0% 84.1169208288%, 100% 84.1169208288%, 100% 93.3225004171%, 0% 93.3225004171%);
      transform: translate(1.706458311%, -0.0207767447%);
    }
    10% {
      -webkit-clip-path: polygon(0% 75.0613532562%, 100% 75.0613532562%, 100% 79.8121873573%, 0% 79.8121873573%);
              clip-path: polygon(0% 75.0613532562%, 100% 75.0613532562%, 100% 79.8121873573%, 0% 79.8121873573%);
      transform: translate(2.8539601759%, 0.3421562987%);
    }
    12% {
      -webkit-clip-path: polygon(0% 80.998309251%, 100% 80.998309251%, 100% 85.2352113524%, 0% 85.2352113524%);
              clip-path: polygon(0% 80.998309251%, 100% 80.998309251%, 100% 85.2352113524%, 0% 85.2352113524%);
      transform: translate(4.328124041%, 0.4410323397%);
    }
    14% {
      -webkit-clip-path: polygon(0% 19.8104852137%, 100% 19.8104852137%, 100% 21.0577106535%, 0% 21.0577106535%);
              clip-path: polygon(0% 19.8104852137%, 100% 19.8104852137%, 100% 21.0577106535%, 0% 21.0577106535%);
      transform: translate(2.9444857858%, 0.4758429908%);
    }
    16% {
      -webkit-clip-path: polygon(0% 23.6890885379%, 100% 23.6890885379%, 100% 31.8046998487%, 0% 31.8046998487%);
              clip-path: polygon(0% 23.6890885379%, 100% 23.6890885379%, 100% 31.8046998487%, 0% 31.8046998487%);
      transform: translate(6.1649540338%, -0.3626676742%);
    }
    18% {
      -webkit-clip-path: polygon(0% 42.8402286528%, 100% 42.8402286528%, 100% 44.7708449444%, 0% 44.7708449444%);
              clip-path: polygon(0% 42.8402286528%, 100% 42.8402286528%, 100% 44.7708449444%, 0% 44.7708449444%);
      transform: translate(7.8118431521%, 0.4432531707%);
    }
    20%, 100% {
      -webkit-clip-path: none;
              clip-path: none;
      transform: none;
    }
  }
  @keyframes glitch-2-before {
    0% {
      -webkit-clip-path: polygon(0% 17.3804817109%, 100% 17.3804817109%, 100% 25.1778178165%, 0% 25.1778178165%);
              clip-path: polygon(0% 17.3804817109%, 100% 17.3804817109%, 100% 25.1778178165%, 0% 25.1778178165%);
      transform: translate(5.8775848011%, -0.1210715182%);
    }
    2% {
      -webkit-clip-path: polygon(0% 16.0122897034%, 100% 16.0122897034%, 100% 18.3365106822%, 0% 18.3365106822%);
              clip-path: polygon(0% 16.0122897034%, 100% 16.0122897034%, 100% 18.3365106822%, 0% 18.3365106822%);
      transform: translate(-1.0132305033%, 0.4649110722%);
    }
    4% {
      -webkit-clip-path: polygon(0% 48.9270874257%, 100% 48.9270874257%, 100% 58.2829072609%, 0% 58.2829072609%);
              clip-path: polygon(0% 48.9270874257%, 100% 48.9270874257%, 100% 58.2829072609%, 0% 58.2829072609%);
      transform: translate(1.416665913%, -0.4045688643%);
    }
    6% {
      -webkit-clip-path: polygon(0% 12.0549810725%, 100% 12.0549810725%, 100% 15.1359407548%, 0% 15.1359407548%);
              clip-path: polygon(0% 12.0549810725%, 100% 12.0549810725%, 100% 15.1359407548%, 0% 15.1359407548%);
      transform: translate(-3.0437501206%, 0.0171383145%);
    }
    8% {
      -webkit-clip-path: polygon(0% 84.1169208288%, 100% 84.1169208288%, 100% 93.3225004171%, 0% 93.3225004171%);
              clip-path: polygon(0% 84.1169208288%, 100% 84.1169208288%, 100% 93.3225004171%, 0% 93.3225004171%);
      transform: translate(1.706458311%, -0.0207767447%);
    }
    10% {
      -webkit-clip-path: polygon(0% 75.0613532562%, 100% 75.0613532562%, 100% 79.8121873573%, 0% 79.8121873573%);
              clip-path: polygon(0% 75.0613532562%, 100% 75.0613532562%, 100% 79.8121873573%, 0% 79.8121873573%);
      transform: translate(2.8539601759%, 0.3421562987%);
    }
    12% {
      -webkit-clip-path: polygon(0% 80.998309251%, 100% 80.998309251%, 100% 85.2352113524%, 0% 85.2352113524%);
              clip-path: polygon(0% 80.998309251%, 100% 80.998309251%, 100% 85.2352113524%, 0% 85.2352113524%);
      transform: translate(4.328124041%, 0.4410323397%);
    }
    14% {
      -webkit-clip-path: polygon(0% 19.8104852137%, 100% 19.8104852137%, 100% 21.0577106535%, 0% 21.0577106535%);
              clip-path: polygon(0% 19.8104852137%, 100% 19.8104852137%, 100% 21.0577106535%, 0% 21.0577106535%);
      transform: translate(2.9444857858%, 0.4758429908%);
    }
    16% {
      -webkit-clip-path: polygon(0% 23.6890885379%, 100% 23.6890885379%, 100% 31.8046998487%, 0% 31.8046998487%);
              clip-path: polygon(0% 23.6890885379%, 100% 23.6890885379%, 100% 31.8046998487%, 0% 31.8046998487%);
      transform: translate(6.1649540338%, -0.3626676742%);
    }
    18% {
      -webkit-clip-path: polygon(0% 42.8402286528%, 100% 42.8402286528%, 100% 44.7708449444%, 0% 44.7708449444%);
              clip-path: polygon(0% 42.8402286528%, 100% 42.8402286528%, 100% 44.7708449444%, 0% 44.7708449444%);
      transform: translate(7.8118431521%, 0.4432531707%);
    }
    20%, 100% {
      -webkit-clip-path: none;
              clip-path: none;
      transform: none;
    }
  }
  .glitch-2::after {
    -webkit-animation: glitch-2-after 3s linear infinite alternate both;
            animation: glitch-2-after 3s linear infinite alternate both;
    content: "";
  }
  @-webkit-keyframes glitch-2-after {
    0% {
      -webkit-clip-path: polygon(0% 85.7586657515%, 100% 85.7586657515%, 100% 92.8234869726%, 0% 92.8234869726%);
              clip-path: polygon(0% 85.7586657515%, 100% 85.7586657515%, 100% 92.8234869726%, 0% 92.8234869726%);
      transform: translate(3.8499486667%, 0.0427096616%);
    }
    2% {
      -webkit-clip-path: polygon(0% 32.3401925754%, 100% 32.3401925754%, 100% 34.5498054885%, 0% 34.5498054885%);
              clip-path: polygon(0% 32.3401925754%, 100% 32.3401925754%, 100% 34.5498054885%, 0% 34.5498054885%);
      transform: translate(3.2490230384%, 0.2489301181%);
    }
    4% {
      -webkit-clip-path: polygon(0% 30.5274476825%, 100% 30.5274476825%, 100% 38.7496228355%, 0% 38.7496228355%);
              clip-path: polygon(0% 30.5274476825%, 100% 30.5274476825%, 100% 38.7496228355%, 0% 38.7496228355%);
      transform: translate(3.3796123092%, -0.2179548502%);
    }
    6% {
      -webkit-clip-path: polygon(0% 34.041906104%, 100% 34.041906104%, 100% 42.4061544721%, 0% 42.4061544721%);
              clip-path: polygon(0% 34.041906104%, 100% 34.041906104%, 100% 42.4061544721%, 0% 42.4061544721%);
      transform: translate(-3.4204617075%, -0.1970181662%);
    }
    8% {
      -webkit-clip-path: polygon(0% 17.4203597015%, 100% 17.4203597015%, 100% 26.7594318222%, 0% 26.7594318222%);
              clip-path: polygon(0% 17.4203597015%, 100% 17.4203597015%, 100% 26.7594318222%, 0% 26.7594318222%);
      transform: translate(5.7413082673%, -0.2536746218%);
    }
    10% {
      -webkit-clip-path: polygon(0% 89.0054165281%, 100% 89.0054165281%, 100% 96.5835282079%, 0% 96.5835282079%);
              clip-path: polygon(0% 89.0054165281%, 100% 89.0054165281%, 100% 96.5835282079%, 0% 96.5835282079%);
      transform: translate(-0.2674822989%, -0.0921034027%);
    }
    12% {
      -webkit-clip-path: polygon(0% 71.966123407%, 100% 71.966123407%, 100% 81.1649983263%, 0% 81.1649983263%);
              clip-path: polygon(0% 71.966123407%, 100% 71.966123407%, 100% 81.1649983263%, 0% 81.1649983263%);
      transform: translate(0.7344888319%, 0.3577625423%);
    }
    14% {
      -webkit-clip-path: polygon(0% 66.456448251%, 100% 66.456448251%, 100% 69.6327597696%, 0% 69.6327597696%);
              clip-path: polygon(0% 66.456448251%, 100% 66.456448251%, 100% 69.6327597696%, 0% 69.6327597696%);
      transform: translate(-0.0133972231%, -0.1437439802%);
    }
    16% {
      -webkit-clip-path: polygon(0% 69.6981978069%, 100% 69.6981978069%, 100% 71.6373255828%, 0% 71.6373255828%);
              clip-path: polygon(0% 69.6981978069%, 100% 69.6981978069%, 100% 71.6373255828%, 0% 71.6373255828%);
      transform: translate(-4.9573384796%, -0.0491059602%);
    }
    18% {
      -webkit-clip-path: polygon(0% 23.6190069111%, 100% 23.6190069111%, 100% 28.604691273%, 0% 28.604691273%);
              clip-path: polygon(0% 23.6190069111%, 100% 23.6190069111%, 100% 28.604691273%, 0% 28.604691273%);
      transform: translate(1.5856433722%, -0.1669115139%);
    }
    20%, 100% {
      -webkit-clip-path: none;
              clip-path: none;
      transform: none;
    }
  }
  @keyframes glitch-2-after {
    0% {
      -webkit-clip-path: polygon(0% 85.7586657515%, 100% 85.7586657515%, 100% 92.8234869726%, 0% 92.8234869726%);
              clip-path: polygon(0% 85.7586657515%, 100% 85.7586657515%, 100% 92.8234869726%, 0% 92.8234869726%);
      transform: translate(3.8499486667%, 0.0427096616%);
    }
    2% {
      -webkit-clip-path: polygon(0% 32.3401925754%, 100% 32.3401925754%, 100% 34.5498054885%, 0% 34.5498054885%);
              clip-path: polygon(0% 32.3401925754%, 100% 32.3401925754%, 100% 34.5498054885%, 0% 34.5498054885%);
      transform: translate(3.2490230384%, 0.2489301181%);
    }
    4% {
      -webkit-clip-path: polygon(0% 30.5274476825%, 100% 30.5274476825%, 100% 38.7496228355%, 0% 38.7496228355%);
              clip-path: polygon(0% 30.5274476825%, 100% 30.5274476825%, 100% 38.7496228355%, 0% 38.7496228355%);
      transform: translate(3.3796123092%, -0.2179548502%);
    }
    6% {
      -webkit-clip-path: polygon(0% 34.041906104%, 100% 34.041906104%, 100% 42.4061544721%, 0% 42.4061544721%);
              clip-path: polygon(0% 34.041906104%, 100% 34.041906104%, 100% 42.4061544721%, 0% 42.4061544721%);
      transform: translate(-3.4204617075%, -0.1970181662%);
    }
    8% {
      -webkit-clip-path: polygon(0% 17.4203597015%, 100% 17.4203597015%, 100% 26.7594318222%, 0% 26.7594318222%);
              clip-path: polygon(0% 17.4203597015%, 100% 17.4203597015%, 100% 26.7594318222%, 0% 26.7594318222%);
      transform: translate(5.7413082673%, -0.2536746218%);
    }
    10% {
      -webkit-clip-path: polygon(0% 89.0054165281%, 100% 89.0054165281%, 100% 96.5835282079%, 0% 96.5835282079%);
              clip-path: polygon(0% 89.0054165281%, 100% 89.0054165281%, 100% 96.5835282079%, 0% 96.5835282079%);
      transform: translate(-0.2674822989%, -0.0921034027%);
    }
    12% {
      -webkit-clip-path: polygon(0% 71.966123407%, 100% 71.966123407%, 100% 81.1649983263%, 0% 81.1649983263%);
              clip-path: polygon(0% 71.966123407%, 100% 71.966123407%, 100% 81.1649983263%, 0% 81.1649983263%);
      transform: translate(0.7344888319%, 0.3577625423%);
    }
    14% {
      -webkit-clip-path: polygon(0% 66.456448251%, 100% 66.456448251%, 100% 69.6327597696%, 0% 69.6327597696%);
              clip-path: polygon(0% 66.456448251%, 100% 66.456448251%, 100% 69.6327597696%, 0% 69.6327597696%);
      transform: translate(-0.0133972231%, -0.1437439802%);
    }
    16% {
      -webkit-clip-path: polygon(0% 69.6981978069%, 100% 69.6981978069%, 100% 71.6373255828%, 0% 71.6373255828%);
              clip-path: polygon(0% 69.6981978069%, 100% 69.6981978069%, 100% 71.6373255828%, 0% 71.6373255828%);
      transform: translate(-4.9573384796%, -0.0491059602%);
    }
    18% {
      -webkit-clip-path: polygon(0% 23.6190069111%, 100% 23.6190069111%, 100% 28.604691273%, 0% 28.604691273%);
              clip-path: polygon(0% 23.6190069111%, 100% 23.6190069111%, 100% 28.604691273%, 0% 28.604691273%);
      transform: translate(1.5856433722%, -0.1669115139%);
    }
    20%, 100% {
      -webkit-clip-path: none;
              clip-path: none;
      transform: none;
    }
  }
  .glitch-2 .channel {
    mix-blend-mode: screen;
  }
  .glitch-2 .channel::before {
    bottom: 0;
    content: "";
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .glitch-2 .r {
    -webkit-animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
            animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
  }
  @-webkit-keyframes rgb-shift-r {
    0% {
      transform: translate(-1.6730974519%, -0.3321574209%);
    }
    2% {
      transform: translate(-0.0094760629%, 0.0288140564%);
    }
    4% {
      transform: translate(-1.0167528262%, 0.1180516666%);
    }
    6% {
      transform: translate(0.5301198982%, -0.1488128425%);
    }
    8% {
      transform: translate(-1.1473041501%, 0.2749859882%);
    }
    10% {
      transform: translate(1.3326912629%, 0.0486287621%);
    }
    12% {
      transform: translate(0.7615632592%, -0.1591162181%);
    }
    14% {
      transform: translate(0.0538551296%, 0.1036798129%);
    }
    16% {
      transform: translate(1.6491245934%, -0.4929363193%);
    }
    18% {
      transform: translate(1.738603605%, 0.0857940295%);
    }
    20%, 100% {
      transform: none;
    }
  }
  @keyframes rgb-shift-r {
    0% {
      transform: translate(-1.6730974519%, -0.3321574209%);
    }
    2% {
      transform: translate(-0.0094760629%, 0.0288140564%);
    }
    4% {
      transform: translate(-1.0167528262%, 0.1180516666%);
    }
    6% {
      transform: translate(0.5301198982%, -0.1488128425%);
    }
    8% {
      transform: translate(-1.1473041501%, 0.2749859882%);
    }
    10% {
      transform: translate(1.3326912629%, 0.0486287621%);
    }
    12% {
      transform: translate(0.7615632592%, -0.1591162181%);
    }
    14% {
      transform: translate(0.0538551296%, 0.1036798129%);
    }
    16% {
      transform: translate(1.6491245934%, -0.4929363193%);
    }
    18% {
      transform: translate(1.738603605%, 0.0857940295%);
    }
    20%, 100% {
      transform: none;
    }
  }
  .glitch-2 .r::before {
    background: #f00;
  }
  .glitch-2 .g {
    -webkit-animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
            animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
  }
  @-webkit-keyframes rgb-shift-g {
    0% {
      transform: translate(1.8704267875%, 0.2918627746%);
    }
    2% {
      transform: translate(1.1508111742%, -0.1590569819%);
    }
    4% {
      transform: translate(1.4578801461%, 0.0378569382%);
    }
    6% {
      transform: translate(0.4645089084%, -0.3386890603%);
    }
    8% {
      transform: translate(0.5473485439%, -0.1947874108%);
    }
    10% {
      transform: translate(0.4887954936%, 0.2061069485%);
    }
    12% {
      transform: translate(0.3956588262%, 0.3396636226%);
    }
    14% {
      transform: translate(-0.5265097284%, 0.351325669%);
    }
    16% {
      transform: translate(0.2838530943%, 0.2470425316%);
    }
    18% {
      transform: translate(-0.6048047759%, 0.2595329452%);
    }
    20%, 100% {
      transform: none;
    }
  }
  @keyframes rgb-shift-g {
    0% {
      transform: translate(1.8704267875%, 0.2918627746%);
    }
    2% {
      transform: translate(1.1508111742%, -0.1590569819%);
    }
    4% {
      transform: translate(1.4578801461%, 0.0378569382%);
    }
    6% {
      transform: translate(0.4645089084%, -0.3386890603%);
    }
    8% {
      transform: translate(0.5473485439%, -0.1947874108%);
    }
    10% {
      transform: translate(0.4887954936%, 0.2061069485%);
    }
    12% {
      transform: translate(0.3956588262%, 0.3396636226%);
    }
    14% {
      transform: translate(-0.5265097284%, 0.351325669%);
    }
    16% {
      transform: translate(0.2838530943%, 0.2470425316%);
    }
    18% {
      transform: translate(-0.6048047759%, 0.2595329452%);
    }
    20%, 100% {
      transform: none;
    }
  }
  .glitch-2 .g::before {
    background: #0f0;
  }
  .glitch-2 .b {
    -webkit-animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
            animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
  }
  @-webkit-keyframes rgb-shift-b {
    0% {
      transform: translate(1.6448667812%, -0.3004544545%);
    }
    2% {
      transform: translate(1.024093203%, 0.4917212797%);
    }
    4% {
      transform: translate(1.960307481%, -0.3034753563%);
    }
    6% {
      transform: translate(-1.3088927809%, -0.2567885037%);
    }
    8% {
      transform: translate(0.1255364513%, 0.2074056879%);
    }
    10% {
      transform: translate(-0.3682468729%, -0.1328060015%);
    }
    12% {
      transform: translate(0.9239452133%, -0.4868589758%);
    }
    14% {
      transform: translate(1.7908569777%, -0.1151197463%);
    }
    16% {
      transform: translate(1.1445447679%, -0.0857502512%);
    }
    18% {
      transform: translate(-0.4642349463%, 0.0742945202%);
    }
    20%, 100% {
      transform: none;
    }
  }
  @keyframes rgb-shift-b {
    0% {
      transform: translate(1.6448667812%, -0.3004544545%);
    }
    2% {
      transform: translate(1.024093203%, 0.4917212797%);
    }
    4% {
      transform: translate(1.960307481%, -0.3034753563%);
    }
    6% {
      transform: translate(-1.3088927809%, -0.2567885037%);
    }
    8% {
      transform: translate(0.1255364513%, 0.2074056879%);
    }
    10% {
      transform: translate(-0.3682468729%, -0.1328060015%);
    }
    12% {
      transform: translate(0.9239452133%, -0.4868589758%);
    }
    14% {
      transform: translate(1.7908569777%, -0.1151197463%);
    }
    16% {
      transform: translate(1.1445447679%, -0.0857502512%);
    }
    18% {
      transform: translate(-0.4642349463%, 0.0742945202%);
    }
    20%, 100% {
      transform: none;
    }
  }
  .glitch-2 .b::before {
    background: #00f;
  }/*# sourceMappingURL=style.css.map */