.campain-banner {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif !important;
}
.campain-banner {
	margin: 30px 0;
	padding-right: 24px;
}

.campain-banner--fixed {
	display: none;
	width: 319px;
	height: 189px;
	position: fixed;
	right: 0;
	bottom: 50px;
	overflow: hidden;
	z-index: 9999;
	margin: 0;
	padding: 0;
}

.xy-campaignEntry {
	display: block;
	float: none;
	clear: both;
	width: 300px;
	border: 2px solid #d2b88a;
	background-color: #ffffff;
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 9px auto 0;
	border-radius: 6px;
}

.xy-campaignEntry__popSenchaku {
	margin: 0 auto;
	width: 250px;
	height: 28px;
	background-position: center;
	background-image: url(/contents/adjust/kikaku_campaign_push/label.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: 0.5px;
	color: #c09c5e;
	text-align: center;
}
.xy-campaignEntry__popSenchaku__all {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}
.xy-campaignEntry__mainText {
	position: absolute;
	top: 20px;
	left: 80px;
	color: #9f896b;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 20px;
}
.xy-campaignEntry__mainText.is-hidden {
	display: none;
}
.xy-campaignEntry__mainTickets {
	margin-top: 8px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xy-campaignEntry__mainTickets--text1 {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #f59cae;
	background-image: url("/contents/adjust/kikaku_campaign_push/bg_circle.png");
	background-size: 32px;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	justify-content: center;
	margin-right: 5px;
}
.xy-campaignEntry__mainTickets--text2 {
	position: absolute;
	top: 14px;
	left: 78px;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 3.33px;
	line-height: 16px;
}
.xy-campaignEntry__mainTickets--text3 {
	position: absolute;
	top: 41px;
	left: 21px;
	color: #9f896b;
	font-size: 14px;
	line-height: 21px;
}
.xy-campaignEntry__mainTickets--text4 {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 34px;
	color: #f59cae;
	align-self: flex-end;
	position: relative;
	margin-left: 3px;
}
.xy-campaignEntry__mainTickets--text5 {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 29px;
	color: #f59cae;
	align-self: flex-end;
	position: relative;
	margin-left: 3px;
}
.xy-campaignEntry__mainTickets--text5::before {
	content: "";
	background-image: url(/contents/adjust/kikaku_campaign_push/ico_twinkle.png);
	background-size: 20px 14px;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 14px;
	position: absolute;
	top: -12px;
	left: 4px;
}
.xy-campaignEntry__mainCatch--text1 {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #c09c5e;
	margin-top: 4px;
	text-align: center;
}
.xy-campaignEntry__mainCatch--text2 {
	position: absolute;
	top: 85px;
	left: 151px;
	color: #9f896b;
	font-size: 16px;
	letter-spacing: 1.54px;
	line-height: 22px;
	font-weight: bold;
}
.xy-campaignEntry__mainCatch--text3 {
	position: absolute;
	top: 84px;
	left: 169px;
	color: #9f896b;
	font-size: 22px;
	letter-spacing: 1.54px;
	line-height: 22px;
	font-weight: bold;
}
.xy-campaignEntry__mainBtn {
	display: flex;
	box-sizing: border-box;
	background-color: #f9c0c1;
	background: #f59cae;
	align-content: space-around;
	color: #ffffff;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	min-height: 44px;
	width: 216px;
	padding: 0 16px;
	border-radius: 22px;
	text-align: center;
	font-size: var(--xy-font-size-primary, 14px);
	line-height: 16px;
	font-weight: var(--xy-font-weight-bold, 700);
	margin: 5px auto 0;
	opacity: 1;
	transition: opacity 0.3s;
	cursor: pointer;
}

.xy-campaignEntry__mainBtn:hover {
	opacity: 0.6;
	transition-duration: 0.8s;
}

.xy-campaignEntry__closeBtn {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	right: 0px;
	background-image: url(/contents/adjust/kikaku_campaign_push/close.png);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
	cursor: pointer;
	transform: translate(10px, -12px);
}

[data-campaignbanner-cl].is-hidden {
	display: none;
}

:is(.clientTop, .clientTopHeader) a:link.xy-campaignEntry__mainBtn {
	color: #ffffff;
	text-decoration: none;
}
