@charset "UTF-8";

#yoso{
    width: 100%;
    /* display: flex; */
    filter: drop-shadow(2px 4px 16px #333);
    font-family: 'Noto Sans Japanese', sans-serif;
}

/* #yoso .tab.tab03 {
    pointer-events: none;
    opacity: 0.6;
} */
/* #yoso .winner{
    pointer-events: none;
    display: none;
} */

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
  **********************************************************************/
@media all and (min-width: 751px) {
.pc_non {
    display: none;
}

#yoso {
  width: 100%;
  /* height: 2452px; */
  position: relative;      /* 擬似要素の基準にする */
  margin-top: -75px;
  /* margin-top: -70px;  yui edit  */
  /* overflow: hidden; */
  z-index: 3;
  margin-bottom: -210px;
  overflow: visible;
  margin: -75px auto 0;
  padding-top: 20px;
  padding-bottom: 190px;
}

#yoso::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -46%;
  width: 160%;
  height: 100%;
  /* background: #FFDD02; */
  background: radial-gradient(
    ellipse 80% 120% at 50% 40%,
    #FFDD02 10%,
    #FCA800 100%
  );
  transform: translateX(10%) rotate(-5deg);
  transform-origin: center center;
  z-index: 0;
}


/* 中のコンテンツは通常通り */
#yoso > * {
  position: relative;
  z-index: 1;
}
  .yoso {
    text-align: center;
    /* padding-top: 130px; */
  }
  #yoso::after {
    content: "";
    position: absolute;
    top: -105px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/rule_titbg_pc.png) no-repeat top center;
    z-index: 0;
  }
  .yoso_bg {
    width: 100%;
    height: 1890px;
    /* height: 100%; */
    position: absolute !important;
    text-align: center;
    top: 400px;
    /* top: 530px; */
    overflow: hidden;
  }
  .yoso_title {
    width: 664px;
    height: 170px;
    margin: 0 auto;
    position: relative;
  }
  #yoso .rule_bt{
    width: 590px;
    height: 90px;
    margin: 40px auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    border-radius: 45px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    background: #000 url(../images/rule_bt_sp.png) no-repeat center center;
  }
  #yoso .rule_bt:hover{
    opacity: 0.6;
  }
  #yoso .rule_bt a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 86px;
    color: inherit;
    text-decoration: none;
    color: #fff;
  }

/* アコーディオンタブ */
#yoso .accordion {
  width: 1500px;
  margin: 0 auto;
  border: 5px solid #000;
}
#yoso .tab {
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Noto Sans Japanese', sans-serif;
  /* box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.2); */
}
#yoso .tab-title {
  background: #fff url(../images/tab_day1_pc.png) no-repeat center center;
  height: 100px;
  cursor: pointer;
  border-top: 5px solid #000;
  box-sizing: border-box;
  /* box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2); */
}
#yoso .tab-title.day1_tit {
  background: #fff url(../images/tab_day1_pc.png) no-repeat center center;
  border-top: none;
}
#yoso .tab-title.day2_tit {
  background: #fff url(../images/tab_day2_pc.png) no-repeat center center;
}
#yoso .tab-title.day3_tit {
  background: #fff url(../images/tab_day3_pc.png) no-repeat center center;
  /* border-bottom: 3px solid #000; */
}
#yoso .tab.active .tab-title.day1_tit {
  background: #000 url(../images/tab_day1_ac_pc.png) no-repeat center center;
  /* border-bottom: 3px solid #000; */
}
#yoso .tab.active .tab-title.day2_tit {
  background: #000 url(../images/tab_day2_ac_pc.png) no-repeat center center;
  /* border-bottom: 3px solid #000; */
}
#yoso .tab.active .tab-title.day3_tit {
  background: #000 url(../images/tab_day3_ac_pc.png) no-repeat center center;
}
#yoso .tab:hover .tab-title.day1_tit,
#yoso .tab:hover .tab-title.day2_tit,
#yoso .tab:hover .tab-title.day3_tit {
  opacity: 0.6;
}
#yoso .tab.active:hover .tab-title.day1_tit,
#yoso .tab.active:hover .tab-title.day2_tit,
#yoso .tab.active:hover .tab-title.day3_tit {
  opacity: 1;
}

