



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

.whline{background: linear-gradient(transparent 95%, #fff 0%);}
.yline{	background: linear-gradient(transparent 68%, #fffe00 0%);}
.pkline{background: linear-gradient(transparent 13%, #ff4481 0%);}
.pktxt{margin: 0 5px; padding: 0 3px;}

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


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



#lp img,#lp p{
	-ms-user-drag: none;
	-moz-user-drag: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


.common_text{ line-height: 1.68;}





.mb40{ margin-bottom: 40px;}
.mb80{ margin-bottom: 80px;}



.procedure_table{
	width:100%; border-collapse:collapse;
	margin: 0 auto 24px;
	border: 3px solid #001448;
}

.procedure_table th,
.procedure_table td{
	line-height: 1.8;
}

.procedure_table th{
	padding: 1em;
	background: #eee;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.procedure_table td{
	padding: 1.5em 1em;
	text-align:center;
	background: #ffffff;
}


.procedure_table td textarea{
	width: 100%;
	line-height: 1.8;
}


.headline_member p{
	border-left: 3px solid #bfe8ea;
	padding: 0 0 0 8px;
}


.btn01,
.btn02,
.btn03,
.btn04{
	display:block;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	text-align:center;
	line-height: 1;
	letter-spacing: 0.1px;
	position: relative;
}

.btn01:after,
.btn02:after,
.btn03:after,
.btn04:after{
	content:"\f061";
	font-family:"Font Awesome 6 Free";
	margin: 0px 3px 0px 0;
	display: inline-block;
	position: absolute;
	font-weight: 900;
	right: 10px;
}

.btn01{
	background: #0079c9; 
	border: 3px solid #507cb3;
	color: #ffffff !important;
}

.btn02{
	background: #ffffff; 
	border: 3px solid #507cb3;
	color: #507cb3;
}

.btn03{
	background: #f8d902; 
	border: 3px solid #507cb3;
	color: #507cb3;
}

.btn04{
	background: #ff1919; 
	border: 3px solid #db353a;
	color: #ffffff;
}




/************* LINE　登録関連 *************/
.line_btn{
	display: block;
	width: 86%;
	margin: 0 auto;
	border-radius: 100px;
	height: 56px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: #0ec54a;
}

.line_btn::before{
	content: "\e5e1";
	font-family: "Material Icons";
	display: inline-block;
	margin: 0px 3px 0px 0px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.regist_cont{
	background: rgba(255,255,255,0.5);
	padding: 1.5em;
	margin-top: 12px;
}

.regist_cont .line_btn{ margin: 20px auto 40px;}

.safety_text{
	margin-top: 20px;
	padding: 1.5em 1em;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.safety_text p{
	background: #ff6000;
	color: #ffffff;
}

.safety_text p:first-child{
	margin-bottom: 10px;
}

.check_cont{
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.check_cont .checkbox{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -1px 6px 0 0;
}

.check_cont label{
	font-size: 14px;
	color: #041540;
	font-weight: bold;
}

.addition{
	border: 2px solid rgba(0,0,0,0.7);
	padding: 16px;
	border-radius: 8px;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	background: #eefbff;
}





/************* ヘッダー ************/


#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 38%,#f0f0f0 100%);
	transition: .5s;
	z-index:9999;
	border-bottom: 1px solid #001448;
	box-shadow: 0px 0px 10px 0px rgba(0,0,255,12%);
}

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


#header_inner{
	margin: 0 auto;
	max-width: 750px;
}

#header_inner h1{
	padding: 0px 8px 0 8px;
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	margin-left: 0;
	height: 48px;
}


#header_inner #logo{
	margin: 3px 0 0 0;
	display:block;
	width: 150px;
	height: 25px;
	background:url(/images/logo.png) center 0px / contain no-repeat;
	text-indent:-9999px;
}

.LP_regButton{
	display: inline-block;
	width: 87px;
}

.LP_regButton img{
	width: 87px;
	height: 29px;
}





/************* フッター（ログ前) *************/
.aside_link{
	padding: 0 16px 24px;
	display: flex;
	justify-content: space-between;
}

.aside_link li{
	width: 49%;
}

.aside_link a{
	display: block;
	border: #333 solid 2px;
	text-align: center;
	height: 50px;
	padding: 12px 0;
	border-radius: 3px;
	background: #fff;
}

.aside_link a img{
	width: 116px;
	height: auto;
}


/************ 特定商取引 ************/






/************* CA - Form *************/
.CA{
	background: url(/images/LP/CA_bg.png) center top / cover no-repeat;
}

.CA02{
	padding: 10% 0 0;
	background: url(/images/LP/CA_bg.png) center top / cover no-repeat;
	margin: -3% auto 0;
}

.CA_text{
	padding: 5% 5% 0;
	margin-bottom: -5%;
}

.CA_racer{
	
}

.regist_form{
	position: relative;
	z-index: 5;
}

.Regist_bg{
	position: absolute;
	z-index: 0;
	margin-top: -4%;
}

.CA_logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
    z-index: 50;
}



.tokuten_area{
	position: absolute;
	margin: 10% 5% 0;
	padding: 8% 4% 4% 4%;
	background: #001448;
	border-radius: 10px;
	left: 0;
	right: 0;
}

.tokuten_area div{
	font-family:"Noto Sans JP";
	color: #ffffff;
	font-weight: bold;
	font-size: 3rem;
}

.tokuten_area div span{
	color: #ffff05;
	font-weight: bold;
}

.tokuten_area img{
	width: 100%;
	height: auto;
}

.tokuten_01{
	margin: 5% auto 5%;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 5%;
}

.tokuten_02{
	margin: 5% auto 5%;
}

.tokuten_area ul{ margin: 0 auto 5%;}
.tokuten_area ul li:first-child{ margin-bottom: 0rem;}
.tokuten_area ul li button{ cursor: pointer;}

.tokuten_area p{
	text-align: center;
	margin-top: 1rem;
	font-size: 1.8rem;
	color: #ffffff;
}


.CA_last{
	margin-top: 92%;
	background: #004bb0;
}



/************* RESULTS *************/
.result_area{
	padding: 0;
}

/*
.result_area h2{
	margin-bottom: 0rem;
	padding: 7rem 0 9rem;
	background: url("/images/lp/lp_ttl_bg.png") top center no-repeat;
	background-size: cover;
	text-align: center;
}

.result_area h2 img{
	width: 100%;
	height: auto;
	max-width: 37.8%;
}
*/

.result_cont{
	padding: 5% 0 0;
}


.hit_box li{
	padding: 6px;
	text-align: left;
	width: 78%;
}

.hit_box li div.hit_box_contin{
	background: #ffffff;
	padding: 5px;
	box-shadow: 1rem 1rem 1rem rgba(0,0,0,15%);
	display: flex;
}


.hit_box li h4{
	display: inline-block;
	font-size: 10px;
	margin-bottom: 2%;
	font-weight: normal;
	background: #1140c4;
	color: #ffffff;
	padding: 1px 5px;
	line-height: 1;
	vertical-align: top;
}

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

.hit_box li div.hit_box_txt{
	width: 58%;
	padding: 0 0 0 5px;
}

.hit_box li div.hit_box_txt p{
	letter-spacing: 0;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: -0.5px;
}

.rec_pay strong{
	animation-duration: 2s;
	font-size: 20px;
	color: #ff6000;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
}

.rec_pay b{
	margin: 0 1px;
	font-size: 12px;
}

.rec_pay span{
	margin-left: 1px;
	font-size: 12px;
}

.result_cont > span{
	color: #000000;
	font-weight: 600;
	fonto-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	display: block;
	letter-spacing: 0;
}

.result_images{
	padding: 6rem 3rem 5rem;
	text-align: center;
}

.result_images img{
	margin-bottom: 6rem;
	width: 100%;
	height: auto;
}





/************* LP *************/
.lp01{
	padding: 14% 5% 10%;
	background: url(/images/LP/lp01_bg.png) center top / cover no-repeat;
	margin: -5% auto 0;
}

.lp01_01{margin: 0 auto 8%;}
.lp01_02{margin: 0 auto 4%;}
.lp01_03{margin: 0 auto 4%;}
.lp01_04{margin: 0 auto 8%;}



.lp02_box01,.lp04_box01{
	padding: 10% 5% 0%;
	background: url(/images/LP/bule_bg01.png) center top / contain no-repeat;
	margin: 0 auto 0;
	color: #ffffff;
}

.lp02_01{margin: 0 auto 8%;}
.lp02_text01{margin: 0 auto 8%; font-weight: bold; line-height: 2; letter-spacing: -0.5px; }
.lp02_text01 span{ background: #ffffff; padding: 0 0px 0 4px; line-height: 1.6;
	color: transparent;
	animation: textAnime forwards 1.5s 1 ease 0.5s normal;
}

@keyframes textAnime{
	0% {
	    color: transparent;
	}

	50% {
	    color: transparent;
	}
	100% {
	    color: #001448;
	}
}

.lp02_text02{margin: 0 auto 8%;}
.lp02_text03{margin: 0 auto 8%;}
.lp02_text04{margin: 0 auto 8%;}
.lp02_text04 span{background: linear-gradient(transparent 95%, #ffffff 0%);}

.lp02_text05{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 auto 8%;
}


.lp02_02{margin: 0 auto 3%;}
.lp02_03{margin: 0 auto 8%;}

.lp02_box02,.lp04_box02{
	padding: 0% 5% 10%;
	background: url(/images/LP/bule_bg02.png) center bottom / contain no-repeat;
	margin: 0 auto 0;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.lp02_bottom,.lp04_bottom{
	padding: 1.6% 0 1.6%;
	background: url(/images/LP/blue_bg_bottom.png) center top / cover no-repeat;
	position: relative;
	z-index: 10;
}

.lp03{
	padding: 8% 0% 10%;
	background: url(/images/LP/lp03_bg.png) center top / cover no-repeat;
	margin: -4% auto 0;
}

.lp03_text{padding: 12% 5% 7%;}

.lp04_top{
	padding: 1.6% 0 1.6%;
	background: url(/images/LP/blue_bg_top.png) center bottom / cover no-repeat;
	position: relative;
	z-index: 10;
	margin-top: -4%;
}
.lp04_01{margin: 0 auto 4%;}
.lp04_02{margin: 0 auto 4%;}
.lp04_03{margin: 0 auto 4%;}
.lp04_04{margin: 0 auto 8%;}
.lp04_05{margin: 0 auto 8%;}
.lp04_06{margin: 0% auto 5%;}
.lp04_07{margin: 0 auto 8%;}
.lp04_08{margin: 0 auto 0;}




/***** lp03 的中実績*****/
#ul-wrapper_topResult{}
.ul_topResult{width:100% !important;}

.ul_result{
	padding: 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

.ul_result li{
	padding: 6px;
	text-align: left;
	width: 85%;
	margin-bottom: 4px;
}

.ul_result li:nth-child(even){ margin-right: 0;}

.ul_result li div.hit_box_contin{
	background: #ffffff;
	padding: 5px;
	box-shadow: 1rem 1rem 1rem rgba(0,0,0,15%);
	display: flex;
}


.li_result .date{
	display: inline-block;
	font-size: 10px;
	margin-bottom: 2%;
	font-weight: normal;
	background: #1140c4;
	color: #ffffff;
	padding: 1px 5px;
	line-height: 1;
	vertical-align: top;
}

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

.ul_result li div.hit_box_txt{
	width: 58%;
	padding: 0 0 0 5px;
}


.li_result .name{
	display:block;
	width:100%;
	font-size:12.8px;
	font-weight:bold; line-height:1.28;
}
.li_result .name.name_long{}

.li_result .race{
	letter-spacing: 0;
	line-height: 1;
	font-size: 2.3rem;
}




/*--------------------
モーダル登録フォーム
--------------------*/

#mag_starter{display:block;}

#mag_starter{position:fixed; left:0; top:0; width:100%; height:4px;}


#mag_starter + #modal_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,45%);
    z-index: 99989;
    animation: cssFadeIn 0.32s;
}

#mag_starter + #modal_wrapper.hidden{display:none;}


#mag_starter + #modal_wrapper #modal {
	position: relative;
	width: 90%;
	line-height: 1;
	z-index: 99999;
	border-radius: 10px;
}

#mag_starter + #modal_wrapper #modal .close{
	position:absolute; right: 12px; top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight:bold;
	padding-top: 4px;
	padding-left: 1px;
	text-align:center;
	cursor:pointer;
}

.modal_img{ border-radius: 10px 10px 0 0; overflow: hidden;}
.modal_img img{ display: block;}

.modal_regist{
	padding: 32px 16px;
	background: #ffffff;
	border-radius: 0 0 10px 10px;

}

.modal_regist_form{
	text-align: center;
}

.modal_caution{
	text-align: center;
	font-size: 11px;
	line-height:1.28;
	margin-top: 20px;
}


/********************** アニメーション設定 ************************/
.sa {
	opacity: 0;
	transition: all .5s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--up {
	transform: translate(0, 100px);
}

.anime01{
	position: relative;
	opacity: 0;
	bottom: -2em;
}

.anime01-active{
	opacity: 1 !important;
	bottom: 0 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s ;
	transition: 1s;
}

.anime02{
	position: relative;
	opacity: 0;
	left: -2em;
}

.anime02-active{
	opacity: 1 !important;
	left: 0 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s ;
	transition: 1s;
}

.anime03{
	position: relative;
	opacity: 0;
	right: -2em;
}

.anime03-active{
	opacity: 1 !important;
	right: 0 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s ;
	transition: 1s;
}

.anime04{
	position: relative;
	overflow: hidden;
}

.anime04-active:before{
	animation: barAnime forwards 1.5s 1 ease 0.1s normal;
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #001448;
}

@keyframes barAnime{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}


.anime05,
.anime06,
.anime07,
.anime08,
.anime09{
	opacity: 0;
}

.anime05-active,
.anime06-active,
.anime07-active,
.anime08-active,
.anime09-active{
	animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}

.anime05-active:before,
.anime06-active:before,
.anime07-active:before,
.anime08-active:before,
.anime09-active:before{
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
}

.anime05-active:before{
	background: #ffffff;
}

.anime06-active:before,
.anime07-active:before{
	background: #f8d902;
}

.anime08-active:before,
.anime09-active:before{
	background: #fdc600;
}


.anime05-active:before{
	animation: anime05-active 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anime06-active:before{
	animation: anime06-active 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anime07-active:before{
	animation: anime07-active 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anime08-active:before{
	animation: anime08-active 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anime09-active:before{
	animation: anime09-active 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

@keyframes anime06-active{
	100% {
		transform: translateX(100%);
	}
}

@keyframes anime08-active{
	100% {
		transform: translateX(100%);
	}
}

@keyframes anime05-active{

	100% {
		transform: translateX(-100%);
	}
}

@keyframes anime07-active{

	100% {
		transform: translateX(-100%);
	}
}

@keyframes anime09-active{

	100% {
		transform: translateX(-100%);
	}
}






.bounceIn{
	opacity: 0;
}

.animate__bounceIn{
	opacity: 1;
}

.fuwafuwa {
    animation: fuwafuwa 3s linear infinite;
} 
/* fuwafuwa */
@keyframes fuwafuwa {
  0% { transform: translateY(-4px) }
  33.33333% { transform: translateY(-8px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(-4px) }
}

.delay-time01{ animation-delay: 0.2s;}
.delay-time02{ animation-delay: 0.4s;}
.delay-time03{ animation-delay: 0.6s;}
.delay-time04{ animation-delay: 0.8s;}
.delay-time05{ animation-delay: 1.0s;}
.delay-time06{ animation-delay: 1.2s;}
.delay-time07{ animation-delay: 1.4s;}

