@charset "UTF-8";

@media print{body{display:none;}}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img,form,hr{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;text-align:left;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
th,td{border-collapse: collapse;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;font-weight:normal;word-wrap:break-word;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*------------------------------------------------------
 Base 
------------------------------------------------------*/
body{
    color: #fff;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1.12em;
  }
  
  h5 {
    font-size: .83em;
  }
  
  h6 {
    font-size: .75em;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* link */
  a:link { text-decoration:none; color:#0066cc; }
  a:visited { text-decoration:none; color:#0066cc; }
  a:hover { text-decoration:none; color:#0066cc; }
  a:active { text-decoration:none; color:#0066cc; }
  
  /* clearfix */
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* For IE 6/7 only */
  .clearfix {
    *zoom: 1;
  }

  /*.pc{}*/
  .pc{ display:block;}
  .sp{ display:none;}
  .cx_smartphoneview .pc{ display:none;}
  .cx_smartphoneview .sp{ display:block;}

/*------------------------------------------------------------
  
　ファーストビュー

------------------------------------------------------------*/
.mainArea h1 {
  display: none;
}
.mainArea {
  position: relative;
  background: url(../image/main/img_mainV-bg.jpg) top center repeat #333333;
  background-size: 100%;
}
.mainArea .mainV {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mainArea .mainV .mainV_logo {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.mainArea .mainV .mainV_text {
  width: 100%;
  /*max-width: 500px;*/
  max-width: 600px;
  margin: auto;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .mainArea .mainV .mainV_logo {
    max-width: 340px;
  }
  .mainArea .mainV .mainV_text {
    max-width: 360px;
  }
}
/*------------------------------------------------------------
  
　ナビゲージョンエリア

------------------------------------------------------------*/
.naviArea{
  padding: 0 24px;
  background: #000;
}
.naviArea ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.naviArea .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.naviArea .navi-area-wrap {
  padding: 24px 0;
}
.naviArea .navi-area-wrap li {
  width: 16.35%;
  padding-right: 1rem;
}
.naviArea .navi-area-wrap li:last-of-type {
  padding-right: 0;
}
.naviArea .navi-area-wrap li a img:hover{
  position: relative; 
  top: 3px; 
  left: 3px; 
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 1000px) {
  .naviArea .navi-area-wrap li  {
    width: 20.35%
  }
}
@media screen and (max-width: 768px) {
  .naviArea{
    padding: 0 4%;
  }
  .naviArea .navi-area-wrap {
    padding: 15px 0;
  }
  /*.naviArea .navi-area-wrap li {
    width: 30.35%;
  }
  .naviArea .navi-area-wrap li:last-child {
    padding-right: 0;
  }*/
  .naviArea .navi-area-wrap li {
    width: 48.35%;
  }
  .naviArea .navi-area-wrap li:nth-child(even) {
    padding-right: 0;
  }
  .naviArea .navi-area-wrap li:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------------------
  
　SNSアイコンエリア

------------------------------------------------------------*/
.snsArea {
  padding: 10px 0;
  background: #444;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.snsArea .sns-link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.snsArea .sns-link_wrap li:nth-child(n+2) {
  margin-left: 25px;
}
.snsArea .sns-link_wrap li img {
  width: 65px;
  border-radius: 50%;
}
.snsArea .sns-link_wrap li img:hover{
  opacity: 0.7;
}
/*@media screen and (max-width: 768px) {
  .snsArea .sns-link_wrap li:nth-child(n+2) {
    margin-left: 15px;
  }
  .snsArea .sns-link_wrap li img {
    width: 45px;
    border-radius: 50%;
}
}*/

/*------------------------------------------------------------
  
　バナーエリア（TVer・FOD・その他）

------------------------------------------------------------*/
#tver-fod-bnr {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#tver-fod-bnr li a img:hover{
  opacity: 0.7;
}
#tver-fod-bnr li a{
  display: inline-block;
  background-color: #fff;
}
/*-----------------------------
  
　TVer・FOD

-------------------------------*/
#tver-fod-bnr .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
#tver-fod-bnr .s-bnr--top {
  padding-top: 30px;
  padding-bottom: 30px;
}
#tver-fod-bnr .s-bnr--top .s-bnr {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  #tver-fod-bnr li{
    width: 100%;
  }
  #tver-fod-bnr .flex {
      display: block;
  }
  #tver-fod-bnr .s-bnr--top {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #tver-fod-bnr .s-bnr--top .s-bnr {
      width: 100%;
  }
  #tver-fod-bnr .s-bnr--top .s-bnr:first-of-type {
    margin-bottom: 32px;
  }
}
/*-----------------------------
  
　その他

-------------------------------*/
#tver-fod-bnr .padding-bottom{
  padding-bottom: 0 !important;
}
#tver-fod-bnr li{
  width: 48.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #tver-fod-bnr li{
    width: 100%;
  }
}

