@charset "utf-8";

:root {
	--color-bg: #222;
	--color-txt: #fff;
	--color-line: color-mix(in srgb, var(--color-txt) 20%, transparent);
	
}

::-moz-selection {
	background-color: rgba(255, 255, 255, 1);
	color: var(--color-bg);
}

::selection {
	background-color: rgba(255, 255, 255, 1);
	color: var(--color-bg);
}

body {
	position: relative;
	background-color: var(--color-bg);
	color: var(--color-txt);
}

a[href]:hover {
	color: color-mix(in srgb, var(--color-txt) 70%, transparent);
}

img {
	width: 100%;
	display: block;
}

hr {
	border-color: var(--color-line);
}

/* --------------------------------------------------------- */

.main-wrapper {
	position: relative;
	padding-top: 0;
}

.g-header {
	top: 0;
	background-color: transparent;
}

.part-header {
	background-color: var(--color-bg);
}

@media screen and (min-width: 1280px) {
	.gnav-child__list {
		background: var(--color-bg);
		border: 1px solid currentColor;
		opacity: 0;
	}
}

@media screen and (min-width: 1280px) {
	.invert-anchor:before {
		background-color: var(--color-txt);
	}
	
	.invert-anchor:hover > * {
		color: var(--color-bg) !important;
	}
	
	.invert-anchor:hover .d-glid {
		--line-color: color-mix(in srgb, var(--color-bg) 10%, transparent);
		--obj-color: color-mix(in srgb, var(--color-bg) 10%, transparent);
	}
}

/* --------------------------------------------------------- */

.h-dot::before {
	border-color: var(--color-txt);
	background-image: var(--svg-diagonal-line-wt-o1);
}

/* --------------------------------------------------------- */

.d-glid {
	--line-color: color-mix(in srgb, var(--color-txt) 20%, transparent);
	--obj-color: color-mix(in srgb, var(--color-txt) 40%, transparent);
}

/* --------------------------------------------------------- */
/* KV */