#yoso .tab-content {
  width: 1500px;
  display: none;
  background: #fff;
  padding-top: 40px;
  position: relative;
  background: #fff url(../images/midokoro_bg_pc.png) no-repeat top left;

}
#yoso .tab.active .tab-content {
  display: block;
}

/* 今日の見どころ */
#yoso .tab .tab-content .midokoro {
  width: 1500px;
  position: relative;
}
#yoso .tab .tab-content h2 {
  width: 570px;
  height: 52px;
}
#yoso .tab .tab-content .midokoro h2.m_tit {
  background: url(../images/midokoro_tit_pc.png) no-repeat center center;
  margin: 0 auto 22px;
}
#yoso .tab .tab-content .race_yoso h2.y_tit {
  background: url(../images/race_yoso_tit_pc.png) no-repeat center center;
  margin: 0 auto 12px;
}
#yoso .tab .tab-content .midokoro p{
  width: 1380px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #000;
  text-align: justify;
}
#yoso .tab .tab-content .midokoro p span{
  color: #EB4701;
  font-weight: 900;
}

/* 出走表リンク */
#yoso .tab .tab-content .syusso {
  width: 1380px;
  margin: 0 auto;
}
#yoso .tab.tab02 .tab-content .syusso {
  display: flex;
  justify-content: space-between;
}
#yoso .tab.tab02 .tab-content .syusso .syusso_flex{
  width: 684px;
}
#yoso .tab .tab-content .syusso h3 {
  width: 1380px;
  height: 55px;
  margin-bottom: 25px;
}
#yoso .tab.tab02 .tab-content .syusso h3 {
  width: 684px;
  height: 55px;
}
#yoso .tab.tab03 .tab-content .syusso h3 {
  margin-bottom: 0;
}
#yoso .tab.tab01 .tab-content .syusso h3 {
  background: url(../images/day1_h3_pc.png) no-repeat center center;
}
#yoso .tab.tab02 .tab-content .syusso h3.day2_a {
  background: url(../images/day2a_h3_pc.png) no-repeat center center;
}
#yoso .tab.tab02 .tab-content .syusso h3.day2_b {
  background: url(../images/day2b_h3_pc.png) no-repeat center center;
}
#yoso .tab.tab03 .tab-content .syusso h3 {
  background: url(../images/day3_h3_pc.png) no-repeat center center;
}

#yoso .tab .tab-content .syusso ul {
  width: 1380px;
  height: 118px;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
#yoso .tab.tab02 .tab-content .syusso ul {
  width: 684px;
  height: 118px;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
#yoso .tab.tab02 .tab-content .syusso ul {
  height: 118px;
  margin-bottom: 50px;
}
#yoso .tab.tab02 .tab-content .syusso ul:nth-of-type(1) {
  margin-bottom: 0;
}
#yoso .tab.tab02 .tab-content .syusso ul:nth-of-type(2) {
  margin-bottom: 10px;
}

#yoso .tab .tab-content .syusso ul li {
  width: 160px;
  height: 118px;
  border-radius: 11px;
  border: 4px solid #E45F05;
  box-sizing: border-box;
  background: 
  url("../images/syusso_bg_sp.png") center center no-repeat,
  linear-gradient(to bottom, #FFB300, #FCE300);
  position: relative;
  cursor: pointer;
}
#yoso .tab .tab-content .syusso ul li:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#yoso .tab .tab-content .syusso ul li a {
  text-decoration: none;
  color: inherit; 
}
#yoso .tab .tab-content .syusso ul li.pick {
  background: 
  url("../images/pick_bg_pc.png") center center no-repeat,
  linear-gradient(to bottom, #FF0046, #FCEB00);
}
#yoso .tab .tab-content .syusso ul li.pick::after {
  content: "";
  background: url(../images/tyumoku.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -15px;
  right: -2px;
  animation: twitchY 3.5s infinite;
}
#yoso .tab .tab-content .syusso ul li p {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  margin: 20px auto 0;
  padding-right: 12px;
  line-height: 35px;
}
#yoso .tab .tab-content .syusso ul li p span.race_num{
  font-family: 'Roboto', sans-serif;
  font-size: 57px;
  font-weight: 900;
}
#yoso .tab-content .syusso ul li:nth-of-type(7) p span.race_num{
  letter-spacing: -0.1em;
}
#yoso .tab .tab-content .syusso ul li p span.race_p{
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 900;
}