/*------------------------------------------------------------
  
　メインエリア

------------------------------------------------------------*/
/*-----------------------------
  
　背景

-------------------------------*/
.bg-image {
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  background: url(../image/bg.jpg),#1b018d;
}
.bg-color{
  background: #000;
}
/*-----------------------------
  
　共通

-------------------------------*/
.l-main{
  padding: 50px 30px;
}
@media screen and (max-width: 1000px) {
  .l-main {
    padding: 50px 5%;
  }
}
.container-wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* ----------------------------- 

バナー BnrBox

------------------------------- */
.BnrBox{
  text-align: center;
  display: flex;
  column-gap: 20px;
}
.BnrBox a{
  background-color: #fff;
  display: inline-block;
}
.BnrBox img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.BnrBox a:hover img {
  opacity: 0.7;
}
.bnr{
  display: block;
  width: 49%;
  margin: auto;
  margin-top: 20px
}
.bnrbox_2{
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  .BnrBox{
    display: block;
    column-gap: 0;
  }
  .BnrBox a{
    margin-bottom: 20px;
  }
  .BnrBox a:last-child{
    margin-bottom: 0;
  }
  .bnr{
    width: 100%;
    margin: auto;
    margin-top: 20px
  }
}
/* ----------------------------- 

生配信エリア

------------------------------- */
.delivery{
  /*padding: 20px 30px 50px !important;*/
  padding: 20px 30px 20px !important;
}
.delivery_info{
  width: 100%;
}
.delivery_info .d-date{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.delivery_info .d-title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.delivery_info .d-cast{
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .delivery_info {
    margin-bottom: 6px;
}
  .delivery_info .d-date{
    font-size: 18px;
  }
  .delivery_info .d-title{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .delivery_info .d-cast {
    margin-bottom: 6px;
}
}
/* ----------------------------- 

お知らせ 

------------------------------- */
#news{
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
#news .container_area{
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  #news .container_area {
    padding: 0 15px 15px;
  }
}
#news a{
  color: #fff;
  display: block;
}
#news a:hover{
  background: rgba(255, 255, 255, 0.2);
}
.container_area .box_news h4{
  line-height: 1.7;
  padding-bottom: 16px;
}
.container_area .box_news .update{
  font-size: 18px;
  text-align: left;
  padding-bottom: 6px;
}
.btn_more{
  width: 600px;
  max-width: 100%;
  margin: 32px auto 0;
}
.btn_more a{
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 28px;
  background: hwb(0deg 100% 0% / 25%);
  border: 1px solid #fff;
  border-radius: 4em;
}
.btn_more a:hover{
  background: #000;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 768px) {
  .container_area .box_news h4 {
    padding-bottom: 15px;
  }
  .btn_more a {
      font-size: 20px;
  }
}
/* ----------------------------- 

 めざましmedi エリア

------------------------------- */
/**
 * めざましmediaカルーセル：cx-mezamashi-media-feedスタイル設定
*/
.cx-mezamashi-media-feed-carousel-container {
  position: relative;
  margin-bottom: 15px;
}
/* カルーセルエリアコンテナ */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel {
  width: 100%;
}
/* カルーセルスライド */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item {
  padding: 16px;
  background-color: #f2f2f2; /* スライド背景色変更の場合はここを変更 */
  height: auto;
  box-sizing: border-box;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item:hover{
  opacity: 0.8;
}
/* スライド内リンクエリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link {
  height: 100%;
  text-decoration: none;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link:hover {
  text-decoration: none;
}
/* スライド内画像エリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img {
  margin: 0;
}
/* スライド内 img */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: .4s;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item .cx-mezamashi-media-feed-carousel-item-img{
  overflow: hidden;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item:hover .cx-mezamashi-media-feed-carousel-item-img img{
  transform: scale(1.1);
}
/* スライド内日付 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-date {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #328abc;
}
/* スライド内テキスト */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-text {
  margin: 5px 0;
  color: #4e4e4e;
}
/* ナビゲーション共通 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}
/* ナビゲーション 前後のスライドがない場合のprev、nextボタンの表示制御 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi.swiper-button-disabled {
  opacity: 0;
}
/* ナビゲーション prev */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  left: -25px;
}
/* ナビゲーション next */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  right: -25px;
}
/* ナビゲーション SVGアイコン */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #404040;
  fill: #fff;
}

