@charset "UTF-8";

/*******************************
共通CSS
********************************/


/***********************************************************************
「★PC・タブレット版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {

#pick.pick {
  background: 
  url(../images/dento_bg_accent.png) no-repeat, 
  url(../images/dento_bg_accent.png) no-repeat, 
  #00935F;
  background-position: 150% 36%, -50% 80%;
  border: 15px solid; /* 枠の太さ */
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #DD80FF, #1C38C1); /* グラデーションの方向と色 */
  /* margin-bottom: -280px; */
}

#pick .pick_bg {
  background: rgba(0, 0, 0, .8);
  margin: 0 auto;
  padding: 54px calc(320px - 20px) 48px;
  position: relative;
  overflow: hidden;
}
  
#pick .pick_tit {
  background: url(../images/pick_tit.png) no-repeat center;
  width: 100%;
  height: 208px;
  position: relative;
}
#pick .pick_huki{
  position: absolute;
  width: 248px;
  height: 230px;
  top: -40px;
  right: 80px;
  background: url(../images/huki.png);
}
#pick .pick_day{
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  color: #3AFFC3;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  line-height: 38px;
  position: relative;
  margin-top: 36px;
}
#pick .pick_day span:nth-of-type(1){
  font-weight: 600;
  font-size: 24px;
  vertical-align: 2px;
  margin-left: -8px;
}
#pick .pick_day span:nth-of-type(2){
  font-weight: 600;
  font-size: 28px;
  vertical-align: 3px;
  display: inline-block;
  border: 1px solid #3AFFC3;
  padding: 0 20px;
  /* width: 3em; */
}
#pick .pick_day::before,#pick .pick_day::after{
  display: inline-block;
  width: 488px;
  border: 1px solid #3AFFC3;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#pick .pick_day::before{
  left: 0;
}
#pick .pick_day::after{
  right: 0;
}

#pick .pick_content .race-swiper{
  position: relative;
}
#pick .pick_content .pick_race{
  border: #3AFFC3 2px solid;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  padding-bottom: 20px;
}
#pick .pick_content .pick_race h2{
  display: inline-block;
  width: 100%;
  line-height: 56px;
  font-size: 40px;
  background: #3AFFC3;
  text-align: center;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0 0 20px;
}

#pick .pick_content .pick_race table{
  width: 600px;
  border: #E2FB00 solid 1px;
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  text-align: center;
  border-collapse:collapse;
  margin-left: 20px;
}
#pick .pick_content .pick_race table th{
  font-size: 24px;
  line-height: 32px;
  color: #E2FB00;
  font-weight: 500;
  width: 95px;
}
#pick .pick_content .pick_race table th:nth-of-type(3){
  width: auto;
}
#pick .pick_content .pick_race table td{
  border: #E2FB00 solid 1px;
  box-sizing: border-box;
  line-height: 40px;
  position: relative;
}
#pick .pick_content .pick_race table tbody tr:nth-of-type(odd){
  background: rgba(226, 251, 0, 0.2);
}
#pick .pick_content .pick_race table tr:nth-of-type(1) td:nth-of-type(1){
  background: #E6E6E6;
  color: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(2) td:nth-of-type(1){
  background: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(3) td:nth-of-type(1){
  background: #950000;
}
#pick .pick_content .pick_race table tr:nth-of-type(4) td:nth-of-type(1){
  background: #281DC2;
}
#pick .pick_content .pick_race table tr:nth-of-type(5) td:nth-of-type(1){
  background: #DBEB00;
  color: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(6) td:nth-of-type(1){
  background: #1A6300;
}
#pick .pick_content .pick_race table td img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#pick .pick_content .pick_race table td.yoso00{
}
#pick .pick_content .pick_race table td.yoso01{
  background: url(../images/yoso01.png)no-repeat center center;
}
#pick .pick_content .pick_race table td.yoso02{
  background: url(../images/yoso02.png)no-repeat center center;
}
#pick .pick_content .pick_race table td.yoso03{
  background: url(../images/yoso03.png)no-repeat center center;
}
#pick .pick_content .pick_race table td.yoso04{
  background: url(../images/yoso04.png)no-repeat center center;
}

