@charset "UTF-8";

html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	font-size: var(--text-size-16);
}
/* fontStyle */
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

p {
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/* sectionHight */
section {
	overflow: hidden;
}
.sectionHight {
	height: 100vh;
	display: block;
}

.sectionSummary {
	display: block;
	margin: 0 auto;
}

/* sectiontitle*/
.h2V1__wrap {
	display: block;
	width: fit-content;
	text-align: center;
	margin-bottom: 40px;
}
.h2V1__featureWrap {
	display: flex;
	/* gap: 0.81vw; */
	align-items: center;
	justify-content: left;
}

.h2V1__icon {
	height: 20px;
}
.h2V1__feature {
	color: var(--primary);
	background: var(--base8);
	padding: 0px 5px 2px;
	font-size: var(--text-size-24);
	margin-right: 16px;
}
.h2V1__titleWrap {
	display: flex;
	flex-direction: column;
}
.h2V1__title {
	color: var(--base8);
	font-size: var(--text-size-32);
	margin-bottom: 24px;
	margin: 0px auto 16px;
}

.h2V1__button--02 {
	display: block;
	background-color: var(--base8);
	color: var(--primary);
	padding: 5px 20px;
	border-radius: 100vh;
	width: -webkit-fill-available;
	text-align: center;
	font-size: var(--text-size-20);
	transition: 0.8s;
}
.h2V1__button--02.active {
	background-color: var(--amber);
	color: var(--base8);
}
.h2V1__button--02.active:hover {
	filter: brightness(1.2);
}
.h2V1__button--02::after {
	content: url(../images/top/betupage_blue.svg);
	margin-left: 1vw;
}
.h2V1__button--02.active.h2V1__button--02::after {
	content: url(../images/top/betupage_white.svg);
	margin-left: 1vw;
}
@media screen and (max-width: 1023px) {
	.h2V1__button--02 {
		background-color: var(--primary);
		color: var(--base8);
	}
	.h2V1__button--02::after {
		content: url(../images/top/betupage_white.svg);
		margin-left: 1vw;
	}
	.h2V1__title {
		color: var(--primary);
	}

	.h2V1__feature {
		color: var(--base8);

		background: var(--primary);
		margin-right: 16px;
	}
}
/* sectiontitle*/
.h2V2__wrap {
	display: block;
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	margin-bottom: 40px;
	direction: ltr;
}
.h2V2__featureWrap {
	display: flex;
	/* gap: 0.81vw; */
	align-items: center;
	justify-content: left;
}

.h2V2__icon {
	height: 20px;
}
.h2V2__feature {
	color: var(--base8);
	background: var(--primary);
	padding: 0px 5px 2px;
	font-size: var(--text-size-24);
	margin-right: 16px;
}
.h2V2__titleWrap {
	display: flex;
	flex-direction: column;
}
.h2V2__title {
	font-size: var(--text-size-32);
	color: var(--primary);
	margin: 0px auto 16px;
}
.h2V2__button--02 {
	display: block;
	background-color: var(--primary);
	color: var(--base8);
	padding: 5px 20px;
	border-radius: 100vh;
	width: -webkit-fill-available;
	text-align: center;
	font-size: var(--text-size-20);
	transition: 0.8s;
}
.h2V2__button--02.active {
	background-color: var(--amber);
}
.h2V2__button--02.active:hover {
	filter: brightness(1.2);
}
.h2V2__button--02::after {
	content: url(../images/top/betupage_white.svg);
	margin-left: 1vw;
}

/* ボタンアニメーション */
.h2V2__button--02,
.h2V1__button--02 {
	transition: all 0.6s ease;
}

.h2V2__button--02.active,
.h2V1__button--02.active {
	opacity: 1;
}
@media screen and (max-width: 1023px) {
	.benefit--move {
		display: inline-block;
		position: relative;
		background: none;
		color: var(--base1);
		font-size: var(--text-size-32);
		padding: 0;
	}

	.benefit--move::before {
		content: "";
		display: block;
		background: var(--base1);
		position: absolute;
		inset: 0;
		clip-path: inset(0 0 0 0); /* 初期位置 */
	}

	.benefit--move.active {
		animation: clip-text 0.5s ease-in-out forwards;
	}

	.benefit--move.active::before {
		animation: clip-cover 0.5s ease-in-out forwards;
		animation-delay: 0.5s;
	}

	/* ボタンアニメーション */
	.h2V2__button--02,
	.h2V1__button--02 {
		transition: all 0.6s ease;
	}

	.h2V2__button--02.active,
	.h2V1__button--02.active {
		opacity: 1;
		transform: translateY(0);
	}
	.h2V1__button--02.active:hover {
		filter: brightness(1);
	}
	.h2V2__button--02.active:hover {
		filter: brightness(1);
	}
}
.numberPoint {
	font-size: var(--text-size-16);
}
/* 3d */
canvas {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
@media screen and (max-width: 1023px) {
	.h2V1__wrap {
		margin: auto;
		margin-bottom: 40px;
	}

	p {
		text-align: left;
	}
	section,
	footer {
		min-width: 300px;
		margin: 0 auto;
	}
}
/* JS__line */
.line-animate {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.line-animate::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 2px;
	border-radius: 100vh;
	background: #93c5fd;
	transform: translateX(-50%);
	transition: width 1s ease-out;
}
.small .line-animate::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 2px;
	border-radius: 100vh;
	background: #dc2626;
	transform: translateX(-50%);
	transition: width 1s ease-out;
}

/* 発火後 */
.line-animate.active::after {
	width: 100%;
}
