@charset "UTF-8";
/*******************************
共通CSS
********************************/
/* :root {
  --font-family-en: "Oswald", sans-serif;
  --font-family-en-2: "roboto", sans-serif;
  --font-family-en-3: "Unbounded", sans-serif;
  --font-family-J: "Noto Sans JP", sans-serif;
  --font-family-J-2: "Hiragino Sans", sans-serif;
  --creamyellow: #FFF8B9;
  --red: #7E0B0B;
} */

body {
  font-family: "Noto Sans JP", "Unbounded", "roboto", "Oswald", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
body * {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  position: relative;
}

html {
    scroll-behavior: smooth;
}
    
#wrapper {
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden; /* 回転で横にはみ出すのを防ぐ */
}

#wrapper::before {
  content: "";
  position: fixed;
  inset: -50%;
  background: radial-gradient(ellipse at center, #FED300 0%, #E84800 100%);
  background-size: 100% 200%;
  transform: rotate(-14deg);
  z-index: -1;
}

#motor {
    position: relative;
}
#motor section{
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#motor ul{
    padding: 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#motor ul.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#motor ul.btn_wrap li{
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#motor .tab_wrap li {
  display: none;
}
#motor .tab_wrap li.active {
  display: block;
}

#count img{
    pointer-events: none;
}

body.motor .menuArea {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #000;
  padding: 60px 0;
}
body.motor .menuArea ul {
  margin: 0 auto;
  padding-top: 70px;
}
body.motor .menuArea ul .cate5 {
  margin-bottom: 100px;
  padding: 70px 0;
}
body.motor .footer {
  top: 0;
  padding: 45px 0 80px;
}
body.motor .footer > ul:first-child {
  margin: 0 auto 22px;
}
body.motor .footer > p {
  margin: 1em 0;
}

.anime.-delay01.show {
  transition-delay: 0.4s;
}

/* アニメーションのディレイ */
.-delay01 {
  animation-delay: 0.3s;
}

.motor_kani {
  animation: fadeup 0.8s ease forwards,
             floating-y 1.5s ease-in-out infinite alternate-reverse 1s;
}
.motor_kani.anime.-fadeup {
  transform: none; /* ここで translateY(50px) を打ち消す */
}
@keyframes fadeup {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes floating-y {
  0% { transform: translateY(-2%); }
  100% { transform: translateY(0%); }
}


/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {

  .pc_non {
    display: none;
}

#wrapper::before {
  content: "";
  position: fixed;
  inset: -50%;
  background: radial-gradient(ellipse at center, #FED300 0%, #E84800 100%);
  background-size: 100% 200%;
  transform: rotate(-14deg);
  z-index: 0;
}
#motor {
    position: relative;
    padding-top: 53px;
    padding-bottom: 70px;
}

  /* ALL
  ------------------------------------------------------------*/
  body.motor .menuArea {
    padding: 60px 0;
  }
  body.motor .menuArea ul {
    width: 430px;
    margin: 0 15px;
    padding-top: 0;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  body.motor .menuArea ul.cate4 {
    width: 470px;
    padding-right: 40px;
  }
  body.motor .menuArea ul .cate5 {
    margin: 50px 0 70px;
    padding: 0;
  }
  body.motor .menuArea p {
    font-weight: 400;
  }
  body.motor .footer {
    background: #000;
    top: 0;
    padding: 3px 0;
  }
  body.motor .footer > ul:first-child {
    margin: 25px auto 15px;
  }

#wrapper {
  /* padding-top: 53px; */
}

/* タイトル＆タブボタン
------------------------------------------------------------*/
#motor h1.motor_tit{
  width: 778px;
  height: 185px;
  background: url(../images/motor_tit_pc.png) no-repeat center center;
  margin: 0 auto 37px;
}
#motor .bg_top{
  width: 1920px;
  height: 526px;
  background:url(../images/motor_top_pc.png) no-repeat center center;
  position: absolute;
  top: 0;
}
#motor .bg_bottom{
  width: 1920px;
  height: 230px;
  background:url(../images/motor_bottom_pc.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
}
#motor .motor_kani{
  width: 600px;
  height: 725px;
  background:url(../images/motor_kani_pc.png) no-repeat center center;
  position: absolute;
  top: -23px;
  left: 0;
  z-index: 1;
}
#motor .yellow_top{
  width: 1920px;
  height: 250px;
  background:url(../images/yellow_pc.png) no-repeat center center;
  position: absolute;
  top: 275px;
  z-index: 0;
}
#motor ul.btn_wrap{
  width: 980px;
}
#motor ul.btn_wrap li{
  width: 480px;
  height: 80px;
  line-height: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #54260A;
  background: #fff;
  border: 4px solid #54260A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* pointer-events: none; */
  opacity: 0.6;
}
#motor ul.btn_wrap li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
}
#motor ul.btn_wrap li:hover{
  opacity: 1;
  transform: translateY(3px);
}
#motor ul.btn_wrap li.active{
  color: #EAFF34;
  background: #54260A;
  border: 4px solid #EAFF34;
  opacity: 1;
}
#motor ul.btn_wrap li a .text_span {
  position: relative;
  bottom: 8px;
  display: inline-block;
}
#motor ul.btn_wrap li span.num_span{
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  margin-right: 10px;
}
#motor ul.btn_wrap li::after{
  content: "";
  display: block;
  width: 25px;
  height: 10px;
  background: url(../images/btn_deco.png) no-repeat center center;
  position: absolute;
  left: 228px;
  bottom: 6px;
}
#motor ul.btn_wrap li.active::after{
  background: url(../images/btn_deco_ac.png) no-repeat center center;
}

