@charset "euc-jp";

/* ------------- キャンペーンページ要素 ----------------- */

#contents {
	padding: 12px 12px 48px 12px;
	background: #fff url(/img/campaign/seibulions/festivals2021/pc_bg.png) repeat-y center top;
}

.breadcrumbs-list a {
	color: #333;
}

#campaign {
	position: relative;
}

.main-logo,
.main-title {
	position: relative;
}

.player1 {
	position: absolute;
	top: 56px;
	left: calc(50% - 530px);
}
.player2 {
	position: absolute;
	top: 48px;
	right: calc(50% - 530px);
}

.cont-box {
	position: relative;
	width: 900px;
	margin: 12px auto 0;
	background-color: #fff;
	border: 15px solid #fff;
	border-radius: 15px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	font-size: 1.6rem;
	line-height: 1.4;
}
.cont-box.bg-grey {
	background-color: #dcdcdc;
}

.entry-btn {
	position: relative;
	display: block;
	width: 900px;
	margin: 12px auto 0;
	padding: 18px;
	color: white;
	text-decoration: none;
	border: 10px solid #fff;
	border-radius: 15px;
	background: rgb(220,0,122);
	background: -moz-linear-gradient(-45deg, rgba(220,0,122,1) 0%, rgba(198,15,40,1) 20%, rgba(249,188,0,1) 40%, rgba(0,150,59,1) 60%, rgba(0,166,216,1) 80%, rgba(0,48,103,1) 100%);
	background: -webkit-linear-gradient(
-45deg
, rgba(220,0,122,1) 0%,rgba(198,15,40,1) 20%,rgba(249,188,0,1) 40%,rgba(0,150,59,1) 60%,rgba(0,166,216,1) 80%,rgba(0,48,103,1) 100%);
	background: linear-gradient(
135deg
, rgba(220,0,122,1) 0%,rgba(198,15,40,1) 20%,rgba(249,188,0,1) 40%,rgba(0,150,59,1) 60%,rgba(0,166,216,1) 80%,rgba(0,48,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc007a', endColorstr='#003067',GradientType=1 );
	box-shadow: 4px 4px 0 0 rgba(0,0,0,.2);
}
.entry-btn::after {
	position: absolute;
	top: calc(50% - 12px);
	right: 48px;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.entry-btn:hover {
	color: #fff;
	top: 4px;
	left: 4px;
	opacity: 0.8;
	transition: 0.2s;
	box-shadow: none;
}
.btn-txt {
	font-size: 2.4rem;
	font-weight: bold;
}
.btn-sub-txt {
	margin: 18px auto 6px;
	font-size: 1.8rem;
}
.btn-title {
	font-size: 4.8rem;
	font-weight: bold;
}

.campaign-detail {
	margin: 24px 0 0 0;
}
.campaign-detail .detail-title {
	padding: 0 0 0 6px;
	font-size: 2.4rem;
	font-weight: bold;
}
.campaign-detail .detail-txt {
	margin: 12px 0 0 0;
	padding: 18px;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
}

.campaign-section-title {
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	background-color: #00953b;
}
.campaign-2nd {
	background-color: #ec6a02;
}

.flex-container {
	display: flex;
}

.campaign-howto {
	padding: 0 0 0 2.6em;
	text-indent: -2.6em;
}
.campaign-howto-indent {
	padding: .4em 0 0 2.6em;
}

.bullet-list li {
	position: relative;
	padding: 0 0 0.5em 1em;
}
.bullet-list li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

.sub-list li {
	font-size: 1.4rem;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.sub-list li::before {
	content: "";
}

.pd-20 { padding: 20px; }

#footer {
	border-color: #ccc;
}

/*** クリック無効 ***/
.no-event {
	pointer-events: none;
}

/*** 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;
}

/* フッターのトップへ戻るボタン(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;
}

/*** キャンペーン終了 ***/
.campaign-end-text {
	position: absolute;
	width: 640px;
	padding: 36px;
	top: 124px;
	right: calc(50% - 320px);
	color: #00214b;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #00214b;
	border-radius: 12px;
	transform: rotate(-6deg);
	opacity: .9;
	z-index: 10;
}

/*** IE文字化け対策 ***/
br {
	font-size: 0px;
}
