@charset "UTF-8";

.sample {
	position: relative;
	margin-bottom: 70px !important;
}

.setsumei {
	position: relative;
	position: absolute;
	margin: auto;
	display: flex;
	width: 22pc;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -60px;
}

.setsumei .prev {
	position: absolute;
	top: 30px;
	left: 0;
	cursor: pointer;
}

.setsumei .prev:hover,
.setsumei .next:hover{
	opacity: 0.6;
}

.setsumei .prev:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 28px;
	color: #605d5c;
}

.setsumei .next {
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
}

.setsumei .next:after {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 28px;
	color: #605d5c;
}

.setsumei li {
	position: absolute;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	padding: 5px 2px;
	background: #fff;
	height: 5pc;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	line-height: 24px;
	padding-top: 15px;
}

.sample_mo {
	position: relative;
	max-width: 250px;
	min-height: 495px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border: 1px solid #f8f8f8;
	margin: 0 auto;
}

.sample_mo .click {
	position: absolute;
	width: 110px;
}

.sample_mo .slide0 .start {
	position: absolute;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 495px;
	background: rgba(255, 255, 255, 0.9);
}

.sample_mo .slide0 .start #restart {
	width: 80%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	background: #5984af;
	cursor: pointer;
	padding: 15px;
	margin: 20px auto;
}

.sample_mo .slide0 .start #restart:hover {
	opacity: 0.7;
}

.sample_mo .slide1 .scan-line {
	position: absolute;
	top: 170px;
	left: 24px;
	width: 200px;
	border-bottom: 5px solid rgba(255, 0, 0, 0.49);
	z-index: auto;
}

.sample_mo img {
	max-width: 250px;
}

.order_btn {
	transition: .3s;
	cursor: pointer;
}

.order_btn:hover {
	opacity: 0.7;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.slide7,
.slide8,
.slide9,
.slide10,
.slide11 {
	width: 100%;
	height: auto;
	background: #fff;
	position: absolute;
}

.slide11 {
	margin: 200px 0 0 0;
}

.slide11 p {
	text-align: center;
}

.slide11 #restart {
	padding: 15px;
	margin-top: 90pt;
	text-align: center;
	font-size: 18px;
	background: #5984af;
	letter-spacing: 1px;
	width: 80%;
	color: #fff;
	margin: 20px auto;
	cursor: pointer;
}

.slide11 #restart:hover {
	opacity: 0.7;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.sample {
		position: relative;
		margin-bottom: 90px !important;
	}
}
