@charset "UTF-8";
@font-face {
  font-family: 'dash-digital';
  src: url("../../fonts/dash_digital-7.ttf") format("truetype");
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes border_anime {
  0% {
    width: 0%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes border_anime {
  0% {
    width: 0%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes menu_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut_logo {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes fadeOut_logo {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInLogo {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLogo {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  /*この数字を変化させたい時間に変更*/
}

@-webkit-keyframes border_anime_left_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
            clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_left_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
            clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_left_even {
  0% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
            clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
            clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_left_even {
  0% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
            clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
            clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_right_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
            clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
            clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_right_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
            clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
            clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_right_even {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
            clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
            clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_right_even {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
            clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
            clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes fadeout {
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  100% {
    opacity: 0;
  }
}

@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  /*この数字を変化させたい時間に変更*/
}

body {
  width: 100vw;
  font-family: 'dash-digital';
  background-color: #000;
}

body #header {
  width: 100%;
  position: fixed;
  z-index: 9997;
  top: 0;
}

body #header .openbtn {
  display: none;
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  body #header .openbtn {
    display: block;
  }
}

body #header .openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffff;
  width: 45%;
}

body #header .openbtn span:nth-of-type(1) {
  top: 15px;
}

body #header .openbtn span:nth-of-type(2) {
  top: 23px;
}

body #header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

body #header .openbtn.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

body #header #g_nav {
  text-align: center;
  /*ナビのスタート位置と形状*/
  left: 0;
  width: 100%;
  position: fixed;
  /*ナビの高さ*/
  /*動き*/
}

body #header #g_nav #g_nav_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-bottom: 1px solid #4ff907;
}

body #header #g_nav #g_nav_list li {
  position: relative;
}

body #header #g_nav #g_nav_list li a {
  display: block;
  text-decoration: none;
  color: #4ff907;
  padding: 20px 35px;
  font-size: clamp(5px, 1vw, 14px);
  width: 100%;
}

body #header #g_nav #g_nav_list li a:hover {
  color: #ffff;
}

@media screen and (max-width: 1024px) {
  body #header #g_nav {
    opacity: 0;
  }
}

body #header #g_nav.panelactive {
  opacity: 1;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  body #header #g_nav.panelactive {
    height: 50vh;
  }
}

body #header #g_nav.panelactive #g_nav_list {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 50vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  background-color: #000;
  border-bottom: #000;
  padding-top: 2vh;
}

body #header #g_nav.panelactive #g_nav_list li {
  overflow: hidden;
  color: gray;
  width: clamp(250px, 75vw, 750px);
  height: calc(50vh/7);
  margin: 0 auto;
}

body #header #g_nav.panelactive #g_nav_list li a {
  padding: 10px;
}

body #header #g_nav.panelactive #g_nav_list li a .text_wrapper {
  margin: 0 auto;
  font-size: clamp(10px, 3vw, 24px);
  text-align: center;
  position: relative;
  padding-bottom: 1vh;
  width: 100%;
}

body #header #g_nav.panelactive #g_nav_list li a .text_wrapper p {
  opacity: 0;
  -webkit-animation: menu_text_anime 0.6s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: menu_text_anime 0.6s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  margin: 0px;
}

body #header #g_nav.panelactive #g_nav_list li a .text_wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 1px #4ff907;
  -webkit-animation: border_anime 0.6s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime 0.6s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

body .fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

body footer #footer {
  background-color: #4ff907;
  text-align: center;
  padding: 15px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  body footer #footer {
    padding: 5px;
  }
}

body footer #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer #footer ul li {
  list-style: none;
}

body footer #footer ul li a {
  text-decoration: none;
}

body footer #footer ul li a i {
  font-size: clamp(16px, 3vw, 30px);
  margin: 10px;
  color: #000;
}

body footer #footer #copyright {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 16px;
  vertical-align: middle;
  font-family: sans-serif;
}
/*# sourceMappingURL=common.css.map */