



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

.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{
	padding-bottom: 8rem;
	min-height:100vh;
	max-width: 750px;
	margin: 0 auto;
	background: url("/images/bg.png") top center repeat-y;
	background-size: contain;
}


#lp{
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #00334b;
}



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

.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: #f8e133; 
	border: 3px solid #507cb3;
	color: #507cb3;
}

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




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

.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;
	background: #e60b6b;
	color: <br />
<b>Warning</b>:  Undefined variable $hexColor_ffffff in <b>/home/sites/www.lucky-chance.net/html/css/style_css.php</b> on line <b>187</b><br />
;
	padding: 1.5em 1em;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	border: 8px double #000000;
}

.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: 3px solid rgba(0,0,0,0.7);
	padding: 16px;
	border-radius: 8px;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
}





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

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




#header_inner{
	margin: 0 auto;
	max-width: 750px;
	background: #00334b;
	/*padding: 5px 0;*/
}

#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: 0;
	display:block;
	width: 180px;
	height: 33px;
	background:url(/images/logo.png) center 0px / cover no-repeat;
	text-indent:-9999px;
}

.LP_regButton img{
	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;
}


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






/************* Catch - Form *************/
.FV_area{
	padding: 8rem 0 0;
}

.FV {position: relative; z-index:1;}

.tokuten_ttl img{
	width: 100%;
	height: auto;
	max-width: 77%;
}

.regist_form{
	margin-top: 7rem;
	padding: 0 3rem 0;
	text-align: center;
}

.tokuten_area{
	margin-top: -0.1rem;
	padding: 5rem 4rem 3rem;
	background: rgba(0,0,0,0.5);
}

.tokuten_area div img{
	margin-bottom: 4rem;
	width: 100%;
	height: auto;
	max-width: 90%;
}

.tokuten_area ul{}
.tokuten_area ul li:first-child{ margin-bottom: 2rem;}
.tokuten_area ul li button{ cursor: pointer;}

.tokuten_area p{
	margin-top: 2rem;
	font-size: 1.8rem;
	color: #ffffff;
}




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

.result{
	position: relative;
	z-index: 2;
}

.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: 4rem 5rem 0;
	position: relative;
	z-index: 4;
}

.hit_box{
	display: flex;
	flex-wrap: wrap;
}

.hit_box li{
	margin-right: 3%;
	margin-bottom: 3rem;
	background: #ffffff;
	font-family:"Noto Sans JP";
	font-weight: 600;
	font-weight: bold;
	text-align: left;
	width: 48.5%;
}

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

.hit_box li h4{
	font-size: 1.4rem;
	opacity: 0.4;
	margin-bottom: 1.5rem;
}

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

.hit_box li div{
	padding: 2rem 1.6rem;
}

.hit_box li div p{
	letter-spacing: 0;
	line-height: 1;
	font-size: 2.3rem;
}

.rec_pay strong{
	animation-duration: 2s;
	font-size: 4.2rem;
	color: #f52908;
	letter-spacing: -1.8px;
	font-weight: 800;
}

.rec_pay b{
	margin: 0 0.2rem;
	font-size: 2.6rem;
}

.rec_pay span{
	margin-left: 0.2rem;
}

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

.result_img01{ max-width: 84%;}
.result_img02{ max-width: 77%;}
.result_img03{ max-width: 74%;}

.result_cloud_01,
.result_cloud_02,
.result_cloud_03,
.result_cloud_04,
.result_cloud_05,
.result_cloud_06,
.lp_result_img04,
.lp_result_img05{
	position: absolute;
	width: 100%;
	height: auto;
}

.result_cloud_01{
	max-width: 33%;
	top: 18rem;
	left: 0;
	z-index: 3;
}

.result_cloud_02{
	max-width: 28%;
	top: 56rem;
	right: 0;
	z-index: 2;
}

.result_cloud_03{
	max-width: 27%;
	top: 88rem;
	left: 0;
	z-index: 2;
}

.result_cloud_04{
	max-width: 34%;
	top: 118rem;
	right: 0;
	z-index: 2;
}

.result_cloud_05{
	max-width: 31%;
	bottom: 55rem;
	left: 0;
	z-index: 2;
}

.result_cloud_06{
	max-width: 10%;
	bottom: 29rem;
	right: 0;
	z-index: 2;
}

.lp_result_img04{
	max-width: 31%;
	bottom: -3.8rem;
	left: 0;
	z-index: 2;
}

.lp_result_img05{
	max-width: 34%;
	bottom: -3.8rem;
	right: 0;
	z-index: 2;
}









/************* about *************/
.motto_area{
	padding: 8rem 0 0;
	position: relative;
	color: #ffffff;
}

.motto{
	position: relative;
	z-index: 2;
}

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

.motto_area h2 img{
	width: 100%;
	height: auto;
	max-width: 46%;
}

.lp_motto_img02{
	width: 100%;
	height: 37vw;
	max-height: 280px;
	position: relative;
	background: url("/images/lp/lp_motto_img02.png") 0 0 repeat-x;
	background-size: auto 100%;
	animation: bg-slider 23s linear infinite;
	margin: 0;
	padding: 0;
}


@keyframes bg-slider {
	from { background-position: 0 0; }
	to { background-position: -110vw 0; }
}

.lp_motto_img01,
.lp_motto_img03,
.lp_motto_img04{
	text-align: center;
}

