body{
	overflow: unset !important;
}
.p_lp_inner {
	max-width: 1160px;
	width: 100%;
	margin: auto;
	padding: 0 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_inner {
		padding: 0 20px;
	}
}

.p_lp_kv_navi {
	background-color: #876440;
	padding: 12px 0;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_navi {
		background-color: transparent;
		padding: 0 8px;
	}
}

.p_lp_kv_navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.p_lp_kv_navi ul {
		flex-wrap: wrap;
		align-items: unset;
		gap: 8px;
	}
}

.p_lp_kv_navi ul li {
	padding: 0 28px;
	position: relative;
	border-right: 1px solid #FFF;
}

@media screen and (max-width: 750px) {
	.p_lp_kv_navi ul li {
		padding: 0;
		border-right: none;
		width: calc(50% - 4px);
	}
}

.p_lp_kv_navi ul li:last-child {
	border-right: none;
}

.p_lp_kv_navi ul li a {
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1.25;
}

@media screen and (max-width: 750px) {
	.p_lp_kv_navi ul li a {
		width: 100%;
        height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #876440;
		padding: 8px 4px;
		border-radius:8px;
		position:relative;
	}
	.p_lp_kv_navi ul li a::before {
		position:absolute;
		content: "";
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		-webkit-mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
		mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
    	background-color: currentColor;
		width: 7px;
		height: 10px;
	}
}

.p_lp_kv {
	background-image: url(../img/kv_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.p_lp_kv {
		background-image: unset;
	}
}

.p_lp_kv .p_lp_inner {
	position: relative;
}
@media screen and (max-width: 750px) {
	.p_lp_kv .p_lp_inner {
		margin-bottom: 40px;
	}
}

.p_lp_kv_content {
	padding: 52px 0;
	display: flex;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_content {
		padding: 84px 0 20px;
		flex-direction: column-reverse;
		max-width: 335px;
		margin: auto;
	}
}


.p_lp_kv_body {
	position: relative;
	z-index: 2;
}

.p_lp_kv_lead {
	width: 284px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 16px;
	background: #FC964A;
	border: 1px solid #FFFFFF;
	border-radius: 999px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_lead {
		width: 268px;
		height: 33px;
		font-size: 16px;
		margin-bottom: 12px;
	}
}

.p_lp_kv_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_title {
		gap: 12px;
		margin-bottom: 26px;
	}
}

.p_lp_kv_title span {
	background: #000;
	padding: 8px 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_title span {
		padding: 8px;
		font-size: 20px;
	}
}

.p_lp_kv_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_text {
		gap: 12px;
	}
}

.p_lp_kv_text>span {
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 2px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	white-space: nowrap;
	line-height: 1.65;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_text>span {
		padding: 2px 10px;
		font-size: 14px;
	}
}

.p_lp_kv_text>span>span {
	color: #FF4800;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_text>span>span {
		font-size: 16px;
	}
}

.p_lp_kv_logo{
	width: 445px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_logo{
		width: 320px;
		margin: auto;
	}
}

.p_lp_kv_btn {
	width: 445px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_btn {
		width: 320px;
		margin: auto;
	}
}

.p_lp_kv_btn_subtext {
	text-align: center;
	margin-bottom: 10px;
}

.p_lp_kv_btn_subtext>span {
	font-weight: 600;
	font-size: 15px;
	line-height: 155%;
	text-align: center;
	color: #7B3500;
	position: relative;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_btn_subtext {
		font-size: 14px;
	}
}

.p_lp_kv_btn_subtext>span::before {
	height: 26px;
	width: 1px;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(-35deg);
	background-color: #7B3500;
	content: "";
}

.p_lp_kv_btn_subtext>span::after {
	height: 26px;
	width: 1px;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	background-color: #7B3500;
	content: "";
}

.p_lp_kv_btn_subtext>span span {
	color: #FF4800;
	font-weight: 700;
}

.p_lp_kv_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	padding: 10px 20px;
	background: #FF6B2C;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 175%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	transition: all 0.5s ease;
	border: 1px solid #FF6B2C;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_btn a {
		height: 52px;
		font-size: 18px;
	}
}

.p_lp_kv_btn a:hover {
	color: #FF6B2C;
	background-color: #FFFFFF;
	opacity: 1;
}

.p_lp_kv_btn a::before {
	content: "";
	-webkit-mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	background-color: currentColor;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_btn a::before {
		right: 10px;
	}
}

.p_lp_kv_image {
	position: relative;
}

.p_lp_kv_image img {
	position: absolute;
	top: 50%;
	left: -200px;
	transform: translateY(-50%);
	width: 826px;
	max-width: 826px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_image img {
		top: -140px;
		left: unset;
		right: -58px;
		transform: unset;
		width: 370px;
		max-width: 370px;
	}
}

.p_lp_kv_batcharea {
	position: absolute;
	bottom: 52px;
	right: 0;
	display: flex;
	gap: 28px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_batcharea {
		position: static;
		display: flex;
		justify-content: center;
		gap: 16px;
	}
}

.p_lp_kv_batch {
	background: #FFFFFF;
	box-shadow: 0px 0px 21.3px rgba(0, 0, 0, 0.56);
	border-radius: 50%;
	width: 171px;
	height: 171px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	background-image: url(../img/kv_batch_bg.svg);
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_batch {
		width: 147px;
		height: 147px;
		gap: 4px;
	}
}

.p_lp_kv_batch>span {
	font-weight: 700;
	font-size: 14px;
	line-height: 155%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #000000;
	position: relative;
	bottom: -8px;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_batch>span {
		font-size: 11px;
		bottom: -8px;
	}
}

.p_lp_kv_batch>span:nth-child(2) {
	font-weight: 800;
	font-size: 36px;
	line-height: 75%;
	text-align: center;
	color: #FF4800;
	text-shadow:
		-2px 0 0 #FFF,
		2px 0 0 #FFF,
		0 -2px 0 #FFF,
		0 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF,
		-2px 2px 0 #FFF,
		2px 2px 0 #FFF;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_batch>span:nth-child(2) {
		font-size: 32px;
	}
}

.p_lp_kv_batch>span:nth-child(2) span {
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 80px;
	line-height: 75%;
}
@media screen and (max-width: 750px) {
	.p_lp_kv_batch>span:nth-child(2) span {
		font-size: 72px;
	}
}

