@charset "utf-8";
/* CSS Document */

body.is-top .header__logo,
body:has(.top-fv) .header__logo{
	visibility: hidden;
}
body.is-top .menu-bt,
body:has(.top-fv) .menu-bt{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
}
body.is-top .menu-bt.is-shown,
body.is-top .menu-bt.active,
body:has(.top-fv) .menu-bt.is-shown,
body:has(.top-fv) .menu-bt.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.main-wrap{
	min-height: 100vh;
	overflow: hidden;
}
.section{
	min-height: 100vh;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	overflow: visible;
	box-sizing: border-box;
}

/* section01 */
.top-fv{
	position: relative;
	width: min(72vw, 1100px);
}
.top-fv .imgbox{
	clip-path: inset(0 0 100% 0);
	opacity: 0;
	transform: translateY(-36px);
}
.top-fv .imgbox img{
	width: 100%;
	height: auto;
	max-width: 800px;
}
.top-fv__label{
	position: absolute;
	right: -8%;
	bottom: 4%;
	width: 17px;
	margin: 0;
	opacity: 0;
}
.top-fv__label img{
	width: 17px;
	height: auto;
}

/* section02 */
.top-catch{
	position: relative;
	width: min(52vw, 800px);
}
.top-catch__img{
	position: relative;
	opacity: 0;
	transform: scale(0.94);
	filter: brightness(0.35);
}
.top-catch__people2{
	width: 100%;
	height: auto;
	display: block;
}
.top-catch__people1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
	z-index: 1;
}
.top-catch__inner{
	margin: 0;
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(251,90,0,0.55), rgba(251,90,0,0.15)),
		url("https://villagegroup.co.jp/system_panel/uploads/images/hero.jpg") center / cover no-repeat;
	-webkit-mask-image: url("https://villagegroup.co.jp/system_panel/uploads/images/people2.png");
	mask-image: url("https://villagegroup.co.jp/system_panel/uploads/images/people2.png");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	opacity: 0;
	pointer-events: none;
}
.top-catch__txt{
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 140%;
	text-align: center;
	margin: 0;
	opacity: 0;
	z-index: 2;
}
.top-catch__txt img{
	width: 100%;
	height: auto;
	display: block;
}
.top-catch__txt .top-catch__copy{
	position: relative;
	z-index: 2;
}
.top-catch__copy-back{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.9;
	transform: translate(0, 0);
}

/* section03 */
.top-passion{
	position: relative;
	width: 100%;
	text-align: center;
}
.top-passion__en{
	overflow: hidden;
	width: 100%;
	margin: 0;
	font-family: var(--vg-display);
	font-size: clamp(28px, 9.8vw, 190px);
	line-height: 1;
	color: #ededed;
	white-space: nowrap;
	opacity: 0;
}
.top-passion__en-track{
	display: inline-flex;
	width: max-content;
	will-change: transform;
}
.top-passion__en-track span{
	flex: 0 0 auto;
	padding-right: 0.35em;
}
.top-passion__ja{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Shippori Mincho", var(--vg-mincho);
	font-size: clamp(22px, 4.2vw, 80px);
	line-height: 1.4;
	color: #fff;
	white-space: nowrap;
}
.top-passion__ja span{
	font-family: inherit;
	opacity: 0;
}
.top-passion__ja span:not(.top-passion__ja-rest){
	color: #fb5a00;
	text-shadow: 0 0 15px rgba(0,0,0,0.4);
}

/* section04 */
.top-phrase{
	width: min(43vw, 840px);
}
.top-phrase img{
	width: 100%;
	height: auto;
	opacity: 0;
	transform: perspective(900px) translateZ(-320px) scale(0.08) translateY(72px);
}

/* section05 */
.top-vision{
	position: relative;
	text-align: center;
	width: min(88vw, 1680px);
}
.top-vision__mark{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: min(22vw, 280px);
	margin: 0;
	line-height: 0;
	z-index: 1;
}
.top-vision__mark img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
}
.top-vision__mark img + img{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.top-vision__ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: clamp(4px, 1vw, 14px);
	margin: 8px auto 0;
	line-height: 0;
}
.top-vision__ttl img{
	height: min(10vw, 110px);
	width: auto;
	max-width: min(10vw, 110px);
	object-fit: contain;
	display: block;
	opacity: 0;
}
.top-vision__cols{
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-top: 48px;
	opacity: 0;
	transform: translateY(56px);
}
.top-vision__cols p{
	writing-mode: vertical-rl;
	font-family: var(--vg-mincho);
	font-size: clamp(13px, 1.2vw, 18px);
	line-height: 2;
	letter-spacing: 0.12em;
	height: min(54vh, 580px);
	text-align: left;
}

