

/*----------------------------------------------
共通部分
----------------------------------------------*/

body {
	font-size: 15px;
	letter-spacing: 0.3px;
}


.LP_catch .top_bar_01{
	display:block;
	width: 100%;
	background: linear-gradient(to bottom, #d6091e 0%, #c0081b 100%);
	padding: 7px 7px 7px 10px;
}


.LP_catch .top_bar_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.LP_catch .top_bar_01 h1 span{ font-size: 12px; letter-spacing: 0.1;}

.LP_catch .top_bar_01 h1 img{ height: 36px;}

.LP_catch .top_bar_01 a img{ height: 28px;}



.lp_content{
	min-height:100vh;
	padding: 0;
	max-width: 750px;
	margin: 0 auto;
	background: #fbfbfb;
}


#lp{
	margin: 0 auto;
	padding: 0 0 0 0;
}


.LP_bg{
	
}

.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}


#fixed-header {
	position: fixed;
	top: 0px; 
	width: 100%;
	background: #ffffff;
	transition: .5s;
	z-index:9999;
	height:48px;
	max-width: 750px;
}

#fixed-header.is-show { top: 0;}

#header_inner{
	height:52px;
	background: #ffffff;
	border-bottom: 4px solid #ffd500;
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);*/
	position: relative;
}


/************* LP *****************/

.catch{
	padding-top: 82px;
	background: #DCBF96;
	text-align: center;
}

@media screen and (min-width: 500px){
	.catch{ padding-top: 82px;}
}

.catch div{
	background: #ffd500;
	padding-top: 25px;
}

.regist_area{
	padding: 2.0em 1.0em;
	background: #ffd500;
	text-align: center;
}

.lp_race{
	color: #222222;
	font-weight: 500;
	border-radius: 5px;
	font-size: 20px;
}

.regsit_box{ text-align: center; }
.regsit_box li{ margin: 0 auto; }

.regsit_box li.line_regsit_btn{
	margin-bottom: 8px;
}

.regsit_box li.line_regsit_btn span{
	font-size: 8px;
	line-height: 1;
	display: block;
	margin-top: 5px;
}

.regsit_box li a{ display: block; }

.regsit_box li.line_regsit_btn p{margin-top: 5px;}


.lp_01{
	padding: 2.5em 1.0em;
	background: #343490;
	text-align: center;
}

.lp_02{
	padding: 2.5em 1.0em 0em 1.0em;
	background: #DCBF96;
	text-align: center;
}
.lp_02 ul{margin-bottom: 25px;}


.lp_02 ul li{
	background: #ffffff;
	color: #343490;
	padding: 8px 5px 8px 10px;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}
.lp_02 ul li:last-child{margin-bottom: 0px;}


.lp_03{
	padding: 2.5em 1.0em 0 1.0em;
	background: #de8b86;
	text-align: center;
}

.lp_03 p{
	text-align: left;
	color: #ffffff;
	margin-bottom: 24px;
	line-height: 1.8;
}

.lp_03 p span{
	  background: linear-gradient(transparent 70%, #cf6b66 70%);
}

.lp_04{
	padding: 2.5em 0;
	background: #DCBF96;
	color: #343490;
	text-align: center;
	line-height: 1.8;
}





.result_Title{padding: 2.5em 0 0; text-align: center;}
.result_txt_bottom{padding: 0 5px; text-align: center;}
.result_txt_bottom02{padding: 0 5px 2.5em 5px; text-align: center;}

#LP_result{
	padding: 2.5em 0.5em 3em 0.5em;
}

.lp_result{
	display:flex;
	flex-wrap:wrap;
}

.lp_result .res_li{
	width: 240px;
	margin:0 12px 0 12px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
	overflow: hidden;
}

.lp_result li .date{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #CE5D20;
	font-weight: normal;
	background: #ffffff;
	border-radius: 100px;
	line-height: 1;
	padding: 1px 8px 2px;
}

.lp_result li inner{
	display:block;
	font-weight: bold;
	line-height: 1.5;
}

.lp_result li figure{
	display:flex; flex-direction:column; justify-content:center; align-items:center;
	width:100%;
	padding-top:50%;
	background:center center / cover no-repeat;
}

.lp_result li figure span{
	display:inline-block;
	margin:-50% 0 0 0;
}

.lp_result li inner div{
	padding: 6px 10px 10px 10px;
	background: #CE5D20;
	color: #ffffff;
	letter-spacing: 0.8px;
}

.lp_result li .name{
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold; line-height:1.28;
}

.lp_result li .name.name_long{}

.lp_result li .race{
	display:block;
	width:100%;
	padding: 0 0 10px 0;
	font-size:14px;
	line-height:1.28;
	font-weight:normal;
	border-bottom: 1px solid #ffffff;
}

.lp_result li .horse{
	display:block;
	width:100%;
	margin-top:4px;
	font-size:14px;
	line-height:1;
}

.lp_result li .sum{
	display:block;
	position: relative;
}

.lp_result li:not(.hit2_99) .sum{
	border:none;
}

.lp_result li .sum img{
	display: none;
	width: 32px;
	height: 30px;
	position: absolute; top: 7px; left: -18px;
}


.lp_result li .sum span{
	padding: 0;
	display:inline-block;
	font-family:"Noto Sans JP";
	color:#ffffff;
	letter-spacing: 0px;
}

.lp_result li .sum.sum_miss span{
	border:none;
	color:#c1ab05;
	font-size:14px;
	font-weight:600;
}

.lp_result li .sum var{
	position:relative; bottom:-1.6px;
	display:inline-block;
	vertical-align:baseline;
	font-family:"Barlow";
	font-size:28px;
	font-weight:600;
}
.lp_result li .sum var:nth-of-type(1){margin:0;}
.lp_result li .sum var:nth-of-type(2){margin:0 0 0 0.8px;}

.lp_result li .sum unit{
	position:relative; bottom:0;
	display:inline-block;
	vertical-align:baseline;
	font-size:16px;
	font-weight:900;
}
.lp_result li .sum unit:nth-of-type(1){margin:0 0 0 0.4px;}
.lp_result li .sum unit:nth-of-type(2){margin:0 0 0 0.4px;}

.lp_result li .sum sub{
	display: inline-block;
	position:relative; bottom:0;
	vertical-align:baseline;
	margin:0 0 0 2px;
	font-size:20px;
	font-weight:700;
}















.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*--- cssアニメーション ここから ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(0.9, 0.9);
}

@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

/*--- cssアニメーション ここまで ---*/



/********アニメーション＞ふわふわ********/
.fluffy{animation:fluffy 1.2s linear infinite;}
	@keyframes fluffy{
		0%{transform:scale(1.0,1.0);}
		50%{transform:scale(1.04,1.04);}
		100%{transform:scale(1.0,1.0);}
	}


