*{
    padding: 0;
    margin: 0;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    text-decoration: none;
    letter-spacing: 4px;  
}
body{
    background: linear-gradient(180deg, #000 3.47%, #252525 19.98%, #584E58 100%);
    color: #fff;
    overflow: hidden;
}
h2{
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom:50px;

}
/* ふわっと表示 */
.element {
  transition: 2s;
  opacity: 0;
}

.element.active {
  opacity: 1;
}

.fadeIn_right {
  transition: 3s;
  opacity: 0;
  transform: translate(5%, 0);
  overflow: hidden;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
  overflow: hidden;
}
.p_inner p{
  margin-bottom: 50px;
  line-height: 2;
  width: 80%;
  position: relative;
  z-index: -1;
}
.section_button{
  margin-top: 50px;

}
/* ローディング＋モーダル */
        /* モーダルウィンドウ */
        .modal {
          display: none;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #000;
          /* モーダルの背景色（黒） */
          color: #fff;
          /* テキストの色（白） */
          padding: 20px;
          z-index: 2;
          /* 他の要素より手前に表示 */
          cursor: pointer;
          width: 100%;
          height: 100%;
      }
      .modal-content span{
        font-family: 'Lora', serif;
    }
    .blinking {
      animation: blink 1s ease-in-out infinite;
      text-shadow: 0 0 .1em, 0 0 .3em;
      display: block !important;
    }
      /* ローディング画面 */
      .loading {
          display: none;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          z-index: 2;
          /* モーダルウィンドウより手前に表示 */
          width: 100%;
          height: 100vh;
          background-color: #000;

      }
      .loading01{
        height: 369px;
      }
      .loading video {
          width: 40%;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }
      /* もーだる */
      [data-text-wrap] {
          display: inline-block;
      }
      [data-text-inner] {
          display: block;
          width: 0.001%;
          overflow-x: hidden;
          color: #fff;
      }
      @keyframes text {
          0% {
              width: 0.001%;
          }

          100% {
              width: 100%;
          }
      }
      .blinking-text {
          animation: blink 1s ease-in-out infinite;
          /* アニメーションを適用 */
      }
      @keyframes blink {
          0% {
              opacity: 1;
              /* 最初は表示 */
          }

          50% {
              opacity: 0;
              /* 中間では非表示 */
          }

          100% {
              opacity: 1;
              /* 最後に再び表示 */
          }
      }
      .blink {
        animation: blinking 0.9s ease-in-out infinite alternate;
      }
      @keyframes blinking {
        0% {opacity: 0;}
        100% {opacity: 1;}
      }
      .neontext2 {
        color: #fff;
        text-shadow: 
        0 0 7px #fff, 
        0 0 10px #fff, 
        0 0 21px #fff, 
        0 0 20px #fff, 
        0 0 0px #fff, 
        0 0 0px #fff, 
        0 0 0px #fff, 
        0 0 0px #fff;      
      }

      .neontext {
        color: #fff;
        text-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 0px #fff, 0px 0px 0px #fff, 0 0 0px #0fa, 0 0 0px #0fa, 0 0 0px #0fa;      }
      .txt{
        font-size: 22px;
        letter-spacing: 3px;
        position: relative;
        top: 24%;
        left: 38%;
        /* height: 369px; */
        font-weight: bold;
    }
    .span1{
        position: absolute;
        left: -13%;
        letter-spacing: 5px;
    }
    .span2{
        position: absolute;
        left: 6%;
        top: 28%;
        letter-spacing: 5px;

        /* margin-left: 150px;
        margin-top: 50px; */
    }
    .span3{
        position: absolute;
        position: absolute;
        left: 26%;
        top: 55%; 
        letter-spacing: 5px;
           }
    .rgo{
        position: absolute; 
        top: 78%;
        font-size: 35px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
  .line {
    display: block;
    }

    .txtInner {
    animation-name: show;
    animation-duration:3s;
    animation-fill-mode: backwards;
    }

    @keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    }
      .modal-content-innnertext1{
          display: inline-block;
          position: absolute;
          top: 45%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          line-height: 3;
          font-size: 22px;
          letter-spacing: 3px;        
      }
      .modal-content-innnertext2 {
          display: inline-block;
          position: absolute;
          top: 70%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 35px;
          color: #000;

      }



/* main */
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -35px;
  /*テキストの形状*/
color: #eee;
font-size: 0.9rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:90px;
  opacity: 1;
}
100%{
  height:0;
  top:110px;
  opacity: 0;
}
}
/* logo */
#logo{
    padding-top: 70px;
    text-align: center;
    width: 60%;
    height: 80vh;
    margin: 0 auto;
}
#logo img{
  width: 100%;
  height: 100%;
}
.width_90{
    width: 94%;
    margin: 0 auto;
}

