@charset "UTF-8";

.l-footer {
  z-index: 3;
}


.btnBox {
  padding: 24px 0 0 0;
}


/*---------------------------------------------*/
/*PC設定*/
body,
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif;
}

/*表示非表示*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: .6;
  transition: all 0.5s;
}

/*---------------------------------------------*/
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

/*---------------------------------------------*/
/*背景動画設定（PC/SP共通）*/
/*---------------------------------------------*/
.video-container {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 56.25vw;
  /* 16:9の比率を維持 */
  min-height: 100%;
  min-width: 177.78vh;
  /* 16:9の比率を維持 */
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/*---------------------------------------------*/
/*ドットエフェクト（採用）*/
/*---------------------------------------------*/
.dot-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/_image/bg_dot.png")repeat center top/25% auto;
  pointer-events: none;
  z-index: -1;
}

/*---------------------------------------------*/
/*操作線エフェクト（ボツ）*/
/*---------------------------------------------*/
.line-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.line-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7) 2px,
      transparent 2px,
      transparent 3px);
}

/*---------------------------------------------*/
/*全体レイアウト*/
/*---------------------------------------------*/
.content {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  z-index: 3;
}

/*---------------------------------------------*/
/*ナビゲーション*/
/*---------------------------------------------*/
/*BEYBLADEロゴ（未使用）*/
.cmn_logo {
  display: block;
  width: 200px;
  margin: 0 0 4px 4px;
}

/*---------------------------------------------*/
/*ナビゲーション*/
#navigation {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  line-height: 0;
}

/*---------------------------------------------*/
/*ナビゲーションリスト*/
#navigation li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 2%;
}

#navigation li img {
  max-width: 90%;
  height: auto;
}

/*---------------------------------------------*/
/*Languageボタン*/
#navigation li:last-child {
  /*max-width: 140px;*/
  margin: 0 8px 0 auto;
  font-size: 14px;
  text-align: left;
}

#navigation li:last-child img {
  /*max-width: 140px;
  height: auto;*/
}


/*---------------------------------------------*/
/*オンマウスのライン*/
.line-image {
  position: absolute;
  width: 100%;
  bottom: -6px;
  /* 画像のすぐ下に配置 */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

/*オンマウスで表示*/
#navigation li a:hover .line-image {
  opacity: 1;
}

/*言語選択ボタン*/
.more {
  width: 140px;
  height: auto;
}

/*moreの次の要素を非表示に*/
.more+div {
  position: absolute;
  display: none;
  width: 140px;
  background: #000;
  color: #FFF;

}

/*言語テキスト*/
.more+div a {
  position: relative;
  display: block;
  padding: 16px 8px;
  font-size: 13px;
  line-height: 1, 2;
  text-align: center;
  border-bottom: 1px solid #555;
}

/*オンマウスのライン*/
.more+div a .line-image {
  position: absolute;
  width: 100%;
  bottom: 4px;
  /* 画像のすぐ下に配置 */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

/*---------------------------------------------*/
/*メインエリア*/
/*---------------------------------------------*/
main {
  position: relative;
  display: block;
  z-index: 4;
}

/*大会ロゴレイアウト*/
.mainImg {
  margin: 11vh auto 6vh;
}

/*大会ロゴ*/
.mainImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*概要ボタン*/
.mainImg a {
  display: block;
  max-width: 100%;
  margin: 0 auto -24px;
}


/*---------------------------------------------*/
/*キービジュアル*/
/*---------------------------------------------*/
.keyvisual {
  width: 96%;
  margin: 0 auto 0;
  /*min-height: 300px;*/
}

/*---------------------------------------------*/
/*バナーエリア（バナ−設置まで不使用）*/
/*---------------------------------------------*/
.bnr {
  margin: 0 auto;
  padding: 80px 0;
  color: #FFF;
  text-align: center;
}

/*---------------------------------------------*/
/*各コンテンツセクション*/
/*---------------------------------------------*/
section {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, .4);
}

h2 {
  margin: 50px 0 0;
}


/*---------------------------------------------*/
/*大会概要*/
/*---------------------------------------------*/
#overview {
  margin: 40px 0 0;
  padding: 50px 0;
}

