@charset "UTF-8";

.slider-pro {
	padding: 80px 0 60px;
	overflow: hidden;
	top: -30px;
}
#slider-pro2 .sp-slide:nth-of-type(-n+7) .sp-image-container, #slider-pro2 label:nth-of-type(-n+7) {
	width: 210px!important;
	height: 297px!important;
	margin-left: 21.75px!important;
	padding: 0!important;
	border: none!important;
	right:0;
}
#slider-pro2 .sp-slide:nth-of-type(n+8) .sp-image-container, #slider-pro2 label:nth-of-type(n+8)  {
	width: 297px!important;
	height: 210px!important;
	margin-top: 22px;
}
.sp-mask {
	position: relative;
	overflow: visible!important;
}
.sp-slides label {
	opacity: 0.5;
}
.sp-slides label.checked {
	opacity: 1;
}
.sp-slides label.checked .sp-image-container .sp-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	box-shadow: inset 0px 0px 5px 1px #f00;
	z-index: 999;
}
.sp-slides label.checked .sp-image-container .sp-image:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -30px;
	border: 20px solid transparent;
	border-top: 20px solid #f00;
	left: 50%;
	margin-left: -20px;
}
.sp-slides label p {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}
.sp-slides label p span {
	display: block;
	text-align: center;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1.2em;
	color: #f00;
}
#slider-pro2 label:nth-of-type(-n+7) p {
	padding-left: 44px;
}
input.slide-select, input.text-color-select {
	display: none;
}

.input-area input[type="text"] {
	max-width: 99%;
	line-height: 2em;
	font-size: 1.1em;
	margin: 0 auto 10px;
	text-align: left;
	padding: 0 0 0 5px;
	box-sizing: border-box;
	height: 2.5em;
}


.sp-image {
	box-shadow: 2px 2px 5px #666;
}
.bg-image, .lay-image, .lay-selected, .bg-selected, .layout-image, #text-result {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.layout-image, #bg-selected, #lay-selected {
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	position: relative;
}

.text-write {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.write-booth {
	width: 50%;
	min-width: 280px;
	flex-grow: 1;
	box-sizing: border-box;
}
.result-preview {
	width: 50%;
	flex-grow: 1;
	box-sizing: border-box;
}

#text-result-box {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 20px auto;
	display: block;
}
#text-result-box:after {
	padding-top: 141.44%;
	display: block;
	content: "";
}
#text-result-box.rotate {
	width: 100%;
	max-width: 594px;
}
#text-result-box.rotate:after {
	padding-top: 70.70%;
}
#text-result {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace;
	font-weight: bold;
	letter-spacing: 0;
	box-shadow: 2px 2px 5px #666;
	background-color: #fff;
}
.select-text-color {
	max-width: 100%;
	display: block;
	margin: auto;
}
.select-text-color label {
	display: inline-block;
}
.select-text-color label span {
	width: 1.1em;
	height: 1.1em;
	display: block;
	position: relative;
	line-height: 1.1em;
	text-align: center;
	z-index: 1;
}
.select-text-color label span:before {
	content: "";
	width: 1.1em;
	height: 1.1em;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #eee;
	z-index: -1;
}
.select-text-color label.color-select span:before {
	background-color: #ccc;
}

.text-color {
	display: inline-block;
	font-size: 32px;
}
	
.text-white {
	color: white;
}
.text-black {
	color: black;
}
.text-red {
	color: red;
}
.text-blue {
	color: blue;
}
.text-green {
	color: green;
}
.text-pink {
	color: pink;
}
.text-saddlebrown {
	color: saddlebrown;
}
.text-yellow {
	color: yellow;
}
.text-grey {
	color: grey;
}
.text-lightblue {
	color: lightblue;
}
.text-lightgreen {
	color: lightgreen;
}
.text-orange {
	color: orange;
}
.text-navy {
	color: navy;
}
.text-purple {
	color: purple;
}



.text-black, .text-red, .text-blue, .text-green,
.text-saddlebrown, .text-grey,
.text-orange, .text-navy, .text-purple {
	text-shadow: 0 0 5px #fff;
}
.text-white, .text-yellow, .text-pink,
.text-lightblue, .text-lightgreen {
	text-shadow: 0 0 5px #000;
}

/* テキストプレビュー */
#text-result01-preview, #text-result02-preview {
	position: absolute;
	display: table-cell;
	box-sizing: border-box;
}
#textIn1, #textIn2 {
	max-width: 100vw;
	padding: 2vw;
	margin-bottom: 1em;
	box-sizing: border-box;
	background-color: #FFF7E8;
}