/* title */
#title{
    letter-spacing: 4px;
    margin: 17em auto 10em auto;
    width: 70%;

}
#title h1{
  font-size:clamp(0.938rem, 0.688rem + 1.25vw, 1.2rem);
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
}
.hr{
  width: 100%;
}
.hr img{
  width: 100%;
  height: 400px;
}
/* entry */
.entry h3{
  width: 35%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  color: #FFF;
  text-shadow: 0 0 1px #000dff, 0 0 3px #000dff, 0px 0px 6px #000dff, 0 0 10px #000dff, 0 0 150px #000dff, 0 0 200px #000dff;
}
/* entry */
.entry1{
  margin: 150px 0 175px 0;
  position: relative;
  /* z-index: -1; */
}
.entry1 h3{
  width: 35%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  color: #FFF;
  text-shadow: 0 0 1px #000dff, 0 0 3px #000dff, 0px 0px 6px #000dff, 0 0 10px #000dff, 0 0 150px #000dff, 0 0 200px #000dff;
}
/* エントリーリーボタン */
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 200px;
  margin: 0 auto;
}
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);

}
.gradient-border a {
      background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lora', serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 12.8px;
    animation: flicker 1.5s infinite alternate;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.gradient-border a:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #000dff, #4201f6, #9900ff, #000dff, #9900ff, #9900ff, #003eff, #b800ff);
  z-index: -1;
  animation: animatedgradient 6s ease alternate infinite;
  background-size: 300% 300%;
  box-shadow: 0 0 100px #4201f6;
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.box:hover{
  animation: flash 0.1s linear;
  animation-iteration-count: 3;
}
.box:active{
  animation: flash 0.1s linear;
  animation-iteration-count: 3;
}
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
      text-shadow:
      0 0 2px #ffffff,
      0 0 11px #000dff,
      0 0 19px #b800ff,
      0 0 40px #000dff,
      0 0 80px #ffffff,
      0 0 90px #000dff,
      0 0 100px #000dff,
      0 0 150px #000dff;
  }
  20%, 24%, 55% {
      text-shadow: none;
  }
}@keyframes flash {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }
  
  
  100% {
      opacity: 1;
  }
}
/* video */
#video-area{
  position: fixed;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
   }

  .video01 {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.video{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;

}
/* しゅっ */
.skew-outer.active + section .item-kanji{ transform: scale(1); opacity: 1;}
.skew-outer{ 
            position: relative; z-index: -1; margin-top: 200px;margin-bottom: 100px;
          }
.skew-outer:before{ 
  content: ''; width: 100%; height: 50%; background: #000; position: absolute; top: -1px; left: 0; z-index: 10; transform: skewY(355deg); }
.skew-outer:after{ content: ''; width: 100%; height: 50%; background: #000; position: absolute; bottom: -1px; left: 0; z-index: 10; transform: skewY(355deg); }
.skew-outer.reverse:before,
.skew-outer.reverse:after{ transform: skewY(5deg); }
.skew-outer.active:before,
.skew-outer.active:after{ height: 0; transition: .3s; transition-delay: .45s; transition-timing-function: cubic-bezier(1,0,.96,.65); }
.skew{ 
    width: 100%;
    height: 15rem;
    background: #000 repeat 0 0/1280px 1280px;
    transform: skewY(355deg);
    position: relative;
    overflow: hidden;
    position: relative;
    border-top: 2.5px solid ;
    border-bottom: 2.5px solid ;
    box-shadow: aqua 0px 0px 20px 3px;
    border-image: linear-gradient(to right, #00f4ff, rgb(0 255 255)) 1;
  }
.skew-outer-first{
  margin-top: 250px;
}
.no-wepb .skew{ background-image: url(../images/common/bg_black.jpg); }
.skew-outer.reverse .skew{ transform: skewY(5deg) translateZ(0); }
.skew:after{ content: ''; width: 100%; height: 3px; background: #000; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: .3s; transition-timing-function: cubic-bezier(1,0,.96,.65); }
.skew-outer.active .skew:after{ width: 0; }
.skew img{ position: absolute; top: 4.4rem; left: 50%; transform: skewY(5deg) translateX(-50%); }
.skew-outer.reverse .skew img{ transform: skewY(-10deg) translateX(-50%); top: -24.6rem; }

/* about */
#about{
    width: 65vw;
    margin-left: auto;
}
#about h2{
    text-align: right;
    background: linear-gradient(45deg, #9b14a7 23.36%, #b9acba 98.75%);    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}
#about .h2_span{
  color: #ddc7df;
  font-weight: bold;

}
#about p{
  margin-left: auto;
  color: #ddc7df;
  font-weight: bold;
  text-align: end;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  letter-spacing: 1px;
}
#about .p_inner img{
  width: 65%;
    margin-left: auto;
    display: block;
    opacity: 0.55;
}
.h2_span{
  font-size: 18x;
  font-weight: bold;
  line-height: normal;
  display: block;
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* section_button */
/* ボタン01*/
.btnshine{
  /*キラッと光る基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/  
display:inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  letter-spacing: 4px;
}
.btnshine::before {
content: '';
  /*絶対配置でキラッと光るの位置を決める*/
position: absolute;
top: 0;
left: -75%;
  /*キラッと光る形状*/
  width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(227, 0, 248, 0.3) 100%);
transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
animation: shine 0.7s;
}

@keyframes shine {
100% {
  left: 125%;
}
}
/* ボタン02*/
.btnshine02{
  /*キラッと光る基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/  
display:inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  letter-spacing: 4px;
}
.btnshine02::before {
content: '';
  /*絶対配置でキラッと光るの位置を決める*/
position: absolute;
top: 0;
left: -75%;
  /*キラッと光る形状*/
  width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(25, 28, 238, 0.4) 100%);
transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine02:hover::before {
animation: shine 0.7s;
}

#about .section_button{
  margin-left: auto;
  border: 1.5px solid #791682;
  background-color: #5f396269;
  width: 300px;
  height: 70px;
  font-weight: bold;
  box-shadow: #791682 0px 0px 10px 0px;
}
#about .section_button:hover{
  margin-left: auto;
  border: 1.5px solid #791682;
  transition: all 0.1s ease-in-out;
  background-color: #5f3962;
  opacity: 1;
}
#about .section_button a:hover{
  color: #ddc7df;
}
.section_button a{
  color: #ddc7df;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

/* battle */
#battle {
  width: 65vw;
  margin-right: auto;
}
#battle p{
  color: #b1afc1;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  
}
#battle h2{
  background: linear-gradient(45deg, #453ABC 1.6%, #67657A 21.59%);  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#battle .h2_span{
  text-align: left;
  color: #b1afc1;
  font-weight: bold;
}
#battle .section_button{
  margin-right: auto;
  border: 1px solid #453ABC;
  width: 300px;
  height: 70px;
  box-shadow: #453ABC 0px 0px 10px 0px;
}
#battle .section_button a{
  color: #b1afc1;
  font-weight: bold;
  background-color: #16395f70;
}
#battle .section_button a:hover{
  background-color: #16395f;
}
#battle .p_inner img {
  width:65%;
  display: block;
  opacity: 0.55;
}
/* stream */
#stream{
  width: 65vw;
  margin-left: auto;
}
#stream p {
  margin-left: auto;
  text-align: end;
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #c8dbcc;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);

}
#stream span{
  color: #c8dbcc;

}
#stream h2{
  text-align: right;
  background: linear-gradient(90deg, #3f834e 87.46%, #8ca293 91.93%);  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);

}
#stream .p_inner{
  display: flex;
  align-items: center;
  z-index: 0 !important;
  max-width: 510px;
  justify-content: space-between;
  max-width: 500px;
  margin-left: auto;
}
#stream .p_inner a:hover{
  opacity: 0.5;
}
/* #stream .p_inner img{
  width: 90%;
} */
.p_stream{
  margin-bottom: 50px;
  position: relative;
  z-index: -1;
}
.p_stream img{
  width: 55%;
  display: block;
  margin-left: auto;
  opacity: 0.55 !important;
}
.youtube img{
  margin-left: 5%;
}
/* news */
#news h2{
  text-align: right;
  background: linear-gradient(90deg, #d3b141 2.01%, #9b998f 8.27%);  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  text-align: left;
}
#news{
 /*  width: 65vw; */
  margin-right: auto;
}
#news .p_inner img{
  width: 25%;
  opacity: 0.55;
}
#news .section_button{
  margin-right: auto;
  border: 1px solid #c69a01;
  width: 300px;
  height: 70px;
  box-shadow: #ab880c 0px 0px 10px 0px;
}
#news .section_button a{
  color: #fdf6de;
  font-weight: bold;
  background-color: #a4800045;
}
#news .section_button a:hover{
  background-color: #c4920d;
}
.btnshine03 {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  letter-spacing: 4px;
}
.btnshine03:hover::before {
  animation: shine 0.7s;
}
.btnshine03::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(238, 238, 25, 0.4) 100%);
  transform: skewX(-25deg);
}
/* blog */

.blog_inner:nth-child(2){
  margin-top: 70px;
}
.blog_inner img{
  width: 90%;
}
#news .p_inner p {
  color: #f5efda;
  margin-bottom: 50px;
  line-height: 2;
  width: 60%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
}
.scrolldown_footer{
  margin-bottom: 100px;
  width: 1px;
  height: 200px;
  background-color: #fff;
  margin: 50px auto 50px auto;
}




.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 150px;
  height: 40px;
  margin-left: auto;
}

#shape {
  stroke-width: 6px;
  fill: transparent;
  stroke: #8d06d6;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
  
}

#text {
  margin-top: -35px;
  margin-left: -5px;
  text-align: center;
}

#text a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}

.svg-wrapper:hover #shape {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #8d06d6;
}


