@charset "UTF-8";
/* CSS Document */


body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  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;
}
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;
}
area{
  border: none;
  outline: none;
}
/*header*/
#header {
  position: relative;
}
#header img {
  width: 100%;
}
.header_upper {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 10;
  line-height: 1;
}
.header_upper a {
  display: block;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
  display: inline-block;
}
.logo {
  width: 7%;
  padding-right: 7%;
}
.fb {
  width: 2%;
  padding-right: 20px;
}
.tw {
  width: 2%;
  padding-right: 20px;
}
.kv-border {
  /*border: 20px solid #d20014;*/
  padding: 20px;
  background-color: #d20014;
}
.kv_main {
  position: relative;
}
.kv_animation {
  opacity: 0;
  width: 63%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: horse 4s cubic-bezier(0.25, 1, 0.5, 1) .3s forwards;
}
/*kv_animesion*/
@keyframes horse {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.kv_cta {
  width: 28%;
  position: absolute;
  right: 11%;
  bottom: 12%;
}
.kv_cta a {
  display: block;
}
.kv_copy {
  position: absolute;
  left: 9%;
  bottom: 30%;
  width: 38%;
}
#nav {
  background-color: #d20014;
}
#nav .wrap {
  width: 100%;
  background-image: url("../image/btn_bottom.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
#nav .wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#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: 24px;
  background-position: left top;
}
#nav .wrap .inner a {
  display: block;
}
#nav .wrap .inner .btn_line {
  display: flex;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}
#contents_1 {
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
  position: relative;
  padding-top: 60px;
  padding-bottom: 166px;
  text-align: center;
}
.c1_1 {
  width: 77%;
  max-width: 1000px;
  margin: 0 auto;
}
.c1_2 {
  width: 12%;
  max-width: 200px;
  position: absolute;
  left: 50%;
  bottom: -4%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#contents_2 {
  background-color: black;
  padding-bottom: 46px;
  text-align: center;
}
.c2_1 {
  max-width: 1200px;
  margin: 0 auto;
}
#contents_2 .btn {
  max-width: 800px;
  margin: 0 auto;
}
#contents_2 .btn > .inner {
  display: flex;
  width: 66%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
} /*
#contents_2 .btn > .inner .link {
  width: 200px;
}*/
#contents_2 .btn > .inner .txt {
  margin-right: 30px;
}
#contents_2 .btn a {
  display: block;
}
/*.c2_btn img{
	width: 56%;
}*/
.t_title {
  margin-top: 70px;
}
.terms_title {
  width: 15%;
  max-width: 240px;
  margin-bottom: 54px;
}

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

.r-inner {
  scrollbar-highlight-color: #e6e6e6;
  scrollbar-face-color: #dd0000;
}

/*応募規約*/
#terms {
  background-color: #fff;
  width: 70%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding:20px;
  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 ,#tw_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 {
  margin-bottom: 1em;
}

