@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  /*max-width: 1000px;*/
  margin: 0 auto;
  /*background: rgb(80,2,12);
  background: linear-gradient(180deg, rgb(80,2,12) 0%, rgb(147 6 25) 50%, rgba(80,2,12,1) 100%);*/
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: top;
}
area{
  border: none;
  outline: none;
}
a img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img{
  opacity: 0.7;
}

/*header*/
#header {
  position: relative;
  /*max-width: 1000px;*/
}
#header img {
  width: 100%;
  /*max-width: 1000px;*/
}
.header_upper {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3.8%;
 
}
ul {
  margin: 0;
  width: 100%;
}
ul li {
  list-style: none;
  display: inline-block;
}
.logo {
  width: 7%;
  margin-left: 8.5%;
}

.logo a {
  display: block;
}

.logo a img {
  opacity: 1;
}

.logo a:hover img {
  opacity: 0.7;
}

#header_right {
  line-height: 1;
  padding: 0;
  padding-left: 20px;
}

.icon {
  width: 2%;
  margin-left: 20px;
}

.icon a {
  display: block;
}

.icon a img{
  opacity: 1;
}

.icon a:hover img{
  opacity: 0.7;
}


.headline {
  width: 16%;
}
/*header_main*/
.kv_bg {
  width: 100%;
}
.kv_sub-copy {
  opacity: 0;
  position: absolute;
  width: 24%;
  top: 22%;
  left: 20.7%;
  animation: sub_copy 2s cubic-bezier(0.25, 1, 0.5, 1) .1s forwards;
}
.kv_main-copy {
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 50%;
  top: 23%;
  left: 8.5%;
  animation: main_copy 4s cubic-bezier(0.25, 1, 0.5, 1) .6s forwards;
}
.kv_sub-copy_under {
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 49%;
  bottom: 17%;
  left: 9%;
  animation: main_copy 4s cubic-bezier(0.25, 1, 0.5, 1) .6s forwards;
}
.kv_period {
  position: absolute;
  width: 39%;
  bottom: 9%;
  left: 12.6%;
}
/*kv_animesion*/
@keyframes main_copy {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes sub_copy {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*ナビ*/

#nav {
  margin-top: 8px;
  background-color: #de0121;
}

#nav > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#nav > .top,
#nav > .bottom {
  line-height: 0;
}

#nav > .top {
  background-image: url("../image/bg_nav_top.png");
  background-repeat: repeat-x;
  height: 7px;
  background-position: left top;
}

#nav > .bottom {
  background-image: url("../image/bg_nav_bottom.png");
  background-repeat: repeat-x;
  height: 25px;
  background-position: left top;
}

#nav > .inner a {
  display: block;
}



#nav > .inner .btn_line {
  display: flex;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}

.entry_banner {
  background: linear-gradient(45deg, #eebe47, #a2621e);
  text-align: center;
  padding: 40px 11% 20px;
}
/*.entry_banner img {
  width: 77.4%;
  max-width: 1000px;
}
*/
.entry_banner > .inner {
  display: flex;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}

.entry_banner > .inner > .txt {
  flex: 4;
  margin-right: 10px;
}

.entry_banner > .inner > .btn {
  flex: 1
}

.entry_banner > .inner > .btn a {
  display: block;
}

.derby_banner {
  background-color: #fff;
  text-align: center;
  padding: 0 11%;
  max-width: 1020px;
  margin: 0 auto;
}

.derby_banner a {
  display: block;
}
.db_bn_flex,.db_bn_inner-flex{
	display: flex;
	align-items: center;
}

.db_bn_btn{
	padding-left: 2%;
}
.db_bn_r3{
	width: 83%;
	padding-top: 15px;
}
.db_bn_left{
	padding-right: 1%;
  width: 32%;
}

.db_bn_right {
  flex: 1;
}

/*賞品紹介*/
#prize {
  text-align: center;
  background-color: #de0121;
  position: relative;
}
.prize_main {
  width: 100%;
  z-index: 2;
  max-width: 1200px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.slider_01, .slider_02 {
  padding: 15px 20px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 780px;
  z-index: 2;
}
.slider_01,.slider_02  {
	 background: #000;
}

.slide_1 {
  width: 450px;
}


.slider_card {
  visibility: hidden;
  transition: .3s;
  z-index: -1;
}

.slider_card.active {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}


.modal.active {
  opacity: 1;
  visibility: visible;
}
 .close_1,.close_2 {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  font-size: 350%;
  line-height: 1;
  z-index: 10;
  color: #fff;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  color: transparent;
  transition: opacity 0.5s;
  z-index: 10;
	
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 36px;
  height: 36px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  right: 10px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  left: 10px;
  transform: rotate(-135deg);
}


/*参加方法*/
.join_cp {
  width: 100%;
  border: solid #e60012 18px;
  max-width: 1200px;
  box-sizing: border-box;
}

.join_cp_bg {
  background-color: #de0121;
  box-sizing: border-box;
  position: relative;
}

.join_cp_btn {
  position: absolute;
  width: 53%;
  max-width: 700px;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#join {
  text-align: center;
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
}

#join a.mail {
  display: block;
}

