#Main1{
	max-width:750px;
}
#CircleCut{
    max-width: 500px;
    width:90%;
    margin: 0 auto;
    position: relative;
}
#CircleCut > #trush{
    background-color: #fff;
    letter-spacing: 5px;
    text-align: center;
    padding: 1rem 0;
    width: 60px;
	top:-63px;
	right: 0px;
	position: absolute;
	border-radius:5px;
	z-index: 2;
	line-height:22px;
	display:none;

}
#CircleCut > #trush i{
	display: block;
    font-size: 3rem;
    color: #eb7370;
}
#CircleCut .preview {
    overflow: hidden;
    position: relative;
}
#CircleCut .preview .pr_area {
    transform-origin: left top;
    position: absolute;
    object-position: 0 0;
    display: inline-block;
    min-width: 100%;
    left: 0;
    top: 0;
}
#CircleCut .preview .pr_area div{
    position: absolute;
}
#CircleCut .preview .active:after{
	content:" ";
	border:dotted 2px #4f79cc;
	width:100%;
	height:100%;
	display: block;
	position:absolute;
	top:-2px;
	left:-2px;
}
#CircleCut .preview .active:before{
	content:" ";
	border:solid 1px #d1d1d1;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	top:-1px;
	left:-1px;
}
#CircleCut .preview [id^="stamp"]{
	align-items: center;
    justify-content: center;
}
#CircleCut .preview [id^="stamp"] p{
}
#CircleCut .preview [id^="stamp"] p img{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
#CircleCut .preview [id^="text"] {
    text-align:center;
    overflow:hidden;
}
.Save{
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}
.Save > #imgCheck, .Save > #imgSave{
    width:250px;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
    background-color: #fae077;
    border-radius: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: inline-block;
}
@media screen and (max-width: 600px) {
	.Save > #imgCheck{
	    width:190px;
	}
}
.Save > #imgCheck i, .Save > #imgSave i{
    color: #5dc86a;
    font-size:2rem;
    margin-right:5px;
}

#Template{
	width:100%;
	height:140px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align:center;
}
#Template span{
    width: 160px;
	height:30px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    list-style: none;
    background-color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 1px;
    display:inline-block;
}
#Template div.bg{
	background-color:#fff;
	position: relative;
	height:110px;
}
#Template div.bg ul{
	width:100%;
	height:100px;
	position: absolute;
	text-align: center;
}
#Template div.bg ul li{
	width:80px;
	height:80px;
    list-style: none;
	display:inline-block;
	margin: 10px;
}
#Template ul li.select{
	border:solid 2px #4f79cc;
}

#Parts_Window #CategoryTab li{
  display: inline-block;
  width: 30%;
	position: relative;
	line-height: 2.6em;
	text-align: center;
    border-radius: 10px 10px 0px 0px;
    list-style: none;
    background-color: #8adde0;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 1px;
}

#Parts_Window #CategoryTab li.show{
	background-color: #FFF;

}

#Parts_Window #CategoryTab a{
	display: inline-block;
	width: 100%;
	color: #fff;
}

#ItemBox {
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 0 0 40px 0;
    box-sizing: border-box;
}
#ItemBox ul {
    list-style-type: none;
    display: inline-block;
    width: auto;
}
#ItemBox ul[class^="color_"] li.parette {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
}
#ItemBox ul[class^="color_"] li.select{
    box-shadow:0px 0px 0px 3px #2e7ddf;
}
#Items {
    background-color: #fff;
    padding-left: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 8px;
}
#Items div[id^="l_"] {
    display: none;
}
#Items div.show {
    display: block;
}
#Items .group{
    display: flex;
}
#Items .group .layer{
	margin-left: 1rem;
	width: 90%;
}
#Items .group .group_title {
    width: 66px;
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    border-right:solid #5ed1d5 3px;
}
#Items .group .layer_title {
    display: block;
    height: 50px;
    line-height: 60px;
}
#Items .group .layer_title span:first-child {
    color: #2e7ddf;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right:1rem;
}
#Items .group .layer_title [class^="hyouzi"] {
    color: #adadad;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;

}
#Items .group .layer_title span.hyouzi_y {
    color: #2e7ddf;
}
#Items .group .layer_title .switchArea {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
#Items .group .layer_title .switchArea input[type="checkbox"] {
    display: none;
}
#Items .group .layer_title .switchArea label {
    box-sizing: border-box;
    position: relative;
}
#Items .group .layer_title .switchArea label i {
    width: 50px;
    border-radius: 8px;
    height: 14px;
    background-color: #a7a7a7;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