.p_lp_section01 {
	padding-top: 52px;
	position: relative;
	margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01 {
		padding-top: 40px;
		margin-bottom: 120px;
	}
}

.p_lp_section01_content01{
	position: relative;
	overflow: hidden;
}
.p_lp_section01_content01::before {
	position: absolute;
	content: "";
	top: 40px;
	right: 20px;
	width: 672px;
	height: 1235px;
	background-image: url(../img/lp_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_content01:before {
		top: 40px;
		right: -76px;
		width: 336.5px;
		height: 618.37px;
	}
}

.p_lp_section01_content {
	position: relative;
	z-index: 3;
}

.p_lp_section01_head {
	padding-top: 12px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_head {
		padding-top: 0;
		flex-direction: column-reverse;
		align-items: center;
		gap: 28px;
	}
}

.p_lp_section01_head_image {
	width: 160px;
}

.p_lp_section01_head_comment {
	position: relative;
	width: 488px;
	height: 104px;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_head_comment {
		width: 325px;
		height: 138px;
	}
}

.p_lp_section01_head_comment p {
	font-weight: 800;
	font-size: 20px;
	line-height: 165%;
	color: #000000;
	padding: 20px 40px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_head_comment p {
		font-size: 18px;
		padding: 20px 40px 40px;
		text-align: center;
	}
}

.p_lp_section01_head_comment::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 999px;
	background-color: #F4EEE9;
	top: 10px;
	left: 0;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_head_comment::before {
		border-radius: 32px;
		left: 10px;
	}
}

.p_lp_section01_head_comment::after {
	background-image: url(../img/comment_bg01.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 494px;
	height: 106px;
	position: absolute;
	top: 0;
	left: -8px;
	content: "";
}
@media screen and (max-width: 750px) {
	.p_lp_section01_head_comment::after {
		background-image: url(../img/comment_bg01_sp.svg);
		width: 325px;
		height: 154px;
		top: 0;
		left: 0;
	}
}

.p_lp_section01_head_comment p span {
	color: #5F2F0A;
	border-bottom: 4px solid #F6D7C1;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_head_comment p span {
		font-size: 20px;
	}
}

.p_lp_section01_list {
	background-color: #FFEFE3;
	padding: 56px;
	max-width: 896px;
	margin: auto;
	margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_list {
		padding: 32px 24px;
		margin-bottom: 20px;
	}
}

.p_lp_section01_list ul {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_list ul {
		gap: 24px;
	}
}

.p_lp_section01_list ul li {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	padding-left: 85px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_list ul li {
		font-size: 18px;
		padding-left: 68px;
	}
}

.p_lp_section01_list ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 65px;
	height: 58px;
	background-image: url(../img/list_ico01.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

@media screen and (max-width: 750px) {
	.p_lp_section01_list ul li::before {
		top: 0;
		left: 0;
		transform: unset;
		width: 43px;
		height: 37px;
	}
}

.p_lp_section01_list ul li span {
	color: #FF4800;
}

.p_lp_section01_content02 {
	padding: 16px 20px;
	background-color: #876440;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_content02 {
		padding: 20px;
	}
}

.p_lp_section01_content02 h2>span {
	display: block;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
    line-height: 1.75;
}

.p_lp_section01_content02 h2>span span {
	line-height: 100%;
	letter-spacing: 0.03em;
	text-shadow:
		-2px 0 0 #FF814B,
		2px 0 0 #FF814B,
		0 -2px 0 #FF814B,
		0 2px 0 #FF814B,
		-2px -2px 0 #FF814B,
		2px -2px 0 #FF814B,
		-2px 2px 0 #FF814B,
		2px 2px 0 #FF814B;
}

.p_lp_section01_content02 h2>span:nth-child(1) {
	font-size: 20px;
	margin-bottom: 12px;
}


.p_lp_section01_content02 h2>span:nth-child(1) span {
	font-size: 40px;
}

@media screen and (max-width: 750px) {
	.p_lp_section01_content02 h2>span:nth-child(1) span {
		font-size: 32px;
	}
}

.p_lp_section01_content02 h2>span:nth-child(2) {
	font-size: 16px;
}

.p_lp_section01_content02 h2>span:nth-child(2) span {
	font-size: 24px;
	color: #FF814B;
	text-shadow:
		-1.5px 0 0 #FFFFFF,
		1.5px 0 0 #FFFFFF,
		0 -1.5px 0 #FFFFFF,
		0 1.5px 0 #FFFFFF,
		-1.5px -1.5px 0 #FFFFFF,
		1.5px -1.5px 0 #FFFFFF,
		-1.5px 1.5px 0 #FFFFFF,
		1.5px 1.5px 0 #FFFFFF;
}

