/* live.css */
@charset "utf-8";

#live {
  width: 100%;
  background: #063391;
  padding-bottom: 70px;
}

.yt_live {padding-top: 50px;}

  .live_nav {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 12;
    transition: top 0.3s ease-in-out;
}

.live_nav li {
    width: 200px;
    height: 150px;
    border-radius: 80px 0 0 80px;
    margin-bottom: 20px;
    background: url(../images/btn_live.svg) no-repeat center right, #FF7FC8;
    background-size: contain;
    filter: drop-shadow(0px 3px 3px #00000050);
}

.live_nav li:nth-child(2) {
    background: url(../images/btn_vote.svg) no-repeat center right, #FF7FC8;
    background-size: contain;
}

.live_nav li a {
    content: '';
    display: inline-block;
    border-radius: 80px 0 0 80px;
    border: solid 5px #fff;
    width: 200px;
    height: 140px;
    filter: drop-shadow(1px 2px 3px #00000080);
}

.live_nav li.no {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(1);
}


#kaisai_con {
    overflow: clip;
    width: 100%;
    min-width: 1920px;
    padding: 20px 0 50px 0;
    margin: auto;
    background: linear-gradient(#002a82 , #7A98FF);
    /* background: url("../images/kaisaicon_bk.png") top center no-repeat #0F0150; */
    position: relative;
    z-index: 1;
  }
  
  
  /*開催中コンテンツ*/
  
  #live .tit {
    background: url("../images/live_tit.svg") no-repeat center center/100% auto;
    width: 100%;
    height: 110px;
    margin-bottom: 0px;
    filter: drop-shadow(0 3px 17px rgba(0, 0, 0, 0.4));
  }
  
  #live .tit .days {
    color: #fff;
    font-size: 36px;
    line-height: 58px;
    text-align: center;
    border: solid 2px #fff;
    margin-top: 21px;
    display: inline-block;
    width: 152px;
    padding: 4px 0;
    font-weight: 600;
  }
  
  #kaisai_kyogi {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1620px;
    margin: 0 auto;
  }
  
  #kaisai_kyogi iframe#myFrame {
    width: 460px;
    height: 676px;
    border: none;
    background: #fff;
    transform-origin: left top;
  }
  
  #kaisai_kyogi {
    position: relative;
    left: -75px;
  }
  
  #kaisai_kyogi .iframe-container {
    /* margin: 0 auto 0 auto; */
    /* overflow: hidden; */
    /* width: 560px; */
    /* position: absolute; */
    /* right: 62px; */
    /* top: 30px; */
    
    /* 大きさ調整 */
    transform: scale(1.33);
    transform-origin: left top;
    margin-top: -90px;
  }
  
  #kaisai_kyogi .iframe-container #wrapper{
    transform: scale(0.72);
    transform-origin: 0 0;
  }
  
  #youtube {
    width: 1020px;
    margin-right: 30px;
    position: relative;
  }
  
  #youtube .livebt {
    display: flex;
    justify-content: space-evenly;
    margin-top: 39px;
    position: relative;
  }
  
  #youtube .livebt li {
    width: 320px;
    height: 180px;
    line-height: 168px;
    background: url("../images/livebt.svg") top center no-repeat #000000;
    background-size: auto 100%;
    border: 5px solid #FFF;
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    font-size: 42px;
    cursor: pointer;
    position: relative;
  }
  
  #youtube .livebt li p::before {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #cecece;
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
  }
  
  #youtube .livebt li.active p::before {
    opacity: 1;
    border-bottom: 20px solid #DFFF00;
  }
  
  #youtube .livebt li:hover {
    border: 5px solid #DFFF00;
  }
  
  #youtube .livebt li:nth-child(1) p {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
  }
  
  #youtube .livebt li.active {
    border: 5px solid #DFFF00;
    color: #DFFF00;
    display: flex;
    justify-content: center;
  }
  
  #youtube .livebt li.active p {
    line-height: 168px;
    /* padding-left: 70px;
    background: url("../images/live_icon.svg") left center no-repeat; */
  }
  
  #youtube .livebt li p img {
    position: relative;
    width: 100%;
    object-fit: contain;
    /* filter: brightness(0.3); */
  }
  
  #youtube .livebt li.active p img {
    filter: brightness(1);
  }
  
  #youtube .livebt li:nth-child(2).active p,
  #youtube .livebt li:nth-child(3).active p {
    padding-left: 0px;
    background: transparent;
  }
  
  #youtube .livebt li:nth-child(2).active::before {
    top: 18px;
  }
  
  /*LIVE非表示追記*/
  #youtube .livebt #seminar.no {
    pointer-events: none;
    cursor: default;
  }