#Items .group .layer_title .switchArea label #swImg {
    position: absolute;
    width: 25px;
    height: 14px;
    background: #727272;
    top: 0px;
    left: 0px;
    border-radius: 26px;
    transition: .2s;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
#Items .group .layer_title .switchArea input[type="checkbox"]:checked ~ label #swImg {
  transform      : translateX(25px);
  background     : #2e7ddf;
}

#Items .spacer {
    width: 100%;
    border-bottom: 2px dotted #5ed1d5;
    margin: 1rem 0;
}

#l_temp [id^="Temp"] {
	display:none;
}
#l_temp label {
    font-size: 10px;
    font-size: 1.0rem;
}

#l_text{
	padding-bottom: 5rem;
}
#l_text span,#l_stamp span{
	color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-align: left;
}

textarea{
	background-color: #d1d1d1;
    width: 90%;
    height: 7rem;
    border: none;
}
textarea[id$="textmain"]{
	width: 90%;
	max-width:250px;
    height: 2rem;
}
textarea[id$="textsub"]{
	width: 90%;
	max-width:350px;
    height: 4rem;
}
#l_text [class^="ct_"]{
	background-color: #8adde0;
    padding: 8px;
    border-radius: 10px;
    margin: 10px;
}
#l_text .ct_color,
#l_text .ct_futi,
#l_text .ct_size{
	display: inline-block;
    height: 60px;
    padding-left: 1rem;
    min-width: 100px;
    text-align: center;
}

#l_text .ct_futi{
	position:relative;
}
#l_text .ct_futi .switchArea input[type="checkbox"] {
  display        : none;
}
#l_text .ct_futi .switchArea{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
	position: absolute;
    top: 19px;
    left: 33px;
}
#l_text .ct_futi .switchArea label {
  box-sizing: border-box;
  position: relative;
}
#l_text .ct_futi .switchArea label i{
    width: 50px;
    border-radius: 8px;
    height: 14px;
    background-color: #a7a7a7;
    position: absolute;
    top: 0px;
    bottom:0;
    margin:auto;
	cursor: pointer;
}
#l_text .ct_futi .switchArea label span{
    margin-left:55px;
}
#l_text .ct_futi .switchArea label #swImg {
    position: absolute;
    width: 25px;
    height: 14px;
    background: #727272;
    top: 0px;
    left: 0px;
    border-radius: 26px;
    transition: .2s;
    bottom:0;
    margin:auto;
    cursor: pointer;
}

#l_text .ct_futi .switchArea input[type="checkbox"]:checked ~ label #swImg {
  transform      : translateX(25px);
  background     : #2e7ddf;
}
#l_text .font_radio label{
	margin-right:1rem;
	display:block;
}
#l_text .ct_size p{
    display: inline-block;
    border: solid 1px #767676;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    color: #767676;
    border-radius: 7px;
    cursor: pointer;
}
.custom_t{
    font-size:30px;
}

