@charset "utf-8";

/* -----------------------------------------------------------------------------------------------------------------
	Stella Vtuber Suite / base
----------------------------------------------------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	background: #01020c;
}

body {
	color: #f7f9ff;
	font-family: "Noto Sans JP", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	min-width: 750px;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 82% 8%, rgba(67, 155, 255, .38), transparent 27%),
		radial-gradient(circle at 15% 35%, rgba(151, 70, 230, .22), transparent 24%),
		linear-gradient(180deg, #0c2871 0%, #071a55 35%, #060f3e 68%, #020516 100%);
}

* {
	box-sizing: border-box;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

ul,
ol,
p,
h1,
h2,
h3 {
	margin-top: 0;
}

ul,
ol {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

button {
	font: inherit;
}

.clearfix:after,
.section-inner:after,
.footer-main:after,
.footer-bottom:after {
	clear: both;
	content: "";
	display: block;
}

.skip-link {
	background: #fff;
	color: #07102d;
	left: 20px;
	padding: 12px 20px;
	position: fixed;
	top: -80px;
	transition: top .25s;
	z-index: 999;
}

.skip-link:focus {
	top: 20px;
}

#star-field {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

#primary {
	position: relative;
	z-index: 2;
}

.section {
	overflow: hidden;
	position: relative;
}

.section-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	width: 86%;
}

.english-title {
	color: #78cfff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .28em;
	margin-bottom: 24px;
}

.section-index {
	color: rgba(140, 199, 255, .42);
	font-family: "Montserrat", sans-serif;
	font-size: 68px;
	font-weight: 400;
	letter-spacing: -.06em;
	line-height: 1;
	margin-bottom: 18px;
}

.section-heading {
	margin: 0 auto 100px;
	max-width: 1180px;
	width: 86%;
}

.section-heading h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.55;
	margin-bottom: 0;
}

.section-heading.centered {
	text-align: center;
}

.heading-lead {
	color: #b9c7e5;
	font-size: 16px;
	letter-spacing: .04em;
	line-height: 2.1;
	margin: 28px auto 0;
}

/* -----------------------------------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------------------------------- */

#site-header {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background: rgba(3, 9, 31, .78);
	border-bottom: 1px solid rgba(144, 193, 255, .14);
	box-shadow: 0 12px 50px rgba(0, 0, 0, .18);
	left: 0;
	padding: 14px 0;
	position: absolute;
	top: 0;
	transition: background .5s, box-shadow .5s, padding .5s;
	width: 100%;
	z-index: 80;
}

#site-header.is-fixed {
	padding: 10px 0;
	position: fixed;
}

.header-inner {
	margin: 0 auto;
	max-width: 1500px;
	width: 90%;
}

.suite-logo {
	float: left;
	width: 31%;
}

.suite-logo a,
.footer-brand > a {
	display: inline-block;
}

.logo-star {
	color: #82e3ff;
	display: block;
	float: left;
	font-size: 31px;
	line-height: 1;
	margin: 7px 13px 0 0;
	text-shadow:
		0 0 8px rgba(130, 227, 255, .9),
		0 0 26px rgba(111, 106, 255, .75);
	transform: rotate(14deg);
}

.logo-type {
	display: block;
	float: left;
}

.logo-type strong {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 27px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.15;
}

.logo-type small {
	color: #a6b8df;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .34em;
	line-height: 1.4;
}

.global-nav {
	float: right;
	width: 69%;
}

.global-nav ul {
	float: right;
}

.global-nav li {
	float: left;
	margin-left: 42px;
}

.global-nav a {
	color: #d9e4ff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .18em;
	line-height: 42px;
	position: relative;
}

.global-nav li:not(.nav-free) a:after {
	background: #75dfff;
	bottom: 4px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .35s;
	width: 100%;
}

.global-nav li:not(.nav-free) a:hover:after,
.global-nav li:not(.nav-free) a:focus-visible:after {
	transform: scaleX(1);
}

.global-nav .nav-free a {
	border: 1px solid rgba(143, 219, 255, .58);
	border-radius: 25px;
	box-shadow: inset 0 0 24px rgba(51, 152, 255, .10), 0 0 25px rgba(73, 144, 255, .08);
	padding: 0 22px;
	transition: background .35s, border-color .35s, box-shadow .35s;
}

.global-nav .nav-free a:hover,
.global-nav .nav-free a:focus-visible {
	background: rgba(83, 166, 255, .18);
	border-color: #7de5ff;
	box-shadow: inset 0 0 24px rgba(51, 152, 255, .18), 0 0 30px rgba(73, 196, 255, .18);
}

/* -----------------------------------------------------------------------------------------------------------------
	main visual
----------------------------------------------------------------------------------------------------------------- */

#mainvisual {
	background: #0a1f61;
	height: 100vh;
	min-height: 890px;
	overflow: hidden;
	position: relative;
}

.hero-slides,
.hero-panel,
.hero-image,
.hero-shade {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-panel {
	opacity: 0;
	pointer-events: none;
	transform: scale(1.025);
	transition: opacity 1.55s cubic-bezier(.44, 0, .22, 1), transform 2.1s cubic-bezier(.18, .73, .22, 1);
	z-index: 1;
}

.hero-panel.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 2;
}

.hero-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(1.36) brightness(1.12) contrast(1.03);
	transform: scale(1.08);
	transition: transform 9s cubic-bezier(.18, .73, .22, 1);
}

.hero-panel.is-active .hero-image {
	transform: scale(1);
}

.hero-image-editor {
	background-image: url("../image/suite/stella2d-editor.webp");
	background-position: 58% center;
}

.hero-image-browser {
	background-image: url("../image/suite/stella-browser.webp");
	background-position: 60% center;
}

.hero-image-manager {
	background-image: url("../image/suite/my-manager.webp");
	background-position: center center;
}

.hero-shade {
	background:
		linear-gradient(90deg, rgba(2, 8, 37, .76) 0%, rgba(5, 15, 53, .50) 27%, rgba(5, 14, 47, .05) 57%, rgba(1, 4, 18, .01) 100%),
		linear-gradient(0deg, rgba(1, 5, 24, .52) 0%, rgba(1, 4, 20, .01) 43%, rgba(22, 43, 104, .06) 100%);
}

