



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


.lp_content{
	min-height:100vh;
	max-width: 750px;
	margin: 0 auto;
	padding: 1rem 0 0 0;
	background-image: url(/images/lp/gold_bg.png);
	background-size: contain;
	background-position: center;
	color: #000000;
}


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



.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb80{ margin-bottom: 80px;}
.pd15{ padding: 15px;}


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

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

.procedure_table th{
	padding: 1em;
	background: rgba(237,200,56,0.6);
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.procedure_table td{
	padding: 1em 1em;
	text-align:center;
}


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


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

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/************* LP *************/


.FV {
	display:block;
	width: 100%;
	height: 100%;
	aspect-ratio: 400 / 1239;
	background:url(/images/lp/FV.png) center top / 100% 100% no-repeat;
	padding-top: 91%;
}

.box .FV {
	display:block;
	width: 100%;
	height: 100%;
	aspect-ratio: 400 / 1239;
	background:url(/images/lp/FV2.png) center top / 100% 100% no-repeat;
	padding-top: 91%;
}



.regist_btn{
	display:block;
	width: 76%;
	margin: 0 auto 10px;
}


.line button {
	width: 100%;
	cursor: pointer;
}


.mail_btn{
	display:block;
	width: 76%;
	margin: 0 auto 0;
}

.ttl_01{
	position:relative;
	margin-top: -70px;
	z-index:10;
}

.txt_box{
	position:relative;
	width: 92%;
	padding: 10px 0 10px 0;
	margin: -45px auto 4rem;
	background-image: url(/images/lp/white_bg.png);
	background-size: contain;
	background-position: center;
	z-index:1;
}


.txt_box_02{
	position:relative;
	width: 92%;
	padding: 10px 0 10px 0;
	margin: -30px auto 4rem;
	background-image: url(/images/lp/white_bg.png);
	background-size: contain;
	background-position: center;
	z-index:1;
}


.emp{
	font-family: "Zen Maru Gothic";
	font-weight: bold;
	background-image: url(/images/lp/black_bg.png);
	background-size: contain;
	background-position: center;
	color: #ffffff;
	font-size: 18px;
	padding: 2rem;
	margin-bottom: 3rem;
}

.img_01{
	position:relative;
	z-index:5;
}

.img_09{
	position:relative;
	margin-top: -35px;
	z-index:10;
}

.ttl_03{
	position:relative;
	margin-top: -20px;
	z-index:10;
}

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

.ttl_04{
	position:relative;
	margin-top: -70px;
	z-index:10;
}


.img_06{
	position:relative;
	margin-top: -20px;
	z-index:10;
}



/************* LINE　登録関連 *************/
.line_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin:0 auto 30px;
	padding: 1em;
	border: none;
	border-bottom: solid 7px #028000;
	border-radius: 5px;
	background-color: #02c300;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2em;
	transition: .5s ease;
	text-shadow: #028000 0 -1px;
}

/*.mail_btn{
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: #3adb5a;
}*/


.safety_text{
	line-height: 1.4;
	font-weight: bold;
	color: #ec0d0d;
}

.check_cont{
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.check_cont .checkbox{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -1px 6px 0 0;
	background: #ffffff;
}


.addition{
	border: 1px solid #edc838;
	padding: 16px;
	background: rgba(237,200,56,0.6);
	font-size: 14px;
}





/************* ヘッダーLP ************/

#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	/*background: rgba(237,200,56,0.9);*/
	background-image: url(/images/gold_bg2.png);
	background-size: cover;
	background-position: center;
	transition: .5s;
	z-index:9999;
	border-bottom: 1px solid #ffea87;
	box-shadow: 0px 0px 5px 0px rgba(0,0,255,0.5);
}

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




#header_inner{
	margin: 0 auto;
	max-width: 750px;
	/*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: 42px;
}


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

.LP_regButton img{
	height: 30px;
}


/************* ヘッダー ************/



