@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;
  margin: 8rem 0 5rem;
}

.section-title {
  position: relative;
  width: fit-content;
  width: calc(100% - 40px);
  margin: 10rem auto 5rem;
}
.section-title2{
  margin: 3rem auto !important;
}

.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: #0d0d0d;
  box-shadow: 0px 0px 20px rgb(255 255 255 / 29%);
}

.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;
}
/* ======================================== */
/* 固定ボタン*/
/* ======================================== */


#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);
  width: 300px;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin: 3rem auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
}

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

/* ======================================== */
/* ヘッダー*/
/* ======================================== */
.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;
  align-items: center;
  padding: 12px 10px 10px
}

/* ======================================== */
/* KV*/
/* ======================================== */
.kv_contents {
  padding-top: 62.33px;
  background-color: #010101;
}
.kv_txt{
  width: calc(100% - 40px);
  margin: 5rem auto;
  display: block;
}

/* ======================================== */
/* 企画内容*/
/* ======================================== */
.contents_txt {
  text-align: center;
  margin-top: 3rem;
}

/* ======================================== */
/* ファン投票期間*/
/* ======================================== */
.period_contents {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  background-image: url(../img/image_hoop2.png);
  background-position: top;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.686);
}
.period_contents2{
    background-image: url(../img/image_human.png) !important;
    position: center;
}
.period_txt {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid rgb(91, 91, 91);
  line-height: 3rem;
  padding-bottom: 1.5rem;
}

.period_small_txt {
  font-size: 1.6rem;
  font-weight: 900;
}

.period_small_txt2 {
  font-size: 2rem;
  font-weight: 900;
}

.period_ttl {
  text-align: center;
  font-weight: 900;
  padding-top: 2rem;
}

.monitar {
  width: calc(100% - 40px);
  margin: 8rem auto;
  display: block;
}
/* ======================================== */
/* マイベストゲーム*/
/* ======================================== */
.mybest_bg{
  /* background-image: url(../img/mybest_game_bg.png); */
}
.mybest_ttl{
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 5rem 0;
}
.mybest_txt{
  text-align: center;
  font-weight: 900;
  padding-bottom: 5rem;
}

.bt_main3,
.bt_main3: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: 0 auto 8rem;
  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_main3:hover {
  opacity: 0.5;
}
/* ======================================== */
/* ボタン*/
/* ======================================== */
.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: 0 auto 8rem;
  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;
}

/* ======================================== */
/* ベストゲームギャラリー*/
/* ======================================== */
.coming_soon{
  text-align: center;
}
.gallery_txt{
text-align: center;
}
.note{
  font-size: 1.2rem;
}
.gallery_item{
  width: calc(100% - 40px);
  margin: 3rem auto;
  border: 1px solid #686868;
  padding: 4rem 0rem;
}

.gallery_item1{
  background-image: url(../img/b1_east_bg.webp);
  background-size: cover;
}

.gallery_item2{
  background-image: url(../img/b1_west_bg.webp);
  background-size: cover;
}

.gallery_item3{
    background-image: url(../img/b2_east_bg.webp);
  background-size: cover;
}

.gallery_item4{
    background-image: url(../img/b2_west_bg.webp);
  background-size: cover;
}


.bt_main2,
.bt_main2:visited {
  display: block;
  margin-bottom: 7px;
  position: relative;
  background: rgb(100, 81, 27);
  background: -moz-linear-gradient(90deg, #cacaca 0%, rgb(244, 244, 244) 20%, rgb(244, 244, 244) 80%, #cacaca 99%);
  background: -webkit-linear-gradient(90deg, #cacaca 0%, rgb(244, 244, 244) 20%, rgb(244, 244, 244) 80%, #cacaca 99%);
  background: linear-gradient(90deg, #cacaca 0%, rgb(244, 244, 244) 20%, rgb(244, 244, 244) 80%, #cacaca 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64511b", endColorstr="#64511b", GradientType=1);
  max-width: 680px;
  margin: 0 auto 5px;
  text-align: center;
  padding: 16px 30px;
  color: #000000;
  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_main2:hover {
  opacity: 0.5;
}

.icon_blank {
  width: 10px;
}


/* ======================================== */
/* 投票方法*/
/* ======================================== */
.vote_container {
      max-width: 450px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .vote_section {
      background: #ffffff;
      color: #000;
      padding: 5rem 20px 8rem;
      transform: skewY(-9deg);
      margin: 10rem 0;
    }

    .vote_section2 {
      background: #ffffff;
      color: #000;
      padding: 5rem 20px 5rem;
      transform: skewY(9deg);
      margin: 10rem 0;
    }

    .vote_section_inner {
      transform: skewY(9deg);
      position: relative;
    }
    .vote_section_inner2{
      transform: skewY(-9deg);
      position: relative;
    }
    .step{
      position: absolute;
      top: -83px;
      width: 50%;
      transform: skewY(-9deg);
    }
    .step2{
      position: absolute;
      top: -83px;
      width: 50%;
      right: 0;
      transform: skewY(9deg);
    }

    .vote_section_inner p{
      color: rgb(0, 0, 0);
      text-align: center;
      font-weight: 900;
      margin-bottom: 3rem;
    }
    .vote_section_inner span{
      color: rgb(196, 1, 1);
      text-align: center;
      font-weight: 900;
    }

    .vote_section_inner2 p{
      color: rgb(0, 0, 0);
      text-align: center;
      font-weight: 900;
      margin-bottom: 3rem;
    }

    .vote_section_inner2 span{
      color: rgb(196, 1, 1);
      text-align: center;
      font-weight: 900;
    }

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

    .vote_game_title {
      font-weight: bold;
      margin: 12px 0 4px;
    }

    .vote_game_info {
      font-size: 12px;
    }

    .vote_hashtags {
      margin-top: 20px;
      line-height: 2;
    }

    .vote_hashtags span {
      display: block;
      text-align: center;
    }

    .vote_black_section {
      background: #000;
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      font-size: 14px;
    }

    
/* ======================================== */
/* バスケットライブ*/
/* ======================================== */
.basketlive_icon{
  width: 120px;
  height: 100%;
}
.basketlive_txt{
  font-weight:900;
}
.basketlive_wrap{
  display: flex;
  gap: 1rem;
  width: calc(100% - 40px);
  margin: 5rem auto;
}

.basketlive_link{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.basketlive_link1{
    height: 50px;
}
.basketlive_link2{
  height: 50px;
}