/*---------------*/
/*fonts          */
/*---------------*/
/*小杉丸*/
@font-face {
  font-family: 'KosugiMaruRegular';
  src: url("../pict_font/KosugiMaru-Regular.ttf") format("truetype");
}
.font-KosugiMaruRegular{
  font-family: 'KosugiMaruRegular';
  font-weight:400;
}
/*Noto Sans Japanese*/
@font-face {
  font-family: 'NotoSansJPBlack';
  src: url("../pict_font/NotoSansJP-Black.otf") format("opentype");
}
.font-NotoSansJPBlack{
  font-family: 'NotoSansJPBlack';
  font-weight:900;
}
@font-face {
  font-family: 'NotoSansJPBold';
  src: url("../pict_font/NotoSansJP-Bold.otf") format("opentype");
}
.font-NotoSansJPBold{
  font-family: 'NotoSansJPBold';
  font-weight:700;
}
@font-face {
  font-family: 'NotoSansJPRegular';
  src: url("../pict_font/NotoSansJP-Regular.otf") format("opentype");
}
.font-NotoSansJPRegular{
  font-family: 'NotoSansJPRegular';
  font-weight:400;
}
/*デラゴシック*/
@font-face {
  font-family: 'DelaGothicOneRegular';
  src: url("../pict_font/DelaGothicOne-Regular.ttf") format("truetype");
}
.font-DelaGothicOneRegular{
  font-family: 'DelaGothicOneRegular';
  font-weight:400;
}
/*解星 春の海*/
@font-face {
  font-family: 'KaiseiHarunoUmiRegular';
  src: url("../pict_font/KaiseiHarunoUmi-Regular.ttf") format("truetype");
}
.font-KaiseiHarunoUmiRegular{
  font-family: 'KaiseiHarunoUmiRegular';
  font-weight:400;
}
.font-KaiseiHarunoUmiRegular{
  font-family: 'KaiseiHarunoUmiRegular';
  font-weight:700;
}
/*解星オプティ*/
@font-face {
  font-family: 'KaiseiOptiBold';
  src: url("../pict_font/KaiseiOpti-Regular.ttf") format("truetype");
}
.font-KaiseiOptiBold{
  font-family: 'KaiseiOptiRegular';
  font-weight:700;
}
@font-face {
  font-family: 'KaiseiOptiRegular';
  src: url("../pict_font/KaiseiOpti-Regular.ttf") format("truetype");
}
.font-KaiseiOptiRegular{
  font-family: 'KaiseiOptiRegular';
}
/*ステッキ*/
@font-face {
  font-family: 'StickRegular';
  src: url("../pict_font/Stick-Regular.ttf") format("truetype");
}
.font-StickRegular{
  font-family: 'StickRegular';
  font-weight:400;
}
/*ロックンロール*/
@font-face {
  font-family: 'RocknRollOneRegular';
  src: url("../pict_font/RocknRollOne-Regular.ttf") format("truetype");
}
.font-RocknRollOneRegular{
  font-family: 'RocknRollOneRegular';
  font-weight:400;
}
/*ニューテゴミン*/
@font-face {
  font-family: 'NewTegominRegular';
  src: url("../pict_font/NewTegomin-Regular.ttf") format("truetype");
}
.font-NewTegominRegular{
  font-family: 'NewTegominRegular';
  font-weight:400;
}
/*---------------*/
/*modal          */
/*---------------*/
#modal_save{
    position: absolute;
    width: 80%;
	background-color:#fff;
	padding:1rem;
    z-index: 13;
    display:none;
    width: 80%;
    left: 10%;
    top: 1%;
    border-radius: 10px;
    overflow: scroll;
    height: 80vh;
}
#modal_save .box{
	text-align: center;
}
#modal_save .box .circle_preview_box{
    display: inline-block;
    max-width: 700px;
    width:90%;
    border: solid 2px #5ed1d5;
    border-radius: 10px;
	padding: 8px;
    box-sizing: border-box;
}
#modal_save .box .circle_preview_box .text_box{
	text-align:left;
	padding-left: 5px;
    border-bottom: dotted 4px #5ed1d5;
}
#modal_save .box .circle_preview_box .grass{

    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #5ed1d5;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
#modal_save .box .circle_preview_box .menu{
	margin: 11px;
    font-size: 16px;
}
#modal_save .box .circle_preview_box .text1{
	margin-right:11px;
}
#modal_save .box .circle_preview_box .text2{
    font-size: 13px;
}
#modal_save .box .circle_preview_box .circle_preview{
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
#modal_save .box .circle_preview_box .circle_preview [id^="circle_preview"]{
    width:100%;
    max-width:224px;
    height:100%;
    height:224px;
    display:inline-block;
    vertical-align: top;
}
#modal_save .box .circle_preview_box .circle_preview #circle_preview1{
    position: relative;
}
#modal_save .box .circle_preview_box .circle_preview #circle_preview1 img{
    position: absolute;
    width:100%
	max-width:150px;
    height:150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#modal_save .box .circle_preview_box .circle_preview #circle_preview2{
    position: relative;
}
#modal_save .box .circle_preview_box .circle_preview #circle_preview2 img{
    position: absolute;
    left:0px;
    top:0px;
    width:100%
    max-width:224px;
    height:224px;
}
#modal_save #circle_preview3{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}


/*------------*/
/*個別設定　　*/
/*------------*/
.Temp1stamp{
	display:inline-flex;
}
.Temp2stamp{
	display:inline-block;
	float:left;
}
.Temp2stamp p{
	line-height:20px;
}
.Temp3stamp{
	display:inline-flex;
}

.Temp1textmain{
	font-size:30px;
	color:#fff;
}
.Temp1textsub{
	font-size:24px;
	color:#fff;
}
.Temp2textmain{
font-size: 30px;
    color: #fff;
    line-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Temp2textsub{
	font-size:17px;
	color:#fff;
}
.Temp3textmain{
	font-size:30px;
	color:#d482a0;
}
.Temp3textsub{
	font-size:24px;
	color:#9d90ab;
}
