@font-face{
	font-family:'logotype';
	src:url('logotype.woff') format('woff');
}


#canvas{	
	margin:0;
	padding:0;
	user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none; 
}


ul li{


}
html,body{
	margin:0;
padding:0;
	-webkit-text-size-adjust:100%;
	
}


.btnSide{
width:400px;
height:150px;
margin-top:4px;
margin-bottom:4px;
border:solid 2px #fff;
font-size:2em;

}

#stampInputText{
font-size:2em;
font-family:'logotype';
width:380px;
height:50px;
margin:10px 0;:

}
#stampInputTextYoko{
font-size:2em;
font-family:'logotype';
width:380px;
height:50px;
margin:0 0 20px;

}

.itemText{
font-size:2em;
font-family:'logotype';
width:380px;
height:50px;
vertical-align:middle;
border:none;
padding:0;
margin:4px 0;
}

.btnRemove{
margin:4px 2px;
height:50px;
vertical-align:middle;
-webkit-appearance: none;
font-size:2em;
}

.btnModal{
border:solid 2px #000;
padding:5px 15px;
margin:20px 30px;
}

.btnDesign{
background-color: #fff;
font-family:'logotype';
border:solid 2px #000;

}
.btnDesign:hover{
cursor:pointer;
background-color: #e8e8e8;
border:solid 2px #fff;
}

.clearfix { zoom: 1; overflow: auto;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }


#labelDesignForm{
background: #fff;
width:100%;
height:100px;
padding-top: 25px;
padding-bottom: 25px;
margin-bottom:25px;
}



.selectDesign{
font-size:5em;
font-family:'logotype';
width:200px;
height:100px;
vertical-align:middle;
}




.wrapper {

	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #F8F8F8;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
}

.side-open .wrapper{
	
}

.side-open .overlay {
	
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	
	z-index: 3;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}

.overlay::after {
	font-family:'logotype';
	content: "TAP TO CLOSE　";
	visibility: hidden;
	position: fixed;
	top: 40%;
	display: block;
	width:100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 3em;
	font-weight: bold;
	text-align:right;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}



/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.btn__box a {
	display: block;
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 13px;
	color: #1a1e24;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #1a1e24;
}

.btn__box a:hover {
	color: #fff !important;
	background: #1a1e24;
}

.btn__box--svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 214px;
	height: 54px;
	margin: auto;
	z-index: -1;
}

.btn__box--svg rect {
	fill: transparent;
	stroke: #1a1e24;
	stroke-width: 1px;
	stroke-dasharray: 242px;
	stroke-dashoffset: 256px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.btn__box a:hover + .btn__box--svg rect {
	stroke-width: 2px;
	stroke-dasharray: 600px;
	stroke-dashoffset: 0;
}

/* --------------------------------------------------- side menu */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	background: #000;
	z-index: 1;
	text-align:center;
}

.side-menu ul  {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
	margin:0;
padding:0;

}





/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 80px;
	height: 10px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 8px 0 #161616;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ellipsis-v .point.top {
	top: 4px;
}

.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}

.ellipsis-v .point.bot {
	bottom: 4px;
}

.side-menu-btn:hover .top {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.side-menu-btn:hover .bot {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
	width: 112px;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
}

.side-open .point.top {
top:0;
}
.side-open .point.bot {
bottom:0;
}

.menu-text{
	position:absolute;
	left:15px;
	top:80px;
	font-weight:bold;
	font-size:20px;
	color:#FFF;text-shadow:1px 0px 2px #000,-1px 0px 2px #000,0px 1px 2px #000,0px -1px 2px #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.side-menu-btn:hover :hover .menu-text{
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.side-open .menu-text{
	left:10px;
}

.side-open .mid {
	width: 112px;
	height: 2px;
	opacity: 0;
	background: #fff;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	width: 112px;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
	background: #ccc;
	
}


.sideOpacity{
display:none;
}

#hiddenCanvas{
display:none;

}
#hiddenCanvas2{
display:none;

}

.displayNone{
display:none;
}
.modal-content{
	width:50%;
	margin:0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:10;
}
  
#modal-overlay{
	z-index:9;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(255,255,255,0.75);
}

.modal-content > p {
	font-size:22px;
	text-align:center;
	font-family:'logotype';
}


/* プリローダー */

#loaderWraper{
	position:fixed;
width:100%;
height:100%;
background-color:#000;
z-index:900;	
	vertical-align:middle;

}

#loader{
	position: absolute;
	text-align:center;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
	font-size: 40px;
	color: #ffffff;
	width:60%;
	height:100px;
	z-index:999;
	}
#bar {
	width: 100%;
	height: 20px;
	border:1px solid #efefef;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
#bar span {
	display: block;
	width: 0px;
	height: 22px;
	background: #efefef;
	}
#load-text{
	
	color:#fff;
}
#content{
	display:none;
}
.overflowhidden{
	overflow:hidden;
}
 