/* #kaisai_con .daily {display: none !important;}

#kaisai_con.day-1 .daily.day1-content { display: block !important; }
#kaisai_con.day-2 .daily.day2-content { display: block !important; }
#kaisai_con.day-3 .daily.day3-content { display: block !important; }
#kaisai_con.day-4 .daily.day4-content { display: block !important; }
#kaisai_con.day-5 .daily.day5-content { display: block !important; }
#kaisai_con.day-6 .daily.day6-content { display: block !important; } */



/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/

@media only all and (min-width: 751px) {
    
    .live_nav li {
        opacity: 0.75;
        transition: all 0.5s;
    }
    
    .live_nav li:hover {
        opacity: 1;
    }
    

    #live .tit {
        width: 1024px;
        background: url("../images/live_tit.svg") no-repeat left center/70% auto;
        margin-left: 124px;
        /* margin: auto; */
        box-sizing: border-box;
        padding-left: 815px;
      }

      /*レース終了後DATA24off*/
      #live .tit {
        margin: auto;
      }
      #kaisai_kyogi {
        left: 0;
      }
    
      .scrolldown1 {
        position: absolute;
        right: -10px;
        bottom: 225px;
        height: 50px;
      }
    
      .scrolldown1 span {
        position: absolute;
        left: -20px;
        top: -35px;
        color: #eee;
        font-size: 16px;
        letter-spacing: 0.05em;
        transform: rotate(90deg);
      }
    
      .scrolldown1::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 30px;
        background: #eee;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
      }
    
      @keyframes pathmove {
        0% {
          height: 0;
          top: 0;
          opacity: 0;
        }
    
        30% {
          height: 30px;
          opacity: 1;
        }
    
        100% {
          height: 0;
          top: 50px;
          opacity: 0;
        }
      }
    
}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {

    .live_nav {
        top: 450px;
    }

    .live_nav li {
        width: 160px;
        height: 110px;
    }
    
    .live_nav li a {
        width: 160px;
        border: solid 4px #fff;
        height: 104px;
    }


    #kaisai_con {
        overflow: clip;
        width: 750px;
        min-width: 750px;
        background: linear-gradient(#002a82 , #7A98FF);
        /* background: url("../images/kaisaicon_bk_sp.png") top center no-repeat #0F0150; */
      }
    
      #live .tit {
        background: url("../images/live_tit.svg") no-repeat top 35px center / 92% auto;
        width: 100%;
        height: 73px;
        padding-top: 115px;
        margin-bottom: 35px;
        filter: drop-shadow(0 3px 17px rgba(0, 0, 0, 0.4));
      }
      
      #live .tit .days {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        border: solid 2px #fff;
        display: block;
        width: 660px;
        height: 48px;
        margin: 20px auto 20px;
        padding-top: 4px;
        position: relative;
        border-radius: 44px;
      }
    
      #kaisai_kyogi {
        width: 100%;
        left: 0;
        flex-direction: column;
        display: block;
      }
    
      #youtube,
      #youtube iframe {
        width: 664px;
        height: 375px;
        margin: 0 auto;
        /* padding-top: 106px; */
      }
    
      #youtube {
        height: auto;
        /* margin-bottom: 40px; */
      }
    
      #youtube .livebt {
        /* margin: -590px auto 400px; */
        display: flex;
      }
    
      #kaisai_con {
        overflow: hidden;
        padding: 0;
        padding-bottom: 50px;
      }
    
      #kaisai_kyogi iframe#myFrame {
        width: 665px;
        height: 900px;
      }
    
      #kaisai_kyogi iframe#myFrame {
        transform: none;
      }
    
      #youtube .livebt li {
        height: 177px;
        width: 315px;
        margin-bottom: 20px;
      }
    
      /* #youtube .livebt li p::before {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 20px solid #cecece;
        border-bottom: none;
        content: "";
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.5;
        display: none;
      } */
    
      /* #youtube .livebt li:nth-child(2) p::before,
      #youtube .livebt li:nth-child(3) p::before {
        top: 194px;
      } */
    
      /* #youtube .livebt li.active p::before {
        opacity: 1;
        border-top: 20px solid #DFFF00;
        border-bottom: none;
      } */
    
      #kaisai_kyogi .iframe-container,
      #kaisai_kyogi iframe#myFrame {
        width: 665px;
        transform: none;
      }
    
      #kaisai_kyogi .iframe-container {
        margin: 0 auto;
      }
    
      #youtube .livebt li {
        position: relative;
      }
    
      /* #youtube .livebt li.active p {
        background: url("../images/live_icon.svg")no-repeat left center/17% auto;
      } */
    
      .scrolldown1{
        display: none;
      }
}