@charset "euc-jp";

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

#tab_watchlist span {
	font-size: 12px;
}

#campaign {
	margin: 18px 10px;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #24803a;
}
.wrapper.bg-2026 {
	background-image: url("/img/campaign/official-ticket-resale/202303/pc-bg.jpg");
	background-repeat: no-repeat;
}

.bg-blue {
	background-color: #00214b;
}
.bg-green {
	background-color: #24803a;
}
.bg-black {
	background-color: #000;
}

.main-sub-text {
	text-align: center;
	padding: 16px 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background-color: #e52c8a;
}

.main-sub-text-wrapper {
	width: 640px;
	margin: 18px auto;
}

.campaign-large-btn {
	margin-bottom: 18px;
}
.campaign-large-btn .btn-sub-text {
	font-size: 24px;
}
.campaign-large-btn a {
	box-sizing: border-box;
	display: block;
	width: 580px;
	margin: 0 auto 6px;
	padding: 18px 0;
	border-radius: 6px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3e4d), color-stop(88%, #ad0009));
	background: -moz-linear-gradient(center top, #ff3e4d 0%, #ad0009 88%);
	background: -ms-linear-gradient(top, #ff3e4d 0%, #ad0009 88%);
}
.campaign-large-btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.campaign-large-btn p {
	margin-top: 12px;
	font-size: 16px;
}

.campaign-section {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 24px;
}

.campaign-detail-wrapper {
	padding: 12px 20px 20px;
}
.campaign-detail-wrapper-cont {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
h2.campaign-section-title {
	box-sizing: border-box;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 18px;
	background-color: #e6e6e6;
	border-radius: 4px;
}
.campaign-section-text {
	padding: 0 12px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.sub-text {
	font-size: 1.3rem;
}

.left-indent {
	padding-left: 2.6rem;
}

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

.entry-btn {
	display: block;
	padding: 12px 0 0 0;
	width: 720px;
	height: 78px;
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	background-color: #ffe755;
	text-decoration: none;
	border-radius: 10px;
}
.entry-btn:hover {
	color: #d80c18;
	background-color: #fff;
	text-decoration: none;
}
.entry-btn span {
	display: block;
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry-btn.top-btn {
	margin: 0 auto 12px;
}
.entry-btn.bottom-btn {
	margin: 18px auto 12px;
}

.entry-btn.anv25th {
	height: 98px;
}

#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;
}

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

/*** フィルター ***/
.filter{
	background:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	z-index:100;
}

/*** キャンペーン終了 ***/
.main-img-wrapper {
	position: relative;
}
.main-img-wrapper .campaign-end-text {
	position: absolute;
	width: 640px;
	padding: 36px;
	top: 380px;
	left: 128px;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 12px;
	transform: rotate(-6deg);
	opacity: .9;
}
.campaign-end-text.top-120 {
	top: 120px;
}

/* 配布終了対応 */
.end-distribution {
	pointer-events: none;
	width: 720px;
	height: 78px;
	margin: 0 auto 24px;
	padding: 18px;
	border-radius: 6px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #666;
	background-color: #f2f2f2;
}