.hero-shade:after {
	background:
		radial-gradient(circle at 74% 32%, rgba(83, 207, 255, .34), transparent 27%),
		radial-gradient(circle at 90% 72%, rgba(232, 91, 255, .22), transparent 24%),
		repeating-linear-gradient(108deg, transparent 0, transparent 118px, rgba(173, 207, 255, .026) 119px, transparent 120px);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-copy {
	isolation: isolate;
	left: 7%;
	max-width: 720px;
	position: absolute;
	top: 20%;
	width: 47%;
	z-index: 4;
}

.hero-copy:before {
	background: radial-gradient(ellipse at 32% 48%, rgba(2, 8, 35, .70), rgba(4, 12, 44, .46) 42%, transparent 72%);
	content: "";
	filter: blur(12px);
	height: 125%;
	left: -10%;
	pointer-events: none;
	position: absolute;
	top: -13%;
	width: 122%;
	z-index: -1;
}

.hero-number {
	color: #75d5ff;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .27em;
	margin-bottom: 36px;
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .8s .30s, transform .8s .30s;
}

.hero-number span {
	border-bottom: 1px solid #66cbff;
	display: inline-block;
	font-size: 19px;
	letter-spacing: .08em;
	margin-right: 15px;
	padding-bottom: 4px;
}

.hero-tag {
	color: #ced9f2;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	letter-spacing: .14em;
	margin-bottom: 15px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .9s .45s, transform .9s .45s;
}

.hero-copy h1,
.hero-copy h2 {
	font-family: "Shippori Mincho", serif;
	font-size: clamp(50px, 4.6vw, 80px);
	font-weight: 500;
	letter-spacing: .07em;
	line-height: 1.35;
	margin: 0 0 23px;
	opacity: 0;
	text-shadow: 0 5px 30px rgba(0, 0, 0, .26);
	transform: translateY(26px);
	transition: opacity 1.15s .55s, transform 1.15s .55s;
}

.hero-copy h1 em,
.hero-copy h2 em {
	color: #a3eaff;
	font-style: normal;
	text-shadow:
		0 0 14px rgba(116, 219, 255, .24),
		0 0 42px rgba(83, 102, 255, .22);
}

.hero-app {
	border-left: 1px solid #7cd8ff;
	color: #fff;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .10em;
	line-height: 1.4;
	margin-bottom: 19px;
	opacity: 0;
	padding-left: 15px;
	transform: translateY(20px);
	transition: opacity .9s .76s, transform .9s .76s;
}

.hero-lead {
	color: #b8c6e4;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2;
	margin-bottom: 25px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .9s .87s, transform .9s .87s;
}

.hero-link {
	border-bottom: 1px solid rgba(126, 211, 255, .58);
	color: #e6f8ff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: .10em;
	opacity: 0;
	padding: 7px 2px 9px;
	transform: translateY(20px);
	transition: color .35s, border-color .35s, opacity .9s 1s, transform .9s 1s;
}

.hero-link span {
	display: inline-block;
	margin-left: 16px;
	transition: transform .35s;
}

.hero-link:hover,
.hero-link:focus-visible {
	border-color: #fff;
	color: #fff;
}

.hero-link:hover span,
.hero-link:focus-visible span {
	transform: translate(4px, -4px);
}

.hero-panel.is-active .hero-number,
.hero-panel.is-active .hero-tag,
.hero-panel.is-active h1,
.hero-panel.is-active h2,
.hero-panel.is-active .hero-app,
.hero-panel.is-active .hero-lead,
.hero-panel.is-active .hero-link {
	opacity: 1;
	transform: translateY(0);
}

.hero-constellation {
	height: 280px;
	opacity: .65;
	position: absolute;
	right: 5%;
	top: 13%;
	width: 310px;
	z-index: 5;
}

.constellation-point {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px #98e8ff, 0 0 28px #467fff;
	height: 4px;
	position: absolute;
	width: 4px;
}

.point-a { left: 12%; top: 38%; }
.point-b { left: 56%; top: 18%; }
.point-c { left: 84%; top: 67%; }

.constellation-line {
	background: linear-gradient(90deg, transparent, rgba(154, 218, 255, .70), transparent);
	height: 1px;
	position: absolute;
	transform-origin: left center;
}

.line-a {
	left: 13%;
	top: 39%;
	transform: rotate(-25deg);
	width: 150px;
}

.line-b {
	left: 57%;
	top: 19%;
	transform: rotate(56deg);
	width: 175px;
}

.hero-controls {
	bottom: 36px;
	left: 7%;
	max-width: 1320px;
	position: absolute;
	width: 86%;
	z-index: 12;
}

.hero-thumbnails {
	float: left;
	width: 88%;
}

.hero-thumb {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(20, 45, 107, .61);
	border: 1px solid rgba(164, 222, 255, .32);
	color: #d8e5ff;
	cursor: pointer;
	float: left;
	height: 82px;
	margin-right: 1.5%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: background .4s, border-color .4s, transform .4s;
	width: 31.83%;
}

.hero-thumb:hover,
.hero-thumb:focus-visible,
.hero-thumb.is-active {
	background: rgba(42, 96, 183, .82);
	border-color: rgba(112, 218, 255, .70);
	box-shadow: 0 12px 36px rgba(41, 126, 244, .24), 0 0 25px rgba(171, 82, 255, .14);
	outline: none;
	transform: translateY(-5px);
}

.thumb-image {
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
	width: 31%;
}

.thumb-image img {
	height: 100%;
	object-fit: cover;
	filter: saturate(1.12) brightness(1.04);
	opacity: .78;
	transition: opacity .4s, transform .7s;
	width: 100%;
}

.hero-thumb.is-active .thumb-image img,
.hero-thumb:hover .thumb-image img {
	opacity: 1;
	transform: scale(1.06);
}

.thumb-copy {
	display: block;
	float: left;
	padding: 19px 15px;
	width: 69%;
}

.thumb-copy small,
.thumb-copy strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb-copy small {
	color: #75d7ff;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .20em;
	margin-bottom: 5px;
}

.thumb-copy strong {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .04em;
}

.thumb-progress {
	background: linear-gradient(90deg, #62bfff, #d18cff);
	bottom: 0;
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.hero-thumb.is-active .thumb-progress {
	animation: thumbProgress 8s linear forwards;
}

.hero-thumb.is-active.is-paused .thumb-progress {
	animation-play-state: paused;
}

.slide-toggle {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(10, 21, 59, .62);
	border: 1px solid rgba(149, 194, 255, .24);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 52px;
	margin-top: 15px;
	position: relative;
	transition: border-color .35s, background .35s;
	width: 52px;
}

.slide-toggle:hover,
.slide-toggle:focus-visible {
	background: rgba(59, 117, 204, .48);
	border-color: #85e6ff;
	outline: none;
}

.pause-icon:before,
.pause-icon:after {
	background: #fff;
	content: "";
	height: 14px;
	position: absolute;
	top: 18px;
	width: 2px;
}

.pause-icon:before { left: 21px; }
.pause-icon:after { right: 21px; }

.slide-toggle.is-paused .pause-icon:before {
	background: transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	height: 0;
	left: 21px;
	top: 17px;
	width: 0;
}

.slide-toggle.is-paused .pause-icon:after {
	display: none;
}

.scroll-guide {
	bottom: 138px;
	color: rgba(197, 220, 255, .64);
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .24em;
	position: absolute;
	right: 2.5%;
	transform: rotate(90deg);
	transform-origin: right bottom;
	z-index: 12;
}

.scroll-guide i {
	background: rgba(139, 212, 255, .65);
	display: inline-block;
	height: 1px;
	margin: 0 0 3px 15px;
	overflow: hidden;
	position: relative;
	width: 65px;
}

.scroll-guide i:after {
	animation: scrollLine 2.4s ease-in-out infinite;
	background: #fff;
	content: "";
	height: 1px;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-status {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.meteor-transition {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 25;
}

.meteor-transition.is-running {
	opacity: 1;
}

.meteor-transition i {
	background: linear-gradient(90deg, transparent, rgba(149, 226, 255, .28), #fff);
	box-shadow: 0 0 17px rgba(92, 195, 255, .78), 0 0 38px rgba(136, 83, 255, .45);
	height: 2px;
	opacity: 0;
	position: absolute;
	transform: rotate(-32deg);
	width: 36%;
}

.meteor-transition i:after {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 12px #fff, 0 0 34px #58bfff;
	content: "";
	height: 4px;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 4px;
}

.meteor-transition i:nth-child(1) { left: -32%; top: 8%; }
.meteor-transition i:nth-child(2) { left: -38%; top: 25%; width: 48%; }
.meteor-transition i:nth-child(3) { left: -28%; top: 43%; width: 31%; }
.meteor-transition i:nth-child(4) { left: -42%; top: 62%; width: 44%; }
.meteor-transition i:nth-child(5) { left: -33%; top: 79%; width: 38%; }
.meteor-transition i:nth-child(6) { left: -44%; top: 16%; width: 28%; }
.meteor-transition i:nth-child(7) { left: -36%; top: 54%; width: 54%; }
.meteor-transition i:nth-child(8) { left: -31%; top: 88%; width: 33%; }

.meteor-transition.is-running i {
	animation: meteorSweep 1.45s cubic-bezier(.2, .62, .26, 1) forwards;
}

.meteor-transition.is-running i:nth-child(2) { animation-delay: .09s; }
.meteor-transition.is-running i:nth-child(3) { animation-delay: .19s; }
.meteor-transition.is-running i:nth-child(4) { animation-delay: .06s; }
.meteor-transition.is-running i:nth-child(5) { animation-delay: .25s; }
.meteor-transition.is-running i:nth-child(6) { animation-delay: .31s; }
.meteor-transition.is-running i:nth-child(7) { animation-delay: .14s; }
.meteor-transition.is-running i:nth-child(8) { animation-delay: .36s; }

/* -----------------------------------------------------------------------------------------------------------------
	vision
----------------------------------------------------------------------------------------------------------------- */

.vision-section {
	background:
		radial-gradient(circle at 83% 42%, rgba(50, 212, 244, .28), transparent 27%),
		radial-gradient(circle at 14% 80%, rgba(115, 82, 238, .20), transparent 31%),
		linear-gradient(180deg, rgba(8, 38, 104, .78), rgba(5, 24, 78, .82));
	min-height: 880px;
	padding: 205px 0 170px;
}

.vision-section:before {
	background: linear-gradient(90deg, transparent, rgba(124, 205, 255, .22), transparent);
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	top: 132px;
	width: 84%;
}

.vision-copy {
	float: left;
	width: 66%;
}

.vision-copy h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 51px;
	font-weight: 600;
	letter-spacing: .07em;
	line-height: 1.6;
	margin-bottom: 52px;
}

.vision-copy h2 em {
	color: #a7ecff;
	font-style: normal;
	position: relative;
	text-shadow: 0 0 22px rgba(101, 211, 255, .22);
}

.vision-copy > p:not(.english-title) {
	color: #b9c9e7;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.25;
	margin-bottom: 22px;
	max-width: 760px;
}

.vision-orbit {
	float: right;
	height: 410px;
	margin-top: 20px;
	position: relative;
	width: 30%;
}

.orbit-ring {
	border: 1px solid rgba(134, 213, 255, .22);
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
}

.orbit-one {
	animation: orbitRotate 24s linear infinite;
	height: 280px;
	margin: -140px 0 0 -140px;
	width: 280px;
}

.orbit-one:before,
.orbit-two:before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px #fff, 0 0 25px #6bd9ff;
	content: "";
	height: 5px;
	position: absolute;
	right: 25px;
	top: 37px;
	width: 5px;
}

.orbit-two {
	animation: orbitRotateReverse 17s linear infinite;
	border-color: rgba(152, 113, 255, .23);
	height: 370px;
	margin: -185px 0 0 -185px;
	width: 370px;
}

.orbit-two:before {
	background: #c39bff;
	box-shadow: 0 0 8px #fff, 0 0 25px #8965ff;
	left: 28px;
	right: auto;
	top: 93px;
}

.orbit-core {
	color: #fff;
	font-size: 78px;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-shadow: 0 0 18px #fff, 0 0 65px #4ab8ff, 0 0 120px #4633be;
	top: 50%;
	transform: translate(-50%, -50%) rotate(14deg);
}

/* -----------------------------------------------------------------------------------------------------------------
	applications
----------------------------------------------------------------------------------------------------------------- */

.applications-section {
	background:
		radial-gradient(circle at 13% 27%, rgba(77, 139, 255, .24), transparent 24%),
		radial-gradient(circle at 88% 48%, rgba(192, 75, 240, .17), transparent 28%),
		linear-gradient(180deg, rgba(5, 25, 80, .82), rgba(4, 13, 50, .86));
	padding: 180px 0 0;
}

.applications-section .section-heading {
	margin-bottom: 150px;
}

.app-story {
	border-top: 1px solid rgba(155, 217, 255, .24);
	padding: 150px 0;
	position: relative;
}

.app-story:before {
	background:
		radial-gradient(circle at 18% 40%, rgba(64, 204, 255, .17), transparent 26%),
		linear-gradient(135deg, rgba(74, 167, 255, .15), transparent 55%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.app-browser:before {
	background:
		radial-gradient(circle at 82% 38%, rgba(164, 85, 255, .22), transparent 25%),
		linear-gradient(225deg, rgba(110, 80, 221, .17), transparent 55%);
}

.app-manager:before {
	background:
		radial-gradient(circle at 15% 55%, rgba(232, 74, 199, .18), transparent 27%),
		linear-gradient(135deg, rgba(127, 74, 221, .19), transparent 55%);
}

.app-visual {
	float: left;
	position: relative;
	width: 58%;
}

.app-copy {
	float: right;
	padding-top: 22px;
	width: 36%;
}

.app-browser .app-visual {
	float: right;
	width: 64%;
}

.app-browser .app-copy {
	float: left;
	width: 31%;
}

.app-browser .visual-frame {
	padding: 25px;
}

.app-browser .visual-frame img {
	height: auto;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

.app-browser .visual-frame:hover img {
	transform: none;
}

.visual-frame {
	background: rgba(20, 42, 103, .63);
	border: 1px solid rgba(144, 224, 255, .46);
	box-shadow:
		0 42px 95px rgba(0, 0, 0, .35),
		0 0 72px rgba(65, 170, 255, .17),
		0 0 120px rgba(170, 75, 255, .10),
		inset 0 0 35px rgba(96, 181, 255, .08);
	padding: 13px;
	position: relative;
}

.visual-frame:before,
.visual-frame:after {
	border-color: #7be0ff;
	border-style: solid;
	content: "";
	height: 28px;
	position: absolute;
	width: 28px;
	z-index: 2;
}

.visual-frame:before {
	border-width: 1px 0 0 1px;
	left: -7px;
	top: -7px;
}

.visual-frame:after {
	border-width: 0 1px 1px 0;
	bottom: -7px;
	right: -7px;
}

.visual-frame img {
	display: block;
	filter: saturate(1.12) brightness(1.02);
	transition: filter .7s, transform 1.1s;
	width: 100%;
}

.visual-frame:hover img {
	filter: saturate(1.27) brightness(1.07);
	transform: scale(1.012);
}

.visual-frame {
	overflow: hidden;
}

.visual-label {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(3, 12, 40, .76);
	border: 1px solid rgba(126, 215, 255, .25);
	bottom: 28px;
	color: #9ee8ff;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .26em;
	padding: 10px 18px;
	position: absolute;
	right: 28px;
}

.app-kicker {
	color: #7bdcff;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .23em;
	margin-bottom: 26px;
}

.app-kicker span {
	color: rgba(151, 205, 255, .35);
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
	margin-right: 12px;
	vertical-align: middle;
}

.app-copy h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.55;
	margin-bottom: 16px;
}

.app-name {
	color: #b3d7ff;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .09em;
	margin-bottom: 27px;
}

.app-description {
	color: #aebddc;
	font-size: 14px;
	letter-spacing: .035em;
	line-height: 2.05;
	margin-bottom: 34px;
}

.simple-features {
	border-bottom: 1px solid rgba(135, 184, 255, .12);
	border-top: 1px solid rgba(135, 184, 255, .12);
	margin-bottom: 35px;
	padding: 20px 0;
}

.simple-features li {
	border-right: 1px solid rgba(135, 184, 255, .12);
	float: left;
	min-height: 66px;
	padding: 0 10px;
	text-align: center;
	width: 33.333%;
}

.simple-features li:last-child {
	border-right: 0;
}

.simple-features strong,
.simple-features span {
	display: block;
}

.simple-features strong {
	color: #6fdcff;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .12em;
	margin-bottom: 6px;
}

.simple-features span {
	color: #bdc9e2;
	font-size: 10px;
	line-height: 1.7;
}

.stella-button {
	background: linear-gradient(90deg, rgba(55, 118, 203, .30), rgba(78, 71, 173, .28));
	border: 1px solid rgba(119, 215, 255, .43);
	display: block;
	font-size: 12px;
	letter-spacing: .08em;
	overflow: hidden;
	padding: 15px 55px 15px 20px;
	position: relative;
	transition: background .4s, border-color .4s, box-shadow .4s;
	width: 100%;
}

.stella-button:before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
	content: "";
	height: 100%;
	left: -140%;
	position: absolute;
	top: 0;
	transform: skewX(-22deg);
	transition: left .75s;
	width: 80%;
}

.stella-button i {
	font-size: 18px;
	font-style: normal;
	position: absolute;
	right: 21px;
	top: 11px;
	transition: transform .35s;
}

.stella-button:hover,
.stella-button:focus-visible {
	background: linear-gradient(90deg, rgba(55, 151, 224, .42), rgba(92, 73, 201, .40));
	border-color: #8ce7ff;
	box-shadow: 0 0 32px rgba(78, 166, 255, .16);
	outline: none;
}

.stella-button:hover:before {
	left: 140%;
}

.stella-button:hover i {
	transform: translate(4px, -4px);
}

/* -----------------------------------------------------------------------------------------------------------------
	download
----------------------------------------------------------------------------------------------------------------- */

.download-section {
	background:
		radial-gradient(circle at 50% 22%, rgba(54, 127, 243, .28), transparent 28%),
		radial-gradient(circle at 12% 61%, rgba(64, 218, 231, .12), transparent 25%),
		radial-gradient(circle at 90% 68%, rgba(200, 73, 226, .17), transparent 27%),
		linear-gradient(180deg, rgba(4, 16, 57, .88), rgba(1, 5, 24, .94));
	padding: 190px 0 210px;
}

.download-list {
	margin: 0 -1.15% 50px;
}

.download-card {
	background:
		linear-gradient(145deg, rgba(34, 76, 157, .56), rgba(12, 23, 72, .73));
	border: 1px solid rgba(141, 215, 255, .34);
	box-shadow: inset 0 0 50px rgba(77, 158, 255, .07), 0 20px 55px rgba(0, 0, 0, .14);
	float: left;
	margin: 0 1.15%;
	min-height: 500px;
	overflow: hidden;
	padding: 42px 36px 35px;
	position: relative;
	transition: transform .55s, border-color .55s, box-shadow .55s;
	width: 31.033%;
}

.download-card:before {
	background: linear-gradient(135deg, rgba(129, 221, 255, .15), transparent 48%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .5s;
	width: 100%;
}

.download-card:hover {
	border-color: rgba(126, 224, 255, .64);
	box-shadow: 0 25px 70px rgba(0, 0, 0, .25), 0 0 45px rgba(51, 132, 231, .12);
	transform: translateY(-12px);
}

.download-card:hover:before {
	opacity: 1;
}

.download-number {
	color: rgba(149, 207, 255, .38);
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	letter-spacing: .18em;
	margin-bottom: 36px;
}

.download-icon {
	color: #fff;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 22px;
	text-shadow: 0 0 13px #fff, 0 0 40px #559dff;
}

.download-label {
	color: #78d8ff;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .27em;
	margin-bottom: 10px;
}

.download-card h3 {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.45;
	margin-bottom: 18px;
	min-height: 78px;
}

.download-card > p:not(.download-number):not(.download-label) {
	color: #aebbd6;
	font-size: 12px;
	line-height: 1.9;
	margin-bottom: 27px;
	min-height: 47px;
}

.download-card a {
	background: rgba(59, 126, 205, .18);
	border: 1px solid rgba(121, 216, 255, .37);
	display: block;
	font-size: 12px;
	letter-spacing: .08em;
	margin-bottom: 14px;
	padding: 14px 44px 14px 16px;
	position: relative;
	transition: background .35s, border-color .35s;
}

.download-card a i {
	font-size: 18px;
	font-style: normal;
	position: absolute;
	right: 17px;
	top: 10px;
	transition: transform .35s;
}

.download-card a:hover,
.download-card a:focus-visible {
	background: rgba(60, 151, 226, .32);
	border-color: #88e6ff;
	outline: none;
}

.download-card a:hover i {
	transform: translateY(4px);
}

.download-card small {
	color: rgba(183, 201, 232, .52);
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .14em;
}

.free-note {
	color: #93a4c8;
	font-size: 11px;
	letter-spacing: .08em;
	margin-bottom: 100px;
	text-align: center;
}

.free-note span {
	color: #8ce8ff;
	margin-right: 8px;
	text-shadow: 0 0 12px #66caff;
}

.booth-banner {
	background:
		linear-gradient(90deg, rgba(2, 8, 34, .95) 0%, rgba(2, 9, 38, .82) 43%, rgba(2, 8, 34, .14) 76%),
		url("../image/suite/utage-miyu-booth-banner.webp") center center / cover no-repeat;
	border: 1px solid rgba(140, 217, 255, .32);
	box-shadow:
		0 35px 90px rgba(0, 0, 0, .38),
		inset 0 0 55px rgba(102, 149, 255, .08);
	display: block;
	min-height: 410px;
	overflow: hidden;
	padding: 75px 52px;
	position: relative;
	transition: border-color .5s, box-shadow .5s, transform .5s;
}

.booth-banner:before,
.booth-banner:after {
	border-color: rgba(137, 231, 255, .75);
	border-style: solid;
	content: "";
	height: 55px;
	position: absolute;
	width: 55px;
}

.booth-banner:before {
	border-width: 1px 0 0 1px;
	left: 17px;
	top: 17px;
}

.booth-banner:after {
	border-width: 0 1px 1px 0;
	bottom: 17px;
	right: 17px;
}

.booth-banner:hover,
.booth-banner:focus-visible {
	border-color: rgba(153, 235, 255, .72);
	box-shadow:
		0 42px 100px rgba(0, 0, 0, .43),
		0 0 60px rgba(58, 120, 255, .18),
		inset 0 0 55px rgba(102, 149, 255, .12);
	outline: none;
	transform: translateY(-7px);
}

.booth-stars {
	color: #d6f7ff;
	font-size: 23px;
	left: 52px;
	position: absolute;
	text-shadow: 0 0 12px #fff, 0 0 28px #5dc8ff;
	top: 32px;
}

.booth-copy {
	display: block;
	max-width: 540px;
	position: relative;
	z-index: 2;
}

.booth-copy small {
	color: #81dfff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .22em;
	margin-bottom: 20px;
}

.booth-copy strong {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.55;
	margin-bottom: 22px;
}

.booth-copy em {
	color: #bfcce7;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: .05em;
}

.booth-action {
	border-bottom: 1px solid rgba(142, 224, 255, .42);
	bottom: 48px;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	letter-spacing: .18em;
	padding: 5px 0 8px;
	position: absolute;
	right: 50px;
	z-index: 2;
}

.booth-action i {
	font-size: 17px;
	font-style: normal;
	margin-left: 14px;
}

.fanbox-support {
	background:
		radial-gradient(circle at 92% 5%, rgba(255, 159, 199, .22), transparent 25%),
		radial-gradient(circle at 8% 80%, rgba(83, 207, 255, .16), transparent 29%),
		linear-gradient(145deg, rgba(20, 18, 65, .94), rgba(7, 19, 58, .94));
	border: 1px solid rgba(242, 168, 207, .30);
	box-shadow: 0 32px 85px rgba(0, 0, 0, .32), inset 0 0 70px rgba(112, 125, 255, .06);
	margin-top: 38px;
	overflow: hidden;
	padding: 62px 5.2% 42px;
	position: relative;
}

.fanbox-support:before {
	background: linear-gradient(90deg, transparent, rgba(255, 181, 219, .76), rgba(116, 223, 255, .72), transparent);
	content: "";
	height: 1px;
	left: 6%;
	position: absolute;
	top: 0;
	width: 88%;
}

.fanbox-stella {
	color: rgba(255, 231, 244, .78);
	font-size: 76px;
	line-height: 1;
	opacity: .52;
	position: absolute;
	right: 4.5%;
	text-shadow: 0 0 15px #fff, 0 0 48px #e66ccd, 0 0 90px #6ccfff;
	top: 35px;
}

.fanbox-intro {
	position: relative;
	z-index: 2;
}

.fanbox-intro-copy {
	float: left;
	width: 63%;
}

.fanbox-kicker {
	color: #ff9fcf;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .26em;
	margin-bottom: 18px;
}

.fanbox-intro h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.55;
	margin-bottom: 17px;
}

.fanbox-intro-copy > p:last-child {
	color: #b9c7e4;
	font-size: 13px;
	line-height: 2;
	margin-bottom: 0;
	max-width: 680px;
}

.fanbox-intro-action {
	float: right;
	padding-top: 68px;
	position: relative;
	width: 31%;
}

.fanbox-intro-action a {
	background: linear-gradient(90deg, rgba(206, 82, 158, .30), rgba(99, 100, 222, .30));
	border: 1px solid rgba(255, 175, 216, .48);
	display: block;
	font-size: 12px;
	letter-spacing: .05em;
	padding: 17px 48px 17px 19px;
	position: relative;
	transition: background .35s, border-color .35s, box-shadow .35s, transform .35s;
}

.fanbox-intro-action a:hover,
.fanbox-intro-action a:focus-visible {
	background: linear-gradient(90deg, rgba(218, 86, 166, .48), rgba(102, 124, 235, .46));
	border-color: #ffc0df;
	box-shadow: 0 0 35px rgba(226, 99, 173, .18);
	outline: none;
	transform: translateY(-4px);
}

.fanbox-intro-action i {
	font-size: 18px;
	font-style: normal;
	position: absolute;
	right: 18px;
	top: 12px;
}

.fanbox-intro-action small {
	color: rgba(190, 201, 232, .48);
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 7px;
	letter-spacing: .16em;
	margin-top: 11px;
	text-align: right;
}

.fanbox-plans {
	margin-top: 48px;
	position: relative;
	z-index: 2;
}

.fanbox-plan {
	background: rgba(7, 11, 39, .52);
	border: 1px solid rgba(160, 178, 232, .20);
	float: left;
	min-height: 390px;
	padding: 35px 3.5% 31px;
	position: relative;
	width: 48.6%;
}

.fanbox-plan + .fanbox-plan {
	float: right;
}

.fanbox-plan-suite {
	background:
		linear-gradient(145deg, rgba(94, 41, 114, .32), rgba(10, 22, 64, .72));
	border-color: rgba(255, 171, 215, .42);
	box-shadow: inset 0 0 45px rgba(229, 89, 170, .05), 0 0 50px rgba(171, 77, 222, .08);
}

.fanbox-plan-index {
	color: #83daf9;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .20em;
	margin-bottom: 11px;
}

.fanbox-plan-price {
	margin-bottom: 11px;
}

.fanbox-plan-price strong {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -.02em;
}

.fanbox-plan-price small {
	color: #9eaed0;
	font-size: 11px;
	margin-left: 7px;
}

.fanbox-plan h4 {
	color: #f8f8ff;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 17px;
}

.fanbox-plan > p:not(.fanbox-plan-index):not(.fanbox-plan-price):not(.fanbox-saving) {
	color: #b5c0db;
	font-size: 12px;
	line-height: 1.9;
	min-height: 70px;
}

.fanbox-plan ul {
	border-top: 1px solid rgba(160, 182, 231, .14);
	margin-top: 21px;
	padding-top: 16px;
}

.fanbox-plan li {
	color: #d8e3f8;
	font-size: 11px;
	letter-spacing: .03em;
	margin-top: 7px;
}

.fanbox-plan li span {
	color: #90e4ff;
	margin-right: 8px;
	text-shadow: 0 0 10px #72d9ff;
}

.fanbox-saving {
	background: linear-gradient(90deg, #e85fa8, #806fe6);
	box-shadow: 0 8px 24px rgba(214, 72, 158, .20);
	color: #fff;
	font-size: 9px;
	letter-spacing: .06em;
	margin: 0;
	padding: 8px 14px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.fanbox-saving strong {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	margin-right: 5px;
}

.fanbox-message {
	border-bottom: 1px solid rgba(141, 205, 247, .13);
	border-top: 1px solid rgba(141, 205, 247, .13);
	margin-top: 36px;
	padding: 24px 2%;
	position: relative;
	z-index: 2;
}

.fanbox-message p {
	color: #aebcda;
	font-size: 12px;
	line-height: 2;
	margin: 0;
	text-align: center;
}

.fanbox-message strong {
	color: #f0e3f4;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-weight: 600;
	margin-right: 8px;
}

.fanbox-renewal-note {
	color: rgba(176, 188, 216, .62);
	font-size: 9px;
	letter-spacing: .02em;
	line-height: 1.85;
	margin: 22px auto 0;
	max-width: 900px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.fanbox-renewal-note span {
	color: rgba(255, 196, 222, .82);
	font-weight: 600;
	margin-right: 7px;
}

/* -----------------------------------------------------------------------------------------------------------------
	creator / MinaFrancesca
----------------------------------------------------------------------------------------------------------------- */

.creator-section {
	background:
		radial-gradient(circle at 78% 11%, rgba(100, 214, 255, .24), transparent 23%),
		radial-gradient(circle at 14% 45%, rgba(188, 73, 237, .18), transparent 27%),
		linear-gradient(180deg, rgba(3, 9, 35, .93), rgba(5, 16, 53, .90) 48%, rgba(3, 8, 29, .95));
	border-top: 1px solid rgba(135, 213, 255, .20);
	padding: 195px 0 220px;
}

.creator-section:before {
	color: rgba(151, 210, 255, .035);
	content: "MINAFRANCESCA";
	font-family: "Montserrat", sans-serif;
	font-size: 12vw;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: -4%;
	top: 110px;
	white-space: nowrap;
}

.creator-section:after {
	animation: sectionStellaFloat 9s .4s ease-in-out infinite;
	color: rgba(235, 252, 255, .78);
	content: "✦";
	font-size: 96px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 7%;
	text-shadow: 0 0 14px #fff, 0 0 50px #6fe2ff, 0 0 110px #a34dff;
	top: 5%;
}

.creator-light {
	background: linear-gradient(110deg, transparent, rgba(72, 215, 255, .13), rgba(197, 78, 235, .12), transparent);
	filter: blur(3px);
	height: 420px;
	left: -12%;
	pointer-events: none;
	position: absolute;
	top: 19%;
	transform: rotate(-9deg);
	width: 125%;
}

.creator-heading {
	margin-bottom: 100px;
	max-width: 880px;
	position: relative;
	z-index: 2;
}

.creator-heading h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 55px;
	font-weight: 600;
	letter-spacing: .07em;
	line-height: 1.5;
	margin-bottom: 25px;
}

.creator-heading-lead {
	color: #b8c8e6;
	font-size: 16px;
	letter-spacing: .04em;
}

.creator-mobile-break {
	display: none;
}

.creator-profile {
	position: relative;
	z-index: 2;
}

.creator-portrait {
	float: left;
	width: 52%;
}

.creator-portrait figure {
	background: #101946;
	border: 1px solid rgba(146, 221, 255, .42);
	box-shadow:
		0 45px 100px rgba(0, 0, 0, .40),
		0 0 80px rgba(69, 173, 255, .18),
		0 0 130px rgba(184, 73, 244, .10);
	height: 720px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.creator-portrait figure:before {
	background:
		linear-gradient(0deg, rgba(2, 7, 30, .87), transparent 38%),
		linear-gradient(90deg, rgba(3, 8, 31, .30), transparent 35%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.creator-portrait figure:after {
	border-color: rgba(137, 231, 255, .85);
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: "";
	height: 72px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 72px;
	z-index: 3;
}

.creator-portrait img {
	filter: saturate(1.10) brightness(1.02);
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: filter .8s, transform 1.6s cubic-bezier(.2, .72, .2, 1);
	width: 100%;
}

.creator-portrait:hover img {
	filter: saturate(1.20) brightness(1.07);
	transform: scale(1.025);
}

.creator-portrait figcaption {
	bottom: 35px;
	left: 38px;
	position: absolute;
	z-index: 3;
}

.creator-portrait figcaption span,
.creator-portrait figcaption small {
	display: block;
}

.creator-portrait figcaption span {
	font-family: "Shippori Mincho", serif;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: .09em;
}

.creator-portrait figcaption small {
	color: #9feaff;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .24em;
	margin-top: 4px;
}

.portrait-coordinate {
	color: rgba(159, 186, 222, .55);
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .17em;
	line-height: 1.7;
	margin: 16px 0 0;
}

.creator-copy {
	float: right;
	padding-top: 38px;
	width: 41.5%;
}

.creator-role-label {
	color: #78dfff;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .26em;
	margin-bottom: 22px;
}

.creator-copy h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 49px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.35;
	margin-bottom: 34px;
}

.creator-copy h3 small {
	color: #91a5cd;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .17em;
	margin-top: 12px;
}

.creator-copy > p:not(.creator-role-label) {
	color: #b4c2dd;
	font-size: 14px;
	letter-spacing: .035em;
	line-height: 2.15;
	margin-bottom: 22px;
}

.creator-copy .creator-intro {
	color: #e5ebfa;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	line-height: 2;
}

.creator-copy strong {
	color: #e7f9ff;
	font-weight: 600;
	text-shadow: 0 0 18px rgba(101, 218, 255, .20);
}

.creator-signature {
	border-left: 1px solid #6cd9ff;
	margin-top: 41px;
	padding: 9px 0 9px 20px;
}

.creator-signature span,
.creator-signature strong,
.creator-signature small {
	display: block;
}

.creator-signature span {
	color: #7587ad;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .23em;
}

.creator-signature strong {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 27px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .06em;
	margin: 3px 0;
}

.creator-signature small {
	color: #8597bc;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .12em;
}

.technology-disclosure {
	background:
		linear-gradient(120deg, rgba(27, 67, 145, .49), rgba(73, 44, 129, .40)),
		rgba(6, 14, 44, .78);
	border: 1px solid rgba(130, 213, 255, .32);
	box-shadow: 0 32px 80px rgba(0, 0, 0, .27), inset 0 0 50px rgba(89, 149, 255, .06);
	margin-top: 130px;
	overflow: hidden;
	padding: 53px 4%;
	position: relative;
}

.technology-disclosure:after {
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .11), transparent);
	content: "";
	height: 170%;
	position: absolute;
	right: -15%;
	top: -35%;
	transform: rotate(-17deg);
	width: 32%;
}

.disclosure-title {
	float: left;
	width: 27%;
}

.disclosure-title > p {
	color: #75ddff;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .22em;
	margin-bottom: 16px;
}

.disclosure-title h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: .07em;
	line-height: 1.55;
	margin: 0;
}

.disclosure-copy {
	border-left: 1px solid rgba(145, 205, 255, .20);
	float: left;
	padding: 5px 4% 0;
	width: 42%;
}

.disclosure-copy p {
	color: #bdc9e2;
	font-size: 13px;
	line-height: 2.05;
	margin: 0;
}

.disclosure-facts {
	float: right;
	padding-left: 2%;
	position: relative;
	width: 31%;
	z-index: 2;
}

.disclosure-facts p {
	border-top: 1px solid rgba(145, 205, 255, .17);
	margin: 0;
	padding: 7px 0;
}

.disclosure-facts p:last-child {
	border-bottom: 1px solid rgba(145, 205, 255, .17);
}

.disclosure-facts small,
.disclosure-facts strong {
	display: inline-block;
	vertical-align: middle;
}

.disclosure-facts small {
	color: #8295bb;
	font-family: "Montserrat", sans-serif;
	font-size: 7px;
	letter-spacing: .13em;
	width: 48%;
}

.disclosure-facts strong {
	color: #e8faff;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: right;
	width: 50%;
}

.experience-heading,
.related-heading {
	margin: 155px 0 68px;
	max-width: 850px;
}

.experience-heading h3,
.related-heading h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 39px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.55;
	margin: 0;
}

.creator-roles {
	margin: 0 -1.1%;
}

.creator-role {
	background:
		linear-gradient(145deg, rgba(31, 62, 125, .48), rgba(10, 19, 57, .72));
	border: 1px solid rgba(136, 206, 255, .20);
	float: left;
	margin: 0 1.1% 28px;
	min-height: 340px;
	overflow: hidden;
	padding: 34px 2.6% 38px;
	position: relative;
	transition: border-color .45s, box-shadow .45s, transform .45s;
	width: 31.133%;
}

.creator-role:before {
	background: radial-gradient(circle, rgba(115, 221, 255, .18), transparent 68%);
	content: "";
	height: 170px;
	opacity: 0;
	position: absolute;
	right: -55px;
	top: -55px;
	transition: opacity .45s, transform .7s;
	width: 170px;
}

.creator-role:hover {
	border-color: rgba(122, 229, 255, .56);
	box-shadow: 0 25px 65px rgba(0, 0, 0, .25), 0 0 45px rgba(75, 170, 255, .12);
	transform: translateY(-9px);
}

.creator-role:hover:before {
	opacity: 1;
	transform: scale(1.25);
}

.role-number {
	color: rgba(145, 207, 255, .38);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	letter-spacing: .18em;
	margin-bottom: 22px;
}

.role-symbol {
	color: #fff;
	display: block;
	font-size: 31px;
	line-height: 1;
	margin-bottom: 23px;
	text-shadow: 0 0 10px #fff, 0 0 35px #62d6ff, 0 0 60px #a055ee;
}

.creator-role h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .06em;
	margin: 0 0 17px;
}

.creator-role > p:last-child {
	color: #aebbd6;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 0;
}

.creator-process {
	border-bottom: 1px solid rgba(138, 200, 255, .18);
	border-top: 1px solid rgba(138, 200, 255, .18);
	margin-top: 85px;
	padding: 35px 0;
}

.process-item {
	float: left;
	text-align: center;
	width: 19%;
}

.process-arrow {
	color: rgba(131, 211, 255, .46);
	float: left;
	font-size: 21px;
	line-height: 72px;
	text-align: center;
	width: 8%;
}

.process-item b,
.process-item span,
.process-item small {
	display: block;
}

.process-item b {
	color: rgba(118, 215, 255, .45);
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 500;
}

.process-item span {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
	margin: 4px 0;
}

.process-item small {
	color: #8797b8;
	font-size: 10px;
}

.related-heading {
	margin-bottom: 70px;
	margin-top: 175px;
}

.related-heading > p:last-child {
	color: #9eaecc;
	font-size: 14px;
	margin-top: 18px;
}

.project-banners {
	margin: 0 -1%;
}

.project-banner {
	background: #07102f;
	border: 1px solid rgba(143, 210, 255, .26);
	box-shadow: 0 28px 75px rgba(0, 0, 0, .28);
	display: block;
	float: left;
	height: 365px;
	margin: 0 1% 28px;
	overflow: hidden;
	position: relative;
	width: 48%;
}

.project-banner img {
	filter: saturate(1.08) brightness(.94);
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: filter .75s, transform 1.2s cubic-bezier(.2, .72, .2, 1);
	width: 100%;
}

.project-banner .banner-overlay {
	background:
		linear-gradient(0deg, rgba(2, 6, 24, .91) 0%, rgba(2, 6, 24, .26) 64%, rgba(2, 6, 24, .06) 100%),
		linear-gradient(90deg, rgba(4, 9, 30, .42), transparent 55%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background .55s;
	width: 100%;
}

.project-banner:before,
.project-banner:after {
	border-color: rgba(174, 235, 255, .78);
	border-style: solid;
	content: "";
	height: 44px;
	position: absolute;
	width: 44px;
	z-index: 3;
}

.project-banner:before {
	border-width: 1px 0 0 1px;
	left: 15px;
	top: 15px;
}

.project-banner:after {
	border-width: 0 1px 1px 0;
	bottom: 15px;
	right: 15px;
}

.project-banner .banner-copy {
	bottom: 32px;
	left: 36px;
	max-width: 78%;
	position: absolute;
	z-index: 2;
}

.banner-copy small,
.banner-copy strong,
.banner-copy em {
	display: block;
}

.banner-copy small {
	color: #81e6ff;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .22em;
	margin-bottom: 8px;
}

.banner-copy strong {
	font-family: "Shippori Mincho", "Noto Sans JP", serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.3;
	text-shadow: 0 3px 20px rgba(0, 0, 0, .55);
}

.banner-copy em {
	color: #bbc9e2;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .04em;
	margin-top: 8px;
}

.project-banner > b {
	border: 1px solid rgba(173, 229, 255, .48);
	border-radius: 50%;
	bottom: 33px;
	font-size: 17px;
	font-weight: 400;
	height: 43px;
	line-height: 40px;
	position: absolute;
	right: 34px;
	text-align: center;
	transition: background .35s, box-shadow .35s, transform .35s;
	width: 43px;
	z-index: 3;
}

.project-banner:hover,
.project-banner:focus-visible {
	border-color: rgba(142, 232, 255, .72);
	box-shadow: 0 36px 90px rgba(0, 0, 0, .34), 0 0 52px rgba(70, 164, 255, .16);
	outline: none;
}

.project-banner:hover img,
.project-banner:focus-visible img {
	filter: saturate(1.23) brightness(1.05);
	transform: scale(1.045);
}

.project-banner:hover > b,
.project-banner:focus-visible > b {
	background: rgba(98, 194, 255, .24);
	box-shadow: 0 0 25px rgba(98, 194, 255, .23);
	transform: translate(4px, -4px);
}

.banner-pandora { box-shadow: 0 28px 75px rgba(71, 26, 6, .26); }
.banner-rhapsody { box-shadow: 0 28px 75px rgba(47, 62, 171, .22); }
.banner-crossing { box-shadow: 0 28px 75px rgba(83, 50, 184, .20); }
.banner-utage { box-shadow: 0 28px 75px rgba(74, 155, 210, .20); }
.banner-youtube { box-shadow: 0 28px 75px rgba(124, 48, 151, .20); }
.banner-fanbox { box-shadow: 0 28px 75px rgba(100, 35, 66, .20); }

.banner-youtube img {
	object-position: center 39%;
}

.banner-fanbox img {
	filter: saturate(.84) brightness(1.13);
}

/* -----------------------------------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------------------------------- */

#footer {
	background:
		radial-gradient(circle at 70% 5%, rgba(53, 91, 180, .15), transparent 24%),
		#01020c;
	border-top: 1px solid rgba(127, 190, 255, .11);
	overflow: hidden;
	padding: 170px 0 45px;
	position: relative;
}

.footer-stars {
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, .9) 0 1px, transparent 1.7px),
		radial-gradient(circle, rgba(110, 205, 255, .7) 0 1px, transparent 1.8px);
	background-position: 0 0, 45px 68px;
	background-size: 130px 130px, 190px 190px;
	height: 100%;
	left: 0;
	opacity: .22;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer-message {
	border-bottom: 1px solid rgba(134, 190, 255, .16);
	margin-bottom: 75px;
	padding-bottom: 85px;
}

.footer-message span {
	color: #72d8ff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	letter-spacing: .30em;
	margin-bottom: 25px;
}

.footer-message strong {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 52px;
	font-weight: 500;
	letter-spacing: .10em;
	line-height: 1.55;
}

.footer-brand {
	float: left;
	width: 36%;
}

.footer-brand > a:after {
	clear: both;
	content: "";
	display: block;
}

.footer-brand p {
	clear: both;
	color: #7887aa;
	font-size: 11px;
	letter-spacing: .08em;
	padding-top: 24px;
}

.footer-nav {
	float: left;
	width: 36%;
}

.footer-nav li {
	margin-bottom: 13px;
}

.footer-nav a {
	color: #9eacc9;
	font-size: 12px;
	letter-spacing: .04em;
	transition: color .3s, padding-left .3s;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
	color: #fff;
	padding-left: 8px;
}

.footer-social {
	float: right;
	text-align: right;
	width: 28%;
}

.footer-social p {
	color: #7887aa;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .20em;
	margin-bottom: 20px;
}

.footer-social a {
	border: 1px solid rgba(126, 188, 255, .19);
	border-radius: 50%;
	display: inline-block;
	height: 43px;
	margin-left: 10px;
	position: relative;
	transition: background .3s, border-color .3s, transform .3s;
	width: 43px;
}

.footer-social a:hover,
.footer-social a:focus-visible {
	background: rgba(80, 150, 230, .20);
	border-color: #78ddff;
	outline: none;
	transform: translateY(-4px);
}

.footer-social svg {
	fill: #d8e7ff;
	height: 17px;
	left: 12px;
	position: absolute;
	top: 12px;
	width: 17px;
}

.footer-bottom {
	border-top: 1px solid rgba(134, 190, 255, .12);
	margin-top: 75px;
	padding-top: 27px;
}

.footer-bottom p,
.footer-bottom a {
	color: #596786;
	font-family: "Montserrat", sans-serif;
	font-size: 8px;
	letter-spacing: .14em;
}

.footer-bottom p {
	float: left;
}

.footer-bottom a {
	float: right;
	transition: color .3s;
}

.footer-bottom a:hover {
	color: #a7ecff;
}

.footer-bottom a span {
	margin-left: 9px;
}

/* -----------------------------------------------------------------------------------------------------------------
	cosmic voyage / scroll-driven atmosphere
----------------------------------------------------------------------------------------------------------------- */

#cosmic-voyage {
	background: linear-gradient(180deg, #0b2671, #071650 38%, #080d3c 70%, #020516);
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.cosmic-nebula {
	border-radius: 50%;
	filter: blur(72px);
	opacity: .35;
	position: absolute;
	transition: opacity 1.4s ease, transform 1.8s cubic-bezier(.2, .72, .2, 1), filter 1.4s ease;
	will-change: transform, opacity;
}

.nebula-one {
	background:
		radial-gradient(circle at 35% 38%, rgba(195, 247, 255, .95), rgba(48, 196, 255, .72) 18%, rgba(52, 93, 255, .42) 44%, transparent 70%);
	height: 72vw;
	left: -22vw;
	top: -18vh;
	width: 72vw;
}

.nebula-two {
	background:
		radial-gradient(circle at 54% 45%, rgba(255, 193, 246, .88), rgba(199, 70, 255, .62) 20%, rgba(82, 64, 232, .42) 48%, transparent 72%);
	height: 76vw;
	right: -25vw;
	top: 12vh;
	width: 76vw;
}

.nebula-three {
	background:
		radial-gradient(circle at 45% 48%, rgba(174, 255, 245, .82), rgba(51, 224, 232, .48) 19%, rgba(46, 84, 221, .32) 48%, transparent 73%);
	bottom: -35vh;
	height: 68vw;
	left: 18vw;
	width: 68vw;
}

.cosmic-dust {
	animation: cosmicDustDrift 34s linear infinite;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, .68) 0 1px, transparent 1.7px),
		radial-gradient(circle, rgba(116, 228, 255, .55) 0 1px, transparent 1.8px),
		radial-gradient(circle, rgba(235, 145, 255, .48) 0 1px, transparent 1.7px);
	background-position: 0 0, 45px 68px, 90px 25px;
	background-size: 115px 115px, 173px 173px, 229px 229px;
	height: 140%;
	left: -10%;
	opacity: .37;
	position: absolute;
	top: -20%;
	width: 120%;
}

.cosmic-stella {
	color: #fff;
	font-size: 46px;
	line-height: 1;
	position: absolute;
	text-shadow:
		0 0 8px #fff,
		0 0 24px #7de4ff,
		0 0 58px #5376ff,
		0 0 100px #ba55ee;
	transition: opacity 1.2s, transform 1.8s cubic-bezier(.2, .72, .2, 1);
}

.stella-a {
	animation: stellaBreathe 4.8s ease-in-out infinite;
	left: 12%;
	top: 18%;
}

.stella-b {
	animation: stellaBreathe 6.2s 1.1s ease-in-out infinite;
	font-size: 31px;
	right: 14%;
	top: 46%;
}

.stella-c {
	animation: stellaBreathe 5.4s .5s ease-in-out infinite;
	bottom: 14%;
	font-size: 62px;
	left: 64%;
}

body.cosmic-zone-0 .nebula-one { opacity: .58; transform: translate3d(2vw, -3vh, 0) scale(1.05); }
body.cosmic-zone-0 .nebula-two { opacity: .43; transform: translate3d(-4vw, 1vh, 0) scale(.95); }
body.cosmic-zone-0 .nebula-three { opacity: .22; transform: translate3d(0, 10vh, 0) scale(.86); }
body.cosmic-zone-1 .nebula-one { opacity: .46; transform: translate3d(32vw, 9vh, 0) scale(.82); }
body.cosmic-zone-1 .nebula-two { opacity: .28; transform: translate3d(-12vw, -16vh, 0) scale(1.06); }
body.cosmic-zone-1 .nebula-three { opacity: .52; transform: translate3d(-23vw, -19vh, 0) scale(1.03); }
body.cosmic-zone-2 .nebula-one { opacity: .31; transform: translate3d(-8vw, 26vh, 0) scale(1.20); }
body.cosmic-zone-2 .nebula-two { opacity: .57; transform: translate3d(-25vw, -3vh, 0) scale(.86); }
body.cosmic-zone-2 .nebula-three { opacity: .36; transform: translate3d(25vw, -30vh, 0) scale(.82); }
body.cosmic-zone-3 .nebula-one { opacity: .48; transform: translate3d(28vw, -25vh, 0) scale(.86); }
body.cosmic-zone-3 .nebula-two { opacity: .63; transform: translate3d(-14vw, 19vh, 0) scale(1.18); }
body.cosmic-zone-3 .nebula-three { opacity: .21; transform: translate3d(-34vw, 10vh, 0) scale(.72); }
body.cosmic-zone-4 .nebula-one { opacity: .24; transform: translate3d(-15vw, -15vh, 0) scale(.77); }
body.cosmic-zone-4 .nebula-two { opacity: .68; transform: translate3d(-37vw, -22vh, 0) scale(1.28); filter: blur(52px) saturate(1.22); }
body.cosmic-zone-4 .nebula-three { opacity: .47; transform: translate3d(23vw, 18vh, 0) scale(.96); }
body.cosmic-zone-5 .nebula-one { opacity: .55; transform: translate3d(27vw, 18vh, 0) scale(1.12); }
body.cosmic-zone-5 .nebula-two { opacity: .37; transform: translate3d(-9vw, -28vh, 0) scale(.82); }
body.cosmic-zone-5 .nebula-three { opacity: .65; transform: translate3d(-18vw, -32vh, 0) scale(1.20); filter: blur(54px) saturate(1.18); }
body.cosmic-zone-6 .nebula-one { opacity: .21; transform: translate3d(-24vw, 12vh, 0) scale(.76); }
body.cosmic-zone-6 .nebula-two { opacity: .45; transform: translate3d(-17vw, 22vh, 0) scale(1.05); }
body.cosmic-zone-6 .nebula-three { opacity: .72; transform: translate3d(-5vw, -13vh, 0) scale(1.34); filter: blur(48px) saturate(1.25); }
body.cosmic-zone-7 .nebula-one { opacity: .15; transform: translate3d(34vw, -9vh, 0) scale(.70); }
body.cosmic-zone-7 .nebula-two { opacity: .33; transform: translate3d(-31vw, -24vh, 0) scale(.95); }
body.cosmic-zone-7 .nebula-three { opacity: .54; transform: translate3d(21vw, 23vh, 0) scale(1.12); filter: blur(58px) saturate(1.12); }

body.cosmic-zone-1 .stella-a { transform: translate3d(58vw, 18vh, 0) rotate(42deg) scale(1.4); }
body.cosmic-zone-2 .stella-a { transform: translate3d(16vw, 55vh, 0) rotate(96deg) scale(.7); }
body.cosmic-zone-3 .stella-a { transform: translate3d(71vw, 37vh, 0) rotate(143deg) scale(1.2); }
body.cosmic-zone-4 .stella-a { transform: translate3d(37vw, 8vh, 0) rotate(205deg) scale(1.8); }
body.cosmic-zone-5 .stella-a { transform: translate3d(7vw, 63vh, 0) rotate(270deg) scale(.8); }
body.cosmic-zone-6 .stella-a { transform: translate3d(67vw, 54vh, 0) rotate(335deg) scale(1.5); }
body.cosmic-zone-7 .stella-a { transform: translate3d(24vw, 16vh, 0) rotate(405deg) scale(.62); }

.voyage-meter {
	height: 180px;
	position: fixed;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	z-index: 70;
}

.voyage-meter:before {
	background: rgba(167, 216, 255, .20);
	content: "";
	height: 100%;
	left: 5px;
	position: absolute;
	top: 0;
	width: 1px;
}

.voyage-meter span {
	background: linear-gradient(#7ce9ff, #b774ff, #ff78cf);
	box-shadow: 0 0 12px rgba(110, 220, 255, .65);
	display: block;
	height: 0;
	left: 5px;
	position: absolute;
	top: 0;
	width: 1px;
}

.voyage-meter span:after {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px #fff, 0 0 22px #7ce9ff;
	bottom: -3px;
	content: "";
	height: 7px;
	left: -3px;
	position: absolute;
	width: 7px;
}

.voyage-meter b {
	color: rgba(196, 218, 255, .50);
	font-family: "Montserrat", sans-serif;
	font-size: 7px;
	font-weight: 500;
	letter-spacing: .18em;
	position: absolute;
	right: -42px;
	top: 68px;
	transform: rotate(90deg);
	white-space: nowrap;
}

.hero-panel:after {
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: screen;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.hero-panel[data-slide="0"]:after {
	background:
		radial-gradient(circle at 71% 40%, rgba(105, 133, 255, .18), transparent 28%),
		radial-gradient(circle at 86% 75%, rgba(247, 85, 222, .18), transparent 22%);
}

.hero-panel[data-slide="1"]:after {
	background:
		radial-gradient(circle at 70% 32%, rgba(58, 218, 255, .22), transparent 27%),
		radial-gradient(circle at 86% 76%, rgba(116, 70, 255, .22), transparent 24%);
}

.hero-panel[data-slide="2"]:after {
	background:
		radial-gradient(circle at 65% 34%, rgba(255, 97, 203, .18), transparent 26%),
		radial-gradient(circle at 86% 70%, rgba(91, 169, 255, .23), transparent 24%);
}

.hero-sparkles {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}

.hero-sparkles i {
	animation: heroSparkle 3.8s ease-in-out infinite;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px #fff, 0 0 22px #68d9ff, 0 0 48px #a65fff;
	height: 4px;
	position: absolute;
	width: 4px;
}

.hero-sparkles i:before,
.hero-sparkles i:after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .92), transparent);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hero-sparkles i:before { height: 1px; width: 32px; }
.hero-sparkles i:after { height: 32px; width: 1px; }
.hero-sparkles i:nth-child(1) { left: 58%; top: 14%; }
.hero-sparkles i:nth-child(2) { animation-delay: .6s; left: 81%; top: 23%; transform: scale(.7); }
.hero-sparkles i:nth-child(3) { animation-delay: 1.1s; left: 72%; top: 57%; transform: scale(1.3); }
.hero-sparkles i:nth-child(4) { animation-delay: 1.8s; left: 91%; top: 67%; transform: scale(.55); }
.hero-sparkles i:nth-child(5) { animation-delay: .3s; left: 48%; top: 78%; transform: scale(.8); }
.hero-sparkles i:nth-child(6) { animation-delay: 2.3s; left: 65%; top: 35%; transform: scale(.48); }
.hero-sparkles i:nth-child(7) { animation-delay: 1.4s; left: 87%; top: 43%; transform: scale(1.05); }
.hero-sparkles i:nth-child(8) { animation-delay: 2.7s; left: 54%; top: 49%; transform: scale(.58); }

.meteor-transition:before {
	background: linear-gradient(115deg, transparent 24%, rgba(89, 210, 255, .10) 38%, rgba(255, 255, 255, .44) 49%, rgba(198, 91, 255, .17) 57%, transparent 73%);
	content: "";
	height: 180%;
	left: -120%;
	opacity: 0;
	position: absolute;
	top: -40%;
	transform: skewX(-17deg);
	width: 95%;
}

.meteor-transition.is-running:before {
	animation: prismaticGate 1.55s cubic-bezier(.2, .62, .26, 1) forwards;
}

.vision-section:after,
.applications-section:after,
.download-section:after {
	color: rgba(225, 250, 255, .68);
	content: "✦";
	font-size: 82px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 12px #fff, 0 0 44px #5fcfff, 0 0 95px #814eff;
}

.vision-section:after {
	animation: sectionStellaFloat 8s ease-in-out infinite;
	left: 7%;
	top: 11%;
}

.applications-section:before {
	border: 1px solid rgba(133, 220, 255, .13);
	border-radius: 50%;
	box-shadow: 0 0 90px rgba(60, 115, 255, .08);
	content: "";
	height: 980px;
	pointer-events: none;
	position: absolute;
	right: -430px;
	top: 100px;
	transform: rotate(-24deg);
	width: 1380px;
}

.applications-section:after {
	animation: sectionStellaFloat 10s 1.2s ease-in-out infinite;
	right: 8%;
	top: 4%;
}

.app-story .section-inner {
	z-index: 2;
}

.app-story:after {
	background: linear-gradient(90deg, transparent, rgba(100, 224, 255, .13), rgba(255, 255, 255, .38), rgba(196, 91, 255, .14), transparent);
	content: "";
	height: 1px;
	left: -45%;
	opacity: .35;
	pointer-events: none;
	position: absolute;
	top: 44%;
	transform: rotate(-12deg);
	width: 90%;
}

.app-story.is-cosmic-active:after {
	animation: storyLightPass 2.7s cubic-bezier(.15, .72, .24, 1) forwards;
}

.app-story.is-cosmic-active .visual-frame {
	animation: visualArrival 1.25s cubic-bezier(.2, .72, .2, 1) both;
}

.download-section:before {
	background: linear-gradient(110deg, transparent, rgba(81, 217, 255, .13), rgba(188, 91, 255, .12), transparent);
	content: "";
	filter: blur(2px);
	height: 420px;
	left: -15%;
	pointer-events: none;
	position: absolute;
	top: 28%;
	transform: rotate(-8deg);
	width: 130%;
}

.download-section:after {
	animation: sectionStellaFloat 7.2s .7s ease-in-out infinite;
	right: 10%;
	top: 8%;
}

.download-card {
	isolation: isolate;
}

.download-card:after {
	background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, .20) 48%, transparent 68%);
	content: "";
	height: 140%;
	left: -125%;
	position: absolute;
	top: -20%;
	transform: skewX(-18deg);
	transition: left .9s ease;
	width: 65%;
	z-index: 0;
}

