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

/* Responsive memo */
/* PC : 1400px ~ (一部調整:1280px) ~ 1024px */
/* tb : 1023px ~ 600px */
/* sp : 599px ~ 320px */

/*------------------------------------base*/
body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
	line-height: 1.2;
  background-color: #ffee03;
	background-repeat: repeat-y;
	background-position:center top;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.main-bg {
  width: 100%;
  padding-top: 40px;
  margin: -40px auto 0px;
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1680px;
  position:relative;
}

@media (max-width: 1200px) {
  .main-bg {
    background-image: none;
  }
}

@media (max-width: 1024px) {
  .main-bg {
    width: 92%;
  }
}

.qa{
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
}


.tab-list ul li{
	cursor: pointer;
}
.tab-contents{
	display: none;
}
.tab-contents.show{
	display: block;
}

.inner{
	width: 100%;
	max-width: 1000px; 
	margin: 0px auto;
	padding: 32px 0;
  text-align: center;
}

.inner .contentsInfo img{
  max-width: 1000px;
}

.inner .contents-title {
  margin: 0 auto;
  max-height: 136px;
  max-width: 80%;
}

@media (max-width: 599px) {
  .inner {
    padding: 0px;
  }
  .inner .contents-title {
    margin: 8% auto 0;
    max-height: 90px;
  }
  
}

/*------------------------------------
#headWrap
------------------------------------*/
#headWrap{
	text-align: center;
  margin-bottom: 320px;
}

.head-inner {
  margin: 0 auto;
  max-width: 1000px;
}

#header {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.header-main {
  width: 100%;
}

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

.title-outer {
  width: 100%;
  margin: 0 auto;
}

#title .title-abs {
  position:relative;
  margin: 24px 0px;
  max-width: 1000px;
}

#title .title-img {
  max-width: 1000px;
  width: 100%;
}

#title .title2-img {
  max-width: 280px;
  position: absolute;
  top: -146px;
  right: -150px;
} 

#title .title-abs .title-entry-btn {
  max-width: 148px;
  position: absolute;
  bottom: 60px;
  right: -128px;
}

.title-date ul {
  display: flex;
  padding: 0px 8px;
  margin: 24px 0px;
  justify-content: center;
}

.title-date ul li {
  padding: 0 0.5rem;
}

.title-date ul li img {
  width: 100%;
  vertical-align: middle;
}

.cp-info-abs {
  position: relative;
  margin: 0 auto;
}

.cp-info1 {
  width: 100%;
  max-width: 1000px;
}

.cp-info2 {
  position: absolute;
  height: 80%;
  top: 8%;
  right: -5%;
}

.cp-info3 {
  position: absolute;
  height: 12.5%;
  bottom: 15%;
  right: 25%;
}

.cp-info4 {
  width: 100%;
  position: absolute;
  bottom: -95%;
  left:0;
  border: red solid 8px;
  background: #fff;
}

@media screen and (max-width: 1300px) {
  #headWrap {
	  text-align: center;
    margin-bottom: 25%;
  }
  
  #title .title-img {
    width: 90%;
    margin-right: 10%;
  }
  
  #title .title2-img {
    width: 26%;
    top: -58%;
    right: -4%;
  }
  #title .title-abs .title-entry-btn {
    width: 14%;
    bottom: 26%;
    right: -1%;
  }
}

@media (max-width: 1100px) {
  #title .title-img {
    width: 90%;
    margin-right: 10%;
  }
  
  #title .title2-img {
    width: 20%;
    top: -48%;
    right: -1%;
  }
  
  .cp-info2 {
    height: 72.5%;
    top: 10%;
    right: -1%;
  }
}

@media screen and (max-width: 880px) {  
  #title .title2-img {
    width: 25%;
    top: -45%;
    right: -2%;
  }
  #title .title-abs .title-entry-btn {
    width: 14%;
    bottom: 42%;
    right: -2%;
  }
  
  .cp-info2 {
    height: 72.5%;
    top: 10%;
    right: -1%;
  }  

  .title-date ul {
    display: block;
    margin: 3% 0;
  }
  
  .title-date ul li:nth-child(1) img {
    width: 80%;
    margin-bottom: 2%;
  }
  
  .title-date ul li:nth-child(2) img {
    width: 72%;
  }
}