/* 注目レース予想 */
#yoso .tab .tab-content .race_yoso {
  width: 1500px;
  margin: 0 auto;
  padding-top: 30px;
  background: linear-gradient(to top left, #FFE7A5 50%, #ffffff00 50%);
}
#yoso .tab .tab-content .race_yoso .race-tabs {
  width: 1500px;
  margin: 0 auto;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons {
  width: 410px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons {
  width: 180px;
  height: 70px;
  margin: 0 auto 5px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons button.active {
  color: #FFF033;
  opacity: 1;
  background: #000;
  pointer-events: none;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button {
  width: 200px;
  height: 70px;
  background: #fff url(../images/racetab_pc.png) no-repeat center center;
  border-radius: 35px;
  padding: 0;
  font-size: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  color: #000;
  border: 3px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.6;
  padding-left: 10px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons button {
  padding-left: 0;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button span.span01{
  font-size: 30px;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button span.span02{
  font-size: 36px;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button.active {
  color: #FFF033;
  opacity: 1;
  background: #000 url(../images/racetab_ac_pc.png) no-repeat center center;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button:hover {
  filter: brightness(1.1);
}
#yoso .tab .tab-content .race_yoso .race-tab-content {
  width: 1500px;
  display: none;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
#yoso .tab .tab-content .race_yoso .race-tab-content.active {
  display: block;
  animation: racefadeIn 0.4s ease;
}

/* 本命VS対抗 */
#yoso .vs {
  width: 1420px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 23px;
}
#yoso .vs::after {
  content: '';
  position: absolute;
  background: url(../images/vs_center.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 240px;
  left: 615px;
  top: 95px;

  animation: pulseVS 2s infinite ease-in-out;
  transform-origin: center center;
}
#yoso .vs .photo {
  background: #fff;
  width: 651px;
  height: 427px;
  background-size: contain;
  position: relative;
  left: 0;
}

#yoso .tab.tab01 .vs .honmei .photo.t01_a {
  background: url(../images/yoso_honmei01_a_pc.png)no-repeat center top;
}
#yoso .tab.tab01 .vs .honmei .photo.t01_b {
  background: url(../images/yoso_honmei01_b_pc.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .honmei .photo.t02_a {
  background: url(../images/yoso_honmei02_a_pc.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .honmei .photo.t02_b {
  background: url(../images/yoso_honmei02_b_pc.png)no-repeat center top;
}
#yoso .tab.tab03 .vs .honmei .photo {
  background: url(../images/yoso_honmei03_pc.png)no-repeat center top;
}

#yoso .vs .taiko .photo {
  background-size: contain;
  left: auto;
  right: 0;
}
#yoso .tab.tab01 .vs .taiko .photo.t01_a {
  background: url(../images/yoso_taiko01_a_pc.png)no-repeat center top;
}
#yoso .tab.tab01 .vs .taiko .photo.t01_b {
  background: url(../images/yoso_taiko01_b_pc.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .taiko .photo.t02_a {
  background: url(../images/yoso_taiko02_a_pc.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .taiko .photo.t02_b {
  background: url(../images/yoso_taiko02_b_pc.png)no-repeat center top;
}
#yoso .tab.tab03 .vs .taiko .photo {
  background: url(../images/yoso_taiko03_pc.png)no-repeat center top;
}

#yoso .vs .honmei .photo::before {
  content: '';
  position: absolute;
  background: url(../images/ys_honmei.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 204px;
  height: 267px;
  left: -24px;
  top: -27px;
}
#yoso .vs .taiko .photo::after {
  content: '';
  position: absolute;
  background: url(../images/ys_taiko.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 204px;
  height: 267px;
  right: -26px;
  top: -20px;
}
#yoso .flex_box {
  width: 1380px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 58px;
  justify-content: space-between;
}

/* 表 */
#yoso .hyoka {
  width: 690px;
  margin: 0 auto;
}
#yoso .hyoka table {
  width: 690px;
}
#yoso .hyoka table th {
 background: #333333;
 color: #fff;
  font-size: 26px;
 font-weight: 700;
 padding: 0;
 height: 40px;
}
#yoso .hyoka table td {
  height: 55px;
}
#yoso .hyoka table td:nth-child(1) {
  background: #051737;
  width: 90px;
  padding: 0;
}
#yoso .hyoka table td:nth-child(1) img {
  margin: 7px 3px 0 0;
}
#yoso .hyoka table td:nth-child(2) {
  background: #000;
  color: #fff;
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: 900;
  width: 90px;
}
#yoso .hyoka table td:nth-child(3) {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  width: 260px;
}
#yoso .hyoka table td:nth-child(4) {
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 160px;
}
#yoso .hyoka table td:nth-child(5) {
  background: #fff;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: bold;
  width: 120px;
}
#yoso .hyoka table tr.tei1 td:nth-child(2), #yoso .hyoka tr.tei1 :nth-child(3) {  background: #DEDEDE; color: #000;}
#yoso .hyoka table tr.tei3 td:nth-child(2), #yoso .hyoka tr.tei3 :nth-child(3) {  background: #D92323;}
#yoso .hyoka table tr.tei4 td:nth-child(2), #yoso .hyoka tr.tei4 :nth-child(3) {  background: #0080FF;}
#yoso .hyoka table tr.tei5 td:nth-child(2), #yoso .hyoka tr.tei5 :nth-child(3) {  background: #FADD00; color: #000;}
#yoso .hyoka table tr.tei6 td:nth-child(2), #yoso .hyoka tr.tei6 :nth-child(3) {  background: #349801;}

