



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

.y_uline{
	background: linear-gradient(transparent 96%, #ffe100 0%);
}
.w_uline{
	background: linear-gradient(transparent 96%, #ffffff 0%);
}


.lp_content{
	min-height:100vh;
	max-width: 750px;
	margin: 0 auto;
	background: url("/images/main_bg.jpg") center center repeat;
	background-size: 375px 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:solid 2px #202020;
}

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

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

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


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





/************* ログ前　ヘッドライン *************/



/************* 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: #00b900;
}

.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 .line_btn{ margin: 40px auto;}

.safety_text{
	line-height: 1.68;
	border: 4px double #f26dba;
	padding: 16px;
	background: #ffe6f8;
}

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



.addition{
	padding: 16px;
	background: #f7f9fa;
	border-radius: 8px;
	font-size: 12px;
}





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background: #ffffff;
	transition: .5s;
	z-index:9999;
	height:48px;
}

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

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

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


#header_inner #logo{
	display:block;
	width: 120px;
	height: 35px;
	background:url(/images/logo.png) center center / cover no-repeat;
	text-indent:-9999px;
}


.LP_regButton img{
	height: 30px;
}





/************* フッター（ログ前) *************/
.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;
}


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






/************* FV *************/
.catch01{}
.catch02{}


.regist_area{
	padding: 10px 16px 32px;
}

.tokuten li{
	background-color: #ffffff;
	padding: 12px 40px 12px 32px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 1.2;
	margin: 0 auto 12px;
	position: relative;
}

.tokuten li:nth-of-type(1){
	background: url("/images/lp/toku01.png") 0 0 / 40px auto no-repeat #ffffff;
}
.tokuten li:nth-of-type(2){
	background: url("/images/lp/toku02.png") 0 0 / 40px auto no-repeat #ffffff;
}
.tokuten li:nth-of-type(3){
	background: url("/images/lp/toku03.png") 0 0 / 40px auto no-repeat #ffffff;
}

.tokuten li:nth-of-type(1)::after{
	content: "";
	display: inline-block;
	width: 33px; height: 32px;
	background: url("/images/lp/t_icon01.png")  0 0 / 32px auto no-repeat;
	position: absolute; top: 50%; right: 7px;
	margin-top: -14px;
}
.tokuten li:nth-of-type(2)::after{
	content: "";
	display: inline-block;
	width: 50px; height: 30px;
	background: url("/images/lp/t_icon02.png")  0 0 / 50px auto no-repeat;
	position: absolute; bottom: 2px; right: 4px;
}

.tokuten li:nth-of-type(3)::after{
	content: "";
	display: inline-block;
	width: 34px; height: 34px;
	background: url("/images/lp/t_icon03.png")  0 0 / 34px auto no-repeat;
	position: absolute; top: 50%; right: 5px;
	margin-top: -17px;
}

.regist_form{
	text-align: center;
	margin: 24px auto 0;
}

.regist_form > p{
	opacity: 0.7;
	font-size: 12px;
	margin: 20px auto 0px;
	line-height: 1.2;
}




/************* RECORD 的中実績 *************/
.lp_result{
	background: url("/images/lp/res_bg.jpg") center center repeat;
	background-size: 375px auto;
	padding: 32px 16px 64px;
}


.res01{
	margin: 0 auto 32px;
}

.res02{
	margin: 0 auto 24px;
}



.hit_record{
	padding: 24px 10px 40px;
}

.result_txt01,.result_txt02{
	text-align: center;
	margin: 0 auto 24px;
}

.hit_box{
	
}

.hit_box li{
	width: 100%;
	margin: 0 8px 0;
	max-width: 240px;
	background: #ffffff;
	padding: 12px 14px 12px 14px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.rec_date{
	display: inline-block;
	background: #5bd2d1;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	padding: 1px 10px;
	border-radius: 100px;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 8px 0;
}

.rec_race{
	text-align: right;
}

.rec_pay{
	text-align: right;
	color: #f65d00;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding: 8px 0 0px;
	letter-spacing: -0.4px;
}

.rec_pay::before{
	content:"";
	width: 50px;
	height: 48px;
	background: url(/images/lp/money_icon.png) 0 0 no-repeat;
	background-size: 50px auto;
	position: absolute;
	top: -10px;
	left: -6px;
}

.rec_pay strong{
	animation-duration: 2s;
}

.rec_pay i{
	font-style: normal;
	font-size: 16px;
}

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


.ul_topResult {
    width: 100% !important;
}







/************* 利用者様の感想 *************/
.lp_voice{
	background: url("/images/lp/voice_bg.jpg") center center repeat;
	background-size: 375px auto;
	padding: 32px 0px 0px;
}

.lp_voice .lp_voice_in{
	padding: 0 16px;
}

.voice_box{
	position: relative;
	z-index: 10;
	margin-top: -12px;
}

.voice_box li{
	padding: 20px 16px 20px 16px;
	font-size: 13px;
	margin: 0 auto 12px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}


.voice_box li::before{
	content: "";
	display: inline-block;
	background: #ffe100;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: -25px;
	transform: rotate(45deg);
}

.voice_box li p{
	line-height: 1.6;
}

.vo_last{
	color: #ffffff;
	line-height: 1.2;
	font-size: 12px;
	margin: 0 auto 32px;
}


/******** greeting ********/
.lp_greeting{
	background: url("/images/lp/greeting_bg.jpg") center center repeat;
	background-size: 375px auto;
	padding: 32px 16px 32px;
}

.lp_greeting p{
	color: #ffffff;
}

.gr_img01{
	float: right;
	margin: 0 0 10px 10px;
}

.gr_img02{
	clear: both;
	margin: 24px auto;
}

.gr_img03{
	margin: 24px auto;

}




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

#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;
}


