







/********LPカスタムエレメント********/
.white_sd{text-shadow:
	#ffffff 3px 0px 3px, #ffffff -3px 0px 3px,
	#ffffff 0px -3px 3px, #ffffff -3px 0px 3px,
	#ffffff 3px 3px 3px, #ffffff -3px 3px 3px,
	#ffffff 3px -3px 3px, #ffffff -3px -3px 3px,
	#ffffff 1px 3px 3px, #ffffff -1px 3px 3px,
	#ffffff 1px -3px 3px, #ffffff -1px -3px 3px,
	#ffffff 3px 1px 3px, #ffffff -3px 1px 3px,
	#ffffff 3px -1px 3px, #ffffff -3px -1px 3px,
	#ffffff 1px 1px 3px, #ffffff -1px 1px 3px,
	#ffffff 1px -1px 3px, #ffffff -1px -1px 3px;
}

.mincho{font-family: serif;}
.gothic{font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;}






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

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


.LP_catch .top_bar_01{
	display:block;
	width: 100%;
	background: #000000;
	padding: 5px 7px 5px 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: 35px;}

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



.lp_content{
	min-height:100vh;
	padding: 0;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}


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




.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: -70px; 
	width: 100%;
	background: #000000;
	transition: .5s;
	z-index:9999;
	height:48px;
}

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

#header_inner{
	height:48px;
	background: #000000;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	position: relative;
}




/*-- LP_FV --*/

@keyframes slideIn {
  60% {
    transform: translateX(120%);
  }
  75% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(102%);
  }
  100% {
    transform: translateX(100%);
  }
}

.LP_FV {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/lp/LP_FV.png) no-repeat;
	background-size: 100%;
	overflow-x: hidden;
}

.LP_FV_layer {
	display: block;
	position: relative;
	right: 100%;
}

.show {
	animation-name: slideIn;
	animation-duration: 1.1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}




/*-- regist --*/

.regist_bg{
	background: url(/images/lp/img03.png) top center no-repeat;
	background-size: cover;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.regist_bg ul{
	margin: 15px auto 10px auto;
	width: 70%;
}

.regist_bg ul li{
	margin-bottom: 5px;
}


.regist_bg .regist_txt{
	display: inline-block;
	text-align: left;
	font-weight: normal;
	padding: 10px;
	border-radius: 3px;
	background: rgb(255,255,255,0.09);
	text-shadow: -3px 0 3px #000000, 3px 0 3px #000000, 0 3px 3px #000000, 0 -3px 5px #000000;
	font-family: serif;
	margin-bottom: 20px;
}


/********************** regist_btn ************************/

.regist_btn{
	position: relative;
	overflow: hidden;
	width: 90%;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	background-image: linear-gradient(180deg, rgba(242, 240, 71, 1) 10%, rgba(30, 217, 79, 1) 90%);
	box-shadow(rgba(0, 0, 0, .2) 0 0 0 20px inset);
	border-radius: 100px;
	border: 1px solid #89e54b;
	box-shadow: inset 4px 4px 8px rgba(255,255,255,.5),inset -4px -4px 8px rgba(0,0,0,.5);
	padding: 15px 10px;
	text-align: center;
 	outline: none;
	transition: ease .2s;
}

/******** 320px用 ********/
@media screen and (max-width: 320px){
	.regist_btn{font-size: 20px;}
}


.regist_btn:hover{
	border: 1px solid #ffffff;
}

/*ボタン内spanの形状*/
.regist_btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#000000;
}

