@charset "UTF-8";
/* =====================================================================


===================================================================== */

.globalHeader__items li:nth-child(2),
.globalHeader__items li:nth-child(3),
.globalHeader__items li:nth-child(4){
    display: none;
}
/*-----------------------------------------------*/
/* メインビジュアル --------------------------------*/
.mainviz {
    margin-top: 80px;
    text-align: center;
}
.mainviz .bg_main img{
    width: 100%;
}
.mainviz .term{
    display: inline-block;
    font-size: 30px;
    padding: 1em 2em;
    background: #555;
    margin: 100px auto 2em;
    border-radius: 10px;
    color: #fff;
}
.mainviz .term span {
    display: inline-block;
    padding: 0.2em;
    margin-right: 0.5em;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}
.mainviz .txt{
    display: inline-block;
    font-size: 30px;
    margin: 0 auto 2em;
    padding: 0 5.5em;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.mainviz .txt .fukidasi{
    position: absolute;
    right: 4em;
    bottom:0;
    width: 4em;
    height: 4em;
    color: #000;
    box-sizing: border-box;
}
.mainviz .txt .fukidasi img{
    width: 100%;
}
.end_title{
    max-width: 960px;
    width: 96%;
    border: 2px solid #cbaa2d;
    font-size: 22px;
    line-height: 1.3;
    margin: 100px auto 50px;
    padding: 38px 0;
    color: #cbaa2d;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    .mainviz {
        margin-top: 60px;
    }
    .mainviz .term{
        padding: 1em;
        margin: 50px auto 2em;
        font-size: 20px;
    }
    .mainviz .term span {
        display: block;
        width: 5em;
        margin: 0 auto 0.5em;
    }
    .mainviz .txt{
        display: block;
        padding: 0;
        font-size: 16px;
    }
    .mainviz .txt .fukidasi{
        width: 3.5em;
        height: 3.5em;
        right:1em;
    }
    .end_title{
        font-size: 4vw;
        padding: 4.4vw 0;
    }
}
/*-----------------------------------------------*/
/* プレゼント内容 --------------------------------*/
#probability .inner {
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
}
#probability .inner img{
    width: 100%;
}

@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    
}
/*-----------------------------------------------*/
/* プレゼント --------------------------------*/
#present .inner {
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
}
#present .inner img{
    width: 100%;
}

@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    
}
/*-----------------------------------------------*/
/* 対象レース --------------------------------*/
#target {
    padding: 50px 0;
    max-width: 650px;
    margin: 0 auto;
    background:none;
}
#target h2.subt{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #cbaa2d;
}
#target h3.date{
    text-align: center;
    font-size: 30px;
    margin: 1em auto;
    color: #fff;
}


@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    #target h2.subt{
        font-size: 30px;
        margin-bottom: 20px;
    }
    #target h3.date{
            font-size: 20px;
    }
    .timeSchedule__area{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 96%;
        margin: 0 auto;
    }
    #target .tbl_note{
        width: 96%;
        display: block;
        margin: 1em auto 0;
        padding: 1em;
        background-color: #737373;
        color: #e5e5e5;
        text-align: center;
        box-sizing: border-box;
        font-size: 12px;
    }
}
/*-----------------------------------------------*/
/* JBC発走時刻 -----------------------------------*/
.timeSchedule__box {
  background-color: #302708;
  padding-bottom: 100px;
}

.timeSchedule__box .timeSchedule__area {
  margin-top: 24px;
}

.timeSchedule__box .timeSchedule__area::-webkit-scrollbar {
  height: 2px;
}

.timeSchedule__box .timeSchedule__area::-webkit-scrollbar-track {
  background: #212121;
}

.timeSchedule__box .timeSchedule__area::-webkit-scrollbar-thumb {
  background: #fff;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  background: #666;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th {
  color: #fff;
  font-size: calc((15 * 0.1)  * 1rem);
  font-weight: normal;
  padding: 15px 5px 17px 0;
  text-align: left;
  line-height: 1.3;
}