.join, .jn_1, .jn_1_btn {
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
}
.join1 {
  padding-top: 89px;
  margin-bottom: 32px;
  max-width: 720px;
}
.join1_btn {
  max-width: 680px;
}
.join2 {
  /*padding-top: 77px;*/
  margin-bottom: 88px;
  margin-top: 88px;
  max-width: 1000px;
}
.join3 {
  margin-bottom: 30px;
  max-width: 420px;
}

.r-inner::-webkit-scrollbar{
  width: 10px;
}
.r-inner::-webkit-scrollbar-track{
  background: #e6e6e6;
  border: none;
  border-radius: 6px;
}
.r-inner::-webkit-scrollbar-thumb{
  background: #dd0000;
  border-radius: 6px;
  box-shadow: none;
}

.r-inner {
    scrollbar-width: 10px;
    scrollbar-color: #dd0000 #e6e6e6;
}


/*応募規約*/
#terms {
  background-color: #fff;
  width:70%;
  max-width: 740px;
  position: relative;
  margin: 0 auto;
  border: 5px solid #dd0000;
  background: white;
  border-radius: 10px;
  padding:10px 15px;
  box-sizing: border-box;
}
.r-inner {
  /*padding: 15px 10px;*/
  text-align: left;
  width: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 222px;
  padding-right:15px;
}
.ps__rail-x, .ps__rail-y {
  opacity: 1;
}
.ps__thumb-y {
  background-color: #dd0000 !important;
  width: 11px;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  background-color: #e6e6e6 !important;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #dd0000 !important;
}
.ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
#terms .ps__rail-y {
  opacity: 1;
}
.terms_text p, .text_black, .terms_text li {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.9rem;
  margin: 0;
}
.terms_text p, .terms_text li {
  color: #231815;
}
.terms_text ul {
  padding: 0;
}
.text_black {
  color: #dd0000;
}

.text_wrapper + .text_wrapper {
  margin-top: 1em;
}

.text_wrapper a {
  color: #dd0000;
  text-decoration: underline;
}
/*アコーディオン*/
.acc > dt {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 123%;
  border-top: 2px solid #000;
  /*border-bottom: 2px solid #000;*/
  border-bottom: 10px solid #FFF;
  padding: 0.35em 0;
}

.acc > dt.active {
  border-bottom: none;
}

.acc > dt:hover {
  cursor: pointer;
}
.acc > dt:after {
  content: "\25bc";
  margin: 0 0 0 0.5em;
}
.acc > dt.active:after {
  content: "\25b2";
}
.acc > dd {
  display: none;
  margin: 1em 0 0 0;
}
.acc > dt.active + dd {
  display: block;
}