#pick .pick_content div.right{
  width: 600px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
#pick .pick_content h3.focus_mida{
  display: inline-block;
  width: 100%;
  height: 35px;
  border: #E2FB00 solid 1px;
  border-radius: 35px;
  font-size: 24px;
  color: #E2FB00;
  text-align: center;
  line-height: 35px;
  margin: 0;
}
#pick .pick_content .focus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  font-family: "roboto";
  font-weight: 600;
  height: 30px;
  padding: 12px 16px;
  width: calc(600px - 30px);
  color: #fff;
}
#pick .pick_content .focus span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  box-sizing: border-box;
}
#pick .pick_content .focus span.num1 {
  background: #fff;
  color: #000;
}
#pick .pick_content .focus span.num2 {
  background: #000;
  color: #fff;
  border: #888 1px solid;
}
#pick .pick_content .focus span.num3 {
  background: #FF0000;
  color: #fff;
}
#pick .pick_content .focus span.num4 {
  background: #0C4DFF;
  color: #fff;
  border: #888 1px solid;
}
#pick .pick_content .focus span.num5 {
  background: #EEFF00;
  color: #000;
}
#pick .pick_content .focus span.num6 {
  background: #299D00;
  color: #fff;
}

#pick .pick_content .right div.kisha{
  width: calc(100% - 20px);
  border: #E2FB00 solid 1px;
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: justify;
}
#pick .pick_content .right div.kisha h3{
  color: #E2FB00;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}
#pick .pick_content .right div.kisha p{
  margin: 10px 0 4px ;
}

#pick .pick_content .right div.kisha span{
  color: #E2FB00 !important;
}

#pick .swiper-button-next, #pick .swiper-container-rtl .swiper-button-prev {
  background: url(../images/pick_swiper_nav.png) no-repeat center center / contain;
  width: 100px;
  height: 107px;
  right: -130px;
  left: auto;
  top: 180px;
  transition: all 0.2s;
}
#pick .swiper-button-prev, #pick .swiper-container-rtl .swiper-button-next {
  background: url(../images/pick_swiper_nav.png) no-repeat center center / contain;
  width: 100px;
  height: 107px;
  left: -130px;
  right: auto;
  top: 180px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
#pick .swiper-button-next.swiper-button-disabled, #pick .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  transition: all 0.2s;
}

#pick .racer .racer_tit{
  width: 100%;
  height: 102px;
  background: url(../images/racer_tit.png) no-repeat center center;
  margin-top: 24px;
}
#pick .racer ul{
  display: flex;
  padding: 0 30px;
  height: 320px;
  justify-content: center;
}
#pick .racer ul li{
  display: flex;
  width: 600px;
  height: 320px;
  align-items: flex-end;
}
#pick .racer ul li img{
  width: 200px;
}
#pick .racer ul li div{
  height: 292px;
  background: #5B5A5A;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #fff;
}
#pick .racer ul li div h3{
  font-size: 34px;
  color: #E2FB00;
  font-weight: 800;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0;
  padding: 16px 24px 8px;
  border-bottom: 1px solid #fff;
}
#pick .racer ul li div h3 span{
  color: #5B5A5A;
  display: inline-block;
  width: 50px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 16px;
}
#pick .racer ul li div h3 span.num1 {
  background: #fff;
}
#pick .racer ul li div h3 span.num2 {
  background: #000;
}
#pick .racer ul li div h3 span.num3 {
  background: #FF0000;
}
#pick .racer ul li div h3 span.num4 {
  background: #0C4DFF;
}
#pick .racer ul li div h3 span.num5 {
  background: #EEFF00;
}
#pick .racer ul li div h3 span.num6 {
  background: #299D00;
}
#pick .racer ul li div h4{
  font-size: 28px;
  font-weight: 800;
  margin: 14px 24px 8px;
}
#pick .racer ul li div p{
  font-size: 16px;
  margin: 20px 24px;
}

}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {

#pick.pick {
  background: 
  url(../images/dento_bg_accent.png) no-repeat, 
  url(../images/dento_bg_accent.png) no-repeat, 
  #00935F;
  background-position: 45% -530%, 59% 260%;
  border: 20px solid; /* 枠の太さ */
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #DD80FF, #1C38C1); /* グラデーションの方向と色 */
}

