.p_lp {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	overflow: hidden;
}

.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: #0F1245E6;
	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;
}

.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.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.lp-design {
		padding: 60px 0;
		background-image: url(../img/design_bg_sp.png);
	}
}

.lp-design__content {}

.c__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	color: #FFF;
	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: #FFF;
	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%;
}

@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(95.62deg, #010D2F 23.45%, #042895 59.06%, #00A5FF 96.16%);
}

@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: 32px;
	line-height: 160%;
	color: #FFFFFF;
	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: #FFFFFF;
}

@media (max-width: 767px) {
	.lp-design__disp {
		font-size: 18px;
	}
}

.lp-features {
	padding: 80px 0;
	background-image: url(../img/features_bg.png);
	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;
	color: #0031C5;
}

@media (max-width: 767px) {
	.lp-features__title {
		margin-bottom: 40px;
	}
}

.lp-features__title span{
	background: linear-gradient(90.13deg, #082786 2.68%, #0744FF 49.65%, #082786 99.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.lp-features__movie {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.lp-features__movie {
		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__title02{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #002491;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.lp-features__title02{
		font-size: 14px;
		margin-bottom: 40px;
	}
}
.lp-features__title02 span{
	display: block;
	font-size: 32px;
	background: linear-gradient(95.62deg, #010D2F 23.45%, #042895 59.06%, #00A5FF 96.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
@media (max-width: 767px) {
	.lp-features__title02 span{
		font-size: 17px;
	}
}

.lp-features__cards {
	display: flex;
	gap: 24px;
}

@media (max-width: 767px) {
	.lp-features__cards {
		flex-direction: column;
		max-width: 335px;
		margin: auto;
	}
}


.lp-features__card {
	width: calc((100% - 48px) / 3);
	padding: 30px;
	background: linear-gradient(95.62deg, #010D2F 23.45%, #042895 59.06%, #00A5FF 96.16%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

@media (max-width: 767px) {
	.lp-features__card {
		width: 100%;
	}
}

.lp-features__image {}

.lp-features__image img {
	max-width: 100%;
	width: 100%;
}

.lp-features__body {

}

.lp-features__tag {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.lp-features__tag span {
	display: block;
	font-size: 45px;
	line-height: 100%;
}
.lp-features__text {
	margin-bottom: 10px;
}

.lp-features__lead {
	font-weight: 800;
	font-size: 23px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.lp-features__lead {
		font-size: 22px;
	}
}

.lp-features__disp {
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
}

.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 {
		padding: 80px 0;
		background-image: url(../img/spec_bg_sp.jpg);
	}
}

.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 #001556;
	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: #002493;
	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 12px;
	}
}

.lp-spec__table dl dd {
	width: 70%;
	background-color: #E0E8FF;
	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-lineup {
	padding: 80px 0;
	background-image: url(../img/features_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.lp-lineup {
		padding: 80px 0;
	}
}

.lp-lineup__content {}



.lp-lineup__title {
	margin-bottom: 40px;
	color: #0031C5;
}

.lp-lineup__title span{
	background: linear-gradient(90.13deg, #082786 2.68%, #0744FF 49.65%, #082786 99.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.lp-lineup__table {
	cursor: grab;
	/* つかめる感じのカーソル */
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	/* スクロール連鎖を抑制 */
}

.lp-lineup__table.grabbing {
	cursor: grabbing;
	user-select: none;
	/* ドラッグ中に文字選択されないように */
}

.lp-lineup__table table {
	/* width: 100%; */
	width: 1080px;
	border-collapse: collapse;
}

.lp-lineup__table table thead {}

.lp-lineup__table table thead th {
	width: 166px;
}

.lp-lineup__table table thead td {
	width: calc(100% - 166px);
	background-color: #FFF;
	padding: 0 0 10px;
	border-bottom: 2px solid #E6F6FF;
}

.lp-lineup__table table thead td img {
	height: 162px;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
}
.lp-lineup__name {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
	text-align: center;
	background-color: #042179;
	color: #FFFFFF;
	margin-bottom:10px;
}
.lp-lineup__table table tbody {}

.lp-lineup__table table tbody tr {

}
.lp-lineup__table table tbody tr th {
	width: 166px;
	padding: 16px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #000000;
	background-color: #D7E1FF;
	border-bottom: 2px solid #E6F6FF;
	background:linear-gradient(to bottom, #A1AEB4) left bottom / 100% 2px no-repeat,#D7E1FF;
}
.lp-lineup__table table tbody tr:last-child th {
	border: none;
}
.lp-lineup__table table tbody tr:first-child th {
	border-top: 2px solid #E6F6FF;
}
.lp-lineup__table table tbody tr:first-child th {
	padding: 16px;
	position:relative;
}
.lp-lineup__table table tbody tr:first-child th::before {
	content: "";
	position:absolute;
  	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #042179;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lp-lineup__table table tbody tr:first-child th p{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.lp-lineup__table table tbody tr:first-child th p:nth-child(1){
	position: absolute;
	right: 6px;
	top: 4px;
	color: #FFFFFF;
}
.lp-lineup__table table tbody tr:first-child th p:nth-child(2){
	position: absolute;
	left: 6px;
	bottom: 4px;
	color: #042179;
}
.lp-lineup__table table tbody tr td {
	width: calc((100% - 166px) / 3);
	background-color: #FFF;
	padding: 40px;
	border-top: none;
	border: 2px solid #E6F6FF;
	background:linear-gradient(to bottom, #A1AEB4) left bottom / 100% 2px no-repeat,#FFF;
}
.lp-lineup__table table tbody tr:last-child td {
	border-bottom: none;
}
.lp-lineup__table table tbody tr td:last-child {
	border-right: none;
}
.lp-lineup__table table tbody tr:first-child td {
	padding: 16px;
	background-color: #042179;
}
.lp-lineup__table table tbody tr:first-child td p{
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
}
.lp-lineup__table table tbody tr td p{
	font-weight: 500;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	font-size: 14px;
}
.lp-lineup__table table tbody tr td p.lp-lineup__table--price{
	font-size: 22px;
	line-height: 19px;
}

.lp-lineup__table--btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	gap: 10px;
	width: 196px;
	height: 44px;
	background: #0035D4;
	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 #0035D4;
}
.p_lp a.lp-lineup__table--btn:hover {
	background: #FFF;
	color: #0035D4;
	opacity: 1;
}

.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.png);
	}
}
.lp-review__content{

}
.lp-review__title{
	margin-bottom:40px;
}
@media (max-width: 767px) {
	.lp-review__title{
		margin-bottom:32px;
	}
}
.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;
}