@charset "utf-8";

/*----------------------
 base
----------------------*/
html {
	font-size: calc(10vw / 7.5);
	-webkit-font-smoothing: antialiased;
}
body {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	line-height: 1.4;
	background-color: #F4E9E3;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 6px;
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
::placeholder {
}
.bold {
	font-weight: 600;
}
.line {
	text-decoration: underline;
}
.marker {
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #F6E700 70%);
	padding: 0 0.5em;
}
button.button {
	display: block;
	color: #FFFFFF;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	background-color: #F4925F;
	padding: 0.8em 0;
	border-radius: 3px;
}
button.button .icon {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0.3em;
}
button.button .icon:before {
	content: "";
	position: absolute;
	top: -0.5em;
	bottom: -0.5em;
	right: calc(100% + 0.2em);
	width: 1.4em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
button.button .icon.reload:before {
	background-image: url(../img/icon_reload.png);
}
button.button .icon.download:before {
	background-image: url(../img/icon_download.png);
}

/*----------------------
 layout
----------------------*/
.wrapper {
}
.contentInner {
	width: calc(682 / 750 * 100%);
	margin: auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		max-width: 750px;
		margin: auto;
	}
}

.logo {
	width: calc(151 / 750 * 100%);
	padding: calc(15 / 750 * 100%) 0 calc(15 / 750 * 100%) calc(23 / 750 * 100%);
}
.mv {
	margin: 0 0 calc(64 / 750 * 100%) 0;
}
/* intro */
.intro {
	margin: 0 0 calc(65 / 682 * 100%) 0;
}
.intro .title {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	margin: 0 0 calc(42 / 682 * 100%) 0;
}
.intro p {
	font-size: 2.8rem;
	line-height: 1.75;
}

/* block */
.block {
	background-color: #FFFFFF;
	margin: 0 0 calc(58 / 682 * 100%) 0;
	padding: calc(36 / 682 * 100%) calc(32 / 682 * 100%);
}
.block .title {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	margin: 0 0 0.8em 0;
}
}
.block .list {
}
.block .list .item {
	text-indent: -1em;
	padding: 0 0 0.7em 1em;
}
.block .list .item p {
	font-size: 2.8rem;
	line-height: 1.75;
}
.block .list .item .note {
	text-indent: 0;
}
.block .list .item .sns {
	display: flex;
	align-items: center;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 600;
	text-indent: 0;
	padding: 0.6em 0 0 0;
}
.block .list .item .sns img {
	width: 1.3em;
	margin: 0 0.6em 0 0;
}

/* inputArea */
.inputArea {
	margin: 0 0 calc(20 / 682 * 100%) 0;
}
.inputArea .input {
	background-color: #FFFFFF;
	margin: 0 0 calc(35 / 682 * 100%) 0;
	padding: calc(18 / 682 * 100%) calc(20 / 682 * 100%);
	border: 1px solid #ABABAB;
	border-radius: 4px;
}
.inputArea input[type="file"]::file-selector-button {
	font-size: 2.8rem;
}
.inputArea input[type="text"] {
	max-width: 100%;
	font-size: 3.6rem;
}
.inputArea .buttonArea {
}
.inputArea .buttonArea .button {
	width: calc(322 / 682 * 100%);
	margin: 0 auto calc(48 / 682 * 100%) auto;
}
.inputArea #errorMsg {
	color: #FC0000;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	margin: 0 0 calc(48 / 682 * 100%) 0;
}
.inputArea #canvasContainer {
}
.inputArea #canvasContainer canvas {
}
.inputArea #canvasContainer .adjust {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	padding: calc(50 / 682 * 100%) 0 calc(70 / 682 * 100%) 0;
}
.inputArea #canvasContainer .adjust .icon {
	display: inline-block;
	position: relative;
	margin: 0 0 0 2em;
}
.inputArea #canvasContainer .adjust .icon:before {
	content: "";
	position: absolute;
	top: -1em;
	bottom: -1em;
	right: calc(100% + 0.2em);
	width: 2em;
	background-image: url(../img/icon_swipe.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.inputArea #canvasContainer .buttonArea {
	text-align: center;
}

/* copyright */
.copyright {
	text-align: center;
	padding: calc(10 / 750 * 100%) 0 calc(40 / 750 * 100%) 0;
}
.copyright small {
	font-size: 2.4rem;
	line-height: 1;
}

/*----------------------
 canvas
----------------------*/
#myCanvas {
	cursor: grab;
}
/* Canvas非表示時に使う */
#canvasContainer {
	display: none;
}
#canvasImage {
	display: none;
	width: 100%;
}
#downloadFileBtn {
	display: none;
}

.sampleImg{
	width:calc(100% - 16%);
	margin: 30px auto 0;
}