@media (max-width: 599px) {
  .main-bg {
    width : 96%;
  }
  
  .header-logo {
    width: 56%;
    position: absolute;
    top: 2%;
    left: 2%;
  }
  
  .cp-info-abs {
    position: relative;
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
  } 
  
  .cp-info4 {
    border: red solid 4px;
  }
  
  #title .title-img {
      width: 100%;
      margin-right: 0;
  }
  #title .title2-img {
    width: 25%;
    top: -28%;
    right: 0;
  }
  #title .title-abs{
    margin: 4% 0;
  }
  #title .title-abs .title-entry-btn {
    position: static;
    max-width: 120px;
    width: 25%;
  }
  .cp-info2 {
    top: -15%;
  }
  
  .cp-info3 {
    height: 18%;
    right: 4%;
  }
}

@media (max-width: 299px) {
  #title .title2-img {
    width: 25%;
    top: -24%;
    right: 0;
  }
}
/*------------------------------------
#gNav
------------------------------------*/
body.is-fixed #gNav {
  background-image:url("../images/bg.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#gNav {
  max-width: 1000px;
  margin: 0px auto 12px;
}

#gNav ul{
  display: flex;
  justify-content: space-between;
	max-width: 1000px;
	margin:8px auto;
	width:100%;
}

#gNav ul::after {
  content: "";
  display: block;
  clear: both;
}

#gNav ul li img{
  margin-bottom: 0;
  max-height: 56px;
  width: 96%;
}

#gNav ul li a{
  display:block;
  position:relative;
}

.sp_menu {
  display:none;
  width: 100%;
}
.menu-btn{
  display:none;
  padding:10px;
}

.menu-btn img{
	max-width:50px;
}

@media (max-width: 599px) {
  #gNav {
    display: none;
  }

	.sp_menu {
		display:block;
		position:fixed;
		top:0px;
		right:0px;
    z-index:100;
	}

	.menu-btn{
		display: block;
		z-index: 10;
		position: fixed;
		top:0px;
		right:0px;
	}

	.top-menu_sp{
		display:none;
	}

	.open-menu .top-menu_sp {
		display:block;
		width:100%;
		background-color: rgba(255,238,3,0.99);
		padding:32px 8px;
    animation-name: openMenu-fade-in;
    animation-duration: 0.5s; 
    animation-timing-function: ease-out; 
	}
  
}
  @keyframes openMenu-fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }  
  
	ul.top-menu_sp li{
		width:100%;
	}

	ul.top-menu_sp li a{
		text-decoration: none;
		color:#000;
		font-size: 0.9rem;
		font-weight: bold;
		padding: 20px 0;
		display: block;
		text-align: center;
	}


	body.is-fixed #gNav {
		position: relative;
		top: auto;
		left: auto;
		z-index: auto;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 40px;
	  height: 44px;
	}

	.menu-trigger span {
	  position: absolute;
	  left: 15%;
	  width: 70%;
	  height: 4px;
	  background-color: #000;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 8px;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 8px;
	}
  
	.menu-trigger.active {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  
  .menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(12px) rotate(-45deg);
	  transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: translateY(0) rotate(45deg);
	  transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  opacity: 0;
	}
  
  
/* コンテンツ
================================================== */

/* 賞品
================================================== */
#prize{
	text-align: center;
}

#prize .inner{
	max-width: 1000px;
  padding-bottom: 0px;
}

.inner .prizeContents {
  margin-top: 16px;
}
  
.prize-box  {
  background: #fff;
  border-radius: 36px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6);
  padding: 3.5% 4% 5% 2%;
  margin-bottom: 8%;
}

.prize1 {
  position: relative;
}

