@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 ========== */

/* Lato - Adobe Fonts */
.lato-regular {
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.lato-regular-italic {
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.lato-bold {
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lato-bold-italic {
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: italic;
}



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

body{
	overflow-x: 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;
	}
}



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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #333;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0em;
}
#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::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
}
#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 {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_mv_logo {
	width: 60%;
	max-width: 400px;
	margin: 5% auto 5%;
}
#lp_main_wrap .lp_mv_img {
	width: 100%;
}
@media (max-width: 767px) {

}



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

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



/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 6.6% auto 9.4%;
	padding: 0;
	text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		width: 90%;
		margin: 15% auto 14%;
	}
}

/* lp_lead_title */
#lp_main_wrap .lp_lead_title {
	width: 100%;
	margin: 0 auto 37px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_title p {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.34;
	letter-spacing: 0.02em;
}
#lp_main_wrap .lp_lead_title h3 {
	font-feature-settings: "palt";
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 38px;
	line-height: 1.34;
	letter-spacing: -0.02em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead_title {
		margin: 0 auto 37px;
	}
	#lp_main_wrap .lp_lead_title p {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.25;
	}
	#lp_main_wrap .lp_lead_title h3 {
		font-size: 29px;
		line-height: 1.25;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_lead_title p {
		font-size: 17px;
	}
	#lp_main_wrap .lp_lead_title h3 {
		font-size: 26px;
	}
}

/* lp_lead_text */
#lp_main_wrap .lp_lead_text {
	width: 100%;
	margin: 0 auto 26px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_text p {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.02em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead_text {
		margin: 0 auto 32px;
	}
	#lp_main_wrap .lp_lead_text p {
		line-height: 1.68;
	}
}

/* lp_lead_btn */
#lp_main_wrap .lp_lead_btn {
	width: 100%;
	margin: 0 auto 37px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead_btn a.lp_lead_textlink {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead_btn a.lp_lead_textlink {
		font-size: 13px;
	}
}



/* ========== SEC ========== */

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 100%;
	margin: 0 auto 13%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		margin: 0 auto 20%;
	}
}

/* lp_sec_inner */
#lp_main_wrap .lp_sec_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lp_main_wrap .lp_sec_mainimg {
	width: 52.6%;
}
#lp_main_wrap .lp_sec_content {
	width: 42.2%;
}
@media (max-width: 1200px) {
	#lp_main_wrap .lp_sec_mainimg {
		width: 48%;
	}
	#lp_main_wrap .lp_sec_content {
		width: 48%;
	}
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_sec_inner {
		display: block;
	}
	#lp_main_wrap .lp_sec_mainimg {
		width: 100%;
		max-width: 768px;
		margin: 0 auto 6%;
	}
	#lp_main_wrap .lp_sec_content {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_mainimg {
		width: 100%;
		margin: 0 auto 10%;
	}
	#lp_main_wrap .lp_sec_content {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}

/* lp_sec_mainimg */
#lp_main_wrap .lp_sec_mainimg img {
	width: 100%;
	max-width: 100%;
}

/* lp_sec_content lp_sec_title */
#lp_main_wrap .lp_sec_title {
	margin-bottom: 33px;
}
#lp_main_wrap .lp_sec_title h3 {
	margin-bottom: 10px;
	font-feature-settings: "palt";
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: -0.01em;
}
#lp_main_wrap .lp_sec_title p {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_title {
		margin-bottom: 30px;
	}
	#lp_main_wrap .lp_sec_title h3 {
		margin-bottom: 7px;
		font-size: 25px;
	}
	#lp_main_wrap .lp_sec_title p {
		font-size: 14px;
	}
}

/* lp_sec_content lp_sec_text */
#lp_main_wrap .lp_sec_text {
	margin-bottom: 16px;
}
#lp_main_wrap .lp_sec_text p + p {
	margin-top: 14px;
}
#lp_main_wrap .lp_sec_text p {
	font-size: 14px;
	line-height: 1.86;
	letter-spacing: 0.02em;
}
#lp_main_wrap .lp_sec_text p.lp_sec_text_sub {
	color: #999;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_text {
		margin-bottom: 23px;
	}
	#lp_main_wrap .lp_sec_text p + p {
		margin-top: 8px;
	}
	#lp_main_wrap .lp_sec_text p {
		line-height: 1.9;
	}
}

/* lp_sec_content lp_sec_credit */
#lp_main_wrap .lp_sec_credit {
	display: flex;
	align-items: baseline;
	gap: 19px;
}
#lp_main_wrap .lp_sec_credit_price {
	padding: 0 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_sec_credit_btn a {
	display: block;
	width: fit-content;
	padding: 10px 14px 8px;
	background-color: #fff;
	border: 1px solid #333;
	position: relative;
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.025em;
}
#lp_main_wrap .lp_sec_credit_btn a::before {
	content: "";
	position: relative;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #333;
	display: inline-block;
	top: 0;
	left: 0;
}
#lp_main_wrap .lp_sec_credit_btn a:hover {
	color: #fff;
	background-color: #333;
	opacity: 1;
}
#lp_main_wrap .lp_sec_credit_btn a:hover::before {
	border-left-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_credit {
		gap: 12px;
	}
	#lp_main_wrap .lp_sec_credit_btn a {
		padding: 8px 14px 6px;
		font-size: 12px;
	}
	#lp_main_wrap .lp_sec_credit_btn a::before {
		margin-right: 6px;
		border-width: 3px 0 3px 3px;
		top: -2px;
		left: 0;
	}



}



/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 13.5% auto 80px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn a {
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	display: block;
	width: 100%;
	max-width: 600px;
	background: #FFF;
	margin: 0 auto 20px;
	padding: 29px 28px 28px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25em;
	color: #222;
	border: solid 1px #222;
	letter-spacing: 0em;
}
#lp_main_wrap .lp_btn a::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	top: -2px;
	left: 0;
	padding: 0 5px;
	font-size: 0;
	line-height: 1px;
	color: #222;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #222;
}
#lp_main_wrap .lp_btn a:hover {
	opacity: 1;
	color:#FFF;
	border: solid #222 1px;
	background-color: #222;
}
#lp_main_wrap .lp_btn a:hover::before {
	color: #fff;
	border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn a {
		margin: 0 auto 10px;
		padding: 19px 18px 18px;
		font-size: 18px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_btn a {
		font-size: 15px;
	}
}











/* ========== PAGETOP ========== */

/* lp_pagetop */
#lp_main_wrap .lp_pagetop,
#lp_main_wrap .lp_pagetop a,
#lp_main_wrap .lp_pagetop img {
	width: 48px;
	height: 48px;
}
#lp_main_wrap .lp_pagetop {
	margin: 50px 9.5% 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_pagetop {
		margin: 50px 10px 0 auto;
	}
}



/* ========== 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;
	}
}