/*概要のみグリーンライン*/
#overview picture.line {
  display: block;
  height: 7px;
  font-size: 0;
  line-height: 0;
}

#overview picture.line.btm {
  margin-top: 28px;
}

/*テキストテーブル*/
dl.eventTable {
  display: flex;
  flex-wrap: wrap;
  max-width: 994px;
  margin: 0 auto;
  letter-spacing: 0.15em;
  text-align: left;
}

/*見出し*/
dl.eventTable dt {
  width: 24%;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 20px 30px;
  font-size: clamp(1rem, 0.745rem + 1.28vw, 1.75rem);
  font-weight: normal;
}

/*詳細*/
dl.eventTable dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 76%;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 20px 30px;
  font-size: clamp(1.125rem, 0.951rem + 0.87vw, 1.625rem);
  font-weight: normal;
}

/*文字配置ブロック*/
dl.eventTable dd div {
  line-height: 1.2;
}

/*文字小*/
dl.eventTable i {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: normal;
}

/*最後の要素の下線を削除*/
dl.eventTable dt:nth-last-child(2) {
  border-bottom: none;
}

dl.eventTable dd:last-child {
  border-bottom: none;
}

/**/

/*テキストテーブル*/
dl.eventTable2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 994px;
  margin: 0 auto;
  letter-spacing: 0.15em;
  text-align: left;
}

/*見出し*/
dl.eventTable2 dt {
  width: 20%;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 20px 30px;
  font-size: clamp(1rem, 0.745rem + 1.28vw, 1.75rem);
  font-weight: normal;
}

/*詳細*/
dl.eventTable2 dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 20px 30px;
  font-size: clamp(1.125rem, 0.951rem + 0.87vw, 1.625rem);
  font-weight: normal;
}

/*文字配置ブロック*/
dl.eventTable2 dd div {
  line-height: 1.2;
}

/*文字小*/
dl.eventTable2 i {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: normal;
}

/*最後の要素の下線を削除*/
dl.eventTable2 dt:nth-last-child(2) {
  border-bottom: none;
}

dl.eventTable2 dd:last-child {
  border-bottom: none;
}


/*---------------------------------------------*/
/*代表選出*/
/*---------------------------------------------*/
#selection {
  max-width: 100%;
  background: linear-gradient(to right, rgba(0, 27, 50, 0.9), rgba(10, 80, 140, 0.9)), url('./_image/selctionBG.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 80px 0 0;
  padding: 50px 0 0;
  text-align: center;
}

/*アニメーションが始まったら*/
#selection.active {
  max-width: 100%;
  transition: all 0.4;
}

/*---------------------------------------------*/
/*リンク背景*/
.selectionLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 899px;
  background: url(_image/selectionbtnBG.png)no-repeat center top/100% auto;
  margin: 0 auto;
  padding: 26px 2.78%;
}

/*ボタンレイアウト*/
.selectionLink ul {
  margin: 0 auto;
}

.selectionLink ul li {
  padding: 2px 0;
}

.selectionLink a {
  display: block;
}

.selectionLink a:hover {
  opacity: 0.5;
}

/*---------------------------------------------*/
/*賞品*/
/*---------------------------------------------*/
#prize {
  margin: 0 auto;
  padding: 30px 0;
  font-size: 13px;
  text-align: center;
  background: rgba(9, 43, 65, .8);
}

.prizeBox {
  max-width: 1351px;
  margin: 0 auto 0;
  padding: 6% 0 2%;
  background: url(_image/prizeBg.png)no-repeat center top/100% auto;
}

.prizeBox .ttl {
  max-width: 1351px;
}

.prizeBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1351px;
  padding: 0 11% 8%;
}

.prizeBox ul li {
  width: 28%;
  margin: 0 auto 0;
  padding: 0;
}




/*---------------------------------------------*/
/*選手紹介*/
/*---------------------------------------------*/
#bladers {
  position: relative;
  background: none;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}

#bladers .comingsoon {
  position: relative;
  display: block;
  max-width: 1024px;
  margin: 12px auto 8px;
  text-align: center;
  z-index: 1;
}


