@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  max-width: 1000px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
area, a {
  cursor: pointer;
  border: none;
  outline: none;
}
/*header*/
#header {
  position: relative;
  max-width: 1000px;
  background-color: #d20014;
}
#header img {
  width: 100%;
}
.header_upper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5% 3%;
  box-sizing: border-box;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
  display: inline-block;
}
.headline {
  width: 40%;
  flex-grow: 1;
  margin-left: 12%;
}
.logo {
  width: 16%;
  padding-right: 6%;
}
.fb {
  width: 4%;
}
.tw {
  width: 4%;
  padding-right: 3%;
}
/*.kv-border{
	 border:20px solid #d20014;
}*/
.kv_main {
  position: relative;
  overflow: hidden;
}
.kv_animation {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 6%;
  left: -19%;
  animation: horse 3s cubic-bezier(0.25, 1, 0.5, 1) .7s forwards;
  z-index: 1;
}
.kv_animation img {
  width: 122% !important;
}
/*kv_animesion*/
@keyframes horse {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.kv_cta {
  width: 75%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  bottom: 10%;
  z-index: 10;
}
.kv_copy {
  width: 100%;
  position: relative;
  z-index: 10;
}
#nav{
	padding: 8px 0;
}
.nav_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #de0121;
  padding: 0 10px;
  box-sizing: border-box;
}
.nav_flex img {
  margin: 0;
	width: 100%;
}

.jdb_btn{
	background-color: #de0121;
	padding: 3% 0;
}
.jdb_btn img{
	width: 93%;
}
#contents_1 {
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
  position: relative;
  padding-bottom: 24%;
}
.c1_2 {
  width: 34%;
  position: absolute;
  left: 50%;
  bottom: -2%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#contents_2 {
  background-color: black;
  text-align: center;
}
.c2_2_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}
.c2_2 {
  width: 40%;
  padding-right: 3%;
}
.c2_btn {
  width: 30%;
  padding-left: 3%;
}
.c2_2_p {
  width: 83%;
  margin: 16px auto 0;
}
.terms_title {
  width: 100%;
}
/*応募規約*/
#terms {
  background-color: #fff;
  width: 78%;
  /*height: 492px;*/
  position: relative;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  /*overflow-y: scroll;*/
  padding: 10px;
  box-sizing: border-box;
}
.r-inner {
  padding: 5px;
  padding-right: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  height: 492px;
}
.ps__rail-x, .ps__rail-y {
  opacity: 1;
}

.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important;
  background-color: #EEF4F4 !important;
}

.ps-scrollbar-y {
  background-color: #dd0000 !important;
  width: 11px!important;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  background-color: #e6e6e6 !important;
}
.ps__rail-y:hover > .ps-scrollbar-y, .ps__rail-y:focus > .ps-scrollbar-y, .ps__rail-y.ps--clicking .ps-scrollbar-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_text {
  position: relative;
  height: 100%;
  padding-right: 20px;
}

.terms_text .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.75rem;
  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 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.2em;
  font-size: 1rem;
}
.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-bottom: 10px solid #fff;
  background: linear-gradient(to right, #eebe47 55%, #a2621e);
  width: 100%;
  display: inline-block;
  padding: 0.35em 0;
}
.qa_title img {
  width: 84%;
  display: inline-block;
  vertical-align: middle;
}
#qa {
  width: 78%;
  margin: 0 auto;
  padding: 0.5em 0 2.5em 0;
}
#qa .qawrap {
  padding: 1em;
  color: #000;
  border-radius: 0.5em;
  font-size: 0.875rem;
}
#qa .qawrap p {
  margin: 0 0 1em 0;
}

#qa .accbox {
  text-align: left;
}

