	html,
	body {
	    margin: 0;
	    padding: 0;
	    font-family: 'Playfair Display', serif;
	    /*font-family: 'Scheherazade', serif;*/

	    height: 100%;
	    overflow: hidden;
	    width: 100%;
	}

	img {
	    vertical-align: bottom
	}

	ul,
	li {
	    margin: 0;
	    padding: 0;
	}

	li {
	    list-style-type: none;
	    font-size: 15px;
	    height: 20px;
	    margin:20px 0;
	    /*line-height: 50px;*/
	    color: #555;
	    cursor: pointer !important;
	    /*background-color: #ffe;*/
	}

	#menu {
	    /*opacity:0;*/
	    width: 100%;
	    bottom: -50px;
	    /*-50*/
	    position: fixed;
	    z-index: 999;
	    left: 0;
	    /*top: 0;*/
	    text-align: center;
	    transition: 2s;
	}

	#menu.active {
	    opacity: 1;
	    bottom: 20px;
	}

	#menu ul {
	    width: 210px;
	    margin: 0 auto;
	    /*transition: .5s;*/
	    overflow: hidden;
	}


	#menu ul.active {
	    /*width: 2000px;*/
	    width: 550px;
	    overflow: hidden;
	    margin: 0 auto;
	}

	li.menu {
	    text-align: center;
	    min-width: 70px;
	    display: inline-block;
	    float: left;
	}

	.works-text {
	    float: left;
	    text-align: center;
	    width: 70px;
	}

	.works-menu {
	    text-align: left;
	    width: 0;
	    min-width: 0px;
	    overflow: hidden;
	    height: 50px;
	    opacity: 0;
	    float: left;
	    transition: .5s;
	}

	.works-menu.active {
	    opacity: 1;
	}

	.menu-works-btn {
/*	    opacity: 0;*/
/*position: absolute;*/
	    /*position: fixed;*/
	    /*
	    text-align: center;
	    width: 290px;
	    /*margin: 0 auto;*/
/*	    left: 50%;
	    margin-left: -145px;
	    bottom: -20px;*/
	    transition: 1s;
	    /*z-index:999;*/
	}


	.menu-works-btn.active {

	    opacity: 1;
	}



	.works-btn-box{
		position: absolute;
		bottom: 40px;
		height: 30px;
		width: 250px;
		margin-left: -125px;
		left: 50%;
	}


	.works-btn {
	    width: 25px;
	    height: 25px;
	    /*border-radius: 50%;*/
	    /*background-color: #d00;*/
	    /*border:1px solid #555;*/
	    margin: 20px 2px;
	    display: block;
	    cursor: pointer;
	    /*float: left;*/
	    opacity: 0;


	    position: absolute;
	    right:-20px;
	    bottom:20px;
	}


	.works-btn.noclick{
		pointer-events:none;
/*		height: 0;
		overflow: hidden;*/
	}

	.works-btn>span {
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background-color: #ddd;
	    transition: 1s;
	    /*border:1px solid #555;*/
	}

	.works-btn>span:hover,
	.works-btn.active>span {
	    transform: scale3d(1.8, 1.8, 1);
	}

	.works-btn:hover>span {
	    background-color: #ccc;
	}

	.works-btn.active>span {
	    background-color: #bbb;
	}


	.draw-image-box {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -500px;
	    margin: -290px;
	}


	#stage_canvas {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.draw-image-box {
	    opacity: 0;
	    position: absolute;
	    z-index: 999;
	    top: 50%;
	    margin-left: -300px;
	    left: 50%;
	    margin-top: -375px;
	}


	.first-title img{
		width: 100%;
			}

	.first-title {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-left: -50%;
	    margin-top: -50%;
	    /*font-size: 200px;*/
	    font-size: 270px;
	    width: 100%;
	    opacity: 0.3;
/*	    margin-left: -50%;
	    margin-top: -20%;
*/	    text-align: center;
	    color: #eee;
	    line-height: 1.0;
	    user-select: none;
	    /* CSS3 */
	    -moz-user-select: none;
	    /* Firefox */
	    -webkit-user-select: none;
	    /* Safari、Chromeなど */
	    -ms-user-select: none;
	    /* IE10かららしい */
	    /*opacity: 0;*/
	    /*background-color: red;*/
	}

	.drawing-info {
	    position: absolute;
	    width: 30%;
	    top: 50%;
	    left: 50%;
	    margin-left: 270px;
	    /*margin-top: 50px;*/
	    opacity: 1;
	    transition: .8s;
	    z-index: 999;
	}

	.drawing-info.active {
	    margin-left: 240px;
	    opacity: 1;
	}

	.drawing-description {
	    margin-top: 8px;
	    font-size: 12px;
	}


	/******** control-box **********/

	.control-box {
	    position: absolute;
	    left: 50%;
	    margin-left: 265px;
	    top: 50%;
	    margin-top: 25px;
	    /*right: -65px;*/
	    /*bottom: 0px;*/
	    opacity: 0;
	    transition: .8s;
	    z-index: 999;
	}

	.control-box.active {
	    opacity: 1;
	    margin-left: 225px;
	    /*right: -50px;*/
	}



	/* form用 */
	.control-box-c {
        position: absolute;
        left: 50%;
        top: 50%;
        padding-left: 30px;
        opacity: 0;
        transition: .8s;
        z-index: 999;
    }

    .control-box-c.active {
        opacity: 0.8;
        padding-left: 0;
    }





	.spray-icons {
	    margin-top: 30px;
	}

	.spray-icons img {
	    margin-right: 10px;
	    cursor: pointer;
	    width: 25px;
	}

    .textBtn {
        margin-top: -5px;
    }	

	.sprayBtn,
	.penBtn,
	.sprayBtn_f,
	.penBtn_f,
	.shareBtn,
	.eraserBtn,
    .textBtn {
	    /*background-color:#686767;*/
	    margin: 0;
	    margin-bottom: 10px;
	    width: 30px;
	    height: 24px;
	    padding-top: 6px;
	    transition: .8s;
	    border-radius: 50%;
	    background-color: rgba(255, 255, 255, 0);
	}

	.sprayBtn img,
	.penBtn img,
	.sprayBtn_f img,
	.penBtn_f img,
	.shareBtn img,    
	.eraserBtn img,
    .textBtn img  {
	    padding: 10px;
	}

	.sprayBtn.active,
	.penBtn.active,
	.sprayBtn_f.active,
	.penBtn_f.active,	
	.shareBtn.active,
    .eraserBtn.active,
    .textBtn.active {
	    background-color: rgba(0, 0, 0, 1);
	}


	svg,
	img {
	    margin: 0;
	    padding: 0;
	}


	.sns-icons {
	    margin-left: 20px;
	    position: absolute;
	    left: 12px;
	    top: 188px;
	    transition: 1s;
	    width: 200px;
	    opacity: 0;
	}


	.sns-icons.active
	 {
	    opacity: 1;
	    left: 25px;
	}

	.sns-icons img {
	    margin-right: 15px;
	    cursor: pointer;
	    width: 15px;
	    float: left;
	}

	.drawing-tool {
	    /*position: absolute;*/
	    width: 35px;
	    /*		
	    top: 50%;
		left: 50%;
		margin-left: 500px;
		*/
	    margin-top: 100px;
	    opacity: 0.5;
	    transition: .8s;
	    text-align: center;
	}

	.drawing-tool:hover {

	}

	.drawing-tool img,
	.drawing-tool svg {
	    width: 18px;
	    display: inline-block;
	    transition: .5s;
	}

	.st0 {
	    fill: #686767;
	    transition: .5s;
	}

	.penBtn.active .st0,
	.sprayBtn.active .st0,
	.shareBtn.active .st0,
	.sprayBtn_f.active .st0,
	.penBtn_f.active .st0,
	.eraserBtn.active .st0,
	.textBtn.active .st0
	 {
	    fill: #fff;
	}


	/*************************/

	.drawing-title {
	    position: absolute;
	    /*right: 50px;*/
	    width: 100px;
	    left: 0%;
	    top: 50%;
	    font-size: 200px;
	    /*font-size: 270px;*/
	    width: 100%;
	    margin-left: -100px;
	    margin-top: -350px;
	    text-align: center;
	    color: #eee;
	    line-height: 0.8;
	    z-index: 999;
	    opacity: 0;
	    transition: 1s;
	    /*margin-left: -135px;*/
	    /*font-weight: bold;*/
	    user-select: none;
	    /* CSS3 */
	    -moz-user-select: none;
	    /* Firefox */
	    -webkit-user-select: none;
	    /* Safari、Chromeなど */
	    -ms-user-select: none;
	    /* IE10かららしい */
	    
	}

	.drawing-title.active {
	    opacity: 0.8;
	    /*0.8;*/
	    margin-left: 0px;
	}

	.drawing-title img{
		/*width: 100px;*/
		height: 130px;
		opacity: 0.1;
	    user-select: none;
	    /* CSS3 */
	    -moz-user-select: none;
	    /* Firefox */
	    -webkit-user-select: none;
	    /* Safari、Chromeなど */
	    -ms-user-select: none;
	}
	.artist-info {
	    position: absolute;
	    width: 30%;
	    top: 50%;
	    left: 50%;
	    margin-left: 230px;
	    margin-top: -60px;
	    opacity: 0;
	    transition: .8s;
	    line-height: 1.8;
	    /*display: none;*/
	    z-index:0;
	}

	.artist-info.active {
	    margin-left: 200px;
	    opacity: 1;
	    z-index:999;
	    /*display: block;*/
	}

	.artist-description {
	    margin-top: 15px;
	    font-size: 12px;
	}

	a {
	    color: #555;
	}

	#draw-image,
	#draw-artist,
	#draw-form {
	    display: none;
	}


	#rakugaki {

	    position: absolute;
	    z-index: 800;
	    top: 50%;
	    left: 50%;
	    margin-left: -198px;
	    margin-top: -247.5px;
	    width: 396px;
	    height: 495px;
	   /*	
		opacity: 0.5;
		background-color: #e00;
		*/

	}


	.side-menu {
	    
	    /*font-family: 'Scheherazade', serif;*/
	    /*font-size: 20px;*/

	    /*height: 0;*/
	    /*overflow: hidden;*/
	    position: fixed;

	    top: 65px;
		right:-200px;
	    transition: 0.8s ease-in-out;


		/*background-color: #aaa;*/

	    z-index: 999;
	    text-align: right;
	    opacity: 0;

	    user-select: none;
	    /* CSS3 */
	    -moz-user-select: none;
	    /* Firefox */
	    -webkit-user-select: none;
	    /* Safari、Chromeなど */
	    -ms-user-select: none;
	    /* IE10かららしい */
	    /*display: none;*/
	}

	.side-menu.active {
	    /*height: 300px;*/
	    /*top: 85px;*/

		right:35px;
	    opacity: 1;

	    /*display: block;*/
	    user-select: auto;
	    /* CSS3 */
	    -moz-user-select: auto;
	    /* Firefox */
	    -webkit-user-select: auto;
	    /* Safari、Chromeなど */
	    -ms-user-select: auto;
	    /* IE10かららしい */
	}

