



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

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

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

.procedure_table th{
	padding: 1em;
	background: #41cdff;
	border-bottom: 1px solid #000000;
	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: 96%;
	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;
	background: #fffe3c;
}

.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: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)),url(/images/bg_paper.gif) repeat;
	border-radius: 8px;
	font-size: 12px;
}





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background:url(/images/bg_wave.gif) repeat;
	transition: .5s;
	z-index:9999;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
	/*height: 50px;*/
	max-width: 750px;
}

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

#header_inner{
	width: 100%;
	margin: 0 auto 0;
	background: url(/images/LP/pat_01.png) repeat center / 250px, linear-gradient(200deg, rgba(255,158,214,1) 14%, rgba(16,160,234,1) 100%);
}

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


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


.LP_regButton img{
	height: 30px;
}




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

#FV{
	width: 100%;
	height: 0;
	padding-top: 92%;
	background: url(/images/LP/LP_FV.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}


#FV .regist_btn{
	position: absolute;
	bottom: 20px;
	left:5%;
}



/************* race *************/

#race{
	background: #c6dde5;
	color: #082d54;
	padding:1.5em 1em 1.5em 1em;
	text-align: center;
	font-weight: bold;

}


/************* hit *************/

#hit{
	width: 100%;
	height: auto;
	padding: 2em 1em 1.5em 0.7em;
	/*padding-top: 82.5%;*/
	background: url(/images/LP/LP_bg_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}


.li_result 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{
	display: flex;
	justify-content: space-between;　/* 端まで詰める */
	align-items: center;
	flex-wrap: wrap;
}


.hit_box li{
	width: 49%;
	background-color: #ffffff;
	border: solid 2px #000000;
	margin-bottom: 0.7em;
	padding:0px 0em 1em 0em;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.hit_box li .date{
	display: inline-block;
	border-radius: 100px;
	background: <br />
<b>Warning</b>:  Undefined variable $hexColor_sky in <b>/home/sites/www.boat-winners.com/html/css/style_css.php</b> on line <b>323</b><br />
;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 1em auto 5px;
	padding: 5px 10px 6px 10px;
	text-align: center;
	line-height: 1.1;
}


.li_result .sum{
	display:block;
	margin:2px 0 0 0;
	line-height: 1;
}

.li_result:not(.hit2_99) .sum{
	border:none;
	color: #000000;
}

.hit_box li .sum{
	display:block;
	margin:2px 0 0 0;
	line-height: 1;
}

.hit_box li .sum span{
	display:inline-block;
	color: #ed1b26;
}

.hit_box li .sum var{
	position: relative; bottom: -1px;
	display: inline-block;
	vertical-align: baseline;
	font-family: "Barlow";
	font-size: 20px;
	font-weight: 600;
}



.li_result .sum.sum_miss span{
	border:none;
	color: #73a6e6;
	font-size: 16px;
	font-weight:600;
}


.li_result .sum var:nth-of-type(1){margin:0;}
.li_result .sum var:nth-of-type(2){margin:0 0 0 0.8px;}

.li_result .sum unit{
	position:relative; bottom:0;
	display:inline-block;
	vertical-align:baseline;
	font-size: 16px;
	font-weight:900;
}


/************* voice *************/

#voice{
	width: 100%;
	height: auto;
	padding: 2em 1.5em 2em 1.5em;
	background: url(/images/LP/LP_bg_02.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.voice_area li{
	position: relative;
	padding: 1em 1.5em;
	margin-bottom: 1.3em;
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
	font-weight: bold;
}

.voice_area li::before,
.voice_area li::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}

.voice_area li::before {
	background-color: #ffffff;
	border: solid 2px #000000;
	left: 0; top: 0;
	z-index: -1;
}

.voice_area li::after {
	background-color: <br />
<b>Warning</b>:  Undefined variable $hexColor_sky in <b>/home/sites/www.boat-winners.com/html/css/style_css.php</b> on line <b>426</b><br />
;
	border: solid 2px #000000;
	top: 7px; left: 7px;
	z-index: -2;
}

.voice_area li p {
    margin: 0; 
    padding: 0;
}



/************* last *************/


#last{
	background: <br />
<b>Warning</b>:  Undefined variable $hexColor_sky in <b>/home/sites/www.boat-winners.com/html/css/style_css.php</b> on line <b>443</b><br />
;
	color: #082d54;
	padding:1em 1em 3em 1em;
	text-align: center;
	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;
}


