@CHARSET "UTF-8";
/* common */

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	margin: 0;
}

div.root {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer */
	-khtml-user-select: none;
	/* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none;
	/* Chrome, Safari, and Opera */
	-webkit-touch-callout: none;
	/* Disable Android and iOS callouts*/
}

div#chaLoadingBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaLoading {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
}

div#chaLoading>img {
	width: 500px;
	height: 500px;
}

div#chaMakingBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaMaking {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}

div#chaMaking>img {
	width: 750px;
	height: 200px;
}

div#chaMakeResultBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	overflow: hidden;
}

div#chaMakeResult {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 90%;
	background-color: #FFFFFF;
	border: #E6E6E6 solid 20px;
}

div#chaMakeResultMessage {
	font-family: 'Makinas5';
	font-size: 60px;
	text-align: center;
	width: 100%;
}

div#chaMakeResultImage {
	margin: 0 auto;
}

div#chaMakeResultBtn {
	width: 60%;
	padding-top: 15px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	box-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-o-box-pack: justify;
	-ms-box-pack: justify;
}

div#chaMakeResultBtn img {
	width: 70px;
	height: 70px;
	display: block;
	cursor: pointer;
}

div#chaMakeResultShareBtn {
	width: 80%;
	padding-top: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.chaMakeResultShareXX {
	text-align: center;
	color: white;
	font-size: 0.9rem;
	padding: 1rem;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #333;
}

.icon-wrap {
	width: 100%;
	max-width: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 0.8rem;
	margin-right: 1rem;
}

.icon-wrap:last-child {
	margin-right: 0;
}

div.chaMakeResultShareXX:nth-child(2) {
	margin: 0 1rem;
}

div#chaMakeResultShareTW {
	background-color: #00A0E6;
}

div#chaMakeResultShareFB {
	background-color: #3B579D;
}

div#chaMakeResultGetCode {
	background-color: #333;
}

div#chaMakeResultGetIcon {
	background-color: #333;
}


div#chaEditMenu {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

div#chaNameDialogBg {
	display: none;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

div#chaNameDialogBg>img#chaNameDialogTitle {
	position: absolute;
	top: 15%;
	left: 20%;
	width: 60%;
}

div#chaNameDialog {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
}

div#chaNameDialog>img#chaNameDialogFrame {
	width: 100%;
	height: 100%;
}

div#chaNameDialog>div#chaNameDialogInput {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

div#chaNameDialog span.h1 {
	text-align: center;
	font-size: 1.4em;
	color: #FFFFFF;
}

div#chaNameDialog span.h3 {
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
}

div#chaNameDialog label.h3 {
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	cursor: pointer;
}

input#chaDivMyName {
	width: 98%;
	text-align: center;
	font-size: 1.4em;
	border: none;
	box-shadow: none;
	border-radius: 0.2em;
	margin-top: 2%;
	margin-bottom: 5%;
}

div#chaNameDialogCheck {
	width: 98%;
	display: flex;
	justify-content: center;
}

input#chaDivNameArc {
	text-align: center;
	font-size: 0.7em;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

div#chaNameDialogView {
	width: 100%;
	height: 75%;
}

div#chaNameDialogBtn {
	width: 100%;
	height: 25%;
}

div#chaNameDialogBtn>img {
	width: 49%;
	cursor: pointer;
}

/* create charactor area */

div#chaDivMain {
	position: relative;
	width: 100%;
	height: 93%;
	float: left;
}

div#chaDivMake {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	transform: scale(0.9);
}

div#chaDivMakeMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}

div#chaDivColor, div#chaDivPattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	max-width: 200px;
	z-index: 102;
	opacity: 0;
}

div#chaDivSelColorBar, div#chaDivSelPatternBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

div#chaDivPickColor, div#chaDivPickPattern {
	float: left;
	height: 0%;
	width: 100%;
}

div#chaDivSelColorScroll, div#chaDivSelPatternScroll {
	float: left;
	height: 100%;
	width: 100%;
	overscroll-behavior: contain;
}

div#chaDivSelColor, div#chaDivSelPattern {
	width: 100%;
	height: 100%;
}

div#chaDivSelGrad {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 85%;
}

#chaDivCategoryScroll {
	background-color: #3F3F3F;
	width: 100%;
	height: 7%;
	float: left;
	opacity: 0;
	z-index: 888;
	overscroll-behavior: contain;
}

#chaDivCategory {
	width: 100%;
	height: 100%;
}

#chaDivPartsScroll {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid gray;
	width: 100%;
	height: 22%;
	float: left;
	opacity: 0;
	z-index: 888;
}

#chaDivParts {
	width: 100%;
	height: 100%;
}

div#chaDivMenu {
	display: none;
	width: 100%;
	height: 15%;
	float: left;
}

div#chaDivResult {
	display: none;
	width: 100%;
	height: 15%;
	float: left;
}

