@charset "utf-8";
/* ===================================================================
 file name  :index.css
 author     :STARKID
=================================================================== */

/*----------------------------------------------------
	ANIMATION
----------------------------------------------------*/

#ANIMATION{
	width:100%;
	height: 100vh;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	overflow: hidden;
}
#ANIMATION .bg{
	width: 100%;
	height: 100%;
	left: -100%;
	position: relative;
    background-image: linear-gradient(-270deg, #03b44a 0%, #00c6ae 100%);
	transition: .3s ease;	
}

#ANIMATION .bg .txt,
#ANIMATION .bg .logo{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}


#ANIMATION .bg .txt{
	text-align: center;	
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

#ANIMATION .bg .txt p{
	line-height: 1.2;
	position: relative;
	transition: .5s ease;	
}

#ANIMATION .bg .txt p:nth-child(2){
	margin-top: 20px;
	font-size: 26px;
}

#ANIMATION .bg .txt p span{
	opacity: 0;
	color: transparent;
	
}
#ANIMATION .bg .txt p.start span{
	animation: blur 1s ease-out both;
}

#ANIMATION .bg .txt p.start span:nth-child(1) {animation-delay: .1s;}
#ANIMATION .bg .txt p.start span:nth-child(2) {animation-delay: .15s;}
#ANIMATION .bg .txt p.start span:nth-child(3) {animation-delay: .2s;}
#ANIMATION .bg .txt p.start span:nth-child(4) {animation-delay: .25s;}
#ANIMATION .bg .txt p.start span:nth-child(5) {animation-delay: .3s;}
#ANIMATION .bg .txt p.start span:nth-child(6) {animation-delay: .35s;}
#ANIMATION .bg .txt p.start span:nth-child(7) {animation-delay: .4s;}
#ANIMATION .bg .txt p.start span:nth-child(8) {animation-delay: .45s;}
#ANIMATION .bg .txt p.start span:nth-child(9) {animation-delay: .5s;}
#ANIMATION .bg .txt p.start span:nth-child(10) {animation-delay: .6s;}
#ANIMATION .bg .txt p.start span:nth-child(11) {animation-delay: .65s;}
#ANIMATION .bg .txt p.start span:nth-child(12) {animation-delay: .7s;}

@keyframes blur {
	0%    {text-shadow:  0 0 100px #fff; opacity:0;}
	5%    {text-shadow:  0 0 90px #fff;}
	15%   {opacity: 1;}
	100%   {opacity: 1;text-shadow:  0 0 0px #fff;}
	/*
	80%   {text-shadow:  0 0 0px #fff;}
	100%   {opacity: 1;text-shadow:  0 0 0px}
	*/
}

#ANIMATION .bg .logo{
	width: 100%;
}
#ANIMATION .bg .logo div{
	max-width: 300px;
}
#ANIMATION .bg .logo div p{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}

#ANIMATION .bg .logo div p:nth-child(1){
	margin-bottom: 10px;
}
#ANIMATION .bg .logo div p:nth-child(2){
	gap: 0 10px;
}
#ANIMATION .bg .logo div p:nth-child(1) img{
	height: 48px;
}
#ANIMATION .bg .logo div p:nth-child(2) img{
	height: 24px;
}
#ANIMATION .bg .logo div p:nth-child(2) span:nth-child(2) img{
	height: 20px;
}
#ANIMATION .bg .logo img{	
	width: 100%;
	position: relative;
	transition: .5s ease;
	left: 0;
	
}

#ANIMATION .bg .logo p span{
	opacity: 0;
}
#ANIMATION .bg .logo p.start span{
	opacity: 0;
	animation: blurimg 1s ease-out both;
}

/*
#ANIMATION .bg .logo p.start span:nth-child(1) {animation-delay: .1s;}
#ANIMATION .bg .logo p.start span:nth-child(2) {animation-delay: .2s;}
#ANIMATION .bg .logo p.start span:nth-child(3) {animation-delay: .3s;}
#ANIMATION .bg .logo p.start span:nth-child(4) {animation-delay: .4s;}
#ANIMATION .bg .logo p.start span:nth-child(5) {animation-delay: .5s;}
#ANIMATION .bg .logo p.start span:nth-child(6) {animation-delay: .6s;}
*/

@keyframes blurimg {
	0%    {filter:blur(100px); opacity:0;}
	5%    {filter:blur(10px);}	
	20%   {filter:blur(0);}
	100%  {filter:blur(0); opacity: 1;}
}


#ANIMATION.start .bg{
	left: 0;
}

