

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

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:48px;
	background: linear-gradient(to bottom, #d6091e 0%, #c0081b 100%);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
	position: relative;
}


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

.catch{ padding-top: 30px;}

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


.regist_area{
	padding: 2.5em 1.5em;
}

.lp_race{
	padding: 0px 0 24px 0;
}

.lp_race h4{
	color:#d6091e;
	padding: 2px;
	text-align: center;
	font-size: 15px;
	margin: -12px auto 0px;
	font-weight: bold;
	line-height: 1.1;
}

.lp_race h4 i:before{
	content: "\e5c5";
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 22px;
	position: relative;
	top: 6px;
	margin: 0px -2px 0px -4px;
}

.lp_race p{
	background: #d6091e;
	color:  #ffffff;
	padding: 16px 8px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.lp_race p:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(214, 9, 30, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color: #d6091e;
    top:100%;
    left:50%;
}

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

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

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

.regsit_box li a{ display: block; }

.lp02{ padding: 2.5em 1.5em; background:  #ffffff; }

.ab_ttl01,
.ab_ttl02{ text-align: center; margin: 0 auto 2em;}
.ab_img02{ text-align: center; margin: 1.5em auto 1.5em;}


.lp03{ padding: 2.5em 1.5em 0; }
.lp03_txt02{ text-align: center; }
.lp03_step{ text-align: center; margin: 2em auto 2.5em;}
.lp03_last{ text-align: center; }
.lp03_last img{ display: block; }



#LP_result{
	padding: 3em 0.5em;
}

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

.lp_result .res_li{
	width: 240px;
	margin:0 12px 0 12px;
	border: 4px solid #d6091e;
	text-align: center;
	position: relative;
}

.lp_result .res_li:after{
	content: "";
	display: inline-block;
	width: 64px;
	height: 44px;
	background: url(/images/lp/money_icon.png) 0 0 no-repeat;
	background-size: 64px auto; 
	position: absolute;
	right: -18px;
	bottom: -6px;
}

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

.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: 14px 13px;
	background:#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%;
	margin-top:6px;
	font-size:14px;
	line-height:1.28;
}

.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:#c1ab05;
	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;
}








/****************-- お客様の声 --****************/
.voice{padding: 2.5em 1em;}
.voice_box li{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	justify-content: start;
}

.voice_box li:last-child{margin-bottom: 0px;}


.voice_box li img{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
	position: relative;
	top: 10px;
	left: -3px;
}

.voice_box li div{
	border: 2px solid #dfdfdf;
	background: #ffffff;
	padding: 0.8em 0.8em;
	position: relative;
}

.voice_box li div:after,.voice_box li div:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:18px;
}

.voice_box li div:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:4px;
    border-bottom-width:4px;
    border-left-width:8px;
    border-right-width:8px;
    margin-top: 3px;
    border-right-color:#FFFFFF;
}
.voice_box li div:before{
    border-color: rgba(223, 223, 223, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:14px;
    border-right-width:14px;
    margin-top: 0px;
    margin-right: 0px;
    border-right-color:#dfdfdf;
}

.voice_box li div h3{
	color: #d6091e;
	font-weight: bold;
	border-bottom: 2px solid;
	margin-bottom: 1em;
}

.voice_box li div h3 span{
	margin-left: 1em;
}


.voice_last{margin: 2em auto 0; text-align: center;}







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


