.p_lp {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	overflow: hidden;
	margin-bottom: 120px;
}
@media (max-width: 767px) {
	.p_lp {
		margin-bottom: 80px;
	}
}

.p_lp * {
	box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

.p_lp ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pc {
	display: block;
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		display: block;
	}
}

.inner {
	max-width: 1160px;
	padding: 0 40px;
	width: 100%;
	margin: auto;
}

@media (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}

.p_lp a:hover {
	opacity: 0.6;
}

/*************************************************/

.lp-kv {}

.lp-kv__content {
	position: relative;
}

.lp-kv__image img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.lp-kv__navi {
	position: absolute;
	background: #515B63;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 16px 0;
}

@media (max-width: 767px) {
	.lp-kv__navi {
		padding: 0;
		position: static;
	}
}

.lp-kv__navi ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.lp-kv__navi ul {
		flex-wrap: wrap;
	}
}

.lp-kv__navi ul li {
	padding: 0 40px;
	border-right: 1px solid #FFF;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li {
		width: 50%;
		padding: 0 0;
		border-right: 1px solid #FFFFFF80;
	}

	.lp-kv__navi ul li:nth-child(2n) {
		border-right: none;
	}

	.lp-kv__navi ul li:nth-child(-n+2) {
		border-bottom: 1px solid #FFFFFF80;
	}
}

.lp-kv__navi ul li:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li:last-child {
		border-top: 1px solid #FFFFFF80;
		width: 100%;
	}
}

.lp-kv__navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a {
		padding: 4.267vw 0;
		display: block;
	}
}

.lp-kv__navi ul li a span {
	display: block;
}

.lp-kv__navi ul li a span.lp-kv__navi--en {
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a span.lp-kv__navi--en {
		font-size: 3.733vw;
	}
}

.lp-kv__navi ul li a span.lp-kv__navi--jp {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a span.lp-kv__navi--jp {
		font-size: 3.2vw;
	}
}

.lp-design {
	padding: 80px 0;
	background-image: url(../img/design_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.lp-design {
		background-image: url(../img/design_bg_sp.jpg);
		padding: 60px 0;
	}
}

.lp-design__content {}

.c__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	color: #515B63;
	text-align: center;
}

@media (max-width: 767px) {
	.c__title {
		font-size: 18px;
	}
}

.c__title span {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.5em;
	color: #515B63;
	display: inline-block;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
	.c__title span {
		font-size: 32px;
	}
}


.lp-design__title {
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
}

.lp-design__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.lp-design__cards {
		gap: 80px;
		max-width: 335px;
		width: 100%;
		margin: auto;
	}
}

.lp-design__card {
	display: flex;
}

@media (max-width: 767px) {
	.lp-design__card {
		flex-direction: column;
	}
}

.lp-design__card:nth-child(2) {
	flex-direction: row-reverse
}

@media (max-width: 767px) {
	.lp-design__card:nth-child(2) {
		flex-direction: column
	}
}

.lp-design__image {
	position: relative;
	width: 50%;
	background-color: #FFF;
}

@media (max-width: 767px) {
	.lp-design__image {
		width: 100%;
	}
}

.lp-design__image img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.lp-design__body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 40px;
	background: linear-gradient(98.55deg, #E4EEFA 8.68%, #FFFFFF 94.39%);
}

@media (max-width: 767px) {
	.lp-design__body {
		width: 100%;
		padding: 30px 32px;
	}
}

.lp-design__body>*:last-child {
	margin-bottom: 0;
}

.lp-design__lead {
	font-weight: 800;
	font-size: 28px;
	line-height: 160%;
	color: #4C4C4C;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.lp-design__lead {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.lp-design__disp {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #4C4C4C;
}

@media (max-width: 767px) {
	.lp-design__disp {
		font-size: 18px;
	}
}

