@charset "UTF-8";
/*terms of purchase*/
.p-termsofpurchase {
	padding: 8.125rem 0 9.375rem;
}
.p-termsofpurchase__inner {
	max-width: 900px;
}
.p-termsofpurchase__title {
	font-size: 30px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	color: #BAAC8A;
	text-align: center;
}
.p-termsofpurchase__content {
	margin: 10rem 0 0;
}
.p-termsofpurchase__list {
	margin-top: 6.25rem;
}
.p-termsofpurchase__list:first-child {
	margin-top: 0;
}
.p-termsofpurchase__head_03 {
	background: #F5F5F5;
	padding: 1rem 6.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	flex-direction: column;
	gap: 0.3125rem;
	font-weight: normal;
}
.p-termsofpurchase__text {
	margin: 2.8125rem auto;
	padding: 0 6.875rem 0;
}
.p-termsofpurchase__text img {
	max-width: 360px;
	width: 100%;
	height: auto;
	margin-top: 2.5rem;
	margin-top: 0;
}
.p-termsofpurchase__text p {
	font-size: .866rem;
	line-height: 2.462;
}
.p-termsofpurchase__title_01 {
	font-size: .933rem;
	font-family: "Inter Tight";
	color: #A2A2A2;
}
.p-termsofpurchase__head_04 {
	position: relative;
	margin: 1.5rem auto .5rem;
	font-size: .933rem;
	font-weight: normal;
	padding-left: 1rem;
}
.p-termsofpurchase__head_04:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - .75rem / 2);
	display: block;
	width: .75rem;
	height: .75rem;
	background: #000;
}
.p-termsofpurchase__head_05 {
	width: auto;
	margin: 1.5rem auto .5rem;
	padding: .25rem 1rem;
	background: #d0d0d0;
	border-radius: 2px;
	color: #fff;
	font-size: .933rem;
	font-family: "Inter Tight";
}
.p-termsofpurchase__dl_01 {
	margin: 1.5rem auto .5rem;
}
.p-termsofpurchase__dl_01 dt {
	width: fit-content;
	margin: 1rem 0 .25rem;
	border-bottom: 1px solid #606060;
	font-size: .866rem;
}
.p-termsofpurchase__dl_01 dd {
	padding-left: 1em;
}
.p-termsofpurchas__btn-back {
	max-width: 50%;
	width: fit-content;
	margin: 0 auto 1.875rem 0;
}
.p-termsofpurchas__btn-back a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: fit-content;
	padding: 1.125rem 2.3125rem;
	border-radius: 45px;
	border: 1px solid #000;
}
.p-termsofpurchas__btn-back a:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(7 59 116 / 0);
	position: absolute;
	transition: all 0.3s ease-in-out;
	/*right: 0;*/
}
.p-termsofpurchas__btn-back a span {
	position: relative;
	padding-left: 1rem;
	font-size: .8rem;
	font-family: "Inter Tight", sans-serif;
	line-height: 1;
	text-align: center;
	z-index: 20;
}
.p-termsofpurchas__btn-back a span:before {
	position: absolute;
	top: calc(50% + 2px - .5em);
	left: 0;
	content: "";
	width: .666rem;
	height: .666rem;
	border-top: 2px solid;
	border-left: 2px solid;
	transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.p-termsofpurchas__btn-back a:hover {
	border-color: transparent;
	color: #fff;
	opacity: 1;
}
.p-termsofpurchas__btn-back a:hover::after {
	background-color: rgb(7 59 116 / 1);
	opacity: 1;
	/*width: 100%;
  right: auto;
  left: 0;*/
}
.p-termsofpurchase__logo-01 {}
.p-termsofpurchase__text img:last-child(".p-termsofpurchase__logo-01") {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-termsofpurchase {
		padding: 5.3125rem 0 6.25rem;
	}
	.p-termsofpurchase__title {
		font-size: 24px;
	}
	.p-termsofpurchase__content {
		margin: 6.25rem 0 0;
	}
	.p-termsofpurchase__head_03 {
		padding: 0.8125rem 0.9375rem;
		gap: 0.125rem;
	}
	.p-termsofpurchase__text {
		padding: 1.875rem 0.9375rem 0;
	}
	.p-termsofpurchase__text img {
		margin-top: 1.25rem;
	}
	.p-termsofpurchase__text p {
		font-size: 13px;
		line-height: 1.692;
	}
	.p-termsofpurchase__day_01 {
		font-size: 11px;
	}
	.p-termsofpurchase__day_02 {
		font-size: 13px;
	}
	.p-termsofpurchase__list {
		margin-top: 3.5rem;
	}
}