@charset "utf-8";.crumbsList {
	margin-bottom: 0;
}

.fp-luckBag {

}
.fp-luckBagMain {
	margin-bottom: 50px;
}
.fp-luckBagContents {
	margin-bottom: 100px;
}
.fp-luckBagInner {
	background: #eeeade;
	box-sizing: border-box;
	padding: 80px 40px 90px;
}
.fp-luckBagList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fp-luckBagListItem {
	width: calc(50% - 20px);
}
.fp-luckBagListItem:nth-of-type(n + 3) {
	margin-top: 100px;
}
.fp-luckBagListItem.is-noBal {
	padding-top: 2%;
}
.fp-luckBagListItem__txt {
	font-size: 16px;
	list-style: 1.85;
	margin-top: 10px;
	font-weight: 500;
}
.fp-luckBagListItemBtnOuter {
	max-width: 300px;
	margin: 0 auto;
}
.fp-luckBagListItem__btn {
	margin-top: 30px;
}
.fp-luckBagListItem__btn:nth-of-type(n + 2) {
	margin-top: 15px;
}
.fp-luckBagListItem__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9a171e;
	color: #FFF;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	min-height: 70px;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
}
.fp-luckBagListItem__btn a:before {
	content: '';
	display: block;
	position: absolute;
	background: url(lucky-bag2025/icon-arrow.png) no-repeat center;
	background-size: contain;
	width: 8px;
	height: 9px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.fp-luckBagCaution {
	text-align: center;
	margin-top: 55px;
}
.fp-luckBagCautionInner {
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	border: #3f2301 2px solid;
	padding: 10px 20px;
}
.fp-luckBagCaution__txt {
	position: relative;
	font-size: 16px;
	list-style: 1.85;
	font-weight: 500;
	padding-left: 1em;
}
.fp-luckBagCaution__txt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

@media only screen and (max-width: 750px){
	.crumbsList {
		margin-bottom: 0;
	}

	.fp-luckBag {

	}
	.fp-luckBagMain {
		margin-bottom: 0px;
	}
	.fp-luckBagMain .row {
		padding: 0;
	}
	.fp-luckBagContents {
		margin-bottom: 50px;
		background: #eeeade;
	}
	.fp-luckBagInner {
		padding: 50px 0px 90px;
	}
	.fp-luckBagListItem {
		width: 100%;
	}
	.fp-luckBagListItem:nth-of-type(n + 2) {
		margin-top: 50px;
	}
	.fp-luckBagListItem.is-noBal {
		padding-top: 2%;
	}
	.fp-luckBagListItem__img {
		max-width: 400px;
		margin: 0 auto;
	}
	.fp-luckBagListItem__txt {
		font-size: 14px;
		margin-top: 10px;
	}
	.fp-luckBagListItemBtnOuter {
		max-width: 300px;
		margin: 0 auto;
	}
	.fp-luckBagListItem__btn {
		margin-top: 30px;
	}
	.fp-luckBagListItem__btn:nth-of-type(n + 2) {
		margin-top: 15px;
	}
	.fp-luckBagListItem__btn a {
		border-radius: 6px;
		font-size: 16px;
		min-height: 70px;
		padding: 10px 20px;
	}
	.fp-luckBagListItem__btn a:before {
		width: 8px;
		height: 9px;
		right: 10px;
	}

	.fp-luckBagCaution {
		margin-top: 45px;
	}
	.fp-luckBagCautionInner {
		border: #3f2301 1px solid;
		padding: 10px 15px;
	}
	.fp-luckBagCaution__txt {
		font-size: 14px;
	}
}