* {
  padding: 0;
  margin: 0;
  letter-spacing: 4px;
  color: #fff;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;

}

.page {
  margin: 0px;
  bottom: 0px;
  /* width: 2000px; */
  float: left;
  height: 100%;
}

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

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

/* 宇宙 */
.skew-outer-sub {
  margin-top: 0px;
}

.skew-sub {
  width: 100%;
  height: 8em;
  transform: none;
  overflow: hidden;
  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;
  margin-top: 100px;
  position: fixed;
  width: 100%;
  left: 0;

}

.content {
  width: 100vw;
  height: 89vh;
  position: relative;
}

.content h2 img {
  position: absolute;
  top: 65%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 35%;
}

.content p {
  position: absolute;
  left: 48%;
  /* top: 63%; */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 50px;
  text-align: center;
  text-shadow: 0 0 1px #40ffff, 0 0 3px #40ffff, 0 0 6px #40ffff, 0 0 10px #40ffff, 0 0 30px #40ffff, 0 0 50px #40ffff;
  letter-spacing: 10px;
  color: #000;
  font-size:30px;
  top: 94%;
}

/* パンクズりすと */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #fff;
  font-size: 12px;
  justify-content: flex-start;
  position: fixed;
  padding-left: 30px;
  padding-top: 30px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  /* 記号の左右の余白 */
  color: #777;
  /* 記号の色 */
}

.breadcrumb-outer {
  margin: 20px auto;
}

.more {
  margin-left: auto;
  border: 1.5px solid #710000;
  background-color: #8a00004f;
  width: 12%;
  height: 5.5%;
  font-weight: bold;
  box-shadow: #830000 0px 0px 10px 0px;
  position: absolute;
  top: 92%;
  left: 40.9%;
}

.more a {
  color: #ddc7df;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.more a:hover {
  margin-left: auto;
  transition: all 0.1s ease-in-out;
  background-color: #670000;
  opacity: 1;
}

.btnshine:hover::before {
  animation: shine 0.7s;
}

.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%;
  }
}

/* footerの指定 */
.footer-fixed {
  /* min-height: 100vh;  */
  /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;
  /* ←相対位置 */
  padding-bottom: 60px;
  /* ←フッターの高さを指定 */
  box-sizing: border-box;
}

footer {
  position: absolute;
  /* ←絶対位置 */
  bottom: 0;
  width: 100%;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: fff;
}
button.slick-next.slick-arrow {
  display: none !important;
}
.slick-prev {
  display: none !important;
}
.slick-dots {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 0;
  list-style: none;
}

#slick-slide-control00 {
  width: 120px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
  background-color: #d2c200ab;
  border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    appearance: none;
    color: #00fcff;
}
#slick-slide-control00::after{
  content: "VALORANT";
  height:20px; 
  display: block;
}
#slick-slide-control01 {
  width: 120px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  top: 60px;
  right: 3px;
  bottom: 0;
  overflow: hidden;
  background-color: #d2c200ab;
  border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    appearance: none;
    color: #00fcff;

}
#slick-slide-control01::after{
  content: "OVERWATCH";
  display: block;
  font-size: 11px;
}

#slick-slide-control02 {
  width: 120px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  top: 120px;
  right: 3px;
  bottom: 0;
  overflow: hidden;
  background-color: #d2c200ab;
  border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    appearance: none;
    color: #00fcff;

}
#slick-slide-control02::after{
  content: "LEAGUE OF LEGENDS";
  display: block;
  font-size: 10px;
}

#slick-slide-control03 {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 60px;
  right: 3px;
  bottom: 0;
  overflow: hidden;

}

.test__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.test-slick__item {
  margin-right: 5px;
  margin-left: 5px;
}

.test-slick__item img {
  height: auto;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}

/* ここからスマホ */
@media screen and (max-width: 768px) {
  .content h2 img {
    position: absolute;
    top: 65%;
    left: 36%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
}
.content p {
  position: absolute;
  left: 36%;
  /* top: 63%; */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 50px;
  text-align: center;
  text-shadow: 0 0 1px #40ffff, 0 0 3px #40ffff, 0 0 6px #40ffff, 0 0 10px #40ffff, 0 0 30px #40ffff, 0 0 50px #40ffff;
  letter-spacing: 10px;
  color: #000;
  font-size: 22px;
  top: 84%;
}
.more{
  margin-left: auto;
  border: 1.5px solid #710000;
  background-color: #8a00004f;
  width:35%;
  height: 5.5%;
  font-weight: bold;
  box-shadow: #830000 0px 0px 10px 0px;
  position: absolute;
  top: 83%;
  left: 16.9%;}
  .slick-dots {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    z-index: 0;
    list-style: none;
}


} 
