@charset "UTF-8";

/*******************************
共通CSS
********************************/
.anime.-fadein {
  opacity: 0;
}

.anime.-fadein.show {
  opacity: 1;
  transition: 0.5s;
}

.anime.-fadein-zoom {
  opacity: 0;
  transform: scale(0.5);
}

.anime.-fadein-zoom.show {
  opacity: 1;
  transform: scale(1.0);
  transition: 0.5s;
}

.anime.-fadeinSlow {
  opacity: 0;
}

.anime.-fadeinSlow.show {
  opacity: 1;
  transition: 1s;
}

.anime.-fadeinToleft {
  opacity: 0;
  transform: translateX(30px);
}

.anime.-fadeinToleft.show {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s;
}

.anime.-fadeinToRight.show {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s;
}

.anime.-fadeinToSmall {
  opacity: 0;
  transform: scale(1.6);
}

.anime.-fadeinToSmall.show {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s;
}

.anime.-fadeup.show {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}

.anime.scroll-in {
  opacity: 0;
  transform: translateY(40px);
}

.anime.scroll-in.show {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0px);
}

.anime.-bgUp {
  background-position: top 80px center;
  filter: brightness(0.5);
}

.anime.-bgUp.show {
  transition: 0.3s;
  background-position: center center;
  filter: brightness(1);
}

.anime.-delay01.show {
  transition-delay: 0.4s;
}

.anime.-delay02.show {
  transition-delay: 0.8s;
}

.anime.-delay03.show {
  transition-delay: 1.2s;
}

.anime.-delay04.show {
  transition-delay: 1.6s;
}

.anime.-delay05.show {
  transition-delay: 2s;
}

.anime.-delay06.show {
  transition-delay: 2.4s;
}

.anime.-delay07.show {
  transition-delay: 2.8s;
}

.tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


h1.logo {display: none;}

/* アニメーションの基本スタイル */
.anime {
  opacity: 0; /* 最初は透明に設定 */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* 右からフェードインするアニメーション */
.-fadeinToRight {
  animation: fadeinToRight 0.8s ease forwards;
}

@keyframes fadeinToRight {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* 50px左から開始 */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻る */
  }
}

/* 下からフェードアップするアニメーション */
.-fadeup {
  animation: fadeup 0.8s ease forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px); /* 30px下から開始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
  }
}

/* アニメーションのディレイ */
.-delay01 {
  animation-delay: 0.3s;
}


@keyframes slideAnim {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}


  .thunder {
    position: fixed;
    -webkit-animation: thundar_slow 3s 5s infinite;
            animation: thundar_slow 3s 5s infinite;
  }
  .thunder.thunder01 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  .thunder.thunder02 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
  .thunder.thunder03 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }


/***********************************************************************
  「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
  **********************************************************************/
@media all and (min-width: 751px) {
  .pc_non {
    display: none;
  }

  /* top PC */
  #top {
    height: 925px;
    position: relative;
    background: #000 ;
    top: -60px;
    margin-bottom: 0px;
  }

  #top::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -150px;
    width: 100%;
    height: 100%;
    background: url(../images/visual_pc.png) no-repeat top left;
    z-index: 0;
  }

  .anime.-fadeinToRight {
    opacity: 0;
    /* transform: translateX(144px) translateY(40px); */
    position: absolute;
    top: 16px;
    left: 306px;
  }
  
  .anime.-fadeup {
    opacity: 1;
    transform: translateY(50px);
    position: absolute;
    top: 400px;
    left: 173px;
  }

  .catch_sub {
    width: 56px;
    height: 132px;
    background: url(../images/catch_sub_pc.png) no-repeat center center;
    opacity: 1;
    position: absolute;
    top: 27px;
    left: 587px;
    z-index: 1;
    animation: twitchY 3.5s infinite; 
  }


  #top .pc_non {
    display: none;
  }

.txt {
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-left: 28px;
  line-height: 30px;
  position: absolute;
  top: 6px;
}

.tit01 {
  position: relative;
  top: 23px;
  left: 1231px;
}


  /* 選手スライド */