/* 予想コラム */
#yoso .txt_wrap {
  width: 620px;
  padding: 0;
  margin: 20px auto 0;
}
#yoso .txt_wrap .sinnyu {
  width: 620px;
  height: 58px;
  margin: 0 auto;
  background: url(../images/sinnyu.png) no-repeat center center;
}
#yoso .txt_wrap .yoso_txt {
  color: #000;
  text-align: justify;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 30px;
}
#yoso .txt_wrap span {
  font-weight: 900;
}
#yoso .txt_wrap span.honmei_name {
  color: #FF3434;
}
#yoso .txt_wrap span.taiko_name {
  color: #6060FF;
}

/* WINNER */
#yoso .winner {
  width: 1920px;
  height: 530px;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: -1;
  justify-content: center;
  overflow: visible;
}
#yoso .winner .roll_con {
  width: 1150px;
  height: 485px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 210px;
  z-index: -1;
  justify-content: center;
  overflow: hidden;

  animation: racefadeIn 0.5s ease;
}
#yoso .winner .roll_con .roll {
  position: absolute;
  top: -160px;
  left: 110px;
  background: url(../images/winner_back_sp.png) no-repeat center center;
  width: 968px;
  height: 968px;
  z-index: -2;
  animation: spin 30s linear infinite;
}
#yoso .winner .win_bg {
  width: 750px;
  height: 545px;
  margin: 0 auto;
  background: url(../images/winner_bg_pc.png) no-repeat top center;
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 395px;
}
#yoso .winner .win_racer {
  width: 922px;
  height: 530px;
  margin: 0 auto;
  background: url(../images/winner_racer_pc.png) no-repeat top center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  animation: racefadeIn 0.5s ease;
}
#yoso .winner .win_name {
  width: 355px;
  height: 130px;
  margin: 0 auto;
  background: url(../images/winner_name_pc.png) no-repeat top center;
  position: absolute;
  z-index: -1;
  top: 210px;
  right: 590px;

  animation: racefadeIn 0.5s ease;
}
#yoso .winner .win_bottom {
  width: 1920px;
  height: 675px;
  margin: 0 auto;
  background: url(../images/winner_bottom_pc.png) no-repeat top center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  animation: racefadeIn 0.5s ease;
}
#yoso .winner .win_deco {
  width: 1920px;
  height: 675px;
  margin: 0 auto;
  background: url(../images/winner_deco_pc.png) no-repeat top center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  animation: popIn 0.6s ease-out 0.5s forwards;
  /* animation: popIn 0.6s ease-out 1s forwards,
             bounceLoop 1.5s ease-in-out 4s infinite; */
}

}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
  **********************************************************************/
