@charset "UTF-8";
body{
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HG明朝E","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.bg::before{
  content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../images/bg.png);
background-size:cover;
}

#horror {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #horror {
    overflow: hidden;
    font-size: 4.27vw;
  }
}

#horror a:hover {
  opacity: 0.7;
}

#horror p {
  line-height: 1.8;
}

#horror strong {
  color: #d70212;
  font-weight: 700;
}

#horror figure {
  margin: 0;
}

#horror small {
  color: #a5a5a5;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  #horror small {
    font-size: 75%;
  }
}

#horror .btn {
  max-width: 650px;
  margin: 0 auto;
}

#horror .btn a {
  display: table;
  position: relative;
  width: 100%;
  min-height: 123px;
}

#horror .btn p {
  display: table;
  position: relative;
  width: 100%;
  min-height: 123px;
  filter: grayscale(100%);
}

#horror .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 29px;
  height: 34px;
  /*background-image: url(../images/horror/btn_arrow.png);*/
  background-size: contain;
}

#horror .btn a span {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #151333;
  border: 2px solid #fff;
  box-sizing: border-box;
  /*background-image: url(../images/horror/btn_bg.jpg);*/
  background-color: #b91c1c;
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

#horror .btn a span small {
  color: #fff;
}

#horror .btn p span {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #151333;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-image: url(../images/horror/btn_bg.jpg);
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

#horror .btn p span small {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #horror .btn {
    max-width: none;
  }

  #horror .btn a {
    min-height: 21.07vw;
  }

  #horror .btn p {
    min-height: 21.07vw;
  }

  #horror .btn a:after {
    right: 3vw;
    width: 6vw;
    height: 6.5vw;
  }

  #horror .btn a span {
    font-size: 3.5vw;
    text-shadow: 0 0 2vw #151333;
    border: 0.6vw solid #fff;
    background-size: cover;
    background-position: center;
  }

  #horror .btn p span {
    font-size: 4vw;
    text-shadow: 0 0 2vw #151333;
    border: 0.6vw solid #fff;
    background-size: cover;
    background-position: center;
  }
}

#horror article section {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#horror article section:not(#mv, #under_mv) {
  padding: 100px 0;
}

#horror article section h2 {
  margin: 0 auto 80px;
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  #horror article section {
    width: 90%;
  }

  #horror article section:not(#mv, #under_mv) {
    padding: 19vw 0;
  }

  #horror article section h2 {
    margin: 0 auto 11vw;
    max-width: none !important;
  }
}

#horror article .info_box {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(215, 2, 18, 0.8);
  margin-top: 70px;
}

#horror article .info_box>p {
  max-width: 104px;
  margin-right: 30px;
}

#horror article .info_box>div p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}

#horror article .info_box>div p a {
  color: #d70212;
  display: block;
  text-align: center;
}

#horror article .info_box>div p strong {
  font-size: 21px;
}

#horror article .info_box>div ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#horror article .info_box>div ul li:first-child {
  max-width: 169px;
  margin-right: 15px;
}

#horror article .info_box>div ul li:last-child {
  max-width: 209px;
}

#horror article .info_box>div ul li a,
#horror article #point .info_box>div ul li img {
  display: block;
}

#horror article .info_box>div ul li a:hover {
  opacity: 1;
}


#horror article #under_mv {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  #horror article #under_mv {
    width: 100%;
    max-width: none;
  }
}

#horror article .content_box {
  padding: 20px 0 210px !important;
}

#horror article .content_box .content_inner {
  max-width: 900px;
  background-color: #111222;
  padding: 40px 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #horror article .content_box {
    padding: 8vw 0 35vw !important;
  }

  #horror article .content_box .content_inner {
    max-width: none;
    padding: 8vw 4vw;
  }
}

#horror article #store .content_inner h2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  #horror article #store .content_inner h2{
    font-size: 4.75vw;
  }
}

#horror article #store .content_inner>h2>p{
  margin-left: 5px;
  margin-bottom: 10px;
}

#horror article #store .content_inner>div.info{
  text-align: left;
  max-width: 77%;
  margin: 10px auto 40px auto;
}

#horror article #store .content_inner>p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {

  #horror article #store .content_inner>p{
    font-size: 18px;
  }
}


#horror article #store .content_inner>p strong {
  font-size: 24px;
}