.text_wrapper + .text_wrapper {
  margin-top: 1em;
}
.text_wrapper a {
  color: #dd0000;
  text-decoration: underline;
}
/*アコーディオン*/
.acc > dt {
  text-align: center;
  font-weight: 700;
  font-size: 123%;
  padding: 0.35em 0;
}
.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;
}
/*Q&A*/
.qa_title {
  color: #000000;
  border-top: 2px solid #000;
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
  width: 100%;
  display: inline-block;
  min-width: 280px;
  padding: 0.35em 0;
  border-bottom: 10px solid #FFF;
}
.qa_title img {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
dl.acc {
  margin-top: 50px;
}
.accbox {
  margin-top: 0;
}
#qa {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.5em 0 2.5em 0;
  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: 3%;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
#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;
  }
}
#contents_3 {
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
  padding-bottom: 50px;
  text-align: center;
}
.c3_1 {
  width: 50%;
  padding-top: 100px;
  margin: 0 auto 60px;
  max-width: 900px;
}
.c3_flex {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  width: 64%;
}
.c3_2 {
  padding-right: 40px;
  margin: 0 auto;
  max-width: 800px;
}
.c3_4 {
  width: 68%;
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 60px;
  margin-bottom: 24px;
}
/*スケジュール*/
#schedule {
  display: block;
  width: 68%;
  max-width: 1080px;
  height: 46.7px;
  margin: 0 auto;
  text-align: center;
}
.schedule_title img {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}
.schedule_title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  min-width: 280px;
  background-color: #403d3c;
  color: #fff;
  border-bottom: 10px solid #FFF;
}
#schedule {
  width: 68%;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0 0;
}
#schedule dl {
  background-color: #fff;
  margin: 0;
}
#schedule .acc > dd {
  display: none;
  margin: 0;
}
.calender {
  text-align: left;
  padding: 0 2em 1em;
}
.calender img {
  width: 100%;
}
.calender p {
  font-size: 0.75rem;
  line-height: 150%;
}
.calender .p_1 {
  font-size: 1rem;
}
.text_link {
  color: #0000ff;
  text-decoration: underline;
}
.bank {
  width: 68%;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding-top: 63px;
  margin-bottom: 35px;
}
.scroll {
  width: 4%;
  max-width: 40px;
  margin-bottom: 20px;
}
.cta {
  width: 38%;
  max-width: 380px;
  margin: 0 auto;
}
#contents_4 {
  /*background: url("../image/prize_bg_a.png"),url("../image/prize_bg.jpg");
	background-position: right 10% bottom 10%,top;*/
  background-color: #d20014;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 67px;
  text-align: center;
}
.c4_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
}
#contents_4 .btn {
  width: 60%;
  max-width: 880px;
  margin: 0 auto;
}
#contents_4 .btn a {
  display: block;
}
#contents_5 {
  border-width: 0;
  background-color: #d20014;
  padding-bottom: 67px;
  border-top: 16px solid #fbe8a3;
  border-image: linear-gradient(to right, #fbe8a3 40%, #be912d 86%, #926e39);
  border-image-slice: 1;
  text-align: center;
}
#contents_5 .btn {
  width: 52%;
  max-width: 700px;
  margin: 0 auto;
}
#contents_5 .btn a {
  display: block;
}
.c5_1 {
  width: 63%;
  max-width: 1080px;
  margin-top: 120px;
  margin-bottom: 70px;
}
/*.c5_btn img{
	width: 52%;
}*/
#contents_6 {
  /*background-color: #d20014;*/
  background-color: #1d9bf0;
  border-top: 16px solid #fbe8a3;
  border-image: linear-gradient(to right, #fbe8a3 40%, #be912d 86%, #926e39);
  border-image-slice: 1;
  padding: 40px;
}
.c6_wrapper {
  background-color: #fff;
  /*border: 20px solid #1d9bf0;*/
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.c6_1 {
  padding-top: 50px;
  width: 84%;
  margin: 0 auto 26px;
}
.c6_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.c6_2 {
  width: 22.4%;
  padding:0 4% 0 8%;
}
.c6_3 {
  width: 41%;
  padding-left: 4%;
}
.c6_4 {
  width: 84%;
  margin: 0 auto;
}
.c6_5 {
  width: 48%;
  margin: 0 auto;
}
.c6_6 {
  width: 83%;
  margin: 0 auto;
}
.tw_terms_title {
  width: 9%;
  margin: 0 auto;
  padding: 14px 0;
}

#tw_terms_inner::-webkit-scrollbar{
  width: 10px;
}
#tw_terms_inner::-webkit-scrollbar-track{
  background: #e6e6e6;
  border: none;
  border-radius: 6px;
}
#tw_terms_inner::-webkit-scrollbar-thumb{
  background: #1d9bf0;
  border-radius: 6px;
  box-shadow: none;
}

#tw_terms_inner {
    scrollbar-width: 10px;
    scrollbar-color: #1d9bf0 #e6e6e6;
}
#tw_terms_inner {
  scrollbar-highlight-color: #e6e6e6;
  scrollbar-face-color: #1d9bf0;
}

#tw_terms {
  width: 84%;
  border: solid 4px #1d9bf0;
  margin: 0 auto;
  position: relative;
  background: white;
  border-radius: 0 0 10px 10px;
  padding:24px;
  box-sizing: border-box;
}

#tw_terms_inner {
  text-align: left;
  width: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 222px;
  padding-right:15px;
}


#tw_terms .ps__thumb-y{
	background-color: #1d9bf0!important;
}
.text_wrapper > .u_line{
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: 1rem;
}
.tw_title_border{
	width: 84%;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: solid 4px #1d9bf0;
	border-left: solid 4px #1d9bf0;
	border-right: solid 4px #1d9bf0;
	border-radius:10px 10px 0 0;
}

.footer_banner {
  background-color: #d20014;
  border-width: 0;
  border-image: linear-gradient(to right, #eebe47 55%, #a2621e);
  border-image-slice: 1;
  text-align: center;
  border-top: 16px solid #fbe8a3;
}
.footer_banner a {
  display: block;
}
.footer_banner > .inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  /*background: url("../image/ft_bn_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;*/
}
.ft_bn_btn {
  position: absolute;
  width: 16%;
  right: 15%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
#footer {
  background-color: #FFF;
  padding-top: 20px;
  text-align: center;
}
.footer_text {
  /*margin: 9px 16px;*/
  max-width: 880px;
  margin: 20px auto 0;
  text-align: left;
}
.footer_text p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
}
.footer_text p + p {
  margin-top: 5px;
}
.footer_link {
  text-align: center;
}
.jra-van {
  width: 61%;
  margin-top: 69px;
  margin-bottom: 30px;
  max-width: 610px;
}

.tw_link {
  text-align: center;
}

.tw_link p {
  display: inline;
  font-weight: 600;
}

.footer_tw {
  display: block;
  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;
  text-align: center;
}
#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;
}