.download-card > * {
	position: relative;
	z-index: 1;
}

.download-card:hover:after {
	left: 145%;
}

/* -----------------------------------------------------------------------------------------------------------------
	reveal and keyframes
----------------------------------------------------------------------------------------------------------------- */

.reveal,
.reveal-left,
.reveal-right {
	opacity: 0;
	transition:
		opacity 1.15s cubic-bezier(.22, .8, .28, 1),
		transform 1.15s cubic-bezier(.22, .8, .28, 1);
}

.reveal {
	transform: translateY(45px);
}

.reveal-left {
	transform: translateX(-55px);
}

.reveal-right {
	transform: translateX(55px);
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

@keyframes thumbProgress {
	0% { transform: scaleX(0); }
	100% { transform: scaleX(1); }
}

@keyframes meteorSweep {
	0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-32deg); }
	12% { opacity: 1; }
	72% { opacity: .9; }
	100% { opacity: 0; transform: translate3d(175vw, 102vh, 0) rotate(-32deg); }
}

@keyframes scrollLine {
	0% { left: -100%; }
	55%, 100% { left: 100%; }
}

@keyframes orbitRotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes orbitRotateReverse {
	from { transform: rotate(360deg); }
	to { transform: rotate(0deg); }
}

@keyframes cosmicDustDrift {
	from { transform: translate3d(0, 0, 0) rotate(0deg); }
	to { transform: translate3d(-80px, 65px, 0) rotate(1.8deg); }
}

