@charset "euc-jp";

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

#contents {
	padding: 0 0 48px;
	/*background: #000 url(/img/campaign/marines/202308/pc_bg.png) no-repeat center top;*/
	background-color: #000;
}

.breadcrumbs-list {
	font-size: 1.2rem;
	padding-top: 12px;
	padding-left: 12px;
	color: #fff;
}
.breadcrumbs-list a {
	color: #fff;
}

#campaign {
	position: relative;
}

.campaign-title {
	position: relative;
	height: 750px;
}
.sub-title {
	position: absolute;
	top: 24px;
	left: calc( 50% - 440px );
}
.main-title {
	position: absolute;
	top: 240px;
	left: calc( 50% - 383px );
}
.ticket-type-wrap {
	position: absolute;
	top: 568px;
	left: calc( 50% - 364px );
}
.ticket-type {
	display: flex;
	justify-content: space-between;
}
.lottery {
	position: absolute;
	top: 488px;
	left: calc( 50% - 436px );
}

.top-price-box {
	width: 780px;
	margin: 50px auto 0;
	padding: 12px 12px;
	border: 2px solid #fff;
	border-radius: 6px;
}

.content-header {
	width: 900px;
	margin: 36px auto 24px;
	padding: 20px 12px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	border: 1px solid #fff;
}
.content-header-sub-txt {
	display: block;
	margin-bottom: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}

.cont-box {
	position: relative;
	width: 900px;
	margin: 24px auto 0;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	border-radius: 6px;
}
.cont-box.bg-marines-black {
	margin-top: 12px;
	color: #fff;
	background-color: #000;
}

.seat-map-wrapper {
	position: relative;
}

.campaign-detail {
	margin: 24px 0 0 0;
}
.campaign-detail .detail-title {
	padding: 12px;
	color: #000121;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	background-color: #EDEEF1;
}
.campaign-detail .detail-txt {
	margin: 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;
}

.sales-unit {
	display: flex;
}
.how-to-obtain-ticket {
	list-style-type: decimal;
	margin-left: 24px;
}
.how-to-obtain-ticket li {
	padding-left: 12px;
}
.bullet-list li {
	position: relative;
	padding: 0 0 0.5em 1em;
}
.bullet-list li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
.bullet-list .sub-list li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.prize-list {
	display: flex;
}
.prize-list dt {
	flex-basis: 98px;
}
.prize-list dd {
	flex: 1;
}



.w-10 { width: 10rem;}
.nowrap { white-space: nowrap; }

.pd-r-80 { padding-right: 80px;}

.ul-yellow {
	background: linear-gradient(transparent 84%, #ffff00 84%);
}

#footer {
	border-color: #ccc;
}

.seat-map-wrap {
	padding: 10px;
	text-align: center;
}

/*** 売り切れ対応 ***/
.event-cell .event-link.sold-out a {
	background-color: #999;
	color: #fff;
}

/*** クリック無効 ***/
.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;
}

/* ------------- 特設ブース ----------------- */
.comingsoon {
	padding: 100px 0;
	color: white;
	font-size: 64px;
	font-weight: bold;
}

/* ------------- カレンダー ----------------- */
.calender-wrap {
	width: 960px;
	margin: 0 auto;
}

/* フッターのトップへ戻るボタン(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: 64px;
	right: calc(50% - 320px);
	color: #000;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 12px;
	transform: rotate(-6deg);
	opacity: .9;
	z-index: 10;
}
.campaign-end-text.main-img {
	top: 350px;
}

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