#pick .pick_bg {
  background: rgba(0, 0, 0, .8);
  margin: 0 auto;
  padding: 76px 0 0;
  position: relative;
  overflow: hidden;
}
  
#pick .pick_tit {
  background: url(../images/pick_tit_sp.png) no-repeat center;
  width: 100%;
  height: 356px;
  position: relative;
}
#pick .pick_huki{
  position: absolute;
  width: 240px;
  height: 234px;
  top: -92px;
  right: -16px;
  background: url(../images/huki_sp.png);
}
#pick .pick_day{
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  color: #3AFFC3;
  font-weight: 800;
  font-size: 64px;
  text-align: center;
  line-height: 60px;
  position: relative;
  margin-top: 36px;
}
#pick .pick_day span:nth-of-type(1){
  font-weight: 600;
  font-size: 36px;
  vertical-align: 2px;
  margin-left: -8px;
}
#pick .pick_day span:nth-of-type(2){
  font-weight: 600;
  font-size: 50px;
  vertical-align: 5px;
  display: inline-block;
  border: 1px solid #3AFFC3;
  padding: 0 20px;
  /* width: 3em; */
}
#pick .pick_day::before,#pick .pick_day::after{
  display: inline-block;
  width: 120px;
  border: 1px solid #3AFFC3;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#pick .pick_day::before{
  left: 0;
}
#pick .pick_day::after{
  right: 0;
}

#pick .pick_content .race-swiper{
  position: relative;
  height: auto;
  width: 688px;
  margin: auto;
  background: none;
}
#pick .pick_content .pick_race{
  margin:auto;
  border: #3AFFC3 2px solid;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  padding-bottom: 16px;
  box-sizing: border-box;
  background: none;
}
#pick .pick_content .pick_race h2{
  display: inline-block;
  width: 100%;
  line-height: 64px;
  font-size: 50px;
  background: #3AFFC3;
  text-align: center;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0 0 20px;
  color: #000;
}

#pick .pick_content .pick_race table{
  width: 656px;
  border: #E2FB00 solid 1px;
  box-sizing: border-box;
  color: #fff;
  font-size: 32px;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  text-align: center;
  border-collapse:collapse;
  margin: auto;
}
#pick .pick_content .pick_race table th{
  font-size: 26px;
  line-height: 32px;
  color: #E2FB00;
  font-weight: 500;
  width: 95px;
}
#pick .pick_content .pick_race table th:nth-of-type(3){
  width: auto;
}
#pick .pick_content .pick_race table td{
  border: #E2FB00 solid 1px;
  box-sizing: border-box;
  line-height: 52px;
  position: relative;
}
#pick .pick_content .pick_race table tbody tr:nth-of-type(odd){
  background: rgba(226, 251, 0, 0.2);
}
#pick .pick_content .pick_race table tr:nth-of-type(1) td:nth-of-type(1){
  background: #E6E6E6;
  color: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(2) td:nth-of-type(1){
  background: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(3) td:nth-of-type(1){
  background: #950000;
}
#pick .pick_content .pick_race table tr:nth-of-type(4) td:nth-of-type(1){
  background: #281DC2;
}
#pick .pick_content .pick_race table tr:nth-of-type(5) td:nth-of-type(1){
  background: #DBEB00;
  color: #000;
}
#pick .pick_content .pick_race table tr:nth-of-type(6) td:nth-of-type(1){
  background: #1A6300;
}
#pick .pick_content .pick_race table td img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
}
#pick .pick_content .pick_race table td.yoso00{
}
#pick .pick_content .pick_race table td.yoso01{
  background: url(../images/yoso01.png)no-repeat center center/contain;
}
#pick .pick_content .pick_race table td.yoso02{
  background: url(../images/yoso02.png)no-repeat center center/contain;
}
#pick .pick_content .pick_race table td.yoso03{
  background: url(../images/yoso03.png)no-repeat center center/contain;
}
#pick .pick_content .pick_race table td.yoso04{
  background: url(../images/yoso04.png)no-repeat center center/contain;
}

