/*--共通コンテンツタイトル--*/
.fu_co_tl{
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	width:1000px;
	margin:0 auto 50px;
	position: relative;
	padding-bottom:30px;
}
.fu_co_tl::after {
  	content: '';
  	background-color: #e60012;
  	width: 2em;
  	height: 5px;
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
}
/*--/共通コンテンツタイトル--*/

/*--main--*/
.fu_main{
	position:relative;
	height:600px;
	overflow:hidden;
}
.fu_main:before{
	background: rgba(0,0,0,0.6);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
.fu_main_in{
	width:1200px;
	position:relative;
	z-index:2;
	text-align:center;
	color:#fff;
	top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	font-weight:bold;
}
.fu_main_txt01{
	font-size:22px;
	letter-spacing:3px;
	border-bottom:2px solid #fff;
	display:inline-block;
	line-height:45px;
}
.fu_main_txt02{
	font-size:75px;
	border-bottom:2px solid #fff;
	display:inline-block;
	line-height:110px;
	margin:10px 0 35px;
	letter-spacing:10px;
}
.fu_main_txt03{
	font-size:25px;
	letter-spacing:10px;
}
.fu_main_cta{
	width:820px;
	margin:50px auto 0;
	display:flex;
	justify-content:space-between;
}
.fu_main_cta_btn{
	width:400px;
}
.fu_main_cta_btn a{
	border-radius:50px;
	color:#000;
	text-align:center;
	padding:25px 0;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
}
.fu_main_cta_btn.pa a{
	background-color:#ffd147;
}
.fu_main_cta_btn.es a{
	background-color:#fff;
}
.fu_main_cta_btn.pa a:hover,.fu_main_cta_btn.es a:hover{
	background-color:#e60012;
	color:#fff;
}
.fu_main_bg{
	position:absolute;
	top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	z-index:0;
}
.fu_main_bg img{
	width:100vw !important;
	height:600px !important;
	object-fit:cover;
}
/*--/main--*/

/*-- summary --*/
.fu_sum{
	position: relative;
	background-color:#e60012;
	text-align:center;
	font-size:19px;
	line-height:30px;
	padding:30px 0;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
}
.fu_sum:before {
  	content: "";
  	position: absolute;
  	top: -60px;
  	left: 50%;
  	margin-left: -30px;
  	border: 30px solid transparent;
  	border-bottom: 30px solid #e60012;
	z-index:3;
}
/*-- /summary --*/

/*-- about --*/
.fu_about{
	background:url(/channel_setting/lp/img/fu_ab_bg.webp)repeat-y center top;
	padding:80px 0;
}
.fu_about_in{
	width:1100px;
	margin:0 auto;
}
.fu_ab_txt{
	font-size:16px;
	text-align:center;
	line-height:28px;
	margin: 0 auto;
    	width: 700px;
}
.fu_ab_rec{
	width:1000px;
	margin:50px auto 0;
	position:relative;
}
.fu_ab_rec ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fu_ab_rec ul li{
	border:1px solid #e60012;
	border-radius:5px;
	width:495px;
    	padding: 30px 100px;
    	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:27px;
	align-items: center;
    	display: flex;
    	justify-content: center;
	background-color:#FFF;
}
.fu_ab_rec ul li:nth-child(1),.fu_ab_rec ul li:nth-child(2){
	margin-bottom:10px;
}
.fu_ab_icon{
	position:absolute;
	top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	width:170px;
}
/*-- /about --*/

/*-- main_mv --*/
.fu_main_movie{
	margin:80px 0;
}
.fu_main_mv{
	width:800px;
	margin:0 auto;
}
.fu_main_mv iframe{
	width:100%;
	height:450px;
}
/*-- /main_mv --*/

/*-- cta --*/
.fu_cta{
	background-color:#e60012;
	padding:50px 0;
}
.fu_cta_in{
	width: 820px;
    	margin: 0 auto 0;
    	display: flex;
    	justify-content: space-between;
}
.fu_cta_btn {
    	width: 400px;
}
.fu_cta_btn a{
    	border-radius: 50px;
    	color: #000;
    	text-align: center;
    	padding: 25px 0;
    	font-size: 18px;
    	font-weight: bold;
    	letter-spacing: 1px;
    	display: block;
}
.fu_cta_btn.pa a{
	background-color: #ffd147;
}
.fu_cta_btn.es a{
	background-color: #fff;
}
.fu_cta_btn.pa a:hover, .fu_cta_btn.es a:hover {
    	background-color: #000;
    	color: #fff;
}
/*-- /cta --*/

/*-- merit --*/
.fu_merit{
	margin:80px 0 0;
}
.fu_merit_in{
	width:1200px;
	margin:0 auto;
}
.fu_merit_box{
	box-shadow: 0px 0px 5px 3px #c5c5c5;
	border-top:10px solid #000;
	border-radius:5px;
	display:flex;
	justify-content:space-between;
	padding:30px;
	margin-bottom:30px;
}
.fu_me_box_l{
	width:750px;
}
.fu_me_box_l p{
	font-size:17px;
	font-weight:bold;
	background-color:#000;
	border-radius:50px;
	padding:5px 15px;
	color:#fff;
	display:inline;
}
.fu_me_box_tl{
	font-size:23px;
	font-weight:bold;
	line-height:30px;
	margin:15px 0;
}
.fu_me_box_txt{
    	font-size: 15px;
    	line-height: 25px;
}
.fu_me_box_img{

}
.fu_me_box_img img{
	width:330px !important;
	height:180px !important;
	object-fit:cover;
}

/*-- co_merit --*/
.fu_co_merit{
	margin-top:80px;
	padding:80px 0;
	background-color:#f3f3f3;
}
.fu_co_merit_in{
	width:1200px;
	margin:0 auto;
}
.fu_co_merit_w{
	display:flex;
	justify-content:space-between;
}
.fu_co_merit_box{
	width:350px;
	text-align:center;
}
.fu_co_merit_box p{
	font-size:20px;
 	font-weight:bold;
	color:#e60012;
	margin:20px 0;

}
.fu_co_merit_txt{
	text-align:left;
	font-size:14px;
	line-height:22px;
}
.fu_co_merit_txt span{
	font-size:11px;
}
/*-- /merit --*/

/*-- ava --*/
.fu_ava{
	width:1200px;
	margin:80px auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.fu_ava_box{
	width:580px;
	box-shadow: 0px 0px 5px 3px #c5c5c5;
	border-radius:10px;
	margin-bottom:40px;
}
.fu_ava_box:nth-child(1){
	margin-right:40px;
}
.fu_ava_box p{
	background-color:#000;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:15px 0;
	border-radius:10px 10px 0 0;
}
.fu_ava_txt{
	padding:15px 15px 25px;
	font-size:14px;
	line-height:20px;
}
/*-- /ava --*/

/*-- more --*/
.fu_more{
	margin:80px 0;
}
.fu_more_tl{
}
.fu_more_box{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.fu_more_mv{
	width:360px;
}
.fu_more_mv iframe{
	width:100%;
	height:212px;
}
/*-- /more --*/

/*-- footer --*/
.lp_footer{
	border-top:5px solid #e60012;
}
.lp_user{
	width:830px;
	margin:50px auto;
}
.lp_user p{
	font-size:23px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
}
.lp_user_link{
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}
.lp_user_link_l p,.lp_user_link_r p{
	text-align:center;
	font-size:15px;
	margin-bottom:5px;
}
.lp_user_link_l a,.lp_user_link_r a{
	width:400px;
	padding:20px 0;
	text-align:center;
	border-radius:50px;
	text-align:center;
	border:2px solid #e60012;
	display:block;
	font-size:15px;
	font-weight:bold;
	box-sizing: border-box;
}
.lp_user_btn.login a{
	color:#fff;
	background-color:#e60012;
}
.lp_user_btn.login a:hover{
	background-color:#000;
	border:2px solid #000;

}

.lp_user_btn.regi a{
	color:#e60012;
	background-color:#fff;
}
.lp_user_btn.regi a:hover{
	color:#fff;
	border:2px solid #000;
	background-color:#000;
}
.lp_f_nav{
        border-top: 1px solid #e9e9e9;
}
.lp_f_in{
	padding: 50px 0 30px;
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: end;
}
.lp_f_l{
        width: 210px;
}
.lp_f_logo{
}
.lp_f_r{
	width:700px;
}
.lp_f_list01{
}
.lp_f_list01 ul{
        display: flex;
        justify-content: flex-end;
        margin: 0 20px 10px 0;
}
.lp_f_list01 ul li a {
    	font-size: 17px;
    	font-weight: bold;
    	margin-left: 30px;
    	color: #000;
}
.lp_f_list01 ul li a:hover {
	color:#e60012;
}
.lp_f_list02{
}
.lp_f_list02 ul{
        display: flex;
        justify-content: flex-end;
        margin: 0 0px 10px 0;
}
.lp_f_list02 ul li a {
	font-size: 13px;
        color: #000;
        padding: 0 20px;
}
.lp_f_list02 ul li a:hover {
	color:#e60012;
}
.lp_f_list02 ul li + li {
    	border-left: 1px solid #333;
}
.lp_copy{
	text-align:center;
	font-size:10px;
	padding-bottom:10px;
}
/*-- /footer --*/

/*-- lp_data_list --*/
.lp_data_list{
}
.lp_data_list_blok{

}
.lp_data_list_row{
	width:1100px;
	margin:50px auto;

}
.lp_data_list_row ul{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.lp_data_list_row ul li{
	width:353px;
	box-shadow:0px 0px 3px 1px #d4d4d4;
	padding:15px;
	box-sizing:border-box;
	position:relative;
	margin:0 20px 20px 0;
}
.lp_data_list_row ul li:nth-child(3n){
	margin-right:0;
}
.lp_date_thumb{
}
.lp_date_thumb img{
	width:323px;
	height:180px;
	object-fit:cover;
}
.lp_date_tl{
    	font-size: 20px;
    	font-weight: bold;
	margin:15px 0;
}
.lp_date_txt{
	font-size:13px;
	line-height:20px;
	padding-bottom:50px;
}
.lp_date_dl{
}
.lp_date_dl a{
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
}
.lp_date_dl span{
	display:block;
	padding:7px 0;
	background-color:#e60012;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-radius:50px;
	border:2px solid #e60012;
	width:90%;
	box-sizing:border-box;
	height:40px;
	position:absolute;
	bottom:15px;
    	left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
}
.lp_date_dl a img{
	display:none;
}
.lp_date_dl a:hover span {
	background-color:#FFF;
	color:#e60012;
}
/*-- /lp_data_list --*/