/**
 * ナビゲーションをアイコン画像に変更する場合
 * 以下のCSSをコメントアウトして設定可能
*/
/* .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  display: none
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  background-image: url("prev用アイコン画像のURL");
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  background-image: url("next用アイコン画像のURL");
} */

.mezamashi-media-header {
  display: block;
  text-align: right;
}
.btn_mezamashi-media a {
  color: #2FAEE5;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 5px 5px;
  background-color: #fff;
  margin-top: 5px;
  display: inline-block;
}
.btn_mezamashi-media a img {
  width: 100%;
  max-width: 135px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.btn_mezamashi-media a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {

  /* ナビゲーション共通 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  top: 35%;
}

  .cx-mezamashi-media-feed-carousel-container{
    margin-right: -6%;
    margin-left: -6%;
  }


.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  left: 25px;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  right: 25px;
}
  
  /* 前後のスライドを薄く */
   /*.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-next,
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-prev {
    opacity: .6;
  }*/
  .btn_mezamashi-media {
    margin: 0;
  }
  .btn_mezamashi-media a  {
    font-size: 75%;
    padding: 5px 5px 5px;
  }
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item .cx-mezamashi-media-feed-carousel-item-img{
    overflow: hidden;
  }
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item:hover .cx-mezamashi-media-feed-carousel-item-img img{
    transform: scale(1.1);
  }
  .btn_mezamashi-media a img {
    width: 135px;
    margin-left: 0.3em;
    transition: .4s;
  }
  .mezamashi-media-header{
    width: 100%;
    margin: 2rem auto 1.6rem;
    padding: 0;
  }
  .btn_mezamashi-media a:hover {
    opacity: 0.5;
  }
}
/*------------------------------

  公式SNS

------------------------------*/
/* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  width: 100%;
  margin-bottom: 60px;
}
#tw a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
  border: 1px solid #fff;
}
#tw a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-size: 180%;
}
#tw a:hover{
  opacity: 0.8;
}
#tw a .tw_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#tw a .tw_inner img{
  width: 34px;
  margin-bottom: 2px;
}
#tw a p {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  #tw {
    margin: 26px auto 40px;
}
  #tw a p {
    font-size: 2.0rem;
  }
  #tw a::after {
    font-size: 150%;
  }
}
/* ------------------------------
instagram
------------------------------ */
#instagram h4{
  font-size: 20px;
  font-weight: bold;
  color: #111;
  background-color: #fff;
  padding: 0.5rem 1rem;
  max-width: 800px;
  margin: 0 auto 4rem;
}
#instagram .target_instagram{
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#instagram ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#instagram ul li {
  border: 1px solid #c9c2c2;
  width: 31.25%;
  background: #fff;
  padding-right: 0px;
}
#instagram ul li .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#instagram ul li .img_wrap img{
  position: absolute;
  max-width: none;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#instagram .cx_instaqgram_more {
  width: 610px;
  max-width: 100%;
  margin: 32px auto 0;
}
#instagram .cx_instaqgram_more a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #fff;
  font-size: 28px;
  background: hwb(0deg 100% 0% / 25%);
  border: 1px solid #fff;
}
#instagram .cx_instaqgram_more a:hover{
  background: #1b018d;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 768px) {
  #instagram h4 {
    margin: 0 auto 25px;
}
  #instagram ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #instagram ul li {
    width: 100%;
}
  #instagram .cx_instaqgram_more a {
  font-size: 20px;
  }
}
/*------------------------------

  最新動画

------------------------------*/
.movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cx_youtube_more {
  width: 600px;
  max-width: 100%;
  margin: 32px auto 0;
}
.cx_youtube_more a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #fff;
  font-size: 28px;
  background: hwb(0deg 100% 0% / 25%);
  border: 1px solid #fff;
  border-radius: 4em;
}
.cx_youtube_more a:hover{
  background: #1b018d;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 768px) {
  .cx_youtube_more a {
    font-size: 20px;
  }
}