#horror article #store .content_inner>div.info>p{
  font-size: 22px;
  margin-bottom: 20px;
}


#horror article #store .content_inner>div.info>div.info-text{
  margin-bottom: 30px;
}
#horror article #store .content_inner>div.info>div.info-text>p.date{
  font-size: 22px;
  margin-bottom: 20px;
}

#horror article #store .content_inner>div.info>div.info-text>p.date>span{
  display: inline-block;
  border-bottom: 1px solid #fff;
}

#horror article #store .content_inner>div.info>div.info-text>ul>li.info-text-note{
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}

#horror article #store .content_inner>div.info>p>span.item-border{
  border: 1px solid #fff;
  padding: 5px;
  font-size: 24px;
  display: block;
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #horror article #store .content_inner>div.info>p{
    font-size: 16px;
  }

  #horror article #store .content_inner>div.info>div.info-text>p.date{
    font-size: 16px;
  }

  #horror article #store .content_inner>div.info>div.info-text>ul>li.info-text-note{
    font-size: 12px;
  }
  #horror article #store .content_inner>div.info>p>span.item-border{
    width: auto;
    font-size: 18px;


  }

}

#horror article #store .content_inner>ol {
  width: 100%;
  max-width: 70%;
  margin: 40px auto 0;
}

#horror article #store .content_inner>ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

#horror article #store .content_inner>ol li:last-child {
  margin-bottom: 0;
}

#horror article #store .content_inner>ol li:before {
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #d70212;
  color: #fff;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

#horror article #store .content_inner>ol li:nth-child(1):before {
  content: "1";
}

#horror article #store .content_inner>ol li:nth-child(2):before {
  content: "2";
}

#horror article #store .content_inner>ol li:nth-child(3):before {
  content: "3";
}

#horror article #store .content_inner .checkbox_content {
  text-align: center;
  margin: 40px auto;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:before,
#horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
  top: -15px;
  left: 0;
  transform: rotate(-45deg);
  border-bottom: 4px solid #d70212;
  border-left: 4px solid #d70212;
  opacity: 0;
  height: 12px;
  width: 20px;
  transition: all 0.2s;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:checked:after {
  opacity: 1;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:checked+label {
  color: #d70212;
}

#horror article #store .content_inner .checkbox_content label {
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 700;
}

#horror article #store .content_inner .btn {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s;
}

#horror article #store .content_inner .btn a {
  pointer-events: none;
}

#horror article #store .content_inner .btn.btn_on {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#horror article #store .content_inner .btn.btn_on a {
  pointer-events: auto;
}

#horror article #store .content_inner #subContents01 {
  max-width: 650px;
  margin: 40px auto 0;
}

#horror article #store .content_inner #subContents01 .shop_header {
  background-color: #111222 !important;
  border: 1px solid #fff;
}

#horror article #store .content_inner #subContents01 .shop_navi_box li {
  border-bottom: 1px solid #6c668d;
  background-color: #bcb9cf;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .second {
  background-color: #f1efff;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .second-area li {
  background-color: #fff;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.first>a:after,
#horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.second>a:after {
  background-image: url(../images/ic_arrow_table_blue.png);
}

#horror article #store .ticket_box{
  text-align: center;
  margin-top: 20px;
}

#horror article #ticket .ticket_box .ticket_title{
  text-align: center;
    font-size: 21px;
    margin-top: 20px;
}

#horror article #store .ticket_box .ticket_title a {
  color: #fff;
    position: relative;
    padding-right: 30px;

}