#text-result02-preview.txtlayout01,
#text-result02-preview.txtlayout03,
#text-result01-preview.txtlayout05,
#text-result02-preview.txtlayout05,
#text-result02-preview.txtlayout06,
#text-result02-preview.txtlayout09,
#text-result01-preview.txtlayout10,
#text-result02-preview.txtlayout10,
#text-result02-preview.txtlayout13,
#textIn2.txtlayout01,
#textIn2.txtlayout03,
#textIn1.txtlayout05,
#textIn2.txtlayout05,
#textIn2.txtlayout06,
#textIn2.txtlayout09,
#textIn1.txtlayout10,
#textIn2.txtlayout10,
#textIn2.txtlayout13
	{
	display: none;
}
#text-result01-preview.txtlayout01 {
	text-align: center;
	bottom: 65.3%;
	width: 94%;
	margin: 0 3%;
	vertical-align: text-bottom;
	height: 7.0%;
}
#text-result01-preview.txtlayout02 {
	text-align: right;
	top: 42%;
	width: 94%;
	margin: 0 3%;
	vertical-align: text-bottom;
	height: 7.0%;
}
#text-result02-preview.txtlayout02 {
	text-align: center;
	top: 68.2%;
	width: 42%;
	margin-left: 3%;
	word-break: break-all;
}
#text-result01-preview.txtlayout03 {
	text-align: center;
	top: 5%;
	width: 94%;
	margin: 0 3%;
}
#text-result01-preview.txtlayout04 {
	text-align: center;
	top: 44%;
	width: 94%;
	margin: 0 3%;
}
#text-result02-preview.txtlayout04 {
	text-align: center;
	top: 51.5%;
	width: 94%;
	margin: 0 3%;
}
#text-result01-preview.txtlayout06 {
	text-align: center;
	bottom: 48.2%;
	width: 50%;
	margin: 0 25%;
	vertical-align: baseline;
	line-height: 0%;
	height: 2.0%;
}
#text-result01-preview.txtlayout07 {
	text-align: center;
	top: 37%;
	width: 43%;
	margin-left: 30.5%;
}
#text-result02-preview.txtlayout07 {
	text-align: center;
	top: 44%;
	width: 43%;
	margin-left: 30.5%;
}
#text-result01-preview.txtlayout08 {
	text-align: left;
	bottom: 17.75%;
	width: 61%;
	margin-left: 5%;
}
#text-result02-preview.txtlayout08 {
	text-align: left;
	bottom: 6.75%;
	width: 60%;
	margin-left: 5%;
}
#text-result01-preview.txtlayout09 {
	text-align: center;
	top: 3.75%;
	width: 48%;
	margin-left: 51%;
}
#text-result01-preview.txtlayout11 {
	text-align: center;
	top: 71%;
	width: 45%;
	margin-left: 27.5%;
}
#text-result02-preview.txtlayout11 {
	text-align: center;
	bottom: 10%;
	width: 45%;
	margin-left: 27.5%;
}
#text-result01-preview.txtlayout12 {
	text-align: center;
	top: 38%;
	width: 33%;
	margin-left: 50.5%;
}
#text-result02-preview.txtlayout12 {
	text-align: center;
	bottom: 44%;
	width: 33%;
	margin-left: 50.5%;
}
#text-result01-preview.txtlayout13 {
	text-align: center;
	bottom: 33.2%;
	width: 46%;
	margin: 0 27%;
	vertical-align: baseline;
	line-height: 0%;
	height: 2.0%;
}
#text-result01-preview.txtlayout14 {
	text-align: center;
	top: 35%;
	width: 45%;
	margin-left: 27.5%;
}
#text-result02-preview.txtlayout14 {
	text-align: center;
	bottom: 45%;
	width: 45%;
	margin-left: 27.5%;
}

.font-select {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
.font-select input[type="radio"] {
	display: none;
}
.font-select label {
	position: relative;
	width: 24%;
	border: 1px solid #ccc;
	margin-bottom: 0.2em;
}
.font-select label img {
	width: 100%;
	display: block;
}
.font-select input[type="radio"]:checked + label {
	background: #fcc;
	box-shadow: inset 0px 0px 5px 1px #f00;
}

#imagePreviewArea {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 60%;
	margin: 0 auto 3em;
	background-image: url(../img/realwall.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#imagePreviewArea.noneDisplay {
	display: none;
}
#sizePreview {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#sizePreview > div > img {
	background-color: #fff;
	background-image: url(../img/panel_image.jpg);
	background-size: contain;
	box-sizing: border-box;
	border-top-color: #ccc;
	border-left-color: #eee;
	border-bottom-color: #aaa;
	border-right-color: #ddd;
	border-style: solid;
	border-width: medium;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
#sizePreview > div {
	position: relative;
	box-shadow: -1px 1px 3px 1px #999;
	margin: 7.5% 2.5% 0;
}