#pick .pick_content div.right{
  width: 656px;
  margin: auto;
}
#pick .pick_content h3.focus_mida{
  display: inline-block;
  width: 100%;
  height: 56px;
  border: #E2FB00 solid 1px;
  border-radius: 35px;
  font-size: 32px;
  color: #E2FB00;
  text-align: center;
  line-height: 56px;
  margin: 32px 0 0;
}
#pick .pick_content .focus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  line-height: 72px;
  font-size: 64px;
  font-family: "roboto";
  font-weight: 400;
  padding: 0 36px 32px;
  color: #fff;
}
#pick .pick_content .focus span {
  display: inline-block;
  text-align: center;
  width: 72px;
  height: 72px;
  margin: 20px 2px 0;
  box-sizing: border-box;
  font-weight: 600;
}
#pick .pick_content .focus span.num1 {
  background: #fff;
  color: #000;
}
#pick .pick_content .focus span.num2 {
  background: #000;
  color: #fff;
  border: #888 1px solid;
}
#pick .pick_content .focus span.num3 {
  background: #FF0000;
  color: #fff;
}
#pick .pick_content .focus span.num4 {
  background: #0C4DFF;
  color: #fff;
  border: #888 1px solid;
}
#pick .pick_content .focus span.num5 {
  background: #EEFF00;
  color: #000;
}
#pick .pick_content .focus span.num6 {
  background: #299D00;
  color: #fff;
}

#pick .pick_content .right div.kisha{
  width: calc(100% - 40px);
  border: #E2FB00 solid 1px;
  padding: 20px;
  color: #fff;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
#pick .pick_content .right div.kisha h3{
  color: #E2FB00;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
}
#pick .pick_content .right div.kisha p{
  margin: 10px 0 4px ;
}
#pick .pick_content .right div.kisha span{
  color: #E2FB00 !important;
}

#pick .swiper-button-next, #pick .swiper-container-rtl .swiper-button-prev {
  background: url(../images/pick_swiper_nav.png) no-repeat center center / contain;
  width: 140px;
  height: 235px;
  right: -40px;
  left: auto;
  top: 430px;
  transition: all 0.2s;
}
#pick .swiper-button-prev, #pick .swiper-container-rtl .swiper-button-next {
  background: url(../images/pick_swiper_nav.png) no-repeat center center / contain;
  width: 140px;
  height: 235px;
  left: -40px;
  right: auto;
  top: 430px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
#pick .swiper-button-next.swiper-button-disabled, #pick .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  transition: all 0.2s;
}

#pick .racer .racer_tit{
  width: 100%;
  height: 132px;
  background: url(../images/racer_tit.png) no-repeat center center / 1700px;
  margin-top: 28px;
}
#pick .racer ul{
  width: 688px;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}
#pick .racer ul li{
  display: flex;
  align-items: flex-end;
  margin : 32px 0;
}
#pick .racer ul li img{
  width: 270px;
}
#pick .racer ul li div{
  width: 420px;
  background: #5B5A5A;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #fff;
}
#pick .racer ul li div h3{
  font-size: 40px;
  color: #E2FB00;
  font-weight: 800;
  font-family: 'Roboto', "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0;
  padding: 16px 24px 8px;
  border-bottom: 1px solid #fff;
}
#pick .racer ul li div h3 span{
  color: #5B5A5A;
  display: inline-block;
  width: 50px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 16px;
}
#pick .racer ul li div h3 span.num1 {
  background: #fff;
}
#pick .racer ul li div h3 span.num2 {
  background: #000;
}
#pick .racer ul li div h3 span.num3 {
  background: #FF0000;
}
#pick .racer ul li div h3 span.num4 {
  background: #0C4DFF;
}
#pick .racer ul li div h3 span.num5 {
  background: #EEFF00;
}
#pick .racer ul li div h3 span.num6 {
  background: #299D00;
}
#pick .racer ul li div h4{
  font-size: 34px;
  font-weight: 800;
  margin: 14px 24px 8px;
}
#pick .racer ul li div p{
  font-size: 31px;
  margin: 20px 24px 22px;
}

}

/***********************************************************************
anime
**********************************************************************/

