



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

.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: 2px solid #aaa;
}

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


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


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



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



/************* 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: 2;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 4px;
	color: #000000;
	background: #f4f4f4;
}

.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{
	border: 2px dashed #f26dba;
	padding: 16px;
	background: #ffe6f8;
	border-radius: 8px;
	font-size: 12px;
}





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background: #ffffff;
	transition: .5s;
	z-index:9999;
	box-shadow: 0px 0px 10px 0px rgba(0,0,255,0.2);
	/*height: 50px;*/
}

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


#header_inner{
	background: #ffffff;
	padding: 5px 0;
}

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


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


.LP_regButton img{
	height: 33px;
}





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


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






/************* Catch - Form *************/
.regist_form{
	margin-top: -5vw;
	padding: 0 4rem 7rem;
	background: #ffffff;
	text-align: center;
}

.regist_form > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}

.btn_area{
	margin-top: -1vw;
	position: relative;
	z-index: 1;
}

.btn_area p{
	margin: 2.5rem 0 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	font-weight: 600;
}





/************* RECOMMEND *************/
.recommend{
	padding: 7rem 8rem 7rem;
	background: #f4f4f4;
	border-top: 3px solid #dfdfdf;
	position: relative;
	text-align: center;
}

.recommend:before{
	margin: auto;
	content: "";
	width: 60%;
	height: 3px;
	background: #eb3b5a;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

.recommend h2 img{
	margin-bottom: 7rem;
	width: 75%;
	height: auto;
}

.recommend ul li:nth-child(1){ margin-bottom: 1rem;}
.recommend ul li:nth-child(2){ margin-bottom: 1.6rem;}

.recommend p{
	margin-top: 5rem;
	font-size: 3.6rem;
	font-weight: 600;
	font-weight: bold;
	line-height: 1.5;
}

.recommend p span{ color: #eb3b5a;}














/************* RESULTS *************/
.results{
	padding: 7rem 0 0;
	background:  #ffffff;
	border-top: 3px solid #dfdfdf;
	position: relative;
	text-align: center;
}

.results:before{
	margin: auto;
	content: "";
	width: 60%;
	height: 3px;
	background: #45aaf2;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

.results h2 { margin: 0 8rem 0;}
.results h2 img{
	margin-bottom: 7rem;
	width: 75%;
	height: auto;
}

.hit_box_cont{
	width: 100%;
	margin: 0 8px 20px;
	max-width: 248px;
	border-radius: 5px;
	background: #f4f4f4;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.hit_box_cont h3{
	padding: 15px 15px 20px;
	background: #45aaf2;
	position: relative;
	text-align: right;
	border-radius: 5px 5px 0 0;
	line-height: 1;
}

.hit_box_cont h3 img{
	width: 60px;
	height: auto;
	position: absolute;
	top: -6px;
	left: 8px;
}

.rec_date{
	display: inline-block;
	color: #b9e7ff;
	font-size: 10px;
	line-height: 1;
}

.hit_box_cont div{
	padding: 20px 20px 36px;
	position: relative;
}

.hit_box_cont div:after{
	content: "";
	width: 100px;
	height: 95px;
	background: url("/images/lp/money.png") 0 0 no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: -40px;
	bottom: -10px;
}

.hit_box_cont div p{
	text-align: left;
}

.rec_race{
	font-weight: 600;
	font-weight: bold;
	font-size: 14px;
}

.rec_pay{
	color: #eb3b5a;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1;
}

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

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

.rec_pay span{
	font-size: 15px;
	color: #000000;
}



.results_txt01{
	margin: 20px 8rem 0;
	padding: 3rem;
	background: #f4f4f4;
	border-radius: 5px;
	font-size: 3.0rem;
	font-weight: 600;
	font-weight: bold;
	position: relative;
	line-height: 1;
}

.results_txt01:after{
	margin: auto;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 10px solid transparent;
	border-top: 10px solid #f4f4f4;
	width: 0;
	height: 0;
}

.voice_list{ padding: 0 8rem 0;}

.voice_list li{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
	position: relative;
}

.voice_list li:first-child{ padding-top: 15px;}

.voice_list li p{
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	font-weight: bold;
}

.voice_list li p span{
	font-size: 24px;
	color: #eb3b5a;
}

.voice_list li:nth-child(odd){
	padding-left: 75px;
}

.voice_list li:nth-child(even){
	padding-right: 75px;
}

.voice_list li:nth-child(odd) img{
	position: absolute;
	left: -15px;
}

.voice_list li:nth-child(even) img{
	position: absolute;
	right: -15px;
}

.results_txt02{
	margin: 5rem 0 5rem;
	font-size: 3.6rem;
	font-weight: 600;
	font-weight: bold;
	line-height: 1.5;
}

.results_txt02 span{ color: #eb3b5a;}









/* スライダードット */
.slick-dots{
	display: flex;
	justify-content: center;
}

.slick-dots li{
	text-indent: -9999px;
	border-radius: 50%;
	background: #f4f4f4;
	display: inline-block;
	margin: 0px 8px 0 0;
	width: 12px;
	height: 12px;
}

.slick-dots li.slick-active{
	background: #45aaf2;
}










/************* PREDICTION *************/
.prediction{
	padding: 7rem 0 0;
	background: linear-gradient(180deg, #f4f4f4, #ffffff 90%);
	border-top: 3px solid #dfdfdf;
	position: relative;
	text-align: center;
}

.prediction:before{
	margin: auto;
	content: "";
	width: 60%;
	height: 3px;
	background: #f7b731;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

.prediction h2 { margin: 0 8rem 0;}
.prediction h2 img{
	margin-bottom: 7rem;
	width: 75%;
	height: auto;
}

.pred_list{ padding: 0 8rem 0;}

.pred_list li{
	margin: 0 0 7vw 0;
	padding: 0;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	text-align: left;
}
.pred_list li:last-child{ margin: 0;}

.pred_list li figure img{ border-radius: 5px 5px 0 0;}

.pred_list li h3{ height: 0;}
.pred_list li h3 img{
	width: 73%;
	height: auto;
	max-width: 400px;
	position: relative;
	top: -4rem;
	left: -4vw;
}

.pred_list li p{
	padding: 8rem 5rem 5rem;
	font-size: 3.0rem;
	font-weight: 600;
	font-weight: bold;
}







/************* lp_img *************/

.lp_img01,.lp_img02,.lp_img03{
	text-align: center;
	margin: 0 auto 24px;
}

.lp_img04{
	text-align: center;
	margin: 24px auto 8px;

}

.bg_line{
	display: block;
	margin-left: auto; margin-right: auto;
}


/************* lp01 *************/
.lp01{
	background: #ffffff;
	padding: 32px 16px 8px;
	color: #49bbb8;
	font-weight: bold;
	font-size: 16px;
}



/************* 利用者様の感想 *************/
.vo_after{font-size: 12px; font-weight: 400;}
.voice_box{
	margin: 0px auto;
	padding: 8px 0 24px;
	color: #3c2f13;
	font-size: 14.6px;
}

.voice_box li::before{
	content: "";
	display: inline-block;
	width: 58px;
	height: 58px;
	position: absolute;
	left: 50%;
	top: -29px;
	z-index: 20;
	border: 4px solid #3c2f13;
	border-radius: 100%;
	margin-left: -29px;
	background-color: #ffffff;
}

.vo_01::before{
	background: url("/images/lp/voice_img01.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_02::before{
	background: url("/images/lp/voice_img02.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_03::before{
	background: url("/images/lp/voice_img03.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_04::before{
	background: url("/images/lp/voice_img04.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_05::before{
	background: url("/images/lp/voice_img05.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_06::before{
	background: url("/images/lp/voice_img06.png") 0 0 no-repeat;
	background-size: 50px auto;
}
.vo_07::before{
	background: url("/images/lp/voice_img07.png") 0 0 no-repeat;
	background-size: 50px auto;
}

.voice_box li{
	margin: 0 12px 0;
	background: #ffffff;
	border: 4px solid #3c2f13;
	padding: 32px 10px 24px;
	max-width: 300px;
	position: relative;
	border-radius: 12px;
	min-height: 180px;
	line-height: 1.5;
	max-height: 200px;
}


.voice_box li p{
	
}





/************* lp02 *************/
.lp02{
	background: #5bd2d1;
	padding: 0px 16px 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	
}

.lp02_text_box{
	margin: -16px auto 0;
	padding: 24px 15px 24px;
	background: #ffffff;
}

.lp02 > p{
	word-break: break-all;
}




/******** lp03 ********/

.lp03{
	background: #ffffff;
	padding: 24px 16px 24px;
	color: #49bbb8;
	font-weight: bold;
	font-size: 16px;
}









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

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