/*---------------------------------------------*/
/*注意事項*/
/*---------------------------------------------*/
#notices {
  background: rgba(0, 0, 0, 0.9);
  margin: 0 auto 0;
  padding: 80px 0;
  font-size: 13px;
  color: #FFF;
  text-align: left;
}

/*見出し*/
#notices h4 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 32px;
}

/*---------------------------------------------*/
/*オンマウスのライン*/
#notices h4 .line-image {
  position: absolute;
  width: 120px;
  bottom: 0px;
  /* 画像のすぐ下に配置 */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/*テキスト*/
#notices p {
  max-width: 1024px;
  margin: 24px auto 0;
  padding: 0 2%;
}

/*---------------------------------------------*/
/* フッター */
#foot {
  max-width: 100%;
  background: rgba(0, 0, 0, .9);
  margin: 0 auto;
  padding: 12px 0 24px;
  font-size: 11px;
  text-align: center;
}

#machup {
  margin-top: 54px;
  padding-top: 24px;
}

#machup p{
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    font-size: clamp(1.125rem, 0.951rem + 0.87vw, 1.625rem);
}

.campImg {
  display: block;
  max-width: 840px;
  margin: 12px auto 0;
}
.campImg2 {
  display: block;
  max-width: 618px;
  margin: 12px auto 0;
}

      #live{
      margin-top:24px;
      padding-top:24px
    }

    #player .mov {
    max-width: 800px;
    margin: 0 auto;

    }



@media screen and (max-width: 667px) {
.campImg {
  max-width: 98%;
  margin: 12px auto 0;
}
  /*----------------------------------------------SP用ページ用設定*/
  /*スマホ設定*/

  /*表示非表示*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* 画像 */
  .imgBox {
    max-width: 98%;
  }

  /*ドットエフェクト（採用）*/
  .dot-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/_image/bg_dot.png")repeat center top/50% auto;
    pointer-events: none;
    z-index: -1;
  }




  /*---------------------------------------------*/
  /*ナビゲーション*/
  /*---------------------------------------------*/

  /*BEYBLADEロゴ*/
  .cmn_logo {
    display: block;
    width: 200px;
    margin: 80px auto 0;
  }

  /*ナビゲーション*/
  #navigation {
    
    display: flex;
    flex-wrap: wrap;
     /*justify-content: center;*/
    align-items: center;
    line-height: 0;
  }

  /*ナビゲーションリスト*/
  #navigation li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
   
    align-items: center;

    margin-right: 0;
    width: 100%;
    padding: 20px ;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
  }

  /*WCロゴ*/
  #navigation li:first-child {
    width: 100%;
    margin-right: 0;
    padding: 40px 0;
    text-align: center;
  }

    #navigation li:first-child a {
      display: block;
    width: 100%;

    text-align: center;
  }

  /*Language*/
  #navigation li:last-child {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    font-size: 14px;
    text-align: center;
  }

  /*Language*/
  #navigation li:last-child div.languageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #navigation li:last-child div.languageList a {
    display: block;
    width: 25%;
    line-height: 1.2;
    font-size: 15px;
    padding: 8px 0;
  }

    #navigation li:last-child div.languageList a .line-image {
    display: none;
  }

  #navigation li:last-child img.more2 {
    width: 26%;
    margin: 60px auto 24px;
  }





  .mainImg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    justify-content: center;
        margin: 6vh auto 6vh;
        max-width:90%;

  }



  /*---------------------------------------------*/
  /*各コンテンツセクション*/
  /*---------------------------------------------*/
  h2 {
    margin: 24px 0 0;
  }


  /*---------------------------------------------*/
  /*大会概要*/
  /*---------------------------------------------*/
  #overview {
    margin: 20px 0 0;
    padding: 25px 0;
  }

  /*概要のみグリーンライン*/
  #overview picture.line {
    display: block;
    height: 7px;
    font-size: 0;
    line-height: 0;
  }

  #overview picture.line.btm {
    margin-top: 14px;
  }

  /*テキストテーブル*/
  dl.eventTable {
    max-width: 96%;
    margin: 0 auto;
  }

  /*見出し*/
  dl.eventTable dt {
    width: 100%;
    padding: 8px 12px 4px;
    font-size: 15px;
    border: none;
    font-weight: bold;
  }

  /*詳細*/
  dl.eventTable dd {
    width: 100%;
    padding: 0 12px 8px;
    font-size: 13px;
  }


  /*文字小*/
  dl.eventTable i {
    font-size: 10px;
  }

  dl.eventTable i.spTxt {
    font-size: 13px;
    font-weight: bold;
  }

  /*最後の要素の下線を削除*/
  dl.eventTable dt:nth-last-child(2) {
    border-bottom: none;
  }

  dl.eventTable dd:last-child {
    border-bottom: none;
  }

  /*見出し*/