.p_lp_section01_content03 {
	position: relative;
	z-index: 3;
	background-image: url(../img/section01_bg01.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.p_lp_section01_logo {
	margin-bottom: 12px;
}
.p_lp_section01_logo h3 {
	text-align: center;
}

.p_lp_section01_logo h3 img {
	max-width: 846px;
}

.p_lp_section01_logo_disp {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 28px;
	width: 697px;
	height: 66px;
	background: #FFFFFF;
	border-radius: 999px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.7px;
	color: #000000;
	margin: auto;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_logo_disp {
		display: block;
		text-align: center;
		padding: 20px 0;
		width: 335px;
		height: 108px;
		font-size: 18px;
		top: 0;
		margin-bottom: 0;
	}
}


.p_lp_section01_logo_disp span {
	color: #FF4800;
	font-size: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_logo_disp span {
		font-size: 27px;
	}
}

.p_lp_section01_point {
	margin-bottom: 60px;
}

.p_lp_section01_point_ico {
	text-align: center;
	margin-bottom: 24px;
}

.p_lp_section01_point_ico img {
	width: 205px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_ico img {
		width: 133px;
	}
}

.p_lp_section01_point_cards {
	display: flex;
	gap: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_cards {
		flex-direction: column;
		gap: 32px;
		max-width: 265px;
		margin: auto;
	}
}

.p_lp_section01_point_card {
	align-items: center;
	padding: 0 22px 20px;
	gap: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(195, 112, 51, 0.35);
	width: calc(25% - 15px);
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_card {
		align-items: center;
		padding: 0 28px 32px;
		width: 100%;
	}
}

.p_lp_section01_point_batch {
	margin: auto;
	margin-bottom: 12px;
	position: relative;
	top: -12px;
	padding: 0px 22px 8px;
	width: 125px;
	height: 29px;
	background: #5F2F0A;
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_batch {
		margin-bottom:0;
		top: -16px;
		padding: 0px 22px;
		width: 125px;
		height: 38px;
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 75%;
	}
}

.p_lp_section01_point_batch>span {
	position: relative;
	top: -4px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_batch>span {
		top: 2px;
	}
}

.p_lp_section01_point_batch span span {
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 40px;
	line-height: 75%;
	color: #FFFFFF;
	text-shadow:
		-1.5px 0 0 #5F2F0A,
		1.5px 0 0 #5F2F0A,
		0 -1.5px 0 #5F2F0A,
		0 1.5px 0 #5F2F0A,
		-1.5px -1.5px 0 #5F2F0A,
		1.5px -1.5px 0 #5F2F0A,
		-1.5px 1.5px 0 #5F2F0A,
		1.5px 1.5px 0 #5F2F0A;
	margin-left: 4px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_point_batch span span {
		font-size: 32px;
	}
}

.p_lp_section01_point_cardico {
	margin-bottom: 20px;
	text-align: center;
}

.p_lp_section01_point_cardico img {
	width: 125px;
}

.p_lp_section01_point_disp {
	font-weight: 600;
	font-size: 16px;
	line-height: 170%;
	color: #000000;
}

.p_lp_section01_point_disp span {
	color: #FF4800;
}

.p_lp_section01_graph_lead {
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead {
		margin-bottom: 40px;
	}
}

.p_lp_section01_graph_lead p {
	width: 393px;
	height: 86px;
	background: #FFFFFF;
	border: 1px solid #FC964A;
	border-radius: 21px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead p {
		width: 334px;
		height: 86px;
	}
}

.p_lp_section01_graph_lead p>span {
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	color: #5F2F0A;
	margin-bottom: 4px;
}

.p_lp_section01_graph_lead p>span:nth-child(1) span {
	color: #FF4800;
	font-size: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead p>span:nth-child(1) span {
		font-size: 22px;
	}
}

.p_lp_section01_graph_lead p>span:nth-child(2) {
	font-size: 24px;
	font-weight: 800;
	color: #FF4800;
	border-bottom: 4px solid #F6D7C1;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead p>span:nth-child(2) {
		font-size: 22px;
	}
}

.p_lp_section01_graph_lead p::before,
.p_lp_section01_graph_lead p::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 16px;
	height: 12px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p_lp_section01_graph_lead p::before {
	background-color: #FC964A;
	bottom: -12px;
}

.p_lp_section01_graph_lead p::after {
	background-color: #FFFFFF;
	bottom: -10px;
}

.p_lp_section01_graph_lead h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead h4 {
		font-size: 18px;
	}
}

.p_lp_section01_graph_lead h4>span {
	display: block;
}

.p_lp_section01_graph_lead h4>span:nth-child(1) {
	margin-bottom: 8px;
}

.p_lp_section01_graph_lead h4>span:nth-child(2) {
	font-size: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead h4>span:nth-child(2) {
		font-size: 28px;
		line-height: 1.5;
	}
}