/* タブ中身 */
#motor ul.tab_wrap li.vol1{
  width: 100%;
  height: 1955px;
  margin: 0 auto;
  padding-top: 124px;
  z-index: 0;
}
#motor ul.tab_wrap li.vol2{
  width: 100%;
  height: 2141px;
  margin: 0 auto;
  padding-top: 124px;
  z-index: 0;
}

#motor ul.tab_wrap li.vol1::after {
  content: "";
  width: 1920px;
  height: 1955px;
  background: url(../images/vol1_bg_pc.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: -1;
}
#motor ul.tab_wrap li.vol2::after {
  content: "";
  width: 1920px;
  height: 2141px;
  background: url(../images/vol2_bg_pc.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: -1;
}
#motor ul.tab_wrap li.vol1 h2{
  width: 750px;
  height: 175px;
  background: url(../images/motor_vol1_pc.png) no-repeat center center;
  margin: 0 auto 28px;
}
#motor ul.tab_wrap li.vol2 h2{
  width: 750px;
  height: 175px;
  background: url(../images/motor_vol2_pc.png) no-repeat center center;
  margin: 0 auto 36px;
}
#motor ul.tab_wrap li h3{
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0 auto;
}
#motor ul.tab_wrap li.vol1 h3 img{
  margin-right: 5px;
}

#motor ul.tab_wrap li.vol2 h3{
  width: 450px;
  height: 48px;
  background: url(../images/vol2_h3.png)no-repeat center center;
  margin: 0 auto 44px;
}

#motor ul.tab_wrap li.vol2 .motor_img{
  position: absolute;
  width: 222px;
  height: 296px;
  background: url(../images/motor_img_sp.png)no-repeat center center;
  top: 80px;
  right: 20px;
}

#motor ul.tab_wrap li.vol2 .motor_img{
  position: absolute;
  width: 229px;
  height: 289px;
  background: url(../images/motor_img_pc.png)no-repeat center center;
  top: 103px;
  right: 397px;
}

#motor ul.tab_wrap li.vol1 .graph_flex{
  width: 1500px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

/* コース別入着率 表 */
#motor ul.tab_wrap li .flex01 table{
  width: 440px;
  border: 2px solid #000;
  border-collapse: collapse;
  margin: 13px auto 0;
  font-family: "Roboto", sans-serif;
  /* font-family:"oswald", sans-serif; */
}
#motor ul.tab_wrap li .flex01 table th{
  height: 45px;
  line-height: 45px;
  position: relative;
  border: 2px solid #000;
  background: #8A2500;
}
#motor ul.tab_wrap li .flex01 table th:nth-child(1){
  background: #fff;
}
#motor ul.tab_wrap li .flex01 table th p{
  position: absolute;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  top: 56%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#motor ul.tab_wrap li .flex01 table td{
  font-size: 30px;
  width: 110px;
  height: 45px;
  line-height: 35px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