.slide_wrap {
    z-index: 1;
    position: relative;
    top: -100px;
    left: 15px;
    transform: rotate(-2deg);
    overflow: hidden;
    height: 950px;
    width: 190px;
}

.racer-list {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0px 0px 10px #00FFF7);
    animation: scrollVertical 100s linear infinite;
}

.racer-list li {
    width: 110px;
    height: 135px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
    background: #00FFF7;
}

.wrap {
    width: 102px;
    height: 127px;
    display: flex;
    justify-content: center;
    clip-path: polygon(9% 0%, 100% 0%, 100% 91%, 91% 100%, 0% 100%, 0% 9%);
}

  /* スペシャルコンテンツ PC */
  .pc_visu {
    background: url(../images/spe_bg_pc.png) no-repeat center;
    width: 980px;
    height: 830px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 0px;
    margin: 0 auto;
  }

  #kikaku {
    width: 632px;
    height: 472px;
    position: absolute;
    top: 168px;
    right: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    transform: rotate(-4deg);
    transform-origin: center center;

    overflow: visible;
    z-index: 1;
  }

  .tit {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


  .tit01 {
    position: absolute;
    top: 0;
    left: 332px;
    margin-top: 80px;
  }

  .special01, .special02, .special03, .special04, .special05 {
    width: 316px;
    height: 144px;
    filter: drop-shadow(9px 9px 0px #415AFF);
    position: relative;
  }
  .special02, .special04 {
    left: -38px;
  }

  .special01:hover, .special02:hover, .special03:hover, .special04:hover, .special05:hover {
    transform: scale(1.03);
    transition: all 0.4s ease-in-out;
    transform-origin: center;
  }

  .special02, .special03, .special04, .special05, .link_menu {
    pointer-events: none;
    opacity: 0.4;
  }
  
  .link_menu {
    width: 316px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .live_icon, .replay_icon, .vote_icon {
    height: 70px;
    position: relative;
    filter: drop-shadow(9px 9px 0px #415AFF);
  }
  .replay_icon {
    left: -22px;
  }
  .vote_icon {
    left: -28px;
  }
  
  /* .slider {
    max-width: 100%;
    margin: 0 auto;
  } */


/* バナー */
#topic {
  width: 110%;
  height: 180px;
  background: #000 url(../images/banner_bg.png) no-repeat center center;
  margin: -170px auto 0;
  border-top: 3px #00FFF7 solid;
  border-bottom: 3px #00FFF7 solid;
  position: relative;
  top: -120px;
  left: -130px;

  transform: rotate(-4deg);
  transform-origin: center center;

  overflow: visible;
  z-index: 5;
}
#topic ul {
  width: 1050px;
  margin: 18px auto 0;
  display: flex;
  padding: 0 0;
  align-items: center;
  justify-content: space-between;
}
#topic ul li img {
  width: 270px;
  height: 145px;
}
.topic_slider {
  width: 750px;
  height: 145px;
  /* overflow: hidden; */
  position: relative;
  margin: 0 auto;
}
.topic_slider ul {
  display: flex;
  transition: transform 0.5s ease;
  margin: 0;
  padding: 0;
}
.topic_slider li {
  width: 270px;
  height: 145px;
  list-style: none;
  flex-shrink: 0;
  margin: 0 15px;
}
#topic li:hover {
  opacity: 0.7;
}

