@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  text-align: center;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
}

/*-----------------------------
  背景
-----------------------------*/
body {
  background: #fff;
}
.tab_contents_1 .mv, .tab_contents_1 .info{
  background: #fc80c3;
}
.tab_contents_1 {
  background: #FFA1BF;
}
.tab_contents_1 .title {
  background-image: url(../images/cp_01/bg_title.png);
}

.tab_contents_2 .info,
.tab_contents_2 .prize, 
.tab_contents_2 .bg_vote {
  background: rgb(232,80,32);
  background: linear-gradient(180deg, rgba(232,80,32,1) 0%, rgba(255,240,12,1) 100%);
}
.tab_contents_2,
.tab_contents_2 .title,
.tab_contents_2 .common {
  background: #8a0017;
}
.tab_contents_2 .bg_club {
  background: #98c757;
  padding-bottom: 30px;
}
.tab_contents_2 .club {
  margin-bottom: 0;
}
.bg_club .title {
  background: #008a34;
}

.tab_contents_3 .info,
.tab_contents_3 .mv {
  background: #C5B1FF;
}

.tab_contents_3,
.tab_contents_3 .prize,
.tab_contents_3 .bg_vote,
.tab_contents_3 .bg_club {
  background: #9fbbff;
}

.tab_contents_3 .title, 
.tab_contents_3 footer {
  background: #2a69ff;
}
/*------------------------*/
img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}

p,
a,
span,
ul,
li,
h1,
h2,
h3 {
  font-family: sans-serif;
  color: black;
}

.tab_contents img {
  /* width: 95%; */
}

/* エントリーボタン */
.entry_btn {
  padding: 40px 0;
}
.entry_btn a img {
  display: inline;
}
.entry_btn img {
  width: 95%;
  display: block;
}

