

.lp_motocul_flow #product_class_area_1,
.lp_motocul_flow #product_class_area_2,
.lp_motocul_flow #product_class_area_3 {
	display: none;
}

.step-select-area {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #e24c4c;
}

.step-select-area select {
	background-color: #ffeaea;
	width: 100%;
	height: 56px;
	border: 2px solid #d6d6d6;
	padding: 0 12px;
	font-size: 20px;
	font-weight: bold;
}

.step-select-area p {
	display: inline-flex;
	margin-bottom: 10px !important;
	gap: 0 10px;
	align-items: center;
	color: #e24c4c;
	font-size: 18px !important;
	font-weight: bold;
}

.step-select-area p::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../ico-exclamation.svg) no-repeat center / contain;
}

.step-select-area .set-mix,
.step-select-area .set-fufu {
	margin-top: 16px;
}


.ovelay-present-coupon {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.ovelay-present-coupon .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 80%;
	max-width: 400px;
	z-index: 2;
}

.ovelay-present-coupon .coupon-code,
.ovelay-present-coupon .amazon-copy-code {
	display: block;
}

.ovelay-present-coupon .amazon-copy-code {
	text-align: center;
	margin-top: 32px;
	padding: 20px;
	background-color: #fff;
}

.ovelay-present-coupon .coupon-code img:hover,
.ovelay-present-coupon .amazon-copy-code:hover {
	cursor: pointer;
}

.ovelay-present-coupon .overlay-close {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
	background-color: #000;
	border-radius: 50%;
}

@media screen and (min-width: 620px) {

	.ovelay-present-coupon .overlay-close {
		top: -16px;
		right: -10px;
	}
}

.ovelay-present-coupon .overlay-close span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}

.ovelay-present-coupon .overlay-close span:hover {
	cursor: pointer;
}

.ovelay-present-coupon .overlay-close span::before,
.ovelay-present-coupon .overlay-close span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 20px;
	background: white;
}

.ovelay-present-coupon .overlay-close span::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.ovelay-present-coupon .overlay-close span::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ovelay-present-coupon .overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.ovelay-present-coupon #coupon-message {
	color: white;
    position: absolute;
	top: -70px;
	left: 50%;
	translate: -50% 0;
    background-color: #16c651;
    padding: 8px 40px 4px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px #888;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 10;
}

.ovelay-present-coupon #coupon-message::before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	translate: -50% 0;
	width: 16px;
	height: 7px;
	background-color: #16c651;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

body.no-scroll {
	overflow: hidden;
}
