@charset "euc-jp";

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

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

#contents {
	background-color: #021057;
}

#campaign {
	width: 900px;
	margin: 0 auto 24px;
	background-color: #fff;
}

.main-img-top {
	width: 900px;
	height: 250px;
	background-image: url(/img/campaign/202606/pc-bg1.jpg);
	background-repeat: no-repeat;
	background-position: right center;

}
.main-img-top .breadcrumbs-list {
	padding: 10px 10px;
	max-width: inherit;
	color: #333;
}
.main-img-top .breadcrumbs-list a {
	color: #333;
}

h1 {
	width: 900px;
	height: 234px;
}
.main-img-bottom {
	width: 900px;
	height: 250px;
}

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

.campaign-detail-wrapper {
	padding: 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;
	margin: 0 auto 24px;
	padding: 0;
	width: 720px;
	height: 100px;
}

#footer {
	border-color: #ccc;
}

.discount-tickets-link {
	color: #fff;
	text-decoration: underline;
}
.discount-tickets-link:hover {
	color: #fff;
	text-decoration: 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;
}

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