.title {
  width: 100% !important;
  max-width: 100%;
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
/* 
.title p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .title p {
    font-size: 30px;
  }
} */

.tab_contents {
  display: none;
}
.tab_contents.active {
  display: block;
}
/*-----------------------------
  メインビジュアル
-----------------------------*/
.mv img {
  max-width: 1100px;
}
.tab_contents_1 .mv {
  background: #fc80c3;
}
.tab_contents_2 .mv {
  background: rgb(253,132,29);
  background: linear-gradient(180deg, rgba(253,132,29,1) 0%, rgba(255,240,12,1) 100%);
}
/*-----------------------------
  ヘッダー
-----------------------------*/
.tab_contents_1 header {
  position: relative;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

.tab_contents_1 header .logo {
  position: absolute;
  width: 20%;
  left: 0%;
  padding-top: 3%;
}

.tab_contents_1 header .top_text {
  position: absolute;
  width: 55%;
  left: 25%;
  padding-top: 5%;
  max-width: 500px;
}

.tab_contents_1 header .facebook {
  position: absolute;
  width: 7%;
  padding-top: 4%;
  right: 0%;
}

.tab_contents_1 header .twitter {
  position: absolute;
  width: 6%;
  padding-top: 4%;
  right: 10%;
}


.tab_contents_2 header {

  padding: 10px 15px;
  background: rgba(253,132,29,1) ;
}
.tab_contents_3 header {
  padding: 10px 15px;
  background: #C5B1FF ;
}

.tab_contents_2 header .logo,
.tab_contents_3 header .logo  {
  display: inline-block;
  width: 20%;
}

.tab_contents_2 header .top_text,
.tab_contents_3 header .top_text {
  width: 55%;
  padding: 0 5px;
  padding-top: 1%;
  display: inline-block;
  max-width: 500px;
}

.tab_contents_2 header .facebook,
.tab_contents_3 header .facebook  {
  display: inline-block;
  width: 7%;
  margin: 2px;
}

.tab_contents_2 header .twitter,
.tab_contents_3 header .twitter {
  display: inline-block;
  width: 6%;
  margin: 2px;
}

/*-----------------------------
  ナビゲーション
-----------------------------*/
nav {
  /* position: absolute; */
  display: flex;
  justify-content: center;
  padding: 5px;
}
.tab_contents_1 nav {
  background: #e6fff5;
}
.tab_contents_2 nav {
  background: rgba(253,132,29,1) ;
}
.tab_contents_3 nav {
  background: #C5B1FF ;
}
nav a {
  margin: 0 1%;
}

/*-----------------------------
  タブ切り替え
-----------------------------*/
.header_entry img{
  display: inline-block;
  width: 90%;
  margin: 10px auto;
}
.tab_bg {
  padding: 0 10px;
}
.tab_contents_1 .tab_bg {
  background: #e6fff5;
}

.tab_contents_2 .tab_bg {
  background: rgb(255,240,12);
  background: linear-gradient(180deg, rgba(255,240,12,1) 0%, rgba(253,132,29,1) 100%);
}

.tab_contents_3 .tab_bg {
  background: #ffffeb;
}
/* .flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
}
.flex a {
  margin: 10px;
  margin-right: 0;
}
.flex .cp_days {
  width: 55%;
  height: auto;
  padding: 0 10px;
} */

.tab_btn {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab_btn img {
  width: 32%;
}
.tab_btn .tab {
  cursor: pointer;
}
/*-----------------------------
  フッター
-----------------------------*/
.common {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.anniversary {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0px;
}
.anniversary a img {
  margin-top: 20px;
  width: 50%;
}

.banner {
  margin: 0 auto;

  width: 90%;
}
.banner img {
  width: 80%;
  margin-top: 20px;
}

.footer_x {
  width: 60%;
  margin: 50px auto 0;
}
.footer_x a img {
  width: 20%;
  margin-bottom: 15px;
}
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #2a69ff;
  padding-bottom: 60px;
}

footer p {
  line-height: 1.2rem;
  /* font-weight: bold; */
  color: #fff;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  display: inline;
  margin: 0 auto;
  color: #fff;
}

footer .link {
  margin-bottom: 30px;
  margin-top: 5px;
}


footer .logo, .footer_x img {
  display: inline;
}
footer .logo img {
  width: 30%;
  display: inline;
  padding-top: 50px;
  padding-bottom: 10px;
}

/*-----------------------------
  info
-----------------------------*/
.info {
  /* padding-top: 20px; */
}
.info_1 {
  background: #e6fff5;
}

/*-----------------------------
  賞品紹介
-----------------------------*/
.prize {
  position: relative;
}
.tab_contents_2 #horses_list {
  position: absolute;
  top: 39%;
}

.quo_grp {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 3%;
  transform: translate(-50%, -0%);
  left: 50%;
  width: 87%;
  max-width: 900px;
}
/* 第1弾 */
.quo_grp1 {
  top: 20%;
}
.quo_grp1 .quo {
  width: 31%;
  cursor: pointer;
}

/* 第2弾 */
.quo_grp2_1 {
  justify-content: space-between;
  top: 42.9%;
}
.quo_grp2_2 {
  justify-content: space-between;
  top: 57%;
}
@media screen and (min-width: 500px) {
	/* 481px以上に適用されるCSS（タブレット用） */
  .quo_grp2_1 {
    justify-content: space-between;
    top: 43%;
  }
  .quo_grp2_2 {
    justify-content: space-between;
    top: 57%;
  }
}
.quo_grp2_1 .quo, .quo_grp2_2 .quo {
  margin: 0;
  width: 30%;
  cursor: pointer;
}
.quo_ttl {
  width: 65%;
  height: auto;
  margin-left: 0;
  margin-bottom: 3%;
}

/* 第3弾 */
.quo_grp3 {
  top: 20%;
}
.quo_grp3 .quo {
  width: 31%;
  cursor: pointer;
}
/*-----------------------------
  応募方法
-----------------------------*/
.bg_vote {
  padding-bottom: 30px;
}
.vote {
  width: 95%;
  max-width: 1100px;
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  position: relative;
}
.vote_block {
  position: relative;
}
.tab_contents_1 .vote_link1 {
  position: absolute;
  width: 12%;
  height: 3%;
  top: 42%;
  left: 55%;
}
.tab_contents_1 .vote_link2 {
  position: absolute;
  width: 50%;
  height: 3%;
  top: 47%;
  left: 26%;
}
.tab_contents_2 .vote_link1 {
  position: absolute;
  width: 12%;
  height: 3%;
  top: 39%;
  left: 55%;
}
.tab_contents_2 .vote_link2 {
  position: absolute;
  width: 50%;
  height: 3%;
  top: 44%;
  left: 26%;
}
.tab_contents_3 .vote_link1 {
  position: absolute;
  width: 12%;
  height: 3%;
  top: 42%;
  left: 55%;
}
.tab_contents_3 .vote_link2 {
  position: absolute;
  width: 50%;
  height: 3%;
  top: 47%;
  left: 26%;
}
.tab_contents_1 .vote,
.tab_contents_3 .vote  {
  border: 2px solid #000;
}
/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  padding-top: 0;
  margin: 0px auto;
}
.rule img {
  width: 55%;
}
.rule .entry_btn img {
  margin: 50px auto;
}
.r_contents {
  width: 90%;
  margin: 0px auto;
  /* padding: 20px 0; */
  border-radius: 10px;
}
.tab_contents_1 .r_contents {
  border: #ff2d6e 2px solid;
}
.tab_contents_2 .r_contents {
  border: #22ac38 2px solid;
}
.tab_contents_3 .r_contents {
  border: #2a69ff 2px solid;
}
.scroll_wrap {
  /* background: #fff; */
  aspect-ratio: 10 / 16;
  padding: 10px;
}

.scroll_box {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  text-align: left;
  padding-left: 5px;
  padding-right: 25px;
}

.scroll_box p {
  font-size: 14px;
  line-height: 1.8;
  font-family: sans-serif;
  margin-bottom: 10px;
}

.scroll_box h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.tab_contents_1 .scroll_box h3,
.tab_contents_1 .scroll_box a {
  color: #ff2d6e;
}
.tab_contents_2 .scroll_box h3,
.tab_contents_2 .scroll_box a {
  color: #22ac38;
}
.tab_contents_3 .scroll_box h3,
.tab_contents_3 .scroll_box a {
  color: #2a69ff;
}

.ps__rail-x,
.ps__thumb-x {
  display: none;
}

.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;
}

