@charset "euc-jp";

/* ------------- キャンペーンページ要素 ----------------- */
#contents {
	padding: 0;
	background-color: #e95378;
	background-image: url(/img/campaign/202404/pc-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#campaign {
	padding-bottom: 36px;
}

.breadcrumbs-list {
	padding: 12px;
	color: #fff;
}
.breadcrumbs-list a {
	color: #fff;
	text-decoration: none;
}

.main-img-wrapper {
	position: relative;
	height: 460px;
}

.main-img-wrapper h1 {
	position: absolute;
	width: 608px;
	height: 285px;
	top: 160px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10;
}
.main-img-wrapper .main-side-1 {
	position: absolute;
	width: 320px;
	height: 260px;
	top: 206px;
	left: 10px;
}
.main-img-wrapper .main-side-2 {
	position: absolute;
	width: 320px;
	height: 260px;
	top: 206px;
	right: 10px;
}

.campaign-main-text {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.campaign-prize-wrapper ul {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 24px auto 0;
}
.prize-1,
.prize-2 {
	position: relative;
}
.prize-1-num,
.prize-2-num {
	position : absolute;
	bottom: -12px;
	right: -20px;
}
.campaign-prize-wrapper .prize-3 {
	position: relative;
	width: 1000px;
	margin: 28px auto 0;
}
.campaign-prize-wrapper .prize-3-text {
	position: absolute;
	width: 480px;
	top: 140px;
	left: 20px;
	text-align: left;
	line-height: 1.4;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}
.campaign-detail-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}
.campaign-detail-wrapper {
	margin-top: 12px;
	padding: 30px 30px;
	text-align: left;
	background-color: #fff;
	border-radius: 8px;
}
.campaign-detail-text {
	font-size: 1.8rem;
	line-height: 1.4;
}

.dot-list {
	padding: 0 12px;
	font-size: 1.5rem;
}
.dot-list li {
	position: relative;
	margin-top: 12px;
	padding-left: 20px;
	line-height: 1.5;
}
.dot-list li:before {
	content: '・';
	position: absolute;
	left: 0;
}
.plane-list li {
	margin-top: 6px;
	padding-left: 0;
}
.plane-list li:before {
	content: '';
}

.entry-btn {
	display: block;
	padding-top: 24px;
	width: 940px;
	height: 120px;
	color: #000;
	background-color: #ffff00;
	text-decoration: none;
	border-radius: 12px;
}
.entry-btn:hover {
	color: #0669b6;
	background-color: #fff;
	text-decoration: none;
}

.indent-6{
	padding-left: 6rem;
	text-indent: -6rem;
}

.ml-90 { margin-left: 90px }
.pb-36 { padding-bottom: 36px }


#footer {
	border-color: #ccc;
}

/*** SNSボタン ***/
.sns-button-outer {
	padding: 12px;
	background-color: #eee;
}
.sns-button-wrap {
	display: table;
	margin: 0 auto;
	font-size: 0;
}
.sns-button-wrap .sns-button {
	display: table-cell;
	padding: 4px;
}

/*** トップに戻るボタン ***/
.to_top {
	margin-top: 24px;
	text-align: right;
	font-size: 1.4rem;
}

/*** キャンペーンフォーム ***/
.label-white-box span {
	display: block;
	margin-top: -2.0rem;
	padding-left: 24px;
}
.btn-yellow {
	background-color: #fff37a;
	border-bottom: 3px solid rgba(0, 0, 0, 0.4);
	color: #000;
}
.dot-list.entry-form {
	padding-left: 0;
}
.w-38 {
	width: 38rem;
}
.w-40 {
	width: 40rem;
}

/*** キャンペーン終了 ***/
.main-img-wrapper .campaign-end-text {
	position: absolute;
	width: 640px;
	padding: 36px;
	top: 210px;
	left: 260px;
	color: #e95378;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #e95378;
	border-radius: 12px;
	transform: rotate(-10deg);
	opacity: .9;
	z-index: 20;
}

/* フッターのトップへ戻るボタン(SP版の物を流用) */
.js-top-btn {
	width: 54px;
	height: 54px;
	position: fixed;
	right: 10%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background-color: #333;
	border-radius: 32px;
	opacity: .8;
	z-index: 100;
	cursor: pointer;
}