.p_lp_section01_graph_lead h4>span:nth-child(2) span {
	color: #FFF;
	font-size: 40px;
	line-height: 100%;
	text-shadow: -2px 0 0 #FF4800, 2px 0 0 #FF4800, 0 -2px 0 #FF4800, 0 2px 0 #FF4800, -2px -2px 0 #FF4800, 2px -2px 0 #FF4800, -2px 2px 0 #FF4800, 2px 2px 0 #FF4800;
	background: linear-gradient(transparent 70%, #FED4B5 70%);
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_lead h4>span:nth-child(2) span {
		font-size: 32px;
	}
}

.p_lp_section01_graph {
	margin: auto;
	margin-bottom: 24px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	transform: translateZ(0);
    will-change: transform;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph {
		margin-bottom: 40px;
		display: flex;
	}
}
.p_lp_section01_graph img {
	width: 998px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graphimage{
		width: 998px !important;
        min-width: 998px !important;
		height: 474px;
		margin: auto;
		display: table;
		background-image: url(../img/section01_graph01.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.p_lp_section01_graph img {
		/* display: none; */
		margin: 0;
		width: 998px !important;
		height: auto !important;
        max-width: none !important;
		flex-shrink: 0;
		-webkit-user-drag: none;
        -webkit-touch-callout: none;
		pointer-events: none;
	}
}

.p_lp_section01_graph_body {
	text-align: center;
	margin-bottom: 72px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_body {
		margin-bottom: 60px;
	}
}

.p_lp_section01_graph_body p {
	font-weight: 800;
	font-size: 20px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.8px;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_body p {
		font-size: 18px;
	}
}

.p_lp_section01_graph_body p span {
	background: linear-gradient(transparent 80%, #FED4B5 80%);
	color: #FF4800;
	font-size: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_graph_body p span {
		line-height: 150%;
	}
}

.p_lp_section01_merit {}

.p_lp_section01_merit_cards {
	display: flex;
	gap: 32px;
	max-width: 900px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_cards {
		flex-direction: column;
		gap: 40px;
		max-width: 246px;
	}
}

.p_lp_section01_merit_card {
	width: calc((100% - 64px) / 3);
	padding: 0 20px 50px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(252, 150, 74, 0.25);
	background-image: url(../img/merit_bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_card {
		width: 100%;
		padding: 0 16px 50px;
		background-image: url(../img/merit_bg01.png);
	}
}

.p_lp_section01_merit_batch {
	margin: auto;
	margin-bottom: 12px;
	position: relative;
	top: -12px;
	padding: 0px 22px 8px;
	width: 125px;
	height: 29px;
	background: #5F2F0A;
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_batch {
		margin-bottom: 0;
		top: -16px;
		padding: 0px 22px;
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.p_lp_section01_merit_batch>span {
	position: relative;
	top: -4px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_batch>span {
		top: 2px;
	}
}

.p_lp_section01_merit_batch span span {
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 40px;
	line-height: 75%;
	color: #FFFFFF;
	text-shadow:
		-1.5px 0 0 #5F2F0A,
		1.5px 0 0 #5F2F0A,
		0 -1.5px 0 #5F2F0A,
		0 1.5px 0 #5F2F0A,
		-1.5px -1.5px 0 #5F2F0A,
		1.5px -1.5px 0 #5F2F0A,
		-1.5px 1.5px 0 #5F2F0A,
		1.5px 1.5px 0 #5F2F0A;
	margin-left: 4px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_batch span span {
		font-size: 32px;
		margin-left: 4px;
	}
}

.p_lp_section01_merit_lead {
	font-weight: 800;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.8px;
	color: #FF4800;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_lead {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

.p_lp_section01_merit_disp {
	font-weight: 600;
	font-size: 16px;
	line-height: 170%;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_section01_merit_disp {
		font-size: 14px;
	}
}

.p_lp_section01_merit_disp span {
	color: #FF4800;
}

.p_lp_originality {}

.p_lp_originality_content {}

.p_lp_originality_title {
	margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_title {
		margin-bottom: 32px;
	}
}

.p_lp_originality_title h2 {
	padding-top: 72px;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_title h2 {
		font-size: 22px;
	}
}

.p_lp_originality_title h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background-color: #000000;
}

.p_lp_originality_title h2>span {
	color: #FF4800;
}

.p_lp_originality_title h2>span span {
	font-size: 56px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_title h2>span span {
		font-size: 32px;
	}
}

.p_lp_originality_sections {}

.p_lp_originality_sections>*:last-child {
	margin-bottom: 0;
}

.p_lp_originality_section {
	margin-bottom: 32px;
	padding: 32px 40px 48px;
	background: #FFF5ED;
	background-image: url(../img/originality_bg01.jpg);
	background-position: top center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section {
		margin-bottom: 24px;
		flex-direction: column;
		gap: 32px;
		padding: 32px 16px 48px;
	}
}

.p_lp_originality_section_body {
	width: calc(65% - 16px);
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_body {
		width: 100%;
	}
}
.p_lp_originality_section_body > *:last-child {
	margin-bottom: 0;
}
.p_lp_originality_section_image {
	width: calc(35% - 16px);
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_image {
		width: 100%;
		max-width: 335px;
		margin: auto;
	}
}

.p_lp_originality_batch {
	margin-bottom: 16px;
	padding: 0px 16px 8px;
	width: 100px;
	height: 27px;
	background: #5F2F0A;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.p_lp_originality_batch>span {
	position: relative;
	top: -4px;
}

.p_lp_originality_batch span span {
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 36px;
	line-height: 75%;
	color: #FFFFFF;
	text-shadow:
		-1.5px 0 0 #5F2F0A,
		1.5px 0 0 #5F2F0A,
		0 -1.5px 0 #5F2F0A,
		0 1.5px 0 #5F2F0A,
		-1.5px -1.5px 0 #5F2F0A,
		1.5px -1.5px 0 #5F2F0A,
		-1.5px 1.5px 0 #5F2F0A,
		1.5px 1.5px 0 #5F2F0A;
	margin-left: 4px;
	position: relative;
	top: 2px;
}

.p_lp_originality_section_body h3 {
	font-weight: 800;
	font-size: 26px;
	color: #FF4800;
	margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_body h3 {
		font-size: 22px;
		margin-bottom: 8px;
	}
}

.p_lp_originality_section_lead {
	font-weight: 700;
	font-size: 18px;
	line-height: 175%;
	color: #000000;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid #FF4800;
}

.p_lp_originality_section_disp {
	font-weight: 600;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_disp {
		margin-bottom: 24px;
	}
}

.p_lp_originality_section_disp span {
	color: #FF4800;
	font-weight: 700;
}

.p_lp_originality_section_disp02 {
	padding: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	background-color: #FFE4D5;
	margin-bottom: 20px;
}

.p_lp_originality_section_disp02 span {
	color: #FF4800;
	font-weight: 800;
	background: linear-gradient(transparent 80%, #FED4B5 80%);
}

.p_lp_originality_section_list {
	padding: 20px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_list {
		padding: 28px 20px;
		gap: 16px;
	}
}


.p_lp_originality_section_list li {
	padding-left: 40px;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	position: relative;
}

.p_lp_originality_section_list li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../img/ico_check.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_list li::before {
		top: 0;
		left: 0;
		transform: unset;
	}
}


.p_lp_originality_section_list li span {
	font-weight: 800;
	color: #FF4800;
}

.p_lp_originality_section_note {
	width: 100%;
}

.p_lp_originality_section_note>*:last-child {
	margin-bottom: 0;
}

.p_lp_originality_section_note p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
}

.p_lp_originality_section_note01 {
	font-weight: 700;
}

.p_lp_originality_section_comment {
	width: 100%;
	margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_comment {
		margin-bottom: 0;
	}
}

.p_lp_originality_section_comment p {
	width: 284px;
	height: 109px;
	background: #FFFFFF;
	border: 1px solid #FC964A;
	border-radius: 21px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	color: #FF4800;
	gap: 10px;
}

.p_lp_originality_section_comment p>span {
	font-weight: 600;
	line-height: 110%;
	text-align: center;
	background: linear-gradient(transparent 80%, #FED4B5 80%);
}

.p_lp_originality_section_comment p>span:nth-child(1) {
	color: #FF4800;
	font-size: 16px;
}

.p_lp_originality_section_comment p>span:nth-child(2) {
	font-size: 21px;
	font-weight: 700;
}

.p_lp_originality_section_comment p>span:nth-child(2) span {
	font-size: 32px;
}

.p_lp_originality_section_comment p>span:nth-child(3) {
	font-size: 14px;
}

.p_lp_originality_section_comment p::before,
.p_lp_originality_section_comment p::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 16px;
	height: 12px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p_lp_originality_section_comment p::before {
	background-color: #FC964A;
	bottom: -12px;
}

.p_lp_originality_section_comment p::after {
	background-color: #FFFFFF;
	bottom: -10px;
}

.p_lp_originality_section_details {
	width: 100%;
}

.p_lp_originality_section_details>*:last-child {
	margin-bottom: 0;
}

.p_lp_originality_section_detail {
	margin-bottom: 16px;
	background-color: #FFF;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_detail {
		margin-bottom: 8px;
	}
}

.p_lp_originality_section_detail dt {
	background-color: #FF814B;
	padding: 20px 80px 20px 52px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_detail dt {
		padding: 20px 52px 20px 20px;
	}
}

.p_lp_originality_section_detail dt::before,
.p_lp_originality_section_detail dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: #FFFFFF;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.p_lp_originality_section_detail dt::before {
	width: 28px;
	height: 2px;
}

.p_lp_originality_section_detail dt::after {
	width: 2px;
	height: 28px;
	right: 33px;
}

.p_lp_originality_section_detail.is-open dt::after {
	height: 0;
}

.p_lp_originality_section_detail dd {
	padding: 24px;
	display: none;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_detail dd {
		padding: 24px 20px;
	}
}

.p_lp_originality_section_figure {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure thead {
		display: none;
	}
}
.p_lp_originality_section_figure th {
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.7px;
	color: #000000;
	background-color: #CEB4A2;
	padding: 4px 8px;
}

.p_lp_originality_section_figure th:nth-child(1) {
	background-color: #CEB4A2;
}

.p_lp_originality_section_figure th:nth-child(2) {
	background-color: #FFB278;
}

@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure tbody{
		display: block;
	}
	.p_lp_originality_section_figure tbody > *:last-child {
		margin-bottom: 0;
	}
	.p_lp_originality_section_figure tr {
		margin-bottom: 12px;
		display: block;
	}
}
.p_lp_originality_section_figure td {
	border: 4px solid #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.7px;
	color: #000000;
	padding: 16px 20px;
	vertical-align: middle;
	width: 50%;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure td {
		display: block;
		border: none;
		padding: 0 12px 12px;
		width: 100%;
	}
}

.p_lp_originality_section_figure td:nth-child(1) {
	background-color: #F9F0E7;
}

.p_lp_originality_section_figure td:nth-child(2) {
	background-color: #FFEDE0;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure td:nth-child(1),
	.p_lp_originality_section_figure td:nth-child(2) {
		background-color: #F9F0E7;
	}
}

.p_lp_originality_section_figure tr:first-child td {
	border-top: none;
}

.p_lp_originality_section_figure_sptitle{
	display: none;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_figure_sptitle{
		display: flex;
		width: calc(100% + 24px);
		height: 33px;
		margin-left: -12px;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 14px;
		line-height: 175%;
		text-align: center;
		letter-spacing: 0.7px;
		color: #000000;
		margin-bottom: 16px;
	}
	.p_lp_originality_section_figure td:nth-child(1) .p_lp_originality_section_figure_sptitle{
		background-color: #CEB4A2;
	}
	.p_lp_originality_section_figure td:nth-child(2) .p_lp_originality_section_figure_sptitle{
		background-color: #FFB278;
	}
}

.p_lp_originality_section_figure td ul li {
	padding-left: 1.5em;
	position: relative;
}

.p_lp_originality_section_figure td ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}


.p_lp_originality_section_slide{
	display: flex;
	gap: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_slide{
		flex-direction: column;
		max-width: 303px;
		margin: auto;
	}
}
.p_lp_originality_section_slidecard{
	width: calc(50% - 12px);
	background-color: #FFF;
	padding: 20px;
	position:relative;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_slidecard{
		width: 100%;
	}
}
.p_lp_originality_section_slidecard > *:last-child{
	margin-bottom: 0;
}
.p_lp_originality_section_slidecard_title{
	padding: 4px 13px;
	background: #FC964A;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_slidecard_title{
		font-size: 14px;
		margin-bottom: 20px;
	}
}
.p_lp_originality_section_slideimage {
	margin-bottom: 12px;
	position:relative;
}
.p_lp_originality_section_slideimage img{
	display: block;
}
.p_lp_originality_section_slidecard_disp{
	padding: 20px 12px;
	background-color: #FFF0E5;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_originality_section_slidecard_disp{
		padding: 12px;
	}
}
.p_lp_originality_section_slidecard_disp span{
	font-weight: 700;
    color: #FF4800;
    background: linear-gradient(transparent 80%, #FFAF73 80%);
	font-size: 17px;
}

.p_lp_originality_section_slideimage_over{
	position:absolute;
	top: 0;
	right: 0;
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
}

.p_lp_bg01 {
	background-image: url(../img/about_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.p_lp_about {
	padding: 80px 20px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.p_lp_about {
		padding: 0 20px 80px;
	}
}

.p_lp_about_content {}

.p_lp_about_image {
	text-align: center;
	position:relative;
	height: 851px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_image {
		height: 374px;
		margin-bottom: 20px;
	}
}

.p_lp_about_image img {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1586px;
	max-width: 1586px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_image img {
		width: 698px;
		max-width: 698px;
	}
}

.p_lp_about_title {
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_title {
		margin-bottom: 20px;
	}
}

.p_lp_about_title h2 {
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	color: #440306;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.p_lp_about_title h2 {
		font-size: 20px;
	}
}

.p_lp_about_title h2 img {
	max-width: 469px;
	margin: 0 -20px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_title h2 img {
		max-width: 333px;
		margin: 0 -12px;
	}
}

.p_lp_about_list {
	padding: 0 56px 40px;
	max-width: 854px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: auto;
	margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_list {
		padding: 0 0 40px;
		margin-bottom: 40px;
	}
}

.p_lp_about_listhead {
	position: relative;
	top: -20px;
	font-weight: 800;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0 12px 12px;
	width: 420px;
	height: 35px;
	background: #FF4800;
	margin: auto;
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	.p_lp_about_listhead {
		top: -16px;
		padding: 0 12px 12px;
		width: 312px;
		height: 32px;
	}
}

.p_lp_about_listhead>span {
	position: relative;
	top: -4px;
}

.p_lp_about_listhead span span {
	font-weight: 400;
	font-size: 32px;
	line-height: 75%;
	color: #FFFFFF;
	-webkit-text-stroke: 8px #FF4800;
	paint-order: stroke fill;
	margin: 0 -8px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_listhead span span {
		font-size: 24px;
		margin: 0 -8px;
	}
}

.p_lp_about_list ul {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_list ul {
		padding: 0 20px;
		gap: 24px;
	}
}

.p_lp_about_list ul li {
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	padding-left: 64px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.p_lp_about_list ul li {
		font-size: 18px;
	}
}

.p_lp_about_list ul li span {
	color: #FF4800;
	background: linear-gradient(transparent 80%, #FED4B5 80%);
}

.p_lp_about_list ul li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../img/ico_check02.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 35px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_list ul li::before {
		top: 0;
		transform: unset;
	}
}

.p_lp_about_disp p {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_about_disp p {
		font-size: 20px;
	}
}

.p_lp_about_disp p>span {
	font-weight: 700;
	font-size: 32px;
	background: linear-gradient(transparent 60%, #FFB782 60%);
}
@media screen and (max-width: 750px) {
	.p_lp_about_disp p>span {
		font-size: 28px;
		white-space: nowrap;
	}
}

.p_lp_about_disp p>span>span {
	font-size: 78px;
	color: #FF4800;
}
@media screen and (max-width: 750px) {
	.p_lp_about_disp p>span>span {
		font-size: 42px;
	}
}

.p_lp_about_disp_m {
	margin: 0 -32px;
}
@media screen and (max-width: 750px) {
	.p_lp_about_disp_m {
		margin: 0 -22px;
	}
}

.p_lp_voice {
	padding: 40px 0 92px;
}
@media screen and (max-width: 750px) {
	.p_lp_voice {
		padding: 72px 0;
	}
}

.p_lp_voice_content {}

.p_lp_voice_title {
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_voice_title {
		margin-bottom: 24px;
	}
}

.p_lp_voice_title h2 {
	padding-top: 72px;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_voice_title h2 {
		font-size: 22px;
	}
}

.p_lp_voice_title h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background-color: #000000;
}

.p_lp_voice_title h2 span {
	position: relative;
}

.p_lp_voice_title h2 span::before {
	height: 40px;
	width: 1px;
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%) rotate(-35deg);
	background-color: #FF4800;
	content: "";
}
@media screen and (max-width: 750px) {
	.p_lp_voice_title h2 span::before {
		height: 32px;
		left: -16px;
	}
}

.p_lp_voice_title h2 span::after {
	height: 40px;
	width: 1px;
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	background-color: #FF4800;
	content: "";
}
@media screen and (max-width: 750px) {
	.p_lp_voice_title h2 span::after {
		height: 32px;
		right: -16px;
	}
}

.p_lp_voice_title p {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_voice_title p {
		font-size: 18px;
	}
}

.p_lp_voice_cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_voice_cards {
		max-width: 335px;
		margin: auto;
	}
}

.p_lp_voice_card {
	display: flex;
	align-items: center;
	padding: 32px;
	gap: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
	.p_lp_voice_card {
		padding: 32px 24px;
		gap: 32px;
		flex-direction: column;
		align-items: center;
	}
}

.p_lp_voice_image {
	width: 114px;
}

.p_lp_voice_image img {
	margin-bottom: 10px;
}

.p_lp_voice_image p {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	color: #363636;
}

.p_lp_voice_image p span {
	font-size: 14px;
	display: block;
}

.p_lp_voice_body {
	width: calc(100% - 174px);
}
@media screen and (max-width: 750px) {
	.p_lp_voice_body {
		width: 100%;
	}
}

.p_lp_voice_lead {
	font-weight: 700;
	font-size: 18px;
	line-height: 175%;
	color: #000000;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
}

.p_lp_voice_lead::before {
	height: 2px;
	width: 55px;
	background-color: #FC964A;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.p_lp_voice_disp {
	font-weight: 500;
	font-size: 14px;
	line-height: 175%;
	color: #000000;
}

.p_lp_voice_disp span {
	color: #FF4800;
	font-weight: 600;
}

.p_lp_method {}

.p_lp_method_content01 {
	padding: 52px 0 40px;
	background-image: url(../img/method_bg01.png);
	background-repeat: repeat;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.p_lp_method_content01 {
		padding: 48px 0 20px;
	}
}

.p_lp_method_title {
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_method_title {
		margin-bottom: 52px;
	}
}

.p_lp_method_title p {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 8px 24px;
	width: 410px;
	height: 54px;
	background: #FFFFFF;
	border-radius: 999px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.7px;
	color: #000000;
	margin: auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_method_title p {
		padding: 8px 0;
		width: 334px;
		height: 43px;
		font-size: 18px;
		margin-bottom: 16px;
	}
}

.p_lp_method_title p span {
	font-size: 32px;
	margin: 0 -12px;
	line-height: 125%;
}
@media screen and (max-width: 750px) {
	.p_lp_method_title p span {
		font-size: 24px;
		margin: 0 -12px;
	}
}

.p_lp_method_title h2 {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: -2px 0 0 #FF4800, 2px 0 0 #FF4800, 0 -2px 0 #FF4800, 0 2px 0 #FF4800, -2px -2px 0 #FF4800, 2px -2px 0 #FF4800, -2px 2px 0 #FF4800, 2px 2px 0 #FF4800;
}
@media screen and (max-width: 750px) {
	.p_lp_method_title h2 {
		font-size: 24px;
	}
}

.p_lp_method_title h2>span {
	background: linear-gradient(transparent 70%, #FFB782 70%);
}

.p_lp_method_title h2>span>span {
	font-size: 56px;
	line-height: 150%;
	letter-spacing: 0.18em;
	color: #FFFFFF;
	-webkit-text-stroke: 8px #FF4800;
	paint-order: stroke fill;
	margin: 0 -12px;
}
@media screen and (max-width: 750px) {
	.p_lp_method_title h2>span>span {
		font-size: 40px;
		-webkit-text-stroke: 8px #FF4800;
		margin: 0 -6px;
	}
}

.p_lp_method_cards {
	margin-bottom: 32px;
	display: flex;
	gap: 24px;
}
@media screen and (max-width: 750px) {
	.p_lp_method_cards {
		max-width: 335px;
		margin: auto;
		margin-bottom: 20px;
		flex-direction: column;
		gap: 16px;
	}
}

.p_lp_method_card {
	width: calc((100% - 48px) / 3);
	padding: 16px;
	display: flex;
	gap: 20px;
	align-items: center;
	background: #CECECE;
}
@media screen and (max-width: 750px) {
	.p_lp_method_card {
		width: 100%;
	}
}

.p_lp_method_cardimage {
	width: 90px;
}

.p_lp_method_cardbody {
	width: calc(100% - 110px);
}

.p_lp_method_carddisp {
	font-weight: 600;
	font-size: 14px;
	color: #737373;
	margin-bottom: 8px;
}

.p_lp_method_cardprice {
	font-weight: 500;
	font-size: 24px;
	color: #737373;
}

.p_lp_method_cardprice span {
	font-family: 'Barlow Condensed';
	font-size: 48px;
	line-height: 0.75;
}

.p_lp_method_card:nth-child(3) .p_lp_method_cardprice span {
	font-size: 32px;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width: 750px) {
	.p_lp_method_card:nth-child(3) .p_lp_method_cardprice span {
		font-size: 30px;
	}
}
@media screen and (max-width: 750px) {
	.p_lp_method_price{
		max-width: 335px;
		margin: auto;
	}
}



.p_lp_method_content02 {
	position: relative;
	height: 321px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.p_lp_method_content02 {
		padding: 20px;
		height: auto;
		display: block;
	}
}

.p_lp_method_bg1 {
	position: absolute;
	height: 100%;
	width: calc(50% + 160px);
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	background-image: url(../img/method_bg02.png);
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.p_lp_method_bg1 {
		width: 100%;
		height: calc(50% + 160px);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
		background-image: url(../img/method_bg02_sp.png);
	}
}

.p_lp_method_bg2 {
	position: absolute;
	height: 100%;
	width: calc(50% + 80px);
	top: 0;
	right: 0;
	clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%);
	background-image: url(../img/method_bg03.png);
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.p_lp_method_bg2 {
		width: 100%;
		height: calc(50% + 80px);
		top: unset;
		bottom: 0;
		right: unset;
		left: 0;
		clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
		background-image: url(../img/method_bg03_sp.png);
	}
}

.p_lp_method_block {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	max-width: 1236px;
	width: 100%;
	height: 240px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.p_lp_method_block {
		border-radius: 0;
		max-width: 335px;
		height: auto;
		margin: auto;
		flex-direction: column;
	}
}

.p_lp_method_block_bg01 img,
.p_lp_method_block_bg02 img {
	width: 182px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
	.p_lp_method_block_bg01 img,
	.p_lp_method_block_bg02 img {
		width: 133px;
	}
}

.p_lp_method_block_bg01 {
	position: absolute;
	height: 100%;
	width: calc(50% + 40px);
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0 100%);
	background-image: url(../img/method_bg02_02.png);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 0 120px 0 60px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.p_lp_method_block_bg01 {
		position: relative;
		width: 100%;
		height: auto;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 calc(100% - 80px));
		background-image: url(../img/method_bg02_02.png);
		padding: 32px 20px 160px;
		text-align: center;
		justify-content: center;
		border-radius: 15px;
		top: 20px;
	}
}