#motor ul.tab_wrap li .flex01 table td:nth-of-type(1){
  font-size: 22px;
  width: 110px;
}
#motor ul.tab_wrap li .flex01 table tr td:nth-of-type(1){background: #F35554; color: #fff;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(n+2):nth-child(odd) td:not(:first-child) {
  background: #FCE5E2;
}
#motor ul.tab_wrap li .flex01 table td .small{
    font-size: 26px;
}

/* 決まり手＆配当傾向 円グラフ */
#motor ul.tab_wrap li .kimarite{
  width: 476px;
  height: 320px;
  background: url(../images/kimarite_pc.png) no-repeat center center;
  margin: 6px auto 0;
}
#motor ul.tab_wrap li .haito{
  width: 476px;
  height: 320px;
  background: url(../images/haito_pc.png) no-repeat center center;
  margin: 6px auto 0;
}
#motor ul.tab_wrap li .kikan{
  width: 1500px;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
}

/* 3連単出目ランキング 表 */
#motor ul.tab_wrap li .rank .rank_flex{
  width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#motor ul.tab_wrap li .rank table{
  width: 730px;
  border: 2px solid #000;
  border-collapse: collapse;
  margin: 0 auto 30px;
  font-family: "Roboto", sans-serif;
  /* font-family:"oswald", sans-serif; */
}
#motor ul.tab_wrap li .rank h3{
  width: 1500px;
  margin: 0 auto 12px;
}
#motor ul.tab_wrap li .rank table{
  margin: 0 auto 10px;
}
#motor ul.tab_wrap li .rank table th{
  height: 50px;
  line-height: 50px;
  position: relative;
  border: 2px solid #000;
  background: #8A2500;
}
#motor ul.tab_wrap li .rank table th p{
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  top: 50%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#motor ul.tab_wrap li .rank table td{
  font-size: 36px;
  width: 170px;
  height: 60px;
  line-height: 55px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
#motor ul.tab_wrap li .rank table td:nth-of-type(1),
#motor ul.tab_wrap li .rank table td:nth-of-type(3){
  font-size: 30px;
  width: 115px;
}
#motor ul.tab_wrap li .rank table td:nth-of-type(2){
  font-size: 32px;
  width: 275px;
}
#motor ul.tab_wrap li .rank table td:nth-of-type(4){
  font-size: 36px;
  width: 225px;
}
#motor ul.tab_wrap li .rank table tr td:nth-of-type(1){
  background: #FE7832;
  color: #fff;
}
#motor ul.tab_wrap li .rank .rank_flex table:nth-child(1) tr:nth-child(n+2):nth-child(odd) td:not(:first-child) {
  background: #FFF4CE;
}
#motor ul.tab_wrap li .rank .rank_flex table:nth-child(2) tr:nth-child(n+2):nth-child(even) td:not(:first-child) {
  background: #FFF4CE;
}
#motor ul.tab_wrap li .rank table td .yen{
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 2px;
}
#motor ul.tab_wrap li .rank table td span.kumi{
  margin: 0 auto 2px;
  display: inline-block;
}
#motor ul.tab_wrap li .rank table td span.kumi .waku{
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  color: #fff;
}
#motor ul.tab_wrap li .rank table td span.kumi .waku1{background: #fff;}
#motor ul.tab_wrap li .rank table td span.kumi .waku2{background: #232323;}
#motor ul.tab_wrap li .rank table td span.kumi .waku3{background: #E52B2B;}
#motor ul.tab_wrap li .rank table td span.kumi .waku4{background: #3473F1;}
#motor ul.tab_wrap li .rank table td span.kumi .waku5{background: #FFE005;}
#motor ul.tab_wrap li .rank table td span.kumi .waku6{background: #38BC3C;}