/*------------------------------

   バナー 

------------------------------*/
.archive h5{
  font-size: 4.2rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.archive .list{
  display: flex;
  gap: 15px;
  /* gap: 5px; */
  flex-wrap: wrap;
  justify-content: center;
}
.archive .item{
  /* width: 16%; */
  width: 46%;
  display: block;
}
.archive .item a{
  position: relative;
  display: block;
  /* padding: 15px 0; */
  padding: 25px 0;
  /* font-size: 15px; */
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #cacaca;
  color: #cacaca;
}
.archive .item a:hover{
  background: rgba(255, 255, 255, 0.25);
}
.archive .item a::after {
  position: absolute;
  right: -1px;
  bottom: -11px;
  content: "";
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #cacaca;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive h5{
    font-size: 3.2rem;
  }
  .archive .list{
    gap: 10px;
    justify-content: center;
  }
  .archive .item{
    width: 48%;
  }
  .archive .item a{
    padding: 15px 0;
    font-size: 15px;
    font-size: 16px;
  }
  .archive .item a::after {
    right: 0px;
    bottom: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #cacaca;
  }
}

/*=======================================

ノックアウトステージ 共通

=======================================*/
@media screen and (max-width: 1000px) {
  .mainC {
      padding: 50px 5% 25px !important;
  }
}
/*-----------------

　　　タイトル画像

-------------------*/
.sec_ttl_wrap{
  margin-bottom: 28px;
}
.sec_ttl_wrap .sec_ttl {
  text-align: center;
}
/*-----------------

　　　トーナメント表

-------------------*/
.all_img li{
  border: 4px solid #bebebe;
  margin-bottom: 32px;
}
/*-----------------

　　　得点

-------------------*/
.date__item li .item__list_wrap p {
  font-size: 8rem;
  color: #302d2e;
  font-weight: 900;
  text-shadow: 3px 3px 0 #d1ba02, -2px 2px 0 #d1ba02, 2px -2px 0 #d1ba02, -2px -2px 0 #d1ba02;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  margin: auto;
  text-align: center;
}
.date__item li .item__list_wrap p.knockout_win {
  color: #d1ba02;
  text-shadow: 4px 4px 0 #302d2e, -2px 2px 0 #302d2e, 2px -2px 0 #302d2e, -2px -2px 0 #302d2e;
}
@media screen and (max-width: 1024px) {
  .date__item li .item__list_wrap p {
    top: 28%;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .date__item li .item__list_wrap p {
    font-size: 5.1rem;
    text-shadow: 2px 2px 0 #d1ba02, -1px 1px 0 #d1ba02, 1px -1px 0 #d1ba02, -1px -1px 0 #d1ba02;
    top: 28%;
  }
}
/*=======================================

開幕戦ノックアウトステージ32組進出

=======================================*/
/*-----------------

 　　ブロックタイトル

-------------------*/
.knockout .accordion_body_container .block_ttl {
  text-align: center;
  margin-bottom: 2.0rem;
}
.knockout .accordion_body_container .block_ttl img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .knockout .accordion_body_container .block_ttl img {
    max-width: 160px;
  }
}
/*-----------------------------
  
  アコーディオンタイトル

-------------------------------*/
.sec_ttl.to_open img,
.sec_ttl.to_close img{
  cursor:pointer;
}
.sec_ttl.to_close {
  display: none;
}
.knockout_accordion .accordion_body_container {
  height: 0;
  overflow: hidden;
  transition: all .5s;
}
.knockout_accordion.open .accordion_body_container {
  overflow: visible;
}
/*-----------------

　　　トーナメント

-------------------*/
.knockout .accordion_body_container .content_inner ul.knockout_img {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .knockout .accordion_body_container .content_inner ul.knockout_img {
    gap: 20px;
  row-gap: 0;
  }
} 
/*-----------------

　　　ブロック

-------------------*/
.knockout .accordion_body_container .content_inner ul.date__item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .knockout .accordion_body_container .content_inner ul.date__item {
  row-gap: 0;
  }
} 

