/**************************************************************** 
 アンカーリンク */
 
.anchor-nav-item {
	font-size: 14px;
}
.anchor-nav {
	border: 1px solid var(--main-navy);
	color: var(--main-navy);
}

.anchor-arrow {
	display: inline-block;
	width: 8px;
	height: 7px;
	background-color: currentColor;
	-webkit-mask: url("/common/img/icon_arrow_pulldown.svg") center / contain no-repeat;
	mask: url("/common/img/icon_arrow_pulldown.svg") center / contain no-repeat;
	transition: transform .3s ease;
}
.anchor-nav:hover .anchor-arrow {
	transform: translateY(3px);
}

.anchor-nav:hover {
	color: var(--main-blue);
	border: 1px solid var(--main-blue);
} 

#tickets, #lift-fee, #service-day, #season-pass {
	scroll-margin-top: 60px;
}

/**************************************************************** 
 ボタン */
 
.ticket-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: fit-content;
	background-color: #EA7632;
	border: 1px solid var(--main-navy);
	border-radius: 999px;
	padding: 12px 32px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.3s cubic-bezier(0.3, 1.6, 0.6, 1), box-shadow 0.3s ease;
	box-shadow: 0 4px 0 var(--main-navy);
}
@media (max-width: 768px) {
	.ticket-btn {
		font-size: 18px;
	}
}
.ticket-btn:hover {
	text-decoration: none !important;
	transform: translateY(4px);
	box-shadow: 0 0 0 var(--main-navy);
}

/* ↓ボタンの非活性化解除の際に削除↓ */
.bnr_webticket {
	cursor: default!important;
}
.banner-disabled {
	opacity: 0.7;
	cursor: default;
}
.ticket-btn.disabled {
	cursor: default;
	background-color: var(--site-gray);
}
.ticket-btn.disabled:hover {
	transform: none;
	box-shadow: 0 4px 0 var(--main-navy);
	text-decoration: none !important;
}
.ticket-btn.disabled:hover .to-arrow {
	transform: none;
}
/* ↑ここまで↑ */

.to-arrow {
	display: flex;
	padding: 0.25rem 0.6rem;
	background: var(--main-navy);
	border-radius: 999px;
	transition: transform 0.3s ease;
}
.ticket-btn:hover .to-arrow {
	transform: translateX(5px);
}

/**************************************************************** 
 料金 */
 
.ticket-price-table-wrap {
    width: 88%;
    padding-block: 40px;
    margin-inline: auto;
}
.table-wrapper {
	border: 1px solid #000;
}

.ticket-price-table {
	border-collapse: collapse;
	border: 1px solid #777;
	table-layout: fixed;
}

.ticket-price-table th, .ticket-price-table td {
	border: 1px solid #ccc;
	padding: 12px 10px;
	text-align: right;
	vertical-align: middle;
}
.lift-fee-table th:first-child {
	width: 12%;
}

.early-fee-table th:first-child {
	width: 32%;
}
.web-fee-table th:first-child {
	width: 24%;
}

.early-fee-table th:nth-child(2),
.web-fee-table th:nth-child(2) {
	text-align: center;
}
.early-fee-table th:nth-child(3),
.web-fee-table th:nth-child(3) {
	width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.early-fee-table th:nth-child(2),
	.web-fee-table th:nth-child(2) {
		width: 50%;
	}
}

/* SP */
.ticket-price-label {
	height: 48px;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ticket-price-card .col-4 + .col-4,
.ticket-price-card .col-6 + .col-6 {
	border-left: 1px solid #ccc;
}

.ticket-price-time-main {
	height: 192px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.text-upright {
	display: inline-block;
	transform: rotate(90deg);
}
.ticket-price-time-sub {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ccc;
}

.ticket-price-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
}
.ticket-price-plus {
	flex-shrink: 0;
	font-size: 18px;
}

/**************************************************************** 
 チケット料金サービスデー */
.event-item {
	border: 1px solid var(--main-navy);
	background-color: #fff;
}
.event-item + .event-item {
	margin-top: 20px;
}

.event-item > div {
	padding: 20px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.event-item > div {
	position: relative;
	padding: 20px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.event-item > div + div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background-color: #ccc;
}

@media (max-width: 768px) {
	.event-item + .event-item {
		margin-top: 16px;
	}
	.event-item > div {
		padding: 14px 16px;
	}
	.event-item > div + div::before {
		left: 16px;
		right: 16px;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
		background-color: #ccc;
		transform: none;
	}
}

.mt-8 {
	margin-top: 8rem !important;
}

.campaign-title {
	position: relative;
	width: fit-content;
	margin: -24px auto 40px;
	padding: 12px 36px;
	background: #fff;
	border: 1px solid var(--main-navy);
	border-radius: 56px;
}
.campaign-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid var(--main-navy);
}
.campaign-title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #fff;
	z-index: 1;
}

.campaign-card {
	padding: 32px 8px;
	background: #fff;
	border: 1px solid var(--main-navy);
}

.campaign-line {
	width: 15%;
	height: 1px;
	margin: 10px auto 14px;
	background: #ccc;
}

/**************************************************************** 
 シーズンパス */
 
.pass-merit {
	border-bottom: 2px solid var(--main-navy);
}

#season-pass .campaign-card {
	padding: 16px 8px;
}

@media (max-width: 768px) {
	#season-pass .campaign-card {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 8px;
	}
	#season-pass .campaign-card > .d-flex {
		margin-bottom: 0 !important;
	}
}