/* ニュース */
.news {
  width: 100%;
  height: 52px;
  position: relative;
  top: -55px;
  border-top: 3px solid #00FFF7;
  border-bottom: 3px solid #00FFF7;
  /* box-sizing: border-box; */
  background: #000;
  transform: rotate(-4deg);
  display: flex;
  z-index: 6;
  filter: drop-shadow(0px 3px 8px #000000b3);
}
.news a{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-decoration: none;
  line-height: 52px;
}
.news a:hover{
  opacity: 0.5;
}
.news .news_tit {
  width: 404px;
  height: 56px;
  position: relative;
  left: -40px;
  background: url(../images/news_tit_pc.png) no-repeat left center;
  margin-top: -1px;
}


/* TVオンエア・推奨環境 */
  .othe {
    width: 100%;
    background: #4C52FE url(../images/othe_bg_pc.png) no-repeat center bottom;
    position: relative;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 60px;
  }
  .othe h2{
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #fff;
    color: #4C52FE;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
  }
  .tv {
    font-family: 'Roboto', sans-serif;
    padding-top: 160px;
    position: relative;
  }
  .tv  .tv_con {
    width: 610px;
    margin: -25px auto 40px;
    height: 137px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: -2;
  }
   .tv {
    font-family: 'Roboto', sans-serif;
  }
   .suisyo {
    font-family: 'Roboto', sans-serif;
  }
  .suisyo_flex{
    display: flex;
    width: 1500px;
    justify-content: space-between;
    margin: 20px auto 0;
  }
   .suisyo  table {
    width: 740px;
    margin: 0 auto;
    border: 1px solid #000;
    line-height: 38px;
    background: #fff;
    border-collapse: collapse;
  }
   .suisyo th {
    background: #535461;
    border: 1px solid #000;
    color: #FFF;
    text-align: center;
    color: #FFF;
    font-size: 22px;
  }
  
   .suisyo tr{
    border: 1px solid #000;
  }
   .suisyo tr .left {
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 20px;
    background: #CCC;
    width: 150px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
  }
   .suisyo tr .dat {
    border-bottom: 1px solid #000;
    font-size: 20px;
    padding-left: 15px;
  }
   .suisyo table td, 
  .suisyo table th {
      padding: 0; /* セル内の余白をなくす */
      margin: 0; /* マージンをなくす */
  }

/* 雷 */
.thunder01{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/thunder01.png) no-repeat center center;
  z-index: 0;
  top: -310px;
  left: -850px;
}

.thunder02{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/thunder02.png) no-repeat center center;
  z-index: 0;
  top: -140px;
  left: 140px;
}

.thunder03{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/thunder03.png) no-repeat center center;
  z-index: 0;
  top: 370px;
  left: -950px;
}

  

}


/***********************************************************************
  「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
  **********************************************************************/
@media only all and (max-width: 750px) {
  .sp_non {
    display: none;
  }

  /* top PC */
  #top {
    height: 946px !important;
    position: relative !important;
    background: #000 url(../images/visual_sp.png) no-repeat center/cover !important;
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  #top .sp_non {
    display: none;
  }

  .anime.-fadeinToRight {
    opacity: 0;
    /* transform: translateX(144px) translateY(40px); */
    position: absolute;
    top: 52px;
    left: 0px;
  }
  
  .anime.-fadeup {
    opacity: 1;
    transform: translateY(50px);
    position: absolute;
    top: 556px;
    left: 0px;
    z-index: 1;
  }

  .catch_sub {
    width: 73px;
    height: 171px;
    background: url(../images/catch_sub_sp.png) no-repeat center center;
    opacity: 1;
    position: absolute;
    top: 85px;
    left: 351px;
    z-index: 1;
    animation: twitchY 3.5s infinite; 
  }
  
  .txt {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 28px;
    padding-left: 26px;
    line-height: 35px;
    position: absolute;
    top: 10px;
  }

/* 選手スライド */
.slide_wrap {
  position: absolute;
  bottom: 40px;
  transform: rotate(-4deg);
  left: -120px; 
  z-index: 1;
}

