@charset "utf-8";

@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.blg_txt {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  width: 100%;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
  background-color: #ffffff;
}

/* ======================================== */
/* 共通CSS */
/* ======================================== */
.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

@media (min-width: 900px) {
  .onlyPC2 {
    display: none;
  }
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

section {
  max-width: 450px;
}

.wht_txt {
  color: #ffffff;
}

.ttl {
  font-size: 5rem;
}

.common_ttl {
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.section-title {
  position: relative;
  width: fit-content;
  width: calc(100% - 40px);
  margin: 4rem 0;
  margin: 0 auto;
}

.section-title .background-text {
  opacity: 0.2;
}

.section-title .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
  /* 中央揃え＋斜体風 */
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  white-space: nowrap;
}

.background-text2{
  margin: 0 auto;
  display: block;
  opacity: 0.3;
}


/* ======================================== */
/* PC版の背景 */
/* ======================================== */
.body_contents {
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.front_contents {
  margin: 0 auto;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  background-color: #070707;
  box-shadow: 0px 0px 20px rgb(255 255 255 / 59%);
}

.pc_logo {
  display: none;
}

@media (min-width: 1100px) {
  .pc_logo {
    display: block;
    position: absolute;
    top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30%;

  }
}

.goal{
  width: 30%;
  right: 0 !important;
  position: absolute;
}
.court{
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.attention{
  width: calc(100% - 40px);
  margin: 0 auto;
}
/* ======================================== */
/* 固定ボタン*/
/* ======================================== */


#page-top {
  padding: 8px 0;
  background-color: #04040486;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fixed_btn {
  background-color: rgb(255, 255, 255);
  color: #010101;
  width: 300px;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin: 3rem auto 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.fixed_btn:hover {
  background-color: rgb(96, 96, 96);
}


.section-title {
  position: relative;
  width: fit-content;
  width: calc(100% - 40px);
  margin: 4rem 0;
  margin: 0 auto;
}

.section-title .background-text {
  opacity: 0.2;
}

.section-title .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
  /* 中央揃え＋斜体風 */
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  white-space: nowrap;
}

.background-text2{
  margin: 0 auto;
  display: block;
  opacity: 0.3;
}

/* ======================================== */
/* タイトル*/
/* ======================================== */
.section-title {
  position: relative;
  width: fit-content;
  width: calc(100% - 40px);
  margin: 4rem 0;
  margin: 0 auto;
}

.section-title .background-text {
  opacity: 0.2;
}

.section-title .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
  /* 中央揃え＋斜体風 */
  font-size: 2.4rem;
  font-weight: 900;
  color: white;
  white-space: nowrap;
  text-align: center;
}

.background-text2{
  margin: 0 auto;
  display: block;
  opacity: 0.3;
}
/* ======================================== */
/* ヘッダー*/
/* ======================================== */
.header_contents {
  background-color: #070707e0;
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 450px;
}

.header_item1 {
  width: 55px;
}

.header_item1 a:hover {
  opacity: 0.5;
}

.header_item2 {
  width: 150px;
}

.header_item2 a:hover {
  opacity: 0.5;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  padding: 18px 10px 15px;
  align-items: center;
}

/* ======================================== */
/* KV*/
/* ======================================== */
.kv_contents {
  padding-top: 73.33px;
  background-color: #010101;
  padding-bottom: 5rem;
}

/* ======================================== */
/* マイベストゲーム概要*/
/* ======================================== */
/* ボタン */
.bt_main1,
.bt_main1:visited {
  display: block;
  margin-bottom: 7px;
  position: relative;
  background: rgb(100, 81, 27);
  background: -moz-linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  background: -webkit-linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  background: linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64511b", endColorstr="#64511b", GradientType=1);
  max-width: 680px;
  margin: 3rem auto 5px;
  text-align: center;
  padding: 16px 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  clip-path: polygon(0% 0%, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
  width: calc(100% - 30px);

  display: flex;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}

.bt_main1:hover {
  opacity: 0.5;
}

.icon_blank {
  width: 10px;
}



/* 動画 */

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrap{
    width: calc(100% - 40px);
    margin: 0 auto;
}

.comment{
    width: calc(100% - 40px);
    margin: 1rem auto 0;
}
.comment_ttl{
      width: calc(100% - 40px);
    background-color: white;
    color: #070707;
    display: inline;
    padding: 2px 10px;
    margin-left: 20px;
    font-weight: 900;
}
.new_link{
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  display: block;
}
.date{
    margin-top: 3rem;
    font-weight: bold;
    width: calc(100% - 40px);
    margin: 3rem auto 3rem;
}
.date2{
  font-size: 1.3rem;
  font-weight: 300;
}

.item{
    border-bottom: 0.5px solid rgb(99, 99, 99);
    padding: 5rem 0 8rem;
}

.ub_color{
    background: -moz-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%)!important
}

.cj_color{
    background: -moz-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: -webkit-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%)!important
}

.at_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}

.sn_color{
    background: -moz-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: -webkit-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%)!important
}

.sn_color{
    background: -moz-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: -webkit-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%)!important
}

.ls_color{
    background: -moz-linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%) !important;
  background: -webkit-linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%) !important;
  background: linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%)!important
}

.ss_color{
    background: -moz-linear-gradient(90deg, #218cea 0%, #036eb8 20%, #036eb8 80%, #318dde 99%) !important;
  background: -webkit-linear-gradient(90deg, #318dde 0%, #036eb8 20%, #036eb8 80%, #318dde 99%) !important;
  background: linear-gradient(90deg, #318dde 0%, #036eb8 20%, #036eb8 80%, #318dde 99%)!important
}

.rg_color{
        background: -moz-linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%)!important
}