@media all and (max-width: 750px) {
.sp_non {
    display: none;
}

#yoso {
  /* width: 750px;
  height: 3560px; */
  display: flex;
  position: relative;
  margin-top: -30px; /* yui edit */
  /* overflow: hidden; */
  overflow: visible;
  z-index: 1;
  padding-bottom: 140px;
}

/* 背景専用レイヤー */
#yoso::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50%;
  width: 170%;
  height: 100%;
  background: radial-gradient(
    ellipse 80% 120% at 50% 40%,
    #FFDD02 10%,
    #FCA800 100%
  );
  transform: translateX(10%) rotate(-5deg); /* 中央基準に移動してから回転 */
  transform-origin: center center;
  z-index: 0;
}

/* 中のコンテンツは通常通り */
#yoso > * {
  position: relative;
  z-index: 1;
}
  .yoso {
    text-align: center;
    padding-top: 0px;
    /* padding-top: 60px; */
  }
  .yoso_title {
    width: 692px;
    height: 177px;
    margin: 17px auto 55px;
  }
  .yoso_title::after {
    content: "";
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/yoso_titbg_sp.png) no-repeat top center;
    z-index: -1;
  }

  #yoso .rule_bt{
    width: 590px;
    height: 90px;
    margin: 0 auto 53px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    border-radius: 45px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    background: #000 url(../images/rule_bt_sp.png) no-repeat center center;
  }
  #yoso .rule_bt a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 86px;
    color: inherit;
    text-decoration: none;
    color: #fff;
  }

/* アコーディオンタブ */
#yoso .accordion {
  width: 750px;
  margin: 0 auto;
}
#yoso .tab {
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Noto Sans Japanese', sans-serif;
  /* box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.2); */
}
#yoso .tab-title {
  background: #fff url(../images/tab_day1_sp.png) no-repeat center center;
  height: 120px;
  cursor: pointer;
  border-top: 3px solid #000;
  box-sizing: border-box;
  /* box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2); */
}
#yoso .tab-title.day1_tit {
  background: #fff url(../images/tab_day1_sp.png) no-repeat center center;
}
#yoso .tab-title.day2_tit {
  background: #fff url(../images/tab_day2_sp.png) no-repeat center center;
}
#yoso .tab-title.day3_tit {
  background: #fff url(../images/tab_day3_sp.png) no-repeat center center;
  border-bottom: 3px solid #000;
}
#yoso .tab.active .tab-title.day1_tit {
  background: #000 url(../images/tab_day1_ac_sp.png) no-repeat center center;
  border-bottom: 3px solid #000;
}
#yoso .tab.active .tab-title.day2_tit {
  background: #000 url(../images/tab_day2_ac_sp.png) no-repeat center center;
  border-bottom: 3px solid #000;
}
#yoso .tab.active .tab-title.day3_tit {
  background: #000 url(../images/tab_day3_ac_sp.png) no-repeat center center;
}

#yoso .tab-content {
  display: none;
  background: #fff;
  padding-top: 44px;
  font-size: 16px;
  line-height: 1.6;
}
#yoso .tab.active .tab-content {
  display: block;
}