.lp_motto_img01 img,
.lp_motto_img03 img,
.lp_motto_img04 img{
	width: 100%;
	height: auto;
}

.lp_motto_img01 img{
	margin: 4rem auto 2rem;
	max-width: 67%;
}


.lp_motto_img03 img{
	margin: 2rem auto 0;
	max-width: 90%;
}

.lp_motto_img04 img{
	margin: 5rem auto 0;
	max-width: 87%;
}


.motto > p{
	padding: 4rem 5rem 0;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.7;
}

.motto_area ul{
	margin: 6rem 5rem 0;
	padding: 4rem 3rem;
	background: rgba(0,0,0,0.5);
}

.motto_area ul li{
	margin: 0 0 3rem 0;
	padding: 0 0 3rem 0;
	display: flex;
	align-items: top;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.motto_area ul li:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.motto_area ul li img{
	width: 100%;
	height: auto;
}

.motto_area ul li div{
	padding: 1rem 0 0;
	width: 15%;
}

.motto_area ul li p{
	width: 85%;
	margin-left: 2rem;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	line-height: 1.7;
}

.motto_cloud_01{
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 36%;
	top: 95rem;
	right: 0;
	z-index: 1;
}

.motto_cloud_02{
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 14%;
	bottom: 116rem;
	left: 0;
	z-index: 1;
}








/************* last *************/
.last_area{
	padding: 0 0 0;
	position: relative;
	color: #ffffff;
	z-index: 1;
}

.last{
}

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

.last_area h2 img{
	width: 100%;
	height: auto;
	max-width: 43%;
}


.lp_last_txt01,
.lp_last_txt02,
.lp_last_txt03,
.lp_last_img01,
.lp_last_img02,
.lp_last_img03,
.lp_last_img04{
	width: 100%;
	height: auto;
}

.lp_last_txt01{
	position: absolute;
	max-width: 34%;
	top: 33rem;
	left: 6rem;
}

.lp_last_img01{
	position: absolute;
	max-width: 52%;
	top: 28rem;
	right: 0;
}

.lp_last_txt02{
	position: absolute;
	max-width: 43%;
	top: 57rem;
	right: 3rem;
}

.lp_last_img02{
	position: absolute;
	max-width: 48%;
	top: 44rem;
	left: 0;
}

.lp_last_img03{
	padding-top: 42rem;
	position: relative;
	z-index: 1;
}

.lp_last_img04{
	margin-top: -13rem;
	position: relative;
	z-index: 2;
}

.lp_last_txt03{
	margin: -4rem auto 0;
	position: relative;
	z-index: 3;
	max-width: 67%;
	display: block;
}

.howto_box{
	margin: 7rem 5rem 0;
	padding: 0 4rem 20rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #ffffff;
	background: url("/images/lp/lp_last_bg01.png") top center no-repeat #002837;
	background-size: contain;
	position: relative;
	font-size: 2.8rem;
}

.howto_box_cont{
	z-index: 2;
	position: relative;
}

.howto_box:after{
	content: "";
	width: 100%;
	height: 0;
	padding-top: 63.38461%;
	background: url("/images/lp/lp_last_bg03.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.howto_box h3{
	padding: 9rem 0 8rem;
	text-align: center;
}

.howto_box h3 img{
	width: 100%;
	height: auto;
	max-width: 36%;
}

.howto_box span{
	color: #f8e133;
	font-weight: bold;
}

.howto_white_box{
	margin: 5rem 0 5rem;
	padding: 0 4rem 4rem;
	background: url("/images/lp/lp_last_bg02.png") top center no-repeat;
	background-size: cover;
	color: #000000;
}

.howto_white_box h4{
	padding: 4rem 0 1rem;
	text-align: center;
}

.howto_white_box h4 img{
	width: 100%;
	height: auto;
}

.howto_white_box div{
	margin: 3rem 0 2rem;
}

.howto_white_box div img{
	width: 100%;
	height: auto;
}





/*
.last_area{
	padding: 8rem 0 3rem;
	background: url("/images/lp/kira_bg.png") center 3rem no-repeat #ede0cf;
	position: relative;
	background-size: 90%;
}

.last ul{
	margin-bottom: 6rem;
	padding: 43rem 5rem 6rem;
	background: url("/images/lp/last_img.png") 0 0 no-repeat #1c1715;
	background-size: contain;
}

.last ul li{
	margin-bottom: 3rem;
	padding: 4rem 4rem 4rem 24rem;
	background: #ffffff;
	font-size: 2.6rem;
	line-height: 1.8;
	position: relative;
}

.last ul li:last-child{ margin-bottom: 0;}

.last ul li:before{
	content:"";
	width: 28%;
	height: 0;
	display: block;
	background: url("/images/lp/last_icon.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 4rem;
	left: 3rem;
	padding-top: 28%;
}

.last ul li span{
	color: #f52908;
	font-weight: 600;
	font-weight: bold;
}
*/














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

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

.anime04{
	position: relative;
	right: -98%;
}

.anime04-active{
	right: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	animation: 0.5s ease-out;
}

.anime05{
	position: relative;
	left: -100%;
}

.anime05-active{
	left: 0 !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	animation: 0.5s ease-out;
}

.bounceIn{
	opacity: 0;
}

.lp_content .hit_box li{
	position: relative;
	opacity: 0;
	bottom: -2em;
}


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