#motor ul.tab_wrap li .rank table td span.kumi .waku1,
#motor ul.tab_wrap li .rank table td span.kumi .waku5{
  color: #000;
  border: #000 solid 1px;
}
#motor ul.tab_wrap li .rank table td span.kumi .waku{
  width: 42px;
  line-height: 41px;
  padding: 1px 0 0;
  margin: 0 3px;
  font-size: 31px;
}



/* VOL.2 三国注目モーターランキング */
#motor ul.tab_wrap li.vol2 .vol2_flex01 {
  width: 1500px;
  margin: 0 auto 10px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
#motor ul.tab_wrap li.vol2 .wrap_pc {
  width: 730px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 {
  width: 730px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02:nth-child(5){
  margin: 0;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop{
  position: absolute;
  width: 85px;
  height: 70px;
  top: -35px;
  left: -30px;
  z-index: 1;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no01{ background: url(../images/no1.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no02{ background: url(../images/no2.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no03{ background: url(../images/no3.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no04{ background: url(../images/no4.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no05{ background: url(../images/no5.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no06{ background: url(../images/no6.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no07{ background: url(../images/no7.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no08{ background: url(../images/no8.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no09{ background: url(../images/no9.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no10{ background: url(../images/no10.png) no-repeat center center; }

#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num{
  width: 213px;
  height: 148px;
  /* margin: 0 auto; */
  margin-right: 2px
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no01{ background: #005DE9 url(../images/num01_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no02{ background: #005DE9 url(../images/num02_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no03{ background: #005DE9 url(../images/num03_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no04{ background: #005DE9 url(../images/num04_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no05{ background: #005DE9 url(../images/num05_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no06{ background: #005DE9 url(../images/num06_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no07{ background: #005DE9 url(../images/num07_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no08{ background: #005DE9 url(../images/num08_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no09{ background: #005DE9 url(../images/num09_pc.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no10{ background: #005DE9 url(../images/num10_pc.png) no-repeat center center;}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_data{
  width: 515px;
  height: 148px;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 table{
  width: 515px;
  /* border-collapse: collapse; */
  display: flex;
  font-family: "Roboto", sans-serif;
  /* font-family:"oswald", sans-serif; */
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table tr{
  width: 515px;
  display: flex;
  justify-content: space-between;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td{
  height: 95px;
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 56, 112, 0.6) 0%,   /* 明るめ（透明度高め） */
    rgba(0, 56, 112, 0.6) 50%,
    rgba(0, 56, 112, 0.9) 50%,  /* 濃いめ（透明度低め） */
    rgba(0, 56, 112, 0.9) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(1),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(2){
  width: 126px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(3),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(4),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(5){
  width: 85px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td.rate-cell {
  background: linear-gradient(
    135deg,
    rgba(93, 75, 255, 0.9) 0%,
    rgba(93, 75, 255, 0.9) 50%,
    rgba(70, 49, 255, 0.9) 50%,
    rgba(70, 49, 255, 0.9) 100%
  );
  text-align: center;
  /* padding: 8px; */
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td p{
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td div{
  font-size: 39px;
  color: #FAFF5D;
  position: absolute;
  top: 35px;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai{
  font-weight: bold;
  color: #fff;
  background: #00264B url(../images/zenkai_pc.png) no-repeat center center;
  display: flex;
  width: 515px;
  height: 51px;
  line-height: 51px;
  margin-top: 2px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai .zenkai_txt{
  font-size: 25px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 57px 0 67px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p{
  font-size: 39px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p span.blue{ color: #5DFFE9;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p span.red{ color: #F05656;}

#motor ul.tab_wrap li.vol2 .kikan{
  width: 1500px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
}
#motor ul.tab_wrap li.vol2 .kikan span{
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #000;
}
#motor ul.tab_wrap li.vol2 .kikan span.square_blue{
  background: #5DFFE9;
  margin-right: 5px;
}
#motor ul.tab_wrap li.vol2 .kikan span.square_red{
  background: #F05656;
  margin: 0 5px 0 10px;
}


/* コラム(vol.1&vol.2) */
#motor ul.tab_wrap li .column {
  width: 100%;
  height: 1049px;
  margin: 0 auto;
  padding-top: 132px;
  position: relative;
  z-index: 0;
}
#motor ul.tab_wrap li.vol1 .column::after {
  content: "";
  width: 1920px;
  height: 620px;
  background: url(../images/column01_bg_pc.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: -1;
  filter: drop-shadow(0 0 12px #750000);
}
#motor ul.tab_wrap li.vol2 .column::after {
  content: "";
  width: 1920px;
  height: 620px;
  background: url(../images/column02_bg_pc.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: -1;
  filter: drop-shadow(0 0 12px #00005B);
}
#motor ul.tab_wrap li.vol1 .column .column01_tit{
  width: 1008px;
  height: 45px;
  margin: 0 auto 45px;
  background: url(../images/column01_pc.png) no-repeat center center;
}
#motor ul.tab_wrap li.vol2 .column .column02_tit{
  width: 880px;
  height: 45px;
  margin: 0 auto 45px;
  background: url(../images/column02_pc.png) no-repeat center center;
}
#motor ul.tab_wrap li .column p {
  width: 1500px;
  margin: 0 auto;
  text-align: justify;
  font-size: 22px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
#motor ul.tab_wrap li.vol1 .column p {
  color: #510000;
}
#motor ul.tab_wrap li.vol2 .column p {
  color: #00005B;
}
#motor ul.tab_wrap li.vol2 .column p span {
  background: #FFEF0A;
  padding: 0 6px;
}

}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
************************************************************************/
@media all and (max-width: 750px) {
.sp_non {
    display: none;
}

#wrapper {
  padding-top: 115px;
}
/* タイトル＆タブボタン
------------------------------------------------------------*/
#motor h1.motor_tit{
  width: 460px;
  height: 202px;
  background: url(../images/motor_tit_sp.png) no-repeat center center;
  margin: 0 0 32px 30px;
}
#motor .bg_top{
  width: 750px;
  height: 470px;
  background:url(../images/motor_top_sp.png) no-repeat center center;
  position: absolute;
  top: -35px;
}
#motor .bg_bottom{
  width: 750px;
  height: 230px;
  background:url(../images/motor_bottom_sp.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
}
#motor .motor_kani{
  width: 390px;
  height: 500px;
  background:url(../images/motor_kani_sp.png) no-repeat center center;
  position: absolute;
  top: -65px;
  right: -25px;
}
#motor .yellow_top{
  width: 750px;
  height: 200px;
  background:url(../images/yellow_sp.png) no-repeat center center;
  position: absolute;
  top: 271px;
}
#motor ul.btn_wrap{
  width: 690px;
}
#motor ul.btn_wrap li{
  width: 335px;
  height: 100px;
  line-height: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #54260A;
  background: #fff;
  /* box-sizing: content-box; */
  border: 4px solid #54260A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* pointer-events: none; */
  opacity: 0.6;
}
#motor ul.btn_wrap li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center;
  box-sizing: border-box;

}
#motor ul.btn_wrap li.active{
  color: #EAFF34;
  background: #54260A;
  border: 4px solid #EAFF34;
  opacity: 1;
}
#motor ul.btn_wrap li a .text_span {
  position: relative;
  bottom: 8px;
  display: inline-block;
}
#motor ul.btn_wrap li span.num_span{
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  margin-right: 10px;
}
#motor ul.btn_wrap li::after{
  content: "";
  display: block;
  width: 25px;
  height: 10px;
  background: url(../images/btn_deco.png) no-repeat center center;
  position: absolute;
  left: 155px;
  bottom: 11px;
}
#motor ul.btn_wrap li.active::after{
  background: url(../images/btn_deco_ac.png) no-repeat center center;
}

/* タブ中身 */
#motor ul.tab_wrap li.vol1{
  width: 100%;
  height: 3789px;

  margin-top: 10px;
  padding-top: 105px;
  z-index: 0;
}
#motor ul.tab_wrap li.vol2{
  width: 100%;
  height: 3650px;

  margin-top: 10px;
  padding-top: 105px;
  z-index: 0;
}
#motor ul.tab_wrap li.vol1::after {
  content: "";
  width: 1327px;
  height: 3819px;
  background: url(../images/vol1_bg_sp.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: -283px;
  z-index: -1;
}
#motor ul.tab_wrap li.vol2::after {
  content: "";
  width: 1327px;
  height: 3576px;
  background: url(../images/vol2_bg_sp.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: -283px;
  z-index: -1;
}
#motor ul.tab_wrap li.vol1 h2{
  width: 100%;
  height: 175px;
  background: url(../images/motor_vol1_sp.png) no-repeat center center;
  margin: 0 auto 30px;
}
#motor ul.tab_wrap li.vol2 h2{
  width: 100%;
  height: 175px;
  background: url(../images/motor_vol2_sp.png) no-repeat center center;
  margin: 0 auto 52px;
}
#motor ul.tab_wrap li.vol1 h3{
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0 0 10px 0;
}
#motor ul.tab_wrap li.vol1 h3 img{
  margin-right: 5px;
}
#motor ul.tab_wrap li.vol2 h3{
  width: 450px;
  height: 48px;
  background: url(../images/vol2_h3.png)no-repeat center center;
  margin: 0 auto 35px;
}

#motor ul.tab_wrap li.vol2 .motor_img{
  position: absolute;
  width: 222px;
  height: 296px;
  background: url(../images/motor_img_sp.png)no-repeat center center;
  top: 80px;
  right: 20px;
}

#motor ul.tab_wrap li.vol1 .graph_flex,
#motor ul.tab_wrap li.vol2 .vol2_flex02{
  width: 690px;
  margin: 0 auto;
}

/* コース別入着率 表 */
#motor ul.tab_wrap li.vol1 .flex01 table,
#motor ul.tab_wrap li.vol1 .rank table{
  width: 690px;
  border: 2px solid #000;
  border-collapse: collapse;
  margin: 0 auto 30px;
  font-family: "Roboto", sans-serif;
  /* font-family:"oswald", sans-serif; */
}
#motor ul.tab_wrap li.vol1 .flex01 table th{
  height: 50px;
  line-height: 52px;
  position: relative;
  border: 2px solid #000;
  background: #8A2500;
}
#motor ul.tab_wrap li.vol1 .flex01 table th:nth-child(1){
  background: #fff;
}
#motor ul.tab_wrap li.vol1 .flex01 table th p{
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 48%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#motor ul.tab_wrap li.vol1 .flex01 table td{
  font-size: 36px;
  width: 170px;
  height: 50px;
  line-height: 44px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