dl.accbox {
  margin-top: 0;
  text-align: left;
}
/*Q&A*/
.qa_title {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
#qa {
  width: 70%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0.5em 0 2.5em 0;
}
.text{
	text-align: left;
}
#qa .qawrap {
  padding: 1em;
  color: #000;
  border-radius: 0.5em;
  font-size: 1rem;
}
#qa .qawrap p {
  margin: 0 0 1em 0;
}
#qa .accbox > dt {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: 700;
}
#qa dt:hover {
  cursor: pointer;
}
#qa .accbox > dt:after {
  content: "\25bc";
  position: absolute;
  right: 0;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px;
  line-height: 1;
  font-size: 0.7rem;
}
#qa .accbox > dt.active:after {
  content: "\25b2";
  border: 1px solid #bbb;
  color: #bbb;
}
#qa .accbox > dt .icon {
  /*flex-basis: 3%;*/
  margin: 0 12px 0 0;
}
#qa .accbox > dt .text {
  flex-basis: 80%;
}
#qa .accbox > dd {
  display: none;
  border-bottom: 1px solid #000;
  margin: 1em 0;
  padding: 0 0 1em 0;
}
#qa .accbox > dt.active + dd {
  display: block;
}
#qa .accbox > dd .icon {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-weight: bold;
}
#qa .accbox > dd .text {
  width: 88%;
  display: inline-block;
  vertical-align: top;
}
#qa dd {
  background-color: #fff;
  margin: 0;
}
.sp_show {
  display: none;
}
.pc_show {
  display: inline-block
}
@media screen and (max-width: 768px) {
  .sp_show {
    display: inline-block !important;
  }
  .pc_show {
    display: none;
  }
}
/*club JRA-Netとは*/
#jra-net {
  background-color: #e60012;
  text-align: center;
}

#jra-net .cjn_btn {
  padding-top: 52px;
  padding-bottom: 84px;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

#jra-net .cjn_btn a {
  display: block;
}

.jn_1, #howto {
  padding-top: 56px;
  max-width: 720px;
}

/*フッター*/
#footer {
  font-weight: 600;
  background-color: #FFF;
  text-align: center;
}

.db_banner {
  background-image: url("../image/bg_db_banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 10px;
  border-top: 10px solid #d6a13a;
}

.db_banner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
}

.db_banner > .inner > .txt {
  flex: 1;
  margin-right: 10px;
}

.db_banner > .inner > .btn {
  width: 200px;
}

.db_banner > .inner > .btn a {
  display: block;
}

.footer_text {
  text-align: left;
  max-width: 880px;
  margin: 20px auto 0;
}

.footer_text p {
  margin: 0;
  font-size: 0.85rem;
}

.footer_text p + p {
  margin-top: 5px;
}

.jra-van_link {
  margin-top: 69px;
  margin-bottom: 30px;
}

.tw_link {
  text-align: center;
}

.tw_link p {
  display: inline;
}


.jra-van {
  width: 61%;
  max-width: 610px;
}
.footer_tw {
  margin: 0 auto;
}
.footer_tw img {
  width: 3%;
}
.footer_tw p {
  font-size: 0.6875rem;
  color: #000;
  margin: 0 auto;
}

.footer_logo_link {
  margin-top: 36px;
  margin-bottom: 25px;
}

.footer_logo {
  width: 9.9%;
  margin: 0 auto;
}

#small {
  display: block;
  background-color: #384447;
  color: #fff;
  font-weight: medium;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.6875rem;
  padding: 10px 0;
}

#page_top{
  width: 44px;
  height: 44px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000000;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

#page_top a{
  position: relative;
  display: block;
  /*width: 50px;
  height: 50px;*/
  text-decoration: none;
  font-size: 1.8rem;
  color: #FFF;
}

#terms::-webkit-scrollbar{
  width: 10px;
}
#terms::-webkit-scrollbar-track{
  background: #e6e6e6;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
#terms::-webkit-scrollbar-thumb{
  background: #dd0000;
  border-radius: 10px;
  box-shadow: none;
}

/*表示のエフェクト*/
  .mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
  }


img.mfp-img {
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