.p_lp_method_block_bg02 {
	position: absolute;
	height: 100%;
	width: calc(50% + 40px);
	top: 0;
	right: 0;
	clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
	background-image: url(../img/method_bg03_02.png);
	padding: 0 60px 0 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 750px) {
	.p_lp_method_block_bg02 {
		position: relative;
		width: 100%;
		height: auto;
		clip-path: polygon(0 10px, 100% 60px, 100% 100%, 0 100%);
		background-image: url(../img/method_bg03_02.png);
		padding: 160px 20px 32px;
		justify-content: center;
		border-radius: 15px;
		top: -40px;
	}
}

.p_lp_method_main {
	padding: 9px 16px;
	width: 650px;
	height: 139px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 750px) {
	.p_lp_method_main {
		padding: 18px 12px;
		width: 305px;
		height: auto;
		position:absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.p_lp_method_main p {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}

.p_lp_method_main p:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.p_lp_method_main p:nth-child(1) span {
	font-size: 32px;
	color: #FF4800;
	background: linear-gradient(transparent 80%, #FFAF73 80%);
}

.p_lp_method_main p:nth-child(2) span.p_lp_method_main_font {
	font-size: 32px;
	color: #5F2F0A;
	background: linear-gradient(transparent 80%, #FFD5B6 80%);
	margin:0 -8px;
}

.p_lp_method_main p:nth-child(2) span.p_lp_method_main_image {
	display: inline-flex;
	align-items: center;
}

.p_lp_method_main p:nth-child(2) img {
	width: 330px;
	margin: -12px -16px;
}
@media screen and (max-width: 750px) {
	.p_lp_method_main p:nth-child(2) img {
		width: 253px;
		margin: -6px -12px;
	}
}


.p_lp_price {
	padding: 92px 0 0;
}
@media screen and (max-width: 750px) {
	.p_lp_price {
		padding: 60px 0 0;
	}
}


.p_lp_price_content {}

.p_lp_price_title {
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_title {
		margin-bottom: 24px;
	}
}

.p_lp_price_title h2 {
	padding-top: 72px;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_title h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}


.p_lp_price_title h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background-color: #000000;
}

.p_lp_price_title h2 span {
	position: relative;
}

.p_lp_price_title p {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_price_title p {
		font-size: 18px;
	}
}

.p_lp_price_title p span {
	font-weight: 700;
	font-size: 32px;
	color: #FF4800;
	background: linear-gradient(transparent 80%, #FEE3D0 80%);
	margin: 0 -6px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.p_lp_price_title p span {
		font-size: 28px;
	}
}

.p_lp_price_main {
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_main {
		margin-bottom: 32px;
	}
}
.p_lp_price_main img {
	display: block;
	margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_main img {
		max-width: 335px;
		margin: auto;
		margin-bottom: 32px;
	}
}

.p_lp_price_main ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_main ul {
		gap: 12px;
	}
}

.p_lp_price_main ul li {
	font-weight: 500;
	font-size: 18px;
	line-height: 175%;
	color: #000000;
	padding-left: 36px;
	position: relative;
}

.p_lp_price_main ul li:before {
	background-image: url(../img/ico_list.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}

.p_lp_price_body {}

.p_lp_price_lead {
	margin-bottom: 24px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	border-left: 4px solid #7B3500;
}
@media screen and (max-width: 750px) {
	.p_lp_price_lead {
		font-size: 18px;
	}
}

.p_lp_price_disp {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.7px;
	color: #000000;
}
.p_lp_price_table{
	overflow: auto;
	padding-top: 80px;
	margin-bottom: 40px;
}
.p_lp_price_table table {
	width: 1080px;
}

.p_lp_price_body table thead {}

.p_lp_price_body table thead th {
	border: 4px solid #FFF;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	padding: 16px;
}

.p_lp_price_body table thead th:nth-child(1) {
	width: 25%;
	background-color: #F6F2F0;
}

.p_lp_price_body table thead th:nth-child(2) {
	width: calc(75% / 2);
	background-color: #EAE5E2;
}

.p_lp_price_body table thead th:nth-child(3) {
	width: calc(75% / 2);
	background-color: #FF6B2C;
	color: #FFF;
	position:relative;
}
.p_lp_price_body table thead th:nth-child(3)::before {
	position:absolute;
	content: "";
	width: 53px;
	height: 38px;
	background-size: cover;
	top: -56px;
	left: 50%;
	transform: translateX(-50%);
	background-image:url(../img/ico_crown.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.p_lp_price_body table tbody {}

.p_lp_price_body table tbody th {
	border: 4px solid #FFF;
	background-color: #FAFAFA;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 20px;
}

.p_lp_price_body table tbody td {
	border: 4px solid #FFF;
	padding: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}

.p_lp_price_body table tbody td:nth-child(2) {
	background-color: #F2F2F2;
}

.p_lp_price_body table tbody td:nth-child(3) {
	background-color: #FFF3EA;
}

.p_lp_price_body table tbody td p {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	padding-left: 36px;
	position: relative;
}

.p_lp_price_body table tbody td p:before {
	background-image: url(../img/ico_list.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}

.p_lp_price_btn {
	width: 445px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.p_lp_price_btn {
		width: 320px;
		margin: auto;
	}
}

.p_lp_price_btn p {
	text-align: center;
	margin-bottom: 10px;
}

.p_lp_price_btn p>span {
	font-weight: 600;
	font-size: 15px;
	line-height: 155%;
	text-align: center;
	color: #7B3500;
	position: relative;
}

.p_lp_price_btn p>span::before {
	height: 26px;
	width: 1px;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(-35deg);
	background-color: #7B3500;
	content: "";
}

.p_lp_price_btn p>span::after {
	height: 26px;
	width: 1px;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	background-color: #7B3500;
	content: "";
}

.p_lp_price_btn p>span span {
	color: #FF4800;
}

.p_lp_price_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	padding: 10px 20px 10px 20px;
	background: #FF6B2C;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 175%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	transition: all 0.5s ease;
	border: 1px solid #FF6B2C;
}
@media screen and (max-width: 750px) {
	.p_lp_price_btn a {
        height: 52px;
        font-size: 18px;
	}
}

.p_lp_price_btn a:hover {
	color: #FF6B2C;
	background-color: #FFFFFF;
	opacity: 1;
}

.p_lp_price_btn a::before {
	content: "";
	-webkit-mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	background-color: currentColor;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_price_btn a::before {
		right: 10px;
	}
}

.p_lp_faq {
	padding: 92px 0 96px;
}
@media screen and (max-width: 750px) {
	.p_lp_faq {
		padding: 92px 0 60px;
	}
}


.p_lp_faq_content {}

.p_lp_faq_title {
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_title {
		margin-bottom: 32px;
	}
}

.p_lp_faq_title h2 {
	padding-top: 72px;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_title h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.p_lp_faq_title h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background-color: #000000;
}

.p_lp_faq_title h2 span {
	position: relative;
}

.p_lp_faq_title p {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_title p {
		font-size: 16px;
	}
}

.p_lp_faq_main {}

.p_lp_faq_main>*:last-child {
	margin-bottom: 0;
}

.p_lp_faq_card {
	margin-bottom: 48px;
}

.p_lp_faq_card>*:last-child {
	margin-bottom: 0;
}

.p_lp_faq_cardtitle {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
	border-left: 4px solid #7B3500;
	padding-left: 20px;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_cardtitle {
		font-size: 18px;
	}
}

.p_lp_faq_card dl {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-bottom: 8px;
}

.p_lp_faq_card dl dt {
	background-color: #FFDDC4;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	padding: 20px 80px 20px 40px;
	display: flex;
	gap: 32px;
	align-items: center;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_card dl dt {
		padding: 16px 56px 16px 20px;
		gap: 20px;
	}
}

.p_lp_faq_card dl dt::before,
.p_lp_faq_card dl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: #000000;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.p_lp_faq_card dl dt::before {
	width: 28px;
	height: 2px;
}

.p_lp_faq_card dl dt::after {
	width: 2px;
	height: 28px;
	right: 33px;
}

.p_lp_faq_card dl.is-open dt::after {
	height: 0;
}

.p_lp_faq_card dl dt>span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 32px;
	color: #5F2F0A;
	background-color: #FFFFFF;
	border-radius: 50%;
	line-height: 75%;
}

.p_lp_faq_card dl dt>span>span {
	position: relative;
	top: 2px;
}

.p_lp_faq_card dl dt p {
	width: calc(100% - 72px);
}
@media screen and (max-width: 750px) {
	.p_lp_faq_card dl dt p {
		width: calc(100% - 60px);
	}
}

.p_lp_faq_card dl dd {
	display: none;
}

.p_lp_faq_card dl dd .p_lp_faq_body {
	background-color: #FAFAFA;
	display: flex;
	gap: 32px;
	align-items: flex-start;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	padding: 20px 40px;
}
@media screen and (max-width: 750px) {
	.p_lp_faq_card dl dd .p_lp_faq_body {
		gap: 20px;
		font-size: 14px;
		padding: 20px 24px;
	}
}

.p_lp_faq_card dl dd span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-size: 32px;
	color: #5F2F0A;
	text-align: center;
}

.p_lp_faq_card dl dd p {
	width: calc(100% - 72px);
}
@media screen and (max-width: 750px) {
	.p_lp_faq_card dl dd p {
		width: calc(100% - 60px);
	}
}

.p_lp_cvr {
	background-image: url(../img/cvr_bg.png);
	background-repeat: repeat;
	background-position: center;
	padding: 32px 0;
}

.p_lp_cvr h2 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.p_lp_cvr h2 span {
	font-size: 32px;
}
@media screen and (max-width: 750px) {
	.p_lp_cvr h2 span {
		font-size: 28px;
	}
}

.p_lp_cvr_btn {
	max-width: 445px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.p_lp_cvr_btn {
		max-width: 320px;
	}
}

.p_lp_cvr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	padding: 10px 20px 10px 20px;
	background: #FF6B2C;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	transition: all 0.5s ease;
	border: 1px solid #FF6B2C;
}
@media screen and (max-width: 750px) {
	.p_lp_cvr_btn a {
		height: 52px;
		font-size: 18px;
	}
}

.p_lp_cvr_btn a:hover {
	color: #FF6B2C;
	background-color: #FFFFFF;
	opacity: 1;
}

.p_lp_cvr_btn a::before {
	content: "";
	-webkit-mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	mask: url(../img/ico_btn_arrow.svg) no-repeat center / 100%;
	background-color: currentColor;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

@media screen and (max-width: 750px) {
	.p_lp_cvr_btn a::before {
		right: 10px;
	}
}

.js-scrollable {
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
}