

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

.tab-contetns .tab-item {
	display: none;
}

.tab-contetns .tab-item.active {
	display: block;
}

.step-select-area {
	margin-top: 20px;
	padding: 0;
	border: none;
}

.step-select-area select {
	appearance: none;
	width: 100%;
	height: 60px;
	padding: 0 76px 0 20px;
	border: none;
	border-radius: 12px;
	background-color: #feeaea;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon points='0,0 16,0 8,12' fill='%23ffffff'/%3E%3C/svg%3E"),
		linear-gradient(135deg, #8a8a8a 0%, #3a3a3a 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 24px center, right center;
	background-size: 16px 12px, 60px 100%;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}

.step-select-area select::-ms-expand {
	display: none;
}

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

.step-select-area p::before {
	content: "▼";
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 8px;
	background: none;
	color: #333;
	font-size: 14px;
}

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

.step-select-notes {
	max-width: 94%;
	margin: 16px auto 32px;
	counter-reset: step-select-note;
}

.step-select-notes p {
	display: inline-flex;
	gap: 0 8px;
	color: #555;
	font-size: 12px !important;
	font-weight: normal;
	line-height: 1.6;
}

.step-select-notes p::before {
	content: "※" counter(step-select-note) " ";
	counter-increment: step-select-note;
}

.step-select-notes p:last-child {
	margin-bottom: 0;
}


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

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

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

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

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

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

@media screen and (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: rgb(0 0 0 / 50%);
}

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

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

body.no-scroll {
	overflow: hidden;
}


.lp_motocul_flow .motocul-cycle {
	gap: 0;
}

.lp_motocul_flow .motocul-cycle::after {
	display: none;
}

.lp_motocul_flow .motocul-cycle li:first-child {
	order: 2;
}

.lp_motocul_flow .motocul-cycle li:nth-child(2) {
	order: 1;
}

.lp_motocul_flow .motocul-cycle li:nth-child(3) {
	order: 3;
}

.lp_motocul_flow .entry-form {
	border: none !important;
}

#lp_motocul_flow .step-select-area {
	max-width: 94%;
	margin-inline: auto;
}