#motor ul.tab_wrap li.vol1 .flex01 table td:nth-of-type(1){
  font-size: 28px;
  width: 180px;
}
#motor ul.tab_wrap li.vol1 .flex01 table tr td:nth-of-type(1){background: #F35554; color: #fff;}
/* #motor ul.tab_wrap li .flex01 table tr:nth-child(2) td:nth-of-type(1){background: #E5E5E5;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(3) td:nth-of-type(1){background: #5E5E5E; color: #fff;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(4) td:nth-of-type(1){background: #E52B2B; color: #fff;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(5) td:nth-of-type(1){background: #3473F1; color: #fff;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(6) td:nth-of-type(1){background: #FFE005;}
#motor ul.tab_wrap li .flex01 table tr:nth-child(7) td:nth-of-type(1){background: #38BC3C; color: #fff;} */

#motor ul.tab_wrap li.vol1 .flex01 table tr:nth-child(n+2):nth-child(odd) td:not(:first-child) {
  background: #FCE5E2;
  /* background: #F3F3F3; */
}
#motor ul.tab_wrap li.vol1 .flex01 table td .small{
    font-size: 26px;
}

/* 決まり手＆配当傾向 円グラフ */
#motor ul.tab_wrap li.vol1 .kimarite{
  width: 690px;
  height: 416px;
  background: url(../images/kimarite_sp.png) no-repeat center center;
  margin: 0 auto 25px;
}
#motor ul.tab_wrap li.vol1 .haito{
  width: 690px;
  height: 380px;
  background: url(../images/haito_sp.png) no-repeat center center;
  margin: 0 auto 40px;
}
#motor ul.tab_wrap li.vol1 .kikan{
  font-size: 26px;
  font-weight: 400;
  line-height: 37px;
  margin-right: 30px;
  text-align: right;
}

