@charset 'utf-8';
.product-banner-con-container {
	width:100%;
	height:720px;
	position: absolute;
	display: none;
}
.product-banner-con-fade {
	background: #07242b;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #07242b), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(bottom, #07242b 10%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, #07242b 10%, rgba(255,255,255,0) 100%);
	width: 100%;
	height: 75%;
	position: absolute;
	bottom: 0px;
}
.product-section-con-container  {
	width:100%;
	height: auto;
	margin-top: 420px;
	display: inline-block;
	position: relative;
}
.product-tx1-title {
	font-family: 'SFProDisplay-Bold';
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	height: auto;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	margin-bottom: 10px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
}
.product-tx2-subtitle {
	font-family: 'SFProDisplay-Bold';
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	height: auto;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	margin-bottom: 10px;
	color: #1fd1ed;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
}
.product-tx3-details {
	font-family: 'SFProDisplay-Regular';
	font-size: 16px;
	line-height: 50px;
	height: auto;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	margin-bottom: 10px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
}
.product-tx3-details span {
	background: linear-gradient(0deg, rgb(31 209 237 / 40%) 0%, rgb(5 60 72 / 40%) 75%);
	background-clip: padding-box;
	border-radius: 24px;
	padding: 4px 10px;
	margin-right: 10px;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border: solid 1px rgb(31 209 237 / 40%);
	cursor:default;
}
.product-tx3-details span:hover {
	background: linear-gradient(0deg, rgb(31 209 237 / 80%) 0%, rgb(5 60 72) 75%);
	background-clip: padding-box;
}
.product-tx4-description {
	font-family: SFProDisplay-Regular;
	font-size: 24px;
	line-height: 36px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	display: block;
	position: relative;
}
.product-btn-initial {
		width: 296px !important;
}
.product-con-button {
    margin-right: 26px;
    width: auto;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgb(31 209 237 / 40%) 0%, rgb(5 60 72 / 40%) 75%);
    background-clip: padding-box;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    border: solid 1px rgb(31 209 237 / 40%);
    cursor: pointer;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    display: inline-block;
}
.product-con-button:hover {
	background: #08647b;
	background: linear-gradient(0deg, rgb(31 209 237 / 80%) 0%, rgb(5 60 72) 75%);
	background-clip: padding-box;
	-webkit-box-shadow: rgb(8 108 132 / 40%) 0 10px 32px 0;
	box-shadow: rgb(8 108 132 / 40%) 0 10px 32px 0;
	border: 1px solid #086C84!important;
}
.product-tx1-button {
    font-family: 'SFProDisplay-Regular';
    font-size: 18px;
    line-height: 60px;
    color: #1fd1ed;
    height: 100%;
    width: auto;
    display: inline;
    padding-right: 18px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
.product-ico-button {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 14px;
    border-right: solid 1px #086C84;
}
.vrcworld-con-text {
	width: 100%;
	height: auto;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	position: relative;
	margin-bottom: 20px;
}
.vrcworld-con-image {
	width: 300px;
	height: 300px;
	float: left;
	border-radius: 20px;
	margin-right: 30px;
	overflow: hidden;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	border: solid 1px rgb(31 209 237 / 40%);
}
.vrcworld-con-image img {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
}
.vrcworld-con-logo {
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 1;
}
.vrcworld-con-backdrop {
	width: 300px;
	height: 300px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0 0 0 / 20%)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(bottom, rgb(0 0 0 / 20%) 10%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgb(0 0 0 / 20%) 10%, rgba(255,255,255,0) 100%);
	position: absolute;
	border-radius: 12px;
}
.vrcworld-img-pc {
	width: 42px;
	height: 42px;
	position: absolute;
	z-index: 2;
	background: linear-gradient(0deg, rgb(0 220 255) 0%, rgb(0 220 255 / 20%) 75%);
	background-clip: padding-box;
	top: 8px;
	left: 248px;
	border-radius: 100%;
	font-family: 'SFProDisplay-Bold';
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	cursor:default;
	border: solid 1px rgb(0 220 255 / 40%);
}
.vrcworld-img-meta {
	background: rgb(11 232 129 / 50%) url(/img/icons/logo/meta.png) center no-repeat;
	background-size: 24px;
	width: 42px;
	height: 42px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 210px;
	border-radius: 100%;
	text-align: center;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	opacity: 0.5;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	cursor:default;
	border: solid 1px rgb(11 232 129 / 40%);
}
.vrcworld-stats-con-container {
	height: auto;
	width: 100%;
	position: relative;
	background: #053c48;
	border-radius: 20px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	display: inline-block;
	margin-bottom: 20px;
	border: solid 1px rgb(31 209 237 / 40%);
}
.vrcworld-stats-ico-creator {
	background-size: cover !important;
	height: 100px;
	width: 100px;
	position: absolute;
	right: -40px;
	top: -40px;
	border-radius: 100%;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	z-index: 5;
	border: solid 2px rgb(31 209 237);
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.vrcworld-stats-ico-creator:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.vrcworld-stats-ico-creator:hover .vrcworld-stats-ico-alert {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.vrcworld-stats-ico-alert {
	background: url(/img/icons/menu/alert-vrc.png) no-repeat center;
	background-size: 90px;
	height: 100%;
	width: 100%;
	position: absolute;
	right: -44px;
	top: -44px;
	pointer-events: none;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.vrcworld-stats-con-category {
	width: 25%;
	height:100%;
	float: left;
	position:relative;
	z-index: 4;
	display: block;
}
.vrcworld-stats-tx1-category {
	font-family: SFProDisplay-Bold;
	font-size: 32px;
	line-height: 32px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	color: #1fd1ed;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}
.vrcworld-stats-tx2-category {
	font-family: 'SFProDisplay-Bold';
	font-size:18px;
	line-height: 18px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.vrcworld-stats-backdrop {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 20px;
	z-index: 2;
}
.vrcworld-stats-backdrop-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 20px;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: linear-gradient(0deg, rgb(31 209 237 / 40%) 0%, rgb(5 60 72 / 50%) 75%);
	background-clip: padding-box;
	z-index: 3;
}
.vrcworld-opti-tx1-title {
	font-family: 'SFProDisplay-Bold';
	font-size: 24px;
	line-height: 34px;
	height: auto;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	margin-top: 20px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: block;
	position: relative;
	color: #1fd1ed;
	width: 100%;
	float: left;
}
.vrcworld-opti-con-container {
	margin-top: 30px;
	height: auto;
	display: inline-block;
	width: 100%;
}
.vrcworld-opti-con-wrapper {
	display: block;
	height: auto;
}
.vrcworld-opti-con-left {
	width: 33.333%;
	position: relative;
	display: inline-block;
	float: left;
}
.vrcworld-opti-con-center {
	width: 33.333%;
	position: relative;
	display: inline-block;
	float: left;
}
.vrcworld-opti-con-right {
	width: 33.333%;
	position: relative;
	display: inline-block;
	float: left;
}
.vrcworld-opti-con-item {
	display: table;
	position: relative;
	margin-bottom: 4px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
}
.vrcworld-opti-ico-item {
	float: left;
	height: 40px;
	width: 40px;
	border-radius: 6px;
}
.vrcworld-opti-tx1-item {
	float: left;
	font-family: SFProDisplay-Regular;
	font-size: 16px;
	line-height: 30px;
	background: linear-gradient(0deg, rgb(31 209 237 / 20%) 0%, rgb(5 60 72 / 20%) 75%);
	background-clip: padding-box;
	padding: 0px 8px;
	border-radius: 12px;
	top: 4px;
	position: relative;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	border: solid 1px rgb(31 209 237 / 40%);
	-webkit-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.vrcworld-opti-tx1-item:hover {
	background: linear-gradient(0deg, rgb(31 209 237 / 80%) 0%, rgb(5 60 72) 75%);
	background-clip: padding-box;
}
.vrcworld-opti-con-separator {
	background: #064b5c;
	width: 100%;
	height: 2px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 30px;
}

.vrcworld-hmd-container {
	background: linear-gradient(0deg, rgb(31 209 237 / 40%) 0%, rgb(5 60 72 / 40%) 75%);
	background-clip: padding-box;
	height: 394px;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	border: solid 1px rgb(31 209 237 / 40%);
}
.vrcworld-hmd-wrapper {
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 14px;
    border-radius: 12px;
    cursor: ew-resize;
}
.vrcworld-hmd-wrapper-gradient {
	background: -webkit-gradient(linear, right top, left top, from(rgb(6 46 55)), to(rgb(0 0 0 / 0%)));
	background: -o-linear-gradient(right, rgb(6 46 55) 0%, rgb(0 0 0 / 0%) 100%);
	background: linear-gradient(-90deg, rgb(6 46 55) 0%, rgb(0 0 0 / 0%) 100%);
	height: 100%;
	width: 100px;
	position: absolute;
	right: 0px;
	pointer-events: none;
	z-index: 2;
	border-radius: 20px;
}
.vrcworld-hmd-wrapper::-webkit-scrollbar {
  display: none;
}

.vrcworld-hmd-item {
    display: table-cell;
    min-width: 365px;
    width: 365px;
    height: 365px;
    font-size: 140px;
    border-radius: 20px;
    white-space: normal;
    vertical-align: top;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(31 209 237 / 50%)), color-stop(70%, rgb(6 75 92 / 50%)));
    background: -o-linear-gradient(bottom, rgb(31 209 237 / 50%) 0%, rgb(6 75 92 / 50%) 70%);
    background: linear-gradient(0deg, rgb(31 209 237 / 50%) 0%, rgb(6 75 92 / 50%) 70%);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 6px 0 rgba(0,0,0,.2);
    border: solid 2px #196577;
	-webkit-transition: 1s ease-in-out;
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.vrcworld-hmd-item:hover {
	border: solid 2px #1fd1ed;
}
.vrcworld-hmd-tx1 {
	font-family: 'SFProDisplay-Bold';
	line-height: 14px;
	font-size: 32px;
	color: #1fd1ed;
	height: 32px;
	width: auto;
	bottom: 0px;
	right: 0px;
	position: absolute;
	margin-bottom: 25px;
	margin-right: 20px;
	text-align: right;
	z-index: 1;
	pointer-events: none;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
.vrcworld-hmd-tx2 {
	font-family: 'SFProDisplay-Regular';
	line-height: 18px;
	font-size: 18px;
	padding-right: 4px;
	color: #fff;
}
.vrcworld-hmd-tx3 {
	font-family: 'SFProDisplay-Regular';
	line-height: 14px;
	font-size: 14px;
	color: rgb(255 255 255 / 50%);
}
.vrcworld-hmd-icon {
    width: 100%;
    height: 100%;
    position: absolute;
}
.vrcworld-hmd-logo {
	height: 100px;
	width: 100px;
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 1;
}
/* ---------------------------------------------------------------------------------------------------------------- */
.vrcworld-credits-tx1-subtitle {
	font-family: 'SFProDisplay-Bold';
	font-size: 24px;
	line-height: 24px;
	height: auto;
	width: 100%;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	margin-bottom: 40px;
	margin-top: 40px;
	display: block;
	position: relative;
	color: #fff;
	width: 100%;
}
.vrcworld-credits-tx1-subtitle:first-child {
	margin-top: 0px;
}

.vrcworld-credits-con-container {
	margin-top: 30px;
	height: auto;
	display: inline-block;
	width: 100%;
}
.vrcworld-credits-con-item {
	background: rgb(5 60 72 / 40%);
	height: auto;
	min-height: 82px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	border: solid 1px rgb(31 209 237 / 40%);
	-webkit-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.vrcworld-credits-con-item:hover {
	border: solid 1px rgb(31 209 237 / 80%);
}
.vrcworld-credits-con-item:hover .vrcworld-credits-dev-item {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.vrcworld-credits-con-item:last-child {
	margin-bottom: 30px;
}
.vrcworld-credits-dev-item {
	background-size: contain !important;
	height: 56px;
	width: 56px;
	border-radius: 100%;
	position: absolute;
	margin-top: -30px;
	top: 50%;
	display: inline-block;
	margin-left: 10px;
	float: left;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2);
	border: solid 2px rgb(31 209 237);
	z-index: 3;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.vrcworld-credits-dev-platform {
	background-size: contain !important;
	top: 50%;
	height: 48px;
	width: 100px;
	position: absolute;
	margin-top: -24px;
	display: inline-block;
	margin-right: 14px;
	float: right;
	z-index: 3;
	right: 0px;
	opacity: .4;
}
.vrcworld-credits-dev-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	-webkit-backdrop-filter: blur(16px);
	        backdrop-filter: blur(16px);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(5 60 72)), to(rgb(5 60 72 / 60%)));
	background: -o-linear-gradient(left, rgb(5 60 72) 25%, rgb(5 60 72 / 60%) 100%);
	background: linear-gradient(90deg, rgb(5 60 72) 25%, rgb(5 60 72 / 60%) 100%);
	z-index: 1;
	border-radius: 12px;
}
.vrcworld-credits-dev-backdrop {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	border-radius: 12px;
}

.vrcworld-credits-con-text {
	height: auto;
	min-height: 82px;
	padding-left: 88px;
	padding-right: 20px;
	position: relative;
	display: block;
	float: left;
	z-index: 1;
}

.vrcworld-credits-tx1-title {
	font-family: 'SFProDisplay-Bold';
	font-size: 18px;
	line-height: 24px;
	height: auto;
	margin-top: 20px;
	margin-right: 16px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: inline-block;
	position: relative;
	color: #1fd1ed;
	background: #1fd1ed;
	background: linear-gradient(0deg, rgb(31 209 237 / 40%) 0%, hsl(188deg 85% 53% / 10%) 75%);
	background-clip: padding-box;
	padding: 8px 12px;
	border-radius: 12px;
	border: solid 1px rgb(31 209 237 / 50%);
	z-index: 3;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	float: left;
}
.vrcworld-credits-tx1-desc {
	font-family: 'SFProDisplay-Regular';
	font-size: 16px;
	line-height: 24px;
	height: auto;
	text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
	display: inline-block;
	margin-top: 28px;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
	float: left;
	z-index: 3;
	-webkit-backdrop-filter: blur(16px);
	        backdrop-filter: blur(16px);
}