/*-----------------

　　　トーナメント画像

-------------------*/
.tournament_wrap{
  margin-bottom: 32px;
}
.knockout_img li {
  width: calc(25% - 11.25px);
  height: auto;
  object-fit: cover;
  border: 4px solid #bebebe;
  cursor: pointer;
  box-sizing: border-box; 
}
@media (max-width: 1024px) {
  .knockout_img li {
    width: calc(25% - 11.25px); 
  }
}
@media (max-width: 768px) {
  .knockout_img li {
    width: calc(50% - 10px); 
  }
}
.knockout_img li:hover{
  transform: scale(1.05,1.05);
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
.knockout .accordion_body_container .content_inner .knockout_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .knockout_img li:nth-child(-n+2){
    margin-bottom: 20px;
  }
  .knockout .accordion_body_container .content_inner .knockout_img {
    margin-bottom: 20px;
  }
}
/*-----------------

 　　VS

-------------------*/
.knockout .accordion_body_container .date__item li .item__list_wrap {
  position: relative;
}
.knockout32.knockout .accordion_body_container .date__item li .vs {
  position: absolute;
  width: 75px;
  height: 75px;
  display: block;
  top: 105px;
  left: -52px;
}
.knockout16.knockout .accordion_body_container .date__item li .vs {
  position: absolute;
  width: 75px;
  height: 75px;
  display: block;
  top: 95px;
  left: -52px;
}
.final.knockout .accordion_body_container .date__item li .vs {
  position: absolute;
  width: 75px;
  height: 75px;
  display: block;
  top: 95px;
  left: -52px;
}
.knockout .date__item li img:not(.vs):hover{
  transform: scale(1.1,1.1);
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 1000px) {
  .knockout32.knockout .accordion_body_container .date__item li .vs {
    top: 50px;
    font-size: 48px;
  }
  .knockout16.knockout .accordion_body_container .date__item li .vs {
    top: 45px;
    font-size: 48px;
  }
  .final.knockout .accordion_body_container .date__item li .vs {
    top: 45px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .final.knockout .accordion_body_container .date__item li .vs {
    width: 60px;
    height: 60px;
    top: 60px;
    left: -40px;
  }
  .knockout32.knockout .accordion_body_container .date__item li .vs {
    width: 60px;
    height: 60px;
    top: 60px;
    left: -40px;
  }
  .knockout16.knockout .accordion_body_container .date__item li .vs {
    width: 60px;
    height: 60px;
    top: 60px;
    left: -40px;
  }
}
/*-----------------

　　　出場者

-------------------*/
.knockout .accordion_body_container .block_wrapper .block {
  border-bottom: 1px solid #fff;
  margin-bottom: 2.5rem;
}
/*-----------------

　　　32→16

-------------------*/
/*.knockout32{
  margin-bottom: 60px;
}*/
.knockout32.knockout .accordion_body_container .block_wrapper .block:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.knockout32.knockout .accordion_body_container .date__item li {
  width: calc(25% - 22.5px);
  height: auto;
  object-fit: cover;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1024px) {
  .knockout32.knockout .accordion_body_container .date__item li {
    width: calc(25% - 22.5px); 
  }
}
@media (max-width: 768px) {
  .knockout32.knockout .accordion_body_container .date__item li {
    width: calc(50% - 15px);  
  }
}
.knockout32.knockout .accordion_body_container .date__item li:nth-child(n+29){
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /*.knockout32{
    margin-bottom: 50px;
  }*/
  .knockout32.knockout .accordion_body_container .date__item li:nth-child(n+29) {
    margin-bottom: 3rem;
  }
  .knockout32.knockout .accordion_body_container .date__item li:nth-child(n+31) {
    margin-bottom: 0;
  }
}
/*-----------------

　　　16→8

-------------------*/
.knockout16{
  margin-bottom: 60px;
}*
.knockout16.knockout .accordion_body_container .block_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 70px;
  row-gap: 0;
}
.knockout16.knockout .accordion_body_container .block_wrapper .block {
  width: calc(50% - 35px);
}
.knockout16.knockout .accordion_body_container .block_wrapper .block:nth-last-child(-n+2){
  border-bottom: none;
  margin-bottom: 0;
}
.knockout16.knockout .accordion_body_container .date__item li {
  width: calc(50% - 15px);
  height: auto;
  object-fit: cover;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1024px) {
  .knockout16.knockout .accordion_body_container .block_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    row-gap: 0;
  }
  .knockout16.knockout .accordion_body_container .block_wrapper .block {
    width: calc(50% - 15px);
  }
  .knockout16.knockout .accordion_body_container .date__item li {
    width: calc(50% - 15px); 
  }
}
@media (max-width: 768px) {
  .knockout16{
    margin-bottom: 20px;
  }
  .knockout16.knockout .accordion_body_container .block_wrapper{
    display: block;
  }
  .knockout16.knockout .accordion_body_container .block_wrapper .block {
    width: 100%;
  }
  .knockout16.knockout .accordion_body_container .block_wrapper .block:nth-last-child(2){
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
  }
  .knockout16.knockout .accordion_body_container .date__item li {
    width: calc(50% - 15px);  
  }
}