#ANIMATION.end{
	background: none;
}
#ANIMATION.end .bg{
	left: 100%;
}


#ANIMATION p.start:nth-child(1){
	opacity: 1;
	top:0;
}
#ANIMATION p.start:nth-child(2){
	opacity: 1;
	top:0;
}


@media screen and (max-width:768px){
	#ANIMATION{
		height: 100svh;
	}
	#ANIMATION .bg .txt{
		font-size: 20px;
	}
	#ANIMATION .bg .txt p:nth-child(2){
		margin-top: 10px;
		font-size: 16px;
	}
	#ANIMATION .bg .logo div{
		max-width: 150px;
	}
	#ANIMATION .bg .logo img{
		margin: 0;
	}
}

/*----------------------------------------------------
	FIRSTVIEW
----------------------------------------------------*/
#FIRSTVIEW {
	width: 100%;
	position: relative;
}
#FIRSTVIEW h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	padding: 0 0 10%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	z-index: 54;
}
.scroll{
	display:block;
	width:64px;
	position:absolute;
	left:50%;
	bottom:20px;
	z-index: 55;
	margin-left:-32px;
	color:#FFF;
	font-size:10px;
	letter-spacing:0.24em;
	text-align:center;
}
.scroll:before,
.scroll:after {
	content:'';
	display:block;
	margin:0 auto;
}
.scroll:before {
	width:23px;
	height:44px;
	border-radius: 40px;
	border:#FFF 1px solid;
	margin-bottom:12px;
}
.scroll:after {
	width:1px;
	height:48px;
	position:absolute;
	bottom:48px;
	left:49%;
	background:#FFF;
	transform: rotate(180deg);
	animation: scroll 1.6s ease 0s infinite;
}
@keyframes scroll {
	0% {height:1px; bottom:96px;}
	40% {height:48px; bottom:48px;}
	80% {height:0; bottom:48px;}
	100% {height:0; bottom:48px;}
}

/*-- mv_logo --*/

.mv_logo{
	width: 280px;
	position: absolute;
	z-index: 5;
	opacity: 1;
	top: 50px;
	right: 50px;
}
.mv_logo img{
	width: 100%;
}
.mv_logo img:nth-child(1){
	margin-bottom: 5px;
}

.mv_title{
	position: absolute;
	opacity: 1;
	z-index: 5;
	bottom: 180px;
	left: 50px;
	color: #fff;
	text-shadow: 0 0 5px #000;
    font-size: 2.2rem;
	font-weight: 500;
}

.mv_txt{
	position: absolute;
	opacity: 1;
	z-index: 5;
	bottom: 50px;
	left: 50px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	font-size: 1.2rem;
}
/*
.mv_circle{
	position: absolute;
	opacity: 1;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;	
	opacity: 0;
	transition: .5s;
}

.mv_circle.start{
	opacity: 1;
}

.mv_circle figure{
	padding: 0 100px;
	box-sizing: border-box;
	max-width: 1200px;
	height: 100%;
	display: flex;
	justify-content: center;	
	align-items: center;
}
.mv_circle figure img{	
	max-width: 100%;
	max-height: 100%;
	margin-top: -50px;
}
*/

/*-- slider --*/
#FIRSTVIEW .bx-wrapper{
  border: none;
  box-shadow: none;
  margin: 0;
}
#slider {
	position: relative;
}
#slider:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
}
#slider .bx-slider > li {
	width: 100%;
	/*	
	aspect-ratio: 1920 / 1080;
	max-height: calc(1080px - 130px);
	
	*/
	height: calc(100vh - 130px);
	background: center/cover no-repeat;
	
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
#slider .bx-slider > li video{
	min-width: 100%;
	min-height: 100%;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
}

#bx-pager {
	display: flex;
	flex-flow:row wrap;
	justify-content:space-between;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(0,0,0,.85);
	padding: 10px;
	z-index: 55;
}
#bx-pager a {
	display: block;
	margin: 0 0 0 10px;
	opacity: .5;
	filter: alpha(opacity=100);
}
#bx-pager a.active {
	opacity: 1;
}
#bx-pager a:first-child {
	margin-left: 0;
}
#bx-pager a img {
	max-width: 60px;
	height: auto;
}
#bx-pager a.active img {
	border: 3px solid #03B44A;
}


