@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */


/* ========== COMMON ========== */

body{
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 可変幅表示にて使用 */
#page-body {
	overflow: hidden;
	width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
	#page-body {
		width: 100vw;
		margin: 0 -10px;
	}
}
@media (max-width: 767px) {
	#page-body {
		width: 100vw;
		margin: 0 -5px;
	}
}

/* フッター上の余白を削除 */
#footer_banner {
	margin-top: 0;
}

/* ========== MAIN ========== */

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	font-family: "Average","Times new roman","Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	word-wrap: break-word;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER ========== */

/* lp_mv */

#lp_main_wrap .lp_mv {
	margin-bottom: 80px;
}
#lp_main_wrap .lp_mv {
	width: 100vw;
}
#lp_main_wrap .lp_mv img {
	width: 100vw;
}
#lp_main_wrap .lp_mv_pc_1920 {
	display: block;
}
#lp_main_wrap .lp_mv_sp,
#lp_main_wrap .lp_mv_pc {
			display: none;
}
	@media (max-width: 1440px) {
		#lp_main_wrap .lp_mv_pc {
			display: block;
		}
		#lp_main_wrap .lp_mv_pc_1920,
		#lp_main_wrap .lp_mv_sp {
			display: none;
		}
	}
	@media (max-width: 767px) {
		#lp_main_wrap .lp_mv {
			margin-bottom: 60px;
		}
		#lp_main_wrap .lp_mv_sp {
			display: block;
		}
		#lp_main_wrap .lp_mv_pc_1920,
		#lp_main_wrap .lp_mv_pc {
			display: none;
		}
	}

/* ========== ARTICLE ========== */

#lp_main_wrap .lp_main {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
@media (max-width:767px) {
	#lp_main_wrap .lp_main {
		width: 100%;
	}
}

/* -----lead----- */

#lp_main_wrap .lead {
	width: 84.6%;
	max-width: 800px;
	padding: 20px;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 13px;
	background-color: #F9F9F9;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lead .lead_main {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-bottom: 5px;
}
#lp_main_wrap .lead .lead_main span {
	font-size: 18px;
}
#lp_main_wrap .lead p {
	line-height: 2.4;
}
@media (max-width:767px) {
	#lp_main_wrap .lead {
		margin: 0 auto 50px;
		padding: 26px;
		text-align: left;
	}
	#lp_main_wrap .lead .lead_main {
		line-height: 1.7;
		text-align: center;
	}
	#lp_main_wrap .lead .lead_sub {
		display: inline-block;
		padding: 8px 16px 0;
	}
}

/* code */
#lp_main_wrap .lp_code {
	margin: 0 auto 120px;
	text-align: center;
}
#lp_main_wrap .lp_code h3 {
	color: #DFBB62;
	text-align: center;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
#lp_main_wrap .lp_code_text {
	margin: 15px auto 40px;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0.16em;
}
#lp_main_wrap .lp_code_img {
	max-width: 500px;
	margin: 0 auto;
}
#lp_main_wrap .lp_code img {
	margin-bottom: 20px;
}
@media (max-width:767px) {
	#lp_main_wrap .lp_code {
		margin-bottom: 80px;
		text-align: left;
	}
	#lp_main_wrap .lp_code img {
		margin: 0;
	}
	#lp_main_wrap .lp_code_img {
	margin: 0 auto;
	padding: 0 20px;
	}
	#lp_main_wrap .lp_code_text {
		margin-bottom: 30px;
		text-align: center;
	}
}

/* item */
#lp_main_wrap .item {
	display: grid;
	grid-template-columns: 34.9% 60% ;
	justify-content: space-between;
	margin: 0 auto 140px;
	align-items: center;
	grid-template-rows: min-content min-content;
}
#lp_main_wrap .small_img {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
#lp_main_wrap .small_img img {
	width: calc((100% - 20px) / 3);
}
#lp_main_wrap .item:nth-child(odd) .item_text_wrap {
	order: 2;
}
#lp_main_wrap .item:nth-child(odd) .contents_img {
    order: 1;
}
#lp_main_wrap .item:nth-child(odd) {
	grid-template-columns: 60% 34.9%;
}

@media (max-width:767px) {
	#lp_main_wrap .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 60px;
	}
	#lp_main_wrap .item:nth-child(even) .item_text_wrap {
	order: 2;
	}
	#lp_main_wrap .item:nth-child(even) .contents_img {
    order: 1;
	}
}
#lp_main_wrap .item_info {
	max-width: 635px;
}
#lp_main_wrap .item_ttl {
	color: #D2AC4F;
	margin-top: 50px;
}
#lp_main_wrap .item_category {
	font-size: 24px;
	margin-bottom: 20px;
	color: #C3BBB9;
}
#lp_main_wrap h3 {
	color: #DFBB62;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