div#chaDivResult #chaDivResultImg img {
	float: right;
	margin-right: 4vw;
	width: 20%;
}

/* create menu */

div#chaDivMenu {
	text-align: center;
}

/* root */

div#chaDivRoot {
	float: none;
	width: 1396px;
	height: 100%;
	margin: 0 auto;
}

/* contents */

div#chaDivCont {
	float: left;
	width: 700px;
	height: 700px;
	position: relative;
}

/* edit menu */

object.chaObjEditMenuBtn {
	width: 360px;
	height: 60px;
	pointer-events: none;
}

object.chaObjEditExecBtn {
	width: 205px;
	height: 60px;
	pointer-events: none;
}

div.svgDivMenuBtn {
	width: 360px;
	height: 60px;
	margin: 0 auto;
	margin-top: 15px;
}

div.svgDivExecBtn {
	width: 205px;
	height: 60px;
	margin: 0 auto;
	margin-top: 25px;
}

div.svgDivMenuBtn>a {
	display: inline-block;
	cursor: pointer;
}

div.svgDivExecBtn>a {
	display: inline-block;
	cursor: pointer;
}

/* ADS */

div#chaDivADS {
	float: left;
	width: 351px;
	margin-left: 15px;
}

div#chaDivADSL {
	float: left;
	width: 315px;
	margin-right: 15px;
}

div#chaDivADS1 {
	width: 336px;
	text-align: center;
}

div#chaDivADS2 {
	float: left;
	width: 336px !important;
	height: 96px !important;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	text-align: center;
}

div#chaDivADS2 img {
	width: 336px !important;
	height: 96px !important;
}

div#chaDivADS3 {
	display: none;
}

.tippy-tooltip.viewertitle-theme {
	background-color: rgb(10, 10, 10);
	color: white;
	padding: 2px 1px;
	font-size: 16px;
	font-weight: 40;
	border-radius: 30px;
	width: 250px;
}

.tippy-tooltip.viewermes-theme {
	display: inline-block;
	text-align: left;
	color: white;
	padding: 40px 20px;
	font-size: 15px;
	font-weight: 40;
	border-radius: 2px;
	width: 380px;
	margin-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.6);

	.tippy-backdrop {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

div#chaDivCategoryScroll .newbutton {
	display: inline-block;
	text-align: center;
	width: 250px;
	height: 90%;
	line-height: 45px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid black;
	font-size: 16px;
	font-weight: 200;
}

div#chaDivCategoryScroll .newbutton:hover {
	color: #fff;
	background-color: #000;
	font-weight: 400;
}

div#chaFirstCheckBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaFirstCheck {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
}

div#chaFirstCheck>img {
	width: 113px;
	height: 155px;
	outline: none;
}

div#chaFirstCheckButton>a {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 16px;
	width: 40%;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	text-decoration: none;
	background-color: #fff;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 200;
	cursor: pointer;
}

div#chaFirstCheckButton>a.startbutton {
	background-color: #4ED964;
	border: 2px solid #4ED964;
}

div#chaFirstCheckButton>a.cancelbutton {
	background-color: #666666;
	border: 2px solid #666666;
}

div#chaFirstCheckButton>a.startbutton:hover {
	color: #4ED964;
	background-color: #FFF;
	font-weight: 600;
}

div#chaFirstCheckButton>a.cancelbutton:hover {
	color: #fff;
	background-color: #000;
	font-weight: 600;
}

.tippy-tooltip.firstmes-theme {
	display: inline-block;
	text-align: center;
	color: black;
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 40;
	border-radius: 5px;
	width: 400px;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 1);

	.tippy-backdrop {
		background-color: rgba(255, 255, 255, 1);
	}
}

.tippy-tooltip.toptipsmes-theme {
	display: inline-block;
	text-align: left;
	color: white;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);

	.tippy-backdrop {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.tippy-tooltip.righttipsmes-theme {
	display: inline-block;
	text-align: left;
	color: white;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-left: 20px;
	background-color: rgba(0, 0, 0, 0.6);

	.tippy-backdrop {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.tippy-tooltip.lefttipsmes-theme {
	display: inline-block;
	text-align: left;
	color: white;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-right: 20px;
	background-color: rgba(0, 0, 0, 0.6);

	.tippy-backdrop {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.tippy-tooltip.firstmes-theme .tippy-arrow {
	border-top-color: #fff;
}

.tippy-tooltip.toptipsmes-theme .tippy-arrow {
	border-top-color: rgba(0, 0, 0, 0.6);
}

.tippy-tooltip.righttipsmes-theme .tippy-arrow {
	border-right-color: rgba(0, 0, 0, 0.6);
}

.tippy-tooltip.lefttipsmes-theme .tippy-arrow {
	border-left-color: rgba(0, 0, 0, 0.6);
}