@media only screen and (max-width: 1000px) {
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th {
    font-size: calc(((15 / 1000) * 100) * 1vw);
  }
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th:first-of-type {
  padding-left: 32px;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.raceName {
  width: 40%;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.course {
  width: 25%;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.number {
  width: 17.5%;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.time {
  width: 17.5%;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.9);
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td {
  font-size: calc((15 * 0.1)  * 1rem);
  padding: 12px 0;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td {
    font-size: calc(((15 / 1000) * 100) * 1vw);
  }
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td:first-of-type {
  padding-left: 32px;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td a {
  text-decoration: underline;
}

.timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .timeSchedule__box {
    padding-bottom: 75px;
  }
  .timeSchedule__box .timeSchedule__area {
    margin-top: 18px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: scrollbar !important;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table {
    width: 450px;
    border-collapse: collapse;
    margin-bottom: 25px;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th {
    font-size: calc(((24 / 2) * 0.1) * 1rem);
    padding: 8px 5px 8px 0;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th:first-of-type {
    padding-left: 25px;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.raceName {
    width: 40%;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.course {
    width: 25%;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.number {
    width: 17.5%;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table thead th.time {
    width: 17.5%;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td {
    font-size: calc(((24 / 2) * 0.1) * 1rem);
    padding: 8px 0 9px;
  }
  .timeSchedule__box .timeSchedule__area .timeSchedule__table tbody tr td:first-of-type {
    padding-left: 25px;
  }
}

/*-----------------------------------------------*/
/* 流れ --------------------------------*/
#flow{padding:50px 0;}
#flow .inner{
    max-width: 800px;
    width: 96%;
    margin: 0 auto;
}
#flow .txt {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
#flow .flowimg{
    padding: 2em 4em;
    margin-top: 1em;
    text-align: center;
}
#flow .flowimg img{
    width: 100%
}
@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    #flow .txt {
        font-size: 20px;
    }
}
/*-----------------------------------------------*/
/* 応募ボタン --------------------------------*/
.link{
    padding:50px 0;
    text-align: center;
}
.link a{
    display: inline-block;
    background: #f00;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.link a:hover{
    background: #c7aa45;
}
.link .btn_gray{
	display: inline-block;
	background-color: #555;
	border-radius: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.btn .label{display: none;}
@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    .link img{
        width: 94%;
    }
}
/*-----------------------------------------------*/
/* 応募要項 --------------------------------*/
#requirements{
    padding:50px 0;
    color: #fff;
}
#requirements .inner{
    max-width: 800px;
    width: 85%;
    margin: 0 auto;
}
#requirements .inner h3{
    margin-top: 1em;
}
#requirements .inner h3,
#requirements .inner p,
#requirements .inner li{
    font-size: 20px;
}
#requirements .pt_1 li{
    font-size: 14px;
}
#requirements a{
	color: #005CFF;
}
li:before{
    counter-reset: qumeru-counter;
    list-style: none;
}
#requirements .list_ti_2{
    list-style: disc;
    margin-left: 3em;
}
#requirements .list_ti_3{
    margin-left: 3em;
}
#requirements .list_ti_3 li{
    counter-increment: cnt;
}
#requirements .list_ti_3 li:before {
    content: counter(cnt)". ";
    margin-left: -1.3em;
}
#requirements .list_ti_4{
    padding-left: 3em;
}
#requirements .list_ti_4 li:before {
    content: "※ ";
    margin-left: -1.4em;
}

#requirements .list_ti_5{
    padding-left: 3em;
}
#requirements .list_ti_5 li{
    counter-increment: cnt;
}
#requirements .list_ti_5 li:before {
    content: "("counter(cnt)") ";
    margin-left: -1.8em;
}
@media only screen and (max-width: 1000px) {
  
}

@media only screen and (max-width: 767px) {
    #requirements .inner h3,
    #requirements .inner p,
    #requirements .inner li{
        font-size: 16px
    }
}
/*-----------------------------------------------*/
/* 追従ボタン --------------------------------*/
.fix_link{
    display: none;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
    /*.globalFooter{
        padding-bottom: 75px;
    
    .fix_link{
        display: block;
        position: fixed;
        left: 0;
        bottom:0;
        background-color: rgba(0,0,0,0.80);
        padding: 1em;
        text-align: ceter;
    }}*/
    .fix_link img{
        width: 100%;
    }
    /*.pagetopBtn__area{
        bottom: 90px!important;
    }*/
}