.racer-list {
    display: flex;
    flex-direction: row;
    filter: drop-shadow(0px 0px 10px #00FFF7);
    position: absolute;
    animation: scrollHorizontal 100s linear infinite;
}

.racer-list li {
    width: 140px;
    height: 172px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
    background: #00FFF7;
}

.wrap {
    width: 132px;
    height: 164px;
    display: flex;
    justify-content: center;
    clip-path: polygon(9% 0%, 100% 0%, 100% 91%, 91% 100%, 0% 100%, 0% 9%);
}

  /* スペシャルコンテンツ */
  .sp_visu {
    background: url(../images/spe_bg_sp.png) no-repeat center;
    width: 750px;
    height: 1500px;
    position: relative;
    margin-top: 118px;
    /* margin-top: 60px; */
    z-index: 1;
  }

  .sp_visu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/spe_back_sp.png) no-repeat top center;
    z-index: 0;
  }

  .tit01 {
    position: relative;
    top: 213px;
    left: 140px;
  }

  .news {
    width: 100%;
    height: 50px;
    position: relative;
    top: 165px;
    border-top: 2px solid #00FFF7;
    border-bottom: 2px solid #00FFF7;
    box-sizing: border-box;
    background: #000;
    transform: rotate(-4deg);
    display: flex;
  }
  .news a{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    text-decoration: none;
    margin-top: 1px;
  }
  .news .news_tit {
    width: 268px;
    height: 50px;
    position: relative;
    left: -25px;
    background: url(../images/news_tit_sp.png) no-repeat left center;
  }

  #kikaku {
    height: 929px;
    position: relative;
    top: 226px;
  }
  
  .special01, .special02, .special03, .special04, .special05 {
    height: 237px;
    /* filter: drop-shadow(2px 4px 16px black); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special02, .special03, .special04, .special05 {
    margin-top: -64px;
  }

  .special02, .special03, .special04, .special05, .link_menu {
    pointer-events: none;
    opacity: 0.4;
  }

  .special01:hover, .special02:hover, .special03:hover, .special04:hover, .special05:hover {
    transform: scale(1.03);
    transition: all 0.4s ease-in-out;
    transform-origin: center;
  }
  
  .link_menu {
    width: 622px;
    position: relative;
    display: flex;
    top: -3px;
    left: 66px;
  }
  .live_icon, .replay_icon, .vote_icon {
    height: 163px;
    position: relative;
  }
  .replay_icon {
    bottom: 14px;
    left: -36px;
  }
  .vote_icon {
    bottom: 28px;
    left: -72px;
  }
  
  .slider {
    max-width: 100%; /* スライダーの幅を画面幅にフィットさせる */
    margin: 0 auto;   /* スライダーを中央に配置 */
  }

  /* バナー */
    #topic {
      width: 110%;
      height: 310px;
      background: #000;
      margin: 0 auto;
      border-top: 3px #00FFF7 solid;
      border-bottom: 3px #00FFF7 solid;
      position: relative;
      top: -60px;
      left: -20px;

      transform: rotate(-4deg);
      transform-origin: center center;

      overflow: visible;
      z-index: 1;
    }
    #topic ul {
      margin: 0 auto;
      display: flex;
      padding: 0;
      align-items: center;
    }
    #topic ul li img {
      width: 320px;
      height: 193px;
    }
    #topic_slider {
      width: 750px; /* 表示される画像の幅に合わせて調整 */
      height: 310px;
      /* overflow: hidden; */
      position: relative;
      margin: 0 auto;
    }
    #topic_slider ul {
      display: flex;
      transition: transform 0.5s ease;
      margin: 0;
      padding: 0;
    }
    #topic_slider li {
      width: 320px;
      /* height: 193px; */
      list-style: none;
      flex-shrink: 0;
      margin: 0 15px;
    }

