



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

.yline{
	background: linear-gradient(transparent 68%, #ffe400 0%);
}


#logmae #main{
	padding: 0 ;
}

body {
	font-size: 14px;
	font-family:  'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14.6px;
	color: #333;
	letter-spacing: 0.2px;
}


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


#lp{
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #73e2db;
}


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

.main_box{
 	padding: 1.5em 1.2em 2.4em 1.2em;
}

.common_text{ line-height: 1.68;}

.btn01{
	display:block;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 100px;
	text-align:center;
	line-height: 1;
	letter-spacing: 0.1px;
	position: relative;
}

.btn01::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: #172a88;
	color: #ffffff !important;
}






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


.dialog_box_success{
	border: solid 1px #bbe6fe;
	background: #e3f9ff;
	padding: 1.5em;
	color: #172a88;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_error{
	border: solid 1px #ff9999;
	background: #ffcccc;
	padding: 1.5em;
	color:#ee0000;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_success span,
.dialog_box_error span{
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 6px;
}

.caution{
	color: #ee0000;
	margin: 0 0 16px 0;
}

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

.procedure_table th,
.procedure_table td{
	line-height: 1.8;
	border:solid 1px #222222;
	background: #ffffff;
}

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

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


.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;
	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: 1px solid #cfcfcf;
	padding: 16px;
	background: #efefef;
}

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





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	top: -50px; 
	width: 100%;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background: #ffffff;
	transition: .5s;
	z-index:9999;
	height:50px;
}

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



#fixed-header #header_inner{
	position:relative;
	display:flex; justify-content:center; align-items:center;
	width:100%;
	color:#ffffff;
}

#fixed-header #header_inner #logo{
	display:block;
	margin-left: 0;
}

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

header{
	height: 50px;
	background-size: 375px auto;
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	z-index: 999;
	background: #73e2db;
}

header h1{
	width: 139px;
	height: 36px;
	margin-left: 14px;
}


header h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/logo.png) 0 0 no-repeat;
	background-size: 139px auto;
	text-align: center;
}







/************* フッター（ログ前) *************/
.footer_area{
	background: linear-gradient(90deg,#172a88 0,#2fa8e1);
	color: #ffffff;
}

.footer_area img{
	position: relative;
	bottom: -1px;
}


.footer_navi{
	text-align: center;
	padding: 20px 10px 0px;
}

.footer_navi a{
	display: inline-block;
	color: #ffffff;
	line-height: 2;
	padding: 0px 8px 0px 8px;
	margin: 0 0 5px 0;
}



.footer_area aside{
	padding: 4% 3.2% 5.2% 3.2%;
	letter-spacing: 0;
	font-size: 11.2px;
	line-height: 1.68;
	opacity:0.8;
}


.copy{
	padding: 24px 0 27px 0;
	text-align: center;
	font-size: 11.2px;
}

.copy span::before{
	content: "\e90c";
	display: inline-block;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-size: 14px;
	position: relative;
	top: 3.2px;
	margin: 0 3px 0px 0;
	opacity:0.8;
}

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






/************* FV *************/
.catch{
	width: 100%;
	/*height: 100vw;*/
	padding-top:8%;
	text-align: center;
}

.regist_form{
	width: calc(100% - 8%);
	padding: 5%;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
	border: 1px solid #ffffff;
	border-radius: 10px;
}

.regist_form > p{
	font-size: 14px;
	margin-bottom: 3%;
}



/************* lpコンテンツ共通 *************/


.lp01{
	padding: 14% 4% 0;
	text-align: center;
}

.lp02{
	padding: 14% 4% 6%;
	text-align: center;
}

.lp03{
	padding: 14% 4% 6%;
	text-align: center;
}


/************* 的中実績 *************/

.hit_box{
	margin-bottom: 20px;
}

.hit_box li{
	width: 100%;
	margin: 0 8px 0;
	width: 240px;
	height: 240px;
	background: #ffffff;
	padding: 40px 0px 0px 0px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.hit_box li:after{
	display: inline-block;
	content:url(/images/money_mark.png);
	vertical-align:middle;
	transform: scale(0.6);
}

.rec_date{
	display: inline-block;
	background: #222222;
	color: #ffffff;
	font-size: 13px;
	padding: 3px 10px 4px 10px;
	max-width: 140px;
	text-align: center;
	line-height: 1.1;
	margin: 0 auto 20px;
}

.rec_race{
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px 0;
}

.rec_pay{
	text-align: center;
	color: #172a88;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.4px;
	position: relative;
}

.rec_pay::after{
	content:"獲得";
	color: #222222;
	font-size: 16px;
	font-weight: 500;
}

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

.rec_pay b{
	font-size: 16px;
}







/************* lp02 *************/

.voice_box{
	margin-bottom: 28px;
}

.voice_box li{
	width: 100%;
	margin: 0;
	border-top: 1px solid #222222;
	padding: 5% 0;
	position: relative;
	text-align:left;
	font-size:13px;
	display: flex;
}
.voice_box li:last-child{border-bottom: 1px solid #222222;}


.voice_box li .name{
	width: 80px;
	font-weight: bold;
	padding-right: 2%;
}

.voice_box li .mail{
	flex: 1;
}












/******** 320px用 ********/

@media screen and (max-width: 320px){
	.voice_box li{max-width: 300px;}
	.line_btn{ font-size: 15px;}

}



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

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