/*

	.side-menu li{
		position: absolute;
		display: block;
	}


	.side-menu li.menu-works,
	.side-menu li.menu-artist,
	.side-menu li.menu-contact
	{
		width: 100%;
		right: -300px;
	    transition: 0.8s ease-out;
	    height: 16px;

	}




	.side-menu li.menu-works.active{
	    right:0px;
		
	}
	.side-menu li.menu-works.active{
	    right:0px;
		
	}
	.side-menu li.menu-works.active{
	    right:0px;
		
	}
*/

	li.menu-works img,
	li.menu-artist img,
	li.menu-contact img{
		/*height: 20px;*/
		height: 16px;
		/*margin-left: -1.5px;*/
	}









	.form-box{
	    position: absolute;
	    /*width: 500px;*/
	    width: 100%;
	    height: 400px;
	    top: 50%;
	    /*left: 50%;*/
	    /*margin-left: -50%;*/
	    margin-top: -200px;
	    text-align: center;
	    z-index: 0;
	    color: #555;
	    opacity: 0;
	    /*display: none;*/
	    transition: 1s;
	    z-index: 0;
	}

	.form-box.active {
	    margin-top: -220px;
	    opacity: 1;
	    /*display: block;*/
	    z-index: 900;
	}

	.form-bpx p {
	    color: #ccc;
	}

	.form-itembox {
	    /*height: 33%;	*/
	    width: 100%;
	    text-align: center;
	    /*border-bottom:1px solid #ddd;	*/
	    /*position: relative;*/
	}

	.form-item-label1,
	.form-item-label2 {
	    position: absolute;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    color: #ddd;
	    transition: .5s .5s;
	    opacity: 0;
	}
    .form-item-label1.active,
	.form-item-label2.active{
		opacity: 1;
	}

	.form-item-label1 {
	    top: 35px;	
	}

	.form-item-label2 {
	    top: 105px;
	    font-size: 100px;
	    line-height: 1.0;
	}


	.form-item-label1.active {
	    top: 15px;	
	}

	.form-item-label2.active {
	    top: 90px;
	}

	.form-box .form_mail,
	.form-box .form_message {
	    color: #555;

	    font-family: 'Playfair Display', serif;
	    /*font-family: 'Scheherazade', serif;*/
	    height: 30px;
	    text-align: center;
	    border: 0px solid #ddd;
	    border-top: 1px solid #ddd;
	    border-radius: 2px;
	    padding: 10px;
	    /*width: 480px;*/
	    width: 90%;
	    padding: 10px 5%;
	    background-color: rgba(200, 200, 200, 0);
	    font-size: 13px;
	    margin-bottom: 0px;
	    position: relative;
	    opacity: 0;
	    transition: 1s;
	}

	.form-box .form_mail {
	    left: -200px;
	}

	.form-box .form_message {
	    left: 300px;
	    height: 250px;
	    border-bottom: 1px solid #ddd;
	}


	.form-box .form_mail.active,
	.form-box .form_message.active {
	    left: 0;
	    opacity: 1;
	}



	.form-box .submit-button {
	    border: 0px;
	    font-size: 25px;
	    font-family: 'Playfair Display', serif;
	    /*font-family: 'Scheherazade', serif;*/

	    /*background-color: #888;*/
	    color: #fff;
	    width: 70px;
	    height: 70px;
	  /*  border-radius: 50%;*/
	    line-height: 70px;
	    margin-top: 40px;
	    font-size: 12px;
	    text-align: center;
	    padding: 0;
	    opacity: 0;
	    /*margin-top: 33%;*/
	    width: 100%;
	    transition: .5s;
	}
	.form-box .submit-button img{
		width: 20px;
	}

	.form-box .submit-button.active {
	    opacity: 1;
	    /*margin-top: -0px;*/
	    /*transform: scale(1.2);*/
	}
	.form-box .submit-button:hover {
	    /*transform: scale3d(1.2, 1.2, 1.2);*/
	    opacity: 0.5;
	}

	input[type="text"]:focus,
	textarea.form_message:focus,
	.form-box .submit-button:focus,
	.form-box .submit-button:active
	{
	  outline: 0;
	  background-color: #fff;
	}

	.cancel-button {
	    font-size: 12px;
	    margin-top: 20px;
	}

	.menu-trigger,
	.menu-trigger span {
	    display: inline-block;
	    transition: all .4s;
	    box-sizing: border-box;
	}

	.menu-trigger {
	    opacity: 0;
	    display: none;
	    position: absolute;
	    top: 30px;
	    right: 30px;
	    z-index: 9990;
	    width: 30px;
	    height: 14px;
	    cursor: pointer !important;
	    /*background-color: #222;*/
	}

	.menu-trigger.display {
	    opacity: 1;
	    display: block;
	    cursor: pointer !important;

	}

	.menu-trigger span {
	    position: absolute;
	    left: 0;
	    width: 100%;
	    height: 1px;
	    background-color: #555;
	    border-radius: 2px;
	}

	.menu-trigger span:nth-of-type(1) {
	    top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
	    top: 7px;
	}

	.menu-trigger span:nth-of-type(3) {
	   bottom:0px;
	}

	.menu-trigger span:nth-of-type(1) {
	    -webkit-animation: menu-bar01 .75s forwards;
	    animation: menu-bar01 .75s forwards;
	}

	@-webkit-keyframes menu-bar01 {
	    0% {
	        -webkit-transform: translateY(6px) rotate(45deg);
	    }
	    50% {
	        -webkit-transform: translateY(6px) rotate(0);
	    }
	    100% {
	        -webkit-transform: translateY(0) rotate(0);
	    }
	}

	@keyframes menu-bar01 {
	    0% {
	        transform: translateY(6px) rotate(45deg);
	    }
	    50% {
	        transform: translateY(6px) rotate(0);
	    }
	    100% {
	        transform: translateY(0) rotate(0);
	    }
	}

	.menu-trigger span:nth-of-type(2) {
	    transition: all .25s .25s;
	    opacity: 1;
	}

	.menu-trigger span:nth-of-type(3) {
	    -webkit-animation: menu-bar02 .75s forwards;
	    animation: menu-bar02 .75s forwards;
	}



	@-webkit-keyframes menu-bar02 {
	    0% {
	        -webkit-transform: translateY(-6px) rotate(-45deg);
	    }
	    50% {
	        -webkit-transform: translateY(-6px) rotate(0);
	    }
	    100% {
	        -webkit-transform: translateY(0) rotate(0);
	    }
	}

	@keyframes menu-bar02 {
	    0% {
	        transform: translateY(-6px) rotate(-45deg);
	    }
	    50% {
	        transform: translateY(-6px) rotate(0);
	    }
	    100% {
	        transform: translateY(0) rotate(0);
	    }
	}

	.menu-trigger.active span:nth-of-type(1) {
	    -webkit-animation: active-menu-bar01 .75s forwards;
	    animation: active-menu-bar01 .75s forwards;
	}

	@-webkit-keyframes active-menu-bar01 {
	    0% {
	        -webkit-transform: translateY(0) rotate(0);
	    }
	    50% {
	        -webkit-transform: translateY(6px) rotate(0);
	    }
	    100% {
	        -webkit-transform: translateY(6px) rotate(45deg);
	    }
	}

	@keyframes active-menu-bar01 {
	    0% {
	        transform: translateY(0) rotate(0);
	    }
	    50% {
	        transform: translateY(6px) rotate(0);
	    }
	    100% {
	        transform: translateY(6px) rotate(45deg);
	    }
	}

	.menu-trigger.active span:nth-of-type(2) {
	    opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
	    -webkit-animation: active-menu-bar03 .75s forwards;
	    animation: active-menu-bar03 .75s forwards;
	}

	@-webkit-keyframes active-menu-bar03 {
	    0% {
	        -webkit-transform: translateY(0) rotate(0);
	    }
	    50% {
	        -webkit-transform: translateY(-6px) rotate(0);
	    }
	    100% {
	        -webkit-transform: translateY(-6px) rotate(-45deg);
	    }
	}

	@keyframes active-menu-bar03 {
	    0% {
	        transform: translateY(0) rotate(0);
	    }
	    50% {
	        transform: translateY(-6px) rotate(0);
	    }
	    100% {
	        transform: translateY(-6px) rotate(-45deg);
	    }
	}

	.lst0,.lst1,.lst2,.lst3,.lst4,.lst5,.lst6,.lst7,.lst8,.lst9,.lst10,.lst11{
	    stroke-dasharray: 4000;
	    stroke-dashoffset: 0;
	    stroke-width: 2;
	    fill:transparent;

	}

	.lst0.active,.lst1.active,.lst2.active,.lst3.active,.lst4.active,.lst5.active,.lst6.active,.lst7.active,.lst8.active,.lst9.active,.lst10.active,.lst11.active{

	    

	}
	.lst0.active{
		animation: logoanim 3s ease-in 0s forwards; 
		/*d*/
		animation-delay:5s;
	}
	.lst1.active{
		/*r*/
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:4.5s;
	}
	.lst2.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:0.5s;
	}
	.lst3.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:5s;
	}
	.lst4.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:2s;
	}
	.lst5.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:2.5s;
	}
	.lst6.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:3.5s;
	}
	.lst7.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:-1s;
	}
	.lst8.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:4s;
	}
	.lst9.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:4.5s;
	}
	.lst10.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:0.8s;
	}
	.lst11.active{
		animation: logoanim 3s ease-in 0s forwards; 
		animation-delay:5s;
	}
	@keyframes logoanim {
	  0% {
	    stroke:#fff;
	    stroke-dashoffset: 4000;
	    fill:transparent;
	  }
	  50% {
	    stroke:#CCCCCC;
	    fill:transparent;
	  }
	  100% {
	    stroke:#CCCCCC;
	    stroke-dashoffset: 0;
	    fill:#CCCCCC;
	  }
	}


	.drawing-title{
		pointer-events:none;
	}
	#drawn-image,#final-image,#share-image{
		display: none;
	}

