:root {
	--margin-l-sp: 55px;
	--margin-m-sp: 40px;
	--margin-s-sp: 25px;
	--margin-ss-sp: 15px;
	--margin-l-pc: 100px;
	--margin-m-pc: 60px;
	--margin-s-pc: 40px;
	--margin-ss-pc: 10px;
}
/*-----------------------------------------------------------
===  [ home CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/* p_bg */
.p_bg {
	background: url(../../common/images/bg_mv01_sp.webp) no-repeat center top;
	background-size: 100% auto;
	margin: 0 -20px;
	padding: 0 20px;
}
/* p_mv */
.p_mv {
	padding: 40px 0 0;
}
.p_mv__ttl01 {
	margin: 0 0 30px;
}
.p_mv__pkg01 {
	margin: 0 0 40px;
}
/* p_home01 */
.p_home01__ttl01 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	font-feature-settings: "palt";
	background: url(../../common/images/deco_dot02_sp.webp) no-repeat center bottom;
	background-size: 42px auto;
	padding: 0 0 32px;
	margin: 0 0 30px;
}
.p_home01__txt01 {
	font-weight: bold;
}
.p_home01__txt01 sub {
	font-size: 60%;
	font-weight: 500;
}
/* p_home02 */
.p_home02__blc01 {
	background: #fff;
	border: 2px solid #191f6c;
	border-radius: 25px;
	padding: 37px 18px;
	position: relative;
}
.p_home02__blc01::before, .p_home02__blc01::after {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	background: #fff;
	position: absolute;
}
.p_home02__blc01::before {
	left: 28px;
	top: -2px;
}
.p_home02__blc01::after {
	right: 28px;
	bottom: -2px;
}
.p_home02__pkg {
	margin: 0 0 28px;
}
.p_home02__txt01 {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	margin: 15px 0;
}
.p_home02__btnWrap01>* {
	margin: 15px 0;
}
.p_home02__btnWrap02 {
	margin: var(--margin-ss-sp) 0;
}
.p_home02__list01>* {
	margin: 10px 0 0;
}
/* p_home03 */
.p_home03__linkBlc>li {
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
	width: 100%;
}
.p_home03__linkBlc>li a {
	display: block;
	border: 2px solid #191f6c;
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
}
.p_home03__linkBlc>li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	min-height: 43px;
}
.p_home03__linkBlc>li a span::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	color: #191f6c;
}
.p_home03__linkBlc>li:not(:first-child) {
	margin-top: 25px;
}
.p_home03__txt01 {
	text-align: center;
}
.p_home03__blc {
	background: #fff;
	border: 2px solid #ec79a0;
	border-radius: 25px;
	padding: 27px 18px;
	position: relative;
}
.p_home03__blc::before, .p_home03__blc::after {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	background: #fff;
	position: absolute;
}
.p_home03__blc::before {
	left: 28px;
	top: -2px;
}
.p_home03__blc::after {
	right: 28px;
	bottom: -2px;
}
.p_home03__blc dl::before {
	display: block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e008";
	font-size: 3.3rem;
	color: #ec79a0;
	text-align: center;
	margin: 0 0 10px;
}
.p_home03__blc dl dt {
	font-weight: bold;
	color: #ec79a0;
	text-align: center;
}
.p_home03__blc dl dd {
	font-size: 1.2rem;
	margin: 8px 0 0;
}
/* p_pickup */
.p_pickup {
	background: #fff url(../../common/images/bg_dot01_sp.webp) repeat center top;
	background-size: 33px auto;
	margin: 0 -20px;
	padding: 0 20px 50px;
	border-top: 2px solid #fff;
}
.p_pickup__ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 0 var(--margin-m-sp);
}
.p_pickup__linkBlc a {
	display: block;
	text-decoration: none;
}
.p_pickup__linkBlc a[target=_blank] .p_pickup__txt01::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e004";
	font-size: 1rem;
	margin: 0 0 0 5px;
}
.p_pickup__img {
	text-decoration: none;
	box-shadow: 0px 2.5px 0px 0px rgba(25, 31, 108, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 24px;
}
.p_pickup__txt01 {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0;
}
.p_pickup__txt02 {
	font-size: 1.2rem;
	margin: 8px 0 0;
}
@media print, screen and (min-width: 768px) {
	.p_bg {
		background: none;
		margin: 0;
		padding: 0;
	}
	.p_bg::after {
		content: "";
		display: block;
		width: 100vw;
		height: 1210px;
		background: url(../../common/images/bg_mv01_pc.webp) no-repeat center bottom;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.p_mv {
		padding: 74px 0 87px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.p_mv__ttl01 {
		margin: 0;
	}
	.p_mv__pkg01 {
		margin: 0 -18px 0 -8px;
	}
	.p_home01__ttl01 {
		font-size: 4rem;
		background-image: url(../../common/images/deco_dot02_pc.webp);
		background-size: auto auto;
		padding-bottom: 44px;
		margin-bottom: 52px;
	}
	.p_home01__txt01 {
		font-size: 1.8rem;
		text-align: center;
	}
	.p_home01__notes01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 20px;
	}
	.p_home02__blc01 {
		border-width: 3px;
		border-radius: 40px;
		padding: 60px 20px;
	}
	.p_home02__blc01::before, .p_home02__blc01::after {
		width: 6px;
		height: 3px;
	}
	.p_home02__blc01::before {
		left: 57px;
		top: -3px;
	}
	.p_home02__blc01::after {
		right: 57px;
		bottom: -3px;
	}
	.p_home02__column01 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 30px;
	}
	.p_home02__column01--right {
		flex-direction: row-reverse;
	}
	.p_home02__pkg {
		margin-bottom: 0;
		max-width: 350px;
		align-self: flex-start;
	}
	.p_home02__box {
		max-width: 430px;
	}
	.p_home02__ttl01 {
		max-width: 395px;
		margin: 0 auto;
	}
	.p_home02__txt01 {
		font-size: 1.8rem;
		margin: 28px 0;
	}
	.p_home02__btnWrap01 {
		max-width: 310px;
		margin: 0 auto 24px;
	}
	.p_home02__btnWrap02 {
		margin: 28px auto 24px;
		max-width: 420px;
	}
	.p_home02__list01 {
		display: flex;
		justify-content: center;
		gap: 0 40px;
	}
	.p_home03__linkBlc {
		display: flex;
		gap: 0 35px;
	}
	.p_home03__linkBlc>li {
		font-size: 1.6rem;
	}
	.p_home03__linkBlc>li a {
		border-width: 3px;
		border-radius: 40px;
	}
	.p_home03__linkBlc>li a span {
		min-height: 52px;
	}
	.p_home03__linkBlc>li a span::after {
		font-size: 1.3rem;
	}
	.p_home03__linkBlc>li:not(:first-child) {
		margin-top: 0;
	}
	.p_home03__txt01 {
		font-size: 1.8rem;
	}
	.p_home03__blc {
		border-width: 3px;
		border-radius: 40px;
		padding: 35px 20px;
	}
	.p_home03__blc::before, .p_home03__blc::after {
		width: 6px;
		height: 3px;
	}
	.p_home03__blc::before {
		left: 57px;
		top: -3px;
	}
	.p_home03__blc::after {
		right: 57px;
		bottom: -3px;
	}
	.p_home03__blc dl::before {
		font-size: 3.7rem;
		margin-bottom: 16px;
	}
	.p_home03__blc dl dt {
		font-size: 1.8rem;
	}
	.p_home03__blc dl dd {
		font-size: 1.6rem;
		text-align: center;
	}
	.p_pickup {
		background: none;
		margin: 0;
		padding: 0;
		border-top: none;
		position: relative;
	}
	.p_pickup::before {
		content: "";
		display: block;
		width: 200vw;
		height: 100%;
		background: #fff url(../../common/images/bg_dot01_pc.webp) repeat center top;
		position: absolute;
		left: -100vw;
		z-index: -1;
		pointer-events: none;
	}
	.p_pickup__ttl {
		font-size: 4rem;
		margin-bottom: 70px;
	}
	.p_pickup__linkBlc>* {
		max-width: 470px;
		margin: 0 auto;
	}
	.p_pickup__txt01 {
		font-size: 1.8rem;
		margin-top: 28px;
	}
	.p_pickup__txt02 {
		font-size: 1.4rem;
		text-align: center;
		margin-top: 4px;
	}
}
