html:has(#order),
body:has(#order) {
	overflow: visible;
}

.inner1100 {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#order img {
	width: 100%;
}

#order .br__sp {
	display: none;
}

@media screen and (max-width: 834px) {
	#order .br__sp {
		display: block;
	}
}


@media screen and (max-width: 834px) {
	#order .br__pc {
		display: none;
	}
}

.order-mv {
	margin-top: calc(100lvh - 88lvh);
}

@media screen and (max-width:1349px) {
	.order-mv {
		margin-top: calc(100lvh - 91lvh);
	}
}

@media screen and (max-width: 834px) {
	.order-mv {
		margin-top: calc(100lvh - 88lvh);
	}
}

@media screen and (max-width: 480px) {
	.order-mv {
		margin-top: calc(100lvh - 95lvh);
	}
}

.order-mv__img {
	width: 100%;
	display: flex;
}

.order-mv__text {
	text-align: center;
	text-shadow: 1px 1px #1c2a54, 1px -1px #1c2a54, -1px 1px #1c2a54, -1px -1px #1c2a54;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #fff;
	padding: 13px 0;
	background-image: url(../img/order/mv-message-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 840px) {
	.order-mv__text {
		font-size: 14px;
		padding: 12px 10px;
		background-size: 178% 100%;
	}
}

@media screen and (max-width: 480px) {
	.order-mv__text {
		font-size: 14px;
		padding: 12px 10px;
		background-size: 178% 100%;
	}
}

.order-nav {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.order-nav {
		display: flex;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
		align-items: center;
	}
}

@media screen and (max-width: 840px) {
	.order-nav {
		display: flex;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
		align-items: center;
		flex-wrap: wrap;
		max-width: 440px;
		row-gap: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

.order-nav__item {
	position: relative;
}

@media screen and (max-width: 840px) {
	.order-nav__item {
		width: 50%;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.order-nav__item {
		width: 100%;
	}
}

.order-nav__item:before {
	content: "";
	width: 2px;
	height: 30px;
	border-radius: 999px;
	background: #1c2a54;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 840px) {
	.order-nav__item:nth-child(even):after {
		content: "";
		width: 2px;
		height: 30px;
		border-radius: 999px;
		background: #1c2a54;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 440px) {
	.order-nav__item::after {
		content: "";
		width: 2px;
		height: 30px;
		border-radius: 999px;
		background: #1c2a54;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.order-nav__item:last-child:after {
	content: "";
	width: 2px;
	height: 30px;
	border-radius: 999px;
	background: #1c2a54;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

a.order-nav__link {
	color: #1c2a54;
	font-weight: 700;
	font-size: 18px;
	margin-left: 20px;
}

@media screen and (max-width: 1200px) {
	a.order-nav__link {
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {
	a.order-nav__link {
		font-size: 12px;
	}
}

@media screen and (max-width: 840px) {
	a.order-nav__link {
		margin-left: 0px;
	}
}

.order-nav__item .order-nav__link:last-child {

	margin-right: 20px;
}

@media screen and (max-width: 840px) {
	.order-nav__item .order-nav__link:last-child {

		margin-right: 0px;
	}
}

.order-message__button {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	width: 100%;
	margin-top: 30px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 840px) {
	.order-message__button {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

a:-webkit-any-link.order-message__button-item {
	text-shadow: 1px 1px #008bd5, 1px -1px #008bd5, -1px 1px #008bd5, -1px -1px #008bd5;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	padding: 10px 40px 10px 10px;
	background-image: url(../img/order/top-botton.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 840px) {
	a:-webkit-any-link.order-message__button-item {
		font-size: 18px;
	}
}

a:-webkit-any-link.order-message__button-item:before {
	content: "";
	background-image: url(../img/order/arrow.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 37px;
	height: 18px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.order-message__flex {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
}

@media screen and (max-width: 840px) {
	.order-message__flex {}
}

.order-message__img {
	flex: 0 1 200px;
}

@media screen and (max-width: 840px) {
	.order-message__img {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.order-message__title-wrap {
		display: flex;
		align-items: center;
		border-bottom: 2px solid;
		margin-bottom: 10px;
		gap: 5px;
	}
}

.order-message__img--sp {
	display: none;
}

@media screen and (max-width: 840px) {
	.order-message__img--sp {
		display: block;
		flex: 0 1 150px;
	}
}

@media screen and (max-width: 480px) {
	.order-message__img--sp {
		display: block;
		flex: 0 1 35%;
	}
}

/* @media screen and (max-width: 375px) {
	.order-message__img--sp {
		display: block;
		flex: 0 1 35%;
	}
} */




.order-message__body {
	flex: 1;
}

.order-message__title {
	color: #1c2a54;
	font-weight: 700;
	font-size: 33px;
	border-bottom: 2px solid;

	margin-bottom: 10px;
}

@media screen and (max-width: 840px) {
	.order-message__title {
		font-size: 3.75vw;
		display: block;
		flex: 1;
		border-bottom: none;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 440px) {
	.order-message__title {
		font-size: 16px;
	}
}

.order-message__title-big {
	font-size: 50px;
	font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
}

@media screen and (max-width: 840px) {
	.order-message__title-big {
		font-size: 5.23vw;
	}
}

@media screen and (max-width: 440px) {
	.order-message__title-big {
		font-size: 24px;
	}
}

.order-message__sp {
	display: none;
}

@media screen and (max-width: 440px) {
	.order-message__sp {
		display: block;
	}
}

.order-message__text {
	font-size: 12px;
	line-height: 1.75;
	color: #1c2a54;
	font-weight: 500;
}


.order-worries__head-bg {
	background: #1c2a54;
	margin-top: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-worries__head-wrap {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.order-worries__head {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding-left: 80px;
	position: relative;
}

@media screen and (max-width: 840px) {
	.order-worries__head {
		font-size: 24px;
		padding-left: 50px;
	}
}

@media screen and (max-width: 375px) {
	.order-worries__head {
		font-size: 24px;
		padding-left: 50px;
	}
}

.order-worries__head:before {

	content: "";
	background-image: url(../img/order/order-worries-head-icon.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 74px;
	height: 108px;
	position: absolute;
	left: 0px;
	bottom: 0;
}

@media screen and (max-width: 840px) {
	.order-worries__head:before {
		width: 40px;
		height: 60px;
	}
}

.order-worries__flex {
	display: flex;
}

@media screen and (max-width: 840px) {
	.order-worries__flex {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}

.order-worries__flex-body {
	width: 55%;
	padding-top: 40px;
}

@media screen and (max-width: 840px) {
	.order-worries__flex-body {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.order-worries__flex-img {
	width: 60%;
	margin-left: -5%;
	z-index: -1;
}

@media screen and (max-width: 840px) {
	.order-worries__flex-img {
		margin-left: 0;
		width: 100%;
		z-index: 1;
	}
}

.order-worries__item {
	font-size: 21px;

	margin-top: 20px;
	position: relative;
	padding-left: 50px;
}

@media screen and (max-width: 840px) {

	.order-worries__item {
		font-weight: 500;
		font-size: 3.5vw;
		padding-left: 29px;
	}
}

@media screen and (max-width: 440px) {

	.order-worries__item {
		font-size: 14px;
	}
}

.order-worries__item-big {
	font-size: 25px;
	border-bottom: 3px solid #cfd521;
	font-weight: 700;
}

@media screen and (max-width: 840px) {
	.order-worries__item-big {
		font-size: 4vw;
	}
}


@media screen and (max-width: 440px) {

	.order-worries__item-big {
		font-size: 18px;
		border-bottom: 1px solid #cfd521;
	}
}

.order-worries__item:first-child {
	margin-top: 0;
}

.order-worries__item:before {
	content: "";
	width: 41px;
	height: 43px;
	background-image: url(../img/order/reason-check.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
}

@media screen and (max-width: 840px) {
	.order-worries__item:before {
		width: 24px;
		height: 24px;

		top: calc(50% - 5px);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 440px) {
	.order-worries__item:before {
		top: 0;
		transform: initial;
	}
}



.order-reason__head-wrap {
	background: #1c2a54;
	margin-top: 70px;
	padding-top: 5px;
	padding-bottom: 5px;

}



.order-reason__head {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding-left: 80px;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 840px) {
	.order-reason__head {
		font-size: 24px;
	}
}

.order-reason__flex {
	display: flex;
	margin-top: 40px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.order-reason__flex {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-bottom: 40px;
		margin-top: 0px;
	}
}

.order-reason__flex-img {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 5px;

}

@media screen and (max-width:1000px) {
	.order-reason__flex-img {
		flex: 1;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
	}
}

.order-reason__flex-body {
	width: 74%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.order-reason__flex-body {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

.order-reason__flex-body:before {
	content: "";
	width: 3px;
	height: 100%;
	background-image: linear-gradient(to bottom, #c7d2d7, #c7d2d7 6px, transparent 6px, transparent 8px);
	background-size: 6px 8px;
	background-repeat: repeat-y;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
	.order-reason__flex-body:before {
		content: none;
	}
}

.order-reason__flex-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #c7d2d7, #c7d2d7 6px, transparent 6px, transparent 8px);
	background-size: 8px 6px;
	background-repeat: repeat-x;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

@media screen and (max-width: 1000px) {
	.order-reason__flex-body:after {
		content: none;
	}
}

.order-reason__flex-item-head {
	display: flex;
	gap: 10px;
	border-bottom: 2px solid #8ea7b3;
}

.order-reason__flex-item-head-number {
	font-size: 50px;
	font-weight: 500;
	background: #8ea7b3;
	color: #fff;

	font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
	display: flex;
	align-items: center;
	padding: 8px 10px 6px;
	min-width: 55px;
	justify-content: center;

}

@media screen and (max-width: 840px) {
	.order-reason__flex-item-head-number {
		font-size: 30px;
		min-width: 45px;
	}
}

.order-reason__flex-item-head-title {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	font-size: 27px;
	color: #1c2a54;
	font-weight: 700;
	background: #eceeb5;
	padding: 4px;
	margin-bottom: 6px;
	width: 100%;
	min-height: 89px;
}

@media screen and (max-width: 840px) {

	.order-reason__flex-item-head-title {
		font-size: 18px;
		min-height: 62px;
	}
}

.order-reason__flex-item-head-title.--29px {
	font-size: 29px;
}

@media screen and (max-width: 840px) {

	.order-reason__flex-item-head-title.--29px {
		font-size: 20px;
	}
}

.order-reason__flex-item-head-title span {
	display: inline-block;
}

.order-reason__flex-item-text {
	font-size: 14px;
	margin-top: 10px;
}


/* order-reason__bottom */
.order-reason__bottom {
	background: #eaedf0;
}

.order-reason__bottom-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.order-reason__bottom-title {
	color: #1c2a54;
	font-size: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 70px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-title {
		gap: 20px;
		font-size: 18px;
	}
}

.order-reason__bottom-title::before,
.order-reason__bottom-title::after {
	content: '';
	width: 100%;
	max-width: 225px;
	height: 3px;
	background-color: #1c2a54;
}

@media screen and (max-width: 1000px) {

	.order-reason__bottom-title::before,
	.order-reason__bottom-title::after {
		max-width: 30px;

	}
}

.order-reason__bottom-title::before {
	margin-right: 20px;
}

@media screen and (max-width: 1000px) {

	.order-reason__bottom-title::before {
		margin-right: 0px;
	}
}

.order-reason__bottom-title::after {
	margin-left: 20px;
}

@media screen and (max-width: 1000px) {


	.order-reason__bottom-title::after {
		margin-left: 0px;
	}
}

.order-reason__bottom-team-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	margin-top: 26px;
}

@media screen and (max-width: 1000px) {

	.order-reason__bottom-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.order-reason__bottom-team-item {
	border: 2px solid #1d95d4;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.order-reason__bottom-team-item-title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: #1d95d4;
	padding: 14px 5px;

}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-team-item-title {
		font-size: 18px;
	}
}

.order-reason__bottom-team-item-title.--26px {
	font-size: 24px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-team-item-title.--26px {
		font-size: 16px;
	}
}

.order-reason__bottom-team-item-text {
	text-align: center;
	color: #1d95d4;
	font-size: 13px;
	padding: 15px 5px;
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-team-item-text {
		padding: 10px 5px;
	}
}

.order-reason__bottom-title.--product {
	margin-top: 80px;
}


.order-reason__bottom-product-copy {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	color: #1c2a54;
	margin-top: 14px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-copy {
		font-size: 20px;
	}
}

@media screen and (max-width: 840px) {
	.order-reason__bottom-product-copy {
		font-size: 16px;

	}
}

.order-reason__bottom-product-copy:before {
	content: "";
	width: 50px;
	height: 68px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.54%2070.38%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20none%3B%20stroke%3A%20%231c2a54%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%203px%3B%20%7D%20.cls-2%20%7B%20stroke-dasharray%3A%200%206.97%200%206.97%200%206.97%3B%20%7D%20.cls-3%20%7B%20stroke-dasharray%3A%200%206.97%200%206.97%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221.5%22%20y1%3D%221.5%22%20x2%3D%221.5%22%20y2%3D%221.5%22%2F%3E%20%3Cline%20class%3D%22cls-3%22%20x1%3D%225.63%22%20y1%3D%227.11%22%20x2%3D%2211.82%22%20y2%3D%2215.54%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%2213.89%22%20y1%3D%2218.34%22%20x2%3D%2248.98%22%20y2%3D%2266.07%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%2251.04%22%20y1%3D%2268.88%22%20x2%3D%2251.04%22%20y2%3D%2268.88%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	left: calc(50% - 358px);
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-copy:before {
		left: calc(50% - 144px);
		width: 25px;
		height: 43px;
	}
}

.order-reason__bottom-product-copy:after {
	content: "";
	width: 50px;
	height: 68px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.54%2070.38%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20none%3B%20stroke%3A%20%231c2a54%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%203px%3B%20%7D%20.cls-2%20%7B%20stroke-dasharray%3A%200%206.97%200%206.97%200%206.97%3B%20%7D%20.cls-3%20%7B%20stroke-dasharray%3A%200%206.97%200%206.97%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%2251.04%22%20y1%3D%221.5%22%20x2%3D%2251.04%22%20y2%3D%221.5%22%2F%3E%20%3Cline%20class%3D%22cls-3%22%20x1%3D%2246.91%22%20y1%3D%227.11%22%20x2%3D%2240.72%22%20y2%3D%2215.54%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%2238.66%22%20y1%3D%2218.34%22%20x2%3D%223.56%22%20y2%3D%2266.07%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221.5%22%20y1%3D%2268.88%22%20x2%3D%221.5%22%20y2%3D%2268.88%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	left: calc(50% + 358px);
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-copy:after {
		left: calc(50% + 144px);
		width: 25px;
		height: 43px;
	}
}

.order-reason__bottom-product-copy-big {
	font-size: 48px;

}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-copy-big {
		font-size: 24px;

	}
}

@media screen and (max-width: 840px) {
	.order-reason__bottom-product-copy-big {
		font-size: 20px;

	}
}

.order-reason__bottom-product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-grid {
		grid-template-columns: 1fr 1fr;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.order-reason__bottom-product-item {
	background-image: url(../img/order/reason-product-background.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-item {}
}

.order-reason__bottom-product-item-img {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px;
	min-height: 180px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-item-img {
		min-height: 160px;
	}
}

.order-reason__bottom-product-item-img img {
	object-fit: contain;
}

.order-reason__bottom-product-item:nth-child(3) .order-reason__bottom-product-item-img {
	display: flex;
	width: 80%;


}

.order-reason__bottom-product-item:nth-child(4) .order-reason__bottom-product-item-img {
	display: flex;
	width: 80%;
}

.order-reason__bottom-product-item-text {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding-top: 20px;
}

@media screen and (max-width: 1000px) {
	.order-reason__bottom-product-item-text {
		font-size: 12px;
		padding-top: 10px;
	}
}

.order-reason__bottom-product-item:nth-child(3) .order-reason__bottom-product-item-text {
	padding-top: 10px;

}

.order-reason__bottom-product-item:nth-child(4) .order-reason__bottom-product-item-text {
	padding-top: 10px;

}




/* order-flow */
.order-flow {
	overflow: hidden;
}

.order-flow__head-wrap {
	background: #1c2a54;
	padding-top: 5px;
	padding-bottom: 5px;

}



.order-flow__head {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding-left: 80px;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 840px) {
	.order-flow__head {
		font-size: 24px;
	}
}

.order-flow__grid-scroll {
	overflow-x: auto;
	white-space: nowrap;
	cursor: pointer;
	margin-top: 40px;
	scrollbar-width: none;

	-ms-overflow-style: none;
	margin-right: calc(50% - 50vw);
}

.order-flow__grid-scroll::-webkit-scrollbar {
	display: none;
}

.order-flow__grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 280px;
	gap: 100px;
}

@media screen and (max-width: 840px) {
	.order-flow__grid {
		gap: 40px;
		grid-auto-columns: 180px;
	}
}

.order-flow__spacer {
	width: 80px;
}

@media screen and (max-width: 840px) {
	.order-flow__spacer {
		width: 40px;
	}
}

.order-flow__grid-scroll:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 1px;
}


.order-flow__item {
	width: 255px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 840px) {
	.order-flow__item {
		width: 180px;
	}
}

.order-flow__item:after {
	content: "";
	width: 35px;
	height: 70px;
	position: absolute;
	background-image: url(../img/order/step-arrow.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -91px;
}

@media screen and (max-width: 840px) {
	.order-flow__item:after {
		right: -27px;
		width: 15px;
		height: 35px;
	}
}

.order-flow__item:nth-child(5):after {
	content: none;
}

.order-flow__item-step {
	color: #8ea7b3;
	font-size: 33px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 840px) {

	.order-flow__item-step {
		font-size: 23px;
	}
}

.order-flow__item-step-number {
	color: #fff;
	font-size: 42px;
	font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
	background: #8ea7b3;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;

}

@media screen and (max-width: 840px) {

	.order-flow__item-step-number {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

.order-flow__item-img {
	display: flex;
	margin-top: 15px;
	width: 255px;
	height: 255px;
}

@media screen and (max-width: 840px) {
	.order-flow__item-img {
		width: 180px;
		height: 180px;
	}
}

.order-flow__item-title {
	text-align: center;
	color: #1c2a54;
	font-size: 22px;
	margin-top: 10px;
	background: #d0d623;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 840px) {
	.order-flow__item-title {
		font-size: 14px;
	}
}

.order-flow__item-text {
	color: #1c2a54;
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
}

@media screen and (max-width: 840px) {
	.order-flow__item-text {
		font-size: 12px;
	}
}

/* order-faq */

.order-faq__inner {
	margin-top: 40px;
}

.order-faq__head-wrap {
	background: #1c2a54;
	margin-top: 70px;
	padding-top: 10px;
	padding-bottom: 5px;

}



.order-faq__head {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding-left: 80px;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 840px) {
	.order-faq__head {
		font-size: 24px;
		align-items: center;
	}
}

.order-faq__head:before {
	content: "";
	background-image: url(../img/order/faq.webp);
	width: 105px;
	height: 40px;
	background-size: 100% 100%;
	display: flex;
}

@media screen and (max-width: 840px) {
	.order-faq__head:before {
		width: 55px;
		height: 20px;
	}
}

.order-catalog__content {
	margin-top: 40px;
}

.order-faq__accordion {
	list-style: none;

	position: relative;
}


.order-faq__accordion-item {
	margin-top: 30px;
	background: #f5f7f8;
}

.order-faq__accordion-item:first-child {
	margin-top: 0;
}

.order-faq__accordion-q-prefix {
	display: block;
	line-height: 1;
	max-width: 57px;
	flex: 0 1 57px;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-q-prefix {
		max-width: 32px;
		flex: 0 1 32px;
	}
}

.order-faq__accordion-q-content {
	display: block;
	font-weight: 500;
	line-height: 1.6;
	font-size: 26px;
	padding: 10px 60px 10px 20px;
	flex: 1;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-q-content {
		font-size: 16px;
		padding: 10px 40px 10px 20px;
	}
}

.order-faq__accordion-q-icon {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 35px;
	height: 35px;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-q-icon {
		width: 20px;
		height: 20px;
	}
}

.order-faq__accordion-q-icon::before,
.order-faq__accordion-q-icon::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8ea7b3;
	top: 50%;
	transform: translateY(-50%);
}

.order-faq__accordion-q-icon::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 400ms;
}

.order-faq__accordion-q-button {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
	color: inherit;
	font: inherit;
	text-align: left;
	appearance: none;
	cursor: pointer;
	transition: opacity 400ms;
	padding: 5px 10px;
}

.order-faq__accordion-q-button:hover,
.order-faq__accordion-q-button:active {
	opacity: .5;
}

.order-faq__accordion-a {
	display: none;
	overflow: hidden;
}


.order-faq__accordion-a-inner {
	position: relative;
	border-top: 2px solid #fff;
	display: flex;
	padding: 10px 80px 10px 10px;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-a-inner {
		padding: 10px 40px 10px 10px;
	}
}

.order-faq__accordion-a-prefix {
	display: block;
	line-height: 1;
	max-width: 57px;
	flex: 0 1 57px;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-a-prefix {
		max-width: 32px;
		flex: 0 1 32px;
	}
}

.order-faq__accordion-a.is-open {
	display: block;
}

.order-faq__accordion-q.is-open .order-faq__accordion-q-icon::after {
	transform: rotate(0deg);
}


.order-faq__accordion-a-content {
	padding: 20px 60px 20px 20px;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-a-content {
		padding: 10px 40px 0px 20px;
	}
}

.order-faq__accordion-a-content p {
	font-size: 26px;
	font-weight: 500;
}

@media screen and (max-width: 840px) {
	.order-faq__accordion-a-content p {
		font-size: 16px;
	}
}

.order-faq__accordion-a-content p+p {
	margin-top: 25px;
}


.order-faq__copy {
	margin-top: 60px;
	background-image: url(../img/order/order-faq-copy-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 840px) {
	.order-faq__copy {
		background-position: 100% 100%;
		background-image: url(../img/order/order-faq-copy-bg-sp.webp);
	}
}

.order-faq__copy-inner {
	padding: 20px 50px;
}

@media screen and (max-width: 840px) {
	.order-faq__copy-inner {
		padding: 20px 30px;
	}
}

.order-faq__copy-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 840px) {
	.order-faq__copy-title {
		font-size: 20px;
		text-shadow: 1px 1px 7px #333;
	}
}

.order-faq__copy-title-big {
	font-size: 40px;
}

@media screen and (max-width: 840px) {
	.order-faq__copy-title-big {
		font-size: 28px;
	}
}

.order-faq__copy-flex {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media screen and (max-width: 840px) {
	.order-faq__copy-flex {
		flex-direction: column;
		align-items: start;
		margin-top: 20px;
		gap: 10px;
	}
}

.order-faq__copy-flex-box {
	color: #fff;
	flex: 0 1 150px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #fff;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 840px) {

	.order-faq__copy-flex-box {
		flex: inherit;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.order-faq__copy-flex-box-text {
	color: #fff;
	font-size: 13px;
}

@media screen and (max-width: 840px) {
	.order-faq__copy-flex-box-text {
		font-size: 14px;
		font-weight: 500;
		text-shadow: 1px 1px 7px #333;
	}
}

@media screen and (max-width: 480px) {
	.order-faq__copy-flex-box-text {
		font-size: 12px;
	}
}

.order-cta {
	padding-top: 60px;
	padding-bottom: 150px;
	background: #cfd521;
	margin-top: 100px;
}

@media screen and (max-width: 1000px) {
	.order-cta {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}

.order-cta__bottom-flex {
	display: flex;
	gap: 35px;
	width: 100%;
	margin-top: 65px;
}

@media screen and (max-width: 1000px) {

	.order-cta__bottom-flex {
		margin-top: 40px;
		flex-direction: column;
		gap: 20px;
	}
}

a.order-cta__bottom-item {
	background-image: url(../img/order/order-cta-bottom-item-bg.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	text-shadow: 0px 0px 4px #1c2a54;
}

@media screen and (max-width: 1000px) {
	a.order-cta__bottom-item {
		font-size: 20px;
		min-height: 75px;
	}
}

.order-cta__bottom-item {
	flex: 1;
	transition: 0.3s;
}

.order-cta__bottom-item:hover {
	opacity: 0.8;
}

.order-cta__bottom-item:last-child {
	flex: 0 1 38%;
}




.order-catalog__head-wrap {
	background: #1c2a54;
	padding-top: 5px;
	padding-bottom: 5px;

}



/* .order-catalog__inner */

.order-catalog__inner {
	padding-top: 20px;
	padding-bottom: 50px;
}

.order-catalog__head {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding-left: 80px;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 840px) {
	.order-catalog__head {
		font-size: 24px;
	}
}

.order-flow__head-span {
	font-weight: 400;
}

.order-catalog__text {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	color: #1c2a54;
}

@media screen and (max-width: 840px) {
	.order-catalog__text {
		font-size: 14px;
	}
}

.order-catalog__text-small {
	font-size: 13px;
}

@media screen and (max-width: 840px) {
	.order-catalog__text-small {
		font-size: 12px;
	}
}

/*  */

.order-catalog__accordion {
	list-style: none;

	position: relative;
}


.order-catalog__accordion-item {
	margin-top: 30px;

}

@media screen and (max-width: 840px) {
	.order-catalog__accordion-item {
		margin-top: 20px;

	}
}

.order-catalog__accordion-item:first-child {
	margin-top: 0;
}

.order-catalog__accordion-q-prefix {
	display: block;
	line-height: 1;
	max-width: 57px;

}

@media screen and (max-width: 840px) {
	.order-catalog__accordion-q-prefix {

		max-width: 32px;

	}
}

.order-catalog__accordion-q-content {
	display: block;
	font-weight: 700;
	line-height: 1.6;
	font-size: 28px;
	padding: 20px 60px 20px 20px;

}

@media screen and (max-width: 840px) {
	.order-catalog__accordion-q-content {
		font-size: 16px;
		padding: 20px 40px 20px 10px;

	}
}

.order-catalog__accordion-q-icon {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 35px;
	height: 35px;
}

@media screen and (max-width: 840px) {
	.order-catalog__accordion-q-icon {
		width: 20px;
		height: 20px;

	}
}

.order-catalog__accordion-q-icon::before,
.order-catalog__accordion-q-icon::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8ea7b3;
	top: 50%;
	transform: translateY(-50%);
}

.order-catalog__accordion-q-icon::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 400ms;
}

.order-catalog__accordion-q-button {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
	color: inherit;
	font: inherit;
	text-align: left;
	appearance: none;
	cursor: pointer;
	transition: opacity 400ms;
	padding: 5px 10px;
	background: #f5f7f8;
}

.order-catalog__accordion-q-button:hover,
.order-catalog__accordion-q-button:active {
	opacity: .5;
}

.order-catalog__accordion-a {
	display: none;
	overflow: hidden;
}


.order-catalog__accordion-a-inner {
	position: relative;
	border-top: 2px solid #fff;
	display: flex;
	padding: 10px 0px 0;
}




.order-catalog__accordion-a.is-open {
	display: block;
}

.order-catalog__accordion-q.is-open .order-catalog__accordion-q-icon::after {
	transform: rotate(0deg);
}


.order-catalog__accordion-a-content {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

@media screen and (max-width: 840px) {
	.order-catalog__accordion-a-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.order-catalog__accordion-a-content-item-text {
	text-align: center;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 500;
}



.contact-form-order__wrapper .contact-form__parts input,
.contact-form-order__wrapper .contact-form__parts textarea,
.contact-form-order__wrapper .contact-form__parts select {
	background: #fff;
}

.contact-form-order__wrapper .contact-form__parts select {
	width: 100%;
	max-width: 500px;
}

.contact-form-order__wrapper .contact-form__item {
	align-items: baseline;
}

.contact-form-order__wrapper .contact-form__item .require-txt {
	margin-right: 10px;
}

.contact-form-order__wrapper .contact-form__item .non-require-txt {
	margin-right: 10px;
}


.contact-form-order__wrapper .contact-form__parts--note {
	font-size: 12px;
	margin-top: 5px;

}

.contact__checbox .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact__checbox .wpcf7-list-item {
	position: relative;
}

@media screen and (max-width:768px) {
	.contact__checbox .wpcf7-list-item {
		font-size: 0.75rem;
	}
}

.contact__checbox .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	color: #333333;
}

.contact__checbox .wpcf7-list-item-label::before {
	display: block;
	content: "";
	border: 1px solid #333333;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contact__checbox span.wpcf7-list-item-label::after {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 8px;

	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5607%200.43934C17.1464%201.02513%2017.1464%201.97487%2016.5607%202.56066L6.5%2012.6213L0.93934%207.06066C0.353553%206.47487%200.353553%205.52513%200.93934%204.93934C1.52513%204.35355%202.47487%204.35355%203.06066%204.93934L6.5%208.37868L14.4393%200.43934C15.0251%20-0.146447%2015.9749%20-0.146447%2016.5607%200.43934Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
	background: #333333;
	background-size: 12px 8px;
	background-repeat: no-repeat;
	mask-size: 100%;
	mask-repeat: no-repeat;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}


.contact__checbox input[type=checkbox]:checked+span.wpcf7-list-item-label::after {
	display: block;
}

.contact__checbox input[type=checkbox]:checked+span.wpcf7-list-item-label::before {}

.contact__checbox input[type=checkbox] {
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	visibility: visible;
	opacity: 0;
	position: absolute;
}





.contact__accept {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 8rem;
}

.contact__accept .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	color: #333333;
}

.contact__accept .wpcf7-list-item-label::before {
	display: block;
	content: "";
	border: 1px solid #E0382C;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contact__accept span.wpcf7-list-item-label::after {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 8px;

	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5607%200.43934C17.1464%201.02513%2017.1464%201.97487%2016.5607%202.56066L6.5%2012.6213L0.93934%207.06066C0.353553%206.47487%200.353553%205.52513%200.93934%204.93934C1.52513%204.35355%202.47487%204.35355%203.06066%204.93934L6.5%208.37868L14.4393%200.43934C15.0251%20-0.146447%2015.9749%20-0.146447%2016.5607%200.43934Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
	background: #333333;
	background-size: 12px 8px;
	background-repeat: no-repeat;
	mask-size: 100%;
	mask-repeat: no-repeat;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}


.contact__accept input[type=checkbox]:checked+span.wpcf7-list-item-label::after {
	display: block;
}

.contact__accept input[type=checkbox]:checked+span.wpcf7-list-item-label::before {}

.contact__accept input[type=checkbox] {
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	visibility: visible;
	opacity: 0;
	position: absolute;
}

.contact__button {
	margin: 5rem auto 0;
}

.contact__button input {
	background-color: #E0382C;
	font-size: 1.4rem;
	max-width: 220px;
	width: 220px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	box-sizing: border-box;
	transition: all .3s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contact__contact-text {
	padding-top: 40px;
}

.order-contact {
	overflow: hidden;
}