@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
html.active {
  overflow-y: hidden;
}
body {
  background-color: #ff0020;
  background: linear-gradient(90deg,#FF0020 0%, #87000D 70%);
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  font-family :"Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ff0020;
}
.contain {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 23%;
}

.block img {
  width: 100%;
}

img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

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

.entry_btn {
  /* position: fixed;
  position: -webkit-sticky; */
  bottom: -1px;
  z-index: 2;
  width: 100%;
}

.vote {
  position: relative;
}
.vote .kochira {
  position: absolute;
  width: 15%;
  height: 3%;
  top: 49%;
  left: 24%;
}
.vote .login {
  position: absolute;
  width: 36%;
  height: 4%;
  top: 43%;
  left: 31%;
}
/*-----------------------------
  MV
-----------------------------*/
.mv {
  position: relative;
  z-index: -1;
}
.mv img {
  width: 100%;
  max-width: 100%;
}

.fadein {
  position: absolute;
  z-index: 1;
}

.mv .item1 {
  width: 80%;
  top: 5%;
  left: 10%;
  -webkit-animation: fadeIn 1.2s ease-out .6s forwards;
  animation: fadeIn 1.2s ease-out .6s forwards;
}
.mv .item2 {
  width: 30%;
  top: 23%;
  left: 63%;
  -webkit-animation: fadeIn 1.2s ease-out .2s forwards;
  animation: fadeIn 1.2s ease-out .2s forwards;
}

.mv .item3 {
  width: 85%;
  top: 85%;
  left: 9%;
  -webkit-animation: fadeIn 1.2s ease-out .4s forwards;
  animation: fadeIn 1.2s ease-out .4s forwards;
}


  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

/*-----------------------------
  ナビゲーション
-----------------------------*/
.hamburger_menu {
  position: absolute;
  flex-shrink: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  box-sizing: border-box;
  right: 3%;
  top: 1%;
}

.hamburger_menu span {
  background-color: #fff;
  transition-duration: 0.3s;
  height: 4px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
}
.hamburger_menu span:nth-child(1) {
  top: 15%;
}
.hamburger_menu span:nth-child(2) {
  top: 50%;
}
.hamburger_menu span:nth-child(3) {
  top: 85%;
}

.hamburger_menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.hamburger_menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger_menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

nav {
  background-color: #ff0020;
  background-image: url('../images/bg_nav.jpg');
  background-size: cover;
  background-position: 55% 0;
  width: 50%;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  right: -100%;
  z-index: 999;
}

nav.active {
  right: 0;
  width: 100%;
}

nav ul li a{
  border-bottom: #999999 1px solid;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 3%;
  display: block;
  text-align-last: left;
  position: relative;
}
nav ul li a img {
  width: 20px;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 40%;
}
nav ul {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
  width: 100%;
}





/*-----------------------------
  ヘッダー
-----------------------------*/
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 9 / 1;
  background-color: #ff0020;
  background: linear-gradient(90deg,#FF0020 0%, #87000D 70%);
}

header .logo {
  position: absolute;
  width: 22%;
  left: 2%;
  padding-top: 2%;
}

header .top_text {
  position: absolute;
  width: 40%;
  left: 47%;
  padding-top: 4%;
  max-width: 500px;
}

header .twitter {
  position: absolute;
  width: 5%;
  padding-top: 4%;
  left: 30%;
}

header .facebook {
  position: absolute;
  width: 5%;
  padding-top: 4%;
  left: 37%;
}


/*-----------------------------
  フッター
-----------------------------*/
footer {
  max-width: 1280px;
  margin: 0 auto;
}


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

footer .link {
  margin: 50px auto;
}

footer .logo {
  width: 100px;
  margin-top: 40px;
}

footer .copyright {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(79,79,79,1) 44%, rgba(0,0,0,1) 100%);
  color: #fff;
  display: block;
  line-height: 3;
}


.official_tw img{
  display: inline-block;
  width: 10%;
  margin-bottom: 5px;
}

/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  padding: 30px;
  margin: 0px auto;
}

.r_contents {
  background-color: #fff;
  width: 100%;
  margin: 0px auto ;
  padding: 20px 1%;
  border: #000000 3px solid;
  border-radius: 10px;
}

.scroll_wrap {
  background: #fff;
  aspect-ratio: 3 / 4;
  padding: 15px 2%;
}

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

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

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

.scroll_box a {
  color: #ff0020;
}

.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: 12px;
  border-radius: 4px;
  opacity: 1;
  margin-right: 5px;
}

.ps--active-y > .ps__rail-y {
  background-color: #e9e9e9;
}

.ps--active-y > .ps__rail-y > .ps__thumb-y {
  left: 0px;
  background-color: #656565;
}

.mb-1e {
  margin-bottom: 1em;
}


/*-----------------------------
  賞品
-----------------------------*/
.prize {
  position: relative;
}

.quo_grp1 .div2, .quo_grp2 .div2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.quo_grp1 .div1 img{
  position: absolute;
  width: 23.8%;
  bottom: 34.2%;
  left: 64.8%;
}
.quo_grp1 .div2 {
  position: absolute;
  bottom: 0%;
  width: 80%;
  bottom: 20.6%;
  left: 10%;
}
.quo_grp1 img {
  width: 29.4%;
  padding: 6% 0;
  cursor: pointer;
  display: inline;
}

.quo_grp2 .div1 img {
  position: absolute;
  width: 23.8%;
  bottom: 15.7%;
  left: 64.8%;
}
.quo_grp2 .div2 {
  position: absolute;
  bottom: 0%;
  width: 80%;
  bottom: 2.1%;
  left: 10%;
}

  .quo_grp2 img{
    width: 29.4%;
    padding: 6% 0;
    cursor: pointer;
  }

/*-----------------------------
  モーダル
-----------------------------*/

.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: 10;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.slider_01, .slider_02 {
  padding: 15px 20px;
  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: 1000px;
  z-index: 10;
}

.slider_01 img, .slider_02 img {
  width: 90%;
}



.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;
  right: 14%;
  top: 9%;
  height: 6%;
  width: 6%;
  cursor: pointer;
  z-index: 10;
  cursor: pointer;
}

.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: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* next */

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

/* prev */

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




/*-----------------------------
  Q&A
-----------------------------*/
.qa_btn {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 50px;
}

.qa_btn img {
  width: 100%;
  margin-bottom: 10px;
}

.qa_btn::after {
  content: "";
  background-image: url(../images/qa_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top:20%;
  right: 2%;
  -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
  transition-duration: 0.5s;
}
.active::after {
  -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  top:30%;
}

.qa {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.qa_block {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px; 
  padding: 10px;
  border-bottom: #c1c1c1 1px solid;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}


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

.answer {
  display: none;
}

.answer p {
  font-size: 16px;
  line-height: 1.8;
  font-family: sans-serif;
  margin-bottom: 15px;
}

.question span, .answer span {
  font-weight: bold;
  padding-right: 20px;
}


.arrow {
	vertical-align: bottom;
	width: 10px;
	height: 10px;
	border-top: 3px solid rgb(0, 0, 0);
	border-right: 3px solid rgb(0, 0, 0);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition-duration: 0.5s;
}

.active .arrow, .active .qa_arrow{
  -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*-----------------------------
  スクロール調整
-----------------------------*/
.prize, .club {
  position: relative;
}

#horses_list{
  position: absolute;
  top: 57%;
  left: 0;
}

#club_step{
  position: absolute;
  top: 57%;
  left: 0;
}