.ps--active-y > .ps__rail-y,
.ps--active-y > .ps__rail-y > .ps__thumb-y {
  width: 14px;
  border-radius: 4px;
  opacity: 1;
  /* margin-right: 5px; */
}
.ps--active-y > .ps__rail-y {
  width: 14px;
  border-radius: 0px;
}
.tab_contents_1 .ps--active-y > .ps__rail-y {
  background-color: #ffd5e2;
}
.tab_contents_2 .ps--active-y > .ps__rail-y {
  background-color: #cce8d6;
}
.tab_contents_3 .ps--active-y > .ps__rail-y {
  background-color: #d4e1ff;
}

.ps--active-y > .ps__rail-y > .ps__thumb-y {
  left: 0px;
  /* スクロールバータッチ無効 */
  pointer-events: none;
}
.tab_contents_1 .ps--active-y > .ps__rail-y > .ps__thumb-y {
  background-color: #ff2d6e;
}
.tab_contents_2 .ps--active-y > .ps__rail-y > .ps__thumb-y {
  background-color: #22ac38;
}
.tab_contents_3 .ps--active-y > .ps__rail-y > .ps__thumb-y {
  background-color: #2a69ff;
}
.mb-1e {
  margin-bottom: 1em;
}

/*-----------------------------
  Q&A
-----------------------------*/
.vote .qa_btn {
  margin-top: 40px;
  width: 90%;
  cursor: pointer;
}

.qa {
  padding: 10px 0 0px;
  display: none;
}

.qa_block {
  margin: 0px auto;
  width: 90%;
  line-height: 1.5;
  text-align: left;
  background: #fff;
  padding: 10px;
  border: #8c8c8c 1px solid;
  border-bottom: none;
  padding: 10px 10px 5px;
}
.qa_block:last-child {
  border-bottom: #8c8c8c 1px solid;
}

.qa_block .icon_q,
.qa_block .icon_a {
  width: 20px;
  margin: 0;
  margin-right: 10px;
}

.question,
.answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.question {
  cursor: pointer;
  align-items: center;
}

.question p {
  color: #676767;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  width: 95%;
  padding-right: 10px;
}

.answer {
  border-top: #676767 1px solid;
  padding-top: 20px;
  display: none;
}

.answer p {
  font-size: 14px;
  line-height: 1.8;
  font-family: sans-serif;
  margin-bottom: 15px;
  color: #676767;
}
.answer a {
  color: #676767;
}

.qa_block .arrow {
  vertical-align: bottom;
  width: 15px;
  height: 14px;
  border-top: 2px solid rgb(97, 97, 97);
  border-right: 2px solid rgb(97, 97, 97);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.5s;
  margin-right: 10px;
}

.active.question .arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*-----------------------------
  クラブJRA-Net
-----------------------------*/
.club {
  width: 95%;
  max-width: 1100px;
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
}
.club_btn img {
  width: 90%;
}
.tab_contents_1 .club,
.tab_contents_3 .club {
  border: 2px solid #000;
}
/*-----------------------------
  モーダル
-----------------------------*/

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

.modal img {
  width: 80%;
}
.bigimg {
  padding: 15px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  z-index: 20;
}
.bigimg img {
  width: 100%;
}
.bigimg .close_btn {
  color: #000;
  right: 7%;
  top: 5%;
}

.modal .slider_card .slick-list {
  padding: 40px 0px;
  /* background: rgba(0, 0, 0, 0.52); */
  border-radius: 10px;
}

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

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

.modal.active {
  opacity: 1;
  visibility: visible;
}

.close_btn {
  position: absolute;
  color: #fff;
  font-size: 50px;
  right: 5%;
  top: 2%;
  cursor: pointer;
  z-index: 30;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  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: 30%;
  height: 30%;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

/* next */

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

/* prev */

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

/*-----------------------------
  ページトップ
-----------------------------*/
.page_top img {
  width: 10%;
  max-width: 70px;
  position: fixed;
  right: 3%;
  bottom: 10%;
}
