



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

.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_content p span{ color: #f53248;}


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



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

.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: #003282; 
	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: #f53248; 
	border: 3px solid #db353a;
	color: #ffffff;
}




/************* LINE　登録関連 *************/
.line_btn{
	display:flex; justify-content:center; align-items:center;
	margin: 0 auto;
	width: 100%;
	padding: 13px 20px 13px;
	background: linear-gradient(to bottom, #34b65e ,#28944b);
	border: 3px solid #1e1e1e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.3);
	cursor: pointer;
	border-radius: 10px;
}

.line_btn:before{
	content:"\e5e1";
	display:inline-block;
	vertical-align:middle;
	margin:0 0.5px -2px 0;
	font-family:"Material Icons";
	font-size:14px;
	font-weight:normal;
	line-height:0;
}


/*
.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: #0aa23c;
	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,1);
	padding: 1.5em;
	margin-top: 20px;
}

.regist_cont .line_btn{
	margin: 0px auto 15px;
}

.safety_text{
	margin-top: 20px;
	background: #f53248;
	color: #ffffff;
	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{
	padding: 16px;
	border-radius: 8px;
	font-size: 8px;
	background: #efefef;
}





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

	/*border-bottom: 3px solid #1e1e1e;*/
}

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




#header_inner{
	margin: 0 auto;
	max-width: 750px;
	background: #ffffff;
	/*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: 2px 0 0 0;
	display:block;
	width: 173px;
	height: 34px;
	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: 0;
	overflow: hidden;
}

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

.FV_confetti{
	position: absolute;
	top: 0;
	left: 0;
}

.regist_form{
	padding: 0 0 11rem 0;
	position: relative;
	overflow: hidden;
}

.tokuten{
	padding: 5rem;
	text-align: center;
}

.tokuten h2 img{
	width: 100%;
	height: auto;
}

.tokuten_cont{
	padding: 0 5rem 5rem;
	margin-top: -0.8rem;
	background: #ffffff;
}

.tokuten h3 img{
	margin-top: -4rem;
	width: 42%;
	height: auto;
}

.tokuten_img02{
	position: absolute;
	top: 20rem;
	left: 0;
	width: 31%;
	height: auto;
}

.tokuten_img03{
	position: absolute;
	top: 20rem;
	right: 1rem;
	width: 31%;
	height: auto;
}


.tokuten_img04{
	width: 55%;
	height: auto;
	margin-top: 2rem;
}

.tokuten_img05{
	width: 70%;
	height: auto;
	margin-top: 2.5rem;
	margin-bottom: 4rem;
}

.tokuten_cont p{
	font-size: 8px;
	font-weight: 400;
	margin-top: 10px;
}

.tokuten_confetti{
	position: absolute;
	top: 0;
	left: 0;
}

.tokuten_cont a{
	position: relative;
	z-index: 2;
}




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

.result_cont{
	padding: 8px 0 30px;
	background: #a0d5f0;
}


.hit_box li{
	padding: 5px;
	font-family:"Noto Sans JP";
	font-weight: 600;
	font-weight: bold;
	text-align: left;
	width: 185px;
}

.hit_box li div.hit_box_contin{
	background: #ffffff;
	padding: 10px 10px 15px;
}


.hit_box li h4{
	font-size: 8px;
	margin-bottom: 7px;
	font-weight: normal;
}

.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 .noImage{ background: #ededed;}
.hit_box li div figure span{display:inline-block; margin:-50% 0 0 0;}



.hit_box li div.hit_box_txt{
	padding: 6px 0 0;
}

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

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

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

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

.FV_area .flickity-page-dots .dot.is-selected{
	background: #174698;
}






/************* ttl *************/
.sugoi_ttl,
.last_ttl{
	position: relative;
	border-top: 3px solid #1e1e1e;
	background: #ffffff;
	text-align: center;
}

.sugoi_ttl span,
.last_ttl span{
	margin: -11rem 9rem 0;
	padding: 5rem 5rem 0;
	border-top: 3px solid #1e1e1e;
	background: #ffffff;
	display: block;
}

.sugoi_ttl span img,
.last_ttl span img{
	width: 100%;
	height: auto;
}

.m_sutoi_ttl{
	margin: 0 9rem 4rem;
	position: relative;
	text-align: center;
}

.m_sutoi_ttl > img{
	width: 100%;
	height: auto;
}