.lp-features {
	padding: 80px 0 0;
	background-image: url(../img/features_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.lp-features {
		padding: 60px 0;
		background-size: auto 100%;
		background-position: top center;
	}
}

.lp-features__content {}

.lp-features__title {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.lp-features__title {
		margin-bottom: 40px;
	}
}

.lp-features__movieVideo {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.lp-features__movieVideo img {
	max-width: 100%;
	width: 100%;
}

.lp-features__movieVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.lp-features__product {
	padding: 60px 0 40px;
}

.lp-features__product.lp-features__product02 {
	position: relative;
	background-image: url(../img/features_bg02.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.lp-features__product-head {
	display: flex;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.lp-features__product-head {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

.lp-features__product.lp-features__product02 .lp-features__product-head {
	flex-direction: row-reverse;
}

@media (max-width: 767px) {
	.lp-features__product.lp-features__product02 .lp-features__product-head {
		flex-direction: column-reverse;
	}
}

.lp-features__product-head--image {
	width: 50%;
	text-align: center;
}

@media (max-width: 767px) {
	.lp-features__product-head--image {
		width: 100%;
	}
}

.lp-features__product-head--image img {
	width: 332px;
}

@media (max-width: 767px) {
	.lp-features__product-head--image img {
		width: 246px;
	}
}

.lp-features__product-headText {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.lp-features__product-headText {
		width: 100%;
	}
}

.lp-features__product-headText h3 {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 56px;
	line-height: 1.25;
	text-align: center;
	color: #515B63;
}

@media (max-width: 767px) {
	.lp-features__product-headText h3 {
		font-size: 32px;
	}
}

.lp-features__product.lp-features__product02 .lp-features__product-headText h3 {
	color: #FFF;
}

.lp-features__product-headText p {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #515B63;
}

@media (max-width: 767px) {
	.lp-features__product-headText p {
		font-size: 16px;
	}
}

.lp-features__product.lp-features__product02 .lp-features__product-headText p {
	color: #FFF;
}

.lp-features__product-body {}

.lp-features__product-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #718493;
}

@media (max-width: 767px) {
	.lp-features__product-title {
		margin-bottom: 16px;
		font-size: 14px;
	}
}

.lp-features__product.lp-features__product02 .lp-features__product-title {
	color: #FFFFFF;
}

.lp-features__product-title span {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	color: #515B63;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.lp-features__product-title span {
		font-size: 24px;
		margin-right: 0;
		display: block;
	}
}

.lp-features__product.lp-features__product02 .lp-features__product-title span {
	color: #FFFFFF;
}

.lp-features__product-cards {
	max-width: 1000px;
	margin: 0;
	overflow: visible;
	padding-bottom: 110px;
	position: relative;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.lp-features__product-cards {
		max-width: 335px;
		margin: 0 auto;
		padding-bottom: 100px;
		margin-bottom: 60px;
	}
}

.lp-features__product-card {
	display: flex;
	background: linear-gradient(272.1deg, #CFE4FA 2.29%, #F3F9FF 66.82%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.lp-features__product-card {
		flex-direction: column;
	}
}

.lp-features__product-card--image {
	width: 45%;
}

@media (max-width: 767px) {
	.lp-features__product-card--image {
		width: 100%;
	}
}

.lp-features__product-card--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-features__product-card--body {
	width: 55%;
	padding: 32px 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 767px) {
	.lp-features__product-card--body {
		width: 100%;
		padding: 20px 16px 24px;
	}
}
.lp-features__product-card--body > *:last-child{
	margin-bottom: 0;
}
.lp-features__product-card--tag {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	width: 108px;
	height: 26px;
	background: #515B63;
	font-family: 'Inter';
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.lp-features__product-card--lead {
	font-weight: 700;
	font-size: 30px;
	line-height: 160%;
	color: #434343;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.lp-features__product-card--lead {
		font-size: 22px;
	}
}

.lp-features__product-card--disp {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #434343;
}

@media (max-width: 767px) {
	.lp-features__product-card--disp {
		font-size: 16px;
	}
}

.lp-features__product-card--list{
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #434343;
}
@media (max-width: 767px) {
	.lp-features__product-card--list{
		font-size: 16px;
	}
}

.lp-features__product-card--list li{
	padding-left: 1em;
	position:relative;
}
.lp-features__product-card--list li::before{
	content: "・";
	position:absolute;
	top: 0;
	left: 0;
}
.lp-features__product-card--body a{
	color: #434343;
}

.lp-features__product .swiper-button-prev,
.lp-features__product .swiper-button-next {
	width: 70px;
	height: 70px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: unset;
	left: unset;
	bottom: 0;
	transform: none;
	transition: all 0.3s ease;
}

.lp-features__product .swiper-button-prev {
	background-image: url(../img/slide_arrow_l.svg);
	right: calc(100px - 80px);
}

@media (max-width: 1160px) {
	.lp-features__product .swiper-button-prev {
		right: 100px;
	}
}

.lp-features__product .swiper-button-next {
	background-image: url(../img/slide_arrow_r.svg);
	right: -80px;
}

@media (max-width: 1160px) {
	.lp-features__product .swiper-button-next {
		right: 0;
	}
}

.lp-features__product .swiper-button-prev::after,
.lp-features__product .swiper-button-next::after {
	content: none;
}

.lp-features__product .swiper-button-prev:hover,
.lp-features__product .swiper-button-next:hover {
	opacity: 0.6;
}

.lp-spec {
	padding: 60px 0;
	background-image: url(../img/spec_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.lp-spec {
		background-image: url(../img/spec_bg_sp.jpg);
		padding: 80px 0;
	}
}

.lp-spec__content {}

.lp-spec__title {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.lp-spec__title {
		margin-bottom: 40px;
	}
}

.lp-spec__table {}

.lp-spec__table--inner {
	width: 1080px;
}

@media (max-width: 767px) {
	.lp-spec__table--inner {
		width: 100%;
		/* max-width: 335px; */
		margin: auto;
	}
}


.lp-spec__table dl {
	display: flex;
	border-bottom: 4px solid #000000;
	gap: 0;
	margin: 0;
	width: 100%;
}

.lp-spec__table dl:last-child {
	border-bottom: none;
}

.lp-spec__table dl dt {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #718493;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25em;
	text-align: center;
	color: #FFF;
	padding: 14px 20px;
	margin: 0;
}

@media (max-width: 767px) {
	.lp-spec__table dl dt {
		width: 140px;
		font-size: 14px;
		padding: 20px 4px;
	}
}

.lp-spec__table dl dd {
	width: 70%;
	background-color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.75em;
	color: #000000;
	padding: 14px 20px;
	margin: 0;
}

@media (max-width: 767px) {
	.lp-spec__table dl dd {
		width: calc(100% - 140px);
		font-size: 14px;
		padding: 20px;
	}
}

.lp-series {
	padding: 80px 0;
	background-image: url(../img/series_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.lp-series {
		padding: 80px 0;
	}
}

.lp-series__content>*:last-child {
	margin-bottom: 0;
}



.lp-series__title {
	margin-bottom: 40px;
	color: #515B63;
}

/* ===== スクロール領域 ===== */
.lp-series__table {
	cursor: grab;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	margin-bottom: 40px;
}

.lp-series__table.grabbing {
	cursor: grabbing;
	user-select: none;
}

.lp-series__table table {
	width: 1080px;
	border-collapse: collapse;
	/* table-layout: fixed; */
}

.lp-series__table-product.lp-series__table table {
	width: 1280px;
}


.lp-series__table table thead {}

.lp-series__table table thead th {
	width: 166px;
	position: relative;
	z-index: 3;
	will-change: transform;
}

.lp-series__table table thead td {
	width: calc((100% - 166px) / 5);
	background-color: #FFF;
	padding: 0 0 10px;
	position: relative;
	z-index: 2;
	/* ★追加：上の行 */
	will-change: transform;
	border: 4px solid #E6F6FF;
	border-top: 0;
	border-bottom: 0;
}
/* .lp-series__table-product.lp-series__table table thead td {
	width: calc((100% - 166px) / 5);
} */

@media (max-width: 767px) {

	.lp-series__table table thead th,
	.lp-series__table table thead td,
	.lp-series__table table tbody th {
		position: static;
		transform: none !important;
		will-change: auto;
		z-index: auto;
	}
}

.lp-series__table table thead tr:first-child td {
	padding-bottom: 0;
	border: none;
}

.lp-series__table table thead tr:last-child td {
	border-bottom: 2px solid #E6F6FF;
}

.lp-series__table table thead td img {
	height: 162px;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
}

.lp-series__table table thead td .lp-series__table-image{
	display: flex;
	justify-content: center;
}
.lp-series__table table thead td .lp-series__table-image img{
	margin: 0;
}

.lp-series__name {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
	text-align: center;
	background-color: #515B63;
	color: #FFFFFF;
}

.lp-series__table table tbody {}

.lp-series__table table tbody tr {}

.lp-series__table table tbody tr th,
.lp-series__table table tr.lp-series__table-head th {
	width: 166px;
	padding: 16px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #000000;
	background-color: #C7D5DF;
	border-bottom: 2px solid #E6F6FF;
	background: linear-gradient(to bottom, #0C0C0D4D) left bottom / 100% 2px no-repeat, #C7D5DF;
	position: relative;
	z-index: 1;
	will-change: transform;
}

.lp-series__table table tbody tr:last-child th {
	border: none;
}

.lp-series__table table tr.lp-series__table-head th {
	border-top: 2px solid #E6F6FF;
}

.lp-series__table table tbody tr:first-child th,
.lp-series__table table tbody tr:last-child th {
	padding: 16px;
	position: relative;
}

.lp-series__table table tr.lp-series__table-head th::before {
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #515B63;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lp-series__table table tr.lp-series__table-head th p {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.lp-series__table table tr.lp-series__table-head th p:nth-child(1) {
	position: absolute;
	right: 6px;
	top: 4px;
	color: #FFFFFF;
}

.lp-series__table table tr.lp-series__table-head th p:nth-child(2) {
	position: absolute;
	left: 6px;
	bottom: 4px;
	color: #000000;
}

.lp-series__table table tbody tr td,
.lp-series__table table tr.lp-series__table-head td {
	width: calc((100% - 166px) / 5);
	background-color: #FFF;
	padding: 40px 0;
	border-left: 4px solid #E6F6FF;
	border-right: 4px solid #E6F6FF;
	border-top: none;
	background: linear-gradient(to bottom, #0C0C0D4D) left bottom / 100% 2px no-repeat, #FFF;
}
/* .lp-series__table-product.lp-series__table table tbody tr td,
.lp-series__table-product.lp-series__table table tr.lp-series__table-head td {
	width: calc((100% - 166px) / 5);
} */

.lp-series__table table tbody tr:last-child td {
	border-bottom: none;
}

.lp-series__table table tbody tr td:last-child {
	border-right: none;
}

.lp-series__table table tr.lp-series__table-head td{
	padding: 16px;
	background-color: #515B63;
}

.lp-series__table table tr.lp-series__table-head td p {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
}

.lp-series__table table tbody tr td p {
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.lp-series__table table tbody tr td p:last-child {
	margin-bottom: 0;
}

.lp-series__table table tr.lp-series__table-head td p {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
}

.lp-series__table table tbody tr td p span.division-price {
	font-size: 18px;
}

.lp-series__table table tbody tr td p.lp-series__table--price {
	font-size: 16px;
	line-height: 1.5;
}

.lp-series__table--btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	gap: 10px;
	width: 132px;
	height: 38px;
	background: #515B63;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: auto;
	text-decoration: none;
	transition: all 0.5s ease;
	border: 1px solid #515B63;
}

.p_lp a.lp-series__table--btn:hover {
	background: #FFF;
	color: #515B63;
	opacity: 1;
}

.lp-series__floathead {
	overflow: hidden;
	max-height: none;
	background-color: #FFF;
}

.lp-series__floathead table {
	border-collapse: collapse;
}

.scroll-hint-icon-wrap {
	z-index: 4;
}

.lp-review {
	padding: 80px 0;
	background-image: url(../img/review_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.lp-review {
		background-image: url(../img/review_bg_sp.jpg);
	}
}

.lp-review__content {}

.lp-review__title {
	margin-bottom: 40px;
	color: #FFF;
}

@media (max-width: 767px) {
	.lp-review__title {
		margin-bottom: 32px;
	}
}

.lp-review__title span {
	color: #FFF;
}

.lp-review__content>*:last-child {
	margin-bottom: 0;
}

.lp-review__block {
	margin-bottom: 48px;
}

.lp-review__blocktitle {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.75;
	color: #FFFFFF;
	margin-bottom: 32px;
	text-align: center;
}

@media (max-width: 767px) {
	.lp-review__blocktitle {
		font-size: 20px;
	}
}

.lp-review__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

@media (max-width: 767px) {
	.lp-review__cards {
		max-width: 335px;
		margin: auto;
	}
}

.lp-review__card {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #FFF;
	filter: drop-shadow(0px 4px 4px #000000);
	border-radius: 10px;
	padding: 0 0 30px;
	overflow: hidden;
	gap: 50px;
	text-decoration: none;
}

.p_lp a.lp-review__card:hover {
	opacity: 1;
}

@media (max-width: 767px) {
	.lp-review__card {
		width: 100%;
		gap: 24px;
	}
}

.lp-review__cardbody {}

.lp-review__cardimage {
	height: 295px;
}

@media (max-width: 767px) {
	.lp-review__cardimage {
		height: auto;
	}
}

.lp-review__cardimage img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-review__cardtext {
	padding: 30px 30px 0;
}

@media (max-width: 767px) {
	.lp-review__cardtext {
		padding: 30px 16px 0;
	}
}

.lp-review__cardlead {
	margin-bottom: 24px;
}

.lp-review__cardlead p {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	color: #5D5D5D;
	margin-bottom: 4px;
}

.lp-review__cardlead h4 {
	font-weight: 800;
	font-size: 24px;
	line-height: 160%;
	color: #000000;
}

.lp-review__carddisp {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
}

.lp-review__cardbtn {}

.lp-review__cardbtn a,
.lp-review__cardbtn span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 208px;
	height: 47px;
	background: #269641;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	margin: auto;
	text-decoration: none;
	transition: all 0.5s ease;
	border: 1px solid #269641;
}

.lp-review__cardbtn a:hover,
.lp-review__card:hover .lp-review__cardbtn span {
	opacity: 1;
	color: #269641;
	background-color: #FFF;
}