@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/pp/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 90px;
	height: 200px;
	background: url(../../img/pp/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 個人情報 */
/* ----------------------------------- */
#pp {
	padding: 0 0 100px;
	background: #edf3fc;
}
#pp .txt2 {
	padding: 0 0 30px;
}

#ppDetail dt {
	padding: 10px 20px;
	font-size: 2rem;
	font-weight: 500;
	background: #dbe6f5;
}

#ppDetail dd {
	padding: 20px;
	font-size: 1.8rem;
	background: #FFF;
}

#ppDate {
	padding: 20px 0;
	text-align: right;
	font-size: 1.6rem;
}

#ppContact {
	padding: 50px;
	border-radius: 10px;
	background: #fbfabe;
}

#ppContactTit {
	padding-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
}

#ppContactBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

#ppContactBtn li {
	width: 48%;
}

#ppContactBtn .btn7 {
	pointer-events: none;
	width: 100%;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	#ppContactBtn li {
		width: 48%;
	}
	
	#ppContactBtn .btn7 {
		pointer-events: visible;
		width: 100%;
	}

	#ppDetail dd {
		font-size: 1.6rem;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/pp/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#pp {
		padding: 0 0 80px;
	}

	#ppContactBtn li {
		width: 100%;
	}

	#ppContact {
		padding: 20px;
		border-radius: 10px;
		background: #fbfabe;
	}

	#ppContactBtn .btn7 {
		padding: 10px 20px;
	}

	.btn7.mail {
		font-size: 4vw;
	}
}