@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
BASE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
  .notPc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pcOnly {
    display: none !important;
  }
  .notPc {
    display: block;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

body {
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
MODULE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
LAYOUT
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ヘッダースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

.headerInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.4vw 1.6vw;
  margin: auto;
  max-width: 750px;
}

.headerLogo {
  width: 13.33vw;
  margin-right: 2.6vw;
}

.headerIcon {
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1px;
  margin-bottom: 1vw;
}

.headerText {
  width: 32.26vw;
  height: 3.2vw;
  margin-bottom: 0.8vw;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  フッタースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.footer {
  padding: 6vw 0 8vw;
  margin: auto;
  background: #f00000;
  text-align: center;
}

.footer_bnr {
  width: 92vw;
  margin: auto;
}

.footer_bnr.-first {
  margin-bottom: 2.6vw;
}

.footer_bnr.-second {
  margin-bottom: 4vw;
}

.footer_bottom {
  width: 94.66vw;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer_logo {
  width: 16vw;
}

.footer_copyright {
  width: 74.66vw;
  height: auto;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通スタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-ttl {
  width: 78.4vw;
  margin: auto;
}

.c-inactive {
  opacity: 1 !important;
  cursor: default;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
PAGE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  トップページ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  opacity: 0;
  color: #ffffff;
  background: #f00000;
}

body.is-show {
  opacity: 1;
}

a {
  color: #ffffff;
}

@media (min-width: 751px) {
  img {
    width: 100%;
    max-width: none;
  }
}

.main {
  position: relative;
  margin: auto;
}

/*
  トップページ ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
.fvTtl {
  position: absolute;
  top: 13.7vw;
  width: 100%;
  text-align: center;
}

.fvTtl img {
  width: 85.6vw;
}

.fv_entryLink {
  margin-top: -8.6vw;
}

.fv_entryPeriod {
  background: #000000;
  padding-top: 3.73333vw;
}

.linkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 4.26667vw 0 4.8vw;
  background: #000000;
}

@media (max-width: 750px) {
  .linkList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 750px) {
  .linkItem {
    height: 8vw;
  }
}

@media (max-width: 750px) {
  .linkItem:nth-child(1) {
    margin-left: 20vw;
    margin-bottom: 1.6vw;
  }
}

@media (max-width: 750px) {
  .linkItem:nth-child(2) {
    margin-right: 20vw;
    margin-bottom: 1.6vw;
  }
}

.linkItem img {
  height: 100%;
}

/*
  トップページ 賞品
ーーーーーーーーーーーーーーーーーー*/
.sec-prize {
  margin-top: -27.33333vw;
  padding-top: 10vw;
}

.prizeTtl {
  margin-bottom: 9.33333vw;
}

.prizeItem.-prizea {
  position: relative;
  z-index: 1;
}

.prizeItem.-prizeb {
  margin-top: -22.66667vw;
}

.wchance {
  padding-top: 25.33333vw;
  padding-bottom: 1vw;
  margin-top: -7.46667vw;
  background: url(../images/wchance_bg.png) no-repeat top center/cover;
}

.wchanceTtl {
  margin-bottom: 8.26667vw;
}

.wchanceItem.-first {
  margin-bottom: 10.4vw;
}

.prizeNotes {
  width: 83.33vw;
  margin: 1.8vw auto 0;
}

.prize_all {
  background: #ffffff;
}

/*
  トップページ 間の画像
ーーーーーーーーーーーーーーーーーー*/
.sec-sectionImage.-first {
  position: relative;
  z-index: 2;
  margin-top: -20.4vw;
}

.sec-sectionImage.-second {
  margin-top: -12.8vw;
}

/*
  トップページ スペシャルコンテンツ導線
ーーーーーーーーーーーーーーーーーー*/
.sec-spContents {
  position: relative;
  height: 182.8vw;
}

.spContents_main {
  position: absolute;
  width: 100%;
  margin-top: -24vw;
  text-align: center;
}

.spContents_btn {
  position: absolute;
  bottom: 58vw;
  right: 2vw;
  width: 66.13vw;
  text-align: right;
}

/*
  トップページ 応募方法
ーーーーーーーーーーーーーーーーーー*/
.sec-howtoapply {
  position: relative;
  z-index: 2;
  margin-top: -48vw;
  padding-top: 10vw;
}

.howtoapplyTtl {
  margin-bottom: 9.86667vw;
}

.howtoapply_stepsImage_01 {
  width: 74.93vw;
  margin: 0 auto;
  margin-bottom: 23.73333vw;
}

.howtoapply_stepsImage_02 {
  width: 55.46vw;
  margin: 0 auto 1.8vw;
}

.howtoapply_steps {
  position: relative;
}

.howtoapply_entryBtn {
  position: absolute;
  top: 43.4vw;
  width: 100%;
}

.howtoapply_entryBtn a {
  width: 37.46vw;
  display: block;
  margin: auto;
}

.howtoapply_process {
  position: relative;
  width: 89.86vw;
  margin: auto;
  margin-bottom: 1.2vw;
}

.howtoapply_btnWrap {
  position: absolute;
  top: 122px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.howtoapply_btn {
  background: no-repeat center/contain;
}

.howtoapply_main {
  text-align: center;
  position: relative;
}

.howtoapply_stepsLink {
  position: absolute;
  top: 27.8vw;
  height: 2.7vw;
  width: 6vw;
  left: 15.6vw;
}

.internetvote_btn {
  position: absolute;
  bottom: 8.2vw;
  width: 100%;
  text-align: center;
}

.internetvote_btn a {
  display: block;
  width: 77.06vw;
  margin: auto;
}

.entry_btn_m {
  position: relative;
  z-index: 2;
  width: 74.13vw;
  margin: auto;
  text-align: center;
}

/*
  トップページ Q&A
ーーーーーーーーーーーーーーーーーー*/
.sec-qa {
  position: relative;
  z-index: 1;
  margin-top: -11vw;
  padding-top: 10vw;
}

.qaTtl {
  margin-bottom: 5vw;
}

.qaTab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 77.33vw;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qaTab__item {
  width: 33.33%;
  -ms-flex: none;
      flex: none;
}

.qaTab__item:nth-last-child(n + 4) {
  margin-bottom: 2.2vw;
}

.qaTab__btn img {
  width: 25.86vw;
  height: 6.26vw;
}

.qaListWrap {
  display: none;
}

.qaListWrap.is-first {
  display: block;
}

.qaList {
  position: relative;
  width: 89.86vw;
  padding: 6vw 0 6vw;
  border-bottom: 1px solid #fff;
  margin: auto;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: justify;
  transition: opacity 0.3s;
}

.qaList.is-hidden {
  opacity: 0;
}

.qaList.is-show {
  opacity: 1;
}

.qaList::after {
  content: "";
  width: 6.13vw;
  height: 6.13vw;
  position: absolute;
  top: 6.2vw;
  right: 0;
  background: url(../images/qa_arrow.png) no-repeat right center/contain;
  pointer-events: none;
}

.qaList__q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 6.2vw;
  padding-top: 0.8vw;
  padding-left: 8.2vw;
  padding-right: 9.3vw;
  background: url(../images/qa_icon_q.png) no-repeat left top/6.1vw 6.1vw;
  font-size: 4vw;
}

.qaList__a {
  display: none;
  padding: 1.3vw 0 1.2vw 8.2vw;
  padding-right: 9.3vw;
  margin-top: 6vw;
  background: url(../images/qa_icon_a.png) no-repeat left top/6.1vw 6.1vw;
  font-size: 3vw;
}

.qaList__a a:hover {
  opacity: 1;
  text-decoration: underline;
}

.qa_notes {
  width: 75.73vw;
  margin: 4vw auto 0;
}

/*
  トップページ Club JRA
ーーーーーーーーーーーーーーーーーー*/
.sec-jranet {
  padding-top: 32vw;
  padding-bottom: 37vw;
  margin-top: -19vw;
  background: url(../images/jranet_bg.png) no-repeat top center/contain;
}

.jranetTtl {
  margin-bottom: 6.8vw;
}

.jranetMain {
  width: 88.8vw;
  margin: 0 auto 3vw;
  text-align: center;
}

.jranetBtn {
  width: 36.93vw;
  margin: auto;
}

/*
  トップページ Club JRA
ーーーーーーーーーーーーーーーーーー*/
.closing {
  margin-top: -25vw;
}

.closingBtn {
  width: 80vw;
  margin: auto;
  margin-bottom: 5vw;
}

.closingText_period {
  width: 76.53vw;
  margin: auto;
  margin-bottom: 10vw;
}

.closingText_notes {
  width: 75.73vw;
  margin: auto;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ANIMATION
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*# sourceMappingURL=maps/style.css.map */