/* 今日の見どころ */
#yoso .tab .tab-content .midokoro {
  width: 750px;
  height: 750px;
  position: relative;
  background: #fff url(../images/midokoro_bg_sp.png) no-repeat center center;
}
#yoso .tab .tab-content h2 {
  width: 580px;
  height: 62px;
}
#yoso .tab .tab-content .midokoro h2.m_tit {
  background: url(../images/midokoro_tit_sp.png) no-repeat center center;
  margin: 0 auto 17px;
}
#yoso .tab .tab-content .race_yoso h2.y_tit {
  background: url(../images/race_yoso_tit_sp.png) no-repeat center center;
  margin: 0 auto 11px;
}
#yoso .tab .tab-content .midokoro p{
  width: 690px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #000;
  text-align: justify;
}
#yoso .tab .tab-content .midokoro p span{
  color: #EB4701;
  font-weight: 900;
}

/* 出走表リンク */
#yoso .tab .tab-content .syusso {
  width: 690px;
  margin: 0 auto;
}
#yoso .tab .tab-content .syusso h3 {
  width: 690px;
  height: 70px;
  margin-bottom: 20px;
}
#yoso .tab.tab01 .tab-content .syusso h3 {
  background: url(../images/day1_h3_sp.png) no-repeat center center;
}
#yoso .tab.tab02 .tab-content .syusso h3.day2_a {
  background: url(../images/day2a_h3_sp.png) no-repeat center center;
}
#yoso .tab.tab02 .tab-content .syusso h3.day2_b {
  background: url(../images/day2b_h3_sp.png) no-repeat center center;
}
#yoso .tab.tab03 .tab-content .syusso h3 {
  background: url(../images/day3_h3_sp.png) no-repeat center center;
}

#yoso .tab .tab-content .syusso ul {
  width: 690px;
  height: 251px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-content: space-between;
  margin: 0 auto;
  padding: 0;
}
#yoso .tab.tab02 .tab-content .syusso ul {
  height: 118px;
}
#yoso .tab.tab02 .tab-content .syusso ul:nth-of-type(1) {
  margin-bottom: 40px;
}
#yoso .tab.tab02 .tab-content .syusso ul:nth-of-type(2) {
  margin-bottom: 10px;
}

#yoso .tab .tab-content .syusso ul li {
  width: 162px;
  height: 118px;
  border-radius: 11px;
  border: 4px solid #E45F05;
  box-sizing: border-box;
  /* background: linear-gradient(to bottom, #FFB300, #FCE300); */
  background: 
    url("../images/syusso_bg_sp.png") center center no-repeat,
    linear-gradient(to bottom, #FFB300, #FCE300);
  position: relative;
}
#yoso .tab .tab-content .syusso ul li.pick {
  /* background: linear-gradient(to bottom, #FF0046, #FCEB00); */
  background: 
  url("../images/pick_bg_sp.png") center center no-repeat,
  linear-gradient(to bottom, #FF0046, #FCEB00);
}
#yoso .tab .tab-content .syusso ul li.pick::after {
  content: "";
  background: url(../images/tyumoku.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -13px;
  right: -5px;

  animation: twitchY 3.5s infinite;
}
#yoso .tab .tab-content .syusso ul li a {
    text-decoration: none;
    color: inherit;
}
#yoso .tab .tab-content .syusso ul li p {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  margin: 20px 0 0;
  padding-right: 6px;
  line-height: 35px;
}
#yoso .tab .tab-content .syusso ul li p span.race_num{
  font-family: 'Roboto', sans-serif;
  font-size: 57px;
  font-weight: 900;
}
#yoso .tab .tab-content .syusso ul li p span.race_p{
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 900;
}