/*--- 	SP Style	---*/
@media screen and (max-width:768px){

	#FIRSTVIEW {
		margin-top: 0;
	}
	#FIRSTVIEW h2 {
		font-size: 16px;
		width: 100%;
		padding: 0 12px;
		text-align: center;
		top: 30%;
	}
	.scroll {
		bottom: 10px;
	}
	#slider .bx-slider{
		height: auto;
	}
	#slider .bx-slider > li {
		height: auto;
		aspect-ratio: 1920 / 1080;
		overflow: hidden;
	}
	#slider .bx-slider > li video{
		width: 150%;
		height: auto;
		left: -25%;
		top: -25%;		
		transform: translate(0,0);

	}
	#bx-pager {
		position: relative;
		top: 0; left: 0;
		width: 100%;
	}

	.scroll,
	.mv_logo,
	.mv_title{
		display: none;
	}
	.mv_txt{
		display: none;
	}

	/*
	.mv_circle{
		top: 60px;
	}
	
	.mv_circle figure{
		padding: 0 40px;
	}
	*/
}

/*----------------------------------------------------
	INDEX
----------------------------------------------------*/
.INDEX .pb-30{
	padding-bottom: 30px;
}
.INDEX .pb-60{
	padding-bottom: 60px;
}
.INDEX .section-ttl {
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.INDEX .section-ttl__decoration {
	font-weight: 800;
	font-size: 4.5rem;
	line-height: 130%;
	white-space: nowrap;
	mix-blend-mode: multiply;
	background: linear-gradient(180deg, #99d69f 0%, #80d4c4 30%, #80dcd2 60%, #80ebd8 85%, #80ffdd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.INDEX .section-ttl__title {
	position: relative;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 160%;
	letter-spacing: .1em;
	white-space: nowrap;
	margin-top: -2.2rem;
}
/*-- NEWS ---*/
.INDEX.first {
	background: #e0f8f8;
}
.INDEX.first h3.center {
	font-size: 2.4em;
	color: #4c4948;
}
.INDEX.first h3.center:after {
	background: #e0f8f8;
}
.INDEX.first .newslist {
	background: #FFF;
	padding: 52px 62px;
	border-radius: 10px;
}
.INDEX.first .newslist li {
	display: flex;
	align-items: center;
	height: 65px;
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #BFBFBF;
}
.INDEX.first .newslist li:last-child {
	border-bottom: 0px;
}
.INDEX.first .newslist li time {
	display: inline-block;
	padding-right: 42px;
}
.INDEX.first .newslist a {
	display: flex;
	align-items: center;
}
.INDEX.first .newslist li span.pdf {
	display: inline-block;
	background: url(../../images/news/icon_pdf_01.svg) no-repeat 0 0 / 100% auto;
	width: 28px;
	aspect-ratio: 28/31;
	margin-left: 10px;
	vertical-align: middle;
}
.INDEX.first .newslist li span.kb {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
/*--- 	SP Style	---*/
@media screen and (max-width:768px){
	/* セクションタイトルのスマートフォン対応 */
	.INDEX .section-ttl__decoration {
		font-size: 2.5rem;
		white-space: normal;
		line-height: 1.2;
	}
	.INDEX .section-ttl__title {
		font-size: 1.6rem;
		white-space: normal;
		margin-top: -1.6rem;
		line-height: 1.4;
	}
	.INDEX .section-ttl {
		padding: 15px 0;
	}
	
	.INDEX.first .newslist {
		padding: 15px;
	}
	.INDEX.first .newslist li {
		margin: 0 0 2%;
		padding: 0 0 2%;
		border-bottom: 1px solid #EEE;
	}
	.INDEX.first .newslist li:last-child {
		margin: 0;
		padding: 0;
		border: none;
	}
	.INDEX.first .newslist li a {
		display: block;
		background: url("../../images/common/arrow_03.png") no-repeat right center;
		background-size: 7px 11px;
		padding: 0 15px 0 0 ;
	}
	.INDEX.first .newslist li time {
		display: block;
	}
}

/*-- プラックスの3つの強み ---*/
.INDEX.second {
	position: relative;
}
.INDEX.second:after {
	content: "";
	width: 100%;
	height: 360px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(180deg, #30b966 0%, #00c6ae 80%);
    background-image: -moz-linear-gradient(180deg, #30b966 0%, #00c6ae 80%);
    background-image: -o-linear-gradient(180deg, #30b966 0%, #00c6ae 80%);
    background-image: linear-gradient(180deg, #30b966 0%, #00c6ae 80%);
	position: absolute;
	bottom: 0; left:0;
	z-index: -1;
}
.INDEX.second h3.center {
	font-size: 2.4em;
	color: #4c4948;
}
.INDEX.second p {
	text-align: center;
	padding: 0 0 52px;
	font-size: 1.1rem;
}
.INDEX.second .flex li {
	list-style: none;
	width: 31%;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 36, 12, 0.13);
}
.INDEX.second .flex li figure {
	position: relative;
	overflow: hidden;
}
.INDEX.second .flex li dl {
	padding: 20px;
	position: relative;
}
.INDEX.second .flex li dl dt {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #03b44a;
	padding: 0 0 8px;
}
 .INDEX.second .flex li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.INDEX.second .flex li a:hover {
	box-shadow: 
	0 0 20px #58f5dd,
	0 0 40px #58f5dd,
	inset 0 0 20px#58f5dd;
	transform: translateY(-5px);
}
.INDEX.second .flex li a img {
  	height: auto;
  	transition: transform .6s ease;
}
.INDEX.second .flex li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
/*--- 	SP Style	---*/
@media screen and (max-width:768px){
	.INDEX.second:after {
		background: none;
	}
	.INDEX.second p {
		text-align: left;
		padding: 0 0 40px;
		position: relative;
		z-index: 1;
	}
	.INDEX.second .flex li {
		width: 100%;
		margin: 0 0 4%;
	}
	.INDEX.second .flex li:last-child {
		margin-bottom: 0;
	}
}

/*-- ソリューション・サービス ---*/
.INDEX.third {
	background: url("../../images/index/bg_dots.png") repeat;
}
.INDEX.third h3.center {
	font-size: 2.4em;
	color: #4c4948;
}
.INDEX.third h3.center:after {
	background: #fcfcfc;
}
.INDEX.third .flex li {
	list-style: none;
	/* width: calc(510/1050*100%); */
	width: 31%;
}

.INDEX.third .flex li .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	/* background: rgba(3,180,74,.9); */
	background: linear-gradient(-270deg, #03b44a 0%, #00c6ae 100%);
	color: #fff;
	/* font-size: calc(24px * 1.0666); */
	font-size: 18px;
	letter-spacing: -.036em;
	line-height: 1.666;
	font-weight: bold;
	transition: all 400ms;
	width: calc(260/510*100%);
	margin: auto 0;
	padding: 0 0 0 calc(27 * (20/24)/510*100%);
}
.INDEX.third .flex li a {
	display: block;
	width: 100%;
	height: 100%;
}

.INDEX.third .flex li a:hover img {
	opacity: 1;
}

.INDEX.third .flex li a:hover .title {
	width: 100%;
}
@media screen and (min-width:769px){
	.INDEX.third .flex li:nth-of-type(n+4) {
		margin-top: calc(30/1050*100%);
	}
}

/*--- 	SP Style	---*/
@media screen and (max-width:768px){
	.INDEX.third .flex {
		justify-content: space-between;
	}
	.INDEX.third .flex li {
		overflow: hidden;
		width: 100%;
		height: calc(200/750*100vw);
	}
	.INDEX.third .flex li + li {
		margin-top: 4%;
	}
	.INDEX.third .flex li .title {
		font-size: 16px;
		padding: 0 0 0 calc(15 * (20/24)/510*100%);
		width: calc(220/510*100%);
	}
	.INDEX.third .flex li a:hover .title {
		width: 100%;
	}
}

/*-- 自社製品 ---*/
.INDEX.four {
  	width: 100%;
	background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.INDEX.four h3.center {
	font-size: 2.4em;
	color: #4c4948;
}
.INDEX.four h3.center:after {
	background: #fff;
}
.INDEX.four .flex {
	align-items: center;
}
.INDEX.four .flex dt {
	width: 50%;
}
.INDEX.four .flex dd {
	width: 45%;
	font-size: 1.1rem;
}
.INDEX.four .flex dd .arw {
	display: block;
	margin: 16px 0 0;
	background: url("../../images/common/arrow_02_2x.png") no-repeat left center;
	background-size: 8px 10px;
	padding-left: 14px;
}
.INDEX.four .flex dt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 120ms 0s ease-in-out;
}
.INDEX.four .flex dt a:before,
.INDEX.four .flex dt a:after {
    content: "";
    position: absolute;
    transition: 400ms;
    box-sizing: border-box;
    width: 0;
    height: 0;
	opacity: 0;
}
.INDEX.four .flex dt a:before {
    top: 0;
    left: 0;
    border-top: 10px solid #3cb371;
    border-left: 10px solid #3cb371;
}
.INDEX.four .flex dt a:after {
	bottom: 0;
    right: 0;
    border-right: 10px solid #3cb371;
    border-bottom: 10px solid #3cb371;
}
.INDEX.four .flex dt a:hover:before,
.INDEX.four .flex dt a:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.INDEX.four .flex dt a:hover img {
	opacity: 1;
}

/*--- 	SP Style	---*/
@media screen and (max-width:768px){
	.INDEX.four {
		background: rgb(243, 248, 246);
	}
	.INDEX.four .flex dt {
		width: 100%;
		margin: 0 0 6%;
	}
	.INDEX.four .flex dd {
		width: 100%;
	}
}

/*-- 会社紹介 ---*/
.INDEX.five h3.center {
	font-size: 2.4em;
	color: #4c4948;

}
.INDEX.five p {
	text-align: center;
	margin: 0 0 42px;
	font-size: 1.1rem;
}
.INDEX.five .flex .item {
	width: 48%;
}
.INDEX.five .flex .item dt {
	padding: .3em 0;
	border-top: 2px solid #03b44a;
	border-bottom: 2px solid #03b44a;
	margin-bottom: 20px;
}
.INDEX.five .flex .item dt .ttl {
	background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	padding: .3em;
	font-weight: 500;
	margin-bottom: 0;
}
.INDEX.five .flex .item dd figure {
	width: 48%;
	margin: 0 0 4%;
	position: relative;
	overflow: hidden;
}
.INDEX.five .flex .item dd figure figcaption {
	font-size: 20px;
	font-weight: 700;
	width: 90%;
	color: #FFF;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.INDEX.five .flex .item dd figure img {
  	height: auto;
  	transition: transform .6s ease;
}
.INDEX.five .flex .item dd figure:hover img {
  	transform: scale(1.1);
}

/*--- 	SP Style	---*/
@media screen and (max-width:768px){
	.INDEX.five p {
		text-align: left;
		margin: 0 0 24px;
	}
	.INDEX.five .flex .item {
		width: 100%;
		margin: 0 0 6%;
	}
	.INDEX.five .flex .item:last-of-type {
		margin-bottom: 0;
	}
	.INDEX.five .flex .item dt {
		font-size: 15px;
	}
	.INDEX.five .flex .item dd figure figcaption {
		font-size: 15px;
		width: 100%;
		display: block;
		text-align: center;
	}
}

/* 全体的なスマートフォン対応の追加 */
@media screen and (max-width:768px){
	/* パディングの最適化 */
	.INDEX .pb-30 {
		padding-bottom: 20px;
	}
	.INDEX .pb-60 {
		padding-bottom: 40px;
	}
	
	/* 全体的な余白調整 */
	.INDEX .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* テキストの読みやすさ向上 */
	.INDEX p {
		font-size: 14px;
		line-height: 1.6;
	}
	
	/* ボタンエリアの調整 */
	.INDEX .btnArea {
		text-align: center;
		padding: 0 15px;
	}
	
	/* 図版のキャプションサイズ調整 */
	.INDEX.five .flex .item dd figure {
		width: 48%;
		margin: 0 1% 4% 0;
	}
	.INDEX.five .flex .item dd figure:nth-child(even) {
		margin-right: 0;
	}
}

/*----------------------------------------------------
	GRADIENT TEXT VARIATIONS
----------------------------------------------------*/
/* 基本的な緑青ネオン系グラデーション */
.gradient-teal-neon {
	background: linear-gradient(180deg, #00ffdd 0%, #00e6c7 30%, #00ccb0 60%, #00b399 85%, rgba(0, 179, 153, 0.4) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

/* より鮮やかなネオンエフェクト付き */
.gradient-teal-glow {
	background: linear-gradient(180deg, #00ffcc 0%, #00e6b8 25%, #00cca3 50%, #00b38f 75%, rgba(0, 153, 136, 0.3) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-shadow: 0 0 20px rgba(0, 255, 204, 0.5);
}

/* 電光効果のようなアニメーション付き */
.gradient-teal-electric {
	background: linear-gradient(180deg, #00ffee 0%, #00f0da 20%, #00e1c6 40%, #00d2b2 60%, #00c39e 80%, rgba(0, 179, 153, 0.2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	animation: electric-glow 2s ease-in-out infinite alternate;
}

@keyframes electric-glow {
	0% {
		text-shadow: 0 0 5px rgba(0, 255, 238, 0.3);
	}
	100% {
		text-shadow: 0 0 20px rgba(0, 255, 238, 0.8), 0 0 30px rgba(0, 255, 238, 0.4);
	}
}