.regist_btn:hover span{
	color:#ffffff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#000000;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}









/********アニメーション＞キラッと光る********/
.kirari {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
}
.kirari::after {
	animation: 4s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}














/************* 的中実績 *************/
.hit{
	padding: 30px 0px;
	background: url(/images/lp/img07.jpg) top center no-repeat;
	background-size: cover;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	font-family: ;
}

.res_after{
	text-align: center;
	margin: 24px auto;
	letter-spacing: -1px;
}

.hit_box{margin-bottom: 8px;}

.hit_box li{
	width: 100%;
	margin: 0 8px 0;
	width: 248px;
	height: 164px;
	background: url(/images/tekityu.png) 0 0 no-repeat;
	background-size: contain;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0, .6);
	padding: 0px 10px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.li_result inner{display:block;}

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

.li_result figure.noImage{background:rgba(0,0,0,0.2);}

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

.li_result inner .hit_logo{
	width: 75px;
	margin: 5px auto 4px;
}

.li_result inner div{
	background:rgba(255,255,255,0.6);
	padding: 2px 8px 8px 8px;
}

.li_result inner div p{
	color: #000000;
	font-weight: bold;
}


.li_result .date{
	margin: 0 0 0px 0;
	text-align: left;
}

.li_result .race{
	margin: 0 0 3px 0;
	text-align: left;
}

.li_result inner .hit_ribbon img{
	width: 96px;
	margin: 0 auto 4px;
}

.li_result .sum{
	display:inline-block;
	line-height: 0.9;
	color:#000000;
	text-align: center;
	font-family: serif;
}

.li_result:not(.hit2_99) .sum{
	border:none;
	color:#000000;
	font-weight: 600;
}

.li_result .sum.sum_miss span{
	border:none;
	color:#000000;
	font-size: 18px;
	font-weight:600;
}

.li_result .sum var{
	position: relative; bottom: -1px;
	display: inline-block;
	vertical-align: baseline;
	font-weight: 600;
	font-family: serif;
	font-size: 30px;
}
.li_result .sum var:nth-of-type(1){margin:0;}
.li_result .sum var:nth-of-type(2){margin:0 0 0 0.8px;}

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

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





/************* img06 *************/
.img06{
	position: relative;
	display: inline-block;
}

.img06 .img06_bg{
	display: block;
	max-width: 100%;
	height: auto;
}
.img06 .img06_layer{
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
}




/************* img08 *************/
.img08{}

.img08_ttl{
	background:#000000;
	padding:20px 0;
	text-align: center;
}

.img08_inner{
	padding: 15px 0px 30px;
	background: url(/images/lp/img08.jpg) top center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.img08_inner p{
	padding: 15px 10px;
	color: #000000;
	text-align: left;
	font-family: serif;
	line-height:1.4;
}

.img08_txt01{
	padding-bottom: 0px !important;
	width: 100%;
	display: inline-block;
	position: relative;
}
.img08_txt01 .img08_txt03{
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 20%;
	height: auto;
}





/************* img10 *************/
.img10{
	background:#cbc1b5;
	margin-bottom: -35px;
}

.img10_ttl{
	background:#000000;
	padding:15px 0;
	text-align: center;
}

.img10_inner{
	padding: 15px 0px 30px;
	background: url(/images/lp/img10_01.png) top center no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
}

.img10_txt{
	width: calc(100% - 16px);
	margin: 0 auto 15px auto;
	padding: 6px 8px;
	font-size: 12px;
	font-family: serif;
	background: rgb(255,255,255,0.5);
	color:#ffffff;
	text-shadow:#000000 3px 0px 3px, #000000 -3px 0px 3px,
	#000000 0px -3px 3px, #000000 -3px 0px 3px,
	#000000 3px 3px 3px, #000000 -3px 3px 3px,
	#000000 3px -3px 3px, #000000 -3px -3px 3px,
	#000000 1px 3px 3px, #000000 -1px 3px 3px,
	#000000 1px -3px 3px, #000000 -1px -3px 3px,
	#000000 3px 1px 3px, #000000 -3px 1px 3px,
	#000000 3px -1px 3px, #000000 -3px -1px 3px,
	#000000 1px 1px 3px, #000000 -1px 1px 3px,
	#000000 1px -1px 3px, #000000 -1px -1px 3px;
}

.img10 .img10_02{
	position: relative;
	top: -35px;
}





/************* img11 *************/
.img11{
	padding: 20px 0px 0px 0px;
	background: url(/images/lp/img11.jpg) top center no-repeat;
	background-size: cover;
	color: #ffffff;
	margin: 0 auto 5px auto;
	text-align: center;
}






/************* img13 *************/
.img13_ttl{
	background:#000000;
	padding: 15px 0;
	text-align: center;
}

.img13 .img13_inner{
	padding: 5px 0px 40px;
	background: url(/images/lp/img13.jpg) top center no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
}














/*-- キャッチ 


#LP_catch .top_bar_01{
	display:block;
	width: 100%;
	background:#feee39;
	padding: 7px;
}


#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: 35px;}

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


li{list-style:none;}

.bold{font-weight: bold;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}


.ybg{ background:#feee39; text-align:center;}
.wbg{ background:#ffffff; text-align:center;}


.ybox{
	width: 92%;
	margin: 20px auto 30px auto;
	background:#fcd901;
	line-height: 2;
	text-align:left;
	border-radius: 20px;
	padding: 25px;
}

.bbox{
	width: 100%;
	margin: 10px auto 10px auto;
	background:#000000;
	color:#fcd901;
	text-align:center;
	border-radius: 5px;
	padding: 5px;
}


.lp_result{
	width: 96%;
	margin: 0px auto 0px;
}


.lp_result ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.lp_result ul li{
	width:49%;
	margin-bottom: 10px;
	border:solid 3px #000000;
	background: #ffffff;
	font-weight: bold;
}

.lp_result_day{
	border-bottom:solid 3px #000000;
	background: #e8e8e8;
	padding: 5px 0px 5px 0px;
}

.lp_result_txt{
	margin:10px auto 10px;
}

.lp_result ul li span{
	font-size: 1.6rem;
	color:#ff7300;
}



--*/





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







/********アニメーション＞じわっと出現********/

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}