/* 3連単出目ランキング 表 */
#motor ul.tab_wrap li.vol1 .rank h3{
  margin-left: 30px;
}
#motor ul.tab_wrap li.vol1 .rank table{
  margin: 0 auto 15px;
}
#motor ul.tab_wrap li.vol1 .rank table th{
  height: 50px;
  line-height: 52px;
  position: relative;
  border: 2px solid #000;
  background: #8A2500;
}
#motor ul.tab_wrap li.vol1 .rank table th p{
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 48%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#motor ul.tab_wrap li.vol1 .rank table td{
  font-size: 36px;
  width: 170px;
  height: 60px;
  line-height: 55px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
#motor ul.tab_wrap li.vol1 .rank table td:nth-of-type(1),
#motor ul.tab_wrap li.vol1 .rank table td:nth-of-type(3){
  font-size: 36px;
  width: 130px;
}
#motor ul.tab_wrap li.vol1 .rank table td:nth-of-type(2){
  font-size: 36px;
  width: 230px;
}
#motor ul.tab_wrap li.vol1 .rank table td:nth-of-type(4){
  font-size: 36px;
  width: 200px;
}
#motor ul.tab_wrap li.vol1 .rank table tr td:nth-of-type(1){
  background: #FE7832;
  color: #fff;
}
#motor ul.tab_wrap li.vol1 .rank table tr:nth-child(n+2):nth-child(odd) td:not(:first-child) {
  background: #FFF4CE;
}
#motor ul.tab_wrap li.vol1 .rank table td .yen{
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 2px;
}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi{
  margin: 0 auto 2px;
  display: inline-block;
}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku{
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  color: #fff;
}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku1{background: #fff;}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku2{background: #232323;}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku3{background: #E52B2B;}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku4{background: #3473F1;}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku5{background: #FFE005;}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku6{background: #38BC3C;}

#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku1,
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku5{
  color: #000;
  border: #000 solid 1px;
}
#motor ul.tab_wrap li.vol1 .rank table td span.kumi .waku{
  width: 42px;
  line-height: 41px;
  padding: 1px 0 0;
  margin: 0 3px;
  font-size: 31px;
}