#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 10px 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 10px 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: 7%;
}
.c3_2 {
  width: 46%;
  margin: 0 auto;
}
/*スケジュール*/
#schedule {
  display: block;
  width: 78%;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding: 0.5em 0 0;
}
.schedule_title img {
  width: 84%;
  display: inline-block;
  vertical-align: middle;
}
.schedule_title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #403d3c;
  border-bottom: solid 10px #fff;
  color: #fff;
}
#schedule dl {
  background-color: #fff;
  margin: 0;
}
#schedule .acc > dd {
  display: none;
  margin: 0;
}
#schedule .accbox {
  margin: 0;
}
.may{
	width: 100%;
	margin: 10px auto 2px;
}
.calender {
  text-align: left;
  padding: 0 1em 1em;
}
.scroll-x{
	overflow-x:scroll;
	margin-bottom: 16px;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scroll-x::-webkit-scrollbar-track{
	background: #eee;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #ccc;
}

.calender_img{
	width: 280%;
	
}
.calender img {
  width: 100%;
}
.calender p {
  font-size: 0.75rem;
  line-height: 150%;
  margin: 0;
}
.calender .p_1 {
  font-size: 1rem;
}
.text_link {
  color: #0000ff;
  text-decoration: underline;
}
.bank {
  width: 78%;
  display: block;
  margin: 0 auto;
  padding-top: 13%;
  margin-bottom: 8%;
}
.scroll {
  width: 10%;
  margin-bottom: 20px;
}
.cta {
  width: 76%;
  margin: 0 auto;
}
#contents_4 {
  background-color: #d20014;
  padding-bottom: 9%;
}
.c4_btn img {
  width: 93%;
}
#contents_5 {
  background-color: #d20014;
  padding-bottom: 10%;
  border-image-slice: 1;
  /*margin-bottom: 2%;*/
}
.c5_1 {
  width: 77%;
  margin-bottom: 7%;
  padding-top: 13%;
}
.c5_btn img {
  width: 62%;
}

.c6_wrapper {
  background-color: #fff;
  border: 20px solid #1d9bf0;
  max-width: 1080px;
  margin: 0 auto;
}
.c6_1 {
  padding-top: 23px;
  width: 89%;
  margin: 0 auto 10px;
}
.c6_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.c6_2 {
  width: 31.3%;
  padding-right: 3%;
}
.c6_3 {
  width: 49%;
  padding-left: 3%;
}
.c6_4 {
  width: 89%;
  margin: 0 auto;
}
.c6_5 {
  width: 74%;
  margin: 0 auto;
}
.c6_6 {
  width: 83%;
  margin:0 auto;
}
.tw_terms_title {
  width: 19%;
  margin: 0 auto;
  padding: 8px 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: 88%;
  border: solid 4px #1d9bf0;
  margin: 0 auto 20px;
  position: relative;
  background: white;
  border-radius: 0 0 10px 10px;
  padding:12px;
  box-sizing: border-box;
}

#tw_terms_inner .ps-scrollbar-y {
    background-color: #1d9bf0 !important;
}


#tw_terms_inner {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.tw_r-inner {
  padding: 5px;
  padding-right: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  /*height: 222px;*/
  height: 300px;
}

.text_wrapper > .u_line{
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: 1rem;
}
.tw_title_border{
	width: 88%;
	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_banner{
		border-top: 16px solid #fbe8a3;
    border-image: linear-gradient(to right, #eebe47 55%, #a2621e);
    border-image-slice: 1;
}*/
.footer_banner{
	position: relative;
}
.footer_banner_btn{
	position: absolute;
	top: 50%;
	right: 4%;
	-webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
	width: 25%;
}
#footer p {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
.footer_text {
  margin: 9px 6%;
}
.footer_text p {
  text-align: left !important;
}
.jra-van {
  width: 91%;
  padding-top: 5%;
  margin-bottom: 3%;
}
.footer_tw {
  display: block;
  margin: 0 auto;
}
.footer_tw img {
  width: 8%;
  padding-bottom: 10px;
}
.footer_tw p {
  font-size: 0.6875rem;
  color: #000;
  margin: 0 auto;
}
.footer_logo {
  width: 15%;
  display: block;
  margin: 0 auto;
  padding-top: 36px;
  margin-bottom: 25px;
}
#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;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup {
  padding: 10px;
  background: #000;
  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: 84%;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}
.close {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 300%;
  line-height: 1;
  z-index: 10;
  color: #fff;
}

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