@charset "UTF-8";

@font-face {
  font-family: 'Dela Gothic One';
  font-style: normal;
  font-weight: 400;
  src: local('Dela Gothic One'),
       url('/tarohmaker/fonts/DelaGothicOne-Regular.woff') format('woff');
}
body {font-family: 'Roboto', sans-serif;}
/* --------------------------------
reset
-------------------------------- */
html,body,p,h1,h2,h3,
table,th,td,ul,li,dl,dt,dd,
address,
menu {margin: 0; padding: 0;}
li {list-style: none;}
img {border: 0;vertical-align: bottom;}
a {text-decoration: none;}
table {border-collapse: collapse;}
address {font-style: normal;}

/* --------------------------------
段落・フォント
-------------------------------- */
html, body, p, h1, h2, h3,
table, th, td, ul, li, dl, dt, dd,
address {font-size: 13px; line-height: 1.5; font-family: helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;text-decoration: normal;}
pre.aa {padding: 0;line-height: 1.125;font-family: 'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック',sans-serif;}


/*
p#test {font-size: 20px;font-family: 'Zen Antique Soft', serif;}
p#test {font-size: 20px;font-family: 'Dela Gothic One', cursive;}
*/

/* ----------------------------- */
#prev {display: none;}

/* ----------------------------- */
body {background: #FC0;}
/* ----------------------------- */
#cnavi li img {border: 1px solid #FFF;}

.ec001, .cl001, .cr001 {background: #3c3c3c;}
.ec002, .cl002, .cr002 {background: #ebdb8f;}
.ec003, .cl003, .cr003 {background: #9f2526;}
.ec004, .cl004, .cr004 {background: #cccccc;}
.ec005, .cl005, .cr005 {background: #6cb662;}
.ec006, .cl006, .cr006 {background: #ff913e;}
.ec007, .cl007, .cr007 {background: #5fbfde;}
.ec008, .cl008, .cr008 {background: #ffa3a3;}


.ec008, .cl008, .cr008 {background: #ffa3a3;}

.sc001 {background: #ffe3d9;}
.sc002 {background: #c68e79;}
.sc003 {background: #824732;}
.sc004 {background: #FFFFFF;}
.sc005 {background: #a8d0de;}

.hc001 {background: #606060;}
.hc002 {background: #ffdb59;}
.hc003 {background: #9f2526;}
.hc004 {background: #cccccc;}
.hc005 {background: #6cb662;}
.hc006 {background: #ff913e;}
.hc007 {background: #58cdf3;}
.hc008 {background: #ffa3a3;}
.hc009 {background: #c8a28b;}
.hc010 {background: #b68bc8;}

#debug {z-index: 999;position: fixed;bottom: 0;right: 0;background: #000;color: #FFF;padding: 4px 8px;border-radius: 4px 0 0 0;}
/*
-------------------------------- */
.wrap {width: 100%;overflow: hidden;}
.wrap2 {width: calc(100% - 20px);max-width: 800px;margin: 0 auto;overflow: hidden;}

@media only screen and (max-width:400px) {
}
@media screen and (min-width:401px) and ( max-width:860px) {
}
@media screen and (min-width:861px) {
}






.txtcnt {text-align: center;}
.note {margin: 10px 0 0 0;padding: 4px 8px;border: 1px dotted #000;}
.note2 {max-width: 384px;margin: 10px auto 0 auto;padding: 4px 8px;border: 1px dotted #000;}
.note3 {max-width: 384px;margin: 10px auto 0 auto;padding: 4px 8px;border: 1px dotted #000;}

/* head
-------------------------------- */
#head {display: flex;justify-content: space-between;padding: 5px 10px;background: #000;}
#head a {color: #FC0;}

/*
-------------------------------- */
#pmenu {z-index: 2;position: absolute;top: 5px;left: 5px;}
.pplist li {width: 40px;opacity: 0.5;}
.pplist li.active {opacity: 1;}
.pplist li img {width: 100%;}

ul.plist {margin: 0 auto;padding: 5px 0 0 0;font-size: 0;text-align: center;}


.plist li {display: inline-block;margin: 5px 3px 0 3px;padding: 7px 10px 6px 10px;background: #999;color: #FFF;border-radius: 10px;cursor: pointer;}
.plist li.active {background: #000;color: #FFF;}

#sArea {margin: 10px 0 0 0;padding: 10px 0 5px 0;background: #FFF;}

#sArea::-webkit-scrollbar {width: 10px;height: 10px;}


#sArea::-webkit-scrollbar-thumb {border-radius: 0.25rem;}
#sArea::-webkit-scrollbar-thumb {--bg-opacity: 1;background-color: black;}
#sArea::-webkit-scrollbar-track {background: #CCC;}

#sArea ul {font-size: 0;text-align: center;}



#cnavi li {margin: 0 0 5px 0;line-height: 36px;font-size: 14px;}
#cnavi li img {display: inline-block;width: 36px;height: 36px;border-radius: 100%;}

#pnavi ul {display: none;}
#pnavi ul.active {display: block;}

#pnavi li {width: 100%;margin: 0;padding: 0 0 5px 0;font-size: 0;}
#pnavi li img {width: 76px;height: 76px;margin: 0 5px 5px 5px;border: 1px solid #CCC;border-radius: 5px;}


/* 保存コード
-------------------------------- */
#ncode {margin: 50px 0 0 0;}
#ncode dt,
#ncode dd,
#ncode p {font-size: 12px;}

#ncode dt,
#ncode dd {display: inline-block;margin: 0 4px 0 0;padding: 4px 8px 0 8px;border-radius: 5px 5px 0 0;color: #FFF;line-height: 20px;}

#ncode dt {background: #000;}
#ncode dd {background: #999;font-weight: bold;text-align: center;cursor: pointer;}

#ncode dd.inp {display: block;width: calc(100% - 16px);margin: 0;padding: 8px;background: #000;border-radius: 0 5px 5px 5px;}
#ncode dd.inp input {width: calc(100% - 4px);
padding: 3px 2px 2px 2px;border: none;border-radius: 2px;}


/* セーブスロット
-------------------------------- */
#slot {}
#slot ul {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}

#slot li {width: calc(100% - 8px);margin: 0 5px 0 0;
border: 4px solid #000;
border-radius: 10px;
}
#slot li:last-child {margin: 0;}
#slot li p {text-align: center}
#slot li a {display: block;padding: 12px 0;background: #666;color: #FFF;text-align: center;}

#slot li .ssave a {background: #F66;}
#slot li .ssave a:hover,
#slot li .ssave a:active {background: #F33;}
#slot li .sload a {background: #66F;}
#slot li .sload a:hover,
#slot li .sload a:active {background: #33F;}

#slot li .title {padding: 2px  0;background: #FFF;border-radius: 6px 6px 0 0;font-size: 20px;font-weight: bold;}
/*
#slot li .ssave {margin-top: 8px;}
#slot li .sload {margin-top: 5px;}
*/
#slot li .sload a {border-radius: 0 0 6px 6px;}

#slot .inp {display: block;width: calc(100% - 16px);margin: 0;padding: 8px;background: #000;border-radius: 10px;}
#slot .inp input {width: calc(100% - 4px);padding: 3px 2px 2px 2px;border: none;border-radius: 5px;}

/* 完成画面
-------------------------------- */

/* #prev
-------------------------------- */
#prevArea {position: relative;}
#prev {z-index: 1;position: relative;width: 100vw;height: 100vw;}
#prev li {position: absolute;top: 0;left: 0;}
#prev li img {width: 100%;}

@media screen and (min-width:401px) {
	#fixArea,
	#prevArea {max-width: 400px;margin: 0 auto;}
	#prev {width: 400px;height: 400px;margin: 0 auto;}
}

.wrap2 h2 {background: #000;margin: 50px 0 10px 0;padding: 5px 15px;border-radius: 15px;background: #000;color: #FC0;font-size: 15px;text-align: left;}


#farea, #carea {position: relative;max-width: 400px;margin: 0 auto;overflow: hidden;font-size: 0;}
#fixArea {position: relative;width: 100%;max-width: 400px;}
#carea {width: 100%;}
#canvas {width: 100%;}
#carea.tprev canvas {border-radius: 100%;}

/* ボタン
-------------------------------- */
.button {display: inline-block;width: 64px;height: 64px;line-height: 64px;background-color: #40ce93;border-radius: 100%;color: #fff;font-size: 16px;font-weight: bold;text-align: center;cursor: pointer;}

#makeButton {z-index: 2;position: absolute;bottom: 10px;right: 10px;}
#dlButton {z-index: 2;position: absolute;bottom: 10px;right: 10px}

#tprevButton {z-index: 2;position: absolute;top: 10px;right: 10px;padding: 4px 6px;border-radius: 20px;background: #00ACEE;color: #FFF;}

#fixArea img {width: 100%;}

#textArea {background: #FFF;}
#textArea ul {position:relative;width: calc(100% - 20px);max-width: 780px;margin: 0 auto;padding: 15px 10px 6px 10px;}
#textArea li {font-size: 14px;vertical-align: middle;}

.tcol1 {background: #000000;color: #000000;}
.tcol2 {background: #FFFFFF;color: #FFFFFF;}

.tcol3 {background: #ffc900;color: #ffc900;}
.tcol4 {background: #b4ff00;color: #b4ff00;}
.tcol5 {background: #34ff00;color: #34ff00;}
.tcol6 {background: #00ff4c;color: #00ff4c;}
.tcol7 {background: #00ffca;color: #00ffca;}
.tcol8 {background: #00b2ff;color: #00b2ff;}
.tcol9 {background: #0032ff;color: #0032ff;}
.tcol10 {background: #4e00ff;color: #4e00ff;}
.tcol11 {background: #cd00ff;color: #cd00ff;}
.tcol12 {background: #ff00b0;color: #ff00b0;}
.tcol13 {background: #ff0937;color: #ff0937;}
.tcol14 {background: #ff5000;color: #ff5000;}


#textArea li input#txt {margin: 0 0 5px 5px;padding: 4px 6px;}
#textArea li input[type=radio] {display: none;}
#textArea li label {display: inline-block;width: 18px;height: 18px;margin: 0 5px 5px 0;border: 2px solid #CCC;border-radius: 100%;overflow: hidden;font-size: 1px;}
#textArea li input[type=radio]:checked + label {border: 2px solid #F90;}
#textArea li {display: flex;justify-content: center;align-items: center;}
#textArea li span {display: inline-block;margin-right: 5px;}
#textArea li label {display: inline-block;}

/* ツイートボタン
-------------------------------- */
.bbox {margin: 10px auto 0 auto;
	padding: 10px 15px;
	border: 4px solid #000;
	border-radius: 10px;
	background: #FFF;
max-width: 420px;}

#readArea,
#tweetArea {}

#tweetArea dl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 10px 0;
}
#tweetArea dt {padding-right: 10px;}

/* 注意事項
-------------------------------- */
.caution {padding: 0 10px 0 27px;}
.caution li {list-style: disc;padding-top: 10px;}



/* #foot
-------------------------------- */
#foot {margin: 30px 0 0 0;padding: 0 10px 20px 10px;border-top: 4px dotted #000;}
#foot p {display: inline-block;padding: 5px 10px 0 0;color: #000;}


/*

p.dbtn:hover,
p.dbtn:active {background: #000;}

#tload .btn {margin: 3px 8px 0 0;}
.cd li {float: left;padding: 0 2px 0 0;}
.cd li img {border: 4px solid #FFF;border-radius: 25px;}
.cd li img:hover {border: 4px solid #F30;}
*/

#test {margin: 50px 10px 0 10px;padding: 10px;word-break: break-all;background: #FFF;}
#testarea {margin: 10px;word-break: break-all;}
#testarea span {
display: inline-block;
margin: 5px;
padding: 2px 4px;
border: 1px solid #000;
}