#lp_main_wrap h3 span {
	font-family: "Noto Serif JP", "Yu Mincho", "游明朝", serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	display: block;
	margin: 10px 0 40px;
}
#lp_main_wrap .item_text {
	line-height: 2.4;
	letter-spacing: 0.16em;
	margin-bottom: 50px;
}
#lp_main_wrap ul {
	margin-bottom: 60px;
	color: #333;
}
#lp_main_wrap li {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}
#lp_main_wrap li a {
	text-decoration: underline;
	text-underline-offset: 2px;
}
#lp_main_wrap .credit_price {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	letter-spacing: 0.06em;
}
#lp_main_wrap .credit_price p,
#lp_main_wrap .credit_price a {
	font-size: 13px;
}
#lp_main_wrap p.attention {
	color: #AAAAAA;
	font-family: "Noto Sans CJK JP", "Yu Gothic", sans-serif;;
	font-weight: 300;
	font-size: 12px;
}
@media (max-width:767px) {
	#lp_main_wrap .item_ttl {
		margin: 0 30px;
	}
	#lp_main_wrap h3 {
		font-size: 52px;
		margin-bottom: 10px;
	}
	#lp_main_wrap h3 span {
		font-size: 18px;
		margin-bottom: 40px;
	}
	#lp_main_wrap .item_info {
		padding: 24px 24px  0;
	}
	#lp_main_wrap ul {
		margin-bottom: 40px;
	}
	#lp_main_wrap li {
		margin: 20px 0 10px;
	}
}
/* btn */

/* 各セクションbtn */
#lp_main_wrap a.item_btn {
	font-family: "Noto Serif JP", "Yu Gothic", sans-serif;
	color: #D2AC4F;
	display: block;
	width: 229px;
	line-height: 1;
	padding: 16px 24px;
	border: solid 1px #D2AC4F;
	position: relative;
}
#lp_main_wrap a.item_btn::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	right: 22px;
	border-top: solid 1px #D2AC4F;
	border-right: solid 1px #D2AC4F;
	transform: rotate(45deg);
}

/* セクション下btn */

#lp_main_wrap .sec_btn {
	margin: 0 auto 110px;
	font-family: "Noto Sans CJK JP", "Yu Gothic", sans-serif;
	font-weight: 400;
	text-align: center;
	max-width: 800px;
}
#lp_main_wrap .sec_btn h4 {
	font-family: "Noto Serif JP", "Yu Gothic", sans-serif;
	color: #D2AC4F;
	font-size: 21px;
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}
#lp_main_wrap .sec_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#lp_main_wrap .sec_btn a,
#lp_main_wrap .sec_btn p {
	margin: 0 auto 10px;
	display: block;
	width: 68%;
	max-width: 390px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	position: relative;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.09em;
	background-color: #D2AC4F;
}
#lp_main_wrap .sec_btn p {
	background-color: #AAAAAA;
}
#lp_main_wrap .sec_btn a::after,
#lp_main_wrap .sec_btn p::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	right: 22px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}
@media (max-width:767px) {
	#lp_main_wrap .sec_btn a,
	#lp_main_wrap .sec_btn p {
		width: 85%;
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}
	#lp_main_wrap .sec_btn {
		margin-bottom: 40px;
	}
	#lp_main_wrap .sec_btn_wrap {
		gap: 0;
	}
	#lp_main_wrap .sec_btn h4 {
		font-size: 18px;
		line-height: 1.8;
	}
}

/* ========== ELEMENT ========== */


/* ========== CONTENT ========== */



/* ========== FOOTER ========== */

/* lp_footer */

#lp_main_wrap footer {
	background-color: #FAFBEB;
	text-align: center;
	padding: 80px 0 100px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#lp_main_wrap footer h4 {
	color: #D2AC4F;
	font-family: "Noto Serif JP", "Yu Gothic", sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}
#lp_main_wrap footer .lp_btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
#lp_main_wrap footer a {
	color: #D2AC4F;
	display: block;
	font-family: "Noto Sans CJK JP", "Yu Gothic", sans-serif;
	font-size: 18px;
	width: 390px;
	height: 70px;
	line-height: 70px;
	border: solid 1px #D2AC4F;
	position: relative;
}
#lp_main_wrap footer a::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	right: 22px;
	border-top: solid 1px #D2AC4F;
	border-right: solid 1px #D2AC4F;
	transform: rotate(45deg);
}
#lp_main_wrap footer a:hover {
	color: #D2AC4F;
}
@media (max-width:767px) {
	#lp_main_wrap footer {
		padding: 50px 0;
	}
	#lp_main_wrap footer a {
		width: 85%;
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}
	#lp_main_wrap footer .lp_btn {
		margin-bottom: 50px;
		gap: 10px;
	}
	#lp_main_wrap footer h4 {
		font-size: 18px;
		line-height: 1.8;
	}
}


/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
	display: block;
}
#lp_main_wrap .lp_viewpc_inline {
	display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
	display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
	display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
	display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
		display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
		display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
		display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
		display: none;
	}
}