/* 注目レース予想 */
#yoso .tab .tab-content .race_yoso {
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
  background: linear-gradient(to top left, #FFE7A5 50%, #ffffff 50%);
}
#yoso .tab .tab-content .race_yoso .race-tabs {
  width: 750px;
  margin: 0 auto;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons {
  width: 370px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons {
  width: 180px;
  height: 70px;
  margin: 0 auto 5px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons button.active {
  color: #FFF033;
  opacity: 1;
  background: #000;
  pointer-events: none;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button {
  width: 180px;
  height: 70px;
  background: #fff url(../images/racetab_sp.png) no-repeat center center;
  border-radius: 35px;
  padding: 0;
  font-size: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  color: #000;
  border: 3px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.6;
  padding-left: 10px;
}
#yoso .tab.tab03 .tab-content .race_yoso .race-tab-buttons button {
  padding-left: 0;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button span.span01{
  font-size: 30px;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button span.span02{
  font-size: 36px;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button.active {
  color: #FFF033;
  opacity: 1;
  background: #000 url(../images/racetab_ac_sp.png) no-repeat center center;
}
#yoso .tab .tab-content .race_yoso .race-tab-buttons button:hover {
  filter: brightness(1.1);
}
#yoso .tab .tab-content .race_yoso .race-tab-content {
  width: 750px;
  display: none;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
#yoso .tab .tab-content .race_yoso .race-tab-content.active {
  display: block;
  animation: racefadeIn 0.4s ease;
}

/* 本命VS対抗 */
#yoso .vs {
  width: 690px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 23px;
}
#yoso .vs::after {
  content: '';
  position: absolute;
  background: url(../images/vs_center.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 240px;
  left: 245px;
  top: 120px;
}
#yoso .vs .photo {
  background: #fff;
  width: 294px;
  height: 477px;
  /* background: url(../images/yoso_honmei_sp.png)no-repeat center top; */
  background-size: contain;
  position: relative;
  left: 0;
}
#yoso .tab.tab01 .vs .honmei .photo.t01_a {
  background: url(../images/yoso_honmei01_a_sp.png)no-repeat center top;
}
#yoso .tab.tab01 .vs .honmei .photo.t01_b {
  background: url(../images/yoso_honmei01_b_sp.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .honmei .photo.t02_a {
  background: url(../images/yoso_honmei02_a_sp.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .honmei .photo.t02_b {
  background: url(../images/yoso_honmei02_b_sp.png)no-repeat center top;
}
#yoso .tab.tab03 .vs .honmei .photo {
  background: url(../images/yoso_honmei03_sp.png)no-repeat center top;
}



#yoso .vs .taiko .photo {
  background-size: contain;
  left: auto;
  right: 0;
}

#yoso .tab.tab01 .vs .taiko .photo.t01_a {
  background: url(../images/yoso_taiko01_a_sp.png)no-repeat center top;
}
#yoso .tab.tab01 .vs .taiko .photo.t01_b {
  background: url(../images/yoso_taiko01_b_sp.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .taiko .photo.t02_a {
  background: url(../images/yoso_taiko02_a_sp.png)no-repeat center top;
}
#yoso .tab.tab02 .vs .taiko .photo.t02_b {
  background: url(../images/yoso_taiko02_b_sp.png)no-repeat center top;
}
#yoso .tab.tab03 .vs .taiko .photo {
  background: url(../images/yoso_taiko03_sp.png)no-repeat center top;
}

#yoso .vs .honmei .photo::before {
  content: '';
  position: absolute;
  background: url(../images/ys_honmei.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 145px;
  height: 190px;
  left: -24px;
  top: -27px;
}
#yoso .vs .taiko .photo::after {
  content: '';
  position: absolute;
  background: url(../images/ys_taiko.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 145px;
  height: 190px;
  right: -26px;
  top: -20px;
}