.m_sutoi_ttl span img{
	margin: auto;
	position: absolute;
	width: 80%;
	height: auto;
	top: -3.5rem;
	left: 0;
	right: 0;
}








/************* point01 *************/
.point01_area{
	padding: 9rem 0 24rem 0;
	position: relative;
	background:  #ffffff;
	overflow: hidden;
}

.point01_area p{
	margin: 0 9rem 0;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.10rem;
	line-height: 1.7;
}

.point01_img01{ margin: 2rem 0 2rem;}
.point01_img02{ margin: 3rem 0 3rem;}
.point01_img03{
	margin: 0 auto 6rem;
	padding: 0 9rem 0;
	width: 100%;
	height: auto;
}
.point01_img04{
	margin: 0 0 5rem;
	padding: 0 9rem 0;
	width: 100%;
	height: auto;
}
.point01_img05{
	margin: 6rem auto 3rem;
	width: 62%;
	height: auto;
	display: block;
}
.point01_img06{
	margin: 0 auto 0;
	width: 54%;
	height: auto;
	display: block;
}

.point01_img07{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
}

.result_color02{
	background: #d2f0ff !important;
}

.result_color02 .flickity-page-dots .dot.is-selected{
	background: #174698;
}




/************* point02 *************/
.point02_area{
	padding: 9rem 0 29rem 0;
	position: relative;
	background:  #ffecee;
	overflow: hidden;
}

.point02_area p{
	margin: 0 9rem 0;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.10rem;
	line-height: 1.7;
}

.point02_img01,
.point02_img02,
.point02_img03,
.point02_img04,
.point02_img05,
.point02_img06,
.point02_img07{
	width: 100%;
	height: auto;
}

.point02_img01{	padding: 0 19rem 4rem;}
.point02_img02{	padding: 0 8rem 8rem;}
.point02_img03{
	margin-top: -1.5rem;
	padding: 0 7rem 6rem;
}
.point02_img04{	padding: 0 20rem 4rem;}
.point02_img05{
	position: relative;
	padding: 0 9rem 5rem;
	z-index: 2;

}
.point02_img06{	padding: 6rem 10rem 0;}
.point02_img07{
	position: absolute;
	bottom: 0;
	left: 0;
}

.point02_naname_area{
	padding: 0 0 5rem 0;
	background: #ffdde1;
	position: relative;
	transform: skewY(-10deg);
	z-index: 1;
}

.point02_naname_area div{
	transform: skewY(10deg);
}

.result_color03{
	background: #ffdde1 !important;
}

.result_color03 .flickity-page-dots .dot.is-selected{
	background: #f5354b;
}







/************* point03 *************/
.point03_area{
	padding: 9rem 0 26rem 0;
	position: relative;
	background:  #e4eff7;
	overflow: hidden;
}

.point03_area p{
	margin: 0 9rem 0;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.10rem;
	line-height: 1.7;
}

.point03_minitxt{
	font-size: 2.2rem;
	color: #1e1e1e !important;
}

.point03_img01,
.point03_img02,
.point03_img03,
.point03_img04,
.point03_img05,
.point03_img06,
.point03_img07,
.point03_img08{
	width: 100%;
	height: auto;
}

.point03_img01{	padding: 0 11rem 5rem;}
.point03_img02{	padding: 0 9rem 4rem;}
.point03_img03{	padding: 4rem 9rem 4rem;}
.point03_img04{	padding: 4rem 9rem 4rem;}
.point03_img05{	padding: 4rem 9rem 4rem;}
.point03_img06{	padding: 6rem 10rem 4rem;}
.point03_img07{	padding: 0 15rem 0;}
.point03_img08{
	position: absolute;
	bottom: 0;
	left: 0;
}

.point03_result_cont{
	padding-bottom: 18rem !important;
}






/************* last *************/
.last_cont{
	padding: 6rem 0 8rem 0;
	background: #ffffff;
}

.last_area p{
	margin: 0 9rem 0;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.10rem;
	line-height: 1.7;
}

.last_img01{
	padding: 5rem 9rem 5rem;
	width: 100%;
	height: 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: #1e1e1e;
	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;
	left: 0 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s ;
	transition: 1s;
}

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

.anime04-active,
.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;
}

.anime04-active:before,
.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;
}

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

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

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

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

.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 anime04-active{
	100% {
		transform: translateX(100%);
	}
}

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



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