/* TVオンエア・推奨環境 */
  .othe {
    background: #4C52FE url(../images/othe_bg_sp.png) no-repeat center center;
    position: relative;
    z-index: -1;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 60px;
    top: -80px;
  }
  .othe h2{
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #fff;
    color: #4C52FE;
    width: 380px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
  }
  .tv {
    font-family: 'Roboto', sans-serif;
    padding-top: 100px;
  }
  .tv  .tv_con {
    width: 100%; /* iPhone対応のため100%に */
    max-width: 750px; /* 元の幅を維持 */
    margin: 15px auto 40px;
    height: 125px;
    background: rgba(0, 0, 0, 0.2);
  }
  .suisyo_sp {
    font-family: 'Roboto', sans-serif;
  }
  .suisyo_sp  table {
    width: 690px;
    margin: 20px auto 0;
    border: 2px solid #000;
    line-height: 58px;
    background: #fff;
    border-collapse: collapse;
  }
  .suisyo_sp th {
    background: #535461;
    border: 1px solid #000;
    color: #FFF;
    text-align: center;
    color: #FFF;
    font-size: 33px;
  }
  .suisyo_sp tr{
    border: 2px solid #000;
  }
  .suisyo_sp tr .left {
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 28px;
    background: #CCC;
    width: 200px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
  }
  .suisyo_sp tr .dat {
    border-bottom: 1px solid #000;
    font-size: 28px;
    padding-left: 15px;
    font-weight: bold;
  }
  .suisyo_sp  td {
    line-height: 53px;
  }
  .suisyo_sp table td, 
  .suisyo_sp table th {
      padding: 0; /* セル内の余白をなくす */
      margin: 0; /* マージンをなくす */
  }

  .thunder{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/thunder_sp.png) no-repeat center center;
    z-index: 0;
    top: 520px;
    left: 0;
  }

  .tit.show {
  opacity: 1;
  transform: translateY(0);
}



}

/***********************************************************************
  keyframe
  **********************************************************************/
@keyframes fwari01 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  50% {
    -webkit-transform: translate(-60%, 40px);
    transform: translate(-60%, 40px);
  }

  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
  }
}

@keyframes fwari02 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  30% {
    -webkit-transform: translate(-20%, 60px);
    transform: translate(-20%, 60px);
  }

  50% {
    -webkit-transform: translate(-30%, 20px);
    transform: translate(-30%, 20px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@-webkit-keyframes fwari01 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  50% {
    -webkit-transform: translate(-60%, 40px);
    transform: translate(-60%, 40px);
  }

  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
  }
}

@-webkit-keyframes fwari02 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  30% {
    -webkit-transform: translate(-20%, 60px);
    transform: translate(-20%, 60px);
  }

  50% {
    -webkit-transform: translate(-30%, 20px);
    transform: translate(-30%, 20px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@keyframes fwari01_sp {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  50% {
    -webkit-transform: translate(-80px, 40px);
    transform: translate(-80px, 40px);
  }

  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
  }
}

@keyframes fwari02_sp {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  30% {
    -webkit-transform: translate(20px, 60px);
    transform: translate(20px, 60px);
  }

  50% {
    -webkit-transform: translate(60px, 20px);
    transform: translate(60px, 20px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@-webkit-keyframes fwari01_sp {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  50% {
    -webkit-transform: translate(-80px, 40px);
    transform: translate(-80px, 40px);
  }

  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
  }
}

@-webkit-keyframes fwari02_sp {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  30% {
    -webkit-transform: translate(20px, 60px);
    transform: translate(20px, 60px);
  }

  50% {
    -webkit-transform: translate(60px, 20px);
    transform: translate(60px, 20px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@keyframes scrollVertical {
  0%   { 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
  }
  100% { 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
  }
}

@-webkit-keyframes scrollVertical {
  0%   { 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
  }
  100% { 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
  }
}

@keyframes scrollHorizontal {
  0%   { 
    -webkit-transform: translateX(0); 
    transform: translateX(0); 
  }
  100% { 
    -webkit-transform: translateX(-49.85%); 
    transform: translateX(-49.85%); 
  }
}

@-webkit-keyframes scrollHorizontal {
  0%   { 
    -webkit-transform: translateX(0); 
    transform: translateX(0); 
  }
  100% { 
    -webkit-transform: translateX(-49.85%); 
    transform: translateX(-49.85%); 
  }
}


/* 雷 */
@-webkit-keyframes thundar_slow {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes thundar_slow {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* キャッチ　サブ */
@keyframes twitchY {
  0%, 85%, 100% {
    transform: translateY(0);
  }
  88% {
    transform: translateY(-8px); /* 上に少し動く */
  }
  91% {
    transform: translateY(3px);  /* 下に少し動く */
  }
  94% {
    transform: translateY(-5px);
  }
  97% {
    transform: translateY(0);
  }
}
