@charset "utf-8";
/* fv  */
.fv-wrap {
		background: url("../img/lp/bg_fv_wrap2.png") no-repeat;
		background-size: cover;
		background-position: calc(50% + var(--bg-shift)) top;
		height: 945px;
}
.hero-copy {
		width: 672px;
		position: absolute;
		top: 50%;
		left: var(--text-left);
		transform: translate(0, -50%);
}
h1.eyebrow {
		font-size: 53px;
		color: #1D3D72;
		line-height: 1.1;
		text-align: center;
		background: none;
		padding: 0;
		margin-bottom: 30px;
}
.hero-big1 {
		font-size: 71px;
		color: inherit;
		display: inline-block;
		margin-left: 0;
}
.cell1 {
		display: inline-block;
		padding-right: 0;
		font-size: 27px;
}
.badges {
		display: flex;
		gap: 20px;
		font-weight: 700;
		font-size: 24px;
		text-align: center;
		margin-bottom: 60px;
		justify-content: space-between;
		height: auto;
		align-items: unset;
		line-height: 1.3;
}
.badge {
		position: relative;
		padding: 90px 0 0;
		background-image: url("../img/lp/icon_hand.png");
		background-repeat: no-repeat;
		background-position: top 15px center;
		background-color: #FFDC64;
		width: 210px;
		height: 210px;
		border-radius: 50%;
}
.badge::before, .badge::after {
		display: none;
}
@media (max-width: 767px) {
		.fv-wrap {
				background: url("../img/lp/bg_fv2.png") no-repeat center center;
				height: 660px;
				background-size: cover;
		}
		.hero-copy {
				width: 100%;
				position: relative;
				top: 0;
				left: 0;
				transform: none;
				padding: 10px;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				height: 600px;
		}
		.main-catch-area {
				padding-bottom: 175px;
				background: url("../img/lp/bg_fv_img2.png") no-repeat center bottom;
				background-size: 280px;
		}
		h1.eyebrow {
				font-size: 24px;
				color: #1D3D72;
				line-height: 1.1;
				text-align: center;
				background: none;
				padding: 0;
				margin-bottom: 30px;
		}
		span.hero-big1 {
				font-size: 34px;
				margin-left: 0;
		}
		.cell1 {
				display: inline-block;
				padding-right: 0;
				font-size: 18px;
				margin-top: 15px;
				line-height: 1.4;
		}
		.badges {
				display: flex;
				gap: 10px;
				font-weight: 700;
				font-size: 24px;
				text-align: center;
				margin-bottom: 60px;
				justify-content: space-between;
				height: auto;
				align-items: unset;
				line-height: 1.3;
		}
		span.badge {
				font-size: 12px;
				padding: 50px 0 0;
				width: 114px;
				height: 114px;
				background-size: 20px;
				background-position: top 10px center;
		}
}


@media (min-width: 2000px) {
	
	.fv-wrap{
		background: url("../img/lp/bg_fv2.png") no-repeat center center;
		background-size:cover;
	}
	
	.hero-copy {
    left: 40%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(12px);
    border-radius: 130px;
    display: flex;
    height: 860px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .hero-copy::after {
        content: "";
        position: absolute;
        display: block;
        width: 813px;
        height: 860px;
        right: -840px;
        background: url("../img/lp/bg_fv_img2.png") no-repeat;
    }
	
	
}