.kv {
	position: relative;
	/*position: sticky;
	top: 0;*/
	width: 100%;
	height: 100vh;
	margin-bottom: 80px;
	background-color: var(--color-bg);
	color: var(--color-txt);
	z-index: -1;
	
	&::before,
	&::after {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
	}
	
	&::before {
		background: linear-gradient(45deg, rgba(0,0,0,1), #dbbf23, rgba(0,0,0,1), #601fff);
		background-size: 400% 400%;
		animation: kvGradient 20s ease infinite;
		z-index: 2;
		mix-blend-mode: color-dodge;
	}
	
	&::after {
		background: linear-gradient(to bottom, color-mix(in srgb, var(--color-bg) 0%, transparent) 0%, var(--color-bg) 100%);
		z-index: 3;
	}
}

.kv-ttl-container {
	position: absolute;
	top: auto;
	bottom: 40px;
	left: 0;
	right: 0;
	display: block;
	width: calc(100% - 80px);
	margin: auto;
	z-index: 4;
}

.kv-ttl {
	margin-bottom: 20px;
	font-size: 8vw;
	font-family: "DIN Next LT W01 Bold", "Roboto", sans-serif;
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 1.1;
	opacity: 0;
}

.kv-subttl {
	font-size: 5vw;
	font-weight: bolder;
	line-height: 1.2;
}

.kv-text-inner {
	display: inline-block;
}

.kv-scroll-navigate-container {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	display: block;
	width: calc(100% - 80px);
	margin: auto;
	z-index: 10;
}


.kv-anm {
	opacity: 0;
}

.load .kv-anm {
	animation: showKvTxt 1s linear;
	animation-fill-mode: both;
}

.kv .kv-anm:nth-of-type(1) { animation-delay: 0.2s; }
.kv .kv-anm:nth-of-type(2) { animation-delay: 0.4s; }
.kv .kv-anm:nth-of-type(3) { animation-delay: 0.6s; }
.kv .kv-anm:nth-of-type(4) { animation-delay: 0.8s; }
.kv .kv-anm:nth-of-type(5) { animation-delay: 1.0s; }
.kv .kv-anm:nth-of-type(6) { animation-delay: 1.2s; }

@keyframes kvGradient {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

@media screen and (min-width: 1280px) {
	.kv {
		margin-bottom: 120px;
	}
	
	.kv-ttl-container {
		width: calc(100% - 160px);
		bottom: 80px;
	}
	
	.kv-scroll-navigate-container {
		width: calc(100% - 80px);
		bottom: -40px;
	}
	
	.kv-ttl {
		font-size: 12rem;
	}
	
	.kv-subttl {
		font-size: 4rem;
	}
}


/* Image */

.img-reel {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	background-color: var(--color-bg);
	
	
	& .img-reel__item {
		position: absolute;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-position: 0 center;
		
		animation-duration: 7s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		opacity: 0;
		z-index: 1;
	}
	
	& .img-reel__item-inner {
		height: 100%;
		width: 100%;
		filter: blur(1px);
	}
	
	& .img-reel__item-bg.img {
		display: none;
	}
	
	& .img-reel__item-bg.video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	& .img-reel__item.current {
		z-index: 2;
		animation-name: showImage;
	}
	
	& .img-reel__item.prev {
		z-index: 2;
		animation-name: hideImage;
	}
	
	& .img-reel__item-inner {
		position: absolute;
		left: -50px;
		top: 0;
		width: calc(100% + 100px);
		height: 100%;
		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		
		transform: translate3d(0, 0, 0);
		transform-origin: center center;
		
		animation: inherit;
		animation-timing-function: linear;
	}
	
	& .img-reel__item.current .img-reel__item-inner {
		animation-name: showTranslateBG;
	}
	
	& .img-reel__item.prev .img-reel__item-inner {
		animation-name: hideTranslateBG;
	}
}


@keyframes showImage {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes hideImage {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes showTranslateBG {
	0%   {transform: translate3d(250px, 0px, 0) ;}
	100% {transform: translate3d(0, 0, 0) ;}
}

@keyframes hideTranslateBG {
	0%   {transform: translate3d(0, 0, 0) ;}
	100% {transform: translate3d(-250px, -0px, 0) ;}
}

/* --------------------------------------------------------- */

.pageintro {
	
}

.pageintro__ttl {
	font-size: clamp(1.75rem, 1.4578rem + 1.2987vw, 3rem); /* 360px - 1900px / 28px - 48px*/
	font-weight: bold;
}

/* --------------------------------------------------------- */

.columnblock {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	
	& .columnblock__item {
		display: flex;
		flex-direction: column;
		gap: 20px;
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		
		& > * {
			margin: 0;
			padding: 0;
		}
	}
	
	& .img {
		display: block;
		width: 100%;
		
		& img {
			display: block;
			width: 100%;
		}
	}
	
	& .body {
		& > * {
			margin: 0;
			padding: 0;
		}
	}
	
	& .body__ttl {
		font-weight: bold;
		font-size: 120%;
	}
	
	& .body__txt {
		font-size: 90%;
	}
	
	
}


/* --------------------------------------------------------- */

.compare {
	width: 100%;
	display: flex;
	
	& .compare__item {
		display: flex;
		border-top: 1px solid var(--color-line);
		flex-direction: column;
		align-items: center;
		flex: 1;
		text-align: center;
		color: color-mix(in srgb, currentColor 50%, transparent);
		padding-block-start: 10px;
		
		& dt {
			margin: 0;
			font-size: 80%;
		}
		
		& dd {
			margin: 0;
			padding: 0;
		}
	
		&:has([data-icon=icon_geometry_double-circle]),
		&:has([data-icon=icon_geometry_circle]) {
			font-weight: bold;
			color: var(--color-txt);
		}
	}
	
	& [data-icon=icon_geometry_double-circle] {
		color: rgb(126, 236, 0);
		stroke-width: 2.5;
	}
	
	& [data-icon=icon_geometry_circle] {
		color: rgb(0, 255, 255);
		stroke-width: 2;
	}
	
	& [data-icon=icon_geometry_triangle] {
		
	}
}

.compare-table {
	width: 100%;
	table-layout: fixed;
	
	& .compare-table__head {
		
	}
	
	& .compare-table__body {
		
	}
	
	& .compare-table__item {
		
		& :is(th, td) {
			border-top: 1px solid var(--color-line);
		}
		
		& td {
			text-align: center;
			
		}
	}
}