.prize-a, .prize-b {
  padding-left: 28px;
}

.prize-b {
  margin-bottom:0;
}

.inner .prize-box img{
  width: 100%;
  max-width: 1000px;
  margin-top: -8%;
}

.inner .prize-box .prize1-card {
  position: absolute;
  width: 22%;
  top: 22%;
  right: 1.5%;
}

.entry-btn2 {
  text-align : center;
  margin: 4% auto 7%;
  max-width: 1000px;
}

@media (max-width: 599px) {
  .prize-box  {
    border-radius: 28px;
    padding: 5% 4% 5% 2%;
  }
  .prize-a, .prize-b {
    padding-left: 4%;
  }
}

/* 応募方法
================================================== */
#entry .inner {
  padding-top: 24px;
}

.entryContents{
	margin: 72px auto 0px;
}
  
.entryContents ul{
	display: flex;
}

.entryContents ul li img {
  width: 100%;
  padding-left: 0;
}

.entry-box {
  background: #fff;
  border-radius: 36px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6);
  padding-bottom: 8%;
  margin: 1%;
}

.entry-s1 {
  position: relative;
}

.entry-box img {
  margin-top: -8%;
}

.entryContents ul li .entry-btn {
  position: absolute;
  width: 85%;
  left: 10%;
  padding-right: 16px;
  bottom: 12%;
}


@media (max-width: 599px) {
  #entry .inner {
    padding-top: 0px;
  }
  .entryContents ul  {
    display: block;
  }
  
  .entry-box {
    padding:  0px 3% 1%;
    margin-bottom: 14%;
  }
  
  .entry-s3 {
    margin-bottom: 0;
  }
  
  .entry-s1 img {
    margin-bottom: -12%;
  }
  
  .entry-s2 img , .entry-s3 img {
    margin-bottom: 2%;
  }
  
  .entryContents ul li img {
    width: 90%;
    padding-left: 0;
  }
  .entryContents ul li .entry-btn {
    position: static;
    width: 50%;
    padding-right: 0;
    margin-bottom: 6%;
  }
}


/* エントリー手順
================================================== */

#process .processContents{
  margin-top: 40px;
}

#process .tab-list{
  margin: 0 auto;
  width: 100%;
	padding-bottom: 0;
}

#process .tab-list ul{
	width: 100%;
	position: relative;
}

#process .tab-list li{
	float: left;
	width: 33.33333%;
}

#process .tab-list li img{
  border-radius: 40px 40px 0px 0px;
  width: 100%;
  padding: 0;
}

#process .tab-list ul::after {
  content: "";
  display: block;
  clear: both;
} 

.entryTab-bg {
  margin: 0 auto;
  width: 100%;
  padding: 12px;
  border-radius: 0px 0px 36px 36px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6);
}

.bg-blue {
  background-image: url("../images/bg-blue.png");
}

.bg-green {
  background-image: url("../images/bg-green.png");
}

.bg-pink {
  background-image: url("../images/bg-pink.png");
}

.entryTab{
  margin:0 auto;
  padding: 16px 0px;
  border-radius:0px 0px 24px 24px;
	background: #fff;
}

.entryTab ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.entryTab-box{
	width:48%;
  margin: 0 auto;
}

.tab-contents .entryTab-box:nth-child(odd){
  padding-left: 8px;
}

.tab-contents .entryTab-box:nth-child(even){
  padding-right: 8px;
}

.entryTab-box .img-info {
  text-align :center;
  padding: 12px 0 8px;
}

.step_text{
  display:flex;
  border-radius: 56px 0px 0px 56px;
}

.text-info {
  width: 75%;
  text-align:left;
  padding: 16px 0px 0px 16px;
}

.step_text .greenbold{
  font-size: 18px;
  color:#000;
  font-weight:bold;
  line-height: 1.5rem;
}

.step_text a {
  color: rgb(225, 0, 0);
  text-decoration: none;
}

.img-info img {
  width: 100%;
}