.rec {
    width: 94%;
   
    font-size: 15px;
    border: none;
    font-weight: bold;
    margin: 0 auto;
  }

  .sp {
    display: block;
  }

  /*テキストテーブル*/
  dl.eventTable2 {
    max-width: 96%;
    margin: 0 auto;
  }

  /*見出し*/
  dl.eventTable2 dt {
    width: 100%;
    padding: 8px 12px 4px;
    font-size: 15px;
    border: none;
    font-weight: bold;
  }

  /*詳細*/
  dl.eventTable2 dd {
    width: 100%;
    padding: 0 12px 8px;
    font-size: 13px;
  }


  /*文字小*/
  dl.eventTable2 i {
    font-size: 10px;
  }

  dl.eventTable2 i.spTxt {
    font-size: 13px;
    font-weight: bold;
  }

  /*最後の要素の下線を削除*/
  dl.eventTable2 dt:nth-last-child(2) {
    border-bottom: none;
  }

  dl.eventTable2 dd:last-child {
    border-bottom: none;
  }

  /*---------------------------------------------*/
  /*代表選出*/
  /*---------------------------------------------*/
  #selection {
    max-width: 100%;
    background: linear-gradient(to right, rgba(0, 27, 50, 0.9), rgba(10, 80, 140, 0.9)), url('./_image/selctionBG.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px auto 0;
    padding: 25px 0 0;
    text-align: center;
  }

  /*---------------------------------------------*/
  /*リンク背景*/
  .selectionLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: calc(96% - 12px);
    background: url(_image/selectionbtnBGSP.png)no-repeat center top/100% auto;
    margin: 0 auto;
    padding: 4% 2% 2%;
  }

  /*---------------------------------------------*/
  /*賞品*/
  /*---------------------------------------------*/
  #prize {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 10px;
    text-align: center;
    background: rgba(9, 43, 65, .8);
  }

  .prizeBox {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 5% 0 2%;
    background: url(_image/prizeBgSP.png)no-repeat center top/100% auto;
  }

  .prizeBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(96% - 12px);
    margin: 0 auto;
    padding: 0 0 8%;
  }

  .prizeBox ul li {
    width: 50%;
    margin: 0 auto 0;
    padding: 0 0.5%;
  }

  .prizeBox ul li:first-child {
    width: 51%;
    margin: 0 auto 8px;
    padding: 0px 0 0 0
  }

  /*---------------------------------------------*/
  /*選手紹介*/
  /*---------------------------------------------*/
  #bladers {
    position: relative;
    background: none;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
  }

  /*---------------------------------------------*/
  /*注意事項*/
  /*---------------------------------------------*/
  #notices {
    background: rgba(0, 0, 0, 0.9);
    margin: 0 auto 0;
    padding: 40px 0;
    font-size: 10px;
    color: #FFF;
    text-align: left;
  }

  /*見出し*/
  #notices h4 {
    position: relative;
    margin: 0 auto 24px;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }

  #notices p {
    max-width: calc(96% - 12px);
    margin: 0 auto;
  }




  /*---------------------------------------------*/
  /* フッター */
  #foot {
    max-width: 100%;
    background: rgba(0, 0, 0, .9);
    margin: -1px auto 0;
    padding: 12px 2%;
    font-size: 10px;
    text-align: center;
  }

  #foot img {
    max-width: 60%;
    margin: 0 auto;

  }

  #machup p{
    font-size: 15px;
}

/*概要ボタン*/
.mainImg a {
  display: block;
  max-width: 100%;
  margin:0 auto -12px;
}

    #player .mov {
    max-width: 90%;
    margin: 0 auto;

    }

}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}