/*-----------------

　　　グランプリファイナル

-------------------*/
.final{
  margin-bottom: 90px;
}
.final.knockout .accordion_body_container .block_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 70px;
  row-gap: 0;
}
.final.knockout .accordion_body_container .block_wrapper .block {
  width: calc(50% - 35px);
}
.final.knockout .accordion_body_container .block_wrapper .block:nth-last-child(-n+2){
  border-bottom: none;
  margin-bottom: 0;
}
.final.knockout .accordion_body_container .date__item li {
  width: calc(50% - 15px);
  height: auto;
  object-fit: cover;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1024px) {
  .final{
    margin-bottom: 40px;
  }
  .final.knockout .accordion_body_container .block_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    row-gap: 0;
  }
  .final.knockout .accordion_body_container .block_wrapper .block {
    width: calc(50% - 15px);
  }
  .final.knockout .accordion_body_container .date__item li {
    width: calc(50% - 15px); 
  }
}
@media (max-width: 768px) {
  .final.knockout .accordion_body_container .block_wrapper{
    display: block;
  }
  .final.knockout .accordion_body_container .block_wrapper .block {
    width: 100%;
  }
  .final.knockout .accordion_body_container .block_wrapper .block:nth-last-child(2){
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
  }
  .final.knockout .accordion_body_container .date__item li {
    width: calc(50% - 15px);  
  }
}




/* ...css整理中 
.knockout .accordion_body_container .date__item li a .btn {
  color: #fff;
  font-size: 20px;
  background: hwb(0deg 100% 0% / 25%);
  display: inline-block;
  padding: 0.8rem 0.8rem;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  max-width: 222px;
  margin-top: 25px;
}
.knockout .date__item li a .btn:hover{
  background: #090030;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
.knockout .accordion_body_container .date__item li a .btn .arrow-svg__small {
  transform: rotateZ(-90deg);
  padding-right: 6px;
}

@media screen and (max-width: 768px) {
  .knockout .accordion_body_container .date__item li a .btn {
    color: #fff;
    font-size: 14.5px;
    background: hwb(0deg 100% 0% / 25%);
    display: inline-block;
    padding: 0.8rem 0.8rem;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    max-width: 125px;
    margin-top: 16px;
  }
  .knockout .accordion_body_container .date__item li a .btn .arrow-svg__small {
    display: none;
  }
} */

/*-----------------------------
  
　グランプリエリア

-------------------------------
.knockout_img .all:hover{
  transform: none;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  pointer-events: none;
}
#final .all_img li {
  width: 100%;
  max-width: 100%;
  border: 4px solid #bebebe;
}
#final .date__item.Line {
  border-bottom: none !important;
  margin-bottom: 3rem;
}
#final .date__item {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #final .all_img li {
    margin-bottom: 2rem;
    border: 3px solid #bebebe;
  }
} */


