@charset "shift_jis";
/* CSS Document */
/*------§ìƒƒ‚------

 #CDE3F8ËƒƒCƒ“•”•ª‚Ì”wŒiA‚±‚¾‚í‚èðŒƒ{ƒ^ƒ“˜g‚Ì”wŒi
 #0D316DËƒ^ƒCƒgƒ‹ƒo[‚Æƒ{ƒ^ƒ“‚Ì’uŠ·
 #5E8ABFËyƒGƒŠƒA–¼iƒ[ƒ}Žšjz
 #009CD1ËƒEƒFƒuƒAƒCƒRƒ“‚ÌF
 #AD3333Ë’l‰º‚°EV’…ˆê——ƒŠƒ“ƒNƒ{ƒ^ƒ“ƒzƒo[
 #ebf3f8Ë•¨Œƒzƒo[”wŒiF

---------------------*/
/* lpo_common
---------------------------------------- */
body {
	margin: 0;
}
.side {
	float: left !important;
}
.con_main_h {
	position: absolute !important;
	z-index: 9999 !important;
	background-color: unset;
	backdrop-filter: unset;
}
.con_main_h .gnavi__list a {
	color: #fff !important;
}
.lpo_container {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 70px auto 0;
	flex-direction: row-reverse;
}
.lpo_maincontents {
	width: 860px;
}
.lpo_sbutl {
	font-size: 80px;
	color: #414042;
	font-weight: bold;
	line-height: 1;
	font-family: "Century Gothic";
	margin: 0;
}
.lpo_complement {
	font-size: 30px;
	color: #414042;
	font-weight: bold;
	line-height: 1;
}
/* lpo_main
---------------------------------------- */
.lpo_main_wrap {
	background: url(/img/lpo/chi_main.webp) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 370px 0 250px;
	margin-top: -80px;
	z-index: 1000;
	position: relative;
}
.lpo_main_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	&>h1 {
		font-size: 50px;
		font-weight: bold;
		color: #fff;
		line-height: 1.2;
		display: block;
		margin-bottom: 30px;
		position: unset !important;
		text-align: center !important;
		width: 100% !important;
		float: unset !important;
		min-width: unset !important;
		padding-left: 0;
	}
	& p {
		font-size: 25px;
		line-height: 1.8;
		font-weight: bold;
		color: #fff;
		font-family: "Century Gothic";
	}
}
/* lpo_kainn
---------------------------------------- */
.lpo_kainn_wrap {
	background: url(/img/lpo/kainn_bgs.webp)no-repeat;
	background-position: center;
	height: 640px;
	overflow: hidden;
}
.lpo_kainn_inner {
	width: 1000px;
	margin: 0px auto;
	padding-top: 40px;
}
.lpo_kainn_flex {
	display: flex;
	justify-content: space-between;
}
.lpo_kainn_txt_l {
	&>.en {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		font-family: "Century Gothic";
		margin-bottom: 25px;
		display: block;
	}
	&>h2 {
		font-size: 60px;
		line-height: 1.1;
		font-weight: bold;
		color: #fff;
	}
	&>ul {
		margin: 45px 0 30px;
		& li {
			position: relative;
			background-color: #fff;
			border-radius: 10px;
			display: flex;
			height: 65px;
			width: 85%;
			align-items: center;
			justify-content: left;
			padding: 0 50px;
			box-sizing: border-box;
			color: #414042;
			margin: 0 auto 10px;
			font-size: 20px;
			font-weight: bold;
			&:last-child {
				margin-bottom: 0;
			}
			& span {
				width: 50px;
				height: 50px;
				background-color: #fff;
				box-sizing: border-box;
				border: 1px solid #b49e70;
				border-radius: 100%;
				color: #b49e70;
				position: absolute;
				left: -27px;
				top: 7px;
				justify-content: center;
				align-items: center;
				font-size: 32px;
				font-family: "Century Gothic";
				display: flex;
				font-weight: bold;
			}
		}
	}
	&>.more_btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 320px;
		height: 65px;
		box-sizing: border-box;
		border-radius: 33px;
		background-color: #cb3332;
		border: 3px solid #fff;
		margin: 0 auto;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		transition-duration: .3s;
		&:hover {
			background-color: #fff;
			color: #cb3332;
			border: 3px solid #cb3332;
		}
	}
}
.lpo_kainn_koukai_r {
	&>.release {
		margin-bottom: 25px;
		position: relative;
		& ul {
			& li {
				font-size: 40px;
				color: #414042;
				font-weight: bold;
				line-height: 1;
				position: absolute;
				right: 75px;
				top: 0;
				&:first-child {
					top: 60px;
				}
				&:nth-child(2) {
					color: #fc7038;
					top: 130px;
				}
			}
		}
	}
}
/* lpo_recommed
---------------------------------------- */
.noticeable {
	background-color: #fdfaf4;
}
.lpo_recommend_wrap {
	padding: 100px 0;
}
.lpo_recommend_inner {
	width: 1100px;
	margin: 0 auto;
	min-width: 1000px;
	& h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	& .lpo_complement {
		text-align: center;
		margin-bottom: 20px;
	}
	& ul {
		display: flex;
		gap: 40px;
		justify-content: center;
		margin-top: 75px;
	}
}
.recommend_bukken {
	& a {
		width: 340px;
		height: 470px;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
		display: block;
		&>.img {
			width: 100%;
			height: 250px;
			& img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		&>.cate {
			display: flex;
			width: 120px;
			height: 35px;
			justify-content: center;
			align-items: center;
			background-color: #414042;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			position: absolute;
			top: 49%;
			left: 30px;
		}
		&>.name {
			font-size: 18px;
			font-weight: bold;
			margin: 35px 0 25px;
			color: #414042;
			padding: 0 25px;
		}
		&>.txt {
			font-size: 14px;
			line-height: 2;
			color: #414042;
			padding: 0 25px;
			font-weight: bold;
		}
		& span {
			font-size: 25px;
			color: #e83229;
			font-weight: bold;
			margin-bottom: 20px;
			padding: 0 25px;
			display: block;
		}
	}
}
.recommend_bukken02 {
	margin-right: 39px;
	&:last-child {
		margin-right: 0;
	}
}
.recommend_bukken02 a {
	width: 260px;
	height: 385px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	display: block;
	transition-duration: .4s;
	&>.img {
		width: 100%;
		height: 188px;
		overflow: hidden;
		transition-duration: .4s;
		& img {
			width: 100%;
			height: 100%;
			transition-duration: .4s;
			object-fit: cover;
		}
	}
	&>.cate {
		display: flex;
		width: 120px;
		height: 35px;
		justify-content: center;
		align-items: center;
		background-color: #414042;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 44%;
		left: 15px;
	}
	&>.name {
		font-size: 18px;
		font-weight: bold;
		margin: 35px 0 15px;
		color: #414042;
		padding: 0 25px;
	}
	&>.txt {
		font-size: 12px;
		line-height: 2;
		color: #414042;
		padding: 0 25px;
		font-weight: bold;
	}
	& span {
		font-size: 20px;
		color: #e83229;
		font-weight: bold;
		margin-bottom: 15px;
		padding: 0 25px;
		display: flex;
		align-items: center;
		line-height: 1;
	}
}
.recommend_bukken02:hover .img img {
	transform: scale(1.2);
}
span.bukken_icon_down {
	background: #0099CC;
	border: 1px solid #0099CC;
	color: #fff !important;
	font-size: 12px !important;
	width: 55px;
	height: 20px;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	margin-bottom: 0 !important;
}
/* lpo_search
---------------------------------------- */
.lpo_search_wrap {
	padding-bottom: 80px;
}
.lpo_search_inner {
	width: 1100px;
	margin: 0 auto;
	min-width: 1000px;
	& h2 {
		text-align: left;
		margin-bottom: 75px;
	}
	& .lpo_complement {
		display: inline-block;
		margin-left: 50px;
	}
	& h3 {
		display: flex;
		font-size: 30px;
		font-weight: bold;
		color: #414042;
		gap: 30px;
		align-items: center;
		margin: 0 auto 30px;
		& span {
			width: 60px;
			height: 60px;
			background-color: #414042;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			font-weight: bold;
			border-radius: 5px;
			font-size: 17px;
			font-family: "Century Gothic";
			text-align: center;
		}
	}
}
.lpo_search_flex {
	display: flex;
	justify-content: space-between;
}
.lpo_type {
	display: flex;
	gap: 20px;
	& li a {
		width: 140px;
		height: 120px;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		flex-wrap: wrap;
		text-decoration: .3s;
		&:hover {
			background-color: #b3a371;
			color: #fff;
		}
		& p {
			font-size: 15px;
			color: #414042;
			font-weight: bold;
			width: 105px;
			text-align: center;
		}
	}
}
.lpo_narrow {
	display: flex;
	gap: 10px;
	& li a {
		width: 200px;
		height: 60px;
		background-color: #e8e3d4;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		transition-duration: .3s;
		&:hover {
			background-color: #b49e70;
			color: #fff;
			& p,
			i,
			span {
				color: #fff;
			}
		}
		& i {
			font-size: 18px;
			color: #b49e70;
		}
		& p {
			color: #b49e70;
			font-size: 18px;
			font-weight: bold;
			line-height: 1;
			& span {
				font-size: 12px;
				font-weight: bold;
				color: #b49e70;
				line-height: 1;
				font-family: "Century Gothic";
			}
		}
	}
}
.lpo_type,
.lpo_narrow {
	margin-bottom: 30px;
}
.se_free .search_space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.se_free .search_window {
	width: 570px;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 5px;
	border: 2px solid #fff;
}
.se_free .free_btn {
	width: 53px;
	height: 60px;
	font-size: 20px;
	border: 2px solid #414042;
	background: #414042;
	color: #fff;
	cursor: pointer;
}
.se_free .free_btn:hover {
	background: #fff;
	color: #414042;
}
/* lpo_article
---------------------------------------- */
.lpo_tl {
	font-size: 80px;
	color: #414042;
	font-weight: bold;
	line-height: 1;
	font-family: "Century Gothic";
	margin: 0;
	text-align: left;
	margin: 0px 0 60px;
	& span {
		font-size: 30px;
		color: #414042;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
		margin-left: 50px;
	}
}
.lpo_article {}
.lpo_article ul {
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
}
.lpo_more a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	height: 60px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	border: 1px solid #414042;
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 60px;
	color: #414042;
	transition-duration: .3s;
	&:hover {
		background-color: #414042;
		color: #fff;
	}
}
/* lpo_inq
---------------------------------------- */
.lpo_inq {
	margin-bottom: 60px;
}
/* contents_flex
---------------------------------------- */
.contents_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
	& li {
		margin-bottom: 30px;
		&:nth-child(n + 7):nth-child(-n + 9) {
			margin-bottom: 0;
		}
	}
	& li a {
		width: 250px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border: 1px solid #414042;
		font-size: 18px;
		font-weight: bold;
		color: #414042;
		gap: 20px;
		line-height: 1.2;
		transition-duration: .3s;
		&:hover {
			background-color: #414042;
			color: #fff;
		}
		& i {
			background: #b49e70;
			color: #fff;
			width: 30px;
			height: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 100%;
			font-size: 12px;
		}
	}
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	background: #ebf3f8;
	padding: 14px;
	margin-bottom: 40px;
}
.lpo_btn h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	color: #0e6ba5;
	letter-spacing: 1.2px;
}
.lpo_btn h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #0e6ba5;
	margin-left: 1rem;
}
.lpo_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.lpo_btn li {
	width: 200px;
}
.lpo_btn li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 14px;
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.7px;
	box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.4);
}
.lpo_btn li a:hover {
	background: #f9f9f9;
}
.lpo_btn li a i,
.lpo_btn li a p {
	float: left;
	line-height: 20px;
}
.lpo_btn li a p {
	padding: 0 10px 0 0;
}
.lpo_btn li a:hover {}
.lpo_btn li a i {
	font-size: 20px;
	width: 25px;
	text-align: center;
	color: #0062a0;
}
.lpo_btn li a i.fa-chevron-right {
	width: auto;
	margin: 0;
	font-size: 10px;
}
/* lpo_regist_comment
---------------------------------------- */
.lpo_regist_comment {
	border: 5px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", ƒƒCƒŠƒI, Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1.8px;
	font-weight: bold;
}
.lpo_regist_comment span {
	color: #ff0000;
	font-size: 24px;
	padding: 0 5px;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	margin-bottom: 40px;
}
.lpo_regist_flow {
	margin-bottom: 20px;
}
.lpo_regist_form {
	margin-bottom: 0px;
}
.lpo_regist_form form {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}
.lpo_regist table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.lpo_regist table tr {
	display: flex;
	margin: 0 0 3px 0;
}
.lpo_regist th,
.lpo_regist td {
	box-sizing: border-box;
	font-size: 14px;
}
.lpo_regist th {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	width: 240px;
	background: #fafaf9;
	overflow: hidden;
}
.lpo_regist th span {
	width: 48px;
	box-sizing: border-box;
	padding: 5px 0;
	background: #ffe8e5;
	border-radius: 3px;
	color: #ff4a32;
	border: 1px solid #ff4a32;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1.3px;
}
.lpo_regist td {
	width: 640px;
	padding: 18px 0 18px 18px;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input,
.lpo_regist td textarea {
	width: 590px;
	padding: 15px 15px;
	background: #f5f9fc;
	border: 1px solid #ccdae4;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", ƒƒCƒŠƒI, Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
.lpo_regist td input {}
.lpo_regist td input.lpo_regist_s {
	width: 150px;
}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 30px;
	background: #f7eee3;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0062a0;
	font-weight: bold;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.lpo_regist_agree p {
	padding-bottom: 5px;
}
.lpo_regist_agree label {
	border: 1px solid #ccdae4;
	padding: 8px 13px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 5px 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 8px;
}
.lpo_regist_submit input {
	cursor: pointer;
	background: #de3838;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", ƒƒCƒŠƒI, Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #c43333;
	padding: 10px 80px;
}
.lpo_regist_submit input:hover {
	background: #c43333;
}