.headline_member{
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid #ffea87;
	color: #ffea87;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.5) ,
	-2px 2px 12px rgba(0,0,0,0.5) ,
	2px -2px 12px rgba(0,0,0,0.5) ,
	-2px -2px 12px rgba(0,0,0,0.5);
	margin-bottom: 30px;
	padding: 50px 18px 50px 18px;
	font-weight: 500;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0px;
}


.headline_member div{
	margin: 0 auto;
	color: #ffea87;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.5) ,
	-2px 2px 12px rgba(0,0,0,0.5) ,
	2px -2px 12px rgba(0,0,0,0.5) ,
	-2px -2px 12px rgba(0,0,0,0.5);
	text-align: center;
	font-family: "Yuji Syuku", serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: -1.2px;

}

.headline_member div span{
	margin-top: 3px;
	display: block;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.8px;
}




/************* フッター（ログ前) *************/
.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{
	padding: 0 3rem 3rem;
	background: #e95504;
	text-align: center;
}

.regist{
	width: 86%;
	margin: -90px auto 30px;
}

/*.line{margin-bottom: 15px;}*/


.regist p{
	text-align: center;
	margin: 3rem 0 4rem;
}




/************* RESULTS *************/


#LP_result{/*
	padding: 3rem 0 4.5rem;
	background-image: url(/images/lp/white_bg.png);
	overflow:hidden;
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	border-top: 1px solid #dcb210;
	border-bottom: 1px solid #dcb210;*/

	padding: 3rem 0 4.5rem;
	background: rgba(0,0,0,0.9);
	overflow:hidden;
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	border-top: 1px solid #dcb210;
	border-bottom: 1px solid #dcb210;

}

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


.lp_result .res_li{
	width: 200px;
	margin:0 6px 0 6px;
	position: relative;
	background: #ffffff;
	padding: 0.9rem 0.9rem 0 0.9rem;
	border: 2px solid #000000;
	box-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.35);
	overflow: hidden;
}

.lp_result li inner{
	display:block;
	font-weight: bold;
}

.lp_result li .date{
	display: block;
	font-size: 12px;
	color: #a0a0a0;
	font-weight: normal;
	line-height: 1;
	text-align: right;
}
.lp_result li figure{
	display:flex; flex-direction:column; justify-content:center; align-items:center;
	width:100%;
	padding-top:50%;
	background:center center / cover no-repeat;
	background-color:rgba(0,0,0,0.15);
	border: 1px solid #a0a0a0;
}

.lp_result li figure span{
	display:inline-block;
	margin:-50% 0 0 0;
}

.lp_result li inner div{
	padding: 1rem 1rem 0.5rem 1.3rem;
	color: #000000;
	letter-spacing: 0.8px;
}

.lp_result li .name{
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
	line-height:1;
}

.lp_result li .name.name_long{}

.lp_result li .race{
	display:block;
	width:100%;
	padding: 0;
	margin-top: 8px;
	font-size:13px;
	line-height:1;
	font-weight:normal;
	text-align: left;
}

.lp_result li .sum{
	display:block;
	position: relative;
	animation-duration: 2s;
	color: #ec0d0d;
	line-height: 1.5;
}


.lp_result li .sum var{
	display:inline-block;
	vertical-align:baseline;
	font-family:"Barlow";
	font-size:24px;
	font-weight:600;
}
.lp_result li .sum var:nth-of-type(1){margin:0;}
.lp_result li .sum var:nth-of-type(2){margin:0 0 0 0.8px;}

.lp_result li .sum unit{
	position:relative; bottom:0;
	display:inline-block;
	vertical-align:baseline;
	font-size:16px;
	font-weight:900;
}
.lp_result li .sum unit:nth-of-type(1){margin:0 0 0 0.4px;}
.lp_result li .sum unit:nth-of-type(2){margin:0 0 0 0.4px;}

.lp_result li .sum sub{
	display: inline-block;
	position:relative; bottom:0;
	vertical-align:baseline;
	margin:0 0 0 2px;
	font-size:20px;
	font-weight:700;
}






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

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

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