#horror article #store .ticket_box .ticket_title a:after {
      content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_blank.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #horror article #store .content_inner h2 {
    margin-bottom: 4vw;
  }

  #horror article #store .content_inner>p strong {
    font-size: 5.6vw;

  }

  #horror article #store .content_inner>ol {
    max-width: 18em;
    margin: 10% auto 0;
  }

  #horror article #store .content_inner>ol li {
    font-size: 3.74vw;
    padding-left: 8%;
    margin-bottom: 4%;
  }

  #horror article #store .content_inner>ol li:before {
    top: 4vw;
    font-size: 3.47vw;
    width: 4.55vw;
    height: 4.55vw;
    line-height: 1;
  }

  #horror article #store .content_inner .checkbox_content {
    margin: 10% auto;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"] {
    padding-left: 8%;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"]:before {
    border-radius: 1vw;
    border: 0.6vw solid #fff;
    width: 4vw;
    height: 4vw;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
    top: -2vw;
    border-bottom: 1vw solid #d70212;
    border-left: 1vw solid #d70212;
    width: 5vw;
    height: 3vw;
  }

  #horror article #store .content_inner #subContents01 {
    max-width: none;
    margin: 8vw auto 0;
    /*border: 0.4vw solid #fff;*/
  }

  #horror article #store .content_inner #subContents01 .shop_header {
    font-size: 4.27vw !important;
    padding: 3vw !important;
  }

  #horror article #store .content_inner #subContents01 .shop_header:after {
    width: 3vw;
    height: 1.8vw;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box {
    font-size: 3.74vw !important;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box li {
    border-bottom: 0.4vw solid #6c668d;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box li a {
    padding: 3.6vw 2vw;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.first>a:after,
  #horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.second>a:after {
    width: 3vw;
    height: 1.8vw;
  }
  #horror article #ticket .ticket_box .ticket_title{
  text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }

  10%,
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes skew {
  0% {
    transform: none;
  }

  33% {
    transform: none;
  }

  33.3% {
    transform: skewX(20deg);
  }

  33.6% {
    transform: skewX(-20deg);
  }

  33.9% {
    transform: none;
  }

  66% {
    transform: none;
  }

  66.3% {
    transform: skewX(5deg);
  }

  66.6% {
    transform: skewX(-5deg);
  }

  66.9% {
    transform: none;
  }

  77% {
    transform: none;
  }

  77.3% {
    transform: skewX(15deg);
  }

  77.6% {
    transform: skewX(-15deg);
  }

  77.9% {
    transform: none;
  }
}

.glitch {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.glitch span {
  display: block;
}


.animeset {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  transition: opacity 1s, filter 1.2s;
}

.animeset_on {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

@keyframes btn-glitch {
  0% {
    transform: translate(0);
  }

  12.5% {
    transform: translate(-1px, 1px);
  }

  37.5% {
    transform: translate(-1px, -1px);
  }

  62.5% {
    transform: translate(1px, 1px);
  }

  87.5% {
    transform: translate(1px, -1px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 60.70364%, 100% 60.70364%, 100% 65.24313%, 0% 65.24313%);
    transform: translate(2.14575%, 0.35347%);
  }

  2% {
    clip-path: polygon(0% 46.76415%, 100% 46.76415%, 100% 50.57221%, 0% 50.57221%);
    transform: translate(-0.37248%, -0.12503%);
  }

  4% {
    clip-path: polygon(0% 11.08011%, 100% 11.08011%, 100% 16.84662%, 0% 16.84662%);
    transform: translate(4.91556%, 0.26208%);
  }

  6% {
    clip-path: polygon(0% 48.20369%, 100% 48.20369%, 100% 49.64976%, 0% 49.64976%);
    transform: translate(3.63256%, -0.49776%);
  }

  8% {
    clip-path: polygon(0% 29.26852%, 100% 29.26852%, 100% 32.20153%, 0% 32.20153%);
    transform: translate(5.6118%, 0.06916%);
  }

  10% {
    clip-path: polygon(0% 2.5923%, 100% 2.5923%, 100% 8.3393%, 0% 8.3393%);
    transform: translate(7.64417%, -0.25604%);
  }

  12% {
    clip-path: polygon(0% 28.39686%, 100% 28.39686%, 100% 32.04334%, 0% 32.04334%);
    transform: translate(-3.11485%, 0.29461%);
  }

  14% {
    clip-path: polygon(0% 63.91764%, 100% 63.91764%, 100% 70.92674%, 0% 70.92674%);
    transform: translate(-7.41339%, 0.26525%);
  }

  16% {
    clip-path: polygon(0% 71.64354%, 100% 71.64354%, 100% 75.54859%, 0% 75.54859%);
    transform: translate(-7.01913%, 0.1616%);
  }

  18% {
    clip-path: polygon(0% 27.86305%, 100% 27.86305%, 100% 37.83506%, 0% 37.83506%);
    transform: translate(5.00113%, 0.34542%);
  }

  20%,
  100% {
    clip-path: none;
    transform: none;
  }
}

@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 78.45499%, 100% 78.45499%, 100% 81.795%, 0% 81.795%);
    transform: translate(6.82041%, -0.08757%);
  }

  2% {
    clip-path: polygon(0% 32.06516%, 100% 32.06516%, 100% 41.7406%, 0% 41.7406%);
    transform: translate(-2.44433%, 0.05142%);
  }

  4% {
    clip-path: polygon(0% 38.38139%, 100% 38.38139%, 100% 48.19613%, 0% 48.19613%);
    transform: translate(-6.71118%, -0.12056%);
  }

  6% {
    clip-path: polygon(0% 58.72098%, 100% 58.72098%, 100% 62.33739%, 0% 62.33739%);
    transform: translate(-2.43667%, -0.17207%);
  }

  8% {
    clip-path: polygon(0% 6.05149%, 100% 6.05149%, 100% 13.71225%, 0% 13.71225%);
    transform: translate(-7.22138%, 0.19267%);
  }

  10% {
    clip-path: polygon(0% 78.89014%, 100% 78.89014%, 100% 86.17608%, 0% 86.17608%);
    transform: translate(4.3084%, 0.18821%);
  }

  12% {
    clip-path: polygon(0% 2.80552%, 100% 2.80552%, 100% 12.56918%, 0% 12.56918%);
    transform: translate(-3.69659%, -0.44071%);
  }

  14% {
    clip-path: polygon(0% 76.61017%, 100% 76.61017%, 100% 80.1664%, 0% 80.1664%);
    transform: translate(2.46438%, -0.41015%);
  }

  16% {
    clip-path: polygon(0% 59.18154%, 100% 59.18154%, 100% 61.79354%, 0% 61.79354%);
    transform: translate(1.92331%, -0.43287%);
  }

  18% {
    clip-path: polygon(0% 56.92565%, 100% 56.92565%, 100% 66.00326%, 0% 66.00326%);
    transform: translate(1.18009%, -0.21029%);
  }

  20%,
  100% {
    clip-path: none;
    transform: none;
  }
}