@keyframes stellaBreathe {
	0%, 100% { opacity: .32; filter: brightness(.8); }
	50% { opacity: .95; filter: brightness(1.45); }
}

@keyframes heroSparkle {
	0%, 100% { opacity: .22; filter: brightness(.8); }
	48% { opacity: 1; filter: brightness(1.65); }
}

@keyframes prismaticGate {
	0% { left: -120%; opacity: 0; }
	16% { opacity: .82; }
	72% { opacity: .58; }
	100% { left: 145%; opacity: 0; }
}

@keyframes sectionStellaFloat {
	0%, 100% { opacity: .30; transform: translate3d(0, 0, 0) rotate(0deg) scale(.86); }
	50% { opacity: .88; transform: translate3d(0, -23px, 0) rotate(28deg) scale(1.08); }
}

@keyframes storyLightPass {
	0% { left: -55%; opacity: 0; transform: rotate(-12deg) scaleX(.7); }
	24% { opacity: .72; }
	100% { left: 115%; opacity: 0; transform: rotate(-12deg) scaleX(1.35); }
}

@keyframes visualArrival {
	0% { box-shadow: 0 30px 75px rgba(0, 0, 0, .28), 0 0 0 rgba(81, 210, 255, 0); }
	52% { box-shadow: 0 42px 95px rgba(0, 0, 0, .35), 0 0 95px rgba(81, 210, 255, .32), 0 0 140px rgba(185, 75, 255, .18); }
	100% { box-shadow: 0 42px 95px rgba(0, 0, 0, .35), 0 0 72px rgba(65, 170, 255, .17), 0 0 120px rgba(170, 75, 255, .10); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
	.reveal,
	.reveal-left,
	.reveal-right {
		opacity: 1;
		transform: none;
	}
}