/* section06 */
.top-enter{
	position: relative;
	display: block;
	width: min(28vw, 340px);
}
.top-enter__logo{
	width: 100%;
	height: auto;
	opacity: 0;
	transform: scale(0.72);
}
.top-enter__click{
	position: absolute;
	right: -18%;
	bottom: 8%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	margin: 0;
}
.top-enter__click img:first-child{
	width: 103px;
	height: 123px;
}
.top-enter__click img:last-child{
	width: 100px;
	height: auto;
	margin-top: 8px;
}
.top-enter__click{
	opacity: 0;
}

body.gjs-dashed .header__logo,
body.gjs-dashed.is-top .header__logo,
body.gjs-dashed:has(.top-fv) .header__logo{
	visibility: visible;
}
body.gjs-dashed .menu-bt,
body.gjs-dashed.is-top .menu-bt,
body.gjs-dashed:has(.top-fv) .menu-bt{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.gjs-dashed .top-fv .imgbox{
	opacity: 1;
	clip-path: none;
	transform: none;
}
body.gjs-dashed .top-fv__label{
	opacity: 1;
}
body.gjs-dashed .top-catch__img{
	opacity: 1;
	transform: none;
	filter: none;
}
body.gjs-dashed .top-catch__inner,
body.gjs-dashed .top-catch__txt,
body.gjs-dashed .top-passion__en,
body.gjs-dashed .top-passion__ja span{
	opacity: 1;
}
body.gjs-dashed .top-phrase img{
	opacity: 1;
	transform: none;
}
body.gjs-dashed .top-vision__mark img,
body.gjs-dashed .top-vision__ttl img{
	opacity: 1;
}
body.gjs-dashed .top-vision__cols{
	opacity: 1;
	transform: none;
}
body.gjs-dashed .top-enter__logo{
	opacity: 1;
	transform: none;
}
body.gjs-dashed .top-enter__click{
	opacity: 1;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.top-fv__label{
		right: 0;
	}
	.top-vision__cols{
		gap: 48px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.top-catch__txt{
		width: 138%;
	}
	.top-phrase{
		width: min(48vw, 560px);
	}
}
/* ---------- iPad Pro ---------- */
@media screen and (max-width: 1024px){
	.top-fv{
		width: min(78vw, 860px);
	}
	.top-fv .imgbox img{
		max-width: 720px;
	}
	.top-catch{
		width: min(58vw, 620px);
	}
	.top-catch__txt{
		width: 132%;
	}
	.top-passion__ja{
		font-size: clamp(26px, 4.6vw, 64px);
	}
	.top-phrase{
		width: min(50vw, 520px);
	}
	.top-vision__mark{
		width: min(20vw, 220px);
	}
	.top-vision__ttl{
		gap: clamp(4px, 0.8vw, 10px);
	}
	.top-vision__ttl img{
		height: auto;
		max-width: min(8.2vw, 88px);
	}
	.top-vision__cols{
		gap: 40px;
	}
	.top-enter{
		width: min(34vw, 280px);
	}
}
/* ---------- iPad ---------- */
@media screen and (max-width: 850px){
	.top-fv{
		width: 82vw;
	}
	.top-fv__label{
		right: -20px;
		transform: translateY(150%);
	}
	.top-catch{
		width: 68vw;
	}
	.top-catch__txt{
		width: 126%;
	}
	.top-passion__en{
		white-space: nowrap;
	}
	.top-passion__ja{
		white-space: nowrap;
		width: auto;
		font-size: clamp(24px, 4.8vw, 44px);
	}
	.top-phrase{
		width: 58vw;
	}
	.top-vision__mark{
		width: min(24vw, 190px);
	}
	.top-vision__ttl{
		gap: 6px;
	}
	.top-vision__ttl img{
		height: auto;
		max-width: min(7.4vw, 66px);
	}
	.top-vision__cols{
		gap: 32px;
		margin-top: 32px;
	}
	.top-vision__cols p{
		height: 38vh;
		font-size: clamp(13px, 1.6vw, 16px);
	}
	.top-enter{
		width: 42vw;
	}
	.top-enter__click{
		width: 86px;
		right: -12%;
	}
	.top-enter__click img:first-child{
		width: 78px;
		height: auto;
	}
	.top-enter__click img:last-child{
		width: 78px;
	}
}
/* ---------- iPhone ---------- */
@media screen and (max-width: 576px){
	.section{
		min-height: 100svh;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top-fv{
		width: 88vw;
	}
	.top-fv .imgbox img{
		max-width: none;
	}
	.top-fv__label{
		width: 11px;
		right: 0;
		bottom: 2%;
	}
	.top-fv__label{
		right: 0px;
		transform: translateY(200%);
	}
	.top-fv__label img{
		width: 11px;
	}
	.top-catch{
		width: 84vw;
	}
	.top-catch__txt{
		width: 106%;
	}
	.top-passion__ja{
		white-space: nowrap;
		width: auto;
		font-size: clamp(16px, 5.1vw, 22px);
	}
	.top-phrase{
		width: 78vw;
	}
	.top-vision{
		width: 92vw;
	}
	.top-vision__mark{
		width: min(36vw, 132px);
	}
	.top-vision__ttl{
		gap: 3px;
	}
	.top-vision__ttl img{
		height: auto;
		max-width: 28px;
	}
	.top-vision__cols{
		flex-direction: row;
		gap: 16px;
		margin-top: 24px;
	}
	.top-vision__cols p{
		height: 42vh;
		font-size: 13px;
	}
	.top-enter{
		width: 52vw;
	}
	.top-enter__click{
		width: 64px;
		right: -8%;
	}
	.top-enter__click img:first-child{
		width: 56px;
		height: auto;
	}
	.top-enter__click img:last-child{
		width: 56px;
	}
}
/* ---------- iPhone SE ---------- */
@media screen and (max-width: 390px){
	.top-passion__ja{
		font-size: clamp(24px, 4.8vw, 30px);
	}
	.top-vision__ttl img{
		height: auto;
		max-width: 28px;
	}
	.top-vision__cols p{
		height: 51vh;
		font-size: 12px;
	}
	.top-enter{
		width: 56vw;
	}
}

/* TOP section motion */
.section01.is-in .top-fv .imgbox{
	animation: top-fv-form 7s linear 0.8s forwards;
}
.section01.is-in .top-fv__label{
	animation: top-fade 1.2s ease 7.2s forwards;
}
@keyframes top-fv-form{
	0%{
		opacity: 1;
		transform: translateY(0);
		clip-path: inset(0 0 100% 0);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
	}
}
.section02.is-in .top-catch__txt{
	animation: top-copy-in 1.4s ease forwards;
}
.section02.is-in .top-catch__copy-back{
	animation: top-copy-back-shift 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}
.section02.is-in .top-catch__img{
	animation: top-img-on 2.4s ease 1.4s forwards;
}
.section02.is-in .top-catch__people1{
	animation: top-people-flicker 5.2s linear 2.2s infinite;
}
@keyframes top-copy-in{
	from{ opacity: 0; filter: blur(8px); }
	to{ opacity: 1; filter: blur(0); }
}
@keyframes top-copy-back-shift{
	from{
		transform: translate(0, 0);
	}
	to{
		transform: translate(6px, 4px);
	}
}
@keyframes top-img-on{
	0%{
		opacity: 0;
		transform: scale(0.94);
		filter: brightness(0.3);
	}
	12%{
		opacity: 1;
		transform: scale(1);
		filter: brightness(1.45);
	}
	22%{
		filter: brightness(0.55);
	}
	32%{
		filter: brightness(1.25);
	}
	44%{
		filter: brightness(0.7);
	}
	58%{
		filter: brightness(1.15);
	}
	100%{
		opacity: 1;
		transform: scale(1);
		filter: brightness(1);
	}
}
@keyframes top-people-flicker{
	0%, 16%{
		opacity: 1;
		filter: brightness(1);
	}
	17%{
		opacity: 0.45;
		filter: brightness(0.7);
	}
	18%{
		opacity: 1;
		filter: brightness(1.2);
	}
	20%{
		opacity: 0.35;
		filter: brightness(0.6);
	}
	23%{
		opacity: 1;
		filter: brightness(1);
	}
	46%, 58%{
		opacity: 1;
		filter: brightness(1);
	}
	59%{
		opacity: 0.5;
		filter: brightness(0.75);
	}
	61%{
		opacity: 1;
		filter: brightness(1);
	}
	74%{
		opacity: 1;
		filter: brightness(1);
	}
	75%{
		opacity: 0.4;
		filter: brightness(0.65);
	}
	76%{
		opacity: 0.85;
		filter: brightness(1.1);
	}
	77%{
		opacity: 0.3;
		filter: brightness(0.55);
	}
	80%{
		opacity: 1;
		filter: brightness(1);
	}
	100%{
		opacity: 1;
		filter: brightness(1);
	}
}
.section03.is-in .top-passion__ja span:not(.top-passion__ja-rest){
	animation: top-fade 1.2s ease 0.5s forwards;
}
.section03.is-in .top-passion__ja-rest{
	animation: top-passion-shadow 1.1s ease 1.6s forwards;
}
.section03.is-in .top-passion__en{
	animation: top-fade 1.2s ease 2.8s forwards;
}
@keyframes top-passion-shadow{
	from{
		opacity: 0;
		text-shadow: 0 0 0 transparent;
	}
	to{
		opacity: 1;
		text-shadow: 0 0 15px rgba(0,0,0,0.4);
	}
}
.section04.is-in .top-phrase img{
	animation: top-phrase-pop 1.25s cubic-bezier(0.16, 1, 0.32, 1) forwards;
}
@keyframes top-phrase-pop{
	0%{
		opacity: 0;
		transform: perspective(900px) translateZ(-320px) scale(0.08) translateY(72px);
	}
	58%{
		opacity: 1;
		transform: perspective(900px) translateZ(120px) scale(1.28) translateY(-18px);
	}
	78%{
		transform: perspective(900px) translateZ(-20px) scale(0.94) translateY(6px);
	}
	100%{
		opacity: 1;
		transform: perspective(900px) translateZ(0) scale(1) translateY(0);
	}
}
.section05.is-in .top-vision__mark{
	animation: top-mark-out 0.22s ease 2.26s forwards;
}
.section05.is-in .top-vision__mark img{
	animation: top-type-hit 0.16s steps(1, end) forwards;
}
.section05.is-in .top-vision__mark img:nth-child(1){ animation-delay: 0.7s; }
.section05.is-in .top-vision__mark img:nth-child(2){ animation-delay: 0.86s; }
.section05.is-in .top-vision__mark img:nth-child(3){ animation-delay: 1.02s; }
.section05.is-in .top-vision__mark img:nth-child(4){ animation-delay: 1.18s; }
.section05.is-in .top-vision__mark img:nth-child(5){ animation-delay: 1.34s; }
.section05.is-in .top-vision__mark img:nth-child(6){ animation-delay: 1.5s; }
.section05.is-in .top-vision__mark img:nth-child(7){ animation-delay: 1.66s; }
.section05.is-in .top-vision__mark img:nth-child(8){ animation-delay: 1.82s; }
.section05.is-in .top-vision__mark img:nth-child(9){
	animation-name: top-type-hit-last;
	animation-delay: 1.98s;
}
@keyframes top-type-hit{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes top-type-hit-last{
	to{
		opacity: 1;
	}
}
@keyframes top-mark-out{
	to{
		opacity: 0;
		visibility: hidden;
	}
}
.section05.is-in .top-vision__ttl img{
	animation: top-ttl-slide 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section05.is-in .top-vision__ttl img:nth-child(1){ animation-delay: 2.52s; }
.section05.is-in .top-vision__ttl img:nth-child(2){ animation-delay: 2.6s; }
.section05.is-in .top-vision__ttl img:nth-child(3){ animation-delay: 2.68s; }
.section05.is-in .top-vision__ttl img:nth-child(4){ animation-delay: 2.76s; }
.section05.is-in .top-vision__ttl img:nth-child(5){ animation-delay: 2.84s; }
.section05.is-in .top-vision__ttl img:nth-child(6){ animation-delay: 2.92s; }
.section05.is-in .top-vision__ttl img:nth-child(7){ animation-delay: 3s; }
.section05.is-in .top-vision__ttl img:nth-child(8){ animation-delay: 3.08s; }
.section05.is-in .top-vision__ttl img:nth-child(9){ animation-delay: 3.16s; }
@keyframes top-ttl-slide{
	from{
		opacity: 0;
		transform: translateX(-18px);
		filter: blur(4px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
		filter: blur(0);
	}
}
.section05.is-in .top-vision__cols{
	animation: top-from-bottom 2.2s ease 4.2s forwards;
}
@keyframes top-from-bottom{
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.section06.is-in .top-enter__logo{
	animation: top-logo-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.section06.is-in .top-enter__click{
	animation: top-fade 0.5s ease 0.7s forwards, vg-click-bob 1.5s ease-in-out 1.2s infinite;
}
@keyframes top-logo-in{
	from{
		opacity: 0;
		transform: scale(0.68);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes top-fade{
	to{ opacity: 1; }
}
@keyframes vg-click-bob{
	0%, 100%{ transform: translateY(0) rotate(0deg); }
	40%{ transform: translateY(-12px) rotate(-8deg); }
	55%{ transform: translateY(-4px) rotate(4deg); }
}
@media (prefers-reduced-motion: reduce){
	.top-fv .imgbox,
	.top-fv__label,
	.top-catch__txt,
	.top-catch__copy-back,
	.top-catch__img,
	.top-catch__people1,
	.top-catch__inner,
	.top-passion__en,
	.top-passion__ja,
	.top-passion__ja span,
	.top-phrase img,
	.top-vision__mark,
	.top-vision__mark img,
	.top-vision__ttl img,
	.top-vision__cols,
	.top-enter__logo,
	.top-enter__click{
		opacity: 1 !important;
		transform: none !important;
		clip-path: none !important;
		filter: none !important;
		animation: none !important;
	}
}