/* 表 */
#yoso .hyoka {
  width: 690px;
  margin: 0 auto;
}
#yoso .hyoka table {
  width: 690px;
}
#yoso .hyoka table th {
 background: #333333;
 color: #fff;
  font-size: 26px;
 font-weight: 700;
 padding: 0;
 height: 50px;
}
#yoso .hyoka table td {
  height: 70px;
}
#yoso .hyoka table td:nth-child(1) {
  background: #051737;
  width: 75px;
  padding: 0;
}
#yoso .hyoka table td:nth-child(1) img {
  margin: 7px 3px 0 0;
}
#yoso .hyoka table td:nth-child(2) {
  background: #000;
  color: #fff;
  font-family: 'Roboto';
  font-size: 36px;
  font-weight: 900;
  width: 90px;
}
#yoso .hyoka table td:nth-child(3) {
  background: #000;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  width: 200px;
}
#yoso .hyoka table td:nth-child(4) {
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  width: 150px;
}
#yoso .hyoka table td:nth-child(5) {
  background: #fff;
  font-family: 'Roboto';
  font-size: 35px;
  font-weight: bold;
  width: 120px;
}
#yoso .hyoka table tr.tei1 td:nth-child(2), #yoso .hyoka tr.tei1 :nth-child(3) {  background: #DEDEDE; color: #000;}
#yoso .hyoka table tr.tei3 td:nth-child(2), #yoso .hyoka tr.tei3 :nth-child(3) {  background: #D92323;}
#yoso .hyoka table tr.tei4 td:nth-child(2), #yoso .hyoka tr.tei4 :nth-child(3) {  background: #0080FF;}
#yoso .hyoka table tr.tei5 td:nth-child(2), #yoso .hyoka tr.tei5 :nth-child(3) {  background: #FADD00; color: #000;}
#yoso .hyoka table tr.tei6 td:nth-child(2), #yoso .hyoka tr.tei6 :nth-child(3) {  background: #349801;}

/* 予想コラム */
#yoso .txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px 35px;
  margin: 25px auto 0;
}
#yoso .txt_wrap .sinnyu {
  width: 520px;
  height: 58px;
  margin: 0 auto;
  background: url(../images/sinnyu.png) no-repeat center center;
}
#yoso .txt_wrap .yoso_txt {
  color: #000;
  text-align: justify;
  font-size: 28px;
  line-height: 43px;
  font-weight: bold;
  margin-top: 22px;
}
#yoso .txt_wrap span {
  font-weight: 900;
}
#yoso .txt_wrap span.honmei_name {
  color: #FF3434;
}
#yoso .txt_wrap span.taiko_name {
  color: #6060FF;
}

/* WINNER */
  #yoso .winner {
    width: 750px;
    height: 545px;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: -1;
    justify-content: center;
  }
  #yoso .winner .roll_con {
    width: 750px;
    height: 485px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
    justify-content: center;
    overflow: hidden;
  }
  #yoso .winner .roll_con .roll {
    position: absolute;
    top: -220px;
    left: 10px;
    background: url(../images/winner_back_sp.png) no-repeat center center;
    width: 968px;
    height: 968px;
    z-index: -2;
    animation: spin 30s linear infinite;
  }
  #yoso .winner .win_bg {
    width: 750px;
    height: 545px;
    margin: 0 auto;
    background: url(../images/winner_bg_sp.png) no-repeat top center;
    position: relative;
    z-index: -1;
    top: 0;
  }
  #yoso .winner .win_racer {
    width: 500px;
    height: 470px;
    margin: 0 auto;
    background: url(../images/winner_racer_sp.png) no-repeat top center;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 0;
  }
  #yoso .winner .win_name {
    width: 310px;
    height: 115px;
    margin: 0 auto;
    background: url(../images/winner_name_sp.png) no-repeat top center;
    position: absolute;
    z-index: -1;
    top: 170px;
    right: 100px;
  }
  #yoso .winner .win_bottom {
    width: 750px;
    height: 220px;
    margin: 0 auto;
    background: url(../images/winner_bottom_sp.png) no-repeat top center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }

}

/***********************************************************************
  keyframe
**********************************************************************/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes racefadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateY(-15px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* その後の「ぴょこぴょこ」動き */
@keyframes bounceLoop {
  0%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-12px);
  }
  40% {
    transform: translateY(0);
  }
}

@keyframes pulseVS {
  0%, 100% { transform: scale(1); opacity: 1; }
  20% { transform: scale(1.1); opacity: 0.9; }
  30% { transform: scale(0.97); opacity: 0.95; }
  50% { transform: scale(1.1); opacity: 0.9; }
  60% { transform: scale(1); opacity: 1; }
}