/* VOL.2 三国注目モーターランキング */
#motor ul.tab_wrap li.vol2 .vol2_flex02 {
  width: 690px;
  margin: 0 auto 50px;
  display: flex;
  position: relative;
}
#motor ul.tab_wrap li.vol2 .wrap_pc:nth-child(2) .vol2_flex02:nth-child(5) {
  margin: 0 auto 16px;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop{
  position: absolute;
  width: 85px;
  height: 70px;
  top: -37px;
  left: -25px;
  z-index: 1;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no01{ background: url(../images/no1.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no02{ background: url(../images/no2.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no03{ background: url(../images/no3.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no04{ background: url(../images/no4.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no05{ background: url(../images/no5.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no06{ background: url(../images/no6.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no07{ background: url(../images/no7.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no08{ background: url(../images/no8.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no09{ background: url(../images/no9.png) no-repeat center center; }
#motor ul.tab_wrap li.vol2 .vol2_flex02 .rank_pop.no10{ background: url(../images/no10.png) no-repeat center center; }

#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num{
  width: 200px;
  height: 140px;
  /* margin: 0 auto; */
  margin-right: 2px
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no01{ background: #005DE9 url(../images/num01_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no02{ background: #005DE9 url(../images/num02_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no03{ background: #005DE9 url(../images/num03_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no04{ background: #005DE9 url(../images/num04_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no05{ background: #005DE9 url(../images/num05_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no06{ background: #005DE9 url(../images/num06_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no07{ background: #005DE9 url(../images/num07_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no08{ background: #005DE9 url(../images/num08_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no09{ background: #005DE9 url(../images/num09_sp.png) no-repeat center center;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_num.no10{ background: #005DE9 url(../images/num10_sp.png) no-repeat center center;}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .motor_data{
  width: 488px;
  height: 140px;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 table{
  width: 488px;
  /* border-collapse: collapse; */
  display: flex;
  font-family: "Roboto", sans-serif;
  /* font-family:"oswald", sans-serif; */
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table tr{
  width: 488px;
  display: flex;
  justify-content: space-between;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td{
  height: 90px;
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 56, 112, 0.6) 0%,   /* 明るめ（透明度高め） */
    rgba(0, 56, 112, 0.6) 50%,
    rgba(0, 56, 112, 0.9) 50%,  /* 濃いめ（透明度低め） */
    rgba(0, 56, 112, 0.9) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(1),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(2){
  width: 120px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(3),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(4),
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td:nth-child(5){
  width: 80px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td.rate-cell {
  background: linear-gradient(
    135deg,
    rgba(93, 75, 255, 0.9) 0%,
    rgba(93, 75, 255, 0.9) 50%,
    rgba(70, 49, 255, 0.9) 50%,
    rgba(70, 49, 255, 0.9) 100%
  );
  text-align: center;
  /* padding: 8px; */
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td p{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 table td div{
  font-size: 38px;
  color: #FAFF5D;
  position: absolute;
  top: 35px;
}

#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background: #00264B url(../images/zenkai_sp.png) no-repeat center center;
  display: flex;
  width: 488px;
  height: 48px;
  line-height: 48px;
  margin-top: 2px;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai .zenkai_txt{
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 65px 0 ;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p{
  font-size: 38px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p span.blue{ color: #5DFFE9;}
#motor ul.tab_wrap li.vol2 .vol2_flex02 .zenkai p span.red{ color: #F05656;}

#motor ul.tab_wrap li.vol2 .kikan{
  font-size: 26px;
  font-weight: 400;
  line-height: 37px;
  margin-right: 30px;
  text-align: right;
}
#motor ul.tab_wrap li.vol2 .kikan span{
  width: 23px;
  height: 23px;
  display: inline-block;
  border: 1px solid #000;
}
#motor ul.tab_wrap li.vol2 .kikan span.square_blue{
  background: #5DFFE9;
  margin-right: 5px;
}
#motor ul.tab_wrap li.vol2 .kikan span.square_red{
  background: #F05656;
  margin: 0 5px 0 10px;
}

/* コラム(vol.1&vol.2) */
#motor ul.tab_wrap li .column {
  width: 100%;
  height: 1049px;
  margin: 0 auto;
  padding-top: 112px;
  position: relative;
  z-index: 0;
}
#motor ul.tab_wrap li.vol2 .column {
  width: 100%;
  height: 1125px;
  margin: 0 auto;
  padding-top: 112px;
  position: relative;
  z-index: 0;
}
#motor ul.tab_wrap li.vol1 .column::after {
  content: "";
  width: 1075px;
  height: 1049px;
  background: url(../images/column01_bg_sp.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: -162px;
  z-index: -1;
  filter: drop-shadow(0 0 12px #750000);
}
#motor ul.tab_wrap li.vol2 .column::after {
  content: "";
  width: 1075px;
  height: 1125px;
  background: url(../images/column02_bg_sp.png) no-repeat center center;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: -162px;
  z-index: -1;
  filter: drop-shadow(0 0 12px #00005B);
}
#motor ul.tab_wrap li.vol1 .column .column01_tit{
  width: 596px;
  height: 108px;
  margin: 0 auto 33px;
  background: url(../images/column01_sp.png) no-repeat center center;
}
#motor ul.tab_wrap li.vol2 .column .column02_tit{
  width: 530px;
  height: 108px;
  margin: 0 auto 33px;
  background: url(../images/column02_sp.png) no-repeat center center;
}
#motor ul.tab_wrap li .column p {
  width: 690px;
  margin: 0 auto;
  text-align: justify;
  font-size: 28px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
#motor ul.tab_wrap li.vol1 .column p {
  color: #510000;
}
#motor ul.tab_wrap li.vol2 .column p {
  color: #00005B;
}
#motor ul.tab_wrap li.vol2 .column p span {
  background: #FFEF0A;
  padding: 0 6px;
}

}
