@charset "UTF-8";
/* CSS Document */
.egift {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
    color: #474747;
	font-size:16px;
	font-weight: bold;
	line-height:1.8em;
}
@media screen and (max-width: 767px) {
    .egift {
    }
}
.egift h2 {
	margin:0;
}
.egift img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.egift .pc {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .egift .pc {
        display: none;
    }
}
.egift .sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .egift .sp {
        display: inline-block;
        ;
    }
}
.egift h3{
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 700;
	margin-bottom:40px;
}
@media screen and (max-width: 767px) {
	.egift h3{
		margin-bottom:30px;
	}
	.egift h3 img{
		max-width:220px;
		width:70%;
	}
}
.egift .btn {
	color: #474747;
	background: #fb82c4 url("../img/bg_btn.png") repeat center / 22px;
	border-radius: 10px;
	display: flex;
	height:85px;
	max-width:552px;
	justify-content: center;
	align-items: center;
	margin:60px auto 0;
	box-shadow: 0px 8px 20px 0px rgba(215, 215, 215, 0.6);
	font-size: 1.375em;
	font-weight: 700;
	position: relative;
}
@media screen and (max-width: 767px) {
	.egift .btn {
		margin:30px auto 0;
		font-size:1.125em;
		height:60px;
	}
}
.egift .btn::after {
	content: "";
	display:block;
	width:12px;
	height:12px;
	border-top:3px solid #474747;
	border-right:3px solid #474747;
	transform: rotate(45deg);
	position: absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.egift .btn-off {
	box-shadow: none;
	background:#bebebe;
	color:#8d8d8d;
}
.egift .btn-off::after {
	display:none;
}
.egift .main {
	background:#fce3f1;
}
.egift .section {
	padding:80px 40px;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.egift .section {
		padding:40px 20px;
	}
}
.egift .section_inner {
	max-width:1200px;
	margin:0 auto;
}
.egift .section-lead {
	font-size:1.25em;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
	.egift .section-lead {
		font-size:1em;
		line-height:1.8em;
	}
}
.egift .section-lead p:first-child{
	font-size:1.2em;
	color: #fb82c4;
}
.egift .lead_img {
	margin-top:35px;
}
@media screen and (max-width: 767px) {
	.egift .lead_img {
		width: 100vw;
		max-width: none;
		transform: translateX(-20px);
	}
}
.egift .section-present {
	background:#fef5fa;
}
.egift .step {
	display:flex;
	gap:36px;
	justify-content: center;
	list-style-type: none;
	padding:0;
	margin:0;
}
@media screen and (max-width: 767px) {
	.egift .step {
		flex-direction: column;
		gap:12px;
		font-size:0.875em;
	}
}
.egift .step_item {
	border:4px solid #e2e2e2;
	border-radius: 30px;
	background:#fff;
	width:calc((100% - 72px) / 3);
	padding:45px 30px 50px;
}
@media screen and (max-width: 767px) {
	.egift .step_item {
		width:100%;
		padding:25px 20px 30px;
		border-width: 3px;
	}
}
.egift .step_item_head {
	font-size:1.25em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.egift .step_item_head {
		font-size:1rem;
	}
}
.egift .step_item_num {
	display: flex;
	justify-content: center;
	align-items: center;
	width:41px;
	height:41px;
	color:#fff;
	border-radius: 100px;
	margin-right:10px;
	font-size:1.2em;
	line-height:1em;
}
@media screen and (max-width: 767px) {
	.egift .step_item_num {
		width:30px;
		height:30px;
		font-size:1.125rem;
		line-height:1em;
	}
}
.egift .present_step .step_item_head {
	color:#fb82c4;
}
.egift .present_step .step_item_num {
	background: #fb82c4;
}
.egift .use_step .step_item_head {
	color:#a169d0;
}
.egift .use_step .step_item_num {
	background: #a169d0;
}
.egift .step_item p {
	margin-top:20px;
	margin-bottom:0;
}
@media screen and (max-width: 767px) {
	.egift .step_item p {
		word-break: keep-all;
	}
}
.egift .step_item p + p{
	border-top:1px solid #b4b4b4;
	margin-top:20px;
	padding-top:20px;
}
.egift .step_item_text{
	display:block;
	font-size:0.875em;
}
.egift .step_item_subhead {
	background:#f4e8fc;
	padding:2px 10px;
	border-radius:50px;
	margin-bottom:8px;
	display:inline-block;
	line-heigh:1em;
}
@media screen and (max-width: 767px) {
	.egift .step_item img {
		width:auto;
		max-height:136px;
	}
}