/* playback.css */
@charset "utf-8";
#playback {
  background: #fff;
  position: relative;
  display: block !important;
  padding: 50px 0;

  background: url(../images/playback_bg_sp.png) top center no-repeat;
}

.nonac {
  pointer-events: none;
  opacity: 0.4;
}

.playback_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playback_wrap .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playback_wrap .tit {
  background: url(../images/pback_tit.png) no-repeat center;
  background-size: contain;
  width: 740px;
  height: 310px;
  /* height: 290px; */
}

.playback_wrap .lead {
  padding: 20px 25px;
  background: #DC32D699;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  text-align: justify;
}

.playback_wrap .btn_area {
  margin: 30px 0 35px;
}

.playback_wrap .btn_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.playback_wrap .btn_area li {
  width: 690px;
  height: 120px;
  filter: drop-shadow( 0 5px 0 #000);
  border-radius: 60px;
  transform: translateY(-5px);
  transition: all 0.3s;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playback_wrap .btn_area li.active {
  filter: drop-shadow( 0 0 0 #00000000);
  transform: translateY(0px);
  pointer-events: none;
}

.playback_wrap .btn_area .btn_pg1 { background: url(../images/pback_btn_pg1.svg) no-repeat center bottom; background-size: contain;}
.playback_wrap .btn_area .btn_g2 { background: url(../images/pback_btn_g2.svg) no-repeat center bottom; background-size: contain; margin: 0 30px;}
.playback_wrap .btn_area .btn_g3 { background: url(../images/pback_btn_g3.svg) no-repeat center bottom; background-size: contain;}
.playback_wrap .btn_area .btn_pg1.active { background: url(../images/pback_btn_pg1_on.svg) no-repeat center bottom; background-size: contain; color: #FF742B;}
.playback_wrap .btn_area .btn_g2.active { background: url(../images/pback_btn_g2_on.svg) no-repeat center bottom; background-size: contain; color: #00DCAA;}
.playback_wrap .btn_area .btn_g3.active { background: url(../images/pback_btn_g3_on.svg) no-repeat center bottom; background-size: contain; color: #DC32D6;}

.playback_wrap .clm {
  position: relative;
  display: none;
}
.playback_wrap .clm.active {
  display: flex;
}
.playback_wrap .clm_g3.active {
  display: block;
}

/* G3リストボタン */
.playback_wrap .g3_list {
  height: 155px;
  /* padding: 10px; */
  background: rgba(255, 255, 255, 0.7);
}
.playback_wrap .g3_list .item {
  width: 600px !important;
  height: 100px;
  /* background: #ffff0080; */

  font-size: 33px;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin: 15px 75px 0 !important;
}
.playback_wrap .g3_list .item span {
  font-size: 28px;
  color: #fff;
  background-color: #DC32D6;
  padding: 0 12px 2px;
}
.playback_wrap .clm_g3 .swiper-button-prev {
  top: 80px;
  right: 0;
  left: 20px;
  z-index: 4;
}
.playback_wrap .clm_g3 .swiper-button-next {
  top: 80px;
  right: 20px;
  z-index: 4;
}
.playback_wrap .clm_g3 .swiper-button-prev::after,
.playback_wrap .clm_g3 .swiper-button-next::after {
  display: none;
}

.column_area .clm_g3{
  width: 750px;
}
.playback_wrap .g3_data { width: 100%;}
.playback_wrap .g3_data li { display: none;}
.playback_wrap .g3_data li.active { display: flex;}

.playback_wrap .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.column_area{
  width: 100%;
  margin: 0 auto;
}

/* 優勝戦動画 */
.playback_wrap .vtr{
  width: 690px;
  height: 567px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 8px 5px 0 rgba(225, 116, 43, 0.75);
  /* box-shadow: 8px 5px 0 rgba(242, 139, 238, 0.75); */
}
.playback_wrap .clm_g2 .vtr{box-shadow: 8px 5px 0 rgba(0, 220, 170, 0.75);}
.playback_wrap .clm_g3 .vtr{box-shadow: 8px 5px 0 rgba(242, 139, 238, 0.75);}

.playback_wrap .vtr .vtr_tit{
  width: 690px;
  height: 145px;
  position: relative;
  margin: 0 auto 26px;
}
.playback_wrap .vtr .vtr_tit .vtr_left{
  width: 165px;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/vtr_pg1_sp.png)center center no-repeat;
}
.playback_wrap .clm_g2 .vtr .vtr_tit .vtr_left{background: url(../images/vtr_g2_sp.png)center center no-repeat;}
.playback_wrap .clm_g3 .vtr .vtr_tit .vtr_left{background: url(../images/vtr_g3_sp.png)center center no-repeat;}

.playback_wrap .vtr .vtr_tit .vtr_right{
  width: 498px;
  height: 115px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.playback_wrap .vtr .vtr_tit .vtr_right .race_title{
  font-size: 37px;
  font-weight: 900;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: -0.04em;
  line-height: 50px;
}
.playback_wrap .clm_g3 .vtr .vtr_tit .vtr_right .race_title{
  font-size: 37px;
  font-weight: 900;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  top: -26px;
  letter-spacing: -0.04em;
  line-height: 47px;
  height: 171px;
  display: flex;
  align-items: center;
}
.playback_wrap .vtr .vtr_tit .vtr_right .race_title span{
  font-size: 55px;
  color: #FF742B;
}
.playback_wrap .vtr .vtr_tit .vtr_right .date{
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 28px;
  font-weight: 900;
  background-color: #E2E2E2;
  padding: 0 10px 2px;
}


/* 優勝者 */
.playback_wrap .winner{
  width: 650px;
  height: 1027px;
  margin: 35px auto 50px;
  padding: 0 50px;
  background: #FF742B url(../images/clm_pg1_bg_sp.png) center center no-repeat;
  /* border-top: 2px solid #000; */
  border-bottom: 2px solid #000;
  position: relative;
}
.playback_wrap .clm_g2 .winner{background: #00DCAA url(../images/clm_g2_bg_sp.png) center center no-repeat;}
.playback_wrap .clm_g3 .winner{background: #F28BEE url(../images/clm_g3_bg_sp.png) center center no-repeat;}

.playback_wrap .winner .wintop{
    background: url(../images/wintop_pg1_sp.png) no-repeat center;
    width: 750px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 0;
}
.playback_wrap .clm_g2 .winner .wintop{background: url(../images/wintop_g2_sp.png) no-repeat center;}
.playback_wrap .clm_g3 .winner .wintop{background: url(../images/wintop_g3_sp.png) no-repeat center;}

.playback_wrap .winner .winbird{
    background: url(../images/winbird_pg1_sp.png) no-repeat center;
    width: 270px;
    height: 130px;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 92px;
}
.playback_wrap .clm_g2 .winner .winbird{background: url(../images/winbird_g2_sp.png) no-repeat center;}
.playback_wrap .clm_g3 .winner .winbird{background: url(../images/winbird_g3_sp.png) no-repeat center;}

.playback_wrap .winner .win_racer{
  height: 280px;
  width: 650px;
  margin: 0 auto 25px;
  position: relative;
}

.playback_wrap .winner .win_racer .win_pic{
  width: 400px;
  height: 315px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.playback_wrap .winner .win_racer .win_name{
  height: 160px;
  position: absolute;
  right: 25px;
  bottom: 12px;
}

.playback_wrap .winner .win_txt{
  width: 590px;
  margin: 0 auto 25px;
  text-align: justify;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
}

/* table部分 */
.playback_wrap .winner table {
  width: 590px;
  margin: 0 auto;
  border: solid 1px #000;
  vertical-align: middle;
}
.playback_wrap .winner th, .playback_wrap .winner td {
  border: solid 1px #000;
  vertical-align: middle;
}
.playback_wrap .winner table th {
 background: #6C6C6C;
 color: #fff;
 font-size: 26px;
 font-weight: 700;
 padding: 5px 0;
}
.playback_wrap .winner table tr {background: #fff;}
.playback_wrap .clm_pg1 .winner table tr:nth-child(even) {background: #FFECD4;}
.playback_wrap .clm_g2 .winner table tr:nth-child(even) {background: #D9F8E5;}
.playback_wrap .clm_g3 .winner table tr:nth-child(even) {background: #FFEFFE;}

.playback_wrap .winner table td:nth-child(1) {
  width: 80px;
  padding: 7px 0;
  font-size: 30px;
  font-weight: 700;
}
.playback_wrap .winner table td:nth-child(2) {
  background: #000;
  color: #fff;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 700;
  width: 80px;
}
.playback_wrap .winner table td:nth-child(3) {
  font-size: 30px;
  font-weight: 700;
  width: 280px;
  text-align: left;
}
.playback_wrap .winner table td:nth-child(3) span{
  font-size: 24px;
  margin: 0 15px 0 30px;
}
.playback_wrap .winner table td:nth-child(4) {
  font-family: 'Roboto';
  font-size: 30px;
  width: 150px;
  font-weight: 700;
}
.playback_wrap .winner table tr td.tei1 {  background: #EBEBEB; color: #000;}
.playback_wrap .winner table tr td.tei3 {  background: #E21B1C;}
.playback_wrap .winner table tr td.tei4 {  background: #0470DF;}
.playback_wrap .winner table tr td.tei5 {  background: #FADD00; color: #000;}
.playback_wrap .winner table tr td.tei6 {  background: #45AB12;}

.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #DC32D6 !important;
}





/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/

@media only all and (min-width: 751px) {
  
.pc_non {display: none;}

#playback {
  background: #fff;
  position: relative;
  display: block !important;
  padding: 35px 0 90px;

  background: url(../images/playback_bg_pc.png) top center no-repeat;
}

.playback_wrap .tit_wrap {
    flex-direction: row;
    align-items: flex-end;    
  }
  
.playback_wrap .btn_area {
  margin: 30px 0 25px;
}

.playback_wrap .btn_area li {
  width: 500px;
  height: 91px;
  font-size: 24px;
}
  
.playback_wrap .btn_area li:hover {
  filter: drop-shadow( 0 0 0 #00000000);
  transform: translateY(0px);
  cursor: pointer;
  opacity: 0.8;
}
    
.playback_wrap .lead {
  max-width: 750px;
  margin-left: 20px;
  margin-bottom: 60px;
}

.column_area{
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.column_area .pg1_con,
.column_area .g2_con,
.column_area .g3_con{
  /* width: 100%; */
  width: 1540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.column_area .clm_pg1 { margin-top: 35px;}
.column_area .clm_g3{ flex-wrap: wrap;}

.column_area .clm_g3 .g3_data{
  width: 1540px;
  /* margin-top: 30px; */
  /* padding-top: 162px; */
  margin: 40px auto 0;
}
.column_area .clm_g3 .g3_data li{
  justify-content: space-between;
}


/* 優勝戦動画 */
.playback_wrap .vtr{
  width: 670px;
  height: 560px;
  margin: 0;
  border-radius: 20px;
}
.playback_wrap .vtr .vtr_tit{
  width: 670px;
  height: 120px;
  position: relative;
  margin: 25px auto;
}
.playback_wrap .vtr .vtr_tit .vtr_left{
  width: 150px;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/vtr_pg1_pc.png)center center no-repeat;
}
.playback_wrap .clm_g2 .vtr .vtr_tit .vtr_left{background: url(../images/vtr_g2_pc.png)center center no-repeat;}
.playback_wrap .clm_g3 .vtr .vtr_tit .vtr_left{background: url(../images/vtr_g3_pc.png)center center no-repeat;}

.playback_wrap .vtr .vtr_tit .vtr_right{
  width: 488px;
  height: 120px;
  right: 20px;
  top: 0;
}
.playback_wrap .vtr .vtr_tit .vtr_right .race_title{
  font-size: 36px;
  line-height: 50px;
}
.playback_wrap .clm_g2 .vtr .vtr_tit .vtr_right .race_title,
.playback_wrap .clm_g3 .vtr .vtr_tit .vtr_right .race_title{
  bottom: 10px;
}

.playback_wrap .vtr .vtr_tit .vtr_right .race_title span{ font-size: 60px;}
.playback_wrap .vtr .vtr_tit .vtr_right .date{ font-size: 26px;}


/* 優勝者 */
.playback_wrap .winner{
  width: 760px;
  height: 560px;
  margin: 0;
  padding: 0 35px;
  background: #FF742B url(../images/clm_pg1_bg_pc.png) center center no-repeat;
  border: 2px solid #000;
  border-radius: 10px;
  position: relative;
  box-shadow: 3px 3px 0 rgba(0, 0, 0);
}
.playback_wrap .clm_g2 .winner{background: #00DCAA url(../images/clm_g2_bg_pc.png) center center no-repeat;}
.playback_wrap .clm_g3 .winner{background: #F28BEE url(../images/clm_g3_bg_pc.png) center center no-repeat;}

.playback_wrap .winner .wintop{
    background: url(../images/wintop_pg1_pc.png) no-repeat center;
    width: 138px;
    height: 60px;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 585px;
    right: 107px;
}
.playback_wrap .clm_g2 .winner .wintop{background: url(../images/wintop_g2_pc.png) no-repeat center;}
.playback_wrap .clm_g3 .winner .wintop{background: url(../images/wintop_g3_pc.png) no-repeat center;}

.playback_wrap .winner .winbird{
    background: url(../images/winbird_pg1_sp.png) no-repeat center;
    width: 218px;
    height: 105px;
    background-size: contain;
    position: absolute;
    top: -27px;
    right: 70px;
}
.playback_wrap .clm_g2 .winner .winbird{background: url(../images/winbird_g2_sp.png) no-repeat center; background-size: contain;}
.playback_wrap .clm_g3 .winner .winbird{background: url(../images/winbird_g3_sp.png) no-repeat center; background-size: contain;}

.playback_wrap .winner .win_racer{
  width: 300px;
  height: 357px;
  margin: 0 15px;
  margin: 35px 15px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.playback_wrap .winner .win_racer .win_pic{
  height: 237px;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 8px;
}
.playback_wrap .winner .win_racer .win_pic img{
  width: 300px;
  height: 237px;
}
.playback_wrap .winner .win_racer .win_name{
  height: 120px;
  position: relative;
  right: 0;
  bottom: 0;
}
.playback_wrap .winner .win_racer .win_name img{
  height: 120px;
}

.playback_wrap .winner .win_txt{
  width: 705px;
  margin: 18px auto 0;
  font-size: 20px;
  line-height: 26px;
}

/* table部分 */
.playback_wrap .winner table {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 89px;
  right: 65px;
}
.playback_wrap .winner table th {
 font-size: 18px;
 padding: 4px 0;
}
.playback_wrap .winner table td:nth-child(1) {
  width: 50px;
  padding: 5px 0;
  font-size: 21px;
}
.playback_wrap .winner table td:nth-child(2) {
  font-size: 21px;
  width: 50px;
}
.playback_wrap .winner table td:nth-child(3) {
  font-size: 21px;
  width: 200px;
}
.playback_wrap .winner table td:nth-child(3) span{
  font-size: 16px;
  margin: 0 15px 0 20px;
}
.playback_wrap .winner table td:nth-child(4) {
  font-size: 21px;
  width: 100px;
}


/* G3リストボタン */
.playback_wrap .column_area .clm_g3 {
    width: 1920px;
    position: relative;
}
.playback_wrap .column_area .clm_g3 .list_bg {
  width: 1920px;
  height: 140px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
}
.playback_wrap .g3_list {
  width: 1100px;
  height: 132px;
  padding: 0;
  /* position: absolute;
  right: 0;
  top: 0; */
  display: flex;
  justify-content: center;
  background: none;
}
.playback_wrap .g3_list .swiper-wrapper {
  /* width: 1000px;
  margin: 0 auto;
  overflow: hidden; */
}

.playback_wrap .g3_list .item {
  width: 550px !important;
  height: 84px;
  background: none;
  cursor: pointer;

  font-size: 27px;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin: 15px 20px 0 0 !important;
  flex-shrink: 0; /* これ重要：Swiperのwidth:autoに合わせて固定幅にする */
}
.playback_wrap .g3_list .item span {
  font-size: 21px;
  color: #fff;
  background-color: #DC32D6;
  padding: 2px 12px 3px;
}
.playback_wrap .clm_g3 .swiper-button-prev {
  top: 65px;
  right: 0;
  left: 360px;
  transition: all 0.2s ease;
}
.playback_wrap .clm_g3 .swiper-button-next {
  top: 65px;
  right: 360px;
  transition: all 0.2s ease;
}
.playback_wrap .clm_g3 .swiper-button-prev::after,
.playback_wrap .clm_g3 .swiper-button-next::after {
  display: none;
}
.playback_wrap .clm_g3 .swiper-button-prev:hover,
.playback_wrap .clm_g3 .swiper-button-next:hover {
  /* opacity: 0.8; */
  transform: scale(1.1);
}

.playback_wrap .g3_list .item {
  position: relative;
  transition: opacity 0.3s ease;
}
.playback_wrap .g3_list .item:hover{
  opacity: 0.7;
}

.playback_wrap .g3_list .item.noitem{
  opacity: 0 !important;
  pointer-events: none !important;
}


/* 下線の共通スタイル（初期状態は非表示） */
.playback_wrap .g3_list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 90%;
  height: 10px;
  background-color: #DC32D6;
  transform: scaleX(0);
  transform-origin: left center;  /* 左からスケール */
  transition: transform 0.3s ease;
  opacity: 0;
}
/* 下線を左から伸ばす */
.playback_wrap .g3_list .item:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
/* アクティブ状態でも下線を表示（ホバーと併用可） */
.playback_wrap .g3_list .swiper-slide.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 90%;
  height: 10px;
  background-color: #DC32D6;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.3s ease;
  opacity: 1;
}

.playback_wrap .g3_list .item:nth-child(3) {
    letter-spacing: -0.05em;
    font-size: 26px;
}
.playback_wrap .g3_list .item:nth-child(3) span {
    letter-spacing: 0;
}

.playback_wrap .pb_deco01, .playback_wrap .pb_deco02, .playback_wrap .pb_deco03 { pointer-events: none;}

.playback_wrap .pb_deco01 {
  width: 114px;
  height: 95px;
  background: url(../images/pb_deco01.svg) center center no-repeat;
  position: absolute;
  top: 60px;
  right: -55px;
  z-index: 1;
}
.playback_wrap .pb_deco02 {
  width: 119px;
  height: 122px;
  background: url(../images/pb_deco02.svg) center center no-repeat;
  position: absolute;
  bottom: -230px;
  left: -90px;
  z-index: 1;
}
.playback_wrap .pb_deco03 {
  width: 141px;
  height: 153px;
  background: url(../images/pb_deco03.svg) center center no-repeat;
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 1;
}

/* YouTube埋め込み */
.playback_wrap iframe {
    width: 630px;
    height: 355px;
    margin: 0 auto;
}

}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  
  .racer1mon_wrap {
    width: 750px;
    margin-bottom: 120px;
  }  

  .playback_wrap .lead {
    width: 640px;
    margin-top: 30px;
    /* margin-top: 39px; */
  }
  
  .playback_wrap .btn_area ul {
    flex-direction: column;
  }

  .playback_wrap .btn_area .btn_pg1 { text-indent: 1em;}
  .playback_wrap .btn_area .btn_g2 { margin: 30px 0; text-indent: 0.5em;}
  

  .playback_wrap .g3_data { margin-top: 20px;}
  
  .playback_wrap .g3_data li.active { display: flex; flex-wrap: wrap;}

  
  .playback_wrap .g3_list .item:nth-child(3) {
      letter-spacing: -0.05em;
      font-size: 31px;
  }
  .playback_wrap .g3_list .item:nth-child(3) span {
      letter-spacing: 0em;
  }




/* .playback_wrap .g3_data li .vtr .vtr_tit .vtr_right .race_title .small{
    color: #000;
}
.playback_wrap .g3_data li:nth-child(1) .vtr .vtr_tit .vtr_right .race_title .small{
    font-size: 32px;
    left: 0;
    bottom: 0;
    top: 0;
    letter-spacing: -0.04em;
    line-height: 40px;
} */


.playback_wrap .pb_deco01 {
  width: 100px;
  height: 70px;
  background: url(../images/pb_deco01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 350px;
  right: 0px;
  z-index: 1;
}
.playback_wrap .pb_deco03 {
  width: 141px;
  height: 153px;
  background: url(../images/pb_deco03.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 10px;
  z-index: 1;
}


}




/***********************************************************************
アニメーション指定
**********************************************************************/
.playback_wrap .pb_deco01,
.playback_wrap .pb_deco02,
.playback_wrap .pb_deco03 {
-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
  animation: bounce 2s ease-in-out forwards;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}


/* 下から上にフェードイン */
.fade-up {
  animation: fadeUp 0.4s ease-out;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/***********************************************************************
keyframe
**********************************************************************/