/******  20190911 *********/


    .artist_nav {
        position: absolute;
        top: 50%;
        width: 50px;
        margin-top: 0px;
        opacity: 0;
        transform: 1s;
    }

    .left_nav {
        left: 200px;
        transform: rotateY(180deg);
        opacity: 0;
        transition: 1s;
    }

    .right_nav {
        right: 200px;
        opacity: 0;
        transition: 1s;
    }

    .left_nav.active {
        left: 20px;
    }

    .right_nav.active {
        right: 20px;
    }


    .left_nav.active,
    .right_nav.active {
        opacity: 1;
    }



    .right_svg1 {
        transform: rotateZ(45deg);
    }

    .right_svg2 {
        transform: rotateZ(-45deg);
    }

    .page-menu-trigger {
        position: absolute;
        display: block;
        top: 50%;
        opacity: 0;
    }

    .page-menu-trigger,
    .page-menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
    }

    .page-menu-trigger span {
        transition: all .4s;

    }

    .page-menu-trigger {
        position: relative;
        width: 50px;
        height: 44px;
    }

    .page-menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ccc;
        border-radius: 2px;
    }

    .page-menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .page-menu-trigger span:nth-of-type(2) {
        top: 0px;
    }


    .page-menu-trigger {
        position: absolute;
        z-index: 200;
    }

    .page-menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateX(0px) translateY(17px) rotate(-45deg);
    }

    .page-menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateX(0px) translateY(-17px) rotate(45deg);
    }

    .arrow-button {
        position: relative;
        z-index: 400;
        height: 74px;
        top: -37px;
        pointer-events: none;
    }

    .arrow-button.active {
        cursor: pointer;
        pointer-events: auto;
    }


    #message {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 49%;
        left: 50%;
        margin-top: -250px;
        margin-left: -250px;
        z-index: 9999;
        background: #f3f3f2;
        opacity: 0;
        transition: .8s;
        z-index: -1;
        font-family: 'Playfair Display', serif;
        text-align: center;
    }

    #message.active {
        z-index: 0;
        opacity: 1;
        top: 50%;
    }


    .mailbody {
        padding: 30px;
        height: 100%;

    }

    .mail:focus,
    .mailbody:focus {
        outline: 0;
    }

    .mail_placeholder {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 13px;
        top: 14px;
        left: 0;
        color: #ccc;
        z-index: 0;
    }

    .mailbody_placeholder {
        position: absolute;
        width: 100%;
        color: #ccc;

        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

        text-align: center;
        font-size: 13px;
        -ms-user-select: none;
        /* IE 10+ */
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;

        z-index: 90000;


    }

    .mailbody_placeholder img {
        height: 20px;
        margin-bottom: 10px;
    }

    .not_selectable {
        -ms-user-select: none;
        /* IE 10+ */
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }


   #rakugaki_form {
        position: absolute;
        z-index: 8100;
        top: 50%;
        left: 50%;
        /*border:1px solid #ccc;*/
        
    }

    #rakugaki_form canvas {
        width: 100%;
        height: 100%;
        /*background: #FAFAFA;*/
        /*background:#f3f3f2;*/
        /*opacity: 0.5;*/


    }




    button#go {
        width: 155px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: white;
        background-color: #333;
        position: relative;
        opacity: 0;
        transition: .8s .3s ease;
        /* ease-in-out*/
        margin-top: 10px;
        z-index: 999;
        font-family: 'Roboto', sans-serif;
    }

    button#go.active {
        opacity: 1;
        margin-top: -5px;
    }




    .page-right {
        /*            width: 500px;
            height: 500px;*/
        position: absolute;
        background-color: #eee;
        top: 50%;
        left: 50%;
        /*margin-top: -250px;*/
        display: none;
        overflow: hidden;
    }

    .page-right-inner {
        height: 100%;
        width: 100%;
        /*overflow: hidden;*/
    }

    .page-right img {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
    }

    .ink-circle {
        border-radius: 50%;
        position: absolute;
        /*transform: scale(1,1) rotate3d(80deg,50deg,0deg);*/
        z-index: 100;
        opacity: 0;
        transform: scale(1, 1);

    }

    .ink-circle.active {
        transform: scale(30, 40);
        opacity: 0.3;
    }


    .eraser_ste0 {
    	fill: #fff;

        stroke: #686767;
        stroke-width: 13.3052;
        stroke-miterlimit: 10;
    }

    .eraser_ste1 {
        fill: #FFFFFF;
 /*       stroke: #000000;
*/
	    stroke: #686767;

        stroke-width: 12.2227;
        stroke-miterlimit: 10;
    }

    .eraser_ste2 {
    	fill: #686767;
        stroke: #686767;
    }


	.loading{
		width: 100%;
		height: 100%;
		background-color: #fafafa;
		/*3339;*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.cube1, .cube2 {
  background-color: #556;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}




.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #e5e5e6;
  font-size: 11px;
  text-indent: -99999em;
  /*margin: 55px auto;*/
  /*position: relative;*/
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 .5em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);

  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5em;
  margin-top: -5em;


}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fafafa;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fafafa;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


	.start_wall{
		width: 100%;
		height: 100%;
		/*3339;*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9998;	
		cursor: pointer;	
	}


