@charset "UTF-8";

.pc-view_wrap {
	width: 100%;
	height: 100vh;
	background-color: #ffee98;
	position: fixed;
}
.pc-bg img {
	width: 100%;
	height: auto;
}
.pc-view {
	z-index: 2;
	position: relative;
	position: fixed;
	width: 100%;
	height: 100vh;
	opacity: 1;
}

.main-inner {
	z-index: 2;
	background-color: #ffee98;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	position: relative;
	box-sizing: content-box;
}
.pc-bg {
	display: flex;
	width: 100vw;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
}
.pc-bg_left-sil {
	width: 100%;
	margin: 0;
}
.pc-bg_right-sil {
	width: 100%;
	margin: 0;
}

.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 3s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.fv_wrap {
	width: 100%;
	aspect-ratio: 8/6;
	position: relative;
	box-sizing: border-box;
}
.fv_item {
	position: absolute;
	top: 0;
}
.present_wrap_img {
	width: 100%;
	aspect-ratio: 8/7;
	position: relative;
	box-sizing: border-box;
}
.pd-set {
	width: 95%;
	margin: 3rem auto 0;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
.pd-set_text {
	text-align: center;
	margin: 1rem 0;
	font-size: clamp(1rem, 0.814rem + 0.93vw, 1.25rem)
}
.pd-set_bon {
	display: flex;
	width: 100%;
	margin-top: 3rem;
	align-items: center;
}
.pd-set_bon__left {
	width: 55%;
}
.pd-set_bon__right {
	width: 45%;
	background-image: url('../images/100point.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 80% top;
}

.pd-set_rel {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin-top: 3rem;
	align-items: center;
}
.pd-set_rel__left {
	width: 55%;
}
.pd-set_rel__right {
	width: 45%;
	text-align: right;
	background-image: url('../images/100point.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 20% top;
}

.pd-set_bath {
	display: flex;
	width: 100%;
	margin-top: 3rem;
	align-items: center;
}
.pd-set_bath__left {
	width: 55%;
}
.pd-set_bath__right {
	width: 45%;
	background-image: url('../images/100point.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 80% top;
}

.pd-set_sin {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin-top: 3rem;
	align-items: center;
}
.pd-set_sin__left {
	width: 55%;
}
.pd-set_sin__right {
	width: 45%;
	text-align: right;
}
.column_wrap {
	padding-top: 9%;
	margin: 0 auto;
	background-image: url('../images/column_top.png');
	background-repeat: no-repeat;
	background-size: 37%;
	background-position: center top;
	}
.column_text {
	text-align: center;
	padding-top: 2rem;
}
.column_img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.present-wrap {
	margin-bottom: 3rem;
}
.present-wrap_text {
	width: 90%;
	margin: 0 auto;
	font-size: clamp(1rem, 0.814rem + 0.93vw, 1.25rem);
	letter-spacing: .2rem;
}
.present-wrap_fast {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.present-wrap_fast p {
	width: 100%;
	max-width: 70%;
}
.p-w_f__img {
	width: 60%;
}
.present-wrap_second {
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
.present-wrap_second p {
	width: 100%;
	max-width: 70%;
}
.p-w_s__img {
	width: 60%;
}
.present-wrap_third {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.present-wrap_third p {
	width: 100%;
	max-width: 70%;
}
.p-w_t__img {
	width: 60%;
}
.present-wrap_forth {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.present-wrap_forth p {
	width: 100%;
	max-width: 70%;
}
.p-w_f__img {
	width: 60%;
}
.hanaemi_wrap {
	margin-top: 3rem;
	text-align: center;
}

/* sakuma 追記23.1122*/
.btn-close {
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border-radius: 100vh;
	background-color: #5a8c4b;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.cart-btn {
	margin: 1rem 0 2rem 0;
	text-align: center;
}
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}

a.btn-c {
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border-radius: 100vh;
	background-color: #5a8c4b;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-c:before {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
}

a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}


.line-wrap {
	text-align: center;
	margin: 2rem 0;
}
.line-wrap img {
	width: 100%;
	max-width: 50%;
}



@media screen and (max-width: 480px) {
	.pd-set_bon{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 3rem;
		align-items: center;
		gap: 10px;
	}
	.pd-set_bon__left {
		width: 100%;
	}
	.pd-set_bon__right {
		width: 90%;
		background-position: 100% top;
	}
	 .pd-set_rel {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 3rem;
		align-items: center;
		gap: 10px;
	}
	.pd-set_rel__left {
		width: 100%;
		text-align: left;
	}
	.pd-set_rel__right {
		width: 90%;
		text-align: left;
		background-position: 100% top;
	}
	.pd-set_bath{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 3rem;
		align-items: center;
		gap: 10px;
	}
	.pd-set_bath__left {
		width: 100%;
	}
	.pd-set_bath__right {
		background-position: 100% top;
		width: 90%;
	}
	 .pd-set_sin {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 3rem;
		align-items: center;
		gap: 10px;
	}
	.pd-set_sin__left {
		width: 100%;
		text-align: left;
	}
	.pd-set_sin__right {
		width: 100%;
		text-align: left;
	}

	.p-w_f__img {
		width: 100%;
	}
	.p-w_s__img {
		width: 80%;
	}
	.p-w_t__img {
		width: 100%;
	}
	.p-w_f__img {
		width: 100%;
	}
}

.footer {
	padding: 2rem 0;
	text-align: center;
}
.c-ore {
	color: #cb6950;
	font-weight: bolder;
}

.copy-btn_wrap {
	text-align: center;
}

.copy-btn {
	border: none;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 3rem;
	transition: all 0.3s;
	color: #fff;
	background-color: #cb6950;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.copy-btn_text {
	margin-top: 1rem;
}