.bg-blue2 {
  background-image: url("../images/bg-blue2.png");
}

.bg-green2 {
  background-image: url("../images/bg-green2.png");
}

.bg-pink2 {
  background-image: url("../images/bg-pink2.png");
}

.inner .contentsInfo .step_text .step_img{
  width: 25%;
  height: 25%;
}

.entryTab .anotext1 {
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 1rem;
  padding: 0.25rem 0.25rem 0 0;
  font-weight: bold;
}

.entryTab .anotext2 {
  font-size: 10px;
  letter-spacing: -0.5px;
  line-height: 1rem;
  padding: 0.25rem 0.25rem 0 0;
  font-weight: bold;
}


@media (max-width: 1024px) {
  #process .tab-list li img {
    border-radius: 24px 24px 0px 0px;
  }
  .text-info {
    padding: 1.5vw 0 0 1.5vw;
  }
  .step_text .greenbold {
    font-size: 1.5vw;
    line-height: 0.1vw;
  }
  .entryTab .anotext1 {
    font-size: 1vh;
    line-height: .85rem;
  }
  .entryTab .anotext2 {
    font-size: 0.5vh;
    line-height: 1;
    letter-spacing: -1px;
  }
}

@media (max-width: 799px) {
  .entryTab-box{
	  width: 100%;
    margin: 0px 4px;
    padding: 0px;
  }
  .entryTab-bg {
    padding: 8px;
  }
  #process .tab-list li img {
    border-radius: 24px 24px 0px 0px;
  }
  .step_text {
    border-radius: 80px 0px 0px 80px;
  }
  
  .tab-contents .entryTab-box:nth-child(odd) {
    padding-left: 0;
  }
  .tab-contents .entryTab-box:nth-child(even) {
    padding-right: 0;
  }
  
  .text-info {
    padding: 3% 0 0 3%;
  }
  
  .step_text .greenbold {
    font-size: 3vw;
    line-height: 1.75rem;
  }
  
  .entryTab .anotext1 {
    font-size: 2vw;
    line-height:1.2rem;
    padding: 4px 16px 0 0 ;
  }
  
  .entryTab .anotext2 {
    letter-spacing: -0.5px;
  }
}

@media (max-width: 530px) {
  .entryTab .anotext1 {
    line-height: 1.5;
    padding: 0;
  }
}

@media (max-width: 499px) {
  .step_text .greenbold {
    line-height: 1.25;
  }
}

@media (max-width: 375px) {
  .entryTab .anotext1 {
    line-height: 1;
  }
  .step4 br {
    display: none;
  }
}

/* Clun JRA-Netとは
================================================== */
#clubjranet .inner .contents-title{
  margin: 8% 0 4%;
}

.clubjranetContents img {
  width: 100%;
}

.ClubJra-box {
  position: relative;
  background: #fff;
  border-radius: 36px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6);
  padding: 8% 4% 0px ;
  margin: 4px;
}

.clubjranetContents .ClubJraNet2 {
  position: absolute;
  width: 20%;
  top: -5%;
  right: 2%;
}

.clubjranetContents .shousai-btn {
  margin: 6%;
  width: 50%;
}

@media (max-width: 599px) {
  #prize .inner .contents-title , #entry .inner .contents-title {
    margin-bottom: 16px;
  }
  #process .inner .contents-title {
    margin-bottom: -16px;
  }
}


/* Q&A
================================================== */
#qa .questionContents{
  width: 100%;
	background: #FFFFFF;
  border-radius: 36px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6) ;
	margin: 32px auto 0px;
	padding: 24px 0px;
  text-align: left;
}

#qa dl{
	margin: 0px auto;
	padding: 16px 0;
	max-width: 1000px;
	width: 92%;
}

#qa dd .blank {
  margin-left: 1.5rem;
}

#qa dt {
	font-size: 15px;
	font-weight: bold;
	width:100%;
	position:relative;
	padding:0.5rem;
	padding-left: 96px;
	min-height: 60px;
	padding-top:5px;
}