@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.40001%, 0.3329%);
  }

  2% {
    transform: translate(1.67085%, 0.28474%);
  }

  4% {
    transform: translate(0.9983%, -0.46014%);
  }

  6% {
    transform: translate(0.92645%, -0.24156%);
  }

  8% {
    transform: translate(-1.6975%, 0.04635%);
  }

  10% {
    transform: translate(0.38346%, 0.40306%);
  }

  12% {
    transform: translate(-0.27022%, -0.35075%);
  }

  14% {
    transform: translate(1.37116%, 0.16637%);
  }

  16% {
    transform: translate(0.70887%, 0.0791%);
  }

  18% {
    transform: translate(-1.11452%, -0.16901%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-g {
  0% {
    transform: translate(1.19443%, 0.4182%);
  }

  2% {
    transform: translate(0.80726%, 0.14329%);
  }

  4% {
    transform: translate(0.20724%, 0.46877%);
  }

  6% {
    transform: translate(0.06373%, -0.09178%);
  }

  8% {
    transform: translate(-1.46268%, 0.18881%);
  }

  10% {
    transform: translate(1.82758%, 0.16959%);
  }

  12% {
    transform: translate(-0.98778%, -0.22937%);
  }

  14% {
    transform: translate(-1.03495%, -0.48995%);
  }

  16% {
    transform: translate(0.66056%, 0.42754%);
  }

  18% {
    transform: translate(-0.6428%, -0.2121%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-b {
  0% {
    transform: translate(0.98726%, 0.39486%);
  }

  2% {
    transform: translate(-0.67957%, 0.21667%);
  }

  4% {
    transform: translate(-0.28689%, -0.47935%);
  }

  6% {
    transform: translate(-1.94898%, 0.25147%);
  }

  8% {
    transform: translate(1.04387%, -0.17363%);
  }

  10% {
    transform: translate(1.50656%, -0.19513%);
  }

  12% {
    transform: translate(-1.19535%, -0.46183%);
  }

  14% {
    transform: translate(-0.46923%, 0.33061%);
  }

  16% {
    transform: translate(-1.19562%, 0.37907%);
  }

  18% {
    transform: translate(-1.97015%, 0.16107%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rotate_anime {
  0% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(8deg);
  }
}