#sizePreview .sizeA4 {
	width: 6.36%;
}
#sizePreview .sizeA3 {
	width: 9%;
}
#sizePreview .sizeA2 {
	width: 12.72%;
}
#sizePreview .sizeA1 {
	width: 18%;
}
#sizePreview .sizeA4.rotate {
	width: 9%;
}
#sizePreview .sizeA3.rotate {
	width: 12.72%;
}
#sizePreview .sizeA2.rotate {
	width: 18%;
}
#sizePreview .sizeA1.rotate {
	width: 25.45%;
}
#sizePreview div span {
	position: absolute;
	top: -1.5em;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
	color: #745844;
	font-size: 2em;
	font-weight: bold;
}


#resultBtn {
	width: 40%;
	height: 2em;
	box-sizing: border-box;
	background-color: #f05346;
	color: #fff;
	font-size: 45px;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	margin: 20px auto;
	border-radius: 1.1em;
	border-bottom: 10px solid #d21;
	border-right: 10px solid #d21;
}
#resultBtn:hover {
	background-color: #dd4338;
	color: #fff;
	border-bottom-color: #cc1510;
	border-right-color: #cc1510;
}
#resultBtn:active {
	background-color: #cc3225;
	color: #fff;
	border-bottom: 8px solid #b10;
	border-right: 8px solid #b10;
}
.privacyInfo input[type="text"] {
  padding: 0;
  width: 387px;
  text-align: left;
}

.preOrder {
	display: none;
}

.optFlex {
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
}
.option-select input[type="checkbox"],
.option-select input[type="radio"] {
	display: none;
}
.optFlex > div {
	position: relative;
	flex: 1;
}
.optFlex > div > label {
	display: flex;
	flex-flow: column wrap;
	background: #F6F6F6;
	padding: 2%;
	margin: 0 2px;
	height: 100%;
	justify-content: space-between;
}
.optFlex > div > label > img {
	max-width: 100%;
	display: block;
	vertical-align: top;
	margin: auto;
}
.optFlex > div > label.checked {
	background: #FDD;
}
.optFlex > div > label > select {
	font-size: 1.3em;
	line-height: 1.8em;
	height: 1.8em;
}
.optPosi {
	width: 95%;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}
.optPosi input[type="radio"] {
	display: none;
}
.optPosi label {
	opacity: 0.7;
	background: #fff;
	z-index: 99;
	display: block;
	box-sizing: border-box;
	border: 1px solid #999;
	width: calc(100% / 3);
	padding-top: calc(100% / 3);
}
.optPosi.rotate label {
	width: calc(100% / 4);
	padding-top: calc(90% / 4);
}
.optPosi:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.optPosi input[type="radio"]:checked + label {
	background: #555;
	opacity: 0.9;
}

.optFlex > div > label > p.optName {
	font-size: 1.0em;
	display: block;
	background: rgba(0,0,0,0.1);
	padding: 0.5em;
}

.checkMark {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	border: 1px solid #999;
	vertical-align: middle;
	border-radius: 0.25em;
	position: relative;
}

label.checked .checkMark:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background: #e35;
	left: 0;
	top: 0;
	margin: 0.1em 0 0 0.1em;
	text-align: center;
	vertical-align: middle;
	border-radius: 0.15em;
}

.optFlex div label p, .optFlex div label .optPosi, .optFlex div label select {
	display: none;
}
.optFlex div label.checked p, .optFlex div label.checked .optPosi, .optFlex div label.checked select {
	display: inherit;
}

@media screen and (min-width:0px) and (max-width:768px) {
	.result-preview {
		width: 100%;
		flex-grow: 1;
		box-sizing: border-box;
	}
	#resultBtn {
		width: 80%;
		height: 2em;
		box-sizing: border-box;
		background-color: #f05346;
		color: #fff;
		font-size: 2em;
		margin-bottom: 1em;
		}
	.optFlex {
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		flex-flow: row wrap;
	}
	.optFlex > div {
		display: block;
		position: relative;
		flex: auto;
		width: 50%;
		margin-bottom: 0.8em;
	}
	.optFlex > div > label {
		display: flex;
		flex-flow: 1;
		justify-content: space-around;
		align-content: stretch;
	}
	.optPosi {
		width: 90%;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
		border-left: 2px solid #ccc;
		border-top: 2px solid #ccc;
	}
	.optPosi label {
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
	}
	.font-select label {
		position: relative;
		min-width: 130px;
		max-width: 250px;
		border: 1px solid #ccc;
	}
	#sizePreview > div > img {
		border-width: thin;
	}
	#sizePreview div span {
		position: absolute;
		top: -2em;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 999;
		color: #745844;
		font-size: 0.85em;
		font-weight: bold;
	}
}

#campaignTrue ,#deliTrue {
	color: #E73828;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.1em;
	padding-left: 10px;
}

#paymentError {
	line-height: 1.1em;
	font-size: 0.75em;
}
#otoku{
	color: #E73828;
    font-weight: bold;
    font-size: 1.1em;
}
#otoku input{
	color: #E73828;
    font-weight: bold;
    background: no-repeat;
    border: none;
}