/*-----------------------------
  
　モーダル（プロフィール関連）

-------------------------------*/
#modal.main{
  background: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal.main .content_inner{
  width: 75%;
  max-width: 100%;
  margin: auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/bg.jpg),#1b018d;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center top;
  position: relative;
}
#modal.main .content_inner .close_btn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: 45px;
}
#modal.main .content_inner .detail__image{
  width: 420px;
  max-width: 100%;
  margin-right: 2rem;
  margin-left: 2rem;
}
#modal.main .content_inner .detail__txt{
  width: 360px;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-left: 2rem;
  overflow-y: scroll;
  max-height: 400px;
  padding-right: 2rem;
}
#modal.main .content_inner .detail__txt::-webkit-scrollbar {
  width: 12px;
}
#modal.main .content_inner .detail__txt::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
}
#modal.main .content_inner .detail__txt::-webkit-scrollbar-track {
  background-color: #666666;
  border-radius: 6px;
}
#modal.main .content_inner .detail__txt .detail__inner{
  margin-bottom: 3rem;
}
#modal.main .content_inner .detail__txt .detail__txt_wrap{
  display: inline-flex;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 2.2rem;
}
#modal.main .content_inner .detail__txt .detail__txt_wrap .ttl_detail{
  color: #1b018d;
  font-weight: bold;
  background-color: #fff;
  padding: 0.3rem 1.6rem;
}
#modal.main .content_inner .detail__txt .detail__txt_wrap .txt_detail{padding: 0.2rem 1rem;}

#modal.main .content_inner .detail__txt .detail__inner .detail__txt_wrap{margin-bottom: 1rem;}
#modal.main .content_inner .detail__txt .detail__inner .detail__txt_pro{padding-bottom: 0.5rem; border-bottom: 1px dotted #fff; margin-bottom: 0.5rem;}

#modal.main .content_inner .close_btn {
  position: absolute;
    top: 15px;
    right: 20px;
    width: 100%;
    max-width: 35px;
}

#modal .detail__txt_int_que{
  font-weight: 600;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    margin-bottom: 16px;
    padding: 10px;
 }
 #modal .detail__txt_int_ans{
  margin-bottom: 25px;
 }

 @media (max-width: 768px) {

  #modal.main .content_inner .detail__txt{
    padding-right: 0;
  }

  #modal .detail__txt_int_que{
    margin-bottom: 10px;
    font-size: 17px;
   }

   #modal .detail__txt_int_ans{
    margin-bottom: 25px;
    font-size: 17px;
   }

  #modal.main .content_inner .detail__txt .detail__txt_wrap {
    margin-bottom: 0.5rem;
  }
  #modal.main .content_inner{
    width: 75%;
    padding: 15px;
  }
  #modal.main .content_inner .detail__image{
    width: 80%; 
    margin-right: 0;
    margin-left: 0;
  }
  #modal.main .content_inner .detail__txt .detail__txt_wrap .ttl_detail {
    word-break: keep-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
  }
  #modal.main .content_inner .detail__txt {
    margin-bottom:4rem;
  }
  #modal.main .content_inner .detail__txt {
    font-size:28px;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
  #modal.main .content_inner .detail__image,
  .cx_smartphoneview #modal.main .content_inner .detail__txt{
    width: 100%;
    margin-bottom: 1.2rem;
  }
  #modal.main .content_inner .close_btn {
    position:absolute;
    top: 15px;
        right: 20px;
      width: 100%;
      max-width: 40px;
  }
  #modal.main .content_inner .detail__txt .detail__inner .detail__txt_pro {
    font-size: 18px;
  }
  #modal.main .content_inner .detail__txt .detail__txt_wrap .txt_detail {
    font-size: 18px;
  }

 }
 /*-----------------------------
  
　youtube動画オーバーレイ

-------------------------------*/
#overlay-youtube {
  background: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* YouTube動画を囲むコンテナ */
#overlay-youtube .video-container {
  position: relative; /* 相対位置指定（クローズボタン配置用） */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw; /* 画面幅の80% */
  max-width: 900px; /* 最大幅を制限 */
  aspect-ratio: 16 / 9; /* 16:9の比率 */
}

/* YouTube埋め込み動画 */
#overlay-youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px; /* 角を丸く */
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5); /* 影をつける */
}

#overlay-youtube .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  max-width: 45px;
}

#overlay-youtube .content_inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#overlay-youtube .content_inner .youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
}
#overlay-youtube .content_inner .youtube iframe {
  width: 100%;
  height: 100%;
}
