/*cat: core*/
#sitehead {
	z-index: 50;
	background-color: transparent;
	width: 100%;
	top: 0px;
	left: 0px;
}
.bt {
	transition: none;
}

/*cat: share*/
.inner-bind {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width:720px) {
	.inner-bind {
		max-width: 400px;
	}
}

.textile-menuitem {
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1em;
	background-position: left center;
	background-size: auto 1.0em;
	margin-top: 2.4em;
	padding-left: 2em;
	opacity: 0.8;
}
.textile-menuitem.return {
	background-image: url(/share/im/nv_simar-return.svg);
	opacity: 0.5
}
.textile-menuitem.reset {
	background-image: url(/share/im/mrk_offcircle-gr.svg);
	opacity: 0.5
}

/*cat: app*/
#appBox {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	/* height: 100%; */
	/* overflow: auto; */
	/* padding-top: var(--header-height-wide); */
}

/*cat: step*/
.step-screen {
	display: none;
}
body[data-step="pointselect"] #pointsSelector {
	display: block;
}
body[data-step="first"] #itemView {
	display: flex;
	margin-bottom: 0em;
}
body[data-step="pointselect"] #itemInfo {
	display: none;
}
body[data-step="pointselect"] footer {
	display: none;
}
body[data-step="order"] #appBox {
	
}
body[data-step="order"] #orderConsole {
	display: block;
}
body[data-step="order"] #itemView {
	display: block;
	order: 10;
}
body[data-step="order"] #pointViewSelector {
	display: none;
}
body[data-step="order"] #layoutConsole {
	display: none;
}

/*cat: step-activation*/
.step-activation {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
.step-activation > a {
	border-radius: 10em;
}
.stepper {
	display: block;
	color: #fff;
	background-color: var(--cl-pageink);
	/*
	background-image: url(/share/im/nv_simar-wh.svg);
	background-position: right 1em center;
	background-size: auto 1em;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	*/
}
.step-activation .reset {
	/* position: absolute; */
	display: inline-block;
	font-size: 1.0em;
	width: auto;
	text-align: center;
	background-image: url(/share/im/svg/mrk_offcircle-gr/cccccc);
	background-position: top center;
	background-size: 2.6em auto;
	padding-top: 3.0em;
	margin-left: 1.8em;
	margin-bottom: 1.8em;
}
.step-activation .reset::before {
	content: "リセット";
	font-size: 0.7em;
	display: inline-block;
	opacity: 0.6;
}
@media only screen and (min-width:720px) {
	.step-activation {
		position: relative;
		width: 100%;
		margin-top: 2rem;
		padding: 0em;
		padding-bottom: 3rem;
	}
	#orderConsole .step-activation {
		max-width: 400px;
	}
}

/*cat: busy*/
body[data-isbusy="true"] .step-activation .stepper,
body[data-isbusy="true"] #layoutConsole .bt.select,
body[data-isbusy="true"] #layoutConsole .bt.done {
	color: rgba(0, 0, 0, 0.16);
	background-color: #eeeeee;
	border-color: rgba(122, 122, 122, 0.02);
	background-size: auto 40%;
	pointer-events: none;
	cursor: wait;
}
body[data-isbusy="true"] #layoutConsole .bt.done {
	background-image: url(/share/im/prl_spinpulsate.png) !important;
}
body[data-isbusy="true"] .step-activation .reset {
	opacity: 0.35;
	pointer-events: none;
}
body[data-isbusy="true"] .fields {
	display: none;
}
body[data-isbusy="true"] #imarkImage {
	pointer-events: none;
	cursor: wait;
}
body[data-isbusy="true"] input[type="range"] {
	pointer-events: none;
	cursor: wait;
}
body[data-isbusy="true"] #orderPersonal .control .prestep {
	opacity: 0.2;
	pointer-events: none;
	cursor: wait;
}
body[data-isbusy="true"] #orderConsole input {
	pointer-events: none;
}
body[data-isbusy="true"] #orderConsole .textile {
	color: rgba(0,0,0,0.5);
	border-color: #ddd;
}

/*cat: footer*/
footer {
	padding-top: 2rem;
	background-color: #ececec;
}
	footer .lgm-wrap {
		text-align: center;
		padding-top: 4rem;
	}
	footer .lgm-wrap > img {
	width: auto;
	height: 0.9em;

}
footer small {
	display: block;
	font-size: 0.6em;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 2rem 0;
	opacity: 0.5;
}

/*cat: error*/
#errorMsg {
	text-align: center;
	padding-top: 20vh;
}
#errorMsg .title {
	
}
#errorMsg .item {
	margin-bottom: 2em;
}
#errorMsg .item .sku {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	opacity: 0.5;
}
#errorMsg .item .name {
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: 500;
}
#errorMsg > nav {
	max-width: 500px;
	margin: 0 auto;
}
#errorMsg > nav .bt {
	width: 100%;
}
@media only screen and (min-width:720px) {
	
}


