@charset "euc-jp";

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

#contents {
	padding: 0 0 48px;
	background: #000121 url(/img/campaign/buffaloes/202208/pc_bg.png) no-repeat center top;
}

.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: 568px;
}

.sub-title {
	position: absolute;
	top: 56px;
	left: calc( 50% - 320px );
}

.main-title {
	position: absolute;
	top: 268px;
	left: calc( 50% - 440px );
}

.ticket-type-wrap {
	margin: 0 auto;
	width: 900px;
}
.ticket-type {
	display: flex;
	justify-content: space-between;
}
.ticket-type1,
.ticket-type2 {
	position: relative;
}
.ticket-type1 a,
.ticket-type2 a {
	position: absolute;
	display: block;
	width: 100px;
	padding: 12px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #df222c;
	border-radius: 4px;
	text-decoration: none;
}
.ticket-type1 a:hover,
.ticket-type2 a:hover {
	color: #df222c;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #df222c;
}
.ticket-type1 a.ticket-type1-01 {
	top: 100px;
	right: 22px;
}
.ticket-type1 a.ticket-type1-02 {
	top: 220px;
	right: 22px;
}
.ticket-type2 a.ticket-type2-01 {
	top: 234px;
	right: 22px;
}
.ticket-type-wrap.bottom-link {
	margin-top: 24px;
}

.content-header {
	width: 900px;
	margin: 24px auto 0;
	padding: 12px;
	color: #000121;
	font-size: 2.8rem;
	font-weight: bold;
	background-color: #b8a536;
}
.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-buffaloes-blue {
	color: #fff;
	background-color: #000121;
}

.seat-info {
	color: #000121;
	text-align: center;
}
.seat-title {
	padding: 12px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.seat-title.type1 {
	background-color: #000121;
}
.seat-title.type2 {
	color: #000121;
	background-color: #fdd301;
}
.game-date {
	font-size: 4.8rem;
	font-weight: bold;
}
.game-day {
	font-size: 2.8rem;
	font-weight: bold;
}
.game-opponent,
.game-place {
	font-size: 3.2rem;
	font-weight: bold;
}
.seat-detail-tbl {
	position: relative;
	width: 780px;
	margin: 12px auto 0;
	border-collapse: collapse;
}
.seat-detail-tbl th,
.seat-detail-tbl td {
	border: 1px solid #000121;
}
.seat-detail-tbl th {
	position: relative;
	width: 140px;
	background-color: #e6e6e9;
	text-align: center;
}
.seat-detail-tbl td {
	padding: 12px;
	text-align: left;
}
.sales-date {
	width: 780px;
	margin: 12px auto 0;
	padding: 18px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #000121;
}
.seat-map-wrapper {
	position: relative;
}
.price-list {
	display: flex;
	align-items: baseline;
}
.price-list dt {
	width: 244px;
}
.price-list dd {
	flex: 1;
}

.discount-ticket1,
.discount-ticket2,
.beer-ticket {
	position: absolute;
	top: -36px;
	right: -20px;
}

/*** 注文ボタン ***/
.btn-ticket-list {
	position: absolute;
	display: block;
	width: 180px;
	padding: 10px 12px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #df222c;
	border-radius: 4px;
	text-decoration: none;
}
.btn-ticket-list:hover {
	color: #df222c;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
}

.btn-ticket-list.btn-map1-01 {
	top: 80px;
	left: 54px;
}
.btn-ticket-list.btn-map1-02 {
	top: 216px;
	right: 46px;
}
.btn-ticket-list.btn-map2-01 {
	top: 94px;
	left: 54px;
}
.btn-ticket-list.btn-map2-02 {
	top: 212px;
	right: 46px;
}
.btn-ticket-list.btn-map3-01 {
	top: 168px;
	left: 54px;
}
.btn-ticket-list.btn-map3-02 {
	top: 196px;
	right: 48px;
}
.btn-ticket-list.btn-map3-03 {
	top: 378px;
	left: 342px;
}

.detail-link {
	width: 780px;
	margin: 12px auto 0;
	padding: 18px 18px;
	color: #000121;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	background-color: #b8a536;
}
.detail-link a {
	margin: 12px auto 0;
	padding: 12px 18px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-color: #000121;
	border-radius: 4px;
}
.detail-link a:hover {
	color: #000121;
	background-color: #fff;
}

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

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

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

#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: 64px;
	right: calc(50% - 320px);
	color: #000121;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #000121;
	border-radius: 12px;
	transform: rotate(-6deg);
	opacity: .9;
	z-index: 10;
}
.campaign-end-text.main-img {
	top: 350px;
}
.campaign-end-text.seat-map3 {
	top: 124px;
}

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