@font-face {
	font-family: "OriginTechPersonal";
	src: url("../fonts/OriginTechpersonaluse.otf") format("opentype"), url("../fonts/OriginTechpersonaluse.ttf") format("truetype");
}

@font-face {
	font-family: "BaiJamjuree";
	font-weight: 300;
	src: url("../fonts/BaiJamjuree-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "BaiJamjuree";
	font-weight: 500;
	src: url("../fonts/BaiJamjuree-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "BaiJamjuree";
	font-weight: 600;
	src: url("../fonts/BaiJamjuree-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "BaiJamjuree";
	font-weight: 700;
	src: url("../fonts/BaiJamjuree-Bold.ttf") format("truetype");
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 2.380952381vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "BaiJamjuree", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #000e05;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

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

b,
strong {
	font-weight: 700;
}

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

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.inner {
	margin: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	transition: opacity 0.15s linear;
}

.modal:not(.show) {
	opacity: 0;
}

.modal.show .modal-content {
	transform: none;
}

.modal-wrap {
	display: flex;
	align-items: center;
	min-height: 100%;
	padding: 1.5rem;
}

.modal-content {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
	border-radius: 2rem;
	max-width: 80rem;
	margin: 0 auto;
	padding: 1.5rem;
	background-color: #000;
	color: #fff;
}

.modal-content.--sale {
	max-width: 36rem;
	background: #1c512f url(../images/bg_modal_sale.png) no-repeat center/contain;
	position: relative;
	z-index: 1;
	border: 1px solid #00ff75;
	border-radius: 1.5rem;
	padding-top: 2.5rem;
}

.modal-content.--sale .modal-close {
	top: -6rem;
	right: -1.5rem;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.modal-close {
	position: absolute;
	right: 0;
	top: -3rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: rgba(28, 81, 47, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.modal-close:hover {
	opacity: 0.7;
}

.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	display: inline-block;
	background-color: #fff;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.modal-img {
	width: 100%;
	border-radius: 1.2rem;
	overflow: hidden;
}

.modal-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal-video {
	position: relative;
	width: 75rem;
	max-width: 90vw;
	height: 0;
	padding-bottom: 56.25%;
}

.modal-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-sale__ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.modal-sale__sub {
	font-size: 1.4rem;
	color: #00ff75;
	margin-bottom: 8rem;
}

.modal-sale__btn {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "OriginTechPersonal", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00dc4f;
	height: 5rem;
	border-radius: 1.5rem;
}

.header {
	display: flex;
	margin: 2.8rem auto 3rem;
	border: 1px solid #1c512f;
	border-radius: 4rem;
	padding: 1rem 0.6rem;
	background-color: #000e05;
	position: relative;
	z-index: 3;
	justify-content: flex-end;
}

.header-menu {
	gap: 2.2rem;
}

.header-menu__item.is-active > a {
	color: #00ff75;
}

.header-menu__item.has-sub {
	position: relative;
}

.header-menu__item.has-sub span {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0.6rem 0;
}

.header-menu__item.has-sub span::after {
	content: "";
	position: absolute;
	left: calc(100% - 2px);
	width: 0.8rem;
	height: 0.8rem;
	border: 0 solid #00ff75;
	top: 50%;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.25s ease-in-out;
	margin-top: -0.4rem;
}

.header-menu__item.has-sub span.is-active::after {
	transform: rotate(-135deg);
}

.header-menu__item > a {
	transition: all 0.25s ease-in-out;
	display: block;
}

.header-menu__item > a:hover {
	color: #00ff75;
}

.header-sub {
	display: none;
}

.header-sub.is-active {
	display: block;
}

.header-sub__item > a {
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0.6rem 0;
}

.header-sub__item > a:hover {
	color: #00ff75;
}

.header-logo {
	width: 10rem;
	margin-right: auto;
	margin-left: 0.6rem;
}

.header-btn {
	margin-left: auto;
	background-color: #0c9b3f;
	display: flex;
	align-items: center;
	border: 1px solid #959595;
	font-family: "OriginTechPersonal", sans-serif;
	height: 3rem;
	padding: 0.6rem 1rem 0.4rem;
	border-radius: 3rem;
	transition: all 0.25s ease-in-out;
	font-size: 1.2rem;
}

.header-btn:hover {
	color: #004b1b;
	padding: 0.5rem 1.5rem;
	background-color: #00ff5b;
	border-color: #fff;
}

.header-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.header-history {
	border-right: 1px solid #828282;
	padding-right: 1rem;
	transition: all 0.25s ease-in-out;
	margin-right: 1rem;
}

.header-history.is-active,
.header-history:hover {
	color: #00ff75;
}

.header-acc {
	max-width: 16.9rem;
	position: relative;
	color: #cecece;
}

.header-acc__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	border-radius: 0.6rem;
	height: 100%;
	cursor: pointer;
}

.header-acc__top .icon {
	width: 2.9rem;
	height: 2.9rem;
	border: 1px solid #959595;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.header-acc__top .icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header-acc__top .txt {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.2rem;
	max-width: 6rem;
}

.header-acc .acc-body {
	border-radius: 0.6rem;
	position: absolute;
	top: calc(100% + 0.8rem);
	width: 100%;
	padding-top: 2.2rem;
	background-color: #184729;
	box-shadow: 0.2rem 0.2rem 0.6rem #000;
	z-index: -3;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
}

.header-acc .acc-body.is-active {
	z-index: 3;
	opacity: 1;
	visibility: visible;
}

.header-acc .acc-body__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 0 1.5rem;
	font-weight: 500;
}

.header-acc .acc-body__logo {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	overflow: hidden;
}

.header-acc .acc-body__logo img {
	width: 100%;
}

.header-acc .acc-body__name {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	color: #fff;
}

.header-acc .acc-body__info {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	gap: 1rem;
}

.header-acc .acc-body__info .number {
	text-align: center;
	font-size: 1.5rem;
}

.header-acc .acc-body__info .txt {
	text-decoration: underline;
	border-radius: 0.4rem;
	font-size: 1rem;
	color: #00e0ff;
	padding-bottom: 0.7rem;
}

.header-acc .acc-body__menu {
	padding-top: 1.5rem;
}

.header-acc .acc-body__menu a {
	padding: 1rem 1.5rem;
	display: block;
	font-weight: 500;
	border-top: 1px solid #003613;
	white-space: nowrap;
}

.hamburger-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	width: 5rem;
	z-index: 1100;
	min-height: 3rem;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.5rem;
	height: 2px;
	background-color: #fff;
	transition: transform 0.15s ease;
	border-radius: 4px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.sec-ttl {
	text-align: center;
	font-weight: bold;
	color: #1c512f;
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.body-txt {
	text-transform: capitalize;
}

.body-txt:not(:last-child) {
	margin-bottom: 2rem;
}

.body-txt p:not(:last-child) {
	margin-bottom: 1rem;
}

.body-txt.--center {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	position: relative;
	margin: 3.2rem auto;
	border: 1px solid #1c512f;
	border-radius: 2.5rem;
	z-index: 1;
	width: calc(100% - 3rem);
}

.wrapper::after {
	content: "";
	position: absolute;
	z-index: -1;
	background: url(../images/bg_main.jpg) no-repeat center/cover;
	width: 100%;
	height: 100%;
	border-radius: 2.5rem;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.wrapper.--comming::after {
	background: url(../images/bg_comming.jpg) no-repeat center/cover;
	opacity: 0.4;
}

.content {
	padding: 3rem 0 0;
}

.mainvisual {
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
}

.mainvisual-icon {
	display: flex;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	align-items: center;
}

.mainvisual-icon__item {
	transition: all 0.25s ease-in-out;
	box-shadow: 0.1rem 0.1rem 0.6rem #000;
	border-radius: 4rem;
	border: 1px solid #6d6d6d;
	background-color: #000;
}

.mainvisual-icon__item:hover {
	border-color: #00ff75;
	transform: scale(1.05);
}

.mainvisual-icon__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.mainvisual__wrap {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.mainvisual__body {
	position: relative;
	z-index: 4;
	max-width: 49.4rem;
	width: 100%;
}

.mainvisual__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	line-height: 1.1;
	color: #00ff75;
	letter-spacing: 0.01em;
	margin-bottom: 1rem;
	font-size: 3rem;
}

.mainvisual__txt {
	margin-bottom: 1rem;
}

.mainvisual-btn {
	background-color: #000e05;
	margin-top: 2rem;
	border: 1px solid #00ff75;
	display: inline-block;
	position: relative;
	border-radius: 1.5rem;
}

.mainvisual-btn::before {
	content: "";
	background: linear-gradient(to right, #ff0000, #ffb800, #fffb00, #0c9b3f, #00ff75, #ffb800, #ff0000);
	position: absolute;
	background-size: 200%;
	z-index: -1;
	top: -0.2rem;
	left: -0.2rem;
	filter: blur(0.3rem);
	width: calc(100% + 0.4rem);
	height: calc(100% + 0.4rem);
	animation: glowing 15s linear infinite;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-radius: 0.6rem;
}

.mainvisual-btn::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0c9b3f;
	left: 0;
	top: 0;
	border-radius: 0.6rem;
}

.mainvisual-btn .wrap {
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	border-radius: 1.5rem;
	min-width: 28rem;
	text-transform: uppercase;
	height: 6.2rem;
}

.mainvisual-btn .wrap::after {
	content: "";
	height: 100%;
	width: 6.2rem;
	background: #0c9b3f url(../images/icon_arrow_large_02.svg) no-repeat center/contain;
	border-radius: 1.5rem;
	border: 1px solid #00ff75;
}

.mainvisual-btn .wrap:hover .normal {
	display: none;
}

.mainvisual-btn .wrap:hover .hover {
	display: block;
}

.mainvisual-btn .wrap:hover::after {
	background: #0c9b3f url(../images/icon_double_arrow_large.svg) no-repeat center/contain;
}

.mainvisual-btn .normal {
	font-size: 2rem;
	padding: 0 1rem;
	line-height: 1;
	flex: 1 1;
}

.mainvisual-btn .normal .highlight {
	color: #00ff75;
	font-size: 1.7rem;
}

.mainvisual-btn .hover {
	flex: 1 1;
	text-align: center;
	font-size: 3.2rem;
	display: none;
}

.mainvisual-btn .hover .highlight {
	color: #00ff75;
}

.feature-list {
	display: flex;
	flex-flow: wrap;
	gap: 0.9rem;
	justify-content: center;
	max-width: 50rem;
}

.feature-list__image {
	width: 100%;
	height: 100%;
}

.feature-list__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.feature-list__box {
	position: relative;
	height: 100%;
	border-radius: 1.2rem;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
	border: 1px solid #ababab;
}

.feature-list__box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}

.feature-list__item {
	position: relative;
	z-index: 1;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	width: calc(50% - 0.5rem);
}

.feature-list__item::before,
.feature-list__item:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 1.2rem;
}

.feature-list__item::before {
	background-color: rgba(217, 217, 217, 0.2);
	z-index: 2;
}

.feature-list__item::after {
	background: url(../images/bg_feature.jpg) no-repeat center/cover;
	opacity: 0.3;
	transition: all 0.25s ease-in-out;
}

.feature-list__item:hover {
	transform: scale(1.02);
}

.feature-list__item:hover::before,
.feature-list__item:hover::after {
	opacity: 0;
}

.feature-list__item:hover .feature-list__box {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border-color: transparent;
}

.feature-list__item:hover .feature-list__box::after {
	opacity: 1;
}

.feature-list__item.--01 .feature-list__ttl {
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.feature-list__item.--01 .feature-list__box::after {
	background: url(../feature-box/1.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--01:hover .feature-list__box {
	-webkit-mask-image: url(../feature-box/bg_feature_mask_01.png);
	mask-image: url(../feature-box/bg_feature_mask_01.png);
}

.feature-list__item.--01:hover .feature-list__ttl {
	top: -0.5rem;
	left: -0.2rem;
	color: #00ff75;
	transform: translate(0, 0);
}

.feature-list__item.--02 .feature-list__ttl {
	right: 50%;
	transform: translate(50%, -50%);
	top: 50%;
}

.feature-list__item.--02 .feature-list__box::after {
	background: url(../feature-box/2.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--02:hover {
	border-color: transparent;
}

.feature-list__item.--02:hover::after {
	background: url(../feature-box/bg_feature_hover_02.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--02:hover .feature-list__box {
	-webkit-mask-image: url(../feature-box/bg_feature_mask_02.png);
	mask-image: url(../feature-box/bg_feature_mask_02.png);
}

.feature-list__item.--02:hover .feature-list__ttl {
	top: -0.5rem;
	right: -0.2rem;
	color: #00ff75;
	transform: translate(0, 0);
}

.feature-list__item.--03 .feature-list__ttl {
	transform: translate(-50%, 50%);
	left: 50%;
	bottom: 50%;
}

.feature-list__item.--03 .feature-list__box::after {
	background: url(../feature-box/3.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--03:hover {
	border-color: transparent;
}

.feature-list__item.--03:hover::after {
	background: url(../feature-box/bg_feature_hover_03.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--03:hover .feature-list__box {
	-webkit-mask-image: url(../feature-box/bg_feature_mask_03.png);
	mask-image: url(../feature-box/bg_feature_mask_03.png);
}

.feature-list__item.--03:hover .feature-list__ttl {
	top: inherit;
	left: 0;
	bottom: -0.5rem;
	color: #00ff75;
	transform: translate(0, 0);
}

.feature-list__item.--04 .feature-list__ttl {
	right: 50%;
	transform: translate(50%, 50%);
	bottom: 50%;
}

.feature-list__item.--04 .feature-list__box::after {
	background: url(../feature-box/4.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--04:hover {
	border-color: transparent;
}

.feature-list__item.--04:hover::after {
	background: url(../feature-box/bg_feature_hover_04.png) no-repeat center;
	background-size: 100% 100%;
}

.feature-list__item.--04:hover .feature-list__box {
	-webkit-mask-image: url(../feature-box/bg_feature_mask_04.png);
	mask-image: url(../feature-box/bg_feature_mask_04.png);
}

.feature-list__item.--04:hover .feature-list__ttl {
	bottom: -0.5rem;
	right: 0rem;
	color: #00ff75;
	transform: translate(0, 0);
}

.feature-list__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	font-size: 1.1rem;
	position: absolute;
	white-space: nowrap;
	transition: all 0.25s ease-in-out;
	z-index: 5;
}

.partners {
	position: relative;
	width: 100%;
	border-radius: 2.5rem;
	padding: 2rem 0rem 1.5rem;
}

.partners::before,
.partners::after {
	content: "";
	position: absolute;
	height: 100%;
	border: 0 solid #0c9b3f;
	top: 0;
	width: 6rem;
}

.partners::before {
	left: 0;
	border-radius: 0 0 0 2.5rem;
	border-width: 0 0 1px 1px;
}

.partners::after {
	right: 0;
	border-width: 1px 1px 0 0;
	border-radius: 0 2.5rem 0 0;
}

.partners-ttl {
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: "OriginTechPersonal", sans-serif;
	text-align: right;
	margin-bottom: 1rem;
}

.partners-list__item {
	max-width: 8rem;
	height: 4rem;
	text-align: center;
}

.partners-list__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.partners-row {
	display: flex;
}

.partners-dex__row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 3rem;
}

.partners-dex__row:not(:last-child) {
	margin-bottom: 0.5rem;
}

.partners-dex__row .item.--01 {
	width: 10rem;
}

.partners-dex__row .item.--02 {
	width: 11.6rem;
}

.partners-dex__row .item.--03 {
	width: 11.36rem;
}

.partners-dex__row .item.--04 {
	width: 10.08rem;
}

.partners-dex__row .item.--05 {
	width: 12.16rem;
}

.social {
	position: relative;
}

.list-social__item {
	padding: 1rem 2rem 1rem 1rem;
	display: block;
}

.list-social__item svg,
.list-social__item img {
	width: 2rem;
	height: auto;
	display: block;
}

.list-social__item svg g,
.list-social__item svg path,
.list-social__item img g,
.list-social__item img path {
	transition: all 0.25s ease-in-out;
}

.list-social__item.--stroke:hover g,
.list-social__item.--stroke:hover path {
	stroke: #00ff75;
}

.list-social__item.--fill:hover g,
.list-social__item.--fill:hover path {
	fill: #00ff75;
}

.p-genarate {
	padding: 0 0 5rem;
}

.p-genarate-box {
	margin: 0 auto;
	border: 1px solid #00ff75;
	border-radius: 2.5rem 2.5rem 2.5rem 0;
	position: relative;
	padding: 1rem 1rem 1rem 1rem;
	background-color: #000e05;
	max-width: 37.5rem;
}

.p-genarate-close {
	position: absolute;
	z-index: 2;
	width: 2.9rem;
	height: 2.9rem;
	background-color: #0c9b3f;
	border-radius: 50%;
	border: 1px solid #fff;
	right: 1rem;
	top: 1rem;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.p-genarate-close.is-active {
	opacity: 1;
	visibility: visible;
}

.p-genarate-close::before,
.p-genarate-close::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1.8rem;
	height: 0.2rem;
	left: calc(50% - 0.9rem);
	top: calc(50% - 0.1rem);
}

.p-genarate-close::before {
	transform: rotate(50deg);
}

.p-genarate-close::after {
	transform: rotate(-50deg);
}

.p-genarate-pause {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.5rem;
	height: 5.5rem;
	cursor: pointer;
	z-index: 3;
}

.p-genarate-pause img {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: all 0.25s ease-in-out;
}

.p-genarate-pause.is-active .pause {
	opacity: 0;
}

.p-genarate-pause.is-active .video {
	opacity: 1;
}

.p-genarate-pause .video {
	opacity: 0;
}

.p-genarate-row {
	display: flex;
	gap: 1rem;
	position: relative;
	z-index: 2;
}

.p-genarate-row__item.--full {
	position: relative;
	height: 30rem;
}

.p-genarate-row__content {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.p-genarate-row__content.--area {
	background-color: #19231e;
	border-radius: 1.5rem;
	border: 1px solid #4f4f4f;
	z-index: 1;
	color: #747474;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-genarate-row__content.--image {
	z-index: 2;
	border: 1px solid #4f4f4f;
	border-radius: 1.5rem;
	overflow: hidden;
}

.p-genarate-row__content.--image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	filter: blur(3px);
}

.p-genarate-row__content.--image .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.p-genarate-row__content.--image .icon-download {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.p-genarate-row__content.--image .icon-download:hover {
	opacity: 0.75;
}

.p-genarate-row__content.--image .icon-download img {
	width: 100%;
}

.p-genarate-row__content.--image .icon-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4.5rem;
	height: 5.5rem;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.p-genarate-row__content.--image .icon-video:hover {
	opacity: 0.75;
}

.p-genarate-row__content.--image .icon-video img {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: all 0.25s ease-in-out;
}

.p-genarate-row__content.--image .icon-video.is-active .pause {
	opacity: 0;
}

.p-genarate-row__content.--image .icon-video.is-active .video {
	opacity: 1;
}

.p-genarate-row__content.--image .icon-video .video {
	opacity: 0;
}

.p-genarate-row__content.--conplete img {
	filter: blur(0);
}

.p-genarate-row__content.--conplete .txt {
	display: none;
}

.p-genarate-row__select {
	width: 14.8rem;
	height: 14.8rem;
	position: relative;
}

.p-genarate-row__select .p-genarate-close {
	width: 2.5rem;
	height: 2.5rem;
}

.p-genarate-row__select .p-genarate-close::before,
.p-genarate-row__select .p-genarate-close::after {
	width: 1.6rem;
	left: calc(50% - 0.8rem);
}

.p-genarate-row__select img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-genarate-row__audio {
	width: 100%;
	height: 14.8rem;
	position: relative;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
	overflow: hidden;
	border: 1px solid #818181;
}

.p-genarate-row__audio .p-genarate-close {
	width: 2.5rem;
	height: 2.5rem;
}

.p-genarate-row__audio .p-genarate-close::before,
.p-genarate-row__audio .p-genarate-close::after {
	width: 1.6rem;
	left: calc(50% - 0.8rem);
}

.p-genarate-row__audio img,
.p-genarate-row__audio video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-genarate-row__audio .audio-item {
	height: 100%;
	position: relative;
	background-color: #19231e;
}

.p-genarate-row__audio .audio-item .p-genarate-pause {
	width: 3rem;
	height: 3rem;
}

.p-genarate-row__audio .audio-item img,
.p-genarate-row__audio .audio-item video {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-genarate__btn {
	position: absolute;
	top: calc(100% - 2px);
	right: 0;
	text-transform: uppercase;
	display: flex;
	gap: 1rem;
	width: calc(100% + 1px);
}

.p-genarate__btn.--disable {
	pointer-events: none;
}

.p-genarate__btn.--disable .item {
	color: #cbcbcb;
	background-color: #747474;
}

.p-genarate__btn .item {
	font-family: "OriginTechPersonal", sans-serif;
	font-size: 2rem;
	color: #cbcbcb;
	background-color: #747474;
	border-radius: 4.4rem;
	padding: 0 2rem;
	height: 4rem;
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 2;
	margin-top: 1.2rem;
	transition: all 0.25s ease-in-out;
	background-color: #07ba59;
	line-height: 1;
}

.p-genarate__btn .item:hover {
	color: #fff;
	background-color: #00de66;
}

.p-genarate__btn .item::after {
	content: "";
	position: absolute;
	right: calc(100% - 2.1rem);
	background: url(../images/icon_border_02.svg) no-repeat right bottom/contain;
	width: 3.4rem;
	height: 3.4rem;
	top: -1.2rem;
	z-index: 2;
}

.p-genarate__btn::before {
	content: "";
	flex: 1 1;
	background-color: #000e05;
	position: relative;
	bottom: -1px;
	border: 1px solid #00ff75;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 2.5rem 2.5rem;
}

.p-genarate__btn .icon {
	width: 1.6rem;
	display: inline-flex;
	align-items: center;
}

.p-genarate-type {
	margin-bottom: 1rem;
	position: relative;
}

.p-genarate-type.is-active .p-genarate-close {
	opacity: 1;
	visibility: visible;
}

.p-genarate-type textarea {
	background-color: #19231e;
	border-radius: 1.5rem;
	color: #fff;
	border: 1px solid #4f4f4f;
	width: 100%;
	min-height: 14.8rem;
	padding: 1rem 1.2rem;
	max-height: 25rem;
}

.p-genarate-type textarea:focus-visible {
	outline: 0;
	border-color: #00ff75;
}

.p-genarate-type textarea::-moz-placeholder {
	color: #606060;
}

.p-genarate-type textarea::placeholder {
	color: #606060;
}

.p-genarate-type textarea:not(:last-child) {
	margin-bottom: 1rem;
}

.p-genarate-type__file {
	background-color: #19231e;
	border-radius: 1.5rem;
	width: 100%;
	min-height: 14.8rem;
	display: block;
	border: 1px solid #4f4f4f;
	position: relative;
	cursor: pointer;
}

.p-genarate-type__file input {
	width: 0;
	height: 0;
	opacity: 0;
}

.p-genarate-type__file .image {
	position: absolute;
	color: #8b8b8b;
	background: url(../images/icon_image.png) no-repeat center top;
	background-size: 3.8rem auto;
	padding: 4.5rem 0 1rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-genarate-type__file .audio {
	position: absolute;
	color: #8b8b8b;
	background: url(../images/icon_audio.png) no-repeat center top;
	background-size: 5.4rem auto;
	padding: 6.1rem 0 1rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-genarate-type__file .dance {
	position: absolute;
	color: #8b8b8b;
	background: url(../images/icon_dance.png) no-repeat center top;
	background-size: 4.6rem auto;
	padding: 5.1rem 0 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-genarate-type__file .swap {
	position: absolute;
	color: #8b8b8b;
	background: url(../images/icon_video_02.png) no-repeat center top;
	background-size: 4.3rem auto;
	padding: 4.9rem 0 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-genarate__ratio {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.p-genarate__ratio .item {
	min-width: 5.7rem;
	text-align: center;
	display: inline-flex;
	min-height: 2.4rem;
	line-height: 1;
	align-items: center;
	justify-content: center;
	border: 1px solid #767676;
	border-radius: 2rem;
	color: #909090;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.p-genarate__ratio .item:hover,
.p-genarate__ratio .item.is-active {
	color: #00ff75;
	border-color: #00ff75;
}

.p-genarate-audio {
	display: flex;
	flex-flow: wrap;
	gap: 1.2rem;
}

.p-genarate-audio__item {
	width: 7.3rem;
	height: 7.3rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.p-genarate-audio__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-genarate-audio__item.is-select {
	border-color: #00ff75;
}

.p-genarate-audio__item.is-select::after {
	content: "";
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/icon_check.png) no-repeat center/contain;
}

.p-genarate-audio__btn {
	width: 7.3rem;
	height: 7.3rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	color: #797979;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2.2rem;
	background-color: #19231e;
	cursor: pointer;
}

.p-genarate-audio__btn::before,
.p-genarate-audio__btn::after {
	content: "";
	width: 1.8rem;
	height: 0.3rem;
	background: #797979;
	left: calc(50% - 0.9rem);
	top: calc(50% - 1rem);
	border-radius: 0.4rem;
	position: absolute;
}

.p-genarate-audio__btn::after {
	transform: rotate(90deg);
}

.p-genarate-audio__image {
	cursor: pointer;
	width: 7.3rem;
	height: 7.3rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	color: #797979;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.2rem;
}

.p-genarate-audio__image::before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/icon_image.png) no-repeat center/contain;
}

.p-genarate-dance {
	display: flex;
	flex-flow: wrap;
	gap: 1.2rem;
}

.p-genarate-dance__item {
	width: 7.3rem;
	height: 11rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.p-genarate-dance__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-genarate-dance__item.is-select {
	border-color: #00ff75;
}

.p-genarate-dance__item.is-select::after {
	content: "";
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/icon_check.png) no-repeat center/contain;
}

.p-genarate-dance__btn {
	width: 7.3rem;
	height: 11rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	color: #797979;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2.2rem;
	background-color: #19231e;
	cursor: pointer;
}

.p-genarate-dance__btn::before,
.p-genarate-dance__btn::after {
	content: "";
	width: 1.8rem;
	height: 0.3rem;
	background: #797979;
	left: calc(50% - 0.9rem);
	top: calc(50% - 1rem);
	border-radius: 0.4rem;
	position: absolute;
}

.p-genarate-dance__btn::after {
	transform: rotate(90deg);
}

.p-genarate-dance__image {
	cursor: pointer;
	width: 7.3rem;
	height: 11rem;
	border-radius: 1rem;
	border: 1px solid #818181;
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	color: #797979;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.2rem;
}

.p-genarate-dance__image::before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/icon_image.png) no-repeat center/contain;
}

.running-image {
	pointer-events: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: hidden;
	width: 100%;
}

.running-image__wrap {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
	gap: 3rem;
	animation: runningText 30s linear infinite;
}

.wave-container {
	pointer-events: none;
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 150px;
	left: 0;
	border-radius: 0 0 0 2.5rem;
	overflow: hidden;
}

.p-comming {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 32rem);
}

.p-comming__box {
	position: relative;
	padding: 0rem 0.1rem 2rem;
	border-bottom: 1px solid #00ff75;
}

.p-comming__box::before,
.p-comming__box::after {
	content: "";
	position: absolute;
	height: calc(100% + 2rem);
	bottom: -1px;
}

.p-comming__box::before {
	left: -2rem;
	border: 0 solid #00ff75;
	border-width: 1px 0 1px 1px;
	border-radius: 1.5rem 0 0 1.5rem;
	width: 4rem;
}

.p-comming__box::after {
	width: calc(100% - 16rem);
	right: -2rem;
	border: 0 solid #00ff75;
	border-width: 1px 1px 1px 0;
	border-radius: 0 1.5rem 1.5rem 0;
}

.p-comming__ttl {
	font-size: 2.5rem;
	font-family: "OriginTechPersonal", sans-serif;
	position: absolute;
	left: 3rem;
	bottom: calc(100% + 0.1rem);
	font-weight: bold;
}

.p-comming__txt {
	font-size: 4rem;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.p-comming__txt span {
	color: #00ff75;
}

.community {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.community__icon {
	position: absolute;
	width: 9.5rem;
	height: 9.5rem;
	pointer-events: none;
	border-color: #0c9b3f;
	border-style: solid;
}

.community__icon.--01 {
	top: 0;
	border-width: 1px 0 0 1px;
	border-top-left-radius: 2.5rem;
	left: 0.1rem;
}

.community__icon.--02 {
	top: 0;
	border-top-right-radius: 2.5rem;
	border-width: 1px 1px 0 0;
	right: 6.6rem;
}

.community__icon.--03 {
	bottom: 0;
	right: 3.6rem;
	border-bottom-right-radius: 2.5rem;
	border-width: 0 1px 1px 0;
}

.community__icon.--04 {
	left: 8rem;
	bottom: 0;
	border-width: 0 0 1px 1px;
	border-bottom-left-radius: 2.5rem;
}

.community-wrap {
	width: 100%;
}

.community-video {
	display: flex;
	align-items: flex-start;
	gap: 1.8rem;
	width: 100%;
	margin-bottom: 8rem;
	flex-flow: wrap;
}

.community-video__item {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border: 1px solid #0c9b3f;
	border-radius: 1rem;
	overflow: hidden;
	width: 100%;
}

.community-video__item iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.community-list {
	display: flex;
	flex-flow: wrap;
	gap: 1.7rem;
}

.community-list__item {
	width: 16.6rem;
	height: 29.4rem;
	border: 1px solid #0c9b3f;
	border-radius: 1rem;
	overflow: hidden;
}

.community-list__item blockquote,
.community-list__item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.history-wrap {
	border: 1px solid #0c9b3f;
	border-radius: 2.5rem;
	padding: 1.5rem;
	overflow-y: auto;
	height: calc(100vh - 24rem);
	min-height: 500px;
	scrollbar-width: thin;
}

.history-wrap::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.history-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #b5b9bc;
}

.history-wrap::-webkit-scrollbar-track {
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0);
}

.history-list {
	display: flex;
	gap: 1rem;
	flex-flow: wrap;
}

.history-list__item {
	position: relative;
	overflow: hidden;
	border: 1px solid #bbb;
	border-radius: 1.5rem;
}

.history-list__item:hover .history-list__body {
	opacity: 1;
	visibility: visible;
}

.history-list__img {
	width: 100%;
}

.history-list__img img {
	width: 100%;
}

.history-list__body {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: visible;
	transition: all 0.25s ease-in-out;
}

.history-list__body::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}

.history-list__process {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 3;
	font-size: 1.2rem;
}

.history-list__download,
.history-list__play,
.history-list__share {
	position: absolute;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	z-index: 4;
}

.history-list__download img,
.history-list__play img,
.history-list__share img {
	display: block;
}

.history-list__download:hover,
.history-list__play:hover,
.history-list__share:hover {
	opacity: 0.75;
}

.history-list__download {
	right: 0.8rem;
	top: 0.8rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/icon_download.png) no-repeat center/contain;
}

.history-list__play {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/icon_video.png) no-repeat center/contain;
}

.history-list__name {
	position: absolute;
	left: 0.5rem;
	bottom: 0.6rem;
	width: calc(100% - 3rem);
	color: #fff;
	z-index: 3;
	font-size: 1.1rem;
}

.history-list__share {
	bottom: 0.8rem;
	right: 0.8rem;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/icon_share.png) no-repeat center/contain;
}

.p-center {
	display: flex;
	justify-content: center;
}

.p-presale__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	font-size: 2.5rem;
	display: flex;
	gap: 2rem;
}

.p-presale__ttl:not(:first-child) {
	margin-top: 4rem;
}

.p-presale__ttl span {
	position: relative;
	z-index: 2;
}

.p-presale__ttl span::after {
	content: "";
	position: absolute;
	left: calc(100% + 1px);
	background: url(../images/icon_border.svg) no-repeat right bottom/contain;
	width: 2rem;
	height: 2rem;
	bottom: -1px;
	z-index: 2;
}

.p-presale__ttl::after {
	content: "";
	flex: 1 1;
	background-color: #04100b;
	position: relative;
	bottom: -1px;
	border: 1px solid #07ba59;
	border-width: 1px 1px 0 1px;
	border-radius: 1.2rem 1.2rem 0 0;
}

.p-presale__txt {
	font-size: 1.2rem;
	font-weight: 300;
}

.p-presale-box {
	border: 0.1rem solid #07ba59;
	border-radius: 1.2rem;
	padding: 1.5rem 1.5rem 1.5rem;
	background-color: #04100b;
	border-top-right-radius: 0;
}

.p-presale-head {
	display: flex;
}

.p-presale-head__item {
	flex: 1;
	font-family: "OriginTechPersonal", sans-serif;
	color: #828382;
	font-weight: bold;
	position: relative;
	border-bottom: 0.3rem solid #07BA59;
}

.p-presale-head__item::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	left: -0.3rem;
	height: calc(100% - 0.3rem);
	pointer-events: none;
	border-style: solid;
	border-color: #07BA59;
	border-width: 0.3rem 0.3rem 0;
	opacity: 0;
	transition: all 0.15s ease-in-out;
}

.p-presale-head__item:not(:last-child) {
	border-right: 1px solid #07BA59;
}

.p-presale-head__item.active {
	color: #00ff75;
	border-bottom-width: 0;
}

.p-presale-head__item.active::after {
	opacity: 1;
}

.p-presale-head__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	min-height: 5rem;
}

.p-presale-row {
	margin-bottom: 1rem;
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}

.p-presale-row__item.--fill {
	flex: 1 1;
}

.p-presale-row__item.--shrink {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-presale-row__txt {
	font-size: 1.4rem;
}

.p-presale-row__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	font-size: 1.6rem;
}

.p-presale-area {
	background: rgba(7, 186, 89, 0.2);
	border: 0.2rem solid #07ba59;
	border-radius: 1rem;
	padding: 1.2rem 1rem;
}

.p-presale-area:not(:last-child) {
	margin-bottom: 1rem;
}

.p-presale-area:last-child {
	margin-top: 1.6rem;
}

.p-presale-area__item {
	display: flex;
	justify-content: space-between;
}

.p-presale-area__item:not(:last-child) {
	margin-bottom: 2rem;
}

.p-presale-area__sub {
	font-weight: bold;
	font-size: 1.6rem;
}

.p-presale-area__sub.--upper {
	text-transform: uppercase;
}

.p-presale-area__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	color: #8d8d8d;
	font-size: 1.7rem;
}

.p-presale-area__ttl.--white {
	color: #fff;
}

.p-presale-area__ttl.--primary {
	color: #07BA59;
}

.p-presale-area__btn {
	display: flex;
	gap: 0.8rem;
}

.p-presale-area__btn .item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 13.9rem;
	min-height: 4rem;
	background-color: rgba(7, 186, 89, 0.5);
	border: 0.2rem solid #07BA59;
	border-radius: 0.6rem;
	font-size: 1.3rem;
	box-shadow: 0.2rem 0.2rem 1rem 0px rgba(0, 0, 0, 0.3);
}

.p-presale-area__btn .item.--number {
	color: #00ff75;
}

.p-presale-area__btn .item.--upper {
	text-transform: uppercase;
}

.p-presale-code {
	display: flex;
	gap: 1.4rem;
	margin: 1rem 0 2.2rem;
}

.p-presale-code__item {
	border-radius: 0.6rem;
}

.p-presale-code__item.--txt {
	flex: 1 1;
	background: rgba(7, 186, 89, 0.2);
	border: 0.2rem solid #5f5f5f;
	padding: 0.9rem 1rem;
	color: #767676;
	font-style: italic;
}

.p-presale-code__item.--txt:focus-visible {
	outline: 0;
}

.p-presale-code__item.--btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 8rem;
	border: 0.2rem solid #07BA59;
	font-weight: bold;
	font-size: 1.4rem;
	min-height: 4rem;
	line-height: 1;
	padding-bottom: 0.6rem;
	cursor: pointer;
	background-color: #07BA59;
	color: #fff;
}

.p-presale-code__item.--btn.disable {
	color: #878787;
	background-color: rgba(0, 88, 40, 0.5);
	pointer-events: none;
}

.p-presale-btn {
	transition: all 0.25s ease-in-out;
	background: #07ba59;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 0.6rem;
	font-family: "OriginTechPersonal", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 4.5rem;
	padding: 0 3rem;
	font-size: 1.6rem;
	min-width: 20rem;
}

.p-presale-btn:hover {
	opacity: 0.75;
}

.p-center {
	display: flex;
	justify-content: center;
}

.p-sale .inner {
	max-width: 41rem;
}

.p-sale__head {
	margin-bottom: 1rem;
}

.p-sale__ttl {
	font-size: 2.5rem;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}

.p-sale__ttl .highlight {
	font-family: "OriginTechPersonal", sans-serif;
	text-transform: uppercase;
	color: #00ff75;
}

.p-sale__txt {
	font-size: 1.2rem;
	font-weight: 300;
}

.p-sale__sub {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
}

.p-sale-box {
	border: 0.1rem solid #07ba59;
	border-radius: 1.2rem;
	padding: 3rem 1.5rem 1.5rem;
	background-color: #04100b;
	position: relative;
	width: 100%;
}

.p-sale-box__item:last-child {
	flex: 1 1;
}

.p-sale-box__sub {
	text-align: center;
	position: relative;
	margin: 2rem 0;
	font-size: 1.3rem;
}

.p-sale-box__sub::before {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 1px;
}

.p-sale-box__sub span {
	background: #000e05;
	position: relative;
	z-index: 2;
	padding: 0 1rem;
}

.p-sale-box__label {
	position: absolute;
	right: 2.8rem;
	top: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.p-sale-box__label::before {
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
}

.p-sale-box__label.upcoming {
	color: #ffb800;
	text-shadow: 0 0 0.5rem #ffb800;
	animation: textShadowAnimation 1.5s infinite;
}

.p-sale-box__label.upcoming::before {
	background-color: #ffb800;
}

.p-sale-box__label.live {
	color: #00ff75;
	text-shadow: 0 0 0.5rem #00ff75;
	animation: textShadowAnimation1 1.5s infinite;
}

.p-sale-box__label.live::before {
	background-color: #00ff75;
}

.p-sale-box__label.ended {
	color: #cb0000;
	text-shadow: 0 0 0.5rem #cb0000;
	animation: textShadowAnimation2 1.5s infinite;
}

.p-sale-box__label.ended::before {
	background-color: #cb0000;
}

.p-sale-row {
	margin-bottom: 1rem;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.p-sale-row__item.--fill {
	flex: 1 1;
	max-width: 50%;
}

.p-sale-row__item.--shrink {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-sale-row__txt {
	font-size: 1.4rem;
}

.p-sale-row__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	font-size: 1.6rem;
}

.p-sale-area {
	background: rgba(7, 186, 89, 0.2);
	border: 0.2rem solid #07ba59;
	border-radius: 1rem;
	padding: 1.2rem 1rem;
}

.p-sale-area__item {
	display: flex;
	justify-content: space-between;
}

.p-sale-area__item.--last {
	margin-top: auto;
}

.p-sale-area__item:not(:last-child) {
	margin-bottom: 2rem;
}

.p-sale-area__sub {
	font-weight: bold;
	font-size: 1.6rem;
}

.p-sale-area__ttl {
	font-family: "OriginTechPersonal", sans-serif;
	color: #8d8d8d;
	font-size: 1.7rem;
}

.p-sale-area__balance {
	font-weight: 300;
}

.p-sale-area__btn {
	display: flex;
	gap: 0.8rem;
}

.p-sale-area__btn .item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 9.4rem;
	min-height: 4rem;
	background-color: rgba(7, 186, 89, 0.5);
	border: 0.2rem solid #07ba59;
	border-radius: 0.6rem;
	font-size: 1.3rem;
	box-shadow: 0.2rem 0.2rem 1rem 0px rgba(0, 0, 0, 0.3);
}

.p-sale-area__btn .item.--number {
	color: #00ff75;
}

.p-sale-time {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #001d0a;
	border: 1px solid #00ff75;
	border-radius: 1rem;
	padding: 1.2rem 0;
	flex-flow: wrap;
}

.p-sale-time::after {
	content: "";
	position: absolute;
	z-index: -1;
	background: url(../images/bg_time.png) no-repeat center/cover;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	top: 0;
	left: 0;
}

.p-sale-time .p-sale-box__label {
	top: 1.8rem;
}

.p-sale-time__ttl {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 2rem;
}

.p-sale-time__item {
	flex: 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	font-weight: 300;
}

.p-sale-time__item:not(:last-child) .number::after {
	content: ":";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 1rem);
}

.p-sale-time__item .number {
	font-size: 4rem;
	line-height: 1;
	position: relative;
}

.p-sale-time__item .txt {
	font-size: 1.4rem;
}

.p-sale-btn {
	transition: all 0.25s ease-in-out;
	background: #0c9b3f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 0.6rem;
	text-transform: uppercase;
	font-weight: bold;
	height: 4.5rem;
	padding: 0 3rem;
	font-size: 1.6rem;
	width: 100%;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}

.p-sale-btn.is-ani::before {
	content: "";
	background: linear-gradient(to right, #ff0000, #ffb800, #fffb00, #0c9b3f, #00ff75, #ffb800, #ff0000);
	position: absolute;
	background-size: 200%;
	z-index: -1;
	top: -0.2rem;
	left: -0.2rem;
	filter: blur(0.3rem);
	width: calc(100% + 0.4rem);
	height: calc(100% + 0.4rem);
	animation: glowing 15s linear infinite;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-radius: 0.6rem;
}

.p-sale-btn.is-ani::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0c9b3f;
	left: 0;
	top: 0;
	border-radius: 0.6rem;
}

.p-sale-btn:hover {
	background-color: #00ce4a;
}

.p-sale-code {
	display: flex;
	gap: 0.9rem;
	margin-bottom: 3.8rem;
	width: 100%;
}

.p-sale-code__item {
	position: relative;
	flex: 1 1;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 1;
	padding: 1px;
}

.p-sale-code__item::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 1rem;
}

.p-sale-code__item.--01::after {
	background: linear-gradient(35deg, #499db6, #18fb9b);
}

.p-sale-code__item.--02::after {
	background: linear-gradient(135deg, #7b3ed1, #18fb9b);
}

.p-sale-code__item.--large .txt {
	font-weight: 300;
}

.p-sale-code__item.--large .icon img {
	width: 2rem;
}

.p-sale-code__item .txt {
	background: #041c0f;
	color: #fff;
	border: 0;
	outline: 0;
	padding: 0 5rem 0 1rem;
	min-height: 4rem;
	width: 100%;
	font-weight: bold;
	position: relative;
	z-index: 2;
	border-radius: 1rem;
}

.p-sale-code__item .icon {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	gap: 0.4rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	z-index: 3;
}

.p-sale-code__item .icon img {
	width: 1.5rem;
	height: auto;
}

.p-sale-code__icon {
	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #499db6;
	border-radius: 1rem;
	padding-left: 0.4rem;
}

.p-sale-code__icon img {
	width: 1.5rem;
}

.p-sale-progress {
	width: 100%;
	margin-top: 2rem;
}

.p-sale-progress__row {
	display: flex;
	justify-content: space-between;
}

.p-sale-progress__ttl {
	font-weight: bold;
	text-align: right;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	padding-right: 1rem;
}

.p-sale-progress__bar {
	position: relative;
	height: 2.2rem;
	width: 100%;
	border-radius: 2.2rem;
	overflow: hidden;
	border: 1px solid #00ff75;
	margin-bottom: 0.5rem;
}

.p-sale-progress__txt {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}

.p-sale-progress__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(to right, #00ff75, #00a587);
	z-index: 1;
	border-radius: 0 2.2rem 2.2rem 0;
}

.p-sale-progress__user {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.p-sale-progress__user .icon {
	width: 2rem;
}

.p-sale-progress__user .number {
	color: #00ff75;
}

.p-sale-progress__user .number .txt {
	color: #fff;
}

.p-sale-token {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 5rem;
}

.p-sale-token .icon {
	width: 3rem;
}

.p-sale-token .ttl {
	font-size: 1.4rem;
}

.p-sale-token .number {
	color: #00ff75;
	font-size: 2.4rem;
}

.p-sale-lead {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.p-sale-lead:first-child {
	margin-top: 1rem;
}

.p-sale-lead:not(:first-child) {
	margin-top: 4rem;
}

.p-sale-lead.--mb {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}

.p-sale-lead__ttl {
	font-size: 2.4rem;
	font-weight: bold;
}

.p-sale-lead__sub {
	font-size: 2.4rem;
	font-weight: bold;
}

.p-sale-lead__txt {
	font-size: 1.2rem;
	margin-top: 1rem;
}

@media (min-width: 420px) {

html {
	font-size: 10px;
}

}

@media (min-width: 768px) {

html {
	font-size: 0.956937799vw;
}

.inner {
	max-width: 108.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.modal-wrap {
	padding: 3rem;
}

.modal-content {
	padding: 2rem;
}

.modal-content.--sale .modal-close {
	top: -4.5rem;
	right: -2rem;
}

.modal-close {
	top: -4rem;
	width: 4rem;
	height: 4rem;
}

.header {
	padding: 0.6rem;
	margin: 2.8rem 2rem 0 6.6rem;
	flex-shrink: 0;
}

.header.--small .header-menu {
	gap: 1.5rem;
}

.header.--small .header-logo {
	margin-right: 2rem;
}

.header-menu {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-menu__item.has-sub span {
	padding: 0.4rem 1rem 0.4rem 0;
}

.header-sub {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 2.5rem);
	min-width: 16rem;
	z-index: 2;
	padding: 0.5rem 2rem 1rem;
	background-color: rgba(0, 14, 5, 0.9);
	border: 1px solid rgba(24, 71, 41, 0.5);
	border-radius: 1rem;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.header-sub.is-active {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 1.5rem);
}

.header-sub__item > a {
	padding: 0.8rem 0;
}

.header-logo {
	width: 12rem;
	margin-right: 4rem;
}

.header-btn {
	height: 3.5rem;
	padding: 0.5rem 1.2rem;
	border-radius: 3rem;
	font-size: 1.2rem;
}

.header-btn:hover {
	padding: 0.5rem 2rem;
}

.header-box {
	margin-right: auto;
}

.header-acc__top {
	padding: 0 2rem 0 0;
}

.header-acc__top .txt {
	max-width: 10rem;
}

.header-acc .acc-body {
	width: 15rem;
}

.hamburger-box {
	display: none;
}

.sec-ttl {
	font-size: 3rem;
}

.body-txt {
	font-size: 1.5rem;
	max-width: 62rem;
}

.body-txt.--medium {
	max-width: 78rem;
}

.sp {
	display: none;
}

.wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc(100% - 4rem);
	min-height: calc(100vh - 6.4rem);
}

main {
	flex: 1 1;
	display: flex;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8rem;
	justify-content: space-between;
	padding: 6rem 0 3rem;
	width: 100%;
}

.content.--center {
	justify-content: center;
}

.mainvisual {
	flex: 1 1;
}

.mainvisual-icon__item {
	min-width: 18rem;
	padding: 0.1rem 1rem;
	height: 4.6rem;
	text-align: center;
}

.mainvisual__ttl {
	margin-bottom: 0.5rem;
	font-size: 4.2rem;
	max-width: 37.4rem;
}

.mainvisual__txt {
	margin-bottom: 2.2rem;
}

.mainvisual-btn {
	margin-top: 3rem;
}

.mainvisual-btn::before {
	border-radius: 1rem;
	top: -0.3rem;
	left: -0.3rem;
	filter: blur(0.4rem);
	width: calc(100% + 0.6rem);
	height: calc(100% + 0.6rem);
}

.mainvisual-btn::after {
	border-radius: 1rem;
}

.mainvisual-btn .wrap {
	height: 9rem;
	min-width: 36.2rem;
}

.mainvisual-btn .wrap::after {
	width: 9rem;
}

.mainvisual-btn .normal {
	font-size: 2.5rem;
	padding: 0 1.6rem;
}

.mainvisual-btn .normal .highlight {
	font-size: 2.1rem;
}

.mainvisual-btn .hover {
	font-size: 3.8rem;
}

.p-row {
	padding: 0 3rem 0 8rem;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

.feature {
	width: 50.4rem;
}

.feature-list {
	width: 100%;
}

.feature-list__box {
	border-width: 0.2rem;
}

.feature-list__item {
	height: 22rem;
	width: calc(50% - 0.5rem);
}

.feature-list__item::after {
	opacity: 0.4;
}

.feature-list__ttl {
	font-size: 1.6rem;
}

.partners {
	max-width: calc(100% - 34.8rem);
	padding: 2.5rem 4rem 2rem;
}

.partners::before,
.partners::after {
	width: 9.5rem;
}

.partners::before {
	left: 3.2rem;
}

.partners::after {
	right: 3.2rem;
}

.partners-ttl {
	margin-bottom: 1.5rem;
	right: 14rem;
	font-size: 2.2rem;
}

.partners-list__item {
	max-width: 10rem;
	height: 4rem;
}

.partners-row {
	align-items: flex-end;
}

.partners-dex {
	flex-shrink: 0;
	padding-right: 3rem;
}

.partners-dex__row .item.--01 {
	width: 12.5rem;
}

.partners-dex__row .item.--02 {
	width: 14.5rem;
}

.partners-dex__row .item.--03 {
	width: 14.2rem;
}

.partners-dex__row .item.--04 {
	width: 12.6rem;
}

.partners-dex__row .item.--05 {
	width: 15.2rem;
}

.social {
	position: absolute;
	left: -1px;
	top: 11.5rem;
	padding: 2rem 0;
	background-color: #000e05;
	z-index: 20;
	border: 0 solid #1c512f;
	border-width: 1px 1px 1px 0;
	border-radius: 0 2.5rem 2.5rem 0;
}

.social::before,
.social::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 5rem;
}

.social::after {
	z-index: 1;
	left: -1px;
	bottom: 100%;
	background-color: #000e05;
}

.social::before {
	bottom: calc(100% - 0px);
	border: 0 solid #1c512f;
	border-width: 0 0 1px 1px;
	border-radius: 0 0 0 2.5rem;
	z-index: 2;
}

.list-social::before,
.list-social::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 5rem;
}

.list-social::after {
	z-index: 1;
	left: -1px;
	top: 100%;
	background-color: #000e05;
}

.list-social::before {
	top: calc(100% - 0px);
	left: 0;
	border: 0 solid #1c512f;
	width: 50%;
	border-width: 1px 0 0 1px;
	border-radius: 2.5rem 0 0 0;
	z-index: 2;
}

.p-genarate {
	padding: 0 5rem 10rem;
}

.p-genarate-box {
	max-width: 87rem;
}

.p-genarate-row {
	height: 37rem;
}

.p-genarate-row__item {
	flex: 1 1;
}

.p-genarate-row__item.--full {
	height: 42.4rem;
}

.p-genarate__btn .item {
	font-size: 2.2rem;
	height: 4.4rem;
	padding: 0 2.5rem;
}

.running-image__wrap {
	animation: runningText 25s linear infinite;
	gap: 8rem;
}

.waves {
	width: calc(100% - 6.4rem);
	left: 3.2rem;
}

.p-comming {
	min-height: calc(100vh - 25rem);
	padding: 0 3rem 8rem 7rem;
}

.p-comming__box {
	padding: 0.5rem 0.1rem 2rem;
}

.p-comming__box::before {
	width: 5rem;
}

.p-comming__box::after {
	width: calc(100% - 31rem);
}

.p-comming__ttl {
	bottom: calc(100% - 1.8rem);
	left: 4rem;
	font-size: 5rem;
}

.p-comming__txt {
	font-size: 10.8rem;
}

.community {
	padding: 5rem 8rem 8rem 12rem;
}

.community__icon.--01 {
	left: 8rem;
}

.community__icon.--02 {
	right: 4rem;
}

.community-video__item {
	padding-bottom: calc(28.125% - 1rem);
	width: calc(50% - 1rem);
}

.history {
	padding: 5rem 8rem 8rem 12rem;
}

.history-list__item {
	border-radius: 2.5rem;
}

.history-list__process {
	font-size: 1.4rem;
}

.history-list__download {
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
	height: 2.5rem;
}

.history-list__play {
	width: 4.5rem;
	height: 4.5rem;
}

.history-list__name {
	font-size: 1.2rem;
	left: 1rem;
	bottom: 0.6rem;
	width: calc(100% - 5rem);
}

.history-list__share {
	bottom: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
}

.p-presale {
	padding: 0 5rem;
}

.p-presale__ttl {
	font-size: 3.5rem;
	gap: 2rem;
}

.p-presale__txt {
	font-size: 1.5rem;
}

.p-presale-box {
	padding: 0 5rem 4rem;
}

.p-presale-box.--padding {
	padding-top: 2rem;
}

.p-presale-head__item {
	border-bottom: 0.5rem solid #07BA59;
}

.p-presale-head__item::after {
	left: -0.5rem;
	height: calc(100% - 0.5rem);
	border-width: 0.5rem 0.5rem 0;
}

.p-presale-head__item a {
	font-size: 3.2rem;
	min-height: 6rem;
}

.p-presale-row {
	gap: 5rem;
}

.p-presale-row__item.--shrink {
	flex-shrink: 0;
	margin-left: auto;
}

.p-presale-row__txt {
	font-size: 1.9rem;
}

.p-presale-row__ttl {
	font-size: 2.2rem;
}

.p-presale-area {
	padding: 1.1rem 2.4rem;
}

.p-presale-area:not(:last-child) {
	margin-bottom: 0.5rem;
}

.p-presale-area__sub {
	font-size: 2.2rem;
}

.p-presale-area__ttl {
	font-size: 3rem;
}

.p-presale-area__btn .item {
	min-height: 4.4rem;
	font-size: 1.5rem;
}

.p-presale-code__item.--txt {
	border: 0.2rem solid #5f5f5f;
	padding: 0.2rem 2.3rem;
}

.p-presale-code__item.--btn {
	min-width: 16rem;
	font-size: 2.2rem;
	min-height: 4.4rem;
}

.p-presale-btn {
	min-width: 22rem;
	height: 4.4rem;
	padding: 0 1.5rem;
	font-size: 2.2rem;
}

.p-sale .inner {
	max-width: 52rem;
}

.p-sale {
	padding: 0 5rem 3rem;
}

.p-sale__head {
	min-height: 8rem;
}

.p-sale__ttl {
	font-size: 3rem;
}

.p-sale__txt {
	font-size: 1.5rem;
	line-height: 1.2;
}

.p-sale-box {
	padding: 3rem 2.8rem 3.5rem;
	border-radius: 2.5rem;
	display: flex;
	flex-direction: column;
}

.p-sale-box__sub {
	font-size: 1.5rem;
}

.p-sale-row {
	gap: 5rem;
}

.p-sale-row__item.--shrink {
	flex-shrink: 0;
	margin-left: auto;
}

.p-sale-row__txt {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.p-sale-row__ttl {
	font-size: 2.2rem;
}

.p-sale-area {
	padding: 1rem 0.8rem 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.p-sale-area__sub {
	font-size: 1.5rem;
}

.p-sale-area__ttl {
	font-size: 2.2rem;
}

.p-sale-area__btn .item {
	min-height: 4.4rem;
	font-size: 1.5rem;
}

.p-sale-time {
	padding: 1.2rem 1rem;
}

.p-sale-time__item:not(:last-child) .number::after {
	left: calc(100% + 1.1rem);
}

.p-sale-time__item .number {
	font-size: 5.5rem;
}

.p-sale-btn {
	border-radius: 1rem;
	min-width: 22rem;
	height: 5.2rem;
	padding: 0 1.5rem;
	font-size: 3rem;
}

.p-sale-btn.is-ani::before {
	top: -0.3rem;
	left: -0.3rem;
	filter: blur(0.4rem);
	width: calc(100% + 0.6rem);
	height: calc(100% + 0.6rem);
	border-radius: 1rem;
}

.p-sale-btn.is-ani::after {
	border-radius: 1rem;
}

.p-sale-code__item.--large .icon img {
	width: 3.4rem;
}

.p-sale-code__item .txt {
	min-height: 5rem;
}

.p-sale-code__item .icon {
	right: 1.5rem;
	font-size: 1.5rem;
}

.p-sale-code__item .icon img {
	width: 2rem;
}

.p-sale-code__icon {
	width: 5.8rem;
}

.p-sale-code__icon img {
	width: 2.2rem;
}

.p-sale-progress__ttl {
	font-size: 1.6rem;
}

.p-sale-progress__user {
	gap: 1rem;
}

.p-sale-progress__user .icon {
	width: 2.8rem;
}

.p-sale-token {
	margin: 10rem auto 0;
	max-width: 1000px;
	gap: 1.2rem;
}

.p-sale-token .icon {
	width: 4rem;
}

}

@media (min-width: 768px) and (min-width: 1200px) {

.header.--small .header-menu {
	gap: 4rem;
}

.header.--small .header-logo {
	margin-right: 4rem;
}

}

@media (min-width: 1045px) {

html {
	font-size: 10px;
}

.p-row {
	padding: 0 4rem 0 10rem;
}

.partners-dex {
	padding-right: 4rem;
}

.p-comming__txt {
	font-size: 11rem;
}

}

@media (min-width: 1200px) {

.community {
	padding: 8rem 19rem 8rem;
}

.community__icon.--02 {
	right: 6.6rem;
}

.community-video__item {
	flex: 1 1;
	padding-bottom: calc(14.0625% - 1.35rem);
}

.history {
	padding: 0 6.6rem;
}

}

@media (max-width: 767px) {

.header {
	position: relative;
	width: 100%;
}

.header-menu {
	flex-direction: column;
}

.header-menu__item > a {
	padding: 0.6rem 0;
}

.header-btn.--small {
	font-size: 1rem;
	text-align: center;
	line-height: 1.1;
}

.header-box {
	position: absolute;
	top: calc(100% + 5px);
	background-color: #000e05;
	width: 15rem;
	right: 0;
	padding: 2rem;
	border-radius: 1rem;
	border: 1px solid #1c512f;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
}

.header-box.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.pc {
	display: none;
}

.wrapper {
	padding: 0 1.5rem 2rem;
}

.mainvisual {
	margin-bottom: 3rem;
}

.mainvisual-icon {
	flex-flow: wrap;
	gap: 0.5rem 1rem;
}

.mainvisual-icon__item {
	max-width: calc(50% - 5px);
	width: 13rem;
}

.p-row {
	margin-bottom: 8rem;
}

.feature-list {
	margin: auto;
}

.feature-list__item {
	font-size: 1rem;
}

.partners-row {
	flex-direction: column-reverse;
}

.partners-dex {
	margin-bottom: 1rem;
}

.social {
	margin-top: 4rem;
}

.list-social {
	display: flex;
	justify-content: center;
}

.p-genarate-row {
	flex-direction: column;
}

.community__icon {
	display: none;
}

.p-presale .inner {
	padding: 0;
}

.p-presale-area__item.--last {
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-presale-area__btn .item {
	flex: 1 1;
}

.p-sale .inner {
	padding: 0;
}

.p-sale-area__item.--last {
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-sale-area__btn .item {
	flex: 1 1;
}

}

@keyframes runningText {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

@keyframes textShadowAnimation {

0% {
	text-shadow: 0 0 0.6rem #ffb800;
}

50% {
	text-shadow: 0 0 0rem #ffb800;
}

100% {
	text-shadow: 0 0 0.6rem #ffb800;
}

}

@keyframes textShadowAnimation1 {

0% {
	text-shadow: 0 0 0.6rem #00ff75;
}

50% {
	text-shadow: 0 0 0rem #00ff75;
}

100% {
	text-shadow: 0 0 0.6rem #00ff75;
}

}

@keyframes textShadowAnimation2 {

0% {
	text-shadow: 0 0 0.6rem #cb0000;
}

50% {
	text-shadow: 0 0 0rem #cb0000;
}

100% {
	text-shadow: 0 0 0.6rem #cb0000;
}

}

@keyframes glowing {

0% {
	background-position: 0 0;
}

50% {
	background-position: 400% 0;
}

100% {
	background-position: 0 0;
}

}