#qa dt:after{
	content:"";
  margin-top:5px;
	background-image: url('../images/Q.png');
	background-size:contain;
	background-repeat:no-repeat;
	width:60px;
	min-height: 60px;
	position:absolute;
	top:0.5rem;
	left:0.5rem;
}

#qa dt span {
    font-size:18px;
    color: #b0823f;
    font-weight: bold;
    padding:20px 0;
    display:inline-block;
}

#qa dd {
	font-weight: bold;
	padding-left: 96px;
	position:relative;
	padding-top:5px;
}

#qa dd:after{
	content:"";
  margin-top:5px;
	background-image: url('../images/A.png');
	background-size:contain;
	background-repeat:no-repeat;
	width:60px;
	min-height: 60px;
	position:absolute;
	top:0.5rem;
	left:0.5rem;
}
#qa dd p{
  font-size: 18px;
	margin-top: 12px;
	margin-bottom: 16px;
  line-height: 2rem;
}
#qa dd a{
	font-size: 15px;
	color: #934700;
}

#qa dd img{
  margin: 1% 0;
  max-height: 60px;
}

@media (max-width: 1024px) {
  #qa dd img{
    max-width: 50%;
  }
}

@media (min-width: 600px) and (max-width: 799px) { 
  #qa dd p {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  #qa dl{
	  padding: 12px 0;
	}
  
  #qa .questionContents ,.processContents{
	  margin-top: 16px;
  }
  
	#qa dt,
	#qa dd {
		min-height: 25px;
		padding-left: 48px;
	}
	#qa dt:after,
	#qa dd:after{
		width:25px;
		min-height: 25px;
    margin-top: 0;
	}
	#qa dt span {
		padding:5px 0;
    font-size:0.9rem;
	}
	#qa dd p{
	margin: 8px 0px;
  line-height: 1.25rem;
  font-size:0.75rem;
	}
  #qa dd a{
  font-size:0.75rem;
	}
}

.entry-btn3 {
  max-height: 60px;
  max-width: 60%;
}


/* footer
================================================== */
#footerCopy {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 24px 0;
}

#footerCopy img{
  position: absolute;
	max-width: 72px;
  margin-left: 48px;
  top: 0;
  left: 0;
}

#footerCopy span{
  position: absolute;
  font-size: 0.75rem;
  color: #000;
  margin-right: 40px;
  top: 4px;
  right: 0;
}

.topBack{
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.topBack img:hover {
  opacity: 0.85;
}

@media (max-width: 599px) {
  #footerCopy{
    position: static;
    text-align: center;
  }
  
  #footerCopy img {
    display: block;
    margin: 0 auto 8px;
    position: static; 
    max-width: 72px;
  }
  #footerCopy span {
    display: block;
    position: static; 
    font-size: 8px;
    margin-right: 0px; 
  }

  .m30 {
    margin-top:30px;
  }	
  	
  .topBack{
    position: fixed;
    bottom: 2px;
    right: 2px;
  }
    
  .topBack img {
    width: 75%;
    height: 75%;
    margin-left: 25%;
  }
  	
  #qa .inner{
    padding: 0px;
  }
  	
  #entry .entryContents{
  	margin: 40px 0px 0px;
    padding: 0px 0px 0px 0px;
  }	
	
}
	
#gNav ul li a:hover,
#entryBtn a:hover{
	opacity: 0.85;
}

#headerSns{
	position: absolute;
	z-index: 99;
	top: 12px;
	right: 5px;
}

#headerSns li{
display: inline-block;
}

#headerSns li img{
	display: block;
	margin-bottom: 10px;
	padding-right:2px;
  width: 32px;
}

@media screen and (max-width: 599px) {
  #headerSns {
    top: 8%;
    right: 65px;
  }
  #headerSns li img{
    magin-top: 8px;
	  width:24px;
  }
}

@media screen and (max-width: 399px) {
  #headerSns